@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@charset "UTF-8";
/* FOR GREATER PURPOSE */

article{padding-bottom:60px !important;}

footer{margin-top:0;background-color:#00205c;}
footer .footerlist ul li:before{display:none;}
footer ul.social.horizontal li a{color:#00205c;background-color:rgba(255, 255, 255, 0.8);}
@media only screen and (min-width: 960px){footer .footerlist{margin-top:0;}}

ul.mag-nav a{
	color:#00205c;
	font-family: "EB Garamond", Palatino, serif !important;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
li.mag-logo a{cursor:pointer;}

/*story page*/
div.widget.impact:not(.w-gallery){
    padding-bottom:56.25%;
}

blockquote{
	background-color: #f1f6f9 !important;
}

/*text*/
article p, article li, article td, article address, article div.button {
    color: #191919;
    font-family: "Roboto", "PT Sans", sans-serif;
    font-size: 17px;
    line-height: 1.6em;
    margin-bottom: 17px;
}
article blockquote p{
	margin-bottom: 0;
    color: #00205c;
    font-family: "EB Garamond", Palatino, serif !important;
    font-optical-sizing: auto;
    font-size: 32px !important;
	line-height: 1.3em;
    font-weight: 500;
	font-style: italic;
}
article h1, article .h1{
    color: #00205c;
    font-family: "EB Garamond", Palatino, serif !important;
    font-optical-sizing: auto;
    font-size: clamp(36px, 3.5vw + 1rem, 56px) !important;
    font-weight: 500 !important;
}
article h2, article .h2{
    font-family: "EB Garamond", Palatino, serif !important;
    font-optical-sizing: auto;
    font-size: 32px !important;
    font-weight: 600 !important;
}
article h3, article .h3{
    font-family: "EB Garamond", Palatino, serif !important;
    font-optical-sizing: auto;
    font-size: 28px !important;
    font-weight: 600 !important;
}

.magazine-category{
	font-family: "Roboto", "PT Sans", sans-serif;
	letter-spacing: 0.03em;
}
.magazine-intro-p{
    color: #606e7a;
    font-size: 22px;
    margin-bottom: 50px;
}

/* FGP Article more */
.fgp-article-more{
	width: calc(100% - 80px);
	margin: 0 40px;
	grid-gap: 40px;
}
/* explore more */
.explore-more{
	padding:40px;
	background-color:#fdf7f3;
}
.explore-more:before{
	content: '';
	display: block;
	width: 60px;
	height: 86px;
	margin: -91px 0 0 -70px;
	padding-bottom: 5px;
	background-image: url('/for-greater-purpose/images/icon-lightbulb.svg');
    background-repeat: no-repeat;
}
.explore-more a{
	font-weight: bold;
}
.explore-more li{
	text-indent: -11px;
}
.explore-more li:before{
	content: "→";
	margin: 0 -3px 0 -1em;
	color: #c75000;
}

.fgp-cta-button-row{
	display: flex;
	gap: 20px;
	align-items: center;
}
.fgp-cta-button-row button.pill{
	display: inline-block;
	margin: 20px 0 0 0;
	padding:12px 24px;
	font-family: "Roboto Condensed", "Roboto", sans-serif !important;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background-color: #0078b0;
	border: none;
	border-radius: 10px;
	cursor: pointer;
}
.fgp-cta-button-row button.pill a{
	color: #fff !important;
	text-decoration: none;
}
.fgp-cta-button-row button.pill.blue{
	background-color: #00205c;
}
.fgp-cta-button-row button.pill.blue:hover,.fgp-cta-button-row button.pill.blue:focus{
	background-color: #003988;
}
.fgp-cta-button-row button.pill.orange{
	background-color: #c75000;
}
.fgp-cta-button-row button.pill.orange:hover,.fgp-cta-button-row button.pill.orange:focus{
	background-color: #0078b0;
}

/* read next */
.read-next{
	padding:0;
}
.fgp-story img{
	width: 100%;
	max-width: 420px !important;
}
.sublabel{
	font-family: "Roboto Condensed", "Roboto", sans-serif !important;
	font-optical-sizing: auto;
	font-size:18px !important;
	color: #191919;
	text-transform: uppercase;
}
.fgp-story a.linkblock {
	color: inherit;
	text-decoration:none;
}

/*responsive - desktop*/
@media (min-width: 765px){
    .magazine-intro-box{
        max-width: 950px;
        margin: -70px auto 20px auto !important;
        padding-left: 30px;
        border-left: 25px solid #00205c;
        border-top: none;
    }
	.fgp-article-more{
		grid-gap: 0;
	}
	.read-next{
		padding:0 30px;
	}
}