/* /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=Bodoni+Moda:ital,wght@0,400;0,500;1,400;1,500&&display=swap');

@import url('resources.css');
@import url('base98fd6c19.css');

/* body::-webkit-scrollbar {
  width: 1em;
} */

/* body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
} */

/* body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
} */
/* .has-scroll-smooth body {
    overflow: scroll !important;
} */
/* html.has-scroll-smooth {
  overflow: scroll !important;
} */
/* .has-scroll-smooth body {
    overflow: scroll !important;
}
html, body {
    overflow: scroll !important;
}

.body-home .freeform-embed {
    height: 860px;
    overflow: hidden;
} */


/***** Animation Styles BEGIN *****/

.bar-initiate-animation h2:after {
  animation: zoomIn 3s forwards;
}
.bar-initiate-animation .head-1:after {
  animation: zoomIn 3s forwards;
}
.bar-initiate-animation p:after {
  animation: zoomIn 3s forwards !important;
}
.bar-initiate-animation .yearbook-name-wrapper:before {
  animation: zoomIn 3s forwards;
}
.bar-initiate-animation .yearbook-designation-wrapper:before {
  animation: zoomIn 3s forwards;
}
.bar-initiate-animation .yearbook-container:before {
  animation: fadeIn 3s forwards;
}
.bar-initiate-animation h4:after {
  animation: zoomIn 3s forwards;
}
.bar-initiate-animation:before {
  animation: zoomIn 3s forwards;
}
.bar-initiate-animation p:after {
  animation: zoomIn 3s forwards;
}
.bar-initiate-animation .services-slider:before {
  animation: zoomIn 3s forwards;
}
.bar-initiate-animation:before {
  animation: zoomIn 3s forwards;
}
.bar-initiate-animation .pov-carousel:before {
  animation: zoomIn 6s forwards;
}
.bar-initiate-animation .pov-carousel:after {
  animation: zoomIn 6s forwards;
}
.bar-initiate-animation:after {
  animation: zoomIn 3s forwards;
}
.bar-initiate-animation .head-3:after {
  animation: stretchRight 3s forwards;
}
.bar-initiate-animation .head-2:after {
  animation: stretchRight 3s forwards;
}
.bar-initiate-animation .pov-carousel .head-1:after {
  animation: stretchRight 3s forwards;
}



/*
==============================================
stretchRight
==============================================
*/

.stretchRight{
	animation-name: stretchRight;
	-webkit-animation-name: stretchRight;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;

	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
}

@keyframes stretchRight {
	0% {
		transform: scaleX(0);
	}
	100% {
		transform: scaleX(1);
	}
}

@-webkit-keyframes stretchRight {
	0% {
		-webkit-transform: scaleX(0);
	}
	100% {
		-webkit-transform: scaleX(1);
	}
}

/*==============================================  IMPORTANT - PLEASE READ ==============================================

/* DUE TO THE COMPLEXITY OF CUSTOM SITES, PLEASE SEE BUILDER OR
DESIGNER BEFORE MAKING CHANGES TO FUNCTIONALITY OR ADDING/REMOVING CONTENT OR SECTIONS

BUILDER:
DESIGNER:
JOB #:
COMPLETION DATE:
ADDITIONAL NOTES:
Fonts:
  font-family: 'Bodoni Moda', serif;
  font-family: 'Playfair Display', serif;


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

.body-home .freeform-embed {
/* height: 860px;*/
height: 100vh;
overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
    min-height: 800px;
}
.billboard-section h2.tiles__title {
  display: block;
  text-align: center;
  margin-top: 15%;
}
.billboard-section h2.tiles__title .head-1 {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  text-transform: none;
  font-style: italic;
  letter-spacing: -2px;
  display: block;
  animation-name: none;
}
.billboard-section .head-2 {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  color: #fff;
  font-size: 100px !important;
  line-height: 100px;
  display: block;
  position: relative;
}
.billboard-section .head-2:after {
  content: '';
  position: absolute;
  width: 370px;
  height: 2px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  animation: zoomIn forwards 2s;
}
.wow, .wowbar1, .wowbar2, .wowbar3, .wowbar4, .wowbar5, .wowbar6, .wowbar7, .wowbar8, .wowbar9, .wowbar10, .wowbar11, .wowbar12 {
  visibility: visible !important;
}



body {
  color: #000;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}

.masterprime .related-resources-main {
background: #fff;
}

/* Buttons */
.button, .accord a.accord-cta, .directions-search .submit-search, .contact-form .form-inline .captcha .btn-contact, .masonry-load-more, .masonry-tertiary-load-more, .investor-access-login-button, .blog-landing-copy-cta, .simple-form input[type="submit"] {
  width: auto;
  padding: 5px 15px !important;
  border: 2px solid #000;
  color: #000;
  font-size: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
/* Buttons Hover */
.button:hover, .blog-landing-copy-cta:hover, .accord a.accord-cta:hover, .investor-access-login-button:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .contact-form .form-inline .captcha .btn-contact:hover, .simple-form input[type="submit"]:hover, .directions-search .submit-search:hover {
  color: #fff;
  background: #000;
  border-radius: 0;
  border: 2px solid #000;
  letter-spacing: 0;
}

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, .related-resources-content .mc-cta
 {
  color: #007481;
}
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, .mc-container a:hover .mc-cta {
  color: #000;
}

/*
==============================================
Header Section
==============================================
*/
.header-main {
 background: #fff !important;
}

/*
==============================================
Navigation Section
==============================================
*/
.nav-overall-wrapper:not(.van-mobile-nav), .primary-nav {
  animation: none !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
  padding: 0px 10px;
  margin: 10px 0;
}
.primary-nav > li {
  margin-left: auto;
  margin-top: auto;
  top: inherit;
}
.nav-overall-wrapper:not(.van-mobile-nav) {
  background: #000 !important;
} /* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: #fff;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  margin-left: 0;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: #fff !important;
  border: 1px solid #fff;
}
.primary-nav > li > a:hover {
  border: 1px solid #67a300;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: #fff;
  border: 1px solid transparent;
  margin-bottom: 5px;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  line-height: 15px;
}
/* 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: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
  top: 51px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: #333 !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
  padding: 5px 10px;
}
.nav:after, .nav:before {
  display: none;
}
.investor-access-login-button {
  color: #fff;
  border: 2px solid #fff;
}
.investor-access-login-button:hover {
  color: #000;
  background: #fff;
}
/*
==============================================
Billboard Section
==============================================
*/
.body-home .billboard-section {
    z-index: 0;
}
.billboard-section {
  background: #000;
}
.billboard-section:after {
  display: none;
}
.billboard-content:after {
  content: "";
  height: 20px;
  background: #000;
  width: 100%;
  display: block;
}

/*

Mouse Scroller Model 1
==============================================

red = #
blue = #

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

 .scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
 background-color: rgba(0,0,0,.8) !important;
}
.scroller:before, .scroller-mobile:before {
    content: '';
    height: 50px;
    width: 50px;
    display: block;
    animation: none !important;
    background: none !important;
    border-radius: 50%;
}
.scroller:after, .scroller-mobile:after  {
    content: '' !important;
    height: 18px !important;
    width: 18px !important;
    animation-name: none !important;
    display: block !important;
    border-radius: 0 !important;
    border: 2px solid #fff;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute !important;
    bottom: 20px !important;
    left: 52% !important;
    top: 13px !important;
    background: rgba(210, 120, 85, 0) !important;
    margin-left: -10px !important;
}
.scroller-mobile:after  {
     transform: rotate(135deg) !important;
    -webkit-transform: rotate(135deg) !important;
    -moz-transform: rotate(135deg) !important;
    -o-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important;
    bottom: 10px;
    top: 20px !important;
}
/*
==============================================
Intro Section
==============================================
*/
.intro-section {
  background: #fff;
  padding: 0 0 122px;
}
.intro-content {
  max-width: 840px;
}
.intro-section .intro-text:before, .intro-section .intro-content:before, .intro-section .intro-content:after {
  display: none;
}
.intro-content .intro-text h2 {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  color: #000;
  font-size: 28px;
  line-height: 32px;
  position: relative;
}
.intro-content .intro-text h2:after {
  content: '';
  position: relative;
  display: block;
  background: #000;
  width: 1px;
  height: 50px;
  margin: 0px auto;
  top: 10px;
}
.intro-content .intro-text, .intro-content .intro-text-btm {
  font-family: 'Playfair Display', serif;
}
.intro-content .intro-text p {
  text-align: justify;
  text-indent: -115px;
  position: relative;
  top: -20px;
  color: #000;
  padding: 0 110px;
}
.dropcap {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  font-size: 157px;
  position: relative;
  top: 60px;
}
.intro-copy-link {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 28px;
  padding: 5px 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;
}

a .intro-copy-link {
  color: #000;
  padding: 5px;
}
a .intro-copy-link:hover {
  color: #fff;
  background: #000;
}

.intro-content .intro-text-btm .head-1 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  display: block;
  margin: 0 0 20px;
  position: relative;
}
.intro-content .intro-text-btm .head-1:after {
  content:'';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  left: 0;
  right: 0;
  bottom: 0;
}
.intro-content .intro-text-btm .head-2 {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  color: #000;
  font-size: 85px;
  line-height: 85px;
}
.intro-content .intro-text-btm .head-3 {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  font-size: 85px;
  line-height: 95px;
  color: #fff;
  display: table;
  margin: 0 auto;
  padding: 3px 30px 0px;
  position: relative;
}
.intro-content .intro-text-btm .head-3:after {
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
.intro-content .intro-text-btm p {
  position: relative;
  color: #000;
}
.intro-content .intro-text-btm p:after {
  content: '';
  position: relative;
  display: block;
  background: #000;
  width: 1px;
  height: 50px;
  margin: 0px auto;
  top: 20px;
}
/*
==============================================
Slideshow Section
==============================================
*/

.slideshow-section {
  max-width: none;
  margin-bottom: 50px;
}
.content-slider-wrapper .content-slider-content-wrapper {
  max-width: none;
}
.slideshow-section .content-slider-wrapper.image-left .slick-dots {
  display: none;
}
.slideshow-section .content-slider-wrapper {
  animation: none;
  opacity: 1 !important;
}
.slideshow-section .content-slider-wrapper, .services-section .services-slider .content-slider-wrapper, .content-slider-wrapper.image-left .slick-dots {
  opacity: 1;
}
.slideshow-section .content-slider-wrapper a {
  cursor: default;
}
/*
==============================================
Services Section
==============================================
*/
.services-section {
  background: #fff;
  padding: 0;
  position: relative;
}
.services-section:before {
  content:'';
  background: #000;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.services-section .services-copy {
  padding: 80px 80px 30px 30px;
  font-family: 'Playfair Display', serif;
  text-align: right;
}
.services-section .services-copy p {
  padding-bottom: 30px;
  position: relative;
  color: #000;
}
.services-section .services-copy p:after {
  content:'';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  left: 0;
  right: 0;
  bottom: 0;
}
.services-section .services-slider {
  padding: 80px 30px 20px;
  margin-bottom: 0;
  position: relative;
}
.services-section .services-slider:before {
  content:'';
  background: #000;
  height: 100%;
  width: 2px;
  position: absolute;
  left: 0;
  top: 0;
}


.services-section .services-copy .head-1 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  font-size: 40px !important;
  color: #000;
  margin: 0 0 30px;
}
.services-section .services-slider .head-1, .services-section .services-slider .head-3 {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  color: #000;
  line-height: 52px;
  font-size: 52px !important;
  text-align: left;
}
.services-section .services-slider .head-2 {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  color: #fff;
  font-size: 52px;
  line-height: 52px;
  background: #000;
  text-transform: uppercase;
  display: table;
  padding: 3px 10px;
  text-align: left;
}

/*
==============================================
Niches Section
==============================================
*/

/*
==============================================
Team Section
==============================================
*/

.team-section {
  border-top: 0;
  background: #fff;
  padding: 40px 0 60px;
}
.team-section h4 {
  margin-bottom: 0;
}
.team-section h4, .team-section .head-1 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 40px !important;
  text-transform: none;
  color: #000;
  text-align: left;
}
.team-section h4:after {
  height: 2px;
  width: 100%;
  background: #000;
  margin: 19px 0 0;
  left: 0;
  /* animation-fill-mode: forwards;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-delay: 1s;
  animation-duration: 2s; */
}


.team-copy {
  font-family: 'Playfair Display', serif;
  display: inline-block;
  margin-top: 100px;
}
.team-copy a {
  color: #000;
}
.team-copy a:hover .intro-copy-link {
  color: #fff;
  background: #000;
}
.yearbook-three.yearbook-container {
  position: relative;
}
.body-home .yearbook-container .yearbook-headshot-wrapper {
  position: relative;
}
/* .body-home .yearbook-container .yearbook-headshot-wrapper:before {
  content:'';
  position: absolute;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  width: 200px;
  height: 340px;
  left: 0;
  right: 0;
  top: 0px;
  margin: 0 auto;
  z-index: -1;
} */
.yearbook-container .yearbook-headshot-wrapper {
  position: relative;
}

.team-section .yearbook-container .yearbook-first-name, .team-section .yearbook-container .yearbook-last-name, .copy-section .yearbook-container .yearbook-first-name, .copy-section .yearbook-container .yearbook-last-name {
  font-family: 'Bodoni Moda', serif;
  font-weight: 400;
  font-size: 32px;
  display: inline-block;
}
.yearbook-three .yearbook-name-wrapper {
  position: relative;
  padding: 20px 0px 0 0px;
}

.yearbook-three .yearbook-slide {
  position: relative;
  opacity: 1;
}
.copy-section .yearbook-slide {
  width: 50%;
}
.yearbook-three .yearbook-headshot-wrapper {
  max-width: 386px;
}
.yearbook-three .yearbook-slide:before {
  content:'';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.yearbook-three .yearbook-name-wrapper:before {
  content:'';
  position: absolute;
  width: 90%;
  height: 2px;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -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-office .yearbook-three .yearbook-name-wrapper:after {
  bottom: 100px;
}
.yearbook-three a:hover .yearbook-name-wrapper:before, .yearbook-three a:hover .yearbook-designation-wrapper:before {
  width: 80%;
}

.team-section .yearbook-designation-wrapper {
  margin-top: -10px;
  position: relative;
  background: #fff;
}
.team-section .yearbook-three .yearbook-headshot-wrapper::after {
  display: none;
}
.team-slider {
  padding: 0 70px;
}
/* bio/yearbook First and Last Name */
.team-section .yearbook-last-name, .yearbook-first-name, .yearbook-last-name, .yearbook-designation, .bio-detail-first-name-wrapper, .bio-detail-last-name-designation-wrapper, .bio-detail-first-name, .bio-detail-last-name, .bio-detail-designation-wrapper, .bio-detail-designation, .bio-detail-middle-initial-wrapper, .bio-detail-middle-initial, .bio-detail-preferred-name {
  color: #000 !important;
}
/* bio/yearbook title */
.yearbook-designation-wrapper .yearbook-title, .bio-detail-title-wrapper, .bio-detail-title {
  color: #000 !important;
}
.team-section .yearbook-container .yearbook-title, .copy-section .yearbook-container .yearbook-title {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  text-transform: none;
  font-weight: 500;
}
.copy-section .yearbook-three .yearbook-hr {
  margin: 0px auto 10px;
}
/* bio/yearbook icon */
.bio-detail-links-wrapper .fa, .yearbook-links .fa, .yearbook-links a {
  color: #000 !important;
  border: 1px solid transparent;
  -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;
}
.yearbook-container .yearbook-links .fa {
  color: #000 !important;
  border: 1px solid transparent;
  padding: 5px 10px !important;
}
.bio-section .bio-detail-links-wrapper .fa {
  padding: 5px 10px;
}
.bio-section .bio-detail-links-wrapper .fa:hover {
  color: #000 !important;
  border: 1px solid #000;
}

/* bio/yearbook icon hover */
.yearbook-container .yearbook-links .fa:hover {
  color: #000 !important;
  border: 1px solid #000;
}
.yearbook-designation-wrapper:before {
  content: '';
  position: absolute;
  display: block;
  width: 90%;
  height: 2px;
  background: #000;
  left: 0;
  right: 0;
  margin: 0 auto;
  -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;
}
.yearbook-three .yearbook-hr {
  width: 100%;
  background: transparent !important;
  position: relative;
  height: 2px;
  margin: 20px auto 10px;
}
.copy-section .yearbook-three a:hover .yearbook-headshot-wrapper:after {
  background: transparent;
}
.bio-quote-section {
  display: none;
}
.team-section .yearbook-container .slick-dots {
  display: none !important;
}
.copy-section .yearbook-three .yearbook-headshot-wrapper::after {
  display: none;
}
.bio-section, .resource-main {
  position: relative;
}
.bio-section:before, .resource-main:before {
  content: '';
  position: relative;
  display: block;
  z-index: 11;
  height: 20px;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #000;
  animation-fill-mode: forwards;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 2s;
  -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-section .bio-content, .body-resource-detail .resource-section .resource-details {
  position: relative;
}
.bio-section .bio-content:before, .body-resource-detail .resource-section .resource-details:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 6px;
  background: #000;
  top: 0px;
  left: 0;
  animation-fill-mode: forwards;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 2s;
  -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-section .bio-detail-card-container {
  margin-bottom: 0;
}
.bio-section .bio-detail-title {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  margin-top: 10px;
  text-align: center;
}
.bio-detail-preferred-name {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 7px 0;
  width: 100%;
  display: block;
}
.bio-connect-links {
  text-align: center;
}
.bio-detail-name-wrapper  {
  text-align: center;
  margin-top: -11px;
}


/*
==============================================
Callouts Section
==============================================
*/


/*
==============================================
POV Section
==============================================
*/
.pov-section {
  background: #fff;
  height: auto;
  padding: 0;
  position: relative;
}
.pov-section:before {
  content:'';
  background: #000;
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.pov-section:after {
  content:'';
  background: #000;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.pov-carousel {
  padding: 1px 30px;
  position: relative;
}
.pov-carousel .mc-container:before {
  display: none;
}
.body-home .pov-carousel:before {
  content:'';
  background: #000;
  height: 100%;
  width: 2px;
  position: absolute;
  left: 0;
  top: 0px;
}
.pov-carousel .mc-container .slick-dots {
  margin: 0;
}
.body-home .pov-carousel:after {
  content:'';
  background: #000;
  height: 100%;
  width: 2px;
  position: absolute;
  right: 0;
  top: 0px;
}
.pov-section h4 {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  color: #000;
  font-size: 56px;
  line-height: 58px;
  margin: 80px 0 0;
  animation: none;
}

.pov-section .head-1 {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  color: #fff;
  font-size: 56px !important;
  line-height: 66px;
  display: table;
  padding: 3px 10px 0px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  animation: none;
}
.pov-section .head-1:after {
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
.pov-section h4:after {
  display: none;
}
.pov-carousel .mc-heading:after {
  width: 1px;
  height: 40px;
  background: #000;
  margin: 10px auto 0px !important;
}
.pov-carousel .mc-container a:hover .mc-heading:after {
  width: 1px;
  height: 50px;
}
.pov-carousel .mc-heading {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  color: #000;
}
.pov-carousel .mc-copy {
  font-family: 'Playfair Display', serif;
  font-style: italic;
}
.pov-carousel .mc-cta {
  color: #000;
}
.pov-section .slick-dots li.slick-active button:focus:before, .services-section .slick-dots li.slick-active button:focus:before, .slideshow-section .slick-dots li.slick-active button:focus:before, .yearbook-container .slick-dots li.slick-active button:focus:before {
  opacity: 1;
  color: transparent;
}
.pov-section .slick-dots li.slick-active button:before, .services-section .slick-dots li.slick-active button:before, .slideshow-section .slick-dots li.slick-active button:before, .yearbook-container .slick-dots li.slick-active button:before {
  color: transparent !important;
  opacity: 1 !important;
  background: #000;
}
.pov-section .slick-dots li button:before, .services-section .slick-dots li button:before, .slideshow-section .slick-dots li button:before, .yearbook-container .slick-dots li button:before {
  color: #000;
  opacity: 0.95;
  font-size: 10px;
}
.pov-section .slick-dots li button:focus:before, .services-section .slick-dots li button:focus:before, .slideshow-section .slick-dots li button:focus:before, .yearbook-container .slick-dots li button:focus:before {
  opacity: 1;
}
.pov-section .slick-dots li.slick-active button:before, .services-section .slick-dots li.slick-active button:before, .slideshow-section .slick-dots li.slick-active button:before, .yearbook-container .slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}
.pov-section .slick-dots li button, .services-section .slick-dots li button, .slideshow-section .slick-dots li button, .yearbook-container .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%; */
}
.pov-section .slick-dots li button:before, .services-section .slick-dots li button:before, .slideshow-section .slick-dots li button:before, .yearbook-container .slick-dots li button:before {
  color: transparent !important;
  opacity: 1 !important;
  font-size: 10px;
  width: 11px !important;
  height: 11px !important;
  border: 2px solid #000;
  border-radius: 50%;
}
.pov-section .slick-dots li, .services-section .slick-dots li, .slideshow-section .slick-dots li, .yearbook-container .slick-dots li {
  width: 9px !important;
  height: 9px;
}
/*
==============================================
Footer Section
==============================================
*/
.footer-section {
  background: #000;
}
.footer-section .ftr-cta-wrapper {
  margin: 25px 0 !important;
}
.footer-social-section {
  background: #fff;
}
.footer-section .social-container {
  border: none;
  position: relative;
}
.interior .footer-section .social-container {
  border-top: 2px solid #000;
}
.footer-section .social-container:after {
  display: none;
}
.footer-section .social-container a .fa {
  color: #000 !important;
  border: 1px solid transparent;
  padding: 5px 8px;
}
.footer-section .social-container a:hover .fa {
  color: #000 !important;
  border: 1px solid #000;
}
.footer-section .footer-cta-section h4 {
  color: #fff;
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  text-transform: none;
  font-style: italic;
}
.footer-section .sub-light .head-1 {
  color: #fff;
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  font-style: normal;
}
.footer-section .sub-light .head-1 .plus {
  color: #fff;
  font-family: 'Playfair Display', serif;
  display: inline-block;
  transform-origin: 50% 57%;
  -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 .footer-cta-section h4:hover .plus {
  transform-origin: 50% 57%;
  transform: rotate(180deg);
  color: #09818F;
}


.footer-section .footer-cta-section h4:hover, .footer-section .footer-cta-section h4:hover > .head-1 {
  color: #0DB2C5 !important;
}
.footer-section .footer-cta-section h4:after {
  height: 40px;
  width: 1px;
  background: #fff;
}
.footer-section .footer-cta-section h4:hover:after {
  width: 1px;
  background: #09818F;

}
.footer-section .ftr-nap li, .footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a, .footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after {
  color: #fff;
}
.footer-section .footer-content a:hover {
  color: #09818F;
}
.footer-section .footer-contact-section {
  padding-bottom: 70px;
}
.footer-section .ftr-nap-address:before {
  display: none;
}
.footer-hedge-section {
  background: #fff;
}
.footer-section .ftr-disclosures a {
  color: #000;
}
.footer-section .ftr-disclosures {
  font-family: 'Raleway', sans-serif;
  color: #000;
  margin: 0;
}
.footer-section .ftr-disclosures a:hover {
  color: #007481;
}

/*
==============================================
Interior
==============================================
*/

/* Billboard */
.interior .billboard-section {
  background: #000;
}
.interior .billboard-container {
  animation-name: fadeIn;
  animation-duration: 8s;
  background-position: top center;
}
.interior .billboard-content:after {
  height: 10px;
  background: #000;
}
/* Quote */
.quote-section .quote-content {
  border-left: 0;
  border-right: 0;
  padding-top: 0;
}
.quote-section:before {
  content:'';
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  width: 100%;
  animation-fill-mode: forwards;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 2s;
  -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;
}
.quote-section .quote {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-style: italic;
  color: #000;
  margin: 25px auto;
  font-size: 27px;
  line-height: 37px;
}
.quote-section .quote:before {
  content: "";
  display: block;
  height: 40px;
  width: 1px;
  background: #000;
  position: relative;
  margin: 19px auto;
}
.quote-section .quote:after {
  content: "";
  display: block;
  height: 40px;
  width: 1px;
  background: #000;
  position: relative;
  margin: 19px auto;
}
.quote-section .quote-cite {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  margin-top: 22px;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  color: #000 !important;
  text-transform: uppercase;
}
.quote-section .quote-wrapper .quote-hr {
  display: none;
}
/* Copy Section */
.copy-section, .resource-section, .body-resource-detail .resource-section, .bio-section, .body-map-directions .resource-section {
  background: #fff;
  position: relative;
}
.copy-section:before {
  content: '';
  position: relative;
  display: block;
  z-index: 11;
  height: 20px;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #000;
  animation-fill-mode: forwards;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 2s;
  -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;
}
.copy-section .copy-content {
  position: relative;
}
.copy-section .copy-content:before {
  content:'';
  position: absolute;
  height: 100%;
  width: 6px;
  background: #000;
  top: 0px;;
  left: 0;
  animation-fill-mode: forwards;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 2s;
  -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;
}
.copy-section h1 {
  animation: none;
}
.copy-section .head-1 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #fff;
  font-size: 37px !important;
  line-height: 37px;
  text-transform: none;
  font-style: italic;
  display: table;
  padding: 5px 10px 0px;
  margin: 0px 0 5px;
  position: relative;
  z-index: 1;
  animation: none;
}
.copy-section .head-1:after {
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: -1;
  animation: stretchRight 3s forwards;
}
.copy-section .head-3, .copy-section .head-2 {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 56px;
  color: #000;
  animation: none;
}
.copy-section h1 .head-2:after, .body-about-us .copy-section h2:after {
  display: none;
}
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #000;
}
.resource-section .body-resource-detail h3, .resource-detail-heading {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500 !important;
  font-size: 31px !important;
  line-height: 31px;
  color: #000 !important;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}
.resource-section {
  padding: 0px 15px 0px !important;
}
.resource-detail-content-wrapper {
  margin: 0;
  padding-top: 50px;
}
.simple-form input:not([type="submit"]), .simple-form textarea {
  background: #000;
  color: #fff;
}
/*
==============================================
Next/Previous arrows and background variables
==============================================
*/
/* Next/prev text normal */
.bio-detail-next, .bio-detail-next-bio, .blog-detail-prev, .blog-detail-prev-resource, .blog-detail-next-resource, .blog-detail-next, .bio-detail-prev-bio, .bio-detail-next-bio, .resource-detail-prev, .resource-detail-next, .resource-detail-next-resource, .resource-detail-prev-resource, .bio-detail-next, .bio-detail-prev, .resource-detail-next, .resource-detail-prev, .bio-detail-prev, .bio-detail-next  {
  color: #000 !important;
  webkit-transition: all 0.2 ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
/* Next/prev text hover */
.blog-detail-previous-link:hover .blog-detail-prev, .blog-detail-previous-link:hover .blog-detail-prev-resource, .blog-detail-next-link:hover .blog-detail-next, .blog-detail-next-link:hover .blog-detail-next-resource, .bio-detail-next-link:hover .bio-detail-next, .bio-detail-next-link:hover .bio-detail-next-bio, .bio-detail-previous-link:hover .bio-detail-prev, .bio-detail-previous-link:hover .bio-detail-prev-bio, .resource-detail-previous-link:hover .resource-detail-prev, .resource-detail-next-link:hover .resource-detail-next, .resource-detail-previous-link:hover .resource-detail-prev-resource, .resource-detail-next-link:hover .resource-detail-next-resource
{
  color: #007481 !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: #000 !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: #007481 !important;
}

/*
==============================================
Share Widget and text links
==============================================
*/
/* share icon (left) hover and text */
.social-media-share-link:hover > .fa-share-alt:before, .resource-detail-tag-cloud-links a:active  > .fa-share-alt:before, .social-media-share-link:active > .fa-share-alt:before, .resource-detail-info-wrapper a:hover {
  color: #007481 !important;
}
/* share icon (left) normal */
.fa-share-alt, .resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link  {
    color: #000 !important;
}

/* share pop up box icon normal */
.social-media-share-wrapper span a {
    color: #fff !important;
}
/* share pop up box icon hover */
.social-media-share-wrapper span a:hover {
    color: #09818F !important;
}

/* Divider lines (//) */
.resource-detail-info-divider, .blog-landing-info-divider, .blog-detail-info-wrapper .blog-detail-info-divider, .blog-detail-info-divider {
    color: #000 !important;
}

/* share pop up box background */
.social-media-share-wrapper span {
  background-color: #000;
}
/* share pop up box top chevron  triangle */
.social-media-share-wrapper span:before {
  border-bottom: 10px solid #000;
}
.filter-reset-container {
  border-bottom: 2px solid #000;
}
.filter-dropdown {
  border-top: none;
}
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-heading-wrapper, .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-heading-wrapper {
  border-top: 2px solid #000;
}
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-heading-wrapper, .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-heading-wrapper {
  color: #000;
}
/*
==============================================
Styles
==============================================
*/
h2, h3, h4, h5 {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  color: #000;
}
.accord .accord-link {
  font-family: 'playfair', sans serif;
  font-weight: 400;
  color: #000;
  text-transform: none;
  font-style: italic;
}
.accord .fa {
  color: #000;
  bottom: 25px;
}
.flextabs-wrapper a {
  color: #007481;
}
.flextabs-wrapper a:hover {
  color: #000;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link, .accord li.open .fa {
  color: #007481 !important;
}
.flextab-triggers a {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  background: transparent;
  color: #000 !important;
  border: 2px solid #000;
  font-size: 16px;
}
.flextab-triggers a:hover, .flextab-triggers .set {
  background: #000 !important;
  color: #fff !important;
}
blockquote:before, q:before {
  background: #000;
}
blockquote, q {
  color: #000 !important;
  border-color: #000 !important;
}
.related-resources-content h4:before, .related-resources-content h4:after {
  background: #000;
}
.related-resources-content .slick-slide {
    border-color: #000;
}
.simple-form label {
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
}




/*
==============================================
Future Builders
==============================================
*/
.future-builders-image {
    float: left;
    margin: 0 50px 30px 0;
}
.future-builders-callout {
	border-top: solid 1px #333;
    padding: 20px 15px;
    border-bottom: solid 1px #333;
}
.future-builders-callout h3 {
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
}
.future-builders-graphic {
	text-align: right;
	margin: 0 auto;
}
.future-builders-graphic img {
  max-width: 450px;
}
.future-builders-graphic-pcg img {
  max-width: 700px;
}
.future-builders-row {
  background: #f1f1f1;
  overflow: auto;
  margin: 50px auto;
  padding: 50px 65px;
}

/*
==============================================
IMPACT Callouts
==============================================
*/
.body-impact .callouts-container, .body-impact .callouts-mobile-slider {
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  grid-gap: 50px;
  margin: 50px 0 0;  
}
.body-impact .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .body-impact .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  text-transform: none;
  color: #000;
  text-align: left;
  position: relative;

}
.body-impact .callout-heading:after {
  content:'';
  position: relative;
  display: block;
  height: 2px;
  width: 100%;
  background: #000;
  margin: 10px auto 0px;
  left: 0;
}
.body-impact .callouts-container .callout-item .callout-heading-wrapper, .body-impact .callouts-mobile-slider .callout-item .callout-heading-wrapper {
  margin-bottom: 20px;
  padding: 0;
}
.body-impact .callouts-container .callout-item .callout-copy-wrapper, .body-impact .callouts-mobile-slider .callout-item .callout-copy-wrapper {
  color: #000;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  line-height: inherit;
  font-size: inherit;
  padding: 0;
}
.body-impact .callouts-container .callout-item .callout-cta-wrapper button, .body-impact .callouts-mobile-slider .callout-item .callout-cta-wrapper button {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 20px;
  line-height: 20px;
  padding: 12px 15px;
  font-weight: 400;
  text-transform: none;
  background: none;
  border: 2px solid #000;
  color: #000;
  -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-impact .callouts-container .callout-item .callout-cta-wrapper, .body-impact .callouts-mobile-slider .callout-item .callout-cta-wrapper {
  padding: 20px 0;
}
.body-impact .callouts-container .callout-item:hover .callout-cta-wrapper button, .body-impact .callouts-mobile-slider .callout-item:hover .callout-cta-wrapper button {
  background: #000;
  color: #fff;
}

/*
==============================================
FUTURE BUILDERS Callouts
==============================================
*/
.body-future-builders .callouts-container .callout-item, .body-future-builders .callouts-mobile-slider .callout-item {
  background: #fff;
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 100px;
  -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-future-builders .callouts-container, .body-future-builders .callouts-mobile-slider {
  grid-gap: 50px;
}
.body-future-builders .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .body-future-builders .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
  font-style: italic;
}
.body-future-builders .callouts-container .callout-item .callout-heading-wrapper, .body-future-builders .callouts-mobile-slider .callout-item .callout-heading-wrapper {
  height: auto !important;
}
.body-future-builders .callouts-container .callout-item:hover, .body-future-builders .callouts-mobile-slider .callout-item:hover {
  background: #000;
}
.body-future-builders .callouts-container .callout-item:hover .callout-heading-wrapper .callout-heading, .body-future-builders .callouts-mobile-slider .callout-item:hover .callout-heading-wrapper .callout-heading {
  color: #fff;
}
 /*
==============================================
Responsive Media Queries
==============================================
*/

/* Large devices (tablet landscape, 1024px and less) tablet-pro-l */
   @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {

}

/* Large devices (tablet landscape, 1024px and less) tablet-pro-p */
   @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {

}

/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .body-home .yearbook-three.yearbook-container:before {
    height: 295px;
  }
  .body-home .yearbook-container .yearbook-headshot-wrapper {
    max-width: 330px;
  }
  .yearbook-three a:hover .yearbook-name-wrapper:before, .yearbook-three a:hover .yearbook-designation-wrapper:before {
    width: 100%;
}
  .intro-content .intro-text p {
    text-align: justify;
    text-indent: -65px;
  }
  .dropcap {
    font-size: 90px;
    top: 30px;
  }
  .body-future-builders .callouts-container .callout-item, .body-future-builders .callouts-mobile-slider .callout-item {
    min-height: 115px;
    width: calc(33.33% - 35px);
  }
  .body-impact .callouts-container .callout-item {
    width: calc(50% - 45px);
  }
  .body-impact .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .body-impact .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
    font-size: 26px;
    line-height: 26px;
  }
  .body-impact .callouts-container .callout-item .callout-heading-wrapper, .body-impact .callouts-mobile-slider .callout-item .callout-heading-wrapper {
    height: auto !important;
  }
  .body-impact .callouts-container, .body-impact .callouts-mobile-slider {
    grid-gap: 25px;
  }
  .services-section .services-slider {
    min-height: 495px;
  }
  .body-future-builders .callouts-container, .body-future-builders .callouts-mobile-slider {
    grid-gap: 20px;
  }

}


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

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
.nav-overall-wrapper:not(.van-mobile-nav) .nav {
  background: #000 !important;
}
.fa-angle-down:before {
  color: #fff;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    padding: 8px 5px 8px 15px !important;
    margin: 0;
}
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  border: 1px solid transparent;
}
.primary-nav > li > a.active {
  position: relative;
}
.primary-nav > li > a.active:after {
  content: '';
  position: absolute;
  display: block;
  background: #fff;
  width: 10px;
  height: 100%;
  bottom: 0;
  left: 0;
}
/* 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: #000;
}

.nav-trigger:after {
  left: -2px;
  top: -15px;
  right: -25px;
  bottom: -17px;
  background: #fff;
  z-index: -1;
}
.nav-opened.nav-trigger:after {
  background: none;
}
/* Hamburger Menu Icon Active and Open*/
.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:after {
  background: #fff;
}
.nav-container .address-group-name-wrapper {
  display: none !important;
}
.services-section .services-copy {
  padding: 15px;
  text-align: left;
  position: relative;
}
.services-section .services-copy:before {
  content: '';
  background: #000;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.services-section .services-slider .head-1, .services-section .services-slider .head-3 {
  text-align: center;
}
.services-section .services-slider .head-2 {
  text-align: center;
  margin: 0 auto;
}
.services-section .services-slider {
  padding: 30px;
  margin: 0;
  min-height: auto;
}
.services-section .services-slider:before, .services-section:before, .services-section .services-copy p:after {
  display: none;
}
.services-section .services-slider:before {
  height: 2px;
  width: 100%;
}
.intro-content .intro-text {
  padding: 96px 100px 66px;
}
 .intro-content .intro-text-btm p {
   padding: 0 80px;
 }
 .yearbook-three .yearbook-name-wrapper {
   padding: 15px 0px 0 0px;
 }
 .yearbook-three .yearbook-name-wrapper:before, .yearbook-designation-wrapper:before {
   width: 60%
 }
 .team-section .yearbook-container .slick-dots {
    display: block !important;
    z-index: 1;
    top: -50px;
 }
 .yearbook-three .yearbook-name-wrapper:after {
   bottom: 50px;
  }
  .body-future-builders .callouts-container .callout-item, .body-future-builders .callouts-mobile-slider .callout-item {
    width: calc(50% - 30px);
  }
  .body-future-builders .callouts-container, .body-future-builders .callouts-mobile-slider {
    grid-gap: 20px;
  }
  .copy-section .yearbook-slide {
    width: 100%;
  }
  .copy-section .yearbook-three .yearbook-name-wrapper:after {
    bottom: 35px;
   }
   .future-builders-graphic {
    padding: 50px 0 50px;
  }
  .copy-section .copy-content:before, .bio-section .bio-content:before, .body-resource-detail .resource-section .resource-details:before {
    display: none;
  }
  .billboard-section h2.tiles__title .head-1 {
    font-size: 60px;
    line-height: 60px;
  }
  .billboard-section .head-2 {
    font-size: 80px !important;
    line-height: 80px;
  }
  .body-home .pov-carousel:before {
    left: 20px;
  }
  .body-home .pov-carousel:after {
    right: 20px;
  }
  .header-main {
    border-bottom: 10px solid #000;
  }
  .services-section .services-copy:before {
    right: 0;
    top: 100px;
    margin: 0 auto;
    width: 90%;
  }
  .team-section h4, .team-section .head-1, .team-copy, .services-section .services-copy {
    text-align: center;
  }
  .services-section .services-copy p {
    padding-bottom: 0px;
    margin: 0 !important;
  }
  .body-about-us .yearbook-three .yearbook-name-wrapper {
    padding: 25px 0px 0 0px;
  }
  .future-builders-graphic img {
    max-width: none;
  }
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .intro-content .intro-text {
    padding: 0px 30px 66px;
  }
  .dropcap {
    top: 10px;
  }
  .intro-content .intro-text p {
    text-indent: -20px;
    padding: 0 25px;
    text-align: left;
  }
  .intro-content .intro-text h2:after {
    margin: 0px auto 40px;
  }
  .intro-content .intro-text-btm .head-2, .intro-content .intro-text-btm .head-3 {
    font-size: 45px;
    line-height: 50px;
  }
  .intro-content .intro-text-btm .head-3 {
    padding: 0px 30px 0px;
  }
  .intro-content .intro-text-btm p {
    padding: 0 30px;
  }
  .intro-section {
    padding: 62px 0 25px;
  }
  .team-copy {
    margin: 0;
  }
  .team-slider {
    padding: 0 30px;
  }
  .body-home .yearbook-three.yearbook-container:before {
    height: 225px;
    width: 140px;
  }
  .yearbook-three .yearbook-name-wrapper:after {
    bottom: 100px;
  }
  .services-section .services-slider .head-1, .services-section .services-slider .head-2, .services-section .services-slider .head-3 {
    font-size: 34px !important;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
  }

  .pov-section h4 {
    font-size: 46px;
    line-height: 48px;
  }
  .pov-section .head-1 {
    font-size: 46px !important;
    line-height: 56px;
  }
  .services-section .services-slider {
    padding: 0;
  }
  .copy-section .slick-next:before, .callouts-section .slick-prev:before {
    opacity: 0;
  }
  /* .copy-section .slick-prev:after {
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		position: absolute;
		top: 14px;
		right: -20px;
		content: "";
		-webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
		transform: rotate(-45deg) skew(-10deg, -10deg);
		width: 25px;
		height: 25px;
		border-left: 1px solid #51576d;
		border-top: 1px solid #51576d;
	}
	.copy-section  .slick-next:after {
		content: "" !important;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		position: absolute;
		top: 14px;
		left: -20px;
		-webkit-transform: rotate(45deg) skew(10deg, 10deg);
		transform: rotate(45deg) skew(10deg, 10deg);
		width: 25px;
		height: 25px;
		border-right: 1px solid #51576d;
		border-top: 1px solid #51576d;
		-webkit-text-stroke: 8px transparent !important;
	} */
  .copy-section .head-1, .copy-section .head-3, .copy-section .head-2 {
    font-size: 27px !important;
    line-height: 27px;
  }
  .copy-section .yearbook-three .yearbook-name-wrapper:after {
    bottom: 55px;
  }
  .body-about-us .yearbook-three .yearbook-name-wrapper {
    padding: 10px 0px 0 0px;
  }
  .body-about-us .yearbook-three .yearbook-name-wrapper:after {
    bottom: 70px;
  }
  .yearbook-three .yearbook-name-wrapper:before, .yearbook-designation-wrapper:before {
    width: 90%;
  }
  .future-builders-row {
    padding: 30px;
  }
  .future-builders-callout {
    padding: 0;
  }
  .future-builders-graphic img, .future-builders-image {
    max-width: 100%;
    float: none;
  }
  .billboard-section .head-2:after {
    width: 100%;
  }
  .billboard-section .head-2 {
    font-size: 60px !important;
    line-height: 60px;
  }
  .billboard-section h2.tiles__title {
    margin-top: 55%;
  }
  .intro-content .intro-text h2 {
    font-size: 25px;
    line-height: 28px;
  }
  .body-home .yearbook-container .yearbook-headshot-wrapper:before {
    height: 248px;
  }
  .body-impact .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper {
    text-align: center;
  }
  .team-section .yearbook-three .yearbook-headshot {
    width: 100%;
    max-width: 100%;
  }
  .footer-section .ftr-disclosures-wrapper {
    padding: 30px;
  }
  .body-home-office h3 {
    text-align: center;
  }
  .services-section .services-copy:before {
    top: 140px;
  }
}



/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .body-home .yearbook-three.yearbook-container:before {
    height: 245px;
    width: 170px;
  }
  .yearbook-three .yearbook-name-wrapper:after {
    bottom: 70px;
  }
  .copy-section .slick-next:before, .callouts-section .slick-prev:before {
    opacity: 0;
  }
  /* .copy-section .slick-prev:after {
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		position: absolute;
		top: 14px;
		right: -20px;
		content: "";
		-webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
		transform: rotate(-45deg) skew(-10deg, -10deg);
		width: 25px;
		height: 25px;
		border-left: 1px solid #51576d;
		border-top: 1px solid #51576d;
	}
	.copy-section  .slick-next:after {
		content: "" !important;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		position: absolute;
		top: 14px;
		left: -20px;
		-webkit-transform: rotate(45deg) skew(10deg, 10deg);
		transform: rotate(45deg) skew(10deg, 10deg);
		width: 25px;
		height: 25px;
		border-right: 1px solid #51576d;
		border-top: 1px solid #51576d;
		-webkit-text-stroke: 8px transparent !important;
	} */
  .yearbook-three .yearbook-name-wrapper:before, .yearbook-designation-wrapper:before {
    width: 90%;
  }
  .copy-section .yearbook-slide {
    auto;
  }
  .intro-content .intro-text-btm .head-2, .intro-content .intro-text-btm .head-3 {
    font-size: 45px;
    line-height: 50px;
  }
  .intro-content .intro-text-btm .head-3 {
    padding: 0px 30px 0px;
  }
  .team-copy {
    margin: 0;
  }
  .team-section .yearbook-container .slick-arrow {
    display: none !important
  }
  .body-home .yearbook-container .yearbook-headshot-wrapper:before {
    height: 248px;
  }
  .body-impact .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper {
    text-align: center;
  }
  .intro-content .intro-text p {
    padding: 0 30px;
    text-align: left;
  }
  .services-section .services-copy:before {
    right: 0;
    top: 90px;
    margin: 0 auto;
    width: 95%;
  }
  .services-section .services-copy p {
    padding-bottom: 0px;
    margin: 0 !important;
  }
  .footer-section .ftr-disclosures-wrapper {
    padding: 30px;
  }
  .body-home-office h3 {
    text-align: center;
  }
  .future-builders-graphic img, .future-builders-image, .future-builders-image-wrap {
    text-align: center;
    margin: 0 auto;
    float: none;
  }
  .services-section .services-copy:before {
    top: 140px;
  }
}

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

}
