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

	Date: 05/24/22
	Site: The Humane Society of the United States, A0014364
	Web Developer: Brian Burrier

	Last Modified By:	Web Developer	--  MM/DD/YY	--  modifications

  Find/replace default color #162550

/*************************************************************************************************************
//////////////////////     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;}

    /* 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
  -------------------------------------------------------*/
	/* 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: calc(100% - 4.0rem); max-width:1800px; margin:0 auto; padding:0;}
	.home-page #stl-container {margin-top:0;}
	.interior-container {width:100%;}


    @media screen and (min-width:768px) {
    	.container {width: calc(100% - 10.0rem);}
    }
    @media screen and (min-width:1100px) {
    	.container {width: calc(100% - 20.0rem);}
    }

/*  Typography
  -------------------------------------------------------*/
  	html {
		font-size:62.5%;
	    text-rendering: optimizeLegibility;
	    -moz-osx-font-smoothing: grayscale;
	}
  	body {opacity:0; background:#fff; margin:0; padding:0; font-family: "freight-sans-pro",sans-serif; font-size:2.2rem; line-height:1.4; color:#293941; font-weight:400;}
  	body.all-loaded {opacity:1; transition:opacity 100ms ease-in}

	/* Links/Buttons */
	.sub-middle-section a,
	.stl-white-popup a, /* Journey popup */
	.getting-started-suggestion li a /* Get Started popup */ {
		transition: color,.2s;
		box-shadow: inset 0 -0.125em #009ed0;
		color:#293941;
		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: #009ed0;
		box-shadow: inset 0 -0.125em #009ed0;
		text-decoration:none;
	}
	#stl-cms .stlButton, .stlButton, .mfp-content #stl-announcement .mfp-close.stlButton, .GIfeature .lightbox, #skip-link {
    	cursor:pointer;
		display:inline-block; 
		font-family:inherit; 
		font-size:2.0rem; 
        line-height:1.2;
		font-weight:700; 
		color:#fff; 
		background-color:#009ed0; 
		border:none; 
		border-radius:0; 
		padding:16px 40px; 
		margin:15px auto 1.6rem; 
		opacity:1; 
		text-decoration:none; 
		text-transform:none; 
		width:auto; 
		transition:0.2s ease;
		box-shadow:none;
		letter-spacing:.8px;
	}
	#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:1;
		background-color: #008ebb;
		color:#fff;
    }

  	/* Skip Link */
  	#skip-link {position:absolute; top:10px; left:10px; padding:5px; z-index:1000;}
   
	/* 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 3.2rem;}
	.sub-middle-section blockquote {margin:0 20px 3.2rem; padding:3px 15px; border-left:4px solid #efefef;}
    .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; color:#243e86; margin-bottom:1.6rem; line-height:1;} /* Headings Reset */
	h1, .stl-page-title {font-weight:700;  font-size:5.5rem; color:#fff;} /* Page title styles */    
	h2  {font-weight:500; font-size:4.0rem;} /* Sub Title styles */
	.stl-page-subtitle {text-align:center; position:relative;}
		@media screen {
			.stl-page-subtitle:after {
				content:"";
				display:block;
				width:5.0rem;
				height:.5rem;
				background-color: #bec3c6;
				margin:2.88rem auto 3.2rem;
			}
		}
    .sub-middle-section h3 {margin-bottom:2.0rem; font-weight:500; font-size:3.0rem;}
	.sub-middle-section h4 {font-weight:600; margin-bottom:2.0rem; font-size:2.0rem; text-transform:uppercase;}

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

	.main-copy ol, .main-copy ul {margin:0 0 3.2rem 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;}


	@media screen and (min-width:1100px) {
		.home-page h1, .home-page .stl-page-title {font-size:8.0rem;} /* Page title styles */    
		.subpage h1, .subpage .stl-page-title {font-size:6.4rem;} /* Page title styles */    
	}



/*************************************************************************************************************
//////////////////////     Client Selection Overrides
*************************************************************************************************************/
	/* Home Page component colors - can remove to customize in their component sections */
	.hotnews {color:#fff; background:#333;}
		#stl-whats-new a.stl-wn-view-more {color:#fff; background:#162550;}

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


/*  Header / Top Navigation
  -------------------------------------------------------*/
  	.stl-header {background:#fff;}	
		.stl-header .container {display:flex; justify-content:space-between; align-items:center;}
			.client-logo {
				display:inline-block;
				background:url(/documents/h/humane-society-of-the-united-states/r1/css/css-images/hsus_logo_blue.svg) center center / contain no-repeat;
				height:3.6rem;
				margin:1.6rem 0;
				width:16.0rem;
				flex-shrink:0;
			}

			.stl-header .btn-donate {letter-spacing:.8px; display:inline-block; font-size:1.8rem; line-height:3.2rem; padding:0 1.6rem; height:3.2rem; margin:0; color:#fff;  background:#d83c2d;  text-transform: capitalize; font-weight:700; transition:.2s ease; text-decoration:none;}
			.stl-header .btn-donate:hover, .stl-header .btn-donate:focus {
				background:#c83021;
			}

	#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; text-decoration:none;}

			/* Hover */
			#stl-cms ul#rightnav li a:hover, #stl-cms ul#rightnav li a:focus {text-decoration:none;}
			#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:pointer; text-decoration:none;}


	@media screen and (max-width:767px) {		
		/* Toggle */
		#nav-toggle {display:inline-block; position:relative; margin:0; padding:0; color: #bec3c6; background:transparent; border:none; z-index:101; cursor:pointer; height:100%;}
			#nav-toggle .menu-toggle-wrapper {height:3.2rem; width:4.4rem; position:relative;}		
				#nav-toggle .menu-toggle-wrapper span {
				    background-color: #6578aa;
				    display: block;
				    font-size: 0;
				    height: 5.26562px;
				    position: absolute;
				    right: 5%;
				    top: 1.2rem;
				    transition: background-color 0.3s;
				    width: 70%;
				    z-index: 5;					
				}
				#nav-toggle .menu-toggle-wrapper span:before, #nav-toggle .menu-toggle-wrapper span:after {
				    background: #6578aa;
				    content: '';
				    height: 100%;
				    left: 0;
				    position: absolute;
				    transform: translateY(-200%);
				    transition: transform 0.3s;
				    width: 100%;
				    z-index: 5;
				}
				#nav-toggle .menu-toggle-wrapper span:after {
				    transform: translateY(200%);
				}

				.nav-active #nav-toggle .menu-toggle-wrapper span {background:transparent;}
				.nav-active #nav-toggle .menu-toggle-wrapper span:before, .nav-active #nav-toggle .menu-toggle-wrapper span:after {
				    background: #6578aa;
				    transition: transform 0.3s;
				    transform: rotate(45deg) translateY(0);
				}
				.nav-active #nav-toggle .menu-toggle-wrapper span:after {
				    transform: rotate(-45deg) translateY(0);
				}

		.menu-right {display:flex; align-items:center;}
		body.nav-active {overflow:hidden; position:fixed; top:0;}

		/* Mobile Nav Collapsed */
		.navigation {display:block; position:fixed; height:100%; width:100%; left:0; top:68px; background:transparent; z-index:100; overflow-y:auto; -webkit-overflow-scrolling: touch; transition:0.4s ease; max-height:0; }
		.navigation.nav-active {right:0; max-height:100%; padding-bottom:10rem;}
		ul#rightnav li.onTrail ul {max-height:0;overflow:hidden;transition:500ms;}
		#stl-cms ul#rightnav li.onTrail ul[aria-hidden="false"] {max-height:600px; transition:1s;}
		
		#stl-cms ul#rightnav {margin:0; padding:0;}
			#stl-cms ul#rightnav li a {color:#fff; padding:16px 20px; display:block; font-weight:600; font-size:1.7rem;    background: #243e86; transition:.2s ease;}
			#stl-cms ul#rightnav li a:hover {
				background: #ffcd03;
			}
			#stl-cms ul#rightnav > li > a:not(:only-child):after {
				color:#fff;
				content:"\f078";
				font-family:FontAwesome;
				position:absolute; 
				right:35px;
				transition: all 500ms ease;		
				transform-origin: center center;
			}
			#stl-cms ul#rightnav > li > a[aria-expanded="true"]:after {transform:rotate(180deg); opacity:.6;}
		#stl-cms ul#rightnav > li li a {padding-left:5rem;}

	}
	@media screen and (min-width:768px) {
		.stl-header {background:transparent;position:absolute; top:0; left:0; width:100%; z-index:200;}
			.stl-header .container {flex-direction:column; justify-content:normal; align-items:flex-start; position:relative;}
				.stl-header .client-logo {
					background-image: url(/documents/h/humane-society-of-the-united-states/r1/css/css-images/hsus_logo_white.svg);
					height: 3.67969rem;
					margin: 1.6rem 1.6rem 2.88rem 0;
					width: 21.188rem;
				}


		.menu-right {position:absolute; right:0; top:1.92rem;}
			.stl-header .btn-donate {width:160px; height:42px; display:flex; align-items:center; justify-content:center;}
		


		

		#nav-toggle, .social-mobile {display:none;}
		.client-logo {flex-shrink:0;}

		#stl-cms ul#rightnav {display:flex; flex-direction:row; flex-wrap:nowrap; margin:0;}
			#stl-cms ul#rightnav > li {display:inline-block; flex: 0 1 auto; line-height:normal; position:relative;}
				#stl-cms ul#rightnav li a {color: #162550;}
				#stl-cms ul#rightnav > li > a {display:inline-block; padding:16px; margin:0; font-weight:600; font-size:1.6rem;    transition: color,.2s; color:#fff;    text-shadow: 1px 1px 5px #000000;}
				
				#stl-cms ul#rightnav li.onTrail:hover > a, #stl-cms ul#rightnav li.onTrail:focus > a,
				#stl-cms ul#rightnav > li > a:hover, #stl-cms ul#rightnav > li > a:focus,
				#stl-cms ul#rightnav li.onTrail a[aria-expanded="true"] {
					background: rgba(255,255,255,0.9);	
					color: #243e86;
					text-shadow:none;
				}
		#stl-cms ul#rightnav li.onTrail ul {display:block; position:absolute; left:0; padding:0; background: rgba(255,255,255,0.9); z-index:10; margin-top:0; max-height:0; overflow:hidden; white-space:nowrap;}
		#stl-cms ul#rightnav li.onTrail:last-child ul {right:0; left:auto;}

		
		#stl-cms ul#rightnav 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 1.6rem;}
		#stl-cms ul#rightnav li.onTrail li {display:block;}
		#stl-cms ul#rightnav li.onTrail li a {color: #243e86; padding:5px 0; font-size:1.6rem; font-weight:600;    transition: color, 0.2s;}
		#stl-cms ul#rightnav li.onTrail li a:hover, #stl-cms ul#rightnav li.onTrail li a:focus {
			color: #009ed0;
		}
	}

	@media screen and (min-width:1200px) {
		.stl-header .container {flex-direction:row; align-items:center;}
			.menu-right {position:relative; margin:0; top:unset; margin-left:auto;}
			#stl-cms ul#rightnav > li > a {padding:1.6rem .8rem; display:flex; height:100%; align-items:center;}
				#stl-cms ul#rightnav li.onTrail ul[aria-hidden="false"], #stl-cms ul#rightnav li.onTrail:hover ul, #stl-cms ul#rightnav li.onTrail:focus ul {padding:15px .8rem;}
				#stl-cms ul#rightnav li.onTrail:last-child ul {left:0; right:auto;}
	}
	@media screen and (min-width:1300px) {
		#stl-cms ul#rightnav > li > a {padding:1.6rem 1.6rem; font-size:1.7rem;}
			#stl-cms ul#rightnav li.onTrail ul[aria-hidden="false"], #stl-cms ul#rightnav li.onTrail:hover ul, #stl-cms ul#rightnav li.onTrail:focus ul {padding:15px 1.6rem;}
	}
	@media screen and (min-width:1400px) {
			#stl-cms ul#rightnav > li > a {font-size:1.7rem;}
	}



/*  Footer
  -------------------------------------------------------*/
    .stl-footer {}
		.stl-footer p {}
			.stl-footer p a {color:inherit;}
			.stl-footer #stl-question-widget-form p {font-size:inherit;}

		.footer-bottom {padding:5rem 0 6rem;}

		.social-links {display:flex; justify-content:space-around; margin-bottom:4rem;}
		.social-links a {display:inline-block; width:28px; height:28px;}
		.social-links a img {}


	#stl-copyright-container {font-weight:500; text-align:center;}
	#stl-copyright-container p {margin:0 0 1.6rem;}
	#stl-copyright-container a {color: #243e86; font-weight:bold; text-decoration:none;}
	#stl-copyright-container a:hover, #stl-copyright-container a:focus {
		color: #009ed0;
	}
	
    /* 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;
    }
    .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;
    }

	.footer-logo {margin:0 auto; text-align:center;}

    @media screen and (min-width:768px) {
    	.social-links {justify-content:center;}
			.social-links a {margin:0 2rem;}
    }
	@media screen and (min-width:992px) {
		.footer-bottom .container {display:flex;}
			.social-links {flex-shrink:0; margin-right:5rem;}
				.social-links a {margin:0 1.6rem 0 0;}
				.footer-logo {flex-shrink:0; margin-left:5rem;}
		#stl-copyright-container {text-align:left;}
	}

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

/*  Banner/Intro
  -------------------------------------------------------*/
	#stl-banner {margin-bottom:6.4rem; position:relative; min-height:550px; background:url(/images/h/humane-society-of-the-united-states/r1/hp_bannerphoto400x400.jpg) center center / cover no-repeat; display:flex; flex-direction:column; justify-content:flex-end;}
		.dark-overlay {
		    content: "";
		    display: inline-block;
		    height: 100%;
		    overflow: hidden;
		    position: absolute;
		    width: 100%;
		    background-image: linear-gradient(to bottom, rgba(23, 29, 41, 0) 0%, rgba(23, 29, 41, 0) 50%, rgba(23, 29, 41, 0.1) 70%, rgba(23, 29, 41, 0.3) 80%, rgba(23, 29, 41, 0.7) 90%, rgba(23, 29, 41, 0.9) 100%);			
		}
		.home-page .dark-overlay {bottom: 140px;}
		#stl-banner .container, #stl-banner .hero-cta-link-wrapper {position:relative; z-index:1;}
		#stl-banner .container {padding-bottom:1.6rem;}
		#stl-banner .hero-cta-link-wrapper .hero-cta {
		    background: rgba(3,3,3,0.9);
		    margin-top: -1.6rem;
		    padding-bottom: 1.6rem;
		    position: relative;
		    z-index: 1;
		}
		#stl-banner .hero-cta-link-wrapper .hero-cta .hero-cta-inner-wrapper {
		    padding-left: 2.0rem;
		    width: 90%;
		}
		#stl-banner .hero-cta-link-wrapper .hero-cta .field--name-field-tagline {
		    transition: color, 0.2s;
		    color: #009ed0;
		    letter-spacing: .2rem;
		    margin-bottom: 0.3rem;
		    padding-top: 2.0rem;
		    text-transform: uppercase;
			font-size: 5.6rem;
		    font-weight: 700;
		    padding-top: 0.8rem;
		}
		.stl-hero-cta:before {
		    content: "";
		    background: url(/documents/h/humane-society-of-the-united-states/r1/css/css-images/checkmark.png);
		    display: inline-block;
		    height: 39px;
		    width: 48px;
		    margin-right: 10px;
			top:3px;
			position:relative;
		}
		#stl-banner .hero-cta .field--name-field-preview {font-size:1.7rem; color:#fff; margin-bottom:2.0rem; font-weight:500;}
		#stl-banner .hero-cta:after {
		    transition: border-bottom, 0.2s;
		    border-bottom: 70px solid #009ed0;
		    border-left: 70px solid transparent;
		    bottom: 0;
		    content: '';
		    display: block;
		    position: absolute;
		    right: 0;
		    z-index: 1;
		}
		#stl-banner .hero-cta-link-wrapper .black-arrow {
		    background-image: url(/documents/H/humane-society-of-the-united-states/r2/images/arrow-black-v1.svg);
		    bottom: 1.28rem;
		    content: '';
		    display: block;
		    height: 2.0rem;
		    cursor: pointer;
		    position: absolute;
		    right: 1.2rem;
		    width: 2.0rem;
		    z-index: 2;
		}
		#stl-banner .hero-cta-link-wrapper:hover .hero-cta .field--name-field-tagline, #stl-banner .hero-cta-link-wrapper:focus .hero-cta .field--name-field-tagline,
		#stl-banner .hero-cta-link-wrapper:hover .field--name-field-preview, #stl-banner .hero-cta-link-wrapper:hover .field--name-field-preview {
			text-decoration:underline;
			text-decoration-color:#fff;			
		}


	@media (min-width: 401px) and (max-width: 767px) {
		#stl-banner {background-image: url(/images/h/humane-society-of-the-united-states/r1/hp_bannerphoto768x403.jpg);}
	}
    @media screen and (min-width:768px) {
		#stl-banner {height:45.0rem; max-height:55vw; min-height:auto; background-image: url(/images/h/humane-society-of-the-united-states/r1/hp_bannerphoto1548x947.jpg);}
		.dark-overlay {
		    top: 0;
			bottom:0;
		    background-image: linear-gradient(to bottom, rgba(23,29,41,0.9) 0%, rgba(23,29,41,0.7) 10%, rgba(23,29,41,0.3) 20%, rgba(23,29,41,0.1) 30%, rgba(23,29,41,0) 50%, rgba(23,29,41,0.1) 70%, rgba(23,29,41,0.3) 80%, rgba(23,29,41,0.7) 90%, rgba(23,29,41,0.9) 100%);			
		}
		#stl-banner h1.stl-page-title {padding-right:42.0rem;}
		#stl-banner .hero-cta-link-wrapper {position:absolute; right:0; width:40.0rem;}
    }
	@media screen and (min-width:1100px) {
		.home-page #stl-banner {height:60.8844rem;}
	}
	@media screen and (min-width:1400px) {
		.home-page #stl-banner {height:815px;}
	}

/*  Intro
  -------------------------------------------------------*/
	.home-page #stl-page-copy-container .stl-intro {width:90%; margin:0 auto 5rem; text-align:center;}
		.home-page #stl-page-copy-container .stl-intro p {margin-bottom:5rem;}


/*  Gift Notification
  -------------------------------------------------------*/
    /* variation styling */
    .home-page #stl-notification-container {padding:3.0rem; background:#ccc; text-align:center;}
    	#stl-notification-container .container {display:flex; flex-direction:column; justify-content:center; align-items:center;}
			.home-page #stl-notification-container h2 {margin:auto 0;}    	
			#stl-notification-btn.stlButton {margin:1.0rem 0 0 0;}

    @media screen and (min-width:768px) {
        #stl-notification-container .container {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 > h2 {text-align:center; font-size:3.0rem; margin:3.2rem;}
	#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 40px;}

	/* Top Buttons Images Journey - REMOVE IF NOT USED	*/
	#stl-journey-container {padding:0 0 5rem;}
	#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; text-align:left;  border-bottom: 2px solid #019FCF; font-size:3.2rem; line-height: 1; background: transparent; color: #243e86; font-weight:100;padding:0 0 10px 0; margin:0; border-radius:0; opacity:1; z-index:5;}
		#stl-cms div.stl-info-slider .stl-button:before {
			content:"PLAN BY";
			display:block;
			font-size:1.6rem;
			line-height:1rem;
			margin:0;
			padding:0;
		}
		#stl-cms div.stl-info-slider .stl-button:after {
			content: url(https://legacy.humanesociety.org/documents/h/humane-society-of-the-united-states/r1/css/css-images/arrow-aqua.svg);
   		 	position:absolute;
   		 	bottom:15px;
   		 	right:15px;
   		 	height:31px;
   		 	width:34px;
   		 	border-bottom:none;
		}
	#stl-cms div.stl-info-slider div.stl-slider-wrap {margin:0; min-height:0; background-color:#019FCF; 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:left; }
	#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:3px 0; font-size:1.6rem; text-decoration:underline;}
	#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 {
		color:#fff;
		text-decoration:none;
	}

	@media only screen and (max-width:991px) {
		#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:992px) {
		#stl-cms .stl-journey-paths {display:flex; background: #162550; align-items:center;}
			#stl-cms .stl-journey-paths > h2 {color: #ffcd00; width:25%; text-align:left; font-weight:700; font-size:4rem;}
				#stl-cms .stl-journey-paths > h2 span {color:#fff; display:block;}
		
			#stl-journey-container .journey-main {display:flex; flex-wrap:nowrap; flex:0 1 75%;}
			#stl-cms .stl-journey-paths div.stl-colwrap div.stl-col.stl-w-04 {width:100%; flex:0 1 auto; margin:0;}
			#stl-cms div.stl-info-slider {position:relative;}
			#stl-cms div.stl-info-slider .stl-button {position:absolute; bottom:20px; left:25px; font-size:2.9rem; color:#fff;}
			#stl-cms div.stl-info-slider .stl-button:after {display:none;}
			#stl-cms div.stl-info-slider div.stl-slider-wrap {min-height:350px;}
			#stl-cms div.stl-info-slider:after {
				content: url(/documents/h/humane-society-of-the-united-states/r1/css/css-images/arrow-aqua.svg);
	   		 	position:absolute;
	   		 	bottom:20px;
	   		 	right:25px;
	   		 	height:31px;
	   		 	width:34px;
	   		 	border-bottom:none;
				transition: all .5s ease-in-out;
			}
			#stl-cms div.stl-info-slider div.stl-slider-wrap ul {background:#019FCF; padding:40px 25px; display:flex; flex-direction:column; justify-content:flex-start; height:100%; top:0; left:100%;  transition: all .5s ease-in-out;}
			
			#stl-cms div.stl-info-slider:hover div.stl-slider-wrap ul,
			#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;
				left:0;
				opacity:1;
			}
			#stl-cms div.stl-info-slider:hover .stl-button,
			#stl-cms div.stl-info-slider .stl-button[aria-expanded="true"] {
				border-color:#fff;
			}
			#stl-cms div.stl-info-slider:hover:after {
				opacity:0;
			}
			#stl-cms div.stl-info-slider div.stl-slider-wrap ul:after {
				content: url(/documents/h/humane-society-of-the-united-states/r1/css/css-images/arrow-white-left.png);
	   		 	position:absolute;
	   		 	bottom:20px;
	   		 	right:25px;
	   		 	height:31px;
	   		 	width:34px;
	   		 	border-bottom:none;
				transition: all .5s ease-in-out;
				z-index:99999999;
			}		
			#stl-cms div.stl-info-slider div.stl-slider-wrap ul li a {font-size:2.0rem;}
	}

	@media screen and (min-width:1200px) {
		#stl-cms .stl-journey-paths > h2 {padding:0 4.8rem;}
		#stl-cms div.stl-info-slider .stl-button {font-size:3.2rem;}
	}

    /* Additional Journey styles */
    .stl-white-popup .journey li a {text-transform:lowercase; display: inline-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:#162550; color:#fff;}
	.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: 10px 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-getting-started-container {}
	.notSure {}
	.not-sure-inside h2 {}
	.not-sure-inside p {}
	.not-sure-inside p a {}

	@media screen and (min-width:768px) {
		#stl-home-bottom {display:flex; flex-wrap:nowrap;}
		#stl-home-bottom.one-col {flex-direction:column;}
		#stl-home-bottom.two-col {flex-direction:row; justify-content:space-between;}
	}

/*  Home PEPC Feature 
  -------------------------------------------------------*/
    #stl-home-pepc-container {background:#efefef; padding:50px 30px 40px; margin-bottom:20px; text-align:center;}
    #stl-home-pepc-container h2 {font-size:3.0rem;}
    #stl-home-pepc-container img {width:100%; 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 img {float:left; margin-top:-65px; margin-right:30px;}
    }


/*  Custom Home Features -- Remove if unnecessary
  -------------------------------------------------------*/
	#stl-home-features .stlButton {margin:0;}
		
		/* Top Features */
		.home-top {position:relative; background:url(/documents/H/humane-society-of-the-united-states/r2/images/feature-1.jpg) center center / cover no-repeat; padding:3.2rem 1.6rem; text-align:center; color:#fff; min-height:400px; display:flex; align-items:center;}
			@media screen {
				.home-top:after {
					content:"";
					display:block;
					background-color: rgba(23,29,41,0.5);
					bottom: 0;
					left: 0;
					top: 0;
					position: absolute;
					width: 100%;
					z-index: 0;		
				}
			}
			.home-top .container {position:relative; z-index:1;}
				.home-top h2 {color:#fff; position:relative; margin:0;}
					@media screen {
						.home-top h2:after {
						content:"";
						display:block;
						width:50px;
						height:5px;
						margin:2.88rem auto 3.2rem;
						background-color: rgba(190,195,198,0.5);
					}
				}
				.home-top p {font-size:2.2rem; font-weight:500; max-width:700px; margin-left:auto; margin-right:auto;}

		/* Mid Features */
		.home-mid {padding:4rem 0;}
			.home-mid .home-feature {padding:0 1.6rem 1.6rem; border:1px solid #bec3c6; text-align:center; margin-bottom:2.0rem; display:flex; flex-direction:column;}
				@media screen {
					.home-mid .home-feature:before {
						content:"";
						display:block;
						width:calc(100% + 3.2rem);
						min-height:1px;
						padding-top:70%;
						min-height:290px;
						margin:-1.6px -1.6rem 2.0rem;	
						background-repeat:no-repeat;
						background-position:center bottom;
						background-size:cover;
					}
				}
				.home-mid .home-feature:nth-child(1):before {background-image:url(/documents/H/humane-society-of-the-united-states/r2/images/feature-2.jpg);}
				.home-mid .home-feature:nth-child(2):before {background-image:url(/documents/H/humane-society-of-the-united-states/r2/images/feature-3.jpg);}
				.home-mid .home-feature:nth-child(3):before {background-image:url(/images/H/humane-society-of-the-united-states/home-feature-donor.jpg);}



				.home-mid h2 {font-size:3.0rem; font-weight:700;}
				.home-mid p {font-weight:500; font-size:1.9rem;}
				.home-mid a { margin:auto 0 0 auto; display:inline-block; padding-right:2.4rem; color: #243e86; box-shadow:none; font-weight:600; font-size:1.6rem; position:relative;}
				@media screen {
					.home-mid a:after {background:url(/documents/h/humane-society-of-the-united-states/r1/css/css-images/arrow-gray.svg) no-repeat; content:""; display:inline-block; width:1.6rem; height:1.6rem; position:absolute; right:0; top:50%; transform:translateY(-50%);}
					}
				.home-mid a:hover, .home-mid a:focus {
					color: #019FCF;
					box-shadow:none;
				}
				.home-mid a:hover:after, .home-mid a:focus:after {
					background-image:url(/documents/h/humane-society-of-the-united-states/r1/css/css-images/arrow-aqua.svg);
				}



		/* Bottom Features */
		.home-btm .home-feature {position:relative; padding:3.2rem; display:flex; flex-direction:column; justify-content:center; color:#fff; text-align:center; align-items:center; background: url(/documents/H/humane-society-of-the-united-states/r2/images/feature-4.jpg) center center / cover no-repeat;}		
		.home-btm .home-feature:nth-child(2) {background-image:url(/documents/H/humane-society-of-the-united-states/r2/images/feature-5.jpg);}
		.home-btm .home-feature:nth-child(2) p:last-child {margin:0;}
			@media screen {
				.home-btm .home-feature:after {
					content:"";
					display:block;
				    background-color: rgba(23,29,41,0.5);
				    bottom: 0;
				    left: 0;
				    top: 0;
				    position: absolute;
				    width: 100%;
				    z-index: 0;				
				}
			}
			.home-btm .home-feature h2 {color: #ffcd03; font-weight:600; text-transform:uppercase; letter-spacing:4.8px; font-size:2.2rem; margin-bottom:3.2rem; position:relative; z-index:1;}
			.home-btm .home-feature p {font-size:2.8rem; font-weight:500; max-width:60.0rem; margin:0 auto 3.2rem; position:relative; z-index:1;}
			#stl-home-features .home-btm .home-feature .stlButton {position:relative; z-index:1; margin:0;}

    @media screen and (min-width:768px) {
    	.home-btm {display:flex;}
			.home-btm .home-feature {flex:1; min-height:515px;}
    }
    @media screen and (min-width:992px) {
		.home-mid .container {display:flex; justify-content:space-between;}
    	.home-mid .home-feature {width:29%;}
    }


/*  Home Contact Feature 
  -------------------------------------------------------*/
    #stl-contact-callout-container {background:#efefef; padding:3.2rem 0 1rem;}
	#stl-contact-callout-container .stl-contact-callout {}
    #stl-contact-callout-container h2 {font-size:1.6rem; font-weight:700;}
    #stl-contact-callout-container p {font-size:1.6rem;}
    #stl-contact-callout-container h2, #stl-contact-callout-container .container {z-index:1; position:relative;}
	#stl-contact-callout-container p {margin:0 0 1.6rem !important;}
	#stl-contact-callout-container .stlButton {
		background-color: #243e86;
	    background-image: url(/documents/h/humane-society-of-the-united-states/r1/css/css-images/arrow-aqua.svg);
	    background-position: center right 1.6rem;
	    background-repeat: no-repeat;
	    background-size: 1.6rem 1.6rem;
		padding:6px 12px;
		font-size:1.3rem;
		font-weight:600;
		letter-spacing:.7px;
		min-width:280px;
		text-align:left;
		margin:0 !important;
	}
	#stl-contact-callout-container .stlButton:hover, #stl-contact-callout-container .stlButton:focus {
		background-color: #162550;
	}



    #contact-page .callout-wrap-0, #thank-you-page .callout-wrap-0, #gift-intention-page .callout-wrap-1, #gift-intention-thank-you-page .callout-wrap-1 {display:none !important;}


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

/*  Subpage Banners
  -------------------------------------------------------*/
	.subpage #stl-banner {background-image:none; background-color:#162550;}
	.subpage #stl-banner.sub-banner-1 {background-image:url(/images/h/humane-society-of-the-united-states/r1/subpage-banners/sp_banner1.jpg);}
	.subpage #stl-banner.sub-banner-2 {background-image:url(/images/h/humane-society-of-the-united-states/r1/subpage-banners/sp_banner2.jpg);}
	.subpage #stl-banner.sub-banner-3 {background-image:url(/images/h/humane-society-of-the-united-states/r1/subpage-banners/sp_banner3.jpg);}
	.subpage #stl-banner.sub-banner-4 {background-image:url(/images/h/humane-society-of-the-united-states/r1/subpage-banners/sp_banner4.jpg);}
	.subpage #stl-banner.sub-banner-5 {background-image:url(/images/h/humane-society-of-the-united-states/r1/subpage-banners/sp_banner5.jpg);}



/*  Interior Copy
  -------------------------------------------------------*/
	.main-copy {margin: 0 auto 40px;}
	.interior-one-col .main-copy {text-align:center; width:82%;}
	#stl-cms .main-copy > p:last-child, #stl-cms .main-copy > ul:last-child, #stl-cms .main-copy > ol:last-child {margin-bottom: 0;}


/*  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-cms .cta-button {
		background:#00358E;
		font-weight:400;
		font-size:2.2rem;
		color:#fff;
		padding:16px 72px 16px 24px;
		display:block;
		width:100%;
		position:relative;
		text-align:left;
		transition: background .2s ease;
		border-radius:2px;
		border:none;
		cursor:pointer;
	}
/* 	#charitable-gift-annuities-page .cta-button {
		margin-bottom:4rem;
	} */
		.cta-button:after {
			content:"";
			display:block;
			background:#009ED0 url(/documents/h/humane-society-of-the-united-states/r1/css/css-images/arrow-white.svg) center / 2rem no-repeat;
			height:100%;
			position:absolute;
			top:0;
			right:0;
			width:60px;
		}
		/* hovers */
		.cta-button:hover {background:#1f3572;}
		.cta-button a:hover {color:#fff; text-decoration:none;}


    #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-bottom:3.2rem;}
    #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;}

	.interior-one-col .case-study {padding:3rem 15px 6rem;}
	.case-study h2 {text-align:center; position:relative;}
		@media screen {
			.case-study h2:after {
				content:"";
				display:block;
				width:5.0rem;
				height:.5rem;
				background-color: #bec3c6;
				margin:2.88rem auto 3.2rem;
			}
		}


	.case-study p img {/*display:none;*/}
	.case-study img {width:100%; height:auto; padding:0; margin:0 0 5rem;}
	.case-study p { display: block; text-align: left; font-size:2.0rem; font-weight:500;}
	.case-study p:last-child {margin-bottom: 0;}

	#stl-case-study-container .container-btn {margin:6rem 0 0; width:100%;}

	/* Remove for two column layout */
	@media screen and (min-width:992px) {
		.case-study .container:first-child {display:flex; align-items:center; flex-wrap:wrap; justify-content:space-between;}
		.case-study img {flex:0 1 auto; width:60%; min-width:60%; height:auto; padding:0; margin: 0;}
		#stl-case-study {width:35%;}
		.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%;}}


	#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;}



/*  Interior Bottom Features
  -------------------------------------------------------*/
	#stl-pepk-container, 
	#stl-gift-illustrator-container {
		display:none !important;
	}

	#stl-bottom-features-container > div {
		position:relative; 
		padding:5rem 12rem; 
		min-height:480px;
		display:flex; 
		flex-direction:column; 
		justify-content:center; 
		color:#fff; 
		text-align:center; 
		align-items:center; 
		background: url(/documents/H/humane-society-of-the-united-states/r2/images/feature-4.jpg) center center / cover no-repeat;
	}		
		#stl-bottom-features-container > div h2 {color: #ffcd03; font-weight:600; text-transform:uppercase; letter-spacing:4.8px; font-size:2.2rem; margin-bottom:3.2rem; position:relative; z-index:1;}
		#stl-bottom-features-container > div p, #stl-bottom-features-container > div li {font-size:2.4rem; font-weight:500; max-width:60.0rem; margin:0 auto 3.2rem; position:relative; z-index:1;}
		#stl-bottom-features-container > div .stlButton {position:relative; z-index:1; margin:0;}

	
	/*  Fund It -------------------------------------------------------*/
	#stl-bottom-features-container #stl-fund-it-container {background-image:url(/documents/h/humane-society-of-the-united-states/r1/css/css-images/sp_fundit.jpg);}
		#stl-bottom-features-container #stl-fund-it-container:after {display:none;}
		#stl-fund-it-container ul, #stl-fund-it-container li {list-style:none; padding:0; margin:0 !important;}
			#stl-fund-it-container a {color:#fff; box-shadow:none;}
				@media screen {
					#stl-fund-it-container a:after {
						display:inline-block;
						content:"";
						margin-left:10px; 
						height:1.6rem;
						width:1.6rem;
						background:url(/documents/h/humane-society-of-the-united-states/r1/css/css-images/arrow-aqua.svg) no-repeat;
					}
				}
				#stl-fund-it-container a:hover, #stl-fund-it-container a:focus {
					color: #019FCF;
				}


		#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,
		#for-professional-advisors-page #stl-fund-it-container,
		#ira-charitable-rollover-page #stl-fund-it-container {
			display:none;
		}	
	
	
	/*  PEPK -------------------------------------------------------*/	
		#stl-bottom-features-container .stl-pepk-promo-container {background-image:url(https://legacy.humanesociety.org/documents/h/humane-society-of-the-united-states/r1/css/css-images/sp_pepccalculate.jpg);}
		#wills-and-living-trusts-page #stl-pepk-container, #beneficiary-designations-page #stl-pepk-container, #endowed-gifts-page #stl-pepk-container {
			display:flex !important;
			flex-direction:column;
			align-items:center;
			justify-content:center;
		}
	
	
	
	/*  Gift Illustrator -------------------------------------------------------*/
		#stl-bottom-features-container #stl-gift-illustrator-container {background-image:url(https://legacy.humanesociety.org/documents/h/humane-society-of-the-united-states/r1/css/css-images/sp_pepccalculate.jpg);}
		#stl-gift-illustrator-container .GIfeature p:last-of-type {margin-bottom:0 !important;}
		#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:flex !important;
			flex-direction:column;
			align-items:center;
			justify-content:center;
		}
	

	@media screen and (min-width:992px) {
		#stl-bottom-features-container {display:flex;}
			#stl-bottom-features-container > div {flex:1;}
	}


/*  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 {}
	#ebrochure-pullout-container h2 {}
	#ebrochure-pullout-container p {}
	#ebrochure-pullout-container .stlButton {}

	#ebrochure-pullout-container {
		position:relative; 
		background:url(/documents/H/humane-society-of-the-united-states/r2/images/feature-brochure.jpg) center center / cover no-repeat; 
		padding:3.2rem 1.6rem; 
		text-align:center; 
		color:#fff; 
		min-height:400px; 
		display:flex; 
		align-items:center;
		margin-bottom:3rem;
	}
		#ebrochure-pullout-container:after {
			content:"";
			display:block;
			background-color: rgba(23,29,41,0.5);
			bottom: 0;
			left: 0;
			top: 0;
			position: absolute;
			width: 100%;
			z-index: 0;		
		}
		#ebrochure-pullout-container .container {position:relative; z-index:1;}
			#ebrochure-pullout-container h2 {color:#fff; position:relative; margin:0;}
				#ebrochure-pullout-container h2:after {
					content:"";
					display:block;
					width:50px;
					height:5px;
					margin:2.88rem auto 3.2rem;
					background-color: rgba(190,195,198,0.5);
				}
			#ebrochure-pullout-container p {font-size:2.2rem; font-weight:500; max-width:600px; margin-left:auto; margin-right:auto;}




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





/*  Giving Docs
  -------------------------------------------------------*/	

  /* Footer */
  #giving-docs-footer {padding:10px 0 5px 0; display:none;}
  body.giving-docs #giving-docs-footer {display:block;}
  #giving-docs-footer p {font-size:1.8rem;}

  /* Next Steps */
  .giving-docs-next-steps {display:none;}
  body.giving-docs .giving-docs-next-steps {display:block;}

  /* Styled like PEPK promo */
  #giving-docs-promo {display:none; background:#333; color:#fff; padding:25px; margin:40px 0 40px; text-align:center;}
  body.giving-docs #giving-docs-promo.ready {display:block;}

  /* Styled like ebro promo */
  #giving-docs-promo-alt {display:none; background:#162550; color:#fff; padding:25px ; margin:0 0 40px; text-align:center;}
  body.giving-docs #giving-docs-promo-alt.ready {display:block;}
  #giving-docs-promo-alt .stlButton {color:#162550; background:#fff;}

  /* Within page copy */
  #giving-docs-content-promo {display:none; background:#dcdee0; padding:25px; margin:40px 0 40px; text-align:left;}
  body.giving-docs #giving-docs-content-promo {display:block;}

  /* Within page copy, two col */
  @media screen and (min-width:768px) {
    body.giving-docs .intro-two-col {display:flex;}
    body.giving-docs .intro-two-col > div {width:60%;}
    body.giving-docs .intro-two-col #giving-docs-content-promo {width:40%; margin:0 0 0 40px;}
  }
  
  /* Hide other promos on certain pages */
  .giving-docs#beneficiary-designations-page .stl-pepk-promo-container, .giving-docs#retirement-plan-assets-page .stl-pepk-promo-container, .giving-docs#life-insurance-page .stl-pepk-promo-container {display:none !important;}

  /* For balance, display the pepc promo in the main column on pages where the right sidebar would be too long */
  .giving-docs#bank-or-brokerage-accounts-page .stl-pepk-promo-container.stl-pepc-promo {display:none;}
  .giving-docs#bank-or-brokerage-accounts-page .stl-pepk-promo-container.main-column {display:block;}


/*  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;}

	#stl-next-steps-container {padding:6rem 0; font-weight:500; font-size:2.0rem;}
		#stl-next-steps-container h2 {text-align:center; position:relative; margin-bottom:6.4rem;}
			@media screen {
				#stl-next-steps-container h2:after {
					content:"";
					display:block;
					width:8.0rem;
					height:.8rem;
					background-color: #bec3c6;
					margin:4.6rem auto 5.1rem;
				}
			}
			.next-steps-top ol {
				display:flex;
				flex-direction:column;
				list-style-type:none;
				margin:0;
				padding:0;
			}
			.next-steps ol li {
				position:relative;
				text-align:center !important;
				display:block;
				list-style-type:none;
				margin:0; 
				counter-increment:customlistcounter;
				padding-top:250px; 
			}
			.next-steps ol > li:before {
				display:block; content: "STEP "counter(customlistcounter);
				font-weight:bold; border: none;
				height: auto;
				top: auto;
				margin:0;
				color:#162550;
				font-size:3.9rem;
				text-align:center;
			}
			.next-steps ol:first-child {counter-reset: customlistcounter;}
			@media screen {
				.next-steps ol li:after {
					display:block;
					position:absolute;
					top:0;
					left:50%;
					transform: translateX(-50%);
					height:205px;
					width:205px;
					border-radius:50%;
			   		overflow:hidden;
				}
				.next-steps ol li:nth-child(1):after {
					content:url(/documents/h/humane-society-of-the-united-states/r1/css/css-images/sp_step1.jpg);
				}
				.next-steps ol li:nth-child(2):after {
					content:url(/documents/h/humane-society-of-the-united-states/r1/css/css-images/sp_step2.jpg);
				}
				.next-steps ol li:nth-child(3):after {
					content:url(/documents/h/humane-society-of-the-united-states/r1/css/css-images/sp_step3.jpg);
				}
				.next-steps ol li:nth-child(4):after {
					content:url(/documents/h/humane-society-of-the-united-states/r1/css/css-images/sp_step4.jpg);
				}
			}
			.next-steps-top ol li > span {
				display:block;
				margin:20px 0;
				padding:0 3.2rem;
			}
			@media screen and (min-width:992px){
				.next-steps-top ol {
					flex-direction:row;
				}
				.next-steps-top ol li {
					width:33%;
				}
				#donor-advised-funds-page .next-steps-top ol li {
				    width:25%;
				}
			}
		
		
			.next-steps-bottom {
				border:2px solid #999;
				display:flex;
				flex-direction:column;
				justify-content:space-around;
				align-items:center;
				padding:1.6rem;
			}
			.next-steps-bottom p {
				text-align:center;
			}
			.next-steps-bottom p strong {display:block;}


			@media screen and (min-width:768px){
				.next-steps-bottom {
					flex-direction:row;
				}
				.next-steps-bottom p {
					padding:0 4.8rem;
					text-align:center;
					width:33%;		
				}
			}







/*  Accordions / Toggles
-------------------------------------------------------*/
    .reg-toggle-container {margin-bottom:2rem;}
    .reg-toggle-box {background:#dcdee0; padding:20px 60px 20px 20px; cursor:pointer; position:relative; font-size:1.5rem; font-weight:600; letter-spacing:.05rem;}
    .reg-toggle-box:before {
	    background-image: url(/documents/H/humane-society-of-the-united-states/r2/images/arrow-down-black.svg);
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: contain;
	    content: "";
	    display: inline-block;
	    height: 1.5rem;
	    position: absolute;
	    right: 2rem;
	    top: calc(50% - 7px);
	    transition: transform 0.5s;
	    width: 1.5rem;
    }
    .reg-toggle-box .toggle-span {display:none;}
        .reg-content {display:none; padding:20px 20px 0; font-size:1.8rem; font-weight:500;}
            #stl-cms .reg-content .stlButton {width:auto;}

    /* Icon Active */
    .reg-toggle-box.stl-is-active:before {
	    transform: rotate(180deg);
	    transition: transform 0.5s;
    }


/*  Popup Forms
  -------------------------------------------------------*/	
    #custom-brochureform fieldset, 
	#brochureform fieldset, 
	#PEPCForm fieldset,
	#custom-DCGAbrochureform fieldset, 
	#custom-DAFbrochure 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, #daf-basics-custom-captcha {-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;}
	#custom-brochureform, #brochureform, #custom-DCGAbrochureform, #PEPCForm, #custom-DAFbrochureform {margin: 0; padding: 20px 25px 15px 25px; border-radius:0; background:#fff;}
	#custom-brochureform p, #brochureform p, #custom-DCGAbrochureform p, #PEPCForm p, #custom-DAFbrochureform p {margin:0 0 10px;}
	#custom-brochureform p:first-of-type, #brochureform p:first-of-type, #custom-DCGAbrochureform p:first-of-type, #PEPCForm p:first-of-type, #custom-DAFbrochureform p:first-of-type {margin: 15px 0 10px !important;}
	div.mfp-content .mfp-close {top:15px; right:15px;}
    #custom-brochureform .stlButton, #brochureform .stlButton, #custom-DCGAbrochureform .stlButton, #PEPCForm .stlButton, #custom-DAFbrochureform .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: flex; justify-content: 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%; 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; transform: scale(0.8); transition: all 0.2s ease-in-out;}
	.mfp-flyover.mfp-ready .mfp-content {opacity: 1; transform: scale(1);}


/*  Contact Us Page
  -------------------------------------------------------*/	
	.stl_ContactInfo {margin:0 0 4rem;}
	.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;}

	#contact-page #stl-page-copy-container {text-align:left; font-weight:500; font-size:2.0rem;}



    @media screen and (min-width:768px) {
    	#stl-contact-form-container {max-width:500px; margin:0 auto;}
			#contact-page #stl-contact-form-container .stl-input-field {width:100%;}
    }
	@media screen and (min-width:992px) {
		#contact-page #stl-contact-container {display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:4rem;}
			#contact-page #stl-contact-container:before {display:none;}
			#contact-page .stl_ContactWrapper {width:50%;}
				.stl_ContactInfo {margin:0;}
	}


/*  Articles
  -------------------------------------------------------*/	


	/* ---Beneficiary Designations Page ------------------------------------- */
	#beneficiary-designations-page #stl-page-copy-container ol {
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
		text-align:center;
		margin:4.8rem 0;
	}
	#beneficiary-designations-page #stl-page-copy-container ol > li:before {
			display:block; content: "STEP "counter(customlistcounter);
			font-weight:bold; border: none;
			height: auto;
			top: auto;
			margin:0 0 1rem;
			color:#fff;
			font-size:3.2rem;
			text-align:center;
		}
		#beneficiary-designations-page #stl-page-copy-container ol:first-child {counter-reset: customlistcounter;}
		#beneficiary-designations-page #stl-page-copy-container ol li {
			display:flex;
			flex-direction:column;
			justify-content:center;
			align-items:center;
			margin-bottom:3.2rem;
			padding:2.0rem;
			counter-increment:customlistcounter;
			font-weight:100;
			font-size:1.6rem;
			background:#009ED0;
			color:#fff;
			height:255px;
			width:255px;
			border-radius:50%;
	   		overflow:hidden;
		}
		#beneficiary-designations-page #stl-page-copy-container ol li span {
			display:block;
			width:100%;
		}
	
	@media screen and (min-width:768px){
		#beneficiary-designations-page #stl-page-copy-container ol li {
			width:300px;
			height:300px;
		}
	}
	@media screen and (min-width:992px){
		#beneficiary-designations-page #stl-page-copy-container ol {flex-direction:row; justify-content:space-between;}
		#beneficiary-designations-page #stl-page-copy-container ol li {
			height:250px;
			width:250px;
			font-size:1.6rem;
			padding:2.4rem;
		}
	}
	@media screen and (min-width:1400px){
		#beneficiary-designations-page #stl-page-copy-container ol li {
			height:300px;
			width:300px;
			font-size:2rem;
			padding:2rem;
		}
	}

	/* --- IRA Page, Appreciated Securities ------------------------------------- */
	#ira-charitable-rollover-page #stl-page-copy-container,
	#appreciated-securities-page #stl-page-copy-container,
	.article-page #stl-page-copy-container {
		text-align:left;
	}



	/* --- Legacy Society Page ------------------------------------- */
	#society-member-benefits {display:none;}
	#legacy-society-page #society-member-benefits {display:block;}


	#legacy-society-page .member-benefits {
		position:relative; 
		background:url(/images/h/humane-society-of-the-united-states/r1/sp_societymembership1548x530.jpg) center center / cover no-repeat; 
		padding:7rem 1.6rem; 
		text-align:center; 
		color:#fff; 
		min-height:400px; 
		display:flex; 
		align-items:center;
	}
		#legacy-society-page .member-benefits .container {position:relative; z-index:1;}
			#legacy-society-page .member-benefits h2 {color:#fff; position:relative; margin:0;}
				#legacy-society-page .member-benefits h2:after {
					content:"";
					display:block;
					width:50px;
					height:5px;
					margin:2.88rem auto 3.2rem;
					background-color: rgba(190,195,198,0.5);
				}
			#legacy-society-page .member-benefits p {font-size:2.2rem; font-weight:500; max-width:600px; margin-left:auto; margin-right:auto;}

	#legacy-society-page #stl-bottom-features-container > div {padding:5rem 7rem;}
	#legacy-society-page #stl-bottom-features-container .feature-group:first-child {background-image:url(/documents/h/humane-society-of-the-united-states/r1/css/css-images/sp_fundit.jpg);}
	#legacy-society-page #stl-bottom-features-container .feature-group:last-child {background-image:url(/documents/h/humane-society-of-the-united-states/r1/css/css-images/sp_pepccalculate.jpg);}



    /* 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 #efefef; border-radius:5px; padding:20px; margin-bottom:20px; display:flex; 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:flex; justify-content:space-between;}
        #stl-callout-container .stl_Callout {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:flex; flex-direction:column; 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:flex; justify-content:center; align-items:flex-start;}
    .meet-our-donors-text {flex-grow:1; width:calc(100% - 150px);}
    
    @media screen and (min-width:768px) {
        .meet-our-donors-teaser {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: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:flex; flex-direction:column; justify-content:space-between;}
    .stl-teaser-thumb {width:250px; min-width:250px; height:250px;}
    .stl-teaser-thumb a {height:100%; overflow:hidden; display:flex; justify-content:center; align-items:flex-start; box-shadow:none !important;}
    .stl-teaser-text {flex-grow:1; width:calc(100% - 150px);}
	.stl-teaser-text p:not(:first-child) {display:inline;}

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

    /* Legacy Society Member List Styling */
    ul.member-listing {margin: 0 0 3.2rem 0;}
    .member-listing li {list-style-type: none;}

    @media screen and (min-width:768px){
        ul.member-listing {column-count: 2;}
    }


/*  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:#dcdee0; margin-bottom:0; padding:20px 0; text-align:center; position:relative;}
    #stl-pepc-form-container:before {display:block; content:''; background:#dcdee0; 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: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; display:flex; padding:10rem 20px 0;}
        #stl-pepc-form-container form {display:flex; justify-content:center; align-items:center;}
        #stl-pepc-form-container img {max-width:45%; margin-top:-40px; margin-right:5%;}
        #stl-pepc-form-container form img {margin-top:0; max-width:50%;}
        #stl-pepc-form-container img, #stl-pepc-form-container fieldset {flex-grow:1; flex-basis:0;}

        #stl-pepc-content-block-container .content-section {flex:0 0 50%; max-width:50%; display:flex; flex-direction:row-reverse; align-items:flex-start; 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 h3 {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;}
	#stl-pepc-download-content-block-container .content-section a {box-shadow:none;}
    #stl-pepc-download-content-block-container .content-section img { width:300px; margin-bottom:1rem; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25); }
    
    @media only screen and (min-width:768px) {
        #stl-pepc-download-content-block-container .content-row {display:flex;}
        #stl-pepc-download-content-block-container .content-section {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:#efefef; padding:20px;}
    #stl-planning-toolkit-form-container input {width:100%;}
    #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-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:flex; flex-direction:column;}
        #stl-planning-toolkit-form-container .user-form {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: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:flex; 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 #162550;
      border-radius: 50%;
      animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #162550 transparent transparent transparent;
    }
    .lds-ring div:nth-child(1) {
      animation-delay: -0.45s;
    }
    .lds-ring div:nth-child(2) {
      animation-delay: -0.3s;
    }
    .lds-ring div:nth-child(3) {
      animation-delay: -0.15s;
    }
    @keyframes lds-ring {
      0% {
        transform: rotate(0deg);
      }
      100% {
        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:flex; margin:0 -20px;}
        #stl-planning-toolkit-resources-container .content-section {display:flex; flex-direction:column; 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 {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:flex; flex-direction:row-reverse; justify-content:space-between; margin-top:40px;}
    #stl-announcement .btn-row .stlButton {width:calc(50% - 20px) !important; display:flex; justify-content: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 #162550; color:inherit; background:none;}
    .mfp-content #stl-announcement #announcement-nothanks {background:#ccc; color:inherit;}
    

/*  Custom and Standard Forms (includes ebrochure form)
  -------------------------------------------------------*/
	form {font-size:1.8rem; font-weight:500;}
    #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 {transition:.5s all ease;}
    #stl-cms form.stl-custom-form .visible-after-submit {height:0; opacity:0; transition:.5s opacity ease, .5s height ease; /*background:#efefef;*/}
    #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; transition:transform .2s ease-out; display:block; margin-bottom:5px;}
    .stl-input-field.active label {}

	/* Checkbox   
	-------------------------------------------------------*/	
		/* hide default checkbox (aka visuallyhidden) */
		input[type='checkbox'] {border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px;}			
		/* Label following checkbox */
		#stl-cms input[type='checkbox'] + label {position:relative; padding-left:30px; cursor:pointer;}		
		/* checkbox replacement */
		input[type='checkbox'] + label:before {
			content: '';
			position: absolute;
			left:0;
			top:2px;
			display: block;
			width: 20px;
			height: 20px;
			border:1px solid #767676;
			border-radius:3px;
		}
		/* checked */
		input[type='checkbox']:checked + label::before {background: #162550;}
		input[type='checkbox']:checked + label::after {content:''; position:absolute; top:8px; left:4px; border-left:2px solid #fff; border-bottom:2px solid #fff; height:6px; width:12px; transform:rotate(-45deg);}		
		/* disabled */
		input[type='checkbox']:disabled + label {color:#575757;}
		input[type='checkbox']:disabled + label::before {background:#efefef;}		
		/* focus */
		input[type='checkbox']:focus + label::before {outline: rgb(59, 153, 252) auto 5px;}		    

    /* 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, .stl-input-field.invalid select {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, .stl-input-field.valid select {border-color:#5cb85c;}

    /* Validation */
    .stl-input-field .validation:after {content:""; font-family:'FontAwesome'; position:absolute; 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.5rem; 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; transition:.2s all;}
    #stl-cms form .submit-text.visible {opacity:.8;}

	/* .stl-standard-form   
	-------------------------------------------------------*/
	fieldset {padding:0; border:0; margin-bottom:20px;}
	.stl-standard-form legend {font-weight:bold; margin-bottom:20px;}
	.textbox {margin-bottom:20px;}
	.stl-standard-form input[type="text"], .stl-standard-form input[type="email"], .stl-standard-form textarea,
    form input[type="text"], form input[type="email"], form textarea, form select {font:inherit; font-size:1.8rem; font-weight:500; border-radius:5px; border:1px solid #999; padding:8px; width:100%;}
	#contactReCaptcha, .contact-page #reCaptcha, #gift-intention-captcha, #standard-form-captcha, #ebroReCaptcha, #dcgaReCaptcha {margin:2.5rem 0 1rem;}
	.stl-standard-form label {display:block; margin-bottom:5px;}
	.stl-standard-form br {display:none;}

	@media only screen and (min-width:768px) {
		.stl-standard-form input[type="text"], .stl-standard-form input[type="email"], .stl-standard-form textarea {width:50%;}       
		#stl-container .stl-input-field {width:50%;}
		#planning-toolkit-form .stl-input-field, #stl-pepc-form-container .stl-input-field {width:100%;}
		    #stl-container .stl-input-field input,  #stl-container .stl-input-field textarea, #home-intention-form input {width:100%;}	
	}     


	#humane-legacy-confidential-reply-form-page #letter-of-intent-form .group {margin-bottom:3rem;}


    @media screen and (min-width:768px) {
		#loi-form #state-zip {display:flex; max-width:50%;}
			#loi-form #state-zip #ebro-state {width:calc(100% - 2rem);}
    }




	/* popup callout */
	#stl-popup-callout {
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,.75);
		background:#FFCD00;
		width:320px;
		position:fixed;
		bottom:-100px;
		right:20px;
		z-index: 1023;
		display:none;
	}
	#stl-popup-callout a {
		color:#000;
		display:block;
		font-family: "freight-sans-pro", sans-serif;
		font-size:17px;
		font-weight:bold;
		line-height:1.4em;
		margin:0;
		padding:20px 0px 20px 15px;
		text-decoration:none;
		margin-right:30px;
	}
	#stl-popup-callout a span {
		text-decoration:underline;
	}
	#stl-popup-callout button.close {
		background:transparent;
		border:none;
		color:#000;
		font-size:28px;
		opacity:1;
		text-shadow:none;
		position:absolute;
		right:1px;
		top:-1px;
		cursor:pointer;
	}
	#stl-popup-callout button.close:hover {
		text-decoration:none;
	}



/*  Question Widget
  -------------------------------------------------------*/
    #stl-question-widget {position:fixed; bottom:20px; right:20px; opacity:0; transition:.5s all; border-radius:50px; width:52px; height:52px; max-width:52px; background:#efefef; color:#444; display:flex; justify-content:center; align-items:center; box-shadow: 0 0px 7px rgba(0,0,0,0.4); transition:.2s all; z-index:5;}
        #stl-question-widget .widget-toggle {display:flex; justify-content: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; 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; transition:.2s opacity; transition-delay:.2s; transition-property:opacity;}

    /* widget appears on scroll */
    #stl-question-widget.visible {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; margin:initial !important; padding:initial !important; min-height:auto !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;
            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 !important;}
        #dcga-container, #stl-page-copy-container {margin:1.5rem 0 0 !important;}

        /* Hide specific sections */
        #stl-banner .hero-cta-link-wrapper, .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;
			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, label, .home-feature a, .sub-middle-section li, #stl-cms .stlButton {margin-bottom:1em !important; font:normal 12pt/1.5 Georgia, "Times New Roman", Times, serif !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;
        	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 !important;}
        #stl-container h3 {font-size: 18pt; margin:1rem 0 1.25rem !important;}

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

        /* Links */
        body a {word-wrap:break-word;}
        body a:after {content: " (" attr(href) ")"; font-size:80%; font-weight:normal; color:#666;}
        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 {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;}
    }
    

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

 /*Endowed Gift */
.ge-endow {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;}

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