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

	Date: 10/23/19
	Site: National Trust for Historic Preservation, A0011067
	Web Developer: Brian Burrier

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

  Find/replace default color #2084b8
/*

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

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

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

    /* Force uppercase */
    .force-upper {text-transform: uppercase !important;}
    /* Force lowercase */
    .force-lower {text-transform: lowercase !important;}
    
    /* Serial comma */
    .serial-comma {display:none !important; visibility:hidden !important;}

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

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

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

    /* 	Photos and Captions */
    .stl-photo-wrap .stl-photo-caption {font-size:0.9em;}
    @media screen and (max-width:991px){.stl-photo-wrap.stl-right, .stl-photo-wrap.stl-left {float:none;}} /* Removes float from images on screens less than 992px */
    @media screen and (min-width:992px){
        .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:100%; max-width:1200px; margin:0 auto; padding:0 15px;}
	#stl-container {display:block; margin-top:30px;}
	.home-page #stl-container {margin-top:0;}
	.interior-container {width:100%;}

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

	@media screen and (max-width:992px) {
		.interior-container + .interior-container {display:flex; flex-direction:column;}
        #for-professional-advisors-page.interior-two-col .interior-container + .interior-container, #personal-estate-planning-kit-page.interior-two-col .interior-container + .interior-container, #personal-estate-planning-kit-download-page.interior-two-col .interior-container + .interior-container, #personal-estate-planning-kit-download-page.interior-one-col .interior-container + .interior-container {display:none;}
	}

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

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

/*  Typography
  -------------------------------------------------------*/
	/* Links/Buttons */
	.sub-middle-section a,
	.stl-white-popup a, /* Journey popup */
	.getting-started-suggestion li a /* Get Started popup */ {
		cursor:pointer;
	}
	#stl-home-features a.arrow-link {position:relative;}
	#stl-home-features a.arrow-link:after {
		content:"\f178";
		font-family:FontAwesome;
		padding-left:10px;
	}	
	.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 {
		
	}
	#stl-cms .stlButton, .mfp-content #stl-announcement .mfp-close.stlButton, .GIfeature .lightbox, #skip-link {
		background: #41ade5;
		border: 2px solid #41ade5;
		border-radius: 3px;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8125rem;
		font-weight: bold;
		line-height: 1.23077em;
		padding: 0.92308em 2em 0.76923em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		transition: background 0.2s, border-color 0.2s, color 0.2s;
		vertical-align: middle;
		opacity:1;
	}
	#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: #2084b8;
		border-color: #2084b8;      
    }

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

	.header__skip:focus {color: #fff; margin-top: 0;}
   
	/* 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 {margin-bottom:1em;}	
	.sub-middle-section p:not(.ck-quote__text), .sub-middle-section table, .sub-middle-section form {line-height:2;}
	.sub-middle-section p.ck-quote__text {margin:0;}
/* 	.sub-middle-section blockquote {margin:0 20px 1em; padding:3px 15px; border-left:4px solid #ddd;} */
	.sub-middle-section small {font-size:14px;}

	/* Match the color, margins/padding, font size, etc... to the client's site for all headers */
	h1, .h1, h2, .h2, h3, .h3, h4, .h4 {margin-top:0;} /* Headings Reset */
	.subpage .stl-page-title {margin-bottom:40px;} /* Page title styles */    
	.home-page h2.stl-page-subtitle {margin-bottom:45px;}

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

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

	/* Lists */
	.main-copy ol li {list-style:decimal;}
	.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:992px){
        #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 (min-width:992px) {
    	.home-page h2.stl-page-subtitle {font-size:54px;}
    	.sub-middle-section h2:not(.stl-page-subtitle):not(.ck-callout__heading) {font-size:28px;}
    	#stl-cms .sub-middle-section #stl-home-features .nearby-places h2 {font-size:3.2rem;}
    }


/*************************************************************************************************************
//////////////////////     Client Selection Overrides
*************************************************************************************************************/
	/* Client specific overrides can go in this section */
	/* Popup border and close button color */
	.mfp-content {border-color:#2084b8;}
	div.mfp-content .mfp-close {color:#2084b8;}
	.getting-started-popup div.mfp-content .mfp-close, div.mfp-content .mfp-iframe-scaler .mfp-close {color:#fff; background:#2084b8;}

	@media (min-width: 810px) {
		.footer__contact {margin-left:0;}		
	}


/*  Header / Footer
  -------------------------------------------------------*/
	.stl-header .container {display:flex; flex-direction:row; justify-content:space-between; align-items:center; padding:20px 15px;}
	.client-logo {display:block;}

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

	@media screen and (max-width:991px){
		.footer-right a {padding:11px;}
	}
	@media screen and (min-width:992px) {
		.footer-bottom {flex-direction:row; justify-content:space-between;}
	}

/*  Top Navigation
  -------------------------------------------------------*/
	#nav-toggle .stl-menu-text {display:block; font-size:1.4rem; color:#2084b8;}
	#stl-cms ul#rightnav {margin:0; border:none;}
	#stl-cms ul#rightnav li a {cursor:pointer;}

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

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

		/* Mobile Nav Collapsed */
		.header__toggle {display:block;}
		.navigation {display:block; position:fixed; height:100%; width:100%; top:-100%; background: #f4f2f5; z-index:100; overflow-y:auto; -webkit-overflow-scrolling: touch; transition: left 0.4s ease-in-out, top 0.4s ease-in-out; }
		.navigation.nav-active {top:60px;}
		ul#rightnav li.onTrail ul {max-height:0; overflow:hidden; transition:500ms; padding:10px 0;}
		ul#rightnav ul[aria-hidden="false"] {border-bottom:1px solid #E7E8E9;}
		#stl-cms ul#rightnav li.onTrail ul[aria-hidden="false"] {max-height:400px; transition:1s;}
		#stl-cms ul#rightnav {margin:0; padding:0 !important;}
		#stl-cms ul#rightnav li a {
			color: #2084b8;
			display: block;
			font-size: 18px;
			padding: 10px 35px 10px 50px;
			position: relative;
			transition: color 0.2s ease-in-out;
			border:none;
			}
		#stl-cms ul#rightnav li.onTrail li a {padding: 10px 35px 10px 50px; position:relative;}
			#stl-cms ul#rightnav li.onTrail li a:after {
				border: 2px solid #2084b8;
				border-radius: 50%;
				content: '';
				display: block;
				position: absolute;
				height: 6px;
				left: 35px;
				top: 17px;
				width: 6px;				
			}
		#stl-cms ul#rightnav li.onTrail li a:hover, #stl-cms ul#rightnav li.onTrail li a:focus {color: #171e2c;}
		#stl-cms ul#rightnav li.sectionhome a, #stl-cms ul#rightnav > li > a {
			transition: color 0.2s ease-in-out;
			padding:25px; font-size: 20px; 
			border-bottom: 1px solid #E7E8E9; 
			display:block; 
			color:#00689e;
			line-height:1.2;
			position:relative;
		}
		#stl-cms ul#rightnav > li > a:not(:only-child):after {
			content:"";
			width:7px;
			height:10px;
			background:url(/documents/N/national-trust-for-historic-preservation/r0/images/arrow.svg) 0 0 no-repeat;
			transition: transform 0.2s ease-in-out;
			font-family:FontAwesome;
			position:absolute; 
			top:50%;
			right:35px;
			transition: all 500ms ease;		
			transform-origin: center center;
			transform:translateY(-50%);
		}
		#stl-cms ul#rightnav li.sectionhome a:hover:after, #stl-cms ul#rightnav > li > a:hover:after,
		#stl-cms ul#rightnav li.sectionhome a:focus:after, #stl-cms ul#rightnav > li > a:focus:after {
			    transform: translate(100%, -50%);
		}


		#stl-cms ul#rightnav li.sectionhome a:hover, #stl-cms ul#rightnav > li > a:hover,
		#stl-cms ul#rightnav li.sectionhome a:focus, #stl-cms ul#rightnav > li > a:focus {
			color: #2084b8;
		}	
		#stl-cms ul#rightnav > li > a[aria-expanded="true"]:after {transform:rotate(90deg);}

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

	}
	@media screen and (min-width:992px) {
		#nav-toggle, .social-mobile {display:none;}
		#stl-cms ul#rightnav {margin:0; padding-left:310px; display:flex; flex-wrap:nowrap; padding-top:20px; justify-content:space-evenly}
		#stl-cms ul#rightnav > li {display:inline-block; line-height:normal; position:relative; width:auto;}
		#stl-cms ul#rightnav li li a {
			color: #2084b8;
			display: block;
			font-size: 16px;
			padding: 10px 35px 10px 30px;
			position: relative;
			transition: color 0.2s ease-in-out;	
			border:none;
			line-height:initial;		
		}
		#stl-cms ul#rightnav li li a:after {
			border: 2px solid #2084b8;
			border-radius: 50%;
			content: '';
			display: block;
			position: absolute;
			height: 6px;
			left: 15px;
			top: 17px;
			width: 6px;			
		}
		#stl-cms ul#rightnav li li a:hover, #stl-cms ul#rightnav li li a:focus {color: #171e2c;}
		#stl-cms ul#rightnav li.onTrail > a, #stl-cms ul#rightnav li.sectionhome a, #stl-cms ul#rightnav > li > a {
			border:none; 
			background: none;
			color: #00689e;
			display: block;
			font-weight: normal;
			text-align: left;
			transition: color 0.2s ease-in-out;
			width: 100%;
			font-size: 14px;
			padding: 0 20px 0 10px;
			line-height: 80px;	
			position:relative;
			line-height:1.3;
		}
		#stl-cms ul#rightnav li.onTrail ul {
			display:block;
			position: absolute;
			background: #fff;
			border-bottom: 1px solid #E7E8E9;
			border-top: 1px solid #E7E8E9;
			height: auto;
			opacity: 0;
			top: 50px;
			left:0;
			visibility: hidden;
			transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
			padding:30px 20px;
			white-space:nowrap;
		}
		#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 {
			opacity: 1;
			transition: opacity 0.4s ease-in-out;
			visibility: visible;
			max-height:1000px; 
		}
		#stl-cms ul#rightnav li.onTrail li {display:block;}

		#stl-cms ul#rightnav li.onTrail > a:after {
			content:"";
			width:7px;
			height:10px;
			background:url(/documents/N/national-trust-for-historic-preservation/r0/images/arrow.svg) 0 0 no-repeat;
			transition: transform 0.2s ease-in-out;
			font-family:FontAwesome;
			position:absolute; 
			top:50%;
			right:5px;
			transition: all 500ms ease;		
			transform-origin: center center;
			transform: translate(0, -40%) rotate(90deg) scale(0.85);
		}
		#stl-cms ul#rightnav li.onTrail > a:hover:after, #stl-cms ul#rightnav li.onTrail > a:focus:after {
			transform: translate(0, -30%) rotate(90deg) scale(0.85);
		}
		#stl-cms ul#rightnav li.onTrail > a[aria-expanded="true"]:after {
			transform: translate(0, -40%) rotate(-90deg) scale(0.85) !important;
		}

	}
	@media (min-width: 1075px) {
		#stl-cms ul#rightnav li.onTrail > a, #stl-cms ul#rightnav li.sectionhome a, #stl-cms ul#rightnav > li > a {padding:0 30px 0 10px;}
		#stl-cms ul#rightnav li.onTrail a:after {right:15px;}
	}
	@media (min-width: 1200px) {
		#stl-cms ul#rightnav {padding-left:365px}
		#stl-cms ul#rightnav {padding-top:30px;}
		#stl-cms ul#rightnav li.onTrail > a, #stl-cms ul#rightnav li.sectionhome a, #stl-cms ul#rightnav > li > a {padding:0 25px 0 10px;}
		#stl-cms ul#rightnav li.onTrail a:after {right:10px;}
		#stl-cms ul#rightnav li li a {font-size:18px;}
	}	
	@media (min-width: 1300px) {
		#stl-cms ul#rightnav {padding-left:365px}
		#stl-cms ul#rightnav li.onTrail > a, #stl-cms ul#rightnav li.sectionhome a, #stl-cms ul#rightnav > li > a {padding:0 20px 0 25px;}
	}	
	@media (min-width: 1400px) {
		#stl-cms ul#rightnav li.onTrail > a, #stl-cms ul#rightnav li.sectionhome a, #stl-cms ul#rightnav > li > a {font-size:18px; padding:0 20px 0 25px;}
	}	
	@media (min-width: 1500px) {
		#stl-cms ul#rightnav li.onTrail > a, #stl-cms ul#rightnav li.sectionhome a, #stl-cms ul#rightnav > li > a {padding:0 30px 0 25px;}
		/* #stl-cms ul#rightnav li.onTrail a:after {right:30px;} */
	}	

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

/*  Banner/Intro
  -------------------------------------------------------*/
	/* update with client specific background-image */
	#stl-banner {
		min-height:400px; 
		background-color:#000;
		background-image:url(/documents/N/national-trust-for-historic-preservation/r0/images/banner-home.jpg); 
		background-position:center center; 
		background-repeat: no-repeat; 
		background-size:cover; 
		position:relative;
	}
		.stl-banner-overlay {
			background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);	
			height:100%;
			position:absolute;
			right:0;
			left:0;
		}
		#stl-banner .stl-page-title {
			color:#fff; 
			text-shadow: 0 3px 0 rgba(23,30,44,0.8);
			text-align:center;
			max-width:none;
			position:absolute;
			left:50%;
			top:13%;
			margin:0; 
			padding:0;
			transform:translateX(-50%);
			width:100%;
		}
        .home-page #stl-banner .ck-captioned-photo__caption {display:none;}
        
	@media (min-width: 700px) {
		#stl-banner .stl-page-title {
			font-size:2.65625em
		}

		.home-page #stl-banner .ck-captioned-photo__caption {display:block; position:absolute; bottom:-40px; right:20px; margin:0; padding:0;}
	}
	@media (min-width: 810px) {
		#stl-banner .stl-page-title {
			font-size:3.75em
		}
	}
	@media (min-width: 1000px) {
		#stl-banner .stl-page-title {
			font-size:4.6875em
		}
	}
	@media (min-width: 1200px) {
		#stl-banner {padding:0; height:500px;}
		#stl-banner .stl-page-title {
			font-size:5.3125em
		}
	}
	@media (min-width: 1600px) {
		#stl-banner {padding:0; height:623px;}
	}
    
/*  Whats New
  -------------------------------------------------------*/
	.hotnews {display:none !important;}

/*  Home Features 
  -------------------------------------------------------*/    

    /* Photo Attributions */
    #stl-home-features .attribution a {color:rgba(255,255,255,0.8);}
    #stl-home-features .ck-captioned-photo__caption {padding:20px 0 0; margin:0; line-height:1;}
        #stl-home-features .ck-captioned-photo__caption p {line-height:1.5;}

  	
  		.ck-callout__text {overflow:visible; height:auto; display:block !important;}
  		.ck-callout__text:after {display:none;}
    #stl-home-pepc-container {padding:50px 20px; text-align:center;}
    #stl-home-pepc-container img {max-width:291px; margin-bottom:30px;}


	@media (min-width: 420px) {
		#stl-home-features .ck-captioned-photo__caption {position:absolute; bottom:-40px; z-index:10;}
		#stl-home-features .attribution {bottom:12%;}
	}


	@media screen and (min-width:768px) {
		#stl-home-features {margin-top:40px;}
		#stl-home-pepc-container {position:relative; padding-bottom:0; text-align:left;}
			#stl-home-pepc-container:after {
        		content:"";
        		display:block;
				position: absolute;
				top: 0;
				bottom: 0;
				right: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background:#fff;
				transform: skewY(-3deg);
				transform-origin: bottom right; 
				z-index:0;				
			}
			#stl-home-pepc-container .container {position:relative; z-index:1; max-width:980px; display:flex; justify-content:space-between;}	
				#stl-home-pepc-container .flex-img {margin-right:50px;}
					#stl-home-pepc-container img {margin-bottom:0;}
				#stl-home-pepc-container h2 {margin-top:30px;}
	}
	@media screen and (min-width:810px) {
		#stl-home-features .ck-captioned-photo__caption {padding:0; top:-25px;}
	}
	@media screen and (max-width:767px) {
		#stl-home-features .nearby-places > p {padding-bottom:0;}
		.ck-callout {margin-top:0;}
		.ck-two-column {margin:0;}
	}

/*  Footer Contact
  -------------------------------------------------------*/
    .footer-contact {background:#00689E; color:#fff; padding:50px 20px; line-height:2; text-align:center;}
    	.footer-contact p {font-size:20px;}

	@media screen and (min-width:768px) {
		.footer-contact {padding-top:9vw; padding-bottom:75px;}
			#stl-home-pepc-container:after {
        		content:"";
        		display:block;
				position: absolute;
				top: 0;
				bottom: 0;
				right: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background:#fff;
				transform: skewY(-3deg);
				transform-origin: bottom right; 
				z-index:0;				
			}
			#stl-home-pepc-container .container {position:relative; z-index:1; max-width:980px; display:flex; justify-content:space-between;}	
				#stl-home-pepc-container .flex-img {margin-right:50px;}
					#stl-home-pepc-container img {margin-bottom:0;}
				#stl-home-pepc-container h2 {margin-top:30px;}

		.subpage .footer-contact {margin-top:150px; padding-top:50px; position:relative;}
			.subpage .footer-contact:after {
        		content:"";
        		display:block;
				position: absolute;
				top: 0;
				bottom: 0;
				right: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background:#00689E;
				transform: skewY(-3deg);
				transform-origin: top left; 
				z-index:0;					
			}
				.subpage .footer-contact .contain {position:relative; z-index:1;}
	}


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

/*  Photo Attributions
  -------------------------------------------------------*/
    .ck-captioned-photo {margin-top:0;}
    .attribution p {margin:0;}


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

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

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

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

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

	/* Getting Started and Gift Illustrator popup styling */
	.getting-started-popup div.mfp-content .mfp-close, div.mfp-content .mfp-iframe-scaler .mfp-close {top:-15px; right:-15px;}
	.getting-started-popup div.mfp-content .mfp-close:hover, .getting-started-popup div.mfp-content .mfp-close:focus, div.mfp-content .mfp-iframe-scaler .mfp-close:hover, div.mfp-content .mfp-iframe-scaler .mfp-close:focus {opacity:1;}
	.gift-illustrator-popup .mfp-iframe-scaler {height:100%; width:100%; top:0; left:0; background:#fff !important; overflow:hidden; padding:0;}
	.gift-illustrator-popup iframe {background:#fff !important; position:absolute; top:0; bottom:0; left:0; right:0; overflow:auto; -webkit-overflow-scrolling:touch;}
	.mfp-container {display: 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:991px) {
		div.mfp-content {margin:20px auto;}
		#brochureform, #DCGAbrochureform, #PEPCForm {padding: 20px 15px 15px 15px;}
	}

	@media only screen and (min-width:992px) {
		.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 and Forms
  -------------------------------------------------------*/	
	.stl_ContactInfo {margin:20px 0;}	
    .contact-page .stl_ContactInfo:nth-of-type(1) .stl_ContactName {display:inline;}
    .stl_ContactPhoto {display:block;}
		.stl_ContactName {font-weight:bold;}
		.stl_ContactTitle {font-style:italic;}

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

        /* Contact Image
		#stl-contact-container {position:relative;}
		#stl-contact-container:before {
			content:"";
			display:block;
			width:100%;
			height:470px;
			background:url(/documents/N/national-trust-for-historic-preservation/r0/images/pg-team-sq.jpg) left top no-repeat;
			background-size:contain; 
		} 
		*/
		@media screen and (min-width:768px) {
			#stl-contact-container:before {
				width:calc(100% - 350px);
				height:calc(100% - 20px);
				position:absolute;
				right:0;
				top:0;
				background-position: right top;
			} 
		}

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

    fieldset {padding:0; border:0;}


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


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

    /* Article Callouts */
    #stl-callout-container {margin-bottom:40px;}
    .stl_CalloutList, .stl_CalloutTitle {display:none;}
    #stl-callout-container .stl_CalloutList, #stl-callout-container .stl_CalloutTitle {display:block;}
    .stl_Callout {border:1px solid #ddd; border-radius:5px; padding:20px; margin-bottom:20px; display: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:992px) {
        #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:992px) {
        .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:150px; min-width:150px; height:150px;}
    .stl-teaser-thumb a {height:100%; overflow:hidden; display:flex; justify-content:center; align-items:flex-start;}
    .stl-teaser-text {flex-grow:1; width:calc(100% - 150px;)}

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

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

    #stl-pepc-content-block-container {padding:25px 0;}
    #stl-pepc-content-block-container .content-row {display: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:992px) {
        #stl-pepc-form-container {margin-top:50px;}
        #stl-pepc-form-container form {display:flex; justify-content:center; align-items:center;}
        #stl-pepc-form-container img {max-width:207px; margin:-50px 25px 20px 0;}
        .interior-one-col #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.interior-two-col .interior-container:first-of-type {margin-right:0;}
    }

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

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

        .interior-two-col #stl-pepc-form-container {float:right; width:calc(50% - 30px); padding:20px; margin-top:30px; margin-left:30px;}
        .interior-two-col #stl-pepc-form-container:before {display:none; content:'';}
        .interior-two-col #stl-pepc-form-container form {display:block; text-align:center;}
        .interior-two-col #stl-pepc-form-container form img {max-width:207px; margin:-100px auto 15px auto;}
        .interior-two-col #stl-pepc-form-container fieldset {text-align:center;}
        .interior-two-col #stl-pepc-form-container fieldset label, .interior-two-col #stl-pepc-form-container fieldset input {text-align:left;}
    }
     @media screen and (min-width:1200px) {

     }

/*  PEPC Download Page
  -------------------------------------------------------*/	
    #stl-pepc-download-content-block-container .content-section {margin-bottom:30px;}
    @media only screen and (min-width:992px) {
        #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:#ddd; padding:20px;}
    #stl-cms form input[type="checkbox"] {float:left; margin:3px 10px 15px 0; font-size:1.6rem;}
    #stl-cms form .stl-checkbox {/*display:flex; align-items:flex-start;*/ margin-bottom:20px;}
    #stl-cms form .stl-checkbox .large {font-size:1.8rem; font-weight:bold; line-height:1;}
    #stl-cms form .stl-checkbox .small {display:block; margin-top:10px; margin-left:25px; margin-bottom:35px;}
/*     #planning-toolkit-page .resources {background:url(/documents/N/national-trust-for-historic-preservation/r0/images/banner-contact.jpg) 0 0 no-repeat; padding-top:380px;} */

    /* 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:992px) {
        #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:400px; }
    }
    @media screen and (max-width:991px) {
        #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;}
    }
    @media screen and (min-width:1200px) {
    	#planning-toolkit-page .resources {background-size:55%;}
    }

    /* 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 #2084b8;
      border-radius: 50%;
      animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #2084b8 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 .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:992px) {
        #stl-planning-toolkit-resources-container .content-row {display:flex; 0}
        #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 #2084b8; color:inherit; background:none;}
    .mfp-content #stl-announcement #announcement-nothanks {background:#ccc; color:inherit;}
    

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

    /* Same page form submission confirmation text */
    #stl-cms form.stl-custom-form .spinner {display:none;}
    #stl-cms form.stl-custom-form .hidden-after-submit {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:#ddd;*/}
    #stl-cms form.stl-custom-form.loading .spinner {display:block;}
    #stl-cms form.stl-custom-form.after-submit .hidden-after-submit {height:0; width:0; opacity:0; display:none;}
    #stl-cms form.stl-custom-form.after-submit .visible-after-submit {display:block;height:auto;width:auto;opacity:1;/* padding:20px; */}

    .stl-input-field {position:relative; margin-bottom:1.25rem;}
    #stock-form {padding:1.5rem;}
    	#stock-form legend {margin-bottom:1.5rem;}
    	#stock-form p {margin-bottom:1rem;}

		#stl-modal {text-align:center; padding:1.5rem; line-height:1.7}
    	#stl-modal img {width:200px; box-shadow:0px 0px 3px 1px rgba(32, 132, 184, .5); margin:1.5rem;}

    /* Label */
    .stl-input-field label {top:0; left:0; transition:transform .2s ease-out; display:block; margin-bottom: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-cms .stl-input-field.invalid input, #stl-cms .stl-input-field.invalid textarea, .mfp-content .stl-input-field.invalid input, .mfp-content .stl-input-field.invalid textarea {border-color:#d9534f;}
    #stl-cms .stl-input-field.valid input, #stl-cms .stl-input-field.valid textarea, .mfp-content .stl-input-field.valid input, .mfp-content .stl-input-field.valid textarea {border-color:#5cb85c;}

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

    /* text */
    .stl-input-field .text {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;}

/*  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:#ddd; 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; position:initial !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;
            margin:initial !important;
            padding:initial !important;
        }
        /* Margins/ Padding Reset */
		body .container {width:100%; max-width:100%; margin:0; padding:0;}
        #stl-container > div:not(#stl-banner), #stl-home-features > div {margin-bottom:1.5em; padding:0 !important;}
        #stl-fund-it-container, #stl-cms .stlButton, #stl-notification-btn.stlButton {margin:0; padding:0;}
        #dcga-container, #stl-page-copy-container {margin:1.5rem 0 0 !important;}
        #stl-home-features .nearby-places, #stl-cms .header__skip, #stl-cms .stl-intro, .subpage #stl-cms .interior-container > div {margin:0; padding:0;}
        #stl-cms * {margin:initial !important; padding:initial !important;}

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

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

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

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

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

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



.ge-crut {display:none !important; visibility:hidden !important;}
.ge-bs {display:none !important; visibility:hidden !important;}    