/*===========================================================================================================
		Site Info
=============================================================================================================

	Date: 03/09/20
	Site: Sierra Club, a0007272
	Web Developer: Melissa Anderegg

	Last Modified By:	Web Developer	--  MM/DD/YY	--  modifications
						Melissa Anderegg -- 05/04/20 -- Rework 1

  Find/replace default color #508142

/*************************************************************************************************************
//////////////////////     Base
*************************************************************************************************************/
	img {max-width:100%; height:auto;} /* Makes images responsive */
	.vertical-nav-divider {display:none;}
	div.stl-colwrap, .stl-center div.row, .stl-center div.row > div {margin:0;}
		div.stl-colwrap:after, div.row:after {content: " ";line-height:0 !important;}

	/* Apply border-box to all content */
	*, *:before, *:after {box-sizing:border-box;}

    /* bootstrap hidden class */
    .hidden {display: none !important;visibility: hidden !important;}

    /* Force uppercase */
    .force-upper {text-transform: uppercase !important;}
    /* Force lowercase */
    .force-lower {text-transform: lowercase !important;}

    /* Serial comma */
    .serial-comma {display:none !important; visibility:hidden !important;}

    /* Show/Hide */
    .show {display:block;}
    .hide {display:none;}

    .hidden{display:none!important;visibility:hidden!important}
    /* Hide only visually, but have it available for screenreaders: h5bp.com/v */
    .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
    /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
    /* Hides 'Skip to Content' or anything else that needs to be in the content, but off the screen */
    .offscreen {position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}

    /* Float Clearing */
    .stl-clearfix:before,.stl-clearfix:after,
    .stl-clear:before,.stl-clear:after,
    .clearfix:before,.clearfix:after {content:"";display:table;}
    .stl-clearfix:after, .stl-clear:after, .clearfix:after {clear:both;}
    .stl-clearfix, .stl-clear, .clearfix {zoom:1;}

    /* 	Floats */
    .stl-right {float:right;}
    .stl-left {float:left;}

    /* 	Photos and Captions */
    .stl-photo-wrap .stl-photo-caption {font-size:0.9em;}
    @media screen and (max-width:767px){.stl-photo-wrap.stl-right, .stl-photo-wrap.stl-left {float:none;}} /* Removes float from images on screens less than 768px */
    @media screen and (min-width:768px){
        .stl-photo-wrap {display:table; width:1px;} /* Constrains image and caption */
            .stl-photo-wrap.stl-right {margin:0 0 15px 20px;} /* Adds spacing around photo group */
            .stl-photo-wrap.stl-left {margin:0 20px 15px 0;}
            .stl-photo-wrap img {display:block; max-width:none;} /* Max-width:100% inside display:table doesn't cooperate in Chrome http://tinyurl.com/lhrcd82 */
    }
    /* Floating just photos */
    .stl-photo-left, .stl-photo-right {display:block; margin:0 0 20px;}
    @media screen and (min-width:480px){
        .stl-photo-left, .stl-photo-right {display:inline;}
        .stl-photo-left, .donorpic {float:left; margin:0 20px 15px 0;} /* .donorpic is in place to catch older sites that don't still use it. */
        .stl-photo-right {float:right; margin:0 0 15px 20px;}
    }

/*************************************************************************************************************
//////////////////////     Generic
*************************************************************************************************************/

/*  Structure
  -------------------------------------------------------*/
	/* Outermost site wrapper - wraps entire site
		:: Default page structure ::
			 ----------------------
				<div id="stl-cms">
					<header class="stl-header" role="banner">@[TextHeader]</header>
					<main id="stl-container" class="sub-middle-section" role="main"></main>
					<footer class="stl-footer" role="contentinfo">@[TextFooter]</footer>
				</div>
  */

	/* Inner page wrapper - wraps entire site be default (see default page layout above) - Set background, positioning, etc as necessary */
	#stl-cms {background:transparent; padding:0; position:relative; overflow-x:hidden;}

	/* Container elements - may be used to restrict template to a specified width */
	.wide-container {width:100%; padding:0;}
	.narrow-container {width:100%; max-width:1200px; margin:0 auto;}
	.container {width:100%; max-width:1200px; margin:0 auto; padding:0 15px;}
	#stl-container {display:block; /*margin-top:30px;*/ /* margin-top:132px; */}
	.home-page #stl-container {/*margin-top:0;*/ /*margin-top:102px;*/ /*margin-top:184px;*/}
	.interior-container {width:100%;}

	/* If interior pages use two column layout */
	.interior-two-col {text-align:left;}
	.interior-two-col #stl-container, .subpage #stl-container {/*max-width:1200px; padding:0 15px; margin:30px auto 0;*/}

	@media screen and (max-width:768px) {
		.interior-container + .interior-container {display:-webkit-box;display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; flex-direction:column;}
        #personal-estate-planning-kit-page.article-two-col .interior-container + .interior-container, #personal-estate-planning-kit-download-page.interior-two-col .interior-container + .interior-container, #personal-estate-planning-kit-download-page.article-one-col .interior-container + .interior-container {display:none;}
	}

	@media screen and (min-width:769px) {
		.interior-two-col #stl-container {display:-webkit-box;display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; flex-direction:row; flex-wrap:wrap; }
		.interior-two-col .interior-container {width: 64%; -webkit-box-flex: 1; flex: 1 1 64%; margin-right: 4%;}
		.interior-two-col .interior-container + .interior-container {width: 32%; -webkit-box-flex: 0; flex: 0 1 32%; margin-right:0;}

		#personal-estate-planning-kit-page.article-two-col .interior-container + .interior-container, #personal-estate-planning-kit-download-page.interior-two-col .interior-container + .interior-container, #personal-estate-planning-kit-download-page.article-one-col .interior-container + .interior-container {display:none;}
		.article-page #stl-container, .contact-page #stl-container {text-align:left; /*margin:30px auto;*/}
	}

/*  Typography
  -------------------------------------------------------*/
  	html {font-size:62.5%}
  	body {background:#fff; margin:0; padding:0; /*font-family:sans-serif; font-size:1.6rem; line-height:1.5; color:#444;*/ font-family:"Ringside Regular A","Ringside Regular B", 'Archivo', sans-serif; font-size:17px; letter-spacing:-.3px; line-height:1.3;}

	@media screen and (min-width:1024px) {
		body {font-size:18px;}
	}

	/* Links/Buttons */
	.sub-middle-section a,
	.stl-white-popup a, /* Journey popup */
	.getting-started-suggestion li a /* Get Started popup */ {
		color:#008294;
		-webkit-transition:color 200ms ease;
		transition:color 200ms ease;
		text-decoration:none;
	}
	.sub-middle-section a:hover, .sub-middle-section a:focus,
	.stl-white-popup a:hover, .stl-white-popup a:focus,
	.getting-started-suggestion li a:focus, .getting-started-suggestion li a:hover {
		color:#003f48;
	}
	a.btn-outlined, a.btn-primary {color:#fff;}
	a.btn-outlined:hover, .btn-outlined:focus {color:#fff;}/* , a.btn-primary:hover, a.btn-primary:focus */
	a.btn-primary:hover, a.btn-primary:focus {color:#ff5100;}
	#stl-cms .stlButton, .stlButton, .mfp-content #stl-announcement .mfp-close.stlButton, .GIfeature .lightbox, #skip-link {
    	cursor:pointer;
		display:inline-block;
		font-family:"Ringside Regular A","Ringside Regular B",sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#fff;
		background-color:#D54400;
		border:2px solid #D54400;
		border-radius:4px;
		padding:9px 20px;
		margin:0 auto;
		opacity:1;
		text-decoration:none;
		width:auto;
		-webkit-transition:0.2s ease-in-out;
		transition:0.2s ease-in-out;
	}
	#stl-cms .stlButton:hover, #stl-cms .stlButton:focus, .stlButton:hover, .stlButton:focus,
    .mfp-content #stl-announcement .mfp-close.stlButton:hover, .mfp-content #stl-announcement .mfp-close.stlButton:focus,
    .GIfeature .lightbox:hover, .GIfeature .lightbox:focus,
    #skip-link:hover, #skip-link:focus {
        text-decoration:none;
        /*opacity:0.9;*/
		background-color:#fff;
		color:#D54400;
    }
	@media screen and (min-width:1024px) {
		#stl-cms .stlButton, .stlButton, .mfp-content #stl-announcement .mfp-close.stlButton, .GIfeature .lightbox, #skip-link {font-size:18px;}
	}

  	/* Skip Link */
  	#skip-link {position:absolute; top:10px; left:10px; padding:5px; z-index:1;}

	/* General Content */
	.sub-middle-section p, .sub-middle-section table, .sub-middle-section tr, .sub-middle-section td, .sub-middle-section form, .sub-middle-section label, .sub-middle-section blockquote {}
	.sub-middle-section p, .sub-middle-section table, .sub-middle-section form {margin:0 0 1.5rem;}
	.sub-middle-section blockquote {margin:0 20px 1.5rem; padding:3px 15px; border-left:4px solid #ddd; font-size:1.7rem;}
    .sub-middle-section p.intro-copy {}

	/* Match the color, margins/padding, font size, etc... to the client's site for all headers */
	h1, .h1, h2, .h2, h3, .h3, h4, .h4 {margin-top:0;} /* Headings Reset */
	.stl-page-header {font-family:inherit; font-size:3.2rem; color:inherit;} /* Page header (not always used) */
	.stl-page-title {font-family:inherit; font-size:3.2rem; color:inherit;} /* Page title styles */
	.stl-page-subtitle {/*font-family:inherit; font-size:2.4rem; color:inherit; font-weight:700;*/} /* Sub Title styles */
        .subpage #stl-cms .stl-page-subtitle {margin-bottom:30px;}
    .sub-middle-section h2 {}
	.sub-middle-section h3 {}

	@media screen and (max-width:1023px) {
		.subpage #stl-cms .stl-page-subtitle {color:#003B4A; font-size:22px; /*padding-top:15px;*/ padding-top:0;}
	}

	/* If interior pages use the one column layout */
	.interior-one-col header {max-width:990px; margin:0 auto 10px; padding:0 15px;}

	/* If interior pages use the two column layout */
	.interior-two-col header {width:100%; -webkit-box-flex:0; flex:0 0 auto;}

	/* Lists */
	.sub-middle-section ul, .sub-middle-section ol {font:inherit; color:inherit;}
		.sub-middle-section li {font:inherit; color:inherit;}

	.main-copy ol {margin:0 0 1.5rem 30px; padding:0;}
	.main-copy ul {margin:0 0 1.5rem 30px; padding:0;}
	.main-copy ol li {list-style:decimal;}
	.main-copy ul li {}
	.main-copy p + ul, .main-copy p + ol {}
	.main-copy .stl-checklist li {list-style-image: none; list-style: none;}
	.main-copy .stl-checklist li:before {content: ''; height: 13px; width: 13px; display: inline-block; border: 1px solid #333; margin-right: 7px; margin-left: -20px; }

    /* Syndicated Lists */
    #stl-cms .syndicated ul, #stl-cms .syndicated ol, .syndicated ul, .syndicated ol {display:block; list-style-position:outside;}
    #stl-cms .syndicated ol > ol {margin:0;padding:0;}
    @media screen and (min-width:768px){
        #stl-cms .syndicated ul, #stl-cms .syndicated ol, .syndicated ul, .syndicated ol {margin-left:30px;}
        #stl-cms .syndicated ol > ol {margin-left:0;}
    }
    #stl-cms .syndicated li, .syndicated li {background:none !important; margin-bottom:1.4em; padding-left:0;} /* Adds margin between lists in syndicated articles */
    #stl-cms .syndicated ol.no-space li, #stl-cms .syndicated ul.no-space li,
    .syndicated ol.no-space li, .syndicated ul.no-space li {margin-bottom:0;}
    #stl-cms .syndicated ul li, #stl-cms .syndicated ol ul li,
    .syndicated ul li, .syndicated ol ul li {list-style-type:disc;}
    #stl-cms .syndicated ol li, .syndicated ol li {list-style-type:decimal;}
    #stl-cms .syndicated ol li ul, .syndicated ol li ul {margin-top:1.4em;}
    .syndicated blockquote {font-size: inherit;}

    /* Checklist */
    .syndicated .stl-checklist li, #stl-cms .syndicated .stl-checklist li {list-style-image: none; list-style: none;}
    .syndicated .stl-checklist li:before, #stl-cms .syndicated .stl-checklist li:before {content: ''; height: 13px; width: 13px; display: inline-block; border: 1px solid #333; margin-right: 7px; margin-left: -20px; }

    /* Syndicated Tables */
    .syndicated table thead th {border: 1px solid #000; text-align: center; padding:5px 10px;}
    .syndicated table td {border: 1px solid #000; padding:5px 10px}

    .syndicated .stl-caution {background:url(/Images/Stelter/caution.png) 0 2px no-repeat; padding-left:25px;}



/*************************************************************************************************************
//////////////////////     Client Selection Overrides
*************************************************************************************************************/

	/*@media screen and (max-width:767px) {*/
	/*	#caresNotice {position:fixed !important;}*/
	/*}*/

	/* Client specific overrides can go in this section */
	.callout p {line-height:1.55;}
	/* make PEPK cover images larger */
	.inline-action__img {background-color:transparent;}
	/* footer overrides */
	@media screen and (max-width:767px) {
		footer.footer .footer-utility {margin-bottom:0;}
	}
	@media (min-width:768px) {
		.home-page .inline-action__img {width:250px; height:250px;}
		.home-page .inline-action .offset-trapezoid::before {height:290px;}

		footer.footer .footer-utility {margin-bottom:10px;}
		.footer-copyright {text-align:left;}
	}
	@media (min-width:1024px) {
		.social-list {text-align:left; padding-left:7px;}
	}
	@media (min-width:768px) {
		.site-footer .btn-outlined, footer.footer .btn-outlined {width:auto;}
	}

/* Client new brand colors overrides */
.site-footer, footer.footer {background:#003B4A;}
[class*="btn-action-"], .field-slideshow-controls .prev, .field-slideshow-controls .next {background:#D54400;}
[class*="btn-action-"]:hover, [class*="btn-action-"]:focus, .field-slideshow-controls .prev:hover, .field-slideshow-controls .prev:focus, .field-slideshow-controls .next:hover, .field-slideshow-controls .next:focus {background-color:#508142;}
.section-block.section--green {background-color:#508142;}
.inline-action.action--featured .offset-trapezoid::before {background:#89D2D8;}
.btn-primary, input[type=submit], #donateLink {background-color:#D54400; border-color:#D54400;}
.callout::before {background-color:#003B4A;}
.page-header {color:#008294;}
.section-block.section--blue {background:#003B4A;}
.media-heading {color:#003b4a;}
.btn-outlined.outline-emerald {border-color:#508142;}
.btn-group.btn-group--outlined .btn-outlined.outline-emerald:hover, .btn-group.btn-group--outlined .btn-outlined.outline-emerald:focus {border-color:#508142;}
input[type=radio] {box-shadow:#508142 0 0 0 2px;}

.stl-top-resource .media-heading { margin-top:1rem; }


	.stl-header {background:#fff; box-shadow:0 2px 4px rgba(186,186,186,0.4); /*position:fixed;*/ top:0; width:100%; z-index:9;}
	.stl-header.header--collapse {position:fixed;}
	.stl-footer {background:#111; color:#fff;}

	/* Home Page component colors - can remove to customize in their component sections */
	#stl-journey-container {}
	#stl-getting-started-container {background:#ddd;}
	.hotnews {color:#fff; background:#333;}
		#stl-whats-new a.stl-wn-view-more {color:#fff; background:#508142;}
    .home-feature:nth-child(odd) {color:#fff; background:#333;}
		.home-feature:nth-child(odd) .stlButton {color:#508142; background:#fff;}
	.home-feature:nth-child(even) {background:#ddd;}
		.home-feature:nth-child(even) .stlButton {color:#fff; background:#508142;}

	/* Popup border and close button color */
	.mfp-content {border-color:#000;}
	div.mfp-content .mfp-close {color:#000;}
	.getting-started-popup div.mfp-content .mfp-close, div.mfp-content .mfp-iframe-scaler .mfp-close {color:#fff; background:#000;}


/*  Header / Footer
  -------------------------------------------------------*/
	.stl-header .container {display:-webkit-box;display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; flex-direction:row; -webkit-box-pack:justify; justify-content:space-between; -webkit-box-align:center; align-items:center; padding:20px 15px; position:relative;}
		.stl-header .container:before, .stl-header .container:after {display:none;}
	.client-logo {display:block;}
        .client-logo img {display: block; /*height:45px;*/ height:auto; width:120px; -webkit-transform-origin: bottom left; transform-origin: bottom left; -webkit-transition:all 400ms ease-in-out; transition:all 400ms ease-in-out;}
		.stl-header .header--collapse .client-logo img {width:140px;}
		@media screen and (min-width:1024px) {
			.client-logo img {/*height:73px;*/ height:auto; width:201px;}
			.header--collapse .client-logo img {/*height:51px;*/ height:auto; max-width:140px;}
		}
		@media screen and (min-width:1024px) and (max-width:1099px) {
			.header--collapse .client-logo img {margin-bottom:15px;}
		}

	.stl-footer p {font-size:1.4rem;}
	.stl-footer p a {color:inherit;}
    .stl-footer #stl-question-widget-form p {font-size:inherit;}

	#stl-copyright-container p {}

    /* Copyright */
    .stl-copyright, .stl-copyright p,
    #stl-page .stl-copyright, #stl-page .stl-copyright p,
    #stl-cms .stl-copyright, #stl-cms .stl-copyright p,
    .copyright, .copyright p,
    #stl-page .copyright, #stl-page .copyright p,
    #stl-cms .copyright, #stl-cms .copyright p {
        font-size:1.4rem;
		margin-top:20px;
    }
    .cga-copyright {display: none !important; visibility: hidden !important;}
    #charitable-gift-annuities-page .cga-copyright, body.charitable-gift-annuities .cga-copyright,
    #gift-of-income-for-life-page .cga-copyright, body.gift-of-income-for-life .cga-copyright,
    #cross-estate-planning-off .cga-copyright, body.cross-estate-planning-off .cga-copyright,
    #cga-right-for-you-page .cga-copyright, body.cga-right-for-you .cga-copyright,
    .cga-page .cga-copyright {
        display:inline !important; visibility: visible !important;
    }
    #stl-tax-id-container p {font-size:1.8rem; font-weight:bold;}
	.footer-bottom {display:-webkit-box;display:flex; -webkit-box-orient:vertical; -webkit-box-direction:reverse; flex-direction:column-reverse; -webkit-box-align:center; align-items:center; padding:10px 0 0;}
	.footer-right a {color:inherit; font-size:2.0rem; margin:0 5px; opacity:0.85;}
	.footer-right a:hover, .footer-right a:focus {opacity:1;}
    .footer-bottom {padding-bottom:60px;}

	@media screen and (max-width:767px){
		.footer-right a {padding:11px;}
	}
	@media screen and (min-width:768px) {
		.stl-header .container {-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column; max-width:1200px; margin:0 auto; }
		.footer-bottom {-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row; -webkit-box-pack:justify; justify-content:space-between;}
	}

	/* Remove if client has chosen menu to always be below logo */
	@media screen and (min-width:1100px) { /* update to 1024? */
		.stl-header .container {-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row; flex-wrap:nowrap; -webkit-box-pack:justify; justify-content:space-between; -webkit-box-align:center; align-items:center;}
		.client-logo {margin-right: 15px;}
        #stl-cms ul#rightnav > li > a {/*padding:10px 10px !important;*/ /*padding:0 10px !important;*/}
	}


/*  Top Navigation
  -------------------------------------------------------*/
	#stl-nav-wrapper {display:-webkit-box;display:flex; /*align-items:center;*/ -webkit-box-orient:vertical; -webkit-box-direction:normal; flex-direction:column; -webkit-box-align:end; align-items:flex-end;}
	#stl-nav-wrapper .inner {display:-webkit-box;display:flex;}
	#nav-toggle {display:block; position:relative; font-size:3.0rem; padding: 0 10px; margin:0; color:inherit; background:transparent; border:none; z-index:101; cursor:pointer;}
	#nav-toggle:before {display:inline-block; content:'\f0c9'; font-family:FontAwesome; color:#000;}
	.nav-active #nav-toggle:before {content:'\f00d';}
	#nav-toggle .stl-menu-text {display:block; font-size:1.4rem; color:#000;}
	.navigation {display:block; width:100%; max-width:1080px;margin:0 auto; -webkit-box-flex:0; flex:0 1 auto;}

	#stl-cms ul#rightnav {margin:0; padding:0; border:none;}
	#stl-cms ul#rightnav li {font:inherit;}
	#stl-cms ul#rightnav li a {font:inherit; line-height:1.25; border:none;}

	#stl-cms ul#rightnav li a:hover, #stl-cms ul#rightnav li a:focus {text-decoration:none;}
	#stl-cms ul#rightnav li.sectionhome a:hover, #stl-cms ul#rightnav li.sectionhome a:focus {}
	#stl-cms ul#rightnav li.onTrail > a:hover, #stl-cms ul#rightnav li.onTrail > a:focus, #stl-cms ul#rightnav li.onTrail a[aria-expanded='true'] {cursor:default; text-decoration:none;}
	#stl-cms ul#rightnav li.onTrail li a:hover, #stl-cms ul#rightnav li.onTrail li a:focus {color:#fff;}

	@media screen and (max-width:1023px) {
		body.nav-active {overflow:hidden; position:fixed; top:0;}

		.stl-header .container {-webkit-box-pack:center;justify-content:center;}
		.stl-header .client-logo img {width:120px;}
		#donate-btn {position:absolute; right:-4px; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%);}
		#nav-toggle {position:absolute; left:10px;}
		#nav-toggle[aria-expanded=true] {width:100%; text-align:left; left:0; padding-left:20px; padding-bottom:15px; box-shadow:0 2px 3px rgba(0,82,47,0.5);}
		#nav-toggle[aria-expanded=true]:before {color:#fff;}
		#nav-toggle[aria-expanded=true] .stl-menu-text {color:#fff;}

		/* Mobile Nav Collapsed */
		.navigation {display:block; position:fixed; height:100%; width:100%; top:0; padding-top:102px;/* no gift intention*/ padding-top:172px;/*with gift intention*/ /*right:-100%;*/ left:-100%; background:#508142; z-index:100; overflow-y:auto; -webkit-overflow-scrolling: touch; -webkit-transition:0.4s ease; transition:0.4s ease; }
		.navigation.nav-active {/*right:0;*/ left:0;}
		ul#rightnav li.onTrail ul {max-height:0;overflow:hidden;padding-left:3rem;-webkit-transition:500ms;transition:500ms;}
		ul#rightnav ul[aria-hidden="false"] {/*border-bottom:1px solid #fff;*/}
		#stl-cms ul#rightnav li.onTrail ul[aria-hidden="false"] {max-height:400px; -webkit-transition:1s; transition:1s;}
		#stl-cms ul#rightnav {margin:0; padding:0;}
		#stl-cms ul#rightnav li a {color:#fff;  display:inline-block; padding:12px 25px; display:block; font-size:22px; font-weight:bold;}
		#stl-cms ul#rightnav > li > a {/*font-size: 1.1em;*/ /*border-bottom: 1px solid #fff;*/ display:block;}
		#stl-cms ul#rightnav > li > a:not(:only-child):after {
			color:#fff;
			content:"\f078";
			font-family:FontAwesome;
			position:absolute;
			right:35px;
			-webkit-transition: all 500ms ease;
			transition: all 500ms ease;
			-webkit-transform-origin: center center;
			        transform-origin: center center;
		}
		#stl-cms ul#rightnav > li > a[aria-expanded="true"]:after {-webkit-transform:rotate(180deg);transform:rotate(180deg); opacity:.6;}

		/* Mobile Nav Social  */
		.social-mobile {display:-webkit-box;display:flex; justify-content:space-around; margin:4rem 10% 0; padding-bottom:10.0rem;}
			.social-mobile a {padding:5px 15px; margin:0;}
				.social-mobile i {color:#fff; font-size:3rem;}

	}
	@media screen and (min-width:1024px) {
		#nav-toggle, .social-mobile {display:none;}
		#stl-cms ul#rightnav {display:-webkit-box;display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; flex-direction:row; flex-wrap:nowrap; justify-content:space-around; margin:0;}
		#stl-cms ul#rightnav > li {display:inline-block; -webkit-box-flex: 0; flex: 0 1 auto; line-height:normal; position:relative;}
		#stl-cms ul#rightnav li a {color: #191919; font-size:16px; line-height:1.18; font-weight:bold;}
		#stl-cms ul#rightnav > li > a {display:inline-block; /*padding:10px 15px;*/ padding:0 15px;}
		#stl-cms ul#rightnav > li > a:before {background:#508142; -webkit-transition:opacity 200ms ease; transition:opacity 200ms ease; opacity:0; bottom:-3px; content:''; height:3px; /*left:0;*/ position:absolute; -webkit-transform:skew(-30deg); transform:skew(-30deg); /*width:100%;*/ left:15px; width:calc(100% - 30px);}
		#stl-cms ul#rightnav > li:hover > a:before {opacity:1;}
		#stl-cms ul#rightnav > li.stl-selected-parent > a:before, #stl-cms ul#rightnav > li > a.stl-selected:before {background:#ff8f14; opacity:1;}
        #stl-cms ul#rightnav li.onTrail:hover > a, #stl-cms ul#rightnav li.onTrail:focus > a,
        #stl-cms ul#rightnav li.sectionhome a:hover, #stl-cms ul#rightnav li.sectionhome a:focus,
        #stl-cms ul#rightnav > li > a:hover, #stl-cms ul#rightnav > li > a:focus,
        #stl-cms ul#rightnav li.onTrail a[aria-expanded="true"] {
        	color:#000;
		}
		#stl-cms ul#rightnav li.onTrail > a:after {display: block; position: absolute;content: ''; /*bottom: -37px;height: 37px;*/ bottom:-20px; height:20px; left: 0;width: 100%;background: transparent;}
		#stl-cms ul#rightnav li.onTrail ul {display:block; position:absolute; left:50%; -webkit-transform:translateX(-50%); transform:translateX(-50%); padding:0; background:#fff; background:#f7f7f7; z-index:10; margin-top:0; max-height:0; overflow:hidden; white-space:nowrap; box-shadow:0 2px 4px rgba(186,186,186,0.4);}
		#stl-cms ul#rightnav li.onTrail ul:before {display: block; position: absolute; content: ''; top: -20px; height: 20px; left: 0; width: 100%; background: transparent;}
		#stl-cms ul#rightna v li.onTrail ul[aria-hidden="false"], #stl-cms ul#rightnav li.onTrail:hover ul, #stl-cms ul#rightnav li.onTrail:focus ul {max-height:1000px; padding:15px 20px; /*margin-top:37px;*/ margin-top:20px;}
		#stl-cms ul#rightnav li.onTrail li {display:block;}
		#stl-cms ul#rightnav li.onTrail li a {padding:5px;}
		#stl-cms ul#rightnav li.onTrail li a:hover, #stl-cms ul#rightnav li.onTrail li a:focus {color:#000; text-decoration:underline;}
	}

/*************************************************************************************************************
//////////////////////     Home Page
*************************************************************************************************************/

/*  Banner/Intro
  -------------------------------------------------------*/

	/* update with client specific background-image */
	#stl-banner {min-height:250px; background: #000 url(../images/hero-hp.png) center center no-repeat; background-size:cover; display:-webkit-box; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; flex-direction:column; position:relative;}
	#stl-banner:after {content:''; display:block; position:absolute; top:0; left:0; width:100%; height:100%; background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),to(#393b3c)); background-image: linear-gradient(to bottom,rgba(255,255,255,0),#393b3c); opacity:0;}
	@media (min-width:1024px) {
		#stl-banner:after {opacity:.4;}
	}

	.home-page #stl-banner {background-position:center top;}
	/* set banner per category */
	.subpage #stl-banner, .contact-page #stl-banner {background-image:url(../images/hero-resources.png);}
	#wills-and-living-trusts-page #stl-banner, #beneficiary-designations-page #stl-banner, #ira-charitable-rollover-page #stl-banner {background-image:url(../images/hero-easygifts.png);}
	#charitable-gift-annuities-page #stl-banner, #charitable-remainder-trusts-page #stl-banner {background-image:url(../images/hero-incomegifts.png);}
	#memorials-and-tribute-gifts-page #stl-banner, #real-estate-page #stl-banner, endowed-gifts-page #stl-banner, #donor-advised-funds-page #stl-banner, #charitable-lead-trusts-page #stl-banner, #appreciated-securities-page #stl-banner {background-image:url(../images/hero-morewaystogive.png);}

	.stl-page-title {color:#004987; font-size:35px; font-weight:900; letter-spacing:.5px; line-height:1; padding-top:30px; margin:0; text-align:center;}
	.stl-intro p {letter-spacing:-.79px; line-height:1.3; /*font-size:18px;*/ font-size:22px; margin:40px auto;}
	.stl-page-title.mobile {margin-bottom:2rem;}

    @media screen {
        .stl-top {position:relative;}
        .stl-intro {/*margin:40px auto; padding:40px 15px;*/ text-align:center; background:rgba(255,255,255,.7);}
        .stl-intro p {max-width:750px; /*margin:0 auto 20px;*/}

    }
	@media screen and (max-width:767px) {
		.stl-top {padding:0 15px;}
		.inline-action__column.content-column {padding:0 15px;}
	}

	/* If no banner image */
	/*#stl-page-copy-container:before {height: 0; display: block; position: absolute; left: 0; right: 0; top: 0; content: ''; border-top: 1px solid #ddd; }*/

	@media screen and (min-width:768px) {
		#stl-banner {height:0; width:100%; padding-top:25%; display:-webkit-box; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; flex-direction:column;}
		#stl-banner h1 {color:#fff; font-size:76px; letter-spacing:-1.23px; position:absolute; left:0; right:0; bottom:60px; z-index:1;}
        .stl-intro {/*max-width:550px;*/}
	}
	@media screen and (min-width:1024px) {
		#stl-banner {min-height:460px;}
		.stl-intro p {font-size:30px; margin:70px auto;}
		.stl-page-title.mobile {display:none;}
	}

	@media screen and (max-width:1023px) {
		#stl-banner h1 {display:none;}
	}

    /* Uncomment if client does not want intro copy in banner image */
    /*.stl-intro {margin:0 auto;}
    @media screen and (min-width:768px) {
        #stl-banner {height:0; width:100%; padding-top:25%;}
    }*/


/*  Gift Notification
  -------------------------------------------------------*/
    /* variation styling */
    #stl-notification-container {background:#89D2D8; color:#003B4A; text-align:center;}
    	#stl-notification-container .container {display:-webkit-box;display:flex; /*flex-direction:column;*/ -webkit-box-orient:horizontal; -webkit-box-direction:normal; flex-direction:row; -webkit-box-pack:center; justify-content:center; -webkit-box-align:center; align-items:center;}
			.stl-header #stl-notification-container p {margin:auto 0; color:inherit; font-size:18px; font-weight:500;}
			#stl-notification-btn.stlButton {/*margin:1.0rem 0 0 0;*/ margin:0 2rem; background:rgba(25,25,25,0.1); border:1px solid #fff; border-color:#003B4A; color:inherit; font-size:14px; line-height:1.15; padding:8px 20px;}
			#stl-notification-btn.stlButton:hover, #stl-notification-btn.stlButton:focus {    background: #003B4A; color: #89D2D8;}

    @media screen and (min-width:768px) {
        #stl-notification-container .container {-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;}
        #stl-notification-btn.stlButton {margin:0 2.0rem;}
    }

    /* hide on gift intention and thank you pages */
    #gift-intention-page #stl-notification-container, #gift-intention-thank-you-page #stl-notification-container {display:none;}


/*  Whats New
  -------------------------------------------------------*/
	.hotnews {display:none !important;}


/*  Journey
  -------------------------------------------------------*/
	.stl-white-popup {padding:25px; font:inherit;}
	.stl-white-popup h2 {font-size:1.25em; margin:10px 0;}
	.stl-white-popup p {font:inherit; margin:0 0 10px;}
	.stl-white-popup ul {font:inherit; margin:0 0 0 17px; padding:0;}
	.stl-white-popup li {margin-bottom:5px;}

	#stl-cms .stl-journey-paths {}
	#stl-cms .stl-journey-paths > h2 {text-align:center; font-size:3.0rem; margin-bottom:10px;}
	#stl-cms .stl-journey-paths > h4 {display:none !important;}
	#stl-cms .stl-journey-paths > p {font-size:2.0rem; margin:0 0 30px; text-align:center;}

	#stl-cms .stl-journey-paths div.stl-colwrap div.stl-col.stl-w-04 {width:100%; margin:0 auto 20px;}

	/* Always Visible Styling - uncomment if client chose always visible - REMOVE IF NOT USED */
/*	#stl-journey-container {background:#508142; color:#fff; padding:30px 0; margin:0 0 40px;}
	#stl-cms .stl-journey-paths {}
	#stl-cms #stl-journey-container .stl-info-slider {position:relative; margin:0;}
	#stl-cms .stl-col.stl-w-04 + .stl-col.stl-w-04 .stl-info-slider {margin-top:20px;}
	#stl-journey-container .stl-info-slider img {display:none;}
	#stl-journey-container .stl-info-slider h4 {font-size:2.0rem; color:inherit; line-height:1.1; margin:0 0 10px;}
	#stl-journey-container .stl-info-slider ul { display:block; margin:0; padding:0;}
	#stl-journey-container .stl-info-slider ul li {display:block;}
	#stl-journey-container .stl-info-slider ul li a {display:inline-block; padding:2px 0; color:#fff;}

	@media screen and (min-width:768px) {
		#stl-journey-container .journey-main, #stl-journey-container .journey-main {display:flex; flex-direction:row; flex-wrap:nowrap; justify-content:space-between; max-width:1080px; margin:0 auto;}
		#stl-journey-container .stl-w-04 {width:30%; flex:0 1 auto; margin:0 auto;}
		#stl-cms .stl-col.stl-w-04 + .stl-col.stl-w-04 .stl-info-slider {margin-top:0;}
	}*/

	/* Top Buttons Images Journey - REMOVE IF NOT USED	*/
	#stl-journey-container {/*padding:6.0rem 0 8.0rem;*/ padding:3rem 0 4rem;}
	#stl-journey-container .journey-main {max-width:1080px; margin:0 auto;}
	#stl-journey-container .journey-main .stl-w-04 {width:100%; margin:0 auto 20px;}
	#stl-cms div.stl-info-slider {position:relative; margin:0;}
	#stl-cms div.stl-info-slider .stl-button {position:relative; display:block; font-size:2.0rem; line-height: 1; background:none; color:#003B4A; padding: 20px 10px; margin:0; border-radius:0; opacity:1; z-index:5; font-weight:bold; letter-spacing:-.73px; line-height:1.2; -webkit-transition:color 200ms ease; transition:color 200ms ease; font-size:19px;}
	#stl-cms div.stl-info-slider div.stl-slider-wrap {margin:0; min-height:0; background-color:#508142; background-position:center; background-size:cover; background-repeat:no-repeat;}
	#stl-cms div.stl-info-slider div.stl-slider-wrap ul {font:inherit; padding:15px; top:-100%; text-align:center; }
	#stl-cms div.stl-info-slider div.stl-slider-wrap ul li {border:none; padding:0;}
	#stl-cms div.stl-info-slider div.stl-slider-wrap ul li a {display:inline-block; line-height:1.2; padding:5px 0; font-weight:bold;}
	#stl-cms div.stl-info-slider div.stl-slider-wrap ul li a:hover, #stl-cms div.stl-info-slider div.stl-slider-wrap ul li a:focus {text-decoration:underline; color:#fff;}

	@media only screen and (max-width:767px) {
		#stl-cms div.stl-info-slider div.stl-slider-wrap {background-image:none !important;}
		#stl-cms div.stl-info-slider div.stl-slider-wrap ul {display:block !important; position:relative; top:0; opacity:1; min-height:0; background:transparent;}
	}
	@media only screen and (min-width:768px) {
		#stl-journey-container .journey-main {display:-webkit-box;display:flex; flex-wrap:nowrap; -webkit-box-pack:justify; justify-content:space-between;}
		#stl-cms .stl-journey-paths div.stl-colwrap div.stl-col.stl-w-04 {width:30%; -webkit-box-flex:0; flex:0 1 auto; margin:0 auto;}
		#stl-cms div.stl-info-slider {display:-webkit-box;display:flex; -webkit-box-orient:vertical; -webkit-box-direction:reverse; flex-direction:column-reverse;}
		#stl-cms div.stl-info-slider div.stl-slider-wrap {padding-top:80%;}
		#stl-cms div.stl-info-slider div.stl-slider-wrap ul {background:rgba(0,0,0,0.8); padding:15px; display:-webkit-box; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; flex-direction:column; -webkit-box-pack:center; justify-content:center; height:100%; top:-300px;}
		#stl-cms div.stl-info-slider[aria-expanded="true"] div.stl-slider-wrap ul,
		#stl-cms div.stl-info-slider div.stl-slider-wrap ul[aria-hidden="false"] {
			top:0; opacity:1;
		}
	}
	@media only screen and (min-width:768px) and (max-width:992px) {
		#stl-cms div.stl-info-slider div.stl-slider-wrap ul li a {padding:4px 0; line-height:1;}
	}
	@media screen and (min-width:1024px) {
		#stl-cms div.stl-info-slider .stl-button {font-size:22px;}
	}


	/* Top Buttons Icons Journey - uncomment if client chose top buttons w/ icons - REMOVE IF NOT USED 	*/
/*	#stl-journey-container {padding:6.0rem 0 8.0rem;}
	#stl-journey-container .journey-main {max-width:1080px; margin:0 auto;}
	#stl-journey-container .journey-main .stl-w-04 {width:100%; margin:0 auto 20px;}
	#stl-cms div.stl-info-slider {position:relative; margin:0;}
	#stl-cms div.stl-info-slider .stl-button {position:relative; display:block; font-size:2.0rem; line-height: 1; background-color: #508142; color: #fff; padding: 10px; margin:0; border-radius:0; opacity:1; z-index:5;}
	#stl-cms div.stl-info-slider div.stl-slider-wrap {margin:0; min-height:0; background-color:#508142; background-position:center; background-size:auto; background-repeat:no-repeat;}
	#stl-cms div.stl-info-slider div.stl-slider-wrap ul {font:inherit; padding:10px 15px 20px; top:-100%; text-align:center; }
	#stl-cms div.stl-info-slider div.stl-slider-wrap ul li {border:none; padding:0;}
	#stl-cms div.stl-info-slider div.stl-slider-wrap ul li a {display:inline-block; line-height:1.2; padding:5px 0;}

	@media only screen and (max-width:767px) {
		#stl-cms div.stl-info-slider div.stl-slider-wrap {background-image:none !important;}
		#stl-cms div.stl-info-slider div.stl-slider-wrap ul {display:block !important; position:relative; top:0; opacity:1; min-height:0; background:transparent;}
	}
	@media only screen and (min-width:768px) {
		#stl-journey-container .journey-main {display:flex; flex-wrap:nowrap; justify-content:space-between;}
		#stl-cms .stl-journey-paths div.stl-colwrap div.stl-col.stl-w-04 {width:30%; flex:0 1 auto; margin:0 auto;}
		#stl-cms div.stl-info-slider div.stl-slider-wrap {padding-top:80%;}
		#stl-cms div.stl-info-slider div.stl-slider-wrap ul {background:rgba(0,0,0,0.8); padding:15px; display:flex; flex-direction:column; justify-content:center; height:100%; top: -300px;}
		#stl-cms div.stl-info-slider[aria-expanded="true"] div.stl-slider-wrap ul {top:0; opacity:1;}
	}*/


	/* Accordion Journey Styling - uncomment if client chose accordion - REMOVE IF NOT USED	*/
/*	#stl-journey-container {background:#ddd; padding:6.0rem 0 8.0rem;}
	#stl-cms .stl-journey-paths {background:;}
	#stl-cms #stl-journey-container .stl-colwrap {margin:0; text-align:center; background-image:none !important; display:flex;}
	#stl-cms #stl-journey-container .stl-w-12 { margin: 0 auto; width: 700px; flex: 0 1 auto; max-width:100%;}
	#stl-cms #stl-journey-container .stl-accordion {}
	#stl-cms #stl-journey-container .stl-toggle {background: #508142; color: #fff; padding: 10px; width: 100%; margin: 0 0 15px; position: relative; font-size: 2.0rem; font-weight: bold; border-radius:0; cursor:pointer;}
	#stl-cms div.stl-accordion .stl-toggle:after {float:none; position: absolute; right: 20px; font:inherit; content:'+';}
	#stl-cms div.stl-accordion .stl-toggle.stl-open:after {content: '\2013';}
	#stl-cms #stl-journey-container .stl-section {}
	#stl-cms #stl-journey-container .stl-section img {display:none;}
	#stl-cms #stl-journey-container .stl-section ul {margin:0 0 15px 0; padding:0;}
	#stl-cms #stl-journey-container .stl-section li {display:block; margin:0; padding:0;}
	#stl-cms #stl-journey-container .stl-section li a {display:inline-block; padding:5px 0;}*/

    /* Additional Journey styles */
    .stl-white-popup .journey li a {text-transform:lowercase; display: block;}
    .stl-white-popup .journey li a:first-letter {text-transform:uppercase;}


/*  Get Started
  -------------------------------------------------------*/
	.not-sure-where-to-being-questionnaire {position:absolute; top:0; bottom:0; left:0; right:0; height:auto; padding:10px 20px 20px; font:inherit; color:inherit; background:#fff; overflow:auto; -webkit-overflow-scrolling:touch;}
	.not-sure-where-to-being-questionnaire .stl-page-header {font-family:inherit; font-size: 3.0rem !important; line-height: 1.1; font-weight: normal; text-transform: none; margin: 0; color: inherit; padding:15px 0 5px;}
	.not-sure-where-to-being-questionnaire ul {margin:10px 0px; list-style:none; padding-left:0;}
	.not-sure-where-to-being-questionnaire ul li {margin:0 0 25px;}
	.not-sure-where-to-being-questionnaire ul li.q1 > div {padding: 8px 15px 8px 33px; margin:10px 0; background:#ddd;}
	.not-sure-where-to-being-questionnaire ul li.q2 > div, .not-sure-where-to-being-questionnaire ul li.q3 > div {padding:0 0 0 33px;}
		.not-sure-where-to-being-questionnaire ul li input {display:inline-block; margin: 4px 10px 4px -23px; width:auto; background:transparent; vertical-align:top;}

		.not-sure-where-to-being-questionnaire p {margin:0;}
			.not-sure-where-to-being-questionnaire ul > li > p, .getting-started-suggestion > p {border-bottom:2px solid #ccc; padding-bottom:5px; margin-bottom:10px;}
			.not-sure-where-to-being-questionnaire ul li.q1 > p {margin:0 0 10px;}
		.getting-started-suggestion ul {margin-left:33px;}
		.getting-started-suggestion ul li {list-style:disc; margin:0 0 5px; padding:0;}

		.getting-started-suggestion li a {padding-left:0; margin-bottom:5px; display:inline-block; vertical-align:top;}
		.getting-started-suggestion a:hover, .getting-started-suggestion a:focus {}

    #stl-home-bottom.one-col {margin-bottom:20px;}
	#stl-getting-started-container {display: -webkit-box;display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-pack: center; justify-content: center; padding:40px; margin:0; text-align:center;}
	.notSure {}
	.not-sure-inside h2 {font-size:3.0rem; margin-bottom:10px;}
	.not-sure-inside p {margin:0; font-size:2.0rem;}
	.not-sure-inside p a {font-weight:bold;}

	@media screen and (min-width:768px) {
		#stl-home-bottom {display:-webkit-box;display:flex; flex-wrap:nowrap;}
		#stl-home-bottom.one-col {-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;}
		#stl-home-bottom.two-col {-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row; -webkit-box-pack:justify; justify-content:space-between;}
		.one-col #stl-getting-started-container {width:100%; margin:0;}
		.two-col #stl-getting-started-container {width:calc(50% - 20px); -webkit-box-flex:0; flex:0 1 auto; margin-bottom:40px;}
	}

/*  Home PEPC Feature
  -------------------------------------------------------*/
    #stl-home-pepc-container {background:#ddd; padding:50px 30px; margin-bottom:20px; text-align:center;}
    #stl-home-pepc-container h2 {font-size:3.0rem;}
    #stl-home-pepc-container img {max-width:291px;}

    @media screen and (min-width:768px) {
        #stl-home-pepc-container {text-align:left;}
        #stl-home-pepc-container .container {max-width:930px;}
        /*#stl-home-pepc-container p {overflow:hidden; max-width:600px;}*/
        #stl-home-pepc-container img {float:left; margin-top:-65px; margin-right:30px;}
    }


/*  Custom Home Features -- Remove if unnecessary
  -------------------------------------------------------*/
    .home-feature {-webkit-box-align:center;align-items:center; text-align:center;}
    .home-feature h2 {font-size:2.5rem}
    .home-feature p {max-width:350px;}

	.home-feature:first-child {display: -webkit-box;display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-pack: center; justify-content: center; width:100%; clear:both; float:none; padding:60px; margin:0;  position:relative;}
	.home-feature:first-child h2 {color:inherit;}
	.home-feature:first-child p {color:inherit;}
    #stl-cms .home-feature .stlButton {min-width:200px;}

	.home-feature + .home-feature {display: -webkit-box;display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-pack: center; justify-content: center; width:100%; clear:both; float:none; padding:60px; margin:0; position:relative;}
	.home-feature + .home-feature h2 {}

	@media screen and (min-width:768px) {
        #stl-home-features {display:-webkit-box;display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; flex-direction:row; -webkit-box-pack:justify; justify-content:space-between; flex-wrap:wrap;}
		.home-feature {width:100%; margin:0;}

        .home-feature h2 {font-size:2.1rem;}

		/* if two features, delete if client only has one homepage feature */
		.home-feature:first-child {-webkit-box-flex: 0;flex: 0 1 auto; width: calc(50% - 10px); margin:0 0 20px 0;}
		.home-feature + .home-feature {-webkit-box-flex: 0;flex: 0 1 auto; width:calc(50% - 10px); margin:0 0 20px 0;}
        /* uncomment if an odd number of features, the first should expand full width */	 /* .home-feature:first-child {width:100%;} */
	}
    @media screen and (min-width:1025px) {
        .home-feature h2 {font-size:2.8rem;}
    }

/*  Home Contact Feature
  -------------------------------------------------------*/
    #stl-contact-callout-container {text-align:center; background:#333 url(/documents/Stelter/sds/images/contact-us1.jpg) no-repeat; background-size:cover; background-position:center; color:#fff; position:relative;}
	#stl-contact-callout-container .stl-contact-callout {padding:50px 0;}
    #stl-contact-callout-container:before {content:''; display:block; position:absolute; width:100%; height:100%; top:0; left:0; background:rgba(0,0,0,.7);}
    #stl-contact-callout-container h2 {font-size:3.0rem; margin-bottom:5px;}
    #stl-contact-callout-container p {max-width:350px; margin-left:auto; margin-right:auto;}
    #stl-contact-callout-container h2, #stl-contact-callout-container .container {z-index:1; position:relative;}



/*************************************************************************************************************
//////////////////////     Sub-Page
*************************************************************************************************************/

/*  Breadcrumbs
  -------------------------------------------------------*/
  #stl-breadcrumbs {width:100%; margin-bottom:3rem;}
  #stl-cms ol.breadcrumb {width:100%; float:none;}

  /* To Override Breadcrumb dividers
  .breadcrumb > li + li:before {content:"\00bb"; padding:0 3px; color:#CCC;} */


/*  Interior Copy
  -------------------------------------------------------*/
	.main-copy {margin:0 auto 40px;}
	.main-copy p {/*font-size:17px; letter-spacing:-.3px; line-height:1.3;*/}
	.interior-one-col .main-copy {max-width:990px; padding:0 15px; text-align:left;}
	.interior-one-col #stl-breadcrumbs {max-width:990px; padding:0 15px; margin-left:auto; margin-right:auto;}
	.interior-one-col .main-copy p {text-align:left; max-width:960px; margin-left:auto; margin-right:auto;}
	#stl-cms .main-copy > p:last-child, #stl-cms .main-copy > ul:last-child, #stl-cms .main-copy > ol:last-child {margin-bottom: 0;}

	@media screen and (min-width:1024px) {
		.main-copy {margin: 40px auto 40px; margin:40px auto 70px;}
		.main-copy p {/*font-size:18px*/}
	}


/*  Videos
  -------------------------------------------------------*/
    /* Responsive Video: http://webdesignerwall.com/tutorials/css-elastic-videos */
    .video-container {
        position:relative;
        padding-bottom:56.25%;
        padding-top:0;
        height:0;
        overflow:hidden;
        margin-bottom:30px;
    }
    .video-container iframe,
    .video-container video,
    .video-container object,
    .video-container embed {
        position:absolute; top:0; left:0;
        width:100%; height:100%;
    }

    #stl-video-container {display:none;}
	body[id*=".xml"] #stl-video-container {display:block;} /* Show this feature on all pages in Preview */
	#bequests-and-wills-page #stl-video-container,
	#wills-and-living-trusts-page #stl-video-container,
	#beneficiary-designations-page #stl-video-container,
	#charitable-gift-annuities-page #stl-video-container,
	#life-insurance-page #stl-video-container,
	#retirement-plan-assets-page #stl-video-container {display:block;}
    #bequests-and-wills-page .see-how-it-works,
    #wills-and-living-trusts-page .see-how-it-works,
    #beneficiary-designations-page .see-how-it-works,
    #charitable-gift-annuities-page .see-how-it-works,
    #life-insurance-page .see-how-it-works,
    #retirement-plan-assets-page .see-how-it-works {display:block;float:none;width:100%;}

    .see-how-it-works h3 {display:none;}
    .video-container {margin-bottom:0;}
    .stl-video div.mfp-content {max-width:720px;}
    #stl-video-btn .stlButton .fa {margin-left:10px;}

    /* Display video button only on pages with video */
    #stl-video-btn {display:none; margin:3rem 0 1.5rem;}
    #wills-and-living-trusts-page #stl-video-btn, #beneficiary-designations-page #stl-video-btn, #charitable-gift-annuities-page #stl-video-btn, #life-insurance-page #stl-video-btn, #retirement-plan-assets-page #stl-video-btn {display:block;}


/*  Case Study
  -------------------------------------------------------*/
    /* Hide case study title if it's empty */
    #stl-case-study-container h3:empty {display: none;}

	.case-study {margin:0 auto;}
	.interior-one-col .case-study {padding:0 15px; max-width:990px;}
	.case-study h2 {text-align:left;}
	.case-study p img {display:none;}
	.case-study img {width:100%; height:auto; padding:0; margin:0 0 15px;}
	.case-study p { display: block; text-align: left;}
	.case-study p:last-child {margin-bottom: 0;}

	/* Remove for two column layout */
	/*
	@media screen and (min-width:600px) {
		.case-study {display:flex; align-items:flex-start;}
		.case-study img {flex:0 1 auto; width:40%; min-width:40%; height:auto; padding:0; margin: 0 25px 0 0;}
		.case-study-inside {flex:0 1 auto;}
	}
	*/

    /* Update sites globally without affecting hardcoded images at 218px */
    @media screen and (max-width:479px) {.case-study img {width:100%; max-width:100%;}}

	@media screen and (max-width:767px) {
		.case-study img {max-width:250px;}
	}

	/* Remove for one column layout */
	@media screen and (min-width:992px) {
		.case-study {/*display:flex; align-items:flex-start;*/}
		.case-study img {/*flex:0 1 auto; width:48%; min-width:48%; height:auto; padding:0; margin: 0 20px 15px 0;*/}
		.case-study-inside {-webkit-box-flex:0;flex:0 1 auto;}
	}

	@media (min-width: 768px) {
		.media--inverse .media-body {
			-webkit-box-ordinal-group: 2;
			        order: 1;
			padding: 0 50px 0 0;
		}
		.media--inverse .media-object {
			-webkit-box-ordinal-group: 3;
			        order: 2;
		}
	}

	#bank-or-brokerage-accounts-page .case-study, #cash-page .case-study, #commercial-annuities-page .case-study, #life-insurance-page .case-study, #tangible-personal-property-page .case-study, #retirement-plan-assets-page .case-study, #appreciated-securities-page .case-study, #closely-held-stock-page .case-study, #for-professional-advisors-page .case-study, #personal-estate-planning-kit-page .case-study, #personal-estate-planning-kit-download-page .case-study {display:none;}


/*  Fund It
  -------------------------------------------------------*/
	.fund-it {padding:0; margin:0 auto 40px;}
	.fund-it.fund-listed {text-align:left;}
	.fund-it.fund-buttons {width:100%;}
	.fund-it p {display:none;}

	.learn-how-to-fund {width:100%; max-width:960px; margin:0 auto; /*padding:25px;*/}
	.fund-listed h2 {}
	.learn-how-to-fund h2 {display:none;}
	.fund-listed ul {margin:0 0 0 20px; padding:0; list-style-type:disc;}
		.fund-listed ul li {}

	.fund-listed ul li a {}
	.fund-listed ul li a:hover, .fund-listed ul li a:focus {}

	.fund-buttons ul { width:calc(100% + 10px); margin:0 -5px; padding:0; display:-webkit-box; display:flex; flex-wrap:wrap; }
	.fund-buttons ul li {position:relative; width:auto; line-height:1.3; margin:5px; padding:0; color:#5b9a98; vertical-align:top; display:-webkit-box; display:flex; -webkit-box-flex:1; flex:1 1 auto; flex-wrap:wrap; }
	.fund-buttons ul li a {display:-webkit-box;display:flex; -webkit-box-pack:center; justify-content:center; -webkit-box-align:center; align-items:center; font-family:inherit; font-size:1.4rem; font-weight:bold; color:#508142; background-color:#fff; border:2px solid #508142; border-radius:0; padding:11px 20px 12px 20px; margin:0 auto; opacity:1; text-align:center; text-decoration:none; text-transform:uppercase; width:100%; min-width:100px; -webkit-transition:0.2s ease; transition:0.2s ease;}
	.fund-buttons ul li a:hover, .fund-buttons ul li a:focus {opacity:1; background:#508142; color:#fff;}

	@media screen and (max-width:767px){
		.fund-listed .content-column {padding-left:20px;}
		.fund-listed h2 {/*margin-top:75px;*/}
		.fund-listed ul li {margin:0;}
			.fund-listed ul li a {display:block; padding:3px 0;}
	}
	@media only screen and (min-width:480px) {
		.learn-how-to-fund ul {/*column-count:2; column-gap: 40px;*/}
			.learn-how-to-fund ul li {
                -webkit-column-break-inside: avoid;
                page-break-inside: avoid;
                -moz-column-break-inside: avoid;
                     break-inside: avoid;
			}
	}

	#real-estate-page #stl-fund-it-container, #bank-or-brokerage-accounts-page #stl-fund-it-container, #cash-page #stl-fund-it-container, #commercial-annuities-page #stl-fund-it-container, #life-insurance-page #stl-fund-it-container, #tangible-personal-property-page #stl-fund-it-container, #retirement-plan-assets-page #stl-fund-it-container, #appreciated-securities-page #stl-fund-it-container, #closely-held-stock-page #stl-fund-it-container, #personal-estate-planning-kit-page #stl-fund-it-container, #personal-estate-planning-kit-download-page #stl-fund-it-container, #for-professional-advisors-page #stl-fund-it-container, #ira-charitable-rollover-page #stl-fund-it-container {display:none;}


/*  Gift Illustrator
  -------------------------------------------------------*/
	#stl-gift-illustrator-container {/*background:#ddd; padding:25px; margin:0 0 40px; text-align:center;*/ width:100%; display:none;}
	.GIfeature {max-width:960px; margin:0 auto;}
	.interior-two-col .GIfeature {text-align:center;}
	.GIfeature p + p {margin:0;}
	#stl-gift-illustrator-container p a:not(.btn)::after {display:none;}
	#stl-gift-illustrator-container a.lightbox {background:none; font-size:14px; border-color:#fff;}
	#stl-gift-illustrator-container a.lightbox:hover, #stl-gift-illustrator-container a.lightbox:focus {background:rgba(0,0,0,.5); color:#fff;}

	#charitable-gift-annuities-page #stl-gift-illustrator-container, #charitable-remainder-trusts-page #stl-gift-illustrator-container, #charitable-lead-trusts-page #stl-gift-illustrator-container, #cash-page #stl-gift-illustrator-container, #appreciated-securities-page #stl-gift-illustrator-container {display:block;}

/* additional gift illustrator exclusions */
#cash-page #stl-gift-illustrator-container, #charitable-lead-trusts-page #stl-gift-illustrator-container {display:none;}


/*  eBrochure pullouts
  -------------------------------------------------------*/
    /* hide ebrochure pullouts on pages that don't have ebrochures */
	#memorials-and-tribute-gifts-page .ebro,
	#cash-page .ebro,
	#commercial-annuities-page .ebro,
	#tangible-personal-property-page .ebro,
	#securities-page .ebro, #appreciated-securities-page .ebro,
	#for-professional-advisors-page .ebro,
	#personal-estate-planning-kit-page .ebro,
    #personal-estate-planning-kit-download-page .ebro,
	#bank-or-brokerage-accounts-page .ebro,
	#closely-held-stock-page .ebro,
	#ira-charitable-rollover-page .ebro {display:none;}

	#ebrochure-pullout-container {/*background:#508142; color:#fff; padding:25px ; margin:0 0 40px; text-align:center;*/ width:100%;}
	#ebrochure-pullout-container h2 {color:#fff; margin:0 0 10px;}
	#ebrochure-pullout-container p {color:#fff; margin:0 auto 20px; max-width:600px;}
	#ebrochure-pullout-container .stlButton {color:#fff !important; border-color:#fff; background:none; font-size:14px;}
	#ebrochure-pullout-container .stlButton:hover, #ebrochure-pullout-container .stlButton:focus {background:rgba(25,25,25,0.5); color:#fff !important;}

	/* DCGA */
	#dcga-container {margin-top:20px; margin-bottom:20px;}
	#dcga-container p { margin:0; }


/*  PEPK
  -------------------------------------------------------*/
    .stl-pepk-promo-container {background:#333; color:#fff; padding:25px; margin:90px 0 40px; text-align:center;}
    .stl-pepk-promo-container.stl-pepc-promo {display:block;}
    .stl-pepk-promo-container .container {padding:0; max-width:990px;}
    .stl-pepk-promo-container img {margin-top:-100px; max-width:187px;}

    /* Main column styling */
    .stl-pepk-promo-container.main-column {text-align:left; margin-top:0;}
    .stl-pepk-promo-container.main-column img {margin-top:0;}
    .stl-pepk-promo-container.main-column h2 {margin-top:10px;}

    .stl-pepk-promo-container.main-column, #beneficiary-designations-page.interior-two-col .stl-pepk-promo-container.main-column, #for-professional-advisors-page .stl-pepk-promo-container {display:none;}
    /* For balance, display the pepc promo in the main column on pages where the right sidebar would be too long */
    #wills-and-living-trusts-page .stl-pepk-promo-container, #memorials-and-tribute-gifts-page .stl-pepk-promo-container, #endowed-gifts-page .stl-pepk-promo-container, #donor-advised-funds-page .stl-pepk-promo-container, #commercial-annuities-page .stl-pepk-promo-container, #life-insurance-page .stl-pepk-promo-container, #retirement-plan-assets-page .stl-pepk-promo-container, #closely-held-stock-page .stl-pepk-promo-container, #personal-estate-planning-kit-page .stl-pepk-promo-container, #personal-estate-planning-kit-download-page .stl-pepk-promo-container {display:none;}
    #wills-and-living-trusts-page .stl-pepk-promo-container.main-column, #memorials-and-tribute-gifts-page .stl-pepk-promo-container.main-column, #endowed-gifts-page .stl-pepk-promo-container.main-column, #donor-advised-funds-page .stl-pepk-promo-container.main-column, #commercial-annuities-page .stl-pepk-promo-container.main-column, #life-insurance-page .stl-pepk-promo-container.main-column, #retirement-plan-assets-page .stl-pepk-promo-container.main-column, #closely-held-stock-page .stl-pepk-promo-container.main-column {display:block;}

    @media screen and (min-width:768px) {
        .stl-pepk-promo-container.main-column img {margin-top:0; margin-right:20px; float:left;}
    }


/*  Next Steps
  -------------------------------------------------------*/
    /* hide next steps on pages that don't have it */
	#for-professional-advisors-page .next-steps,
	#personal-estate-planning-kit-page .next-steps,
    #personal-estate-planning-kit-download-page .next-steps {display:none;}

	.next-steps {background:#E6E7E8; padding:25px 0; margin:0; text-align:left; width:100%;}
	.interior-one-col .next-steps {text-align:center;}
	.interior-one-col .wide-container .next-steps {margin:0;}
	.next-steps h2 {text-align:center;}
	.next-steps ol { margin:0 0 20px 20px; padding:0;}
    .next-steps ol li {margin-bottom:1rem;}
	.interior-one-col .next-steps ol {max-width:960px; margin:0 auto 20px; text-align:left;}
	.interior-one-col .next-steps p {max-width:960px; margin:0 auto 20px; text-align:left;}

	.next-steps-one p {display:none;}
	.next-steps-two ol {display:none;}

	.next-steps-two p {margin-top:30px;}

	@media screen and (max-width:768px) {
		.interior-two-col .next-steps {-webkit-box-ordinal-group: 3;order: 2;}
	}
	@media screen and (min-width:768px) {
		.next-steps-content {display:-webkit-box;display:flex;}
		.next-steps-content .content-section {}
		.next-steps-one {padding-right:50px; width:60%;}
		.next-steps-two {width:40%;}
		.next-steps-two p {margin-top:50px;}
	}

/* Hide legal info for "Sierra Club" for certain gift types */
#charitable-gift-annuities-page .next-steps .legal1, #charitable-remainder-trusts-page .next-steps .legal1, #other-gifts-page .next-steps .legal1, #appreciated-securities-page .next-steps .legal1, #real-estate-page .next-steps .legal1 {display:none;} /*#beneficiary-designations-page .next-steps .legal1 */

/* Hide information about tax deductible for certain gift types */
#charitable-gift-annuities-page .next-steps-one .tax-deductible, #charitable-remainder-trusts-page .next-steps-one .tax-deductible, #other-gifts-page .next-steps-one .tax-deductible {display:none;}

/*  Accordions / Toggles
-------------------------------------------------------*/
    .reg-toggle-container {margin-bottom:1rem;}
    .reg-toggle-box {background:#eee; padding:10px 50px 10px 10px; cursor:pointer; position:relative;}
    .reg-toggle-box:before {
        float: right;
        content: '\f055';
        font-family: 'FontAwesome';
        position: absolute;
        margin: 0;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .reg-toggle-box .toggle-span {display:none;}
        .reg-content {display:none; padding:10px 25px 0;}
            #stl-cms .reg-content .stlButton {width:auto;}

    /* 	toggle heading Hover/Active  */
    .reg-toggle-box:hover, .reg-toggle-box:focus,
    .reg-toggle-box.stl-is-active {
        color:#508142;
    }
    /* Icon Hover	*/
    .reg-toggle-box:hover:before, .reg-toggle-box:focus:before {
        color:#508142;
    }
    /* Icon Active */
    .reg-toggle-box.stl-is-active:before {
        color:#508142;
        content: '\f056';
    }


/*  Popup Forms
  -------------------------------------------------------*/
    #brochureform fieldset {padding: 0; margin: 0; border: none;} /* Hide the default fieldset styles so forms aren't affected */
    #PEPCForm fieldset {padding: 0; margin: 0; border: none;} /* Hide the default fieldset styles so forms aren't affected */
    #DCGAbrochureform fieldset {padding: 0; margin: 0; border: none;} /* Hide the default fieldset styles so forms aren't affected */

    /* Popup ReCaptcha on Mobile */
    @media screen and (max-width:360px) {
        #ebroReCaptcha, #pepcReCaptcha, #dcgaReCaptcha {-webkit-transform:scale(0.88); transform:scale(0.88); -webkit-transform-origin:0 0; transform-origin:0 0; max-width:270px;}
    }

	div.mfp-content {font-family:inherit; border-width:4px; border-style:solid; border-radius:0; background:#fff; padding:0; margin:0;}
	#brochureform, #DCGAbrochureform, #PEPCForm, #endowmentsbrochureform {margin: 0; padding: 20px 25px 15px 25px; border-radius:0; background:#fff;}
	#brochureform p, #DCGAbrochureform p, #PEPCForm p {margin:0 0 10px;}
	#brochureform p:first-of-type, #DCGAbrochureform p:first-of-type, #PEPCForm p:first-of-type {margin: 15px 0 10px !important;}
	div.mfp-content .mfp-close {top:15px; right:15px;}
    #brochureform .stlButton, #DCGAbrochureform .stlButton, #PEPCForm .stlButton {margin-top:10px !important;}

	.mfp-bg {width:100%;}
	.mfp-wrap {position:fixed !important; top:0 !important; height:100% !important;}
	.mfp-content input {font-family:inherit; font-size:inherit; color:inherit; padding:4px; width:100%; display:block;}
	.mfp-content .stlButton {margin:0 !important; opacity:1; cursor:pointer;}
	.mfp-content .stlButton:hover, .mfp-content .stlButton:focus {opacity:1;}

	/* Getting Started and Gift Illustrator popup styling */
	.getting-started-popup div.mfp-content .mfp-close, div.mfp-content .mfp-iframe-scaler .mfp-close {top:-15px; right:-15px;}
	.getting-started-popup div.mfp-content .mfp-close:hover, .getting-started-popup div.mfp-content .mfp-close:focus, div.mfp-content .mfp-iframe-scaler .mfp-close:hover, div.mfp-content .mfp-iframe-scaler .mfp-close:focus {opacity:1;}
	.gift-illustrator-popup .mfp-iframe-scaler {height:100%; width:100%; top:0; left:0; background:#fff !important; overflow:hidden; padding:0;}
	.gift-illustrator-popup iframe {background:#fff !important; position:absolute; top:0; bottom:0; left:0; right:0; overflow:auto; -webkit-overflow-scrolling:touch;}
	.mfp-container {display: -webkit-box;display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center;}
	.getting-started-popup .mfp-container, .gift-illustrator-popup .mfp-container {padding: 0;}
	.getting-started-popup .mfp-content {width:90%; max-width: 700px; height:calc(100vh - 35px); max-height:500px; border-width: 8px; border-radius: 5px; margin:0; overflow:visible;}
	.gift-illustrator-popup .mfp-content {width:95%; max-width: 990px; height: 620px; max-height:calc(100vh - 35px); border-width: 8px; border-radius: 5px; margin:0; overflow:visible;}

	@media only screen and (max-width:767px) {
		div.mfp-content {margin:20px auto;}
		#brochureform, #DCGAbrochureform, #PEPCForm {padding: 20px 15px 15px 15px;}
	}

	@media only screen and (min-width:768px) {
		.getting-started-popup .mfp-content {height:400px;}
	}

/*  Definition Flyovers
  -------------------------------------------------------*/
	.flyover-link {cursor:pointer;}
	.flyover-link:after {display:inline-block; position:relative; top:-2px; margin-left:3px; text-decoration:none; content:'\f24d'; font-family:FontAwesome; font-size:80%; -webkit-transform:rotate(-90deg); transform:rotate(-90deg);}
	.mfp-flyover .mfp-content > span {display: block; padding: 15px 20px 10px;}
	.mfp-flyover div.mfp-content .mfp-close {top:0; right:0;}
	.mfp-flyover div.mfp-content .mfp-close:hover, .mfp-flyover div.mfp-content .mfp-close:focus {opacity:0.8;}
	.mfp-flyover .mfp-content {opacity: 0; -webkit-transform: scale(0.8); transform: scale(0.8); -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
	.mfp-flyover.mfp-ready .mfp-content {opacity: 1; -webkit-transform: scale(1); transform: scale(1);}

/*  Contact Us Page and Forms
  -------------------------------------------------------*/
	.stl_ContactInfo {margin:20px 0;}
	.stl_ContactInfo span {}
    .contact-page .stl_ContactInfo:nth-of-type(1) .stl_ContactName {display:inline;}
    .stl_ContactPhoto {display:block;}
		.stl_ContactName {font-weight:bold;}
		.stl_ContactTitle {font-style:italic;}

		/* form */
		#stl-contact-form input[type="text"], #stl-contact-form input[type="email"], #stl-contact-form textarea,
        #gift-intention-form input[type="text"], #gift-intention-form input[type="email"], #gift-intention-form textarea,
        #stl-cms form input[type="text"], #stl-cms form input[type="email"], #stl-cms form textarea {font:inherit; border:1px solid #999; padding:8px; width:100%;}
		.contact-page #stl-cms .stlButton {}
		#contactReCaptcha, .contact-page #reCaptcha, #gift-intention-captcha, #standard-form-captcha, #ebroReCaptcha, #dcgaReCaptcha {margin:2.5rem 0 1rem;}
        #stl-contact-form label, #gift-intention-form label, #stl-cms form label {display:block; margin-bottom:5px;}
        #gift-intention-form .textbox-group {margin-bottom:20px;}

		@media only screen and (min-width:768px) {
            #stl-cms form input[type="text"], #stl-cms form input[type="email"], #stl-cms form textarea {width:100%;}
			/*form#stl-contact-form input[type="text"], form#stl-contact-form input[type="email"], form#stl-contact-form textarea,
            form#gift-intention-form input[type="text"], form#gift-intention-form input[type="email"], form#gift-intention-form textarea {width:50%;}*/
            #stl-cms #stl-pepc-form-container form input[type="text"], #stl-cms #stl-pepc-form-container form input[type="email"], #stl-cms #stl-pepc-form-container form textarea {width:100%;}
            form#stl-contact-form, form#gift-intention-form {width:50%;}
		}

    fieldset {padding:0; border:0;}


/*  Global Gift Intention Form
  -------------------------------------------------------*/
    .gift-intention-form-container #gift-intention-form fieldset {border:none;margin:20px 0;padding:0;}
    .gift-intention-form-container #gift-intention-form input[type=checkbox] {-webkit-appearance:checkbox;margin-right:10px;}
    .gift-intention-form-container #gift-intention-form .checkbox {display: -webkit-box;display: flex;margin-bottom: 0;}
    .gift-intention-form-container #gift-intention-form legend {font-weight:bold;}
    .gift-intention-form-container #gift-intention-form .inline-input {display:-webkit-box;display:flex;}
    .gift-intention-form-container #gift-intention-form .inline-input input[type=text] {margin-left:5px;}


/*  Articles
  -------------------------------------------------------*/
	.article-page .main-copy {}
	.article-page .main-copy p:last-of-type {}
	#for-professional-advisors-page #stl-cms .stl-copyright, .contact-page #stl-cms .stl-copyright, #personal-estate-planning-kit-page #stl-cms .stl-copyright, .article-page #stl-cms .stl-copyright {margin-top: 30px;}

    /* Article Callouts */
    #stl-callout-container {margin-bottom:40px;}
    .stl_CalloutList, .stl_CalloutTitle {display:none;}
    #stl-callout-container .stl_CalloutList, #stl-callout-container .stl_CalloutTitle {display:block;}
    .stl_Callout {border:1px solid #ddd; border-radius:5px; padding:20px; margin-bottom:20px; display:-webkit-box; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; flex-direction:column;}
    .stl_CalloutTitle {margin-top:0;}
    #stl-callout-container .stl_CalloutAbstract {margin-bottom:auto;}
    #stl-callout-container .stl_Callout img {margin-top:auto;}


    @media screen and (min-width:768px) {
        #stl-callout-container .stl_CalloutList {display:-webkit-box;display:flex; -webkit-box-pack:justify; justify-content:space-between;}
        #stl-callout-container .stl_Callout {-webkit-box-flex:1;flex:1 1 0; margin:1%;}
    }

    /* Article Callouts - Donor Story Listing Page */
    #donor-listing-page .stl_CalloutList {display:block;}
    #donor-listing-page .stl_Callout {display:block; width:auto; margin-bottom:20px; padding-left:0; border:none;}
    #donor-listing-page .stl_CalloutImage {float:left; margin-right:20px;}
    #donor-listing-page #stl-callout-container .stl_Callout img {width:150px;}

    /* Meet our Donors styling */
    .meet-our-donors-teaser {margin-bottom:2.5rem; display:-webkit-box; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; flex-direction:column; -webkit-box-pack:justify; justify-content:space-between;}
	.meet-our-donors-thumb {width:150px; min-width:150px; height:150px;}
    .meet-our-donors-thumb a {height:100%; overflow:hidden; display:-webkit-box; display:flex; -webkit-box-pack:center; justify-content:center; -webkit-box-align:start; align-items:flex-start;}
    .meet-our-donors-text {-webkit-box-flex:1;flex-grow:1; width:calc(100% - 150px;)}
	#supporters-like-you-page #stl-page-copy-container {margin-bottom:40px;}
    @media screen and (min-width:768px) {
        .meet-our-donors-teaser {-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;}
        .meet-our-donors-thumb {margin-right:2.5rem;}
    }

    /* Lightbox styles for photos - override other magnific styles used elsewhere on the site */
    .image-popup-vertical-fit:hover {cursor:-webkit-zoom-in;cursor:zoom-in;}
    .image-popup-vertical-fit:hover img {opacity:.9;}
    .mfp-img-mobile .mfp-image-holder .mfp-content {background:none; border:none; box-shadow:none;}
    .mfp-img-mobile div.mfp-content .mfp-close {right:-6px; background:none; opacity:.65; color:#fff;}
    .mfp-img-mobile .mfp-title {padding-right:0; word-wrap: normal;}


    /* Article Listing (teasers) */
    .stl-article-listing:empty {display:none;}
    .stl-teaser {margin-bottom:2.5rem; display:-webkit-box; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; flex-direction:column; -webkit-box-pack:justify; justify-content:space-between;}
    .stl-teaser-thumb {width:150px; min-width:150px; height:150px;}
    .stl-teaser-thumb a {height:100%; overflow:hidden; display:-webkit-box; display:flex; -webkit-box-pack:center; justify-content:center; -webkit-box-align:start; align-items:flex-start;}
    .stl-teaser-text {-webkit-box-flex:1;flex-grow:1; width:calc(100% - 150px;)}

    @media screen and (min-width:768px) {
        .stl-teaser {-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;}
        .stl-teaser-thumb {margin-right:2.5rem;}
    }

/*  Other Gifts page (endowed gifts, CLTs, DAFs)
	  -------------------------------------------------------*/
	#other-gifts-page #ebrochure-pullout-container {display:none;}
	#other-gifts-page #gift-illustrator-container {display:none;}
	#other-gifts-page #stl-fund-it-container {display:none;}
	#other-gifts-page #stl-case-study-container {display:none;}
	.gift-type {margin-bottom:50px;}


/*  Chapter Opportunities
	  -------------------------------------------------------*/
#chapter-row {text-align:center; display:-webkit-box; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; flex-direction:column;}
#chapter-row img {margin:0 auto 20px auto; max-width:350px;}

@media screen and (min-width:768px) {
	#chapter-row {margin:0 -10px; -webkit-box-orient:horizontal; -webkit-box-direction:normal; flex-direction:row;}
	#chapter-row img {margin:10px; width:calc(25% - 20px); max-width:calc(25% - 20px);}
}


/*  PEPC Page
  -------------------------------------------------------*/
    #personal-estate-planning-kit-page #stl-pepk-promo-container.stl-pepc-promo {display:none;}
    #personal-estate-planning-kit-page .main-copy {margin-bottom:0;}
    #stl-pepc-form-container {background:#eee; margin-bottom:0; padding:20px 0; text-align:center; position:relative;}
    #stl-pepc-form-container:before {display:block; content:''; background:#eee; width:1000%; height:100%; position:absolute; top:0; left:-500%; z-index:-1;}
    #stl-pepc-form-container form {margin-bottom:0;}
    #stl-pepc-form-container fieldset {text-align:left;}
    #stl-pepc-form-container img {margin:auto; max-width:207px;}

    #stl-pepc-content-block-container {padding:25px 0;}
    #stl-pepc-content-block-container .content-row {display:-webkit-box;display:flex; flex-wrap:wrap; margin-left:-15px; margin-right:-15px;}
    #stl-pepc-content-block-container .content-section {padding:30px; width:100%;}
    #stl-pepc-content-block-container .btn-visible-after-submit {margin-left:0; float:none !important;}

    @media only screen and (min-width:768px) {
        #stl-pepc-form-container {margin-top:50px;}
        #stl-pepc-form-container form {display:-webkit-box;display:flex; -webkit-box-pack:center; justify-content:center; -webkit-box-align:center; align-items:center;}
        #stl-pepc-form-container img {max-width:207px; margin-top:-50px; margin-right:25px;}
        #stl-pepc-form-container form img {margin-top:0; max-width:50%;}
        #stl-pepc-form-container img, #stl-pepc-form-container fieldset {-webkit-box-flex:1;flex-grow:1; flex-basis:0;}

        #stl-pepc-content-block-container .content-section {-webkit-box-flex:0;flex:0 0 50%; max-width:50%; display:-webkit-box; display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:reverse; flex-direction:row-reverse; -webkit-box-align:start; align-items:flex-start; -webkit-box-pack:end; justify-content:flex-end;}
        #stl-pepc-content-block-container .content-section + .content-section {border-left:1px solid;}
    }
    @media only screen and (min-width:769px) {
        #personal-estate-planning-kit-page.article-two-col .interior-container:first-of-type {margin-right:0;}
    }

    /* Two column - remove if one column */
    @media screen and (min-width:992px) {
        #personal-estate-planning-kit-page.article-two-col #stl-cms #stl-container {max-width:990px; margin-left:auto; margin-right:auto;}
        #personal-estate-planning-kit-page.article-two-col p.intro-copy {max-width:580px;}

        .article-two-col #stl-pepc-content-block-container .content-row {display:block; margin-left:0; margin-right:0;}
        .article-two-col #stl-pepc-content-block-container .content-section {padding:0;}
        .article-two-col #stl-pepc-content-block-container .content-section + .content-section {border:none;}

        .article-two-col #stl-pepc-form-container {float:right; width:340px; padding:20px; margin-top:-75px;}
        .article-two-col #stl-pepc-form-container:before {display:none; content:'';}
        .article-two-col #stl-pepc-form-container form {display:block; text-align:center;}
        .article-two-col #stl-pepc-form-container form img {max-width:207px; margin:-100px auto 15px auto;}
        .article-two-col #stl-pepc-form-container fieldset {text-align:center;}
        .article-two-col #stl-pepc-form-container fieldset label, .article-two-col #stl-pepc-form-container fieldset input {text-align:left;}
    }

/*  PEPC Download Page
  -------------------------------------------------------*/
    #stl-pepc-download-content-block-container .content-section {margin-bottom:30px;}
	#personal-estate-planning-kit-page #stl-pepc-form-container h3 {margin:1rem auto 2rem; font-size:2.3rem;}
	#stl-pepc-download-content-block-container img {max-width:157px; max-width:200px; box-shadow:2px 2px 4px 2px rgba(0,0,0,.3); margin-bottom:2rem;}
    @media only screen and (min-width:768px) {
        #stl-pepc-download-content-block-container .content-row {display:-webkit-box;display:flex;}
        #stl-pepc-download-content-block-container .content-section {-webkit-box-flex:0;flex:0 0 50%; max-width:50%;}
    }


/*  Planning Toolkit Page
  -------------------------------------------------------*/
    #stl-planning-toolkit-form-container .intro-copy {margin-bottom:30px;}
    #stl-planning-toolkit-form-container form {margin:0;}
    #stl-planning-toolkit-form-container .user-form {background:#ddd; padding:20px;}
    #stl-cms form input[type="checkbox"] {float:left; margin:3px 10px 15px 0; font-size:1.6rem;}
    #stl-cms form .stl-checkbox {/*display:flex; align-items:flex-start;*/ margin-bottom:20px;}
    #stl-cms form .stl-checkbox .large {font-size:1.8rem; font-weight:bold; line-height:1;}
    #stl-cms form .stl-checkbox .small {display:block; margin-top:10px; margin-left:25px; margin-bottom:35px;}

    /* After user submits form, display links to view all resources */
    #stl-cms form .btn-visible-after-submit {display:none; float:left; margin-right:20px;}
    #stl-cms form.after-submit .btn-visible-after-submit {display:inline-block;}
    #planning-toolkit-form.after-submit .stl-checkbox .small {margin-left:120px; margin-bottom:25px;}

    @media screen and (min-width:768px) {
        #stl-planning-toolkit-form-container .user-form {float:right; margin-left:30px; z-index:1; position:relative;}
    }
    @media screen and (min-width:992px) {
        #stl-planning-toolkit-form-container .user-form {width:516px; }
    }
    @media screen and (max-width:767px) {
        #stl-planning-toolkit-form-container form, #stl-planning-toolkit-form-container form .hidden-after-submit {display:-webkit-box;display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; flex-direction:column;}
        #stl-planning-toolkit-form-container .user-form {-webkit-box-ordinal-group:3;order:2;}
    }

    /* Hide form elements during loading */
    #stl-cms form.stl-custom-form.loading * {
        display: none;
    }
    /* Display loading animation during loading */
    #stl-cms form.stl-custom-form.loading .lds-ring, #stl-cms form.stl-custom-form.loading .lds-ring * {display:-webkit-box;display:flex;}
    #stl-cms form.stl-custom-form.loading .lds-ring * {display:block;}

    /* loader */
    .lds-ring {
      display: inline-block;
      position: relative;
      width: 64px;
      height: 64px;
        display:-webkit-box;
        display:flex; -webkit-box-pack:center; justify-content:center; width:100%; margin-top:50px; margin-bottom:50px;
        display:none;
    }
    .lds-ring div {
      box-sizing: border-box;
      display: block;
      position: absolute;
      width: 51px;
      height: 51px;
      margin: 6px;
      border: 6px solid #508142;
      border-radius: 50%;
      -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
              animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #508142 transparent transparent transparent;
    }
    .lds-ring div:nth-child(1) {
      -webkit-animation-delay: -0.45s;
              animation-delay: -0.45s;
    }
    .lds-ring div:nth-child(2) {
      -webkit-animation-delay: -0.3s;
              animation-delay: -0.3s;
    }
    .lds-ring div:nth-child(3) {
      -webkit-animation-delay: -0.15s;
              animation-delay: -0.15s;
    }
    @-webkit-keyframes lds-ring {
      0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
      }
    }
    @keyframes lds-ring {
      0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
      }
    }


/*  Planning Toolkit Download Page
  -------------------------------------------------------*/
    #stl-planning-toolkit-resources-container {margin-top:0; padding-top:0 !important;}
    #stl-planning-toolkit-resources-container h2 {margin-top:3rem;}
    #stl-planning-toolkit-resources-container .content-section {margin-bottom:3rem; border:1px solid #ccc; border-radius:8px; padding:2rem 2rem 1rem 2rem;}
    #stl-planning-toolkit-resources-container .view-options {margin-top:3rem;}
    #stl-planning-toolkit-resources-container .content-section p + .stlButton {margin-top:2rem; margin-bottom:1rem;}
    #stl-planning-toolkit-resources-container .content-section .stlButton {margin-right:2rem;}

    @media only screen and (min-width:768px) {
        #stl-planning-toolkit-resources-container .content-row {display:-webkit-box;display:flex; margin:0 -20px;}
        #stl-planning-toolkit-resources-container .content-section {display:-webkit-box;display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; flex-direction:column; -webkit-box-flex:1; flex:1 1 30%; max-width:49%; /*flex-grow:1;*/ padding:2rem 2rem 1rem 2rem;}
        #stl-planning-toolkit-resources-container .content-section:not(:last-child) {margin-left:0; margin-right:2%;}
        #stl-planning-toolkit-resources-container .content-section > p:last-of-type {margin-bottom:2rem;}
        #stl-planning-toolkit-resources-container .content-section p + .stlButton {margin-top:auto; width:100%;}
        #stl-planning-toolkit-resources-container .content-section .stlButton {-webkit-box-align:start;align-items:flex-start; white-space:nowrap; margin-right:0; margin-bottom:1rem;}
        #stl-planning-toolkit-resources-container .content-section > * {width:100%;}
        #stl-planning-toolkit-resources-container .content-section.hide {display:none !important;}
    }

/*  Global Announcement
  -------------------------------------------------------*/
    .stl-announcement div.mfp-content {max-width:720px;}
    #stl-announcement {padding:50px 30px 30px 30px; text-align:center;}
    #stl-announcement .btn-row {display:-webkit-box;display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:reverse; flex-direction:row-reverse; -webkit-box-pack:justify; justify-content:space-between; margin-top:40px;}
    #stl-announcement .btn-row .stlButton {width:calc(50% - 20px) !important; display:-webkit-box; display:flex; -webkit-box-pack:center; justify-content:center; -webkit-box-align:center; align-items:center;}
    .mfp-content #stl-announcement .mfp-close.stlButton {position:relative; top:0; right:auto; height:auto; font:inherit; font-weight:bold; border:1px solid #508142; color:inherit; background:none;}
    .mfp-content #stl-announcement #announcement-nothanks {background:#ccc; color:inherit;}


/*  Standard Forms (includes ebrochure form)
  -------------------------------------------------------*/
    #stl-cms form.stl-custom-form {border-radius:5px;}

    /* Same page form submission confirmation text */
    #stl-cms form.stl-custom-form .spinner {display:none;}
    #stl-cms form.stl-custom-form .hidden-after-submit {-webkit-transition:.5s all ease;transition:.5s all ease;}
    #stl-cms form.stl-custom-form .visible-after-submit {height:0; opacity:0; -webkit-transition:.5s opacity ease, .5s height ease; transition:.5s opacity ease, .5s height ease; /*background:#ddd;*/}
    #stl-cms form.stl-custom-form.loading .spinner {display:block;}
    #stl-cms form.stl-custom-form.after-submit .hidden-after-submit {height:0; width:0; opacity:0; display:none;}
    #stl-cms form.stl-custom-form.after-submit .visible-after-submit {display:block; height:auto; width:auto; opacity:1; padding:20px;}

    .stl-input-field {position:relative; margin-bottom:1.25rem;}

    /* Label */
    .stl-input-field label {top:0; left:0; -webkit-transition:-webkit-transform .2s ease-out; transition:-webkit-transform .2s ease-out; transition:transform .2s ease-out; transition:transform .2s ease-out, -webkit-transform .2s ease-out; display:block; margin-bottom:5px;}
    .stl-input-field.active label {}

    /* Input */
    .stl-input-field input, .stl-input-field textarea, .mfp-content .stl-input-field input {font:inherit; border-radius:5px; padding:8px; border:1px solid #999;}
    .stl-input-field input[type="text"] {}
    #stl-cms .stl-input-field.invalid input, #stl-cms .stl-input-field.invalid textarea, .mfp-content .stl-input-field.invalid input, .mfp-content .stl-input-field.invalid textarea {border-color:#d9534f;}
    #stl-cms .stl-input-field.valid input, #stl-cms .stl-input-field.valid textarea, .mfp-content .stl-input-field.valid input, .mfp-content .stl-input-field.valid textarea {border-color:#5cb85c;}

    /* Validation */
    .stl-input-field .validation:after {content:""; font-family:'FontAwesome'; position:absolute; /*top:38px;*/ top:53%; left:calc(100% - 25px); display:none;}
    .stl-input-field.valid .validation:after {content:"\f00c"; display:block; color:#5cb85c;}
    .stl-input-field.invalid .validation:after {content:"\f00d"; display:block; color:#d9534f;}

    /* text */
    .stl-input-field .text {font-size:1.3rem; margin-top:.1em; display:block; position:absolute; width:100%; text-align:right;}
    #stl-cms form .required-text {font-size:1.3rem;}

    /* Helper text */
    .stl-input-field .helper-text {display:block;}
    .stl-input-field.invalid .helper-text {visibility:hidden; opacity:1;}

    /* Validation text */
    .stl-input-field .validation-text {visibility:hidden; opacity:0;}
    .stl-input-field.invalid .validation-text {visibility:visible; opacity:1; color:#d9534f;}

    /* Button */
    #stl-cms form .stlButton[disabled] {opacity:.3;}
    #stl-cms form.valid .stlButton {opacity:1;}

    /* Submit text */
    #stl-cms form .submit-text {opacity:0; color:#5cb85c; margin-left:10px; -webkit-transition:.2s all; transition:.2s all;}
    #stl-cms form .submit-text.visible {opacity:.8;}

/*  Question Widget
  -------------------------------------------------------*/
    #stl-question-widget {position:fixed; bottom:20px; right:20px; opacity:0; -webkit-transition:.5s all; transition:.5s all; border-radius:50px; width:52px; height:52px; max-width:52px; background:#ddd; color:#444; display:-webkit-box; display:flex; -webkit-box-pack:center; justify-content:center; -webkit-box-align:center; align-items:center; box-shadow: 0 0px 7px rgba(0,0,0,0.4); -webkit-transition:.2s all; transition:.2s all; z-index:5;}
        #stl-question-widget .widget-toggle {display:-webkit-box;display:flex; -webkit-box-pack:center; justify-content:center; -webkit-box-align:center; align-items:center; border:0; padding:0; background:none; color:#444;}
        #stl-question-widget .widget-toggle:hover {cursor:pointer;}
        #stl-question-widget .fa-question {font-size:3.0rem; padding:0 15px;}
        #stl-question-widget .button-text {width:0; max-width:0; opacity:0; white-space:nowrap; font-size:1.6rem;}

        #stl-question-widget button.close {position:absolute; right:12px; font:inherit; color:#333; border:0;}
        #stl-question-widget button.close:hover, #stl-question-widget button.close:focus {cursor:pointer; text-decoration:none;}
        #stl-question-widget .stlButton {margin-top:.5em;}

         #stl-question-widget-form {background:#fff; padding:20px; width:380px; top:calc(100% + 20px); bottom:0; right:-10px; border:1px solid #ccc; box-shadow: 8px 8px 6px -6px black; -webkit-transition:.5s all ease; transition:.5s all ease; position:absolute;}
        #stl-cms #stl-question-widget-form input[type="text"], #stl-cms #stl-question-widget-form input[type="email"], #stl-cms #stl-question-widget-form textarea {width:100%;}

    /* text appears on hover */
    #stl-question-widget:hover, #stl-question-widget:focus {width:207px; max-width:9999px;}
    #stl-question-widget:hover .button-text, #stl-question-widget:focus .button-text {width:auto; max-width:9999px; display:inline; padding-right:20px; opacity:1; -webkit-transition:.2s opacity; transition:.2s opacity; -webkit-transition-delay:.2s; transition-delay:.2s; -webkit-transition-property:opacity; transition-property:opacity;}

    /* widget appears on scroll */
    #stl-question-widget.visible {display:-webkit-box;display:flex; opacity:1;}

    /* form appears on click */
    #stl-question-widget.active #stl-question-widget-form {top:auto; bottom:0;}



/*  Hide Empty Containers
  -------------------------------------------------------*/
	#stl-video-container:empty, #stl-fund-it-container:empty, #stl-gift-illustrator-container:empty, #stl-pepk-container:empty, .stl-page-subtitle:empty {display:none;}
	#stl_case-study:empty {margin:0;} /* margin is set on the container, so have to adjust */


/*************************************************************************************************************
//////////////////////     Print Styles
*************************************************************************************************************/
    @page {margin: 2.54cm 1.27cm;} /* paper margins 1"x.5" */

    @media print {
        /* hide everything but body .sub-middle-section */
        body * {visibility: hidden; height:0; text-align:left !important; text-transform: none !important; max-width:100% !important;}
			#stl-cms {height:auto;}
				#stl-container, #stl-container * {visibility: visible; height:auto; width:100% !important;}
				#stl-container {position:absolute; left:0; top:0; display:block;}

        /* Resets */
        body {margin:0; padding:0;}
        body, #stl-container *, #stl-container {
            background:transparent !important;
            color: black !important; text-shadow:none !important;
            -webkit-filter:none !important;
                    filter:none !important; -ms-filter: none !important;
            border:none !important;
            box-shadow:none !important;
        }
        /* Margins/ Padding Reset */
		body .container {width:100%; max-width:100%; margin:0; padding:0;}
        #stl-container > div:not(#stl-banner), #stl-home-features > div {margin-bottom:1.5em; padding:0 !important;}
        #stl-fund-it-container, #stl-cms .stlButton, #stl-notification-btn.stlButton {margin:0; padding:0;}
        #dcga-container, #stl-page-copy-container {margin:1.5rem 0 0 !important;}
        .subpage #stl-cms .interior-container > div {margin:0; padding:0;}

        /* Hide specific sections */
        .stl-header, .stl-footer, video, audio, object, embed, #stl-gift-illustrator-container, #stl-breadcrumbs, #stl-video-btn, #stl-video-container, #stl-journey-container, .not-sure, #stl-getting-started-container, #stl-whats-new, #stl-container img, #stl-contact-callout-container, #stl-container .hide, #stl-container .visible-after-submit, #ebrochure-pullout-container, #stl-planning-toolkit-form-container .user-form, #planning-toolkit-page input, #stl-contact-form-container, #gift-intention-form, #stl-pepc-form-container {
            display:none !important;
            visibility: hidden !important;
        }
        /* Reset sections */
        #stl-container, .pull-right, .learn-how-to-fund, #stl_case-study, #planning-toolkit-page #stl-cms form .stl-checkbox .small, #stl-pepc-content-block-container .content-section, #stl-pepc-content-block-container .content-row, #stl-pepc-content-block-container {
			width:100% !important;
			max-width: 100% !important;
			margin:0 !important;
			padding:0 !important;
			top:0 !important;
			float: none !important;
			position: relative !important;
        }
        #stl-container span {display:inline;}

        /* Typography */
		body {color:#000; font:normal 12pt/1.5 Georgia, "Times New Roman", Times, serif !important; text-align:left;}
		#stl-container p, #stl-container table, #stl-container form, blockquote {margin-bottom:1em !important;}

        /* Headings */
        #stl-container h1, #stl-container h1.stl-page-title, #stl-container h2, #stl-container h3 {
        	color:#000 !important;
        	font-family: Georgia, "Times New Roman", Times, serif !important;
        	text-transform: initial !important;
        	font-weight:normal !important;
        	text-align:left !important;
        	padding:0;
        	page-break-after: avoid;
        	orphans: 3;
        	widows: 3;
		}
        #stl-container h1.stl-page-title {font-size: 24pt !important; margin:0 0 1.5rem !important;}
        #stl-container h2 {font-size: 22pt; margin:1rem 0 1.25rem;}
        #stl-container h3 {font-size: 18pt; margin:1rem 0 1.25rem;}

        /* Lists */
		#stl-container ul, #stl-container ol {margin:1.5rem 0 !important; padding-left: 2.45em; float:none; width:100%;}
        #stl-container ul li {list-style:disc !important;}
        #stl-container ol li {list-style-type:decimal !important;}
			#stl-container li {display:list-item; padding:0;}
			#stl-container li:before {content:none;}

        /* Links */
        body a {word-wrap:break-word;}
        body a:after {content: " (" attr(href) ")"; font-size:80%; font-weight:normal; color:#ccc;}
        body a[href^="#"], body a[rel^="#"], body a[href*="mailto"] {text-decoration:none !important;}
        body a[href^="#"]:after, body a[rel^="#"]:after, body a[href*="mailto"]:after {display:none; content: none;}

        /* Accordions */
        #stl-container .reg-toggle-box {margin:0; padding:0; font-weight:bold;}
        	#stl-container .reg-toggle-box .toggle-span, #stl-container .reg-toggle-box:before, #stl-container .reg-toggle-box:after {display:none;}
        #stl-container .reg-content {display:block; margin:0; padding:0;}

		/* Custom */
		#stl-banner {display:none;}
		.stl-page-title.mobile {display:block !important; visibility:visible !important; height:auto;}
    }


/*************************************************************************************************************
//////////////////////     Gift Exclusions
*************************************************************************************************************/
/* Appreciated Securities
.ge-as {display:none !important; visibility:hidden !important;}*/

/* Bargain Sale
.ge-bs {display:none !important; visibility:hidden !important;} */

/* Charitable Gift Annuities
.ge-cga {display:none !important; visibility:hidden !important;} */

/* Charitable Remainder Trust
.ge-crt {display:none !important; visibility:hidden !important;}*/

/* Charitable Lead Trust
.ge-clt {display:none !important; visibility:hidden !important;}*/

/* Charitable Remainder Unitrust
.ge-crut {display:none !important; visibility:hidden !important;}*/

/* Deferred Charitable Gift Annuities
.ge-dcga {display:none !important; visibility:hidden !important;}*/

/* Donor Advised Funds
.ge-daf {display:none !important; visibility:hidden !important;}*/

/* Endowed Gift
.ge-endow {display:none !important; visibility:hidden !important;}*/

/* life insurance
.ge-li {display:none !important; visibility:hidden !important;}*/

/* Memorial Gift */
.ge-mem {display:none !important; visibility:hidden !important;}

/* Real Estate
.ge-re {display:none !important; visibility:hidden !important;}*/

/* Retained Life Estate
.ge-rle {display:none !important; visibility:hidden !important;}*/

/* securities
.ge-sec {display:none !important; visibility:hidden !important;}*/

/* tangible personal property
.ge-tpp {display:none !important; visibility:hidden !important;}*/
