@import url("https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-5/base.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600");
@import url("https://www.raymondjames.com/-/media/rj/corporate-affiliate-sites/raymondjamescharitable/Files/css-features/annual-report.css");
@import url("https://www.raymondjames.com/-/media/rj/corporate-affiliate-sites/raymondjamescharitable/Files/css-features/animationcharts.css");


/*==============================================  IMPORTANT - PLEASE READ ==============================================

/* DUE TO THE COMPLEXITY OF CUSTOM SITES, PLEASE SEE BUILDER OR
DESIGNER BEFORE MAKING CHANGES TO FUNCTIONALITY OR ADDING/REMOVING CONTENT OR SECTIONS

BUILDER: Alicia
DESIGNER: Kelly
JOB #: 24-RJL CORP-0015
COMPLETION DATE: 2025
ADDITIONAL NOTES:
Fonts:

font-family: 'Lato', sans-serif;

thin 100
light 300
regular 400
bold 700
black 900

____

font-family: 'Prata', serif;
regular 400

========================================================================================================================
*/

:root {
  --light: #f3f5f7;
  --light-color-1: #f3e6c2;
  --light-color-2: #a9c4da;
  --medium: #43739D;
  --medium-color-1: #8599a8;
  --dark: #002949;
  /* --dark-color-1: #8599a8; */
  --gray: #767676;
  --gray-light: #f5f7f9;
  --gray-medium: #c7c7c7;
  --gray-dark: #393939;
  --black: #000000;
  --white: #ffffff;
  --rgb-color-1: 255, 255, 255;
  --rgb-opacity-1: 0.55;
  --font-1: 'Source Sans Pro', sans-serif;
}

body {
  background: var(--white);
  color: var(--gray-dark);
}

.disclaimer {
  font-size: 11px;
  line-height: 15px !important;
}

.cfp {
  font-variant: small-caps;
}

a {
  color: var(--medium);
  -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:hover {
  color: var(--dark);
}

a:focus {
  text-decoration: none;
}

hr {
  color: rgba(39, 20, 20, 0.2);
  background-color: #ececec;
  height: 1px;
  margin: 20px 0px;
}

h2 {
  font-size: 30px;
  color: var(--medium);
}

h2.sub-head-main .head-2 {
  font-weight: 600;
}

h3 {
  font-size: 25px;
  color: var(--medium);
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
}

h4 {
  color: var(--medium);
}

h5 {
  color: var(--medium);
}


.button {
  font-family: inherit;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  color: var(--dark);
  padding: 8px 25px;
  position: relative;
  border: 1px solid var(--dark);
  -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;
}

.button:hover {
  color: var(--white);
  background-color: var(--dark);
  border: 1px solid var(--dark);
}

/*
Utlilty classes
==============================================
*/

.un-margin-top-25 {
  margin-top: 25px !important;
}
.un-margin-top-50 {
  margin-top: 50px !important;
}
.un-margin-top-75 {
  margin-top: 75px !important;
}
.un-margin-top-100 {
  margin-top: 100px !important;
}
.un-margin-bottom-25 {
  margin-bottom: 25px !important;
}
.un-margin-bottom-50 {
  margin-bottom: 50px !important;
}
.un-margin-bottom-75 {
  margin-bottom: 75px !important;
}
.un-margin-bottom-100 {
  margin-bottom: 100px !important;
}

.un-padding-top-25 {
  padding-top: 25px !important;
}
.un-padding-top-50 {
  padding-top: 50px !important;
}
.un-padding-top-75 {
  padding-top: 75px !important;
}
.un-padding-top-100 {
  padding-top: 100px !important;
}
.un-padding-bottom-25 {
  padding-bottom: 25px !important;
}
.un-padding-bottom-50 {
  padding-bottom: 50px !important;
}
.un-padding-bottom-75 {
  padding-bottom: 75px !important;
}
.un-padding-bottom-100 {
  padding-bottom: 100px !important;
}


/*
Language toggle fix
==============================================
*/

.language-nav-link {
    background: var(--dark);
    border: 1px solid var(--dark);
    color: var(--white);
    padding: 10px 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 300ms all ease-in-out;
}

.language-nav-link:hover {
    background: transparent;
    border: 1px solid var(--medium);
    color: var(--medium);
}

@media screen and (max-width:767px) {
  .nav-language-toggle {
      position: relative !important;
      top: 0;
      right: 0;
  }  
}

@media screen and (min-width:768px) {
  .nav-language-toggle {
      position: absolute !important;
      display: block;
      top: -65px;
      right: 10vw !important;
  }  
}


/*
==============================================
Home Page
==============================================
*/
body {
  background-image: url("/-/media/RJ/Corporate-Affiliate-Sites/raymondjamescharitable/Images/body-bg.jpg") !important;
}

.pov-section {
  display: none;
}

/*
FIXES
==============================================
*/

.content-slider-wrapper .slick-prev, .content-slider-wrapper .slick-next {
  display: inline-block !important;
}

.masonry-title {
  padding-top: 25px !important;
}

.masonry-cta-text .masonry-cta {
  margin-bottom: 15px !important;
}

.advisor-report .ar-img {
    display: block;
    margin: 0 1em 2em;
    width: auto;
    max-height: 50px;
    max-width: 100%;
}

/*
Header
==============================================
*/
.logo-section .ftr-logo-wrapper .ftr-logo {
  max-width: 350px;
}



/*
Navigation
==============================================
*/

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
  padding: 20px 5px;
}

.nav-trigger:before {
  background: var(--white);
  content: "";
  height: 35px;
  width: 35px;
  position: absolute;
  left: 0px;
  top: -15px;
}

@media only screen and (max-width: 780px) {
  .nav-overall-wrapper:not(.van-mobile-nav) {
      height: 0px;
      min-height: 0px;
  }
}

/*
Billboard - Home
==============================================
*/

.body-home .billboard-content-wrapper .row .col-md-12 {
  padding-inline: 0 !important;
}

.billboard-section {
  background: var(--dark);
  position: relative;
}

.billboard-section .billboard-container.show-billboard {
  opacity: 1;
}


.billboard-section .billboard-container {
  background-size: cover;
  background-position: top center;
  opacity: 1 !important;
  display: flex;
}

.body-home .billboard-section .billboard-container {
  min-height: 400px;
  height: 600px;
  background-size: cover;
  background-position: center center;
  opacity: 1 !important;
  display: flex;
  align-items: end;
  justify-content: left;
}



.body-home .billboard-section .billboard-content-wrapper {
  position: inherit !important;
  display: block;
  width: 45%;
  max-width: 650px;
  background: var(--white);
  top: 140px;
  right: 0px;
  min-height: 300px !important;
  opacity: 0.9 !important;
  margin: 0 0 100px auto;
  padding-block: 30px;
}

.billboard-container p:last-of-type {
  margin-bottom: 0 !important;
}


@media only screen and (max-width: 991px) {
  .body-home .billboard-section .billboard-container {
    min-height: 600px;
  }

  .body-home .billboard-section .billboard-content-wrapper {
    position: inherit !important;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    min-height: 200px !important;
    padding: 30px 30px;
  }
  
  .body-home .billboard-section .billboard-content-wrapper .billboard-heading h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .body-home .billboard-section .billboard-container {
    height: 400px;
    min-height: 400px;
}
}
@media only screen and (max-width: 768px) {
  .body-home .billboard-section .billboard-content-wrapper {
    padding: 30px 15px;
  }

  .body-home .billboard-section .billboard-container {
    background-color: var(--white);
    min-height: 500px;
    padding-top: 200px;
    background-size: contain;
    background-position: top;
}
  .body-home .billboard-section .billboard-content-wrapper  {
    opacity: 1 !important;
    background-color: var(--white);

}
}

@media screen and (min-width: 1024px) {
  .body-home .billboard-section .billboard-container {
    height: 700px;
    background-color: var(--white);

  }
}

.billboard-container p {
  color: var(--gray-dark);
}

.billboard-heading-wrapper {
  padding: 0px;
}

.billboard-heading {
  padding-top: 0 !important;
}

.billboard-heading h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 48px;
  line-height: 44px;
  font-weight: 300;
  color: var(--dark);
  margin-bottom: 10px;
  text-transform: none;
  text-align: left;
}

.billboard-heading h1:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  position: relative;
  background: var(--medium);
  margin: 19px 0;
}

.billboard-heading h1 .subhead {
  font-weight: 400;
}

.billboard-cta-button .billboard-cta {
  margin: 0;
  border: 1px solid var(--dark);
  color: var(--dark);
  background: var(--white);
  padding: 5px 20px;
}

.external-link-button {
  margin: 0;
  border: 1px solid var(--dark);
  color: var(--dark) !important;
  background: var(--white);
  padding: 5px 20px;
  max-width: 165px;
}

a:hover .external-link-button {
  color: var(--white) !important;
  background: var(--dark) !important;
}

.billboard-cta-wrapper .billboard-cta {
  margin: 0;
  border: 1px solid var(--dark);
  color: var(--dark);
  background: var(--white);
  padding: 5px 20px;
  max-width: 165px;
}

.billboard-content-wrapper a {
  display: block;
}

.billboard-content-wrapper a:hover .billboard-cta {
  color: var(--white) !important;
  background: var(--dark) !important;
}

.billboard-cta-wrapper {
  text-align: left;
  margin-bottom: 50px;
}

.billboard-content-wrapper .container {
  padding: 0px;
}

.billboard-content-wrapper .container .row {
  margin: 0px;
}

/*
About Us
==============================================
*/
.logo-heading {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 250px;
  /* height: 100px; */
  margin: 100px auto 25px;
}

.logo-heading img {
  width: 100%;
  height: auto;
}




/*
Services Section
==============================================
*/
.services-section {
  background: var(--dark);
  border-top: 6px solid var(--medium);
  border-bottom: 6px solid var(--medium);
  padding: 30px 0 80px;
}

.services-section h2 a {
  color: var(--white);
}

.services-section h2 {
  border-right: none;
  font-size: 30px;
  line-height: 31px;
  font-weight: 400;
  color: var(--white);
  padding: 40px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.services-section h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 200px;
  position: static;
  background: var(--medium);
  margin: 20px auto 0px;
  text-align: center;
}

.services-content {
  margin: 20px auto 50px;
}

.services-cta-button {
  text-align: center;
  margin-bottom: 50px;
}

.services-cta .button-white {
  border: solid 1px var(--white);
  line-height: 1.1 !important;
  max-width: 410px;
  margin: 0 auto;
  font-size: 18px;
  padding: 10px 30px;
  text-transform: none;
  color: var(--white) !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* margin-top: 50px; */
}

.services-cta .button-white:hover {
  line-height: 1.1 !important;
  background-color: var(--white);
  color: var(--dark) !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services-cta .button-white a {
  color: var(--white);
  text-transform: none;
}

.services-cta .button-white a:hover {
  color: var(--dark) !important;
}

.services-section .content-slider-wrapper .content-slider-half-image-wrapper {
  width: 30%;
}

.services-section .content-slider-wrapper .content-slider-half-image {
  max-width: 154px;
  position: relative;
  left: 50px;
}

.content-slider-wrapper .content-slider-half-width-content-wrapper {
  border-bottom: none;
}

/*
.services-section .content-slider-heading-wrapper {
	display: none;
}
*/
.services-section .content-slider-wrapper .content-slider-copy-wrapper {
  border-top: 1px solid var(--medium);
  padding-top: 14px;
}

.services-section .content-slider-wrapper .content-slider-heading {
  font-size: 36px !important;
  line-height: 1.1 !important;
  font-weight: 300;
  text-align: left;
  color: var(--white);
}

.services-section .content-slider-wrapper .content-slider-copy {
  font-size: 21px;
  line-height: 23px;
  color: var(--white);
  font-weight: 400;
}

.services-section .services-headline {
  padding-left: 0px;
}

.services-section .content-slider-wrapper .slick-prev.slick-disabled:before,
.services-section .content-slider-wrapper .slick-next.slick-disabled:before {
  opacity: 1;
}

/*
Donor Section
==============================================
*/
.copy-section {
  margin-top: 0px;
  padding: 60px 15px 65px;
}

.donor-content {
  padding: 0px 150px;
}

.donor-content h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 48px;
  color: var(--dark);
  text-transform: none;
  font-weight: 300;
  text-align: center;
}

.donor-content h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  position: relative;
  background: var(--medium);
  margin: 30px auto 10px;
}

.donor-content h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  color: var(--dark);
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.niche-callouts {
  margin-top: 50px;
}

.niche-section .mc-heading {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  color: var(--dark);
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding-bottom: 0px !important;
}

.niche-section .button {
  margin: 0 auto;
  border: 1px solid var(--dark);
  color: var(--dark);
  background: var(--white);
  padding: 10px 30px;
  max-width: 315px;
  font-size: 18px;
  text-transform: none;
}

.niche-section .button:hover {
  color: var(--white) !important;
  background: var(--dark) !important;
}

.niche-section .mc-copy {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #5b5e5a;
  line-height: 25px;
}

.daf-cta {
  text-align: center;
}

.video-container {
  margin-top: 60px;
}

/*
Generosity Section
==============================================
*/
.generosity-section {
  border-top: solid 2px var(--dark);
  border-bottom: solid 2px var(--dark);
  padding: 50px 0px 30px;
  margin-bottom: 50px;
}

.generosity-headline h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 38px;
  color: var(--dark);
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

.generosity-headline h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  position: relative;
  background: var(--medium);
  margin: 20px auto 20px;
}

.generosity-number {
  padding: 0px 40px;
}

.generosity-number h3 {
  font-size: 38px;
  color: var(--medium);
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-align: center;
}

.generosity-number p {
  line-height: 24px;
  text-align: center;
}

/*
Give Section
==============================================
*/
.give-container {
  background: var(--white);
  padding: 30px 15px 30px;
  -webkit-box-shadow: 0px 2px 11px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 11px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 11px 2px rgba(0, 0, 0, 0.12);
}

.give-header h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 48px;
  color: var(--dark);
  text-transform: none;
  font-weight: 300;
  text-align: center;
  padding-top: 30px;
}

.give-header h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  position: relative;
  background: var(--medium);
  margin: 30px auto 10px;
}

.give-section {
  display: none !important;
}

.give-section .mc-heading {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  color: var(--dark);
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding-bottom: 0px !important;
}

.give-section .mc-copy {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #5b5e5a;
  line-height: 25px;
}

.give-section .cta-center .mc-cta-slide-number-wrapper {
  position: relative !important;
}

.give-section .mc-container {
  margin: 0 auto;
  padding: 25px 50px 0px 50px;
}

.give-section .mc-cta-wrapper {
  margin-top: 20px;
}

.give-section .mc-cta {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: var(--medium) !important;
  line-height: 25px;
  text-transform: uppercase;
  background: none !important;
  border: none !important;
  margin-top: 10px;
}

/*
Interior Section
==============================================
*/
.bio-section .bio-detail-title {
  display: block;
}

.body-contact-us .billboard-content-wrapper {
  padding-top: 40px;
}

.interior .billboard-section .billboard-container {
  min-height: 350px;
  background-position: center;
}

.interior .billboard-heading h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 48px;
  line-height: 44px;
  font-weight: 300;
  color: var(--white);
  margin-bottom: 10px;
  text-transform: none;
  text-align: center;
}

.interior .billboard-heading h1:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  position: relative;
  background: var(--medium);
  margin: 25px auto 10px;
}

.interior .billboard-copy-wrapper h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.interior .billboard-copy-wrapper .billboard-copy {
  display: none;
}

.interior .billboard-copy-wrapper {
  padding: 0px 200px;
}

.interior .billboard-copy-wrapper p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: var(--white);
  font-weight: 400;
  text-align: center;
}

.interior .copy-section {
  margin-bottom: 0px;
}

.copy-section .yearbook-last-name {
  font-weight: 400 !important;
}

/*
Content Slider - CS BASE
==============================================
*/


.interior .cs-base.content-slider-wrapper h3.content-slider-heading {
  font-size: 25px;
  color: #517c8d;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.interior .cs-base.content-slider-wrapper p {
    margin-bottom: 20px !important;
}

.interior .cs-base.content-slider-wrapper .content-slider-heading:after {
  content: none;
}

.interior .cs-base.content-slider-wrapper .wrap-content-slider-content p a.button {
    font-family: inherit;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    color: #50799e;
    padding: 8px 25px;
    position: relative;
    border: 1px solid #50799e;
}  

.interior .cs-base.content-slider-wrapper {
  border-bottom: 0;
}


.interior .cs-base.content-slider-wrapper .wrap-content-slider-content {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    flex: 1 0 auto;
    max-width: 1000px;
}

/*
Quote Interior Section
==============================================
*/
.no-quote .quote-section {
  display: none;
}





/*
Blog Insights Section
==============================================
*/
.blog-detail-copy-wrapper a {
  color: var(--medium);
}

.blog-detail-copy-wrapper a:hover {
  color: var(--dark);
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-heading {
  color: var(--dark);
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 30px !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.blog-landing-copy-wrapper {
  margin: 20px 0 !important;
}

.blog-landing-calendar,
.blog-date-link {
  display: none;
}

.filter-list-heading ul {
  padding-left: 0px !important;
}

/*
Giving Options Section
==============================================
*/
.body-giving-options .billboard-content-wrapper {
  padding-top: 50px;
}

.body-giving-options .copy-section {
  padding: 60px 100px 0px;
}

.copy-content .mc-container {
  padding: 5px 0px 50px 0px;
}

.copy-content .mc-slide {
  margin: 0px;
}

.copy-content .mc-slide:nth-of-type(2) {
  margin: 0px 10px;
}

.interior .content-slider-heading {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 38px;
  color: var(--dark);
  text-transform: none;
  font-weight: 300;
  text-align: center;
  padding: 0px;
}

.interior .content-slider-wrapper {
  opacity: 0;
  border-top: none;
  border-bottom: 3px solid var(--dark);
}

.interior .content-slider-heading:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  position: relative;
  background: var(--medium);
  margin: 20px auto 20px;
}

.interior .content-slider-wrapper .wrap-content-slider-content {
  padding: 0 35px;
}

.content-slider-wrapper .content-slider-cta {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--dark) !important;
  line-height: 25px;
  text-transform: none;
  background: none !important;
  margin-top: 10px;
  border: solid 1px var(--dark) !important;
  padding: 5px 20px;
}

.interior .rich-text-container h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  color: var(--dark);
  text-transform: none;
  font-weight: 600;
  text-align: left;
  padding-top: 0px;
  margin-bottom: 20px;
}

.body-giving-options .mc-heading {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  color: var(--dark);
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding-bottom: 0px !important;
}

.body-giving-options .mc-copy {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #5b5e5a;
  line-height: 25px;
}

.body-giving-options .content-slider-wrapper {
  margin-bottom: 50px;
}

.body-giving-options .cta-center .mc-cta-slide-number-wrapper {
  position: relative !important;
}

.body-giving-options .mc-cta-wrapper {
  margin-top: 20px;
}

.body-giving-options .mc-cta {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: var(--medium) !important;
  line-height: 25px;
  text-transform: uppercase;
  background: none !important;
  border: none !important;
  margin-top: 10px;
}

.interior .video-container {
  max-width: 900px;
  margin: 0 auto;
}

.interior .copy-section {
  padding: 60px 80px 170px;
}

.body-giving-options .copy-section {
  padding: 60px 80px 70px;
}

.body-daf .billboard-content-wrapper {
  padding-top: 30px;
}

.body-daf .main-content-intro {
  margin-bottom: 50px;
}

.daf-inforgraphic img {
  width: 100%;
  height: inherit;
  max-width: 650px;
}

.main-content-int-left {
  padding-right: 30px;
}

.disclosure {
  font-size: 12px;
  line-height: 16px;
}

.ul-below {
  /* margin-bottom: 0px !important; */
}

.accord .fa.fa-chevron-down {
  font-size: 30px;
}

.accord .fa {
  color: var(--dark);
}

.body-daf .main-content-intro {
  margin-bottom: 50px;
  padding: 0px 150px;
}

.content-slider-wrapper a .content-slider-cta {
  -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;
}

.content-slider-wrapper a:hover .content-slider-cta {
  color: var(--white) !important;
  background: var(--dark) !important;
  border: 1px solid transparent;
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*
ACCOUNTS
==============================================
*/
.body-accounts .cta-center.hide-category.hide-slide-number .mc-content-wrapper {
  padding-bottom: 0;
  height: auto !important;
}

/*
==============================================
Callouts
==============================================
*/

.body-account div.callouts-container {
  padding: 0px !important;
  opacity: 1 !important;
  grid-template-columns: repeat(2, 1fr) !important;
}

.body-accounts a.callout-link {
  border: none !important;
}

.callout-item .callout-copy-wrapper p {
  color: #6f7276 !important;
}

button.callout-cta {
  font-size: 16px !important;
  text-transform: inherit !important;
  background: transparent;
  border: 1px solid var(--dark) !important;
  padding: 5px 20px !important;
  color: var(--dark) !important;
  letter-spacing: 0.5px !important;
  transition: all 500ms ease;
}

button.callout-cta:hover {
  font-size: 16px !important;
  text-transform: inherit !important;
  border: 1px solid var(--dark) !important;
  padding: 5px 20px !important;
  background-color: var(--dark);
  color: var(--white) !important;
  letter-spacing: 0.5px !important;
  transition: all 500ms ease;
}

.body-accounts .callouts-container .callout-item .callout-heading-wrapper,
.body-accounts .callouts-mobile-slider .callout-item .callout-heading-wrapper {
  margin: 20px 0 10px;
}

.body-accounts .callouts-container .callout-item .callout-heading-wrapper .callout-heading,
.body-accounts .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  color: var(--dark);
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.body-accounts .callouts-container .callout-item .callout-copy-wrapper,
.body-accounts .callouts-mobile-slider .callout-item .callout-copy-wrapper {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #5b5e5a;
  line-height: 25px;
}

.body-accounts .callouts-container .callout-item .callout-image-wrapper,
.body-accounts .callouts-mobile-slider .callout-item .callout-image-wrapper {
  background: var(--black);
}

.body-accounts .callouts-container .callout-item .callout-image-wrapper .callout-image,
.body-accounts .callouts-mobile-slider .callout-item .callout-image-wrapper .callout-image {
  transition: all 0.5s ease-in-out;
}

.body-accounts .callouts-container .callout-item:hover .callout-image-wrapper .callout-image,
.body-accounts .callouts-mobile-slider .callout-item:hover .callout-image-wrapper .callout-image {
  opacity: 0.7;
}

/*
Contact Us
==============================================
*/
.body-contact-us .footer-cta-section,
.body-powerful .footer-cta-section {
  display: none;
}

.interior .contact-widget-section {
  top: 300px;
}

.body-powerful .footer-cta-section

/*
Sidebar
==============================================
*/
.main-content-int-right {
  border: solid 1px #ececec;
  margin-top: 50px;
  border-bottom: solid var(--dark) 8px;
  padding: 20px 30px;
}

.main-content-int-right h3 {
  font-size: 18px;
  color: var(--dark);
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
}

.main-content-int-right h3:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  position: relative;
  background: var(--medium);
  margin: 10px auto 20px;
}

.main-content-int-right ul {
  padding: 0px;
  line-height: 21px;
}

.main-content-int-right ul {
  margin-top: 0px !important;
}

.main-content-int-right li {
  list-style-type: none;
  margin-bottom: 5px;
  font-size: 15px;
}

.main-content-int-right p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px !important;
}

.main-content-int-right ul {
  padding-left: 0px !important;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more {
  margin: 0 auto;
  border: 1px solid var(--dark);
  color: var(--dark);
  background: var(--white) !important;
  padding: 10px 30px;
  max-width: 315px;
  font-size: 18px;
  text-transform: none;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more:hover {
  color: var(--white) !important;
  background: var(--dark) !important;
}

.contact-form .form-inline .captcha .btn-contact {
  font-size: 16px;
  letter-spacing: 0;
  color: var(--dark);
  display: inline-block;
  border: 1px solid var(--dark);
  text-transform: none;
  padding: 10px 25px;
  background: transparent;
}

.contact-form .form-inline .captcha .btn-contact:hover {
  color: var(--white) !important;
  background: var(--dark) !important;
}

/*
Map and Directions
==============================================
*/
.contact-map p {
  margin-bottom: 10px !important;
}

/*
Powerful Giving Section
=============================================
*/
.powerful-giving-quotebox {
  border: solid 1px var(--medium);
  margin: 40px 0px;
  padding: 20px 30px;
  background: #dde7f0;
}

.mc-image-wrapper {
  max-height: 220.6px !important;
}

/*
Footer Section
==============================================
*/
.footer-cta-container {
  padding: 50px 200px;
}

.footer-cta h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 48px;
  color: var(--white);
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
  text-transform: none;
  margin-bottom: 40px;
}

.footer-cta h3 .head-1 {
  font-weight: 400;
}

.footer-contact-container h4 {
  font-size: 17px;
  line-height: 1.1;
  color: var(--dark) !important;
}

.footer-cta p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  color: var(--white);
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.footer-cta .button-white {
  padding: 12px;
  display: block;
  border: solid 1px var(--white);
  line-height: 1;
  max-width: 310px;
  margin: 0 auto;
  -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;
}

.ftr-cta:hover > .button-white {
  background-color: var(--white);
  color: var(--dark);
  -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 .ftr-cta-wrapper:before,
.footer-section .ftr-cta-wrapper:after {
  display: none;
}

.footer-cta-container {
  background: var(--dark);
  -webkit-box-shadow: 0px 2px 11px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 11px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 11px 2px rgba(0, 0, 0, 0.12);
}

.footer-section .footer-image-content .billboard-container {
  min-height: 695px;
  background-size: cover;
  background-position: top center;
}

.footer-contact-section {
  background: var(--white);
  padding: 30px 60px 30px;
  -webkit-box-shadow: 0px 2px 11px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 11px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 11px 2px rgba(0, 0, 0, 0.12);
}

.ftr-disclaimers {
  text-align: center;
}

.footer-links {
  margin-top: 40px;
}

.body-blog-detail .footer-cta h3 {
  color: var(--white) !important;
  font-size: 48px !important;
  font-weight: 300 !important;
}

/*
Media Carousel & FlexTab
==============================================
*/
.accord {
  margin: 0px auto 20px;
}

.accord .accord-link {
  color: var(--dark);
  padding-left: 30px;
}

.accord .accord-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 23px;
  font-weight: 400;
  text-transform: none;
}

.accord .accord-link,
.accord .accord-inner-link {
  border-bottom: 1px solid #ececec;
}

.accord .accord-link-content a,
.accord .accord-inner-link-content a {
  padding-left: 0px !important;
  padding: 0px !important;
  display: inline-block;
}

.accord .accord-link:hover,
.accord .accord-inner-link:hover,
.accord li.open .accord-link,
.accord li.open .accord-inner-link {
  color: var(--medium) !important;
}

.copy-section ul,
.resource-detail-copy-wrapper ul {
  padding-left: 25px;
  margin-top: 0px;
}

.yearbook-first-last-title {
  text-align: center;
}

.yearbook-first-name {
  font-size: 22px;
  font-weight: 400 !important;
  color: var(--dark);
  text-transform: uppercase;
  display: inline;
}

.yearbook-last-name {
  font-size: 22px;
  font-weight: 400 !important;
  color: var(--dark);
  text-transform: uppercase;
  display: inline;
}

.yearbook-headshot-link {
  text-align: center;
}

.yearbook-title {
  margin-bottom: 0px !important;
  line-height: 18px;
  font-size: 14px;
}

.yearbook-headshot-link:hover .yearbook-title {
  color: var(--medium) !important;
}

.yearbook-headshot-link:hover .yearbook-first-name,
.yearbook-headshot-link:hover .yearbook-last-name {
  color: var(--medium) !important;
}

.yearbook-row-2 {
  margin-top: 50px;
  text-align: center;
}

.bio-block-5,
.bio-block-6 {
  float: none;
  display: inline-grid;
}

.corp-bio-detail-previous-link-wrapper {
  float: left;
  margin-left: 20px;
  margin-top: 50px;
}

.corp-bio-detail-next-link-wrapper {
  float: right;
  margin-right: 20px;
  margin-top: 50px;
}

.corp-bio-detail-pager-desktop {
  display: none;
}

.blog-detail-copy-wrapper p,
.blog-detail-copy-wrapper span,
.blog-detail-copy-wrapper ul li {
  line-height: 1.75;
  list-style-type: disc;
}

.blog-detail-copy-wrapper ol li {
  list-style-type: decimal;
  margin-left: 30px;
}

.billboard-container a:visited,
.billboard-container a:active {
  color: var(--dark);
}

.blog-landing-info-share-wrapper {
  display: none;
}

/* Large devices (tablet landscape, 1199px and less) tablet-l */
@media only screen and (max-width: 1199px) {
}

/* Large devices (tablet landscape,1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .services-section {
    background: var(--dark);
    border-top: 6px solid var(--medium);
    border-bottom: 6px solid var(--medium);
    padding: 10px 0 70px;
  }

  .services-section .content-slider-wrapper .content-slider-half-image {
    left: 10px;
  }

  .primary-nav a,
  .investor-access-remember-me-label {
    font-size: 14px;
  }

  .contact-close-section {
    width: 270px;
    display: block;
    height: 0px;
    padding: 20px 25px 25px;
    position: fixed;
    right: -270px;
    top: 280px;
    font-weight: 900;
    font-size: 20px;
    color: var(--dark);
    opacity: 0;
    -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;
    z-index: -1;
    animation: fadeInRight 0.8s ease-in-out;
    -webkit-animation: fadeInRight 0.8s ease-in-out;
  }

  .contact-widget-section:hover + .contact-close-section {
    right: 45px;
    opacity: 1;
    top: 280px;
    z-index: 15;
  }

  .blog-section,
  .interior .copy-section {
    padding: 60px 60px 80px !important;
  }

  .corp-bio-detail-previous-link-wrapper {
    float: left;
    margin-left: 20px;
    margin-top: 50px;
    position: absolute;
    z-index: 99;
    bottom: 15px;
    left: 30px;
  }

  .corp-bio-detail-next-link-wrapper {
    float: right;
    margin-right: 20px;
    margin-top: 50px;
    z-index: 9999;
    position: absolute;
    bottom: 15px;
    right: 30px;
  }

  .bio-block-5,
  .bio-block-6 {
    float: none;
    display: inline-grid;
  }

  .body-daf .main-content-intro {
    margin-bottom: 50px;
    padding: 0px;
  }
}

/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
  .\36 d4e66b6 .parent-nav-item {
    display: none !important;
  }

  .no-billboard .logo-section {
    background: var(--white) !important;
  }

  .billboard-section,
  .billboard-sticky {
    position: relative !important;
    top: 0px;
    display: block;
  }

  .header {
    background: var(--white);
  }

  .services-section {
    padding: 50px 0 40px;
  }

  .services-section .content-slider-wrapper .content-slider-half-image {
    left: 80px;
  }

  .services-section h2 {
    border-right: none;
    font-size: 30px;
    line-height: 31px;
    font-weight: 400;
    color: var(--white);
    padding: 40px 0;
    position: relative;
    top: 0;
    transform: translateY(-50%);
    text-align: center;
  }

  .services-section h2 {
    padding: 0px;
  }

  .services-section h2:after {
    content: "";
    display: block;
    height: 2px;
    width: 200px;
    position: static;
    background: var(--medium);
    margin: 20px auto;
    text-align: center;
  }

  .services-section .content-slider-wrapper .slick-dots {
    bottom: -18px;
  }

  .generosity-number {
    text-align: center;
  }

  .footer-cta-container {
    padding: 50px 100px;
  }

  .footer-contact-info,
  .footer-links {
    text-align: center;
  }

  .footer-links ul {
    padding-left: 0px;
  }

  .pov-section .mc-container .slick-prev,
  .mc-container .slick-next {
    display: block !important;
  }

  .interior .billboard-copy-wrapper {
    padding: 0px;
  }

  .yearbook-bio-block {
    margin-bottom: 40px;
  }

  .mc-container .slick-track .slick-slide {
    height: 500px;
  }

  .mc-container .slick-dots {
    bottom: -15px;
  }

  .niche-section .mc-container .slick-track .slick-slide {
    height: 400px;
  }

  .daf-cta {
    text-align: center;
    margin-top: 50px;
  }

  .services-section .slick-dots li button:before {
    color: var(--white);
    opacity: 0.15;
  }

  .services-section .slick-dots li.slick-active button:before {
    color: var(--white);
    opacity: 1;
  }

  .yearbook-row-2 {
    margin-top: 0px;
    text-align: center;
  }

  .copy-content .mc-slide:nth-of-type(2) {
    margin: 0px auto;
  }

  .services-section h2:after {
    display: none;
  }
}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .logo-section .ftr-logo-wrapper .ftr-logo {
    max-width: 280px;
  }
  .services-section .content-slider-wrapper .content-slider-half-image {
    left: 0px;
  }

  .services-section .content-slider-wrapper .content-slider-copy {
    font-size: 19px;
    line-height: 23px;
    color: var(--white);
    font-weight: 400;
    padding-top: 0px;
    max-width: 197px;
  }

  .donor-content {
    padding: 0px 20px;
    display: block;
  }

  .footer-cta-container {
    padding: 50px 20px;
  }

  .blog-section,
  .interior .copy-section {
    padding: 60px 20px 80px !important;
  }

  .niche-section .button {
    padding: 10px;
  }

  .interior .billboard-copy-wrapper h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 21px;
    line-height: 28px;
  }

  .give-section .mc-container {
    margin: 0 auto;
    padding: 25px 0px 0px 0px;
  }

  .footer-links {
    margin-top: 0px;
  }

  .billboard-container p {
    font-size: 16px;
    line-height: 25px;
  }

  .interior .billboard-content-wrapper {
    min-height: 500px;
  }

  .interior .billboard-copy-wrapper {
    padding: 0px 20px;
  }

  .interior .content-slider-wrapper .wrap-content-slider-content,
  .content-slider-wrapper .content-slider-half-width:not(.content-slider-half-image-wrapper) {
    padding: 0px;
  }

  .footer-contact-section {
    padding: 30px 30px 30px;
  }

  .slick-dots li {
    margin: 10px 10px;
  }

  .services-section .content-slider-wrapper .slick-dots {
    bottom: -18px;
  }

  .footer-section .footer-image-content .billboard-container {
    min-height: 335px;
  }

  .niche-section .button {
    font-size: 14px;
  }

  .daf-cta {
    padding: 0px;
  }

  .accord .accord-link-content,
  .accord .accord-inner-link-content {
    background: rgba(255, 255, 255, 0);
    padding: 33px 0px;
  }

  .interior .rich-text-container h2 {
    line-height: 33px;
  }

  .services-cta .button-white {
    font-size: 14px;
  }

  .services-section h2:after {
    display: none;
  }
}

/* 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) {
  .footer-contact-section {
    padding: 30px 30px 30px;
  }

  .donor-content {
    padding: 0px 30px;
  }

  .body-home .billboard-section .billboard-content-wrapper {
    padding: 0px 40px;
  }

  .slick-dots li {
    margin: 0px 10px;
  }

  .cta-center.hide-category.hide-slide-number .mc-content-wrapper {
    padding-bottom: 0px;
  }

  .niche-section .mc-container .slick-track .slick-slide,
  .give-section .mc-container .slick-track .slick-slide {
    height: 350px;
  }

  .footer-section .footer-image-content .billboard-container {
    min-height: 400px;
  }

  .interior .billboard-copy-wrapper h2 {
    line-height: 28px;
  }

  .interior .billboard-content-wrapper {
    padding: 20px 30px 0px 30px;
  }

  .copy-content .mc-container .slick-track .slick-slide {
    height: 600px;
  }

  .copy-content .mc-container {
    padding: 5px 0px 0px 0px;
  }
}

/* iPhone 4/5 Portrait */
@media screen and (max-width: 320px) {
}

/* IE only */
@media screen\0 {
  .content-slider-wrapper .wrap-content-slider-content .content-slider-copy-wrapper {
    max-width: 370px;
  }

  .bio-block-5,
  .bio-block-6 {
    display: inline-block;
  }

  .bio-block-5 {
    top: -18px;
  }

  .services-section .content-slider-wrapper .content-slider-copy {
    font-size: 18px !important;
  }

  .services-section .services-slider {
    padding-left: 0px !important;
  }

  .mc-image-wrapper {
    max-height: 220.6px;
  }
}


.rjcf-home .callouts-container, .callouts-mobile-slider {
	background-color: transparent;
}

/* 
<link href="/sitecore/shell/themes/standard/default/Default.css" rel="stylesheet" />

<link href="/sitecore/shell/controls/Lib/Flexie/flex.css" rel="stylesheet" /> */


.interior hr {
  margin-block: 50px;
}

.interior .billboard-container {
    align-items: center;
    display: flex;
}

.interior .billboard-content-wrapper {
  max-width: 800px;
  padding: 30px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .interior .billboard-heading h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .interior .billboard-content-wrapper {
    min-height: 350px;
    padding: 30px 15px;
  }
}

.span-stat {
  display: block;
  font-size: 24px;
    color: var(--medium);
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    text-align: center;
    padding-bottom: 5px
}

h3.callout-heading {
  text-align: center;
}

.rjcf-home .callouts-version-3.callouts-mobile-slider {
  background: transparent;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .callouts-version-3.callouts-container .callout-item { 
    width: calc(30% - 15px);
  }

  .callouts-version-3.callouts-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
}

.callouts-container .callout-item .callout-heading-wrapper .callout-heading, .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
  color: var(--medium);
  font-size: 20px;
}

.callouts-container.callouts-version-3 .callout-item .callout-copy-wrapper, .callouts-version-3.callouts-mobile-slider .callout-item .callout-copy-wrapper {
  color: var(--gary-dark);
  margin: 20px auto 50px;
}

.rjcf-home .copy-section h2 {
  font-size: 38px;
}

.rjcf-home h2, .interior .rich-text-container h2 {
  font-family: 'Source Sans Pro', sans-serif;
  /* font-size: 28px; */
  color: var(--dark);
  text-transform: uppercase;
  font-weight: 400;
  text-align: center !important;
  margin: 0 auto 40px;
  max-width: 90%;
}


.rjcf-home h2:after, .interior .rich-text-container h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  position: relative;
  background: var(--medium);
  margin: 20px auto 20px;
}

.contact-cta-section, .why-choose-section {
  border-top: solid 2px var(--dark);
  border-bottom: solid 2px var(--dark);
  padding: 50px 0px 30px;
  margin-bottom: 50px;
}

.callout-item {
    width: 100%;
}


/* CONTACT US */
.interior .rjcf-contact-block h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  color: var(--dark);
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 !important;
}

.interior .rjcf-contact-block p {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.interior .rjcf-contact-block h2::after {
  content: none;
}

.rjcf-contact-block {
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: top;
}

.rjcf-contact-block div {
  width: 100%;
  padding-block: 20px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .rjcf-contact-block div {
    width: 50%;
  }
  .rjcf-contact-block .rjcf-contact-block-email {
    width: auto;
  }
}

@media screen and (min-width: 992px) {
  .rjcf-contact-block div {
    width: 30%
  }
  .rjcf-contact-block .rjcf-contact-block-email {
    width: 30%;
  }
}

/* billboard */

.interior .billboard-content-wrapper h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 21px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.interior .billboard-content-wrapper p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: var(--white);
  font-weight: 400;
  text-align: center;
}


.rjcf-home .niche-callouts .rich-text-container {
  max-width: 900px;
  text-align: center;
  margin-inline: auto;
}



@media screen and (max-width: 991px) {
  .donor-content {
    padding: 0 50px;
  }
}

@media screen and (max-width: 480px) {
  .donor-content {
    padding: 0 15px;
  }

  .interior .billboard-content-wrapper p {
    font-size: 16px;
  }
}

/*
RJCF INTERIOR - QUOTE SECTION
==============================================
*/
.quote-section .ftr-cta-wrapper {
	max-width: 900px;
	margin: auto;
  transition: all 300ms ease-in-out;


}

.quote-section .ftr-cta-wrapper h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 32px;
  color: var(--dark);
  text-transform: uppercase;
  font-weight: 400;
  text-align: center !important;
  margin: 0 auto 40px;
  max-width: 90%;

}

.quote-section .ftr-cta-wrapper h3:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  position: relative;
  background: var(--medium);
  margin: 30px auto 10px;
}

.quote-section .ftr-cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quote-section .ftr-cta:hover {
  transition: all 300ms ease-in-out;

}

.quote-section .ftr-cta-wrapper .button {
  width: fit-content;
}


.footer-privacy-content {
	padding-top: 25px !important;
	text-align: center;
}

.ftr-nap-address span.ftr-nap-address-label {
	display: block;
	color: var(--dark);
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.ftr-advisor-report-links p.advisor-report a {
	display: inline-block !Important;
	margin-inline: 10px;
}

.services-section .content-slider-wrapper .slick-slider {
	padding-inline: 50px;
}

@media screen and (max-width: 480px) {
  .services-section .content-slider-wrapper .slick-slider {
    padding-inline: 15px;
  }
  .services-section .services-slider {
    padding-inline: 0;
  }
}

.rjcf-home .services-section .content-slider-wrapper .content-slider-heading {
text-align: center !important;
}

.services-section .rich-text-container p {
	color: var(--white);
}





/*
Planned Giving
==============================================
*/

.benefits-icon {
  position: relative;
  height: 100px;
  margin-block: 25px;
  display: flex;
  align-items: center;
  justify-content: ce;
}

.benefits-icon svg {
  position: relative;
  width: 100px;
  height: 100px;
  height: auto;
  margin-block: 25px;
  margin-inline: auto;
  z-index: 1;
}
.benefits-icon:before {
  position: absolute;
  content: "";
  background-color: var(--gray-light);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  right: calc(50% - 75px);
  z-index: 0;
}

.benefits-col p:has(strong) {
  font-size: 20px;
}

.benefits-col strong {
  text-transform: uppercase;
  color: var(--dark);
}

@media screen and (min-width: 992px) {
  .benefits-icon {
  margin-block: 25px 50px;
}

.benefits-icon svg {
  margin-inline: auto 30px;
}
.benefits-icon:before {
  right: 20px;
}
}

/*
How it Works
==============================================
*/


.program-details-header.col-md-4.text-center svg {
  max-width: 85px;
}



.rjcf-program-details .row {
  text-align: center;
  margin: 25px auto 50px;

}

.rjcf-program-details .row div:first-of-type {
  position: relative;
  z-index: 1;
  min-width: 200px;
  min-height: 200px;
  margin-bottom: 25px
}

.rjcf-program-details .row div:first-of-type:before {
  content: "";
  background-color: var(--gray-light);
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  z-index: -1;
}

.rjcf-program-details .program-details-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.rjcf-program-details p {
  color: var(--dark);
  margin-bottom: 0 !important;
}

.rjcf-program-details h3 {
  color: var(--dark);
  /* font-weight: 100; */
  font-size: 28px;
}


@media screen and (min-width: 768px) {

  .rjcf-program-details .row {
    text-align: initial;
    margin-bottom: 50px;
    max-width: 900px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}


@media screen and (min-width: 992px) {
}
