/*
Theme Name: BLUEPRINT INTERACTIVE Theme
Author: Blueprint Interactive
Author URI: https://blueprintinteractive.com
Description: Blueprint Interactive Custom Theme.
Version: 1.0
License: GNU General Public License



/* -------------------------------------------------------------- */
/* Animate CSS
-------------------------------------------------------------- */
* {
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix { 
    height: 1%;
}

.clearfix {
    display: block;
}
@font-face {
    font-family: 'Lemon';
    src: url('./css/lemon/LEMONMILK-Regular.otf');
}

@font-face {
    font-family: 'Lemon Bold';
    src: url('./css/lemon/LEMONMILK-Bold.otf');
}
/* General  */
a {
	transition: all 0.25s linear 0s;
}
img {
	height: auto;
	max-width: 100%;
}
.fade-in-from-left {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fade-in-from-left.animated {
	animation-name: fade-from-left;
	animation-duration: 0.5s;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
@keyframes fade-from-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-15px);
		-moz-transform: translateX(-15px);
		-o-transform: translateX(-15px);
		-ms-transform: translateX(-15px);
		transform: translateX(-15px);
	}
	45% {
		opacity: 0.5;
	}
	90% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
.fade-in-from-bottom {
	opacity: 0;
	animation-timing-function: ease-out;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-o-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
}
.fade-in-from-bottom.animated {
	animation-name: fade-from-bottom;
	animation-duration: 1s;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
@keyframes fade-from-bottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(15px);
		-moz-transform: translateY(15px);
		-o-transform: translateY(15px);
		-ms-transform: translateY(15px);
		transform: translateY(15px);
	}
	90% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
  	}
}
.fade-in-from-right {
	opacity: 0;
	animation-timing-function: ease-out;
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-o-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
}
.fade-in-from-right.animated {
	animation-name: fade-from-right;
	animation-duration: 0.5s;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
@keyframes fade-from-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
		-moz-transform: translateX(40px);
		-o-transform: translateX(40px);
		-ms-transform: translateX(40px);
		transform: translateX(40px);
	}
	90% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
/* Footer ---------------- */
footer {
	background-color: #2e2e2e;
    padding: 30px 0 0;
    position: relative;
}
footer .sub-footer {
    align-items: center;
	background-color: #282828;
	display: flex;
    justify-content: center;
    padding: 25px 30px;
}
.sub-footer .mobile {
	display: none;
}
footer .sub-footer img {
	display: inline-block;
	height: auto;
	margin: 0 15px;
	width: 30px;
}
footer .sub-footer p {
	color: #ffffff;
	font-size: 13px;
}
footer .footer-inner {
	display: flex;
	justify-content: space-around;
	max-width: 1080px;
	margin: 0 auto;
	width: 90%;
}
footer .footer-inner ul {
	list-style: none;
}
footer .footer-inner ul#menu-header-menu-1 {
	display: flex;
}

footer .footer-inner ul .sub-menu .sub-menu {
	display: none;
}
footer ul li.menu-item-has-children {
	padding-right: 30px;
	width: 140px;
}
footer .footer-inner ul a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
footer .footer-inner ul li a {
	color: #85d24c;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
    margin-bottom: 30px;
}
footer .footer-inner ul li ul.sub-menu li {
	margin: 5px 0;
}
footer .footer-inner ul li ul.sub-menu a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	margin: 0 0 8px;
}	
footer .footer-inner ul li ul.sub-menu a:hover {
	color: #85d24c;
}
footer .footer-column {
	width: 250px;
}
footer .footer-social-div {
    margin: 30px 0;
    text-align: center;
}
footer .footer-social-div a {
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
}
footer .footer-social-div a svg {
	display: inline-block;
	height: 20px;
	width: auto;
}
footer .footer-social-div a svg .fill {
	fill: #85d24c;
	transition: all ease-in-out 0.4s;
}
footer .footer-social-div a:hover .fill {
	fill: #ffffff;
}
footer .donate-footer-a {
	background-color: #85d24c;
    border-radius: 40px;
	color: #000000;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	max-width: 300px;
    padding: 20px 35px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
}
footer .donate-footer-a:hover {
	background-color: #ffffff;
}
footer .privacy-policy-a {
	color: #85d24c;
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}
footer .privacy-policy-a:hover {
	color: #ffffff;
}
/* Header ---------------- */
.site-header {
	background-color: #fff;
    -o-box-shadow: 0 3px 7px #bdbdbd;
    box-shadow: 0 3px 7px #bdbdbd;
	position: relative;
    position: fixed;
	top: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.25s linear 0s;

    align-items: center;
	display: flex;
    justify-content: space-between;
}
.site-header.nav-up {
	top: -79px;
}
.site-header .main-logo-a {
	display: inline-block;
	height: auto;
	margin: 9px 0 9px 30px;
	width: 150px;
}
.site-header .main-logo-a svg {
	height: auto;
	width: 100%;
}
.site-header ul {
	list-style: none;
}
.site-header #menu-header-menu {
	display: flex;
}
.site-header #menu-header-menu li.menu-item-has-children.current-menu-item:before, 
.site-header #menu-header-menu li.current_page_parent:before {
    content: '';
    display: block;
    background-color: #85d24c;
    bottom: 15px;
    height: 5px;
    left: 10px;
    margin-left: 0;
    padding: 0;
    position: absolute;
    right: 10px;
}
.site-header #menu-header-menu li {
	padding: 30px 15px;
}
.site-header #menu-header-menu li.menu-item-has-children {
	position: relative;
}
.site-header #menu-header-menu li a {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}
.site-header #menu-header-menu li .sub-menu {
	background-color: #85d24c;
    display: none !important;
	left: 0;
	top: 70px;
    position: absolute;
	z-index: 200;
	width: 250px;
}
.site-header #menu-header-menu li:hover {
	background-color: #85d24c;
}
.site-header #menu-header-menu li .sub-menu li {
	padding: 0;
}
.site-header #menu-header-menu li .sub-menu li a {
	display: block;
	font-weight: 400;
	padding: 15px;
}
.site-header #menu-header-menu li:hover > .sub-menu {
	display: block !important;
}
.site-header #menu-header-menu li > .sub-menu li:hover {
	background-color: #75bb42;
}
.site-header #menu-header-menu li > .sub-menu li.menu-item-has-children {
	position: relative;
}
.site-header #menu-header-menu li > .sub-menu li.menu-item-has-children .sub-menu {
	left: auto;
    right: -250px;
    top: 0;
    position: absolute;
}
.search-icon-a {
	display: inline-block;
    margin-right: 10px;
	text-decoration: none;
	vertical-align: middle;
}
.search-icon-a svg {
	height: auto;
	width: 30px;
}
.search-icon-a #Icon {
	transition: all ease-in-out 0.4s;
}
.search-icon-a:hover #Icon {
	fill: #282828;
	stroke: #282828;
}
.join-header-a {
    background: #85d24c;
	color: #282828;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
    padding: 31px 34px 31.5px;
    text-transform: uppercase;
	text-decoration: none;
    transition: all 0.25s linear 0s;
}
.mobile-wrapper {
	display: none;
}
/* MOBILE NAV */
.container {
    cursor: pointer;
    float: right;
    right: 5%;
    position: absolute;
    top: 20px;
    z-index: 10;
    display: block;
}

.header-nav {
    display: none;
    margin-top: 65px;
}
.bar1, .bar2, .bar3 {
    background-color: #282828;
    height: 4px;
    margin: 5px 0;
    transition: all 0.4s;
    width: 35px;
}
.change .bar1 {
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    transform: rotate(45deg) translate(6px, 6px);
    background-color: #282828;
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
    transform: rotate(-45deg) translate(7px, -7px);
    background-color: #282828;
}
.mobile-nav {
    background-color: #ffffff;
    display: block;
    display: none;
    position: absolute;
    right: 0;
    text-align: center;
	top: 70px;
    width: 100%;
    z-index: 2;
}
.mobile-nav li {
	background-color: #EDEDED;
	padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
    border-bottom: 1px solid #fff;
    position: relative;
	width: 100%;
}
.mobile-nav li a {
	border-bottom: 0;
    color: #000;
    display: block;
    font-weight: 500;
    padding: 15px 10px;
	text-align: left;
    text-decoration: none;
    transition: all 0s linear 0s;
}
.mobile-nav li .sub-menu li a {
	font-weight: 400;
}
.mobile-nav li .sub-menu {
	display: none;
}
.mobile-nav li .sub-menu li {
	border: none;
	padding-left: 20px;
}
.mobile-nav li:hover {
	background-color: #85d24c;
}
.mobile-nav .submenu-toggle {
    height: 52px;
    margin-top: 0;
    position: absolute;
	top: 0;
	right: 3%;
	display: inline-block;
    width: 57px;
}
.mobile-nav .submenu-toggle:before,
.mobile-nav .submenu-toggle:after {
    content: "";
    display: inline-block !important;
    width: 20px;
    height: 3px;
    position: absolute;
    left: 20px;
    top: 25px;
    transition: 0.25s;
    background: #85d24c !important;
    opacity: 1;
}
.mobile-nav .submenu-toggle.active:before {
  -ms-transform: translateX(10px);
      transform: translateX(10px);
  opacity: 0;
}
.mobile-nav .submenu-toggle.active:after {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
.mobile-nav .submenu-toggle:after {
	-ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: center,center;
    transform-origin: center,center;
    opacity: 1;
}
.mobile-nav li:hover .submenu-toggle:before,
.mobile-nav li:hover .submenu-toggle:after {
	background: #fff !important;
}
/* General -------------- */
.main-content {
	/* min-height: 500px; */
	padding-top: 75px;
}
/* Homepage -------------- */
.homepage-wrap {

}
.homepage-hero-wrapper {
	background: #fff;
    margin-bottom: 0;
    margin-top: -5px;
    position: relative;
}
.hero-image-wrap {
	max-height: 1920px;
    max-width: 1080px;
    position: relative;
    margin-left: auto;
    right: 0;
}
.hero-image-wrap:before {
    content: '';
    /* background: linear-gradient(to right,white 0%,
		rgba(255,255,255,0.99) 30%,
		rgba(255,255,255,0.75) 34%,
		rgba(255,255,255,0.5) 40%,
		rgba(255,255,255,0) 61%,
		rgba(255,255,255,0) 100%); */
    background: linear-gradient(to right,white 0%,white 15%,rgba(255,255,255,0.5) 40%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
	background-size: cover;
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=1);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.hero-image-wrap:after {
    content: url(./images/dots-corner-green.svg);
    bottom: 0;
    display: block;
    position: absolute;
    right: 0;
}
.hero-image-wrap img {
	display: block;
    height: auto;
	margin-left: auto;
    max-height: 600px;
    max-width: 100%;
    object-fit: cover;
    width: 1000px;
    /* width: auto; */
}
.hero-inner-wrap {
    position: absolute;
    max-width: 1100px;
    /* bottom: calc(50% - 142px); */
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 90%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.homepage-hero-wrapper .hero-inner {
	/* background: rgba(255,255,255,0.75); */
    /* bottom: calc(50% - 142px); */
    /* left: 5%; */
    left: 25px;
    max-width: 450px;
    margin-left: 0;
    padding: 15px;
    position: relative;
	/* position: absolute; */
	z-index: 2;
}
.homepage-hero-wrapper.inner-page .hero-inner {
	/* top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	bottom: auto; */
}
.homepage-hero-wrapper .hero-inner h1 {
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,
				rgba(255,255,255,0) 67%,#94e955 68%,
				rgba(148,233,85,0.88) 86%,
				rgba(148,233,85,0) 88%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=0);
    display: inline;
	font-family: "kepler-std-display",serif;
    font-size: 55px;
    line-height: 1;
}
.page-id-7930 .homepage-hero-wrapper .hero-inner h1 {
    font-size: 50px;
}
.homepage-hero-wrapper .hero-inner p {
	font-size: 16px;
	line-height: 1.8;
	margin: 10px 0;
}
a.hero-a {
	background: #85d24c;
    border-radius: 20px;
    border: 0 solid transparent !important;
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    min-width: 125px;
    overflow: hidden;
    padding: 14px 12px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}
a.hero-a:hover {
	background: #77bc3b;
}
.hero-wrapper-no-image {
	background: #ededed;
    padding: 55px 5% 30px;
    /* padding-bottom: 30px; */
}
.hero-wrapper-no-image .hero-inner {
	max-width: 1100px;
	margin: auto;
}
.hero-wrapper-no-image .hero-inner h1 {
	font-family: "kepler-std-display",serif;
    font-size: 65px;
    line-height: 1.3;
    padding: 20px 0;
}
#breadcrumbs {
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.05rem;
	position: absolute;
	left: 5%;
	top: 20px;
	z-index: 3;
}
#breadcrumbs span {
	text-transform: uppercase;
}
#breadcrumbs a {
	border-bottom: 2px solid transparent;
	color: #008a00;
    text-decoration: none;
    transition: all 0.25s linear 0s;
}
#breadcrumbs a:hover {
	border-bottom: 2px solid #008a00;
}
.hero-wrapper-no-image.inner-page #breadcrumbs {
	position: static;
}
.home-featured-page-card {
	display: flex;
	max-width: 1100px;
    margin: -30px auto 0;
    position: relative;
    z-index: 2;
}
.home-featured-page-card .image-wrapper {
    margin-left: 2%;
	margin-top: 60px;
	width: 45%;
}
.home-featured-page-card .image-wrapper img {
	display: block;
    height: auto;
    max-width: 100%;
}
.home-featured-page-inner {
	background: #2e2e2e;
	margin-left: -2.5rem;
    padding: 30px 5%;
    width: 52%;
}
.home-featured-page-inner h4 {
	color: #85d24c;
    font-size: 14px;
    font-weight: 600;
	line-height: 1.3;
    text-transform: uppercase;
}
.home-featured-page-inner h3 {
	color: #fff;
	font-family: "kepler-std-display",serif;
    font-size: 30px;
    line-height: 1.4;
    padding: 20px 0;
}
.home-featured-page-inner p {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	margin: 20px 0;
}
/* About Us -------------- */
.homepage-hero-wrapper.inner-page {
	max-height: 500px;
	position: relative;
}
.homepage-hero-wrapper.inner-page .hero-image-wrap img {
	margin-left: auto;
    min-height: 400px;
	max-height: 500px;
}
.about-page-wrapper {
	background-color: #EDEDED;
	padding: 20px 5%;
    position: relative;
}
.about-page-inner {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
	max-width: 1100px;
	margin: 50px auto;
}
.about-page-inner .about-card {
    display: block;
	max-width: 500px;
	margin: 0 auto 20px;
}
.about-page-inner .about-card:after {
    content: url(./images/dots.svg);
    display: block;
    margin: 0 0 1rem 0;
    max-width: 500px;
    text-align: right;
}
.about-page-inner .about-card .about-card-inner {
	background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 30px;
}
.about-page-inner .about-card .about-card-inner h3 {
	font-family: "kepler-std-display",serif;
	font-size: 30px;
    line-height: 1.2;
    margin: 0 30px;
    padding: 20px 0;
}
.page-card p a {
    border-bottom: 2px solid #037934;
	color: #037934;
	text-decoration: none;
	transition: all ease-in-out 0.4s;
}
.about-page-inner .about-card .about-card-inner h3 a {
    border-bottom: 2px solid #000;
	color: #000;
	font-family: "kepler-std-display",serif;
	text-decoration: none;
	transition: all ease-in-out 0.4s;
}
.page-card p a:hover,
.about-page-inner .about-card .about-card-inner h3 a:hover {
	border-bottom: none;
}
.about-page-inner .about-card .summary-wrap {
	margin: 0 30px;
    padding: 20px 0;
}
.about-page-inner .about-card .about-card-inner p {
	font-size: 16px;
	line-height: 1.4;
}
.about-page-inner .about-card img {
    max-height: 246px;
    object-fit: cover;
    width: 100%;
}
/* Basic Page ------------ */
.basic-body-wrapper {
	padding: 50px 5%;
}
.basic-body-inner {
	max-width: 775px;
	margin: auto;
}
.basic-body-inner iframe {
	border: none;
}
.basic-body-inner p {
	font-size: 16px;
	line-height: 2;
	margin: 20px 0;
}
.basic-body-inner blockquote {
	text-align: center;
}
.basic-body-inner blockquote p {
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,
				rgba(255,255,255,0) 67%,#94e955 68%,rgba(148,233,85,0.88) 86%,
				rgba(148,233,85,0) 88%,rgba(255,255,255,0) 100%);
    display: inline;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=0);
	font-family: "kepler-std-display",serif;
    font-size: 40px;
	font-weight: 600;
    line-height: 1.3;
    text-align: center;
}
.basic-body-inner blockquote:after {
	content: "";
    display: table;
    clear: both;
}
.basic-body-inner h2 {
	font-family: "kepler-std-display",serif;
    font-size: 45px;
    line-height: 1.1;
    padding: 30px 0 10px;
}
.basic-body-inner a {
	border-bottom: 2px solid #008a00;
	color: #008a00;
	text-decoration: none;
    transition: all 0.25s linear 0s;
}
.basic-body-inner a:hover {
	border-bottom: none;
}
.basic-body-inner ul,
.basic-body-inner ol {
	margin: 25px 0;
}
.basic-body-inner ul li,
.basic-body-inner ol li {
	padding: 0;
	font-size: 16px;
    line-height: 2;
    margin: 20px 0 20px 30px;
}

.basic-body-inner ul li {
	list-style: none;
}
/* .basic-body-inner ol li:before */
.basic-body-inner ul li:before {
	content: '\25CF';
	display: block;
	color: #85d24c;
	font-size: 17px;
	padding: 0 10px 0 0;
	margin-left: -30px;
	position: absolute;
}
table {
	border: 1px solid #ededed;
    margin: 2rem 0;
}
table tr {
	background: #fff;
}
/* NEWS ------------------ */
.single-news-page-wrapper {
	background: url(./images/dots-corner.svg) no-repeat scroll right bottom;
	padding: 30px 5%;
	position: relative;
}
.single-news-page-wrapper #breadcrumbs {
	position: static;
	margin: 50px auto;
	max-width: 1100px;
	width: 90%;
}
.single-news-page-inner {
	max-width: 1100px;
	margin: 40px auto;
	width: 95%;
}
.single-news-page-inner h1 {
	font-family: "kepler-std-display",serif;
    font-size: 65px;
    line-height: 1.1;
    padding: 20px 0;
	text-align: center;
}
.single-news-page-inner h2.published-date {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.single-news-page-inner h2.published-date a {
	border-bottom: 2px solid #008a00;
	color: #008a00;
    text-decoration: none;
    transition: all 0.25s linear 0s;
}
.single-news-page-inner h2.published-date a:hover {
	border-bottom: 2px solid transparent;
}
.single-body-wrapper {
    max-width: 775px;
	margin: 50px auto;
}
.single-body-wrapper h2,
.single-body-wrapper h3,
.single-body-wrapper h4, 
.single-body-wrapper h5,
.single-body-wrapper h6 {
	font-family: "kepler-std-display",serif;
    font-size: 50px;
    line-height: 1.1;
    padding: 20px 0;
}
.single-body-wrapper h3 {
	font-size: 45px;
}
.single-body-wrapper h4 {
	font-size: 30px;
}
.single-body-wrapper h5 {
	font-size: 25px;
}
.single-body-wrapper h6 {
	font-size: 20px;
}
.single-body-wrapper ol,
.single-body-wrapper ul {
	list-style: none;
	margin: 25px 0 25px 5%;
}
.single-body-wrapper ol li::before,
.single-body-wrapper ul li::before {
    content: '\25CF';
    color: #85d24c;
    display: block;
    font-size: 17px;
    padding: 0 10px 0 0;
    margin-left: -30px;
    position: absolute;
}
.single-body-wrapper ol li,
.single-body-wrapper ul li {
    margin: 20px 0 20px 30px;
	font-size: 16px;
	line-height: 1.8;
	margin: 20px 0;
}
.single-body-wrapper a {
	border-bottom: 2px solid #008a00;
	color: #85D24C;
    text-decoration: none;
    transition: all 0.25s linear 0s;
}
.single-body-wrapper a:hover {
	border-bottom: 2px solid transparent;
}
.single-body-wrapper p {
	font-size: 16px;
	line-height: 1.8;
	margin: 20px 0;
}
.news-post-image {
	height: auto;
	margin-top: 40px;
	width: 100%;
}
/* Job Page -------------- */
.single-body-wrapper.job-left {
	float: left;
	width: 75%;
}
.job-right {
	float: right;
	width: 25%;
}
a.btn,
.job-right .apply-btn {
	background: #79BC43;
    border-radius: 20px;
    border: 0 solid transparent !important;
    color: #000;
	display: inline-block;
    font-family: "roboto",sans-serif;
    font-size: 12px;
    font-weight: 600;
	margin-bottom: 30px;
    padding: 17px 35px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}
a.btn:hover,
.job-right .apply-btn:hover {
	background-color: #64a138;
}
.btn.center {
	display: block;
	margin: 0 auto 30px;
	max-width: 300px;
	width: fit-content;
}
.job-right p {
	font-size: 16px;
	line-height: 2;
}
.job-right p span {
	font-weight: 800;
}
.accordion-container {
    margin-bottom: 20px;
}
.accordion {
    background-color: #eee;
	border-radius: 20px;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	font-weight:bold;
	text-transform: uppercase;
}
.active, .accordion:hover {
    background-color: #ccc;
}
.panel {
    margin-top: 10px;
    padding: 0 18px;
    display: none;
    overflow: hidden;
}
.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
.accordion-container .active:after {
    content: "\2796";
}
.accordion.active .panel {
	display: block;
	color: #008a00;
}
/* Tax Listing Page ------- */
.single-post-card {
	display: block;
    max-width: 300px;
    margin: 0 auto 20px;
	width: 31%;
}
.single-post-card:after {
	content: url(./images/dots.svg);
    display: block;
    margin: 0 0 1rem 0;
    max-width: 500px;
    text-align: right;
}
.single-post-inner {
	background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 30px;
    min-height: 90%;
}
.single-post-image-wrapper {
	font-size: 0;
	position: relative;
}
.single-post-image-wrapper img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}
.single-post-card p.cat-p {
	background: #000;
    color: #85d24c;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 30px;
    padding: 10px;
    text-transform: uppercase;
}
.single-post-card p.cat-p.e4e-in-the-news {
	color: #ede93b;
}
.single-post-card p.cat.press-release {
	color: #ff6900;
}
.single-post-card h4 {
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
    padding: 20px 25px 0;
}
.single-post-card h4 a {
    border-bottom: 0.5px solid #000;
	color: #000;
	text-decoration: none;
}
.single-post-card h4 a:hover {
	border-bottom: 0.5px solid transparent;
}
.single-post-card p.display-date {
	color: #282828;
	font-size: 11px;
	padding: 20px 25px 0;
}
/* Single Policy  -------- */
.single-news-page-wrapper {
	padding: .1px;
}
.banner-image {
    max-height: 400px;
    object-fit: cover;
	height: auto;
	width: 100%;
}
.policy-header-wrap {
	background: #ededed;
	padding: 40px 5%;
}
.policy-header-inner {
	max-width: 1100px;
	margin: auto;
}
.policy-header-inner #breadcrumbs {
	position: static;
}
.policy-header-inner h1 {
	font-family: "kepler-std-display",serif;
    font-size: 60px;
    line-height: 1;
    padding: 20px 0;
}
.policy-header-inner h2 {
	font-size: 20px;
    font-family: "roboto",sans-serif;
    font-weight: 500;
    line-height: 1.2;
}
.policy-header-inner h3 {
	font-size: 16px;
	font-weight: 400;
}
.policy-header-inner h3::before {
	content: url('./images/white-dots.svg');
	display: block;
    margin: 10px 0;
}
.single-policy-page-inner {
    max-width: 975px;
	margin: 20px auto;
	width: 90%;
}
.single-policy-page-inner .inner-left {
	float: left;
	margin-right: 4%;
	width: 25%;
}
.single-policy-page-inner .inner-right {
	float: right;
	width: 65%;
}
.single-policy-page-inner .inner-left p {
	margin: 5px 0;
}
.single-policy-page-inner .inner-left a {
	border-bottom: 2px solid #008a00;
	color: #008a00;
    text-decoration: none;
    transition: all 0.25s linear 0s;
}
.single-policy-page-inner .inner-left a:hover {
	border-bottom: 2px solid transparent;
}
.single-policy-page-inner .inner-left p.policy-download:after {
    align-self: flex-end;
    content: "";
    background-image: url('./images/icon-download.png');
    background-size: 18px 18px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 0 2px 10px;
    vertical-align: middle;
}
.single-policy-page-inner .policy-cover {
	float: left;
	height: auto;
	margin: 0 20px 20px 0;
	width: 200px;
}
.single-policy-page-inner .single-body-wrapper p {
	margin-top: 0;
}
p.teacher-p {
	color: #2e2e2e;
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	padding: 0 3px;
	text-transform: uppercase;
	vertical-align: top;
	width: 49%;
}
p.teacher-p span {
	color: #545454;
	display: block;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.2;
	text-transform: none;
}
.policy-paper-header-wrapper {
	font-size: 0;
}
/* Policy Listing -------------- */
.tax-wrap {
	display: flex;
	max-width: 805px;
	margin: 50px auto 0;
	justify-content: space-between;
	flex-flow: row wrap;
}
.single-news-page-inner.tax-page h1 {
	text-align: left;
}
.tax-card-wrapper {
    display: block;
    max-width: 350px;
	margin: 0 auto 20px;
}
.tax-card-inner {
    background: #ededed;
    border-radius: 10px;
	overflow: hidden;
}
.tax-card-wrapper:after {
    content: url('./images/dots-green.svg');
    display: block;
    margin: 0 0 10px 0;
    max-width: 350px;
    text-align: right;
}
.tax-card-inner .image-wrapper a {
	text-decoration: none;
}
.tax-card-inner .image-wrapper img {
	height: 168px;
	object-fit: cover;
}
.tax-card-bottom {
	padding: 30px 25px 40px;
}
.tax-card-inner h2 {
	font-size: 30px;
	font-family: "kepler-std-display",serif;
    line-height: 1.3;
    padding: 0 0 20px;
}
.tax-card-inner h2 a {
    border-bottom: 2px solid #000;
	color: #000;
	text-decoration: none;
}
.tax-card-inner h2 a:hover {
   border-bottom: 2px solid transparent;
}
.tax-card-inner .summary-wrap p {
	line-height: 2;
	font-size: 16px;
}
.papers-wrapper {
    max-width: 775px;
    margin: 50px auto 0;
}
.papers-wrapper .policy-article {
	margin: 30px 0;
}
.papers-wrapper h3 {
	font-weight: 600;
	font-size: 30px;
}
.papers-wrapper h4 {
    font-family: "kepler-std-display", serif;
	font-weight: 600;
	font-size: 30px;
}
.papers-wrapper h4 a {
	font-family: "kepler-std-display",serif;
    border-bottom: 2px solid #008a00;
	color: #008a00;
    text-decoration: none;
    transition: all 0.25s linear 0s;
}
.papers-wrapper h4 a:hover {
    border-bottom: 2px solid transparent;
}
.papers-wrapper p {
	font-size: 14px;
    font-weight: 400;
	margin: 20px 0;
}
.blog-wrapper {
	background: #ededed;
	padding: 50px 5%;
}
.blog-wrap-inner {
	display: flex;
	max-width: 1000px;
	margin: auto;
}
.blog-wrapper h3 {
    font-size: 13px;
    font-weight: 600;
    line-height: 2;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
}
/* Blog Page -------------- */
.page-card {
	margin: 50px auto;
	max-width: 775px;
}
.page-card h2 {
	font-family: "kepler-std-display",serif;
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 20px;
	font-style: norml !important;
} 
.page-card h2 a {
	border-bottom: 2px solid #008a00;
	color: #008a00;
    text-decoration: none;
    transition: all 0.25s linear 0s;
} 
.page-card h2 a:hover {
	border-bottom: 2px solid transparent;
} 
.page-card .image-wrapper {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}
.page-card .image-wrapper img {
	height: 175px;
	object-fit: cover;
	width: 250px;
}
.page-card .small-width {
	display: inline-block;
	width: calc(100% - 274px);
}
.page-card .map-icon {
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 20px;
}
.page-card p {
	font-size: 16px;
	line-height: 2;
}
.page-card p.date {
	text-transform: uppercase;
	font-weight: 600;
}
.page-card p.chapter {
	color: #545454;
	font-size: 13px;
}
.page-card p.teacher {
	font-size: 14px;
	font-weight: 600;
}
.page-card p.tags-p a {
	border-bottom: 2px solid transparent;
	color: #008a00;
    text-decoration: none;
    transition: all 0.25s linear 0s;
}
.page-card p.tags-p a:hover {
	border-bottom: 2px solid #008a00;
}
.filter-wrapper {
	max-width: 775px;
	margin: 50px auto;
}
.filter-wrapper form {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.filter-wrapper form div {
	display: inline-block;
	margin: 0 2% 0 0;
	/* max-width: 30%; */
}
.filter-wrapper form div p {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
.filter-wrapper select {
	box-sizing: border-box;
    background-clip: padding-box;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid;
    border-color: #000;
    color: #000;
    outline: 0;
    margin: 0;
    max-width: 300px;
    padding: 15px;
    text-align: left;
    font-size: 14px;
    vertical-align: top;
    width: 100%;

	background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}
.filter-wrapper input[type='submit'] {
	background: #85d24c;
    border-radius: 20px;
    border: 0 solid transparent;
    color: #000;
	cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
	margin: 28px 0;
    min-width: 125px;
    padding: 0.8rem 2rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}
.filter-wrapper input[type='submit']:hover {
	background: #77bc3b;
}
.pagination-wrapper {
	max-width: 775px;
	margin: 20px auto;
	text-align: center;
}
.pagination-wrapper span {
	display: inline-block;
	font-size: 16px;
	margin: 0 10px;
}
.pagination-wrapper a {
	border-bottom: 2px solid #008a00;
	color: #008a00;
	display: inline-block;
	font-size: 16px;
	margin: 0 10px;
    text-decoration: none;
    transition: all 0.25s linear 0s;
}
.pagination-wrapper a:hover {
	border-bottom: 2px solid transparent;
}
.post.error {
	max-width: 775px;
	margin: 0 auto 30px;
}
.post.error h1 {
	font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    padding: 30px 0 10px;
}
/* Search -------------- */
.search-results-wrapper .page-card {
	
}
.filter-results-wrapper {
	max-width: 775px;
	margin: 20px auto;
	width: 90%;
}
.event-listing-card-outer {
	margin: 50px 0;
}
.event-listing-card-outer h2 {
	font-size: 35px;
	padding-top: 10px;
}
.event-listing-card-inner {
	margin: 25px 0;
}
.page-template-page-listing_events  .filter-results-wrapper {
    width: 100%;
}
.event-listing-card-inner h2 {
	font-size: 18px;
	font-weight: 400;
    line-height: 1.6;
	margin: 0 0 10px;
}
.event-listing-card-inner h2 a {
	border-bottom: 2px solid #008a00;
	color: #008a00;
    text-decoration: none;
    transition: all 0.25s linear 0s;
}
.event-listing-card-inner h2 a:hover {
	border-bottom: 2px solid transparent;
}
.event-listing-card-inner h2 span {
	float: right;
}
.event-listing-card-inner p span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
}
.event-listing-card-inner p {
	font-size: 16px;
	line-height: 1.4;
    margin: 15px 0;
}
.author-wrap {
	margin: 50px auto;
}
.author-wrap img {
	border-radius: 50%;
	display: inline-block;
	height: 86px;
	margin-right: 30px;
	object-fit: cover;
	vertical-align: middle;
	width: 86px;
}	
.author-wrap .author-wrap-inner {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 123px);
}
.author-wrap .author-wrap-inner h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
}
.author-wrap .author-wrap-inner p {
	margin: 10px 0 0;
}
.currently-reading-wrapper {
	background: #ededed;
	box-shadow: 0 0 5px #bdbdbd;
	width: 100%;
}
.currently-reading-inner {
	background-color: #ffffff;
	display: flex;
	/* flex-wrap: wrap; */
	padding: 0;
}
.currently-reading-wrapper .share-wrapper {
	height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.currently-reading-wrapper h3 {
	font-size: 14px;
    line-height: 2;
    padding: 0 2%;
    text-align: center;
    width: auto;
    min-width: 175px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.currently-reading-wrapper span {
	display: inline-block;
	vertical-align: middle;
}
.currently-reading-wrapper span a {
    border-left: 1px solid #ededed;
	display: inline-block;
    margin-bottom: 0 !important;
    padding: 10px 9px 6px;
	text-decoration: none;
}
.currently-reading-wrapper span a svg {
	height: 22px;
	width: auto;
}
.currently-reading-wrapper span a svg .fill {
	fill: #85d24c;
	transition: all ease-in-out 0.4s;
}
.currently-reading-wrapper span a:hover svg .fill {
	fill: #008a00;
}
.currently-reading-wrapper .currently-reading-left {
	border-left: 1px solid #ededed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
	align-items: center;
    flex: 1 1 auto;
	justify-content: space-between;
}
.currently-reading-wrapper .currently-reading-left p {
	color: #008a00;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
	padding: 7px 30px;
}
.single-news-page-wrapper.tax-page #breadcrumbs {
	margin: 0 auto;
	width: 100%;
}
.search-page-wrapper {
	margin: 50px auto;
	max-width: 1100px;
	width: 90%;
}
.search-page-wrapper h1,
.search-page-wrapper h2 {
	font-size: 65px;
	font-family: "kepler-std-display",serif;
	line-height: 1.3;
}
/* TEAM PAGE -------------- */
.team-page-filter {
	font-size: 0;
	max-width: 775px;
    margin: 0 auto 50px;
}
.team-page-filter span {
	border-right: 1px solid #008a00;
	display: inline-block;
	padding: 0 6px 2px;
	margin: 7px 0;
}
.team-page-filter a {
	/* border-right: 1px solid #008a00; */
	border-bottom: 2px solid transparent;
	color: #008a00;
	display: inline-block;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.05rem;
	/* padding: 0 8px 2px; */
	margin: 0 2px;
	text-transform: uppercase;
	text-decoration: none;
}
.team-page-filter a:hover,
.team-page-filter a.active {
	background-color: transparent;
	border-bottom: 2px solid #008a00;
}
.team-page-filter span:last-of-type {
	border-right: none;
}
.board-member-wrap,
.team-page-filtered {
	display: flex;
	flex-wrap: wrap;
	max-width: 775px;
    margin: 0 auto 50px;
}
.single-person-card {
	display: inline-block;
	margin: 30px auto;
	width: 33%;
}
.single-person-card img {
	border-radius: 50%;
	display: block;
	height: 200px;
	margin: 0 auto 20px;
	object-fit: cover;
	width: 200px;
}
.single-person-card h4 {
	font-family: "kepler-std-display",serif;
    font-weight: 600;
    font-size: 25px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.single-person-card h4 a {
	color: #008a00;
	border-bottom: 2px solid #008a00;
	text-decoration: none;
}
.single-person-card h4 a:hover {
	border-bottom: 2px solid transparent;
}
.single-person-card p .job-title {
	font-weight: 500;
}
/* .single-person-card p .chapters:before {
	content: " ";
	content: url('./images/location-icon.svg');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 20px;
    color: #85d24c;
    float: left;
} */
.single-person-card p .chapters {
	color: #545454;
	font-weight: 400;
}
.single-person-card p .chapters svg {
	height: auto;
    vertical-align: middle;
    width: 15px;
}
.board-member-card h3 {
	font-weight: 600;
    font-size: 30px;
    line-height: 4rem;
    margin: 20px 0;
}
.board-member-card p {
	font-size: 16px;
    line-height: 2;
    margin: 20px 0;
}
.board-member-card img {
	float: left;
	height: 235px;
	margin: 0 20px 20px 0;
	object-fit: cover;
	width: 235px;
}
/* Chapters -------------- */
.single-chapter-inner iframe {
    min-height: 500px;
}

.single-news-page-wrapper.chapter {
	background-color: #EDEDED;
}
.single-news-page-wrapper.chapter {
    
}
.single-news-page-wrapper #breadcrumbs {
	position: absolute;
    margin: 7px auto;
}
.single-chapter-wrapper ul.menu_items {
	margin: 40px auto;
	text-align: center;
	width: 90%;
}
.single-chapter-wrapper .menu_items li {
	background-color: #282828;
	border-radius: 10px;
	display: inline-block;
    margin: 5px 0;
	padding: 10px;
	transition: all ease-in-out 0.4s;
}
.single-chapter-wrapper .chapter-menu-item {
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
} 
.single-chapter-wrapper .menu_items li:before {
	display: block;
    position: static;
    color: #85d24c;
    content: '\25CF';
    font-size: 17px;
    padding: 0 10px 0 0;
    margin-left: -30px;
}
.single-chapter-wrapper .menu_items li.contact:before {
    background-image: url(./images/icon-contact.svg);
    content: "";
    display: inline-block;
    margin-left: 0;
    margin-right: 5px;
    width: 4px;
    height: 12px;
}
.single-chapter-wrapper .menu_items li.person:before {
    background-image: url(./images/icon-team.svg);
    content: "";
    display: inline-block;
    margin-left: 0;
    margin-right: 5px;
    width: 4px;
    height: 12px;
}
.single-chapter-wrapper .menu_items li.paper:before {
    background-image: url(./images/icon-policypapers.svg);
    content: "";
    display: inline-block;
    margin-left: 0;
    margin-right: 5px;
    width: 4px;
    height: 12px;
}
.single-chapter-wrapper .menu_items li.event:before {
    background-image: url(./images/icon-events.svg);
    content: "";
    display: inline-block;
    margin-left: 0;
    margin-right: 5px;
    width: 4px;
    height: 12px;
}
.single-chapter-wrapper .menu_items li:hover {
	background-color: #444;
}
.team-section {
	display: flex;
	max-width: 1000px;
	margin: 10px auto 50px;
	text-align: center;
	width: 90%;
}
.team-section .slick-prev:before, 
.team-section .slick-next:before {
	color: #282828;
	font-size: 30px;
}
.team-section .single-person-card {
	max-width: 260px;
}
.involved-section {
	margin: 50px auto;
	max-width: 1000px;
	width: 90%;
}
.involved-section.column .involved-section-inner {
	flex-direction: column;
}
.involved-section.column .form-wrapper {
	width: 100%;
}
.wpcf7-form,
.involved-section.column .form-wrapper form {
	width: 500px;
	max-width: 100%;
}
.wpcf7-form p,
.involved-section.column .form-wrapper form p {
	font-size: 16px;
	line-height: 1.1;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}
.wpcf7-form textarea,
.wpcf7-form input,
.involved-section.column .form-wrapper textarea,
.involved-section.column .form-wrapper form input {
	border: 1px solid #2e2e2e;
	border-radius: 20px;
	font-size: 10px;
	line-height: 1.1;
	font-family: 'Roboto', sans-serif;
	padding: 5px 10px;
	font-size: 16px;
	margin-top: 10px;
	width: 100%;
}
.wpcf7-form .wpcf7-select {
	border: 1px solid #2e2e2e;
	font-size: 16px;
	border-radius: 16px;
	line-height: 1.1;
	font-family: 'Roboto', sans-serif;
	padding: 5px 10px;
	margin-top: 10px;
	width: 100%;

	appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
}
.wpcf7-form textarea,
.involved-section.column .form-wrapper textarea {
	resize: none;
}
.wpcf7-form input[type="submit"],
.involved-section.column .form-wrapper form input[type="submit"] {
	transition: all ease-in-out 0.4s;
	background-color: #85d24c;
	color: #000;
	font-size: 20px;
	border: none;
    padding: 15px 10px;
    border-radius: 50px;
	font-weight: 600;
	cursor: pointer;
}
.wpcf7-form input[type="submit"]:hover,
.involved-section.column .form-wrapper form input[type="submit"]:hover {
	background-color: #037934;
}
.involved-section h2 {
	font-family: "kepler-std-display",serif;
    font-size: 45px;
    line-height: 1.1;
    padding: 30px 0;
	/* text-align: center; */
}
.involved-section h2 a {
	border-bottom: 2px solid #008a00;
    color: #008a00;
    text-decoration: none;
    transition: all 0.25s linear 0s;
}
.involved-section h2 a:hover {
	border-bottom: 2px solid transparent;
}
.involved-section-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px auto 50px;
	max-width: 1000px;
}
.involved-section-card {
	display: inline-block;
	width: 31%;
}
.involved-section .single-card {
	display: block;
	margin: 40px 1%;
	width: 98%;
}
.involved-section .single-card:after{
	content: url(./images/dots.svg);
    display: block;
    margin: 0 0 1rem 0;
    max-width: 500px;
    text-align: right;
}
.involved-section .single-card .single-card-inner{
	background-color: #ffffff;
	border-radius: 15px;
}
.involved-section .single-card img {
	border-radius: 15px 15px 0 0;
	display: block;
	height: 200px;
	margin: 0 auto;
	object-fit: cover;
	width: 100%;
}
.involved-section h3 {
	font-family: "kepler-std-display",serif;
    font-size: 30px;
    line-height: 1.1;
    padding: 10px 0;
    text-align: center;
}
.involved-section h3 a {
	border-bottom: 2px solid #008a00;
    color: #008a00;
    text-decoration: none;
    transition: all 0.25s linear 0s;
}
.involved-section h3 a:hover {
	border-bottom: 2px solid transparent;
}
.involved-section .single-card h4 {
	font-family: "kepler-std-display",serif;
    font-size: 22px;
    line-height: 1.1;
    /* padding: 10px 0; */
    text-align: center;
}

.involved-section .single-card a {
	text-decoration: none;
}
.involved-section .single-card a h4 {
	/* border-bottom: 2px solid #008a00; */
    color: #008a00;
    text-decoration: none;
	text-align: left;
    transition: all 0.25s linear 0s;
    min-height: 72px;
}
p.sum-p {
    min-height: 100px;
}
.involved-section .single-card a:hover h4 {
	/* border-bottom: 2px solid transparent; */
	color: #000;
}
.involved-section .single-card .single-card-bottom {
	padding: 20px 30px;
}
.content-wrap-chap p,
.involved-section-inner p,
.involved-section .single-card p {
	font-size: 16px;
    line-height: 1.5;
    margin: 20px auto 20px;
}
.learn-green-button {
	background-color: #85d24c;
	border-radius: 5px;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    max-width: 135px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
	transition: all 0.25s linear 0s;
    width: 100%;
}
.learn-green-button:hover {
	background-color: #282828;
	color: #ffffff;
}
.team-article {
	max-width: 1000px;
	margin: 50px auto;
	width: 90%;
}
.team-article h2 {
	font-family: "kepler-std-display",serif;
	font-size: 45px;
	line-height: 1.1;
	padding: 30px 0;
	/* text-align: center; */
}
.homepage-hero-wrapper.inner-page.chapter {
	max-height: 350px;
    overflow: hidden;
}
.homepage-hero-wrapper.inner-page.chapter .hero-image-wrap {
    max-height: 350px;
}
.homepage-hero-wrapper.inner-page.chapter .hero-image-wrap img {
    max-height: 350px !important;
    object-fit: cover;
    width: 100%;
}
.chapter-events-wrapper {
	margin: 50px auto;
	max-width: 900px;
	width: 90%;
}
.chapter-events-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.chapter-events-inner .event-listing-card-inner {
	margin: 50px 0;
	width: 100%;
}
.chapter-contact-wrapper {
	margin: 50px auto;
	max-width: 1000px;
	width: 90%;
}
.single-chapter-wrapper .papers-wrapper,
.single-chapter-wrapper .search-results-wrapper {
	width: 90%;
	margin: auto;
}
.chapter-contact-inner h2,
.chapter-contact-inner h3,
.chapter-contact-inner h4,
.chapter-contact-inner h5,
.chapter-contact-inner h6 {
	font-family: "kepler-std-display",serif;
	font-size: 45px;
	line-height: 1.1;
	margin: 20px 0;
}
.chapter-contact-inner h3 {
	font-size: 40px;
}
.chapter-contact-inner h4 {
	font-size: 35px;
}
.chapter-contact-inner h5 {
	font-size: 30px;
}
.chapter-contact-inner h6 {
	font-size: 25px;
}
.chapter-contact-inner p {
	font-size: 16px;
	line-height: 1.5;
	margin: 20px 0;
}
.chapter-contact-inner a {
	border-bottom: 2px solid #008a00;
	color: #008a00;
	text-decoration: none;
	transition: all ease-in-out 0.4s;
}
.chapter-contact-inner a:hover {
	border-bottom: 2px solid transparent;
}
/* Homepage -------------- */
.homepage-content-wrap {
	background-color: #EDEDED;
}
.homepage-latest-wrapper {

}
.homepage-latest-inner {
	margin: 50px auto;
	max-width: 1000px;
	width: 90%;
}
.homepage-latest-inner h2 {
	font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
.homepage-latest-copy-div {
	font-size: 16px;
	margin: 20px 0;
}
.homepage-content-wrap .latest-wrap {
	display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 50px auto;
}
.homepage-content-wrap .latest-wrap .single-post-card {
	width: 32%;
}
.homepage-content-wrap .homepage-action-card {
	background: #fff;
	color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
}
.homepage-content-wrap .homepage-action-card .image-wrapper {
    display: inline-block;
	position: relative;
	order: 2;
    width: 50%;
	background-size: cover;
    background-position: center;
}
.homepage-content-wrap .homepage-action-card .image-wrapper img {
	display: none;
}
.homepage-content-wrap .homepage-action-card .image-wrapper:after {
	content: url(./images/dots-corner-green.svg);
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.homepage-content-wrap .homepage-action-card .home-featured-page-inner {
	background-color: #fff;
    display: inline-block;
	-ms-flex-order: 1;
    order: 1;
    max-width: 550px;
    padding: 30px 40px;
    vertical-align: top;
    width: 50%;
}
.homepage-content-wrap .homepage-action-card h4 {
	color: #85d24c;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.homepage-content-wrap .homepage-action-card h3 {
	color: #000;
	font-family: "kepler-std-display",serif;
}
.homepage-content-wrap .homepage-action-card .home-featured-page-inner p {
	color: #000;
}
.search-a-div {
	background-color: #282828;
	font-size: 16px;
    padding: 20px 3% 20px 16px;
	text-align: left;
}
a.search-a-input {
    background-color: transparent;
	border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    max-width: 80%;
    padding: 12px 0;
}
.form-actions {
    background-color: #85d24c;
    float: right;
    height: 40px;
    margin-top: 3px;
    overflow: hidden;
    position: relative;
    width: 40px;
}
.search-a-div input[type="text"] {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
	font-size: 16px;
    font-weight: 600;
    max-width: 80%;
    padding: 12px 0;
	width: 70%;
}
.search-a-div input[type="text"]::placeholder {
	color: #fff;
}
.form-actions input[type="submit"] {
    background: none;
    border-radius: 0;
    border: 0;
    display: inline-block;
    height: 40px;
    font-size: 0;
    min-width: inherit;
    padding: 0;
    position: absolute;
    width: 40px;
}
.form-actions:after {
    content: "";
	background-image: url(./images/searchicon.svg);
	background-repeat: no-repeat;
    background-size: 23px;
    background-position: center;
    color: #282828;
    display: inline-block;
    font: normal ;
    font-size: 1.9rem;
    height: 40px;
    width: 40px;
}
/* About Us -------------- */
/* About Us -------------- */
/* About Us -------------- */
.single-news-page-wrapper.person {

}
.bio-image {
	float: left;
	margin: 0 20px 20px 0;
	width: 360px;
	height: auto;
	max-width: 100%;
}
.job-right.person p {
    margin-top: 20px;
}
.job-right.person p a {
	display: inline-block;
	margin: 0 10px;
}
.job-right.person p a svg {
	height: 27px;
	width: auto;
}
.job-right.person p a svg #white_background,
.job-right.person p a svg #Shape,
.job-right.person p a svg .fill {
	transition: all ease-in-out 0.4s;
}
.job-right.person p a svg #white_background {
	fill: #86D24C;
}
.job-right.person p a:hover svg #white_background,
.job-right.person p a:hover svg #Shape,
.job-right.person p a:hover svg .fill {
	fill: #77bc3b !important;
}
.job-right.person .chapter-wrap {
	margin: 40px 0;
}
.job-right.person .chapter-wrap svg {
	display: inline-block;
	height: 30px;
	width: auto;
    vertical-align: text-bottom;
}
.job-right.person .chapter-wrap h2 {
    font-size: 25px;
    font-weight: 500;
}
.job-right.person .chapter-wrap p {
	font-size: 16px;
	margin: 10px;
}
.single-news-page-wrapper.person .single-body-wrapper.job-left {
	margin-top: 0;
}
span.quote {
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 67%,#94e955 68%,rgba(148,233,85,0.88) 86%,rgba(148,233,85,0) 88%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=0);
    display: inline;
    padding: 0;
	font-size: 30px;
	font-family: "kepler-std-display",serif;
	font-weight: 600;
	line-height: 1.2;
}
.node-type-action formtemplate {
	width: 100%;
}

.node-type-action formtemplate .sli-content-pane {
    max-width: 100% !important;
}
.single-news-page-wrapper.action .single-body-wrapper {
	max-width: 1100px;
}
.sli-action-pane.sli-widget,
.sli-content-pane.sli-widget {
	width: 100% !important;
	max-width: 100% !important;
}
.single-news-page-wrapper.events {
	background: #ededed;
}
.single-news-page-wrapper.events h2 {
	color: #000000;
    font-size: 50px;
    letter-spacing: 0;
	font-family: "kepler-std-display",serif;
    padding: 10px 0;
    position: relative;
    z-index: 2;
}
.single-news-page-wrapper.events h2:before {
	content: '';
    background: #78BC43;
    position: absolute;
    height: 20px;
    width: 80%;
    z-index: -1;
    bottom: 14px;
}
.single-news-page-inner.events {
	max-width: 1000px;
}
.single-body-wrapper.events {
	max-width: 100%;
}
.single-body-wrapper.events.top {
	margin: 20px 0;
}
.button {
    background-color: #00ABC7;
    border: none;
	border-radius: 20px;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 100%;
    margin: 4px 2px;
    cursor: pointer;
}
.button:hover {
	background: #77bc3b;

    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a.button {
    background-color: #00ABC7;
    border: none;
	border-radius: 20px;
    color: white !important;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 100%;
    margin: 4px 2px;
    cursor: pointer;
}
a.button:hover {
	background: #77bc3b !important;

    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.term-the-bulletin-board h4 a {
	color: #008a00;
	font: inherit;
	text-decoration: none;
    transition: all 0.25s linear 0s;
	border-bottom: 2px solid #008a00;
    font-size: 33px;
}
.term-the-bulletin-board a {
	color: #008a00;
	font: inherit;
	text-decoration: none;
}
.term-the-bulletin-board p {
	font-size: 18px;
}
.term-the-bulletin-board .date {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
.term-the-bulletin-board .summary-p p {
    text-align: start !important;
}
.term-the-bulletin-board .papers-wrapper .policy-article {
    margin: 50px 0;
}
.page-template-search input#keyword-input {
	height: 50px;
    border: 1px solid;
    border-color: #000;
    color: #000;
    outline: 0;
    margin: 0;
    max-width: 300px;
    padding: 15px;
    text-align: left;
    font-size: 14px;
    vertical-align: top;
    width: 100%;
	margin-top: 10px;
}
.page-template-search input.full-search-input.search-btn {
    margin-left: 1.5rem;
    background: #85d24c;
    border-radius: 20px;
    border: 0 solid transparent !important;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 0.8rem 2rem;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none;
    min-width: 125px;
    overflow: hidden;
    transition: background-color 0.3s ease-in-out;
    border-bottom: none !important;
	cursor: pointer;
}
.search-form-wrapper {
    margin: 30px 0;
}
.search-form-wrapper form {
    margin: 10px 0;
}
.search-form-wrapper form .row {
	display: flex;
    align-items: center;
}
.search-form-wrapper form p {
    font-size: 14px;
}
.search-form-wrapper a.search-filter-a {
    color: black;
    font-size: 14px;
}
.search-results-wrapper .page-card {
	margin: 50px auto;
    max-width: 775px;
}
.search-results-wrapper .page-card h2 a {
	font-size: 32px;
	font-family: "kepler-std-display",serif;
}
article.search-results-wrapper h2 {
    font-size: 26px;
}
body.logged-in .site-header {
	padding-top:27px;
}
.actions-chap-page {
	padding: 50px;
	background-color: #fff;
}
.actions-chap-page-inner {
	max-width: 1000px;
	margin: 0 auto;
}	
.content-wrap-chap {
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
}
.single-chapter-wrapper .single-card p a {
	border-bottom: 2px solid #008a00;
    color: #008a00;
    text-decoration: none;
    transition: all 0.25s linear 0s;
} 
.single-chapter-wrapper .single-card p a:hover {
	border-bottom: none;
}
.page-template-page-teacher_leader .single-person-card {
	text-align: center;
}
.wp-block-table.no-border table,
.wp-block-table.no-border,
.wp-block-table.no-border td,
.wp-block-table.no-border th {
    border: none;
}

@font-face {
    font-family: 'Lemon';
    src: url('/sites/all/themes/custom/e4e_theme/css/lemon/LEMONMILK-Regular.otf');
}

@font-face {
    font-family: 'Lemon Bold';
    src: url('/sites/all/themes/custom/e4e_theme/css/lemon/LEMONMILK-Bold.otf');
}

.crt_main {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.crt_main .ext {
    display: none !important;
}

.crt_landing-main {
    padding-top: 0;
    overflow: hidden;
}

.crt_landing-main a {
    border: none;
    color: #008a00;
}

.crt_landing-main .crt_resource-card-wrap a {
    color: #000000;
    text-decoration: none;
}

.crt_landing-main a:hover {
    color: #7ABC43;
}

.crt_header {
    background-color: #000000;
    padding: 30px 5%;
    position: relative;
}

a.crt_main-logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 400px;
    width: 30%;
}

a.crt_main-logo svg,
a.crt_main-logo img {
    height: auto;
    width: 100%;
} 

.crt_main-nav {
    display: inline-block;
    position: relative;
    text-align: right;
    vertical-align: middle;
    /* width: calc(100% - 405px); */
    width: calc(100% - 31%);
}

/* MOBILE NAV */
.container {
    cursor: pointer;
    float: right;
    right: 5%;
    position: absolute;
    top: 20px;
    z-index: 10;
    display: block;
    display: none;
}

.bar1, .bar2, .bar3 {
    background-color: #007C28;
    height: 5px;
    margin: 6px 0;
    transition: all 0.4s;
    width: 35px;
}

.change .bar1 {
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px);
    /* background-color: #082D81; */
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(-45deg) translate(8px, -7px);
    transform: rotate(-45deg) translate(8px, -7px);
    /* background-color: #082D81; */
}

/* .container {
    display: none;
} */

.crt_main-nav ul {
    list-style: none;
    margin: 0;
}

.crt_main-nav ul li:before {
    display: none;
}

.crt_main-nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
}

.crt_landing-main .crt_main-nav ul li a {
    border-bottom: 2px solid transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    font-family: 'Lemon', sans-serif;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.crt_main-nav ul li a img {
    display: inline-block;
    vertical-align: top;
    width: 23px;
}

.crt_main-nav ul li a span {
    display: inline-block;
    vertical-align: middle;
}

.crt_main-nav ul li a.crt_green-btn {
    border: none !important;
    color: #FFFFFF !important;
    padding: 12px 20px;
    margin-right: 0;
}

.crt_main-nav ul li a.crt_green-btn:hover {
    background-color: #007C28;
}

.crt_landing-main .crt_main-nav ul li:hover a {
    border-bottom: 2px solid #007C28;
}

/* HERO */
.crt_hero {
    position: relative;
}

.crt_hero-video-wrap {
    height: 700px;
    width: 100%;
    overflow: hidden;

    width: 65%;
    margin-left: auto;
}

.crt_hero-video-wrap video {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    object-fit: cover;
    display: block;
}

.crt_white-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    background-image: linear-gradient(90deg,#000 41%,rgba(255,255,255,0.00) 81%,rgba(255,255,255,0.00) 100%);
}

.crt_hero-inner {
    left: 5%;
    max-width: 90%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    /* width: 800px; */
    width: 50%;
}

.crt_h1 h2 {
    color: #037934;
    font-family: 'Lemon Bold', sans-serif;
    font-size: 59px;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 0;
}

.crt_hero-inner p {
    font-size: 23px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 20px 0;
    max-width: 600px;
}

.crt_green-btn {
    background: #7ABC43;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Lemon Bold', sans-serif;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0;
    padding: 20px 30px;
    text-align: center;
    text-transform: uppercase;
	text-decoration: none;
}

.crt_green-btn:hover {
    background-color: #007C28;
}

.crt_take-action {
    margin: 0 auto;
    max-width: 1200px;
    padding: 30px 0;
}

.crt_take-action h2 {
    color: #037934;
    font-family: 'Lemon Bold', sans-serif;
    font-size: 55px;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}

.crt_take-action-left {
    display: inline-block;
    padding-right: 2%;
    width: 49%;
    vertical-align: top;
    vertical-align: middle;
}

.crt_take-action-left img {
    height: auto;
    width: 100%;
}

.crt_take-action-right {
    display: inline-block;
    text-align: center;
    width: 49%;
    vertical-align: top;
    vertical-align: middle;
}

.crt_take-action-right h3 {
    color: #78BC43;
    font-family: 'Lemon Bold',sans-serif;
    font-size: 30px;
    margin: 20px 0;
    padding: 0;
}

.crt_take-action-right p {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.3;
}

.crt_take-action-form-wrapper {
    font-size: 0;
    text-align: left;
}

.crt_take-action-form-wrapper input {
    background: #D4EB8D;
    border: none;
    display: inline-block;
    margin: 1%;
    font-size: 20px;
    max-width: none;
    padding: 5px 10px;
    /* width: 48%; */
    width: 20px;
}

.crt_take-action-form-wrapper input[type='submit'],
.crt_take-action-form-wrapper a.sli-button.sli-floating.sli-large {
    background-color: #000000 !important;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    font-family: 'Lemon Bold', sans-serif;
    font-size: 25px;
    letter-spacing: 0;
    margin-left: auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.crt_take-action-form-wrapper a.sli-button.sli-floating.sli-large:hover {
    background-color: #007C28 !important;
}

.crt_problem,
.crt_national-impact {
    background-color: #D4EB8D;
    position: relative;
    padding: 50px 5%;
}

.crt_problem .apple-background {
    /* height: 800px; */
    height: 90%;
    left: 5%;
    position: absolute;
    width: auto;
}

.crt_problem .inner,
.crt_national-impact .inner {
    max-width: 1100px;
    margin: auto;
}

.crt_problem h2,
.crt_national-impact h2,
.crt_map-wrapper h2 {
    font-family: 'Lemon Bold',sans-serif;
    font-size: 55px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.crt_problem h3,
.crt_national-impact h3 {
    color: #000000;
    font-family: 'Lemon Bold',sans-serif;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.1;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.crt_problem p,
.crt_national-impact p,
.crt_map-wrapper p {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 20px 0;
    position: relative;
    z-index: 2;
}

.crt_map-image {
    max-width: 100%;
    margin-top: 45px;
}

.crt_map-lengend {
    margin-top: 30px;
    max-width: 100%;
}

.crt_national-impact {
    margin: auto;
}

.crt_card-wrap .paragraphs-items {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: space-evenly;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.crt_card {
    display: inline-block;
    text-align: center;
    padding: 0 1%;
    width: 24%;
}

.crt_card p {
    margin: 20px 0 30px;
}

.crt_card img {
    height: 169px;
    width: 100%;
    object-fit: contain;
}

.crt_map-wrapper {
    background-color: #D4EB8D;
    margin: auto;
    padding: 50px 5%;
}

.crt_inner {
    max-width: 1100px;
    margin: auto;
    /* width: 90%; */
}

.crt_map-wrapper svg {
    height: auto;
    width: 100%;
}

.crt_resources {
    margin: 50px auto;
}

.crt_resources h2 {
    color: #037934;
    font-family: 'Lemon Bold',sans-serif;
    font-size: 55px;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}

.resource-card-wrap {
    display: flex;
    justify-content: space-around;
}

.resource-card-wrap h3 {
    font-family: 'Lemon Bold',sans-serif;
    font-size: 30px;
    color: #74B340;
    letter-spacing: 0;
    line-height: 1.2;
}

.resource-card-wrap p {
    font-size: 22px;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.3;
}

.crt_resources {
    margin: 50px auto;
    max-width: 1100px;
    width: 90%;
}

.crt_resources h2 {
    color: #037934;
    font-family: 'Lemon Bold',sans-serif;
    font-size: 55px;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}

.crt_resource-card-wrap {
    display: flex;
    justify-content: space-around;
}

.crt_resource-card {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding: 30px 2%;
}

.crt_resource-card h3 {
    color: #74B340;
    font-family: 'Lemon Bold',sans-serif;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.2;
    padding-top: 0;
    text-transform: uppercase;
}

.crt_resource-card p {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.3;
}

.crt_resource-card ul li {
    padding: 0;
    list-style: none;
    margin: 2rem 0 2rem 3rem;
}

.crt_resource-card ul li:before {
    display: block;
    position: absolute;
    color: #85d24c;
    content: '\25CF';
    font-size: 1.7rem;
    padding: 0 1rem 0 0;
    margin-left: -3rem;
}

#main.crt_landing-main a {
    border: none;
}

#main.crt_landing-main .crt_resource-card-wrap a {
    color: #000000;
    text-decoration: none;
}

.crt_sub-footer {
    background-color: #000000;
    text-align: center;
    padding: 15px 5%;
}

.crt_sub-footer p {
    color: #78BC43;
    font-family: 'Lemon', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.1;
    padding: 0;
    text-align: center;
}

.crt_sub-footer p span {
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
}

.crt_sub-footer p span svg,
.crt_sub-footer p span img {
    height: auto;
    width: 40px;
}

.crt_header.footer {
    background-color: #FFFFFF;
}

.crt_header.footer .crt_main-nav {
    width: 100%;
}

.crt_landing-main .footer .crt_main-nav ul li a,
.crt_header.footer .crt_main-nav ul li a {
    color: #000000;
}

.crt_header.footer .footer-ul {
    text-align: center;
    width: 100%;
}

.crt_header.footer .footer-ul .crt_nav li {
    margin-top: 10px;
}

.crt_landing-main .footer .crt_main-nav ul li {
    vertical-align: top;
    padding: 0 4%;
}

.crt_landing-main .footer .crt_main-nav ul li.no-hover a,
.crt_landing-main .footer .crt_main-nav ul li.no-hover:hover a {
    border-color: transparent !important;
}

.crt_main-nav .social-div {
    display: flex;
    justify-content: space-evenly;
    /* margin-left: auto;
    margin-top: 10px;
    margin-right: 20px; */
    margin: 20px auto;
    /* width: 166px; */
    width: 100%;
}

.crt_main-nav .social-div a {
    display: inline-block;
}

.crt_main-nav .social-div a svg {
    height: 20px;
    width: auto;
}

.crt_main-nav .social-div a .fill-hover {
    transition: all ease-in-out 0.4s;
}

.crt_main-nav .social-div a:hover .fill-hover {
    fill: #78BC43;
}

.node-type-crt-landing-page .addthis-smartlayers-mobile,
.node-type-crt-landing-page .addthis-smartlayers-desktop {
    display: none !important;
}

/* Popup */
#dvGlobalMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    background-color: #000;
    opacity: .8;
    display: none;
}

#popupvideo {
    display: none;
    position: absolute;
    z-index: 9999;
    background-repeat: no-repeat;
    padding: 20px;
    width: 1000px;
    max-width: 95%;
    color: #ffffff;
    background-color: #7ABC43;
}

#popupvideo iframe {
    width: 100%;
}

#popupvideo .modalnav {
    cursor: pointer;
    height: 25px;
    width: 25px;
    position: absolute;
    right: -20px;
    top: -20px;
    color: #fff;
    z-index: 9000;
    background-color: #000000;
    border-radius: 25px;
    padding: 7px 5px 5px 5px;
    border: solid 4px #fff;
    -webkit-box-shadow: 0px -1px 28px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 28px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 28px -9px rgba(0, 0, 0, 0.75);
    font-weight: bold;
    font-size: 20px;
    vertical-align: bottom;
    text-align: center;
    line-height: 21px;
    box-sizing: content-box;
}

.yt-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.yt-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#popupvideo .modalnav {
    display: none;
}

#popupvideo .modalnav {
    display: block;
}

/* Form */
.crt_take-action-form-wrapper {
    box-sizing: border-box !important;
}

.crt_take-action-form-wrapper .single-form {
    display: inline-block;
    margin: 1% 0;
    width: 49%;
    vertical-align: top;
    font-family: "roboto",sans-serif !important;
}

.crt_take-action-form-wrapper .single-form.one {
    padding-right: 20px;
}

.crt_take-action-form-wrapper .single-form.two {
    padding-left: 20px;
}

.crt_take-action-form-wrapper .id_a1e76b7b-38af-4271-a133-526aed9a457c .sli-content-pane {
    max-width: 100% !important;
}

.crt_take-action-form-wrapper .sli-widget .sli-element p {
    line-height: 1.1;
}

.crt_take-action-form-wrapper .sli-form input:not([type]), 
.crt_take-action-form-wrapper .sli-form input[type="text"], 
.crt_take-action-form-wrapper .sli-form input[type="password"], 
.crt_take-action-form-wrapper .sli-form input[type="date"], 
.crt_take-action-form-wrapper .sli-form input[type="datetime"], 
.crt_take-action-form-wrapper .sli-form input[type="datetime-local"], 
.crt_take-action-form-wrapper .sli-form input[type="month"], 
.crt_take-action-form-wrapper .sli-form input[type="week"], 
.crt_take-action-form-wrapper .sli-form input[type="email"], 
.crt_take-action-form-wrapper .sli-form input[type="number"], 
.crt_take-action-form-wrapper .sli-form input[type="search"], 
.crt_take-action-form-wrapper .sli-form input[type="tel"], 
.crt_take-action-form-wrapper .sli-form input[type="time"], 
.crt_take-action-form-wrapper .sli-form input[type="url"], 
.crt_take-action-form-wrapper .sli-form input[type="color"], 
.crt_take-action-form-wrapper .sli-form textarea, 
.crt_take-action-form-wrapper .sli-form input[type="file"], 
.crt_take-action-form-wrapper .sli-form select {
    background-color: #D4EB8D !important;
    border: none !important;
    /* display: inline-block; */
    margin: 0 !important;
    font-size: 20px;
    max-width: none;
    padding: 5px 10px;
    /* width: 48%; */
}

.crt_take-action-form-wrapper .sli-form select {
    background-size: 46px;
}

.crt_take-action-form-wrapper .sli-field-error {
    margin: 0 !important;
}

.crt_take-action-form-wrapper .sli-element {
    margin: 10px 0;
}

.crt_take-action-form-wrapper .sli-label {
    font-weight: bold !important;
}

.crt_take-action-form-wrapper .sli-row .sli-row {
    margin: 0 !important;
}

.crt_take-action-form-wrapper .sli-column, 
.crt_take-action-form-wrapper .sli-columns {
    padding: 0 !important;
}

.crt_take-action-form-wrapper #id_d5a9a695-13af-49b6-9c43-74dd96862b46 {
    padding: 0 0 0 10px !important;
}

.crt_take-action-form-wrapper #id_da7884fb-0b72-42a5-9acd-7565071e9e34 {
    padding: 0 10px !important;
}

.policy-body.basic-body-inner {
    max-width: 1000px;
    scroll-behavior:smooth;
}

.policy-body .youtube-embed-wrap {
    margin: 8px 0 20px 20px;
    float: right;
    width: 500px;
}

.policy-body .youtube-embed-inner {
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.policy-body .youtube-embed-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.policy-body .icon-wrap {
    margin: 40px auto;
}

.policy-body .icon-wrap img {
    display: inline-block;
    height: auto;
    width: 200px;
    vertical-align: top;
    transition: all 0.25s linear 0s;
}

.policy-body .icon-wrap a:hover img {
    transform: scale(.9);
}

.policy-body .icon-inner {
    display: inline-block;
    width: calc(100% - 205px);
    padding-left: 5%;
    vertical-align: top;
}

.policy-body .headshot-wrap {
    /* max-width: 85%;
    margin: 20px auto 0; */
    margin: 20px auto 0;
    background: #ebe9e9;
    padding: 20px 7%;
}

.policy-body .headshot-wrap img {
    display: inline-block;
    height: auto;
    width: 200px;
    vertical-align: top;
}

.policy-body .headshot-wrap .quote {
    display: inline-block;
    width: calc(100% - 205px);
    padding-left: 5%;
    vertical-align: top;
}

.policy-body.basic-body-inner a.smooth-a {
    display: block;
    border: none;
    border-radius: 21px;
    padding: 15px 20px;
    text-decoration: none;
    background-color: #83cb4a;
    color: #fff;
    text-align: center;
    max-width: 130px;
    margin-left: auto;
    font-weight: bold;
}

.policy-body.basic-body-inner a.smooth-a:hover {
    background-color: #94e955;
}

.policy-body h4 {
    font-size: 30px;
    margin: 20px 0;   
    line-height: 1.4; 
    font-family: "kepler-std-display",serif;
}

.policy-body h3 {
    font-size: 25px;
    margin: 20px 0;   
    line-height: 1.4; 
    font-family: "kepler-std-display",serif;
}

.according-h3 {
    cursor: pointer;
}

.according-h3:after {
    content: '\02795';
    font-size: 13px;
    color: #008a00;
    float: right;
    margin-left: 5px;
    filter: invert(100%) sepia() saturate(9970%) hue-rotate(90deg) brightness(1.3);
    margin: 12px 3px;
}

.according-h3.active:after {
    content: "\2796";
}

.according-h3.active {
    background-color: transparent;
}

.policy-body h5 {
    font-size: 28px;
    margin: 20px 0;   
    line-height: 1.4; 
    font-family: "kepler-std-display",serif;
}

.policy-body .according-inner {
    display: none;
}

.policy-body .according-div {
    margin: 25px 0;
}

.policy-body .according-div ul {
    margin: 25px 0 25px 5%
}

.policy-body .according-div ul li {
    margin: 10px 0 10px;
}

.policy-body .title-wrap {
    margin: 40px 0 20px;
}

.basic-body-inner.policy-body h2 {
    text-align: center;
}

.policy-body .quote p {
    font-size: 18px;
}

.policy-body .according-wrap {
    margin-bottom: 50px;
}

.policy-body a.img.smooth {
    text-decoration: none !important;
    border: none !important;
}


.call-action-section {
    background-color: #83cb4a;
    border-radius: 25px;
    padding: 30px 5%;
    text-align: center;
}


.call-action-section h2 {
    font-family: "kepler-std-display",serif;
    font-size: 60px;
}

.call-action-section h2 span {
    display: block;
    /* font-family: "kepler-std-display",serif; */
    font-size: 35px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    margin-top: 15px;
    font-weight: normal;
}

.call-action-section a {
    display: inline-block;
    /* border-radius: 10px; */
    margin: 20px auto;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    border-color: #000;
}

.call-action-section a:hover {
    border-bottom: 2px solid transparent;
}

.letter {
    background-color: #ededed;
    padding: 60px 70px;
    margin-bottom: 30px;
}

.single-action .homepage-hero-wrapper .hero-inner h1,
.single-campaign .homepage-hero-wrapper .hero-inner h1 {
    font-size: 50px;
}

.tweetable {

}

.tweetable_lower-wrap {
    padding-top: 2rem;
    text-align: center;
}

.tweetable.greenhighlight {
    font-family: "kepler-std-display",serif;
    text-align: center !important;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 67%,#94e955 68%,rgba(148,233,85,0.88) 86%,rgba(148,233,85,0) 88%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=0);
    display: inline;
    padding: 0;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
}

blockquote {
    text-align: center;
}

.tweetable.greenhighlight::after {
    content: "";
    display: table;
    clear: both;
}
  
a.tweetable_link {
    font-size: 4rem;
    color: #94e955;
    border-bottom: none !important;
}

table.TAM {
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    border: 0px solid #FFFFFF;
    background-color: #FFFFFF;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

table.TAM tbody td {
    font-size: 16px;
    color: #3d3935;
}

table.TAM td, table.TAM th {
    border: 0px solid #FFFFFF;
    padding: 10px 10px;
}

table.TAM right img {
    display: block;
}


/* gallery */
.award-wrapper,
.gallery-card-wrapper {
	text-align: center;
	width: 90%;
    margin: auto;
}

.award-wrapper h2,
.gallery-wrapper h2 {
    text-align: center;
    margin-bottom: 30px;
}

.award-card,
.gallery-card {
    display: inline-block;
    margin: 30px 20px;
    width: 30%;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    /* max-width: 300px; */
}

.gallery-card img {
    /* border-radius: 50%; */
    display: block;
    /* height: 200px; */
    margin: 0 auto 20px;
    object-fit: cover;
    /* width: 200px; */
    max-width: 95%;
    max-height: 500px;
    aspect-ratio: 16 / 9;
    /* aspect-ratio: 1/1; */
    /* transition: all 0.2s ease-in-out; */
}

.slick-prev, .slick-next {
    top: 47%;
}

.gallery-card-wrapper .slick-prev:before, 
.gallery-card-wrapper .slick-next:before {
    color: #282828;
    font-size: 30px;
}

.award-wrapper {
    width: 100%;
}

.award-card-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.award-card {
    margin: 30px 0;
}

.award-card h3 {
    font-family: "kepler-std-display", serif;
    font-weight: 600;
    font-size: 22px;
    color: #007C28;
    line-height: 1.3;
    margin: 10px 0;
}

.award-card img {
    border-radius: 50%;
    display: block;
    height: 200px;
    margin: 0 auto 20px;
    object-fit: cover;
    width: 200px;
    max-width: 100%;
    aspect-ratio: 1/1;
    transition: all 0.2s ease-in-out;
}

.award-card p.title {
    font-weight: 500;
    margin: 10px 0;
    transition: all 0.1s ease-in-out;
}


.award-card:hover {
    color: #007C28;
}

.award-card:hover img {
    filter: grayscale(1);
}

.award-card a.learn-more-a {
    background: #85d24c;
    border-radius: 20px;
    border: 0 solid transparent;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    min-width: 125px;
    padding: 0.7rem 1rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}

.award-card a.learn-more-a:hover {
    background: #77bc3b;
}

/* Lightbox styling */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lightbox-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 700px;
    max-width: 90%;
    text-align: center;
    position: relative;
    overflow-y: scroll;
    height: 90vh;
}

.lightbox-content img {

    border-radius: 50%;
    display: block;
    height: 200px;
    margin: 0 auto 20px;
    object-fit: cover;
    width: 200px;
    max-width: 100%;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #007C28;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.lightbox-close:hover {
    color: #282828;
    transform: rotate(90deg);
}

.lightbox-content h3 {
    font-family: "kepler-std-display", serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.lightbox-content p.title {
    font-weight: 500;
    margin: 10px 0;
}

.lightbox-content p {
    font-size: 15px;
    line-height: 1.7;
    margin: 10px 0;
}

.lightbox-content p a {
    color: #75bb42;
}

.lightbox-content p a:hover {
    color: #007C28;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

/* Styling for the iframe to make it responsive */
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* new donation */
.donate-form-wrapper {

}

.donate-form-wrapper fieldset {
    border: none;
}

.donate-form-wrapper select,
.donate-form-wrapper input {
    border: 2px solid #2e2e2e;
	border-radius: 4px;
	font-size: 10px;
	line-height: 1.1;
	font-family: 'Roboto', sans-serif;
	padding: 10px 15px;
	font-size: 16px;
	margin-top: 10px;
	width: 100%;
}

.donate-form-wrapper select {
    padding: 9px 15px;
}

.donate-form-wrapper input::placeholder {
    color: #777;
}

#cons_state {
    color: #777;
}

/* Style when a valid selection is made */
#cons_state.valid-selection {
    color: #000;
}

.donate-form-wrapper input[type="submit"] {
    background-color: #85d24c;
    border-radius: 40px;
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    max-width: 300px;
    padding: 20px 35px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 400px;
    margin: 40px auto 0;
    border: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.3s ease-in-out;
}

.donate-form-wrapper input[type="submit"]:hover {
    background-color: #007C28;
    color: #FFFFFF;
}

.donate-form-wrapper .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.donate-form-wrapper .onethird {
    display: inline-block;
    width: 32%;
}

.donate-form-wrapper .full {
    display: inline-block;
    width: 100%;
}

.donate-form-wrapper .half {
    width: 100%;
}

.donate-form-wrapper .cc_wrapper {
    width: 54%;
}

.donate-form-wrapper .cvv_wrapper {
    width: 15%;
}

.donate-form-wrapper .exp_wrapper {
    width: 28%;
}

.donate-form-wrapper .amount-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}

.donate-form-wrapper .amount-buttons button {
    cursor: pointer;
    background-color: #85d24c;
    border-radius: 40px;
    color: #000000;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    max-width: 300px;
    padding: 15px 35px;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 32%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    transition: all 0.3s ease-in-out;
}

.donate-form-wrapper .amount-buttons button:hover {
    background-color: #007C28;
    /* color: #FFFFFF; */
}

.donate-form-wrapper .amount-buttons button.active {
    background-color: #007C28;
    color: #fff;
    border: none;
}

.donate-form-wrapper .custom-amount {
    display: none;
}

.donate-form-wrapper .step {
    display: none;
}

.donate-form-wrapper #step-one,
.donate-form-wrapper #step-two,
.donate-form-wrapper #step-three {
    margin-top: 20px;
}

.donate-form-wrapper #step-one {
    display: block;
}

.donate-form-wrapper .tab-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f5f7fa; 
    padding: 10px;
    border-radius: 5px;
}

.donate-form-wrapper .tab {
    position: relative;
    text-align: center;
    flex: 1;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #6c757d; 
    font-weight: 600;
    padding: 10px 0;
}

.donate-form-wrapper .tab.active {
    color: #000; 
}


.donate-form-wrapper .tab.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;
    height: 3px;
    background-color: #007bff; 
    transform: translateX(-50%);
    border-radius: 2px;
}

.donate-form-wrapper .step-number {
    display: inline-block;
    background-color: #282828;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}


.donate-form-wrapper .tab.inactive .step-number {
    background-color: #ccc; 
}

.donate-form-wrapper .tab:not(:last-child) {
    border-right: 1px solid #64a138; 
}

.donate-form-wrapper .tab.disabled {
    pointer-events: none; 
    opacity: 0.5; 
    cursor: not-allowed;
}

.donate-form-wrapper .tab.active {
    background-color: inherit;
}

.donate-form-wrapper h3 {
    font-family: "kepler-std-display", serif;
    font-size: 30px;
    line-height: 1.1;
    padding: 10px 0 10px;
}

.donate-form-wrapper p {
    margin: 10px 0;
}

.donate-form-wrapper .form-button {
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #282828;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
}

.donate-form-wrapper .form-button:hover {
    background-color: #444;
}

.donate-form-wrapper .form-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.donate-form-wrapper .form-button.pay {
    background-color: #85d24c;
    color: #000;
    border-radius: 30px;
    margin-left: 20px;
    padding: 20px 40px;
    font-weight: 600;
}

.donate-form-wrapper .form-button.pay:hover {
    background-color: #007C28;
    color: #fff;
}

.donate-form-wrapper .form-button.pay:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.donate-form-wrapper .radio-buttons {
    margin-top: 15px;
}

.donate-form-wrapper #error-message-step-one,
.donate-form-wrapper #error-message {
    color: #ff6900;
    color: #ff1900;
    font-weight: 600;
    font-family: "kepler-std-display", serif;
    font-size: 25px;
    line-height: 1.1;
}

.donate-form-wrapper input.error,
.donate-form-wrapper select.error {
    border: 2px solid red;
    outline: none;
}

.stripe-input {
    border: 2px solid #2e2e2e; 
    border-radius: 4px; 
    padding: 10px 15px; 
    font-size: 16px; 
    margin-top: 10px; 
    width: 100%; 
    box-sizing: border-box; 
}

#card-errors {
    color: #ff1900;
    font-size: 14px; 
    margin-top: 10px;
}

.form-control {
    font-family: "kepler-std-display", serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    grid-template-columns: 30px auto;
    gap: 0.5em;
}
  
.form-control + .form-control {
    margin-top: 1em;
}
  
.form-control:focus-within {
    color: #007C28;
}

.donate-form-wrapper input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
  
    font: inherit;
    color: #85d24c;
    width: 12px;
    height: 12px;
    border: 2px solid #007C28;
    border-radius: 50%;
    transform: translateY(-0.075em);
  
    display: grid;
    place-content: center;
    padding: 11px;
}
  
.donate-form-wrapper input[type="radio"]::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #007C28;
    /* Windows High Contrast Mode */
    background-color: CanvasText;
}
  
.donate-form-wrapper input[type="radio"]:checked::before {
    transform: scale(1);
}
  
.donate-form-wrapper input[type="radio"]:focus {
    outline: max(2px, 0.15em) solid #85d24c;
    outline-offset: max(2px, 0.15em);
}
  