@import url("dse1pec.css");

:root {
	--acumin: acumin-pro, sans-serif;
	--acuminCondensed: acumin-pro-semi-condensed, sans-serif;
	--regular: 400;
	--medium: 500;
	--semiBold: 600;
	--bold: 700;
	--black: 800;
	--blue: #0F294A;
	--green: #78AB40;
	--magenta: #FA1F75;
	--yellow: #EBB536;
	--grayGradient: linear-gradient(#9b9da0 0%, #fff 100%);
}


* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	color: var(--blue);
}

b, strong {
	font-weight: var(--bold);
}

.text-blue {
	color: var(--blue) !important;
	will-change: color;
}

a, a:hover {
	text-decoration: none;
}

a[class^='rr-pill-btn'], a[class*='rr-pill-btn'], button[class^='rr-pill-btn'], button[class*='rr-pill-btn'], input[class^='rr-pill-btn'], input[class*='rr-pill-btn'] {
	font-family: var(--acuminCondensed);
	font-weight: var(--bold);
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 40px;
	margin-right: 10px;
}

a[class^='rr-pill-btn-sm'], a[class*='rr-pill-btn-sm'], button[class^='rr-pill-btn-sm'], button[class*='rr-pill-btn-sm'] {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 44px;
	padding-right: 44px;
	padding-left: 44px;
}

a[class^='rr-pill-btn-md'], a[class*='rr-pill-btn-md'], button[class^='rr-pill-btn-md'], button[class*='rr-pill-btn-md'] {
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 50px;
	padding-right: 44px;
	padding-left: 44px;
}

a[class^='rr-pill-btn-lg'], a[class*='rr-pill-btn-lg'], button[class^='rr-pill-btn-lg'], button[class*='rr-pill-btn-lg'], input[class^='rr-pill-btn-lg'], input[class*='rr-pill-btn-lg'] {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 58px;
	height: 60px;
	padding-right: 44px;
	padding-left: 44px;
}

.rr-pill-btn-md-outline-light, .rr-pill-btn-sm-outline-light {
	border: 2px solid var(--magenta);
}

a[class*='light'], button[class*='light'] {
	background-color: #fff;
	color: var(--magenta);
}

a[class*='dark'], button[class*='dark'], input[class*='dark'] {
	background-color: var(--magenta);
	color: #fff;
	border: none;
}

a[class*='gray'], button[class*='gray'], input[class*='gray'] {
	background-color: #F2F4F5;
	color: var(--blue);
	border: none;
}

/* removed input[class*='dark']:hover, input[class*='gray']:hover */
a[class*='dark']:hover, button[class*='dark']:hover, a[class*='light']:hover, button[class*='light']:hover, a[class*='gray']:hover, button[class*='gray']:hover, a[class*='white']:hover, button[class*='white']:hover, a[class*='red']:not(a.program-box, a.program-box-col):hover, button[class*='red']:not(.program-box):hover, input.rr-pill-btn-lg-dark:hover {
	background-color: var(--green);
	border-color: var(--green);
	color: #fff;
}

a[class*='white'], button[class*='white'] {
    background-color: transparent;
    color: #fff;
	border: 2px solid #fff;
}

.rr-pill-btn-lg-dark {
	border: none;
}


p {
	font-family: var(--acumin);
	font-weight: var(--regular);
	font-size: 22px;
	line-height: 32px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--acuminCondensed);
	font-weight: var(--bold);
}

h1 {
	font-size: 60px;
	line-height: 72px;
}

h2 {
	font-size: 48px;
	line-height: 60px;
}

h1 > span {
	color: var(--yellow);
}

.container {
	max-width: 1200px;
}

.text-magenta {
	color: var(--magenta) !important;
}



/* HEADER CSS START */

header {
	padding-top: 20px;
	padding-bottom: 15px;
}

header .main-nav-wrapper > ul > li:not(:last-child) {
	margin-right: 43px;
}

header .main-nav-wrapper > ul > li:nth-last-child(2) {
	margin-right: 35px;
}

header .main-nav-wrapper > ul > li > a {
	font-family: var(--acuminCondensed);
	font-weight: var(--bold);
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 50px;
	display: block;
	text-align: center;
}

header .main-nav-wrapper > ul > li:not(:last-child) > a, .mobile-nav > li:not(:last-child) > a {
	color: var(--blue);
}


header .main-nav-wrapper > ul > li:not(:last-child) > a:hover, .mobile-nav > li:not(:last-child) > a:hover {
	color: var(--magenta);
}

header .main-nav-wrapper > ul > li:last-child > a, .mobile-nav > li:last-child > a {
	color: #fff;
	border-radius: 4px;
	background-color: var(--green);
	width: 140px;
	padding-left: 0.04rem;
	padding-right: 0.04rem;
}

header .main-nav-wrapper > ul > li:last-child > a:hover, .mobile-nav > li:last-child > a:hover {
	background-color: var(--magenta);
}

/* HEADER CSS END */



/* HERO CSS START */


.hero {
	position: relative;
	background-image: url(../jpg/hero-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 113px;
	padding-bottom: 112px;
}

.hero:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(10,26,48,1) 49%, rgba(255,255,255,0) 100%);
	opacity: 0.45;
}

.hero p {
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	margin-bottom: calc(43px + 1rem);
}

.hero h1 {
	color: #fff;
	margin-bottom: calc(18px + 0.5rem);
}


/* HERO CSS END */


/* PICTURE IN CONTAINER ( HOME-MISSION ) START */

.section-heading {
	font-family: var(--acumin);
	font-weight: var(--semiBold);
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 36px;
	color: var(--magenta);
	text-transform: uppercase;
}

.home-mission h2 {
	color: var(--blue);
}

.home-mission p {
	color: var(--blue);
}

.home-mission a[class^='rr-pill-btn-md'], .home-mission a[class*='rr-pill-btn-md'] {
	padding-left: 62px;
	padding-right: 62px;
}

.pic-section {
	padding-top: 85px;
	padding-bottom: 120px;
}

.pic-section .section-heading {
	margin-bottom: calc(14px + 0.5rem);
}

.pic-section h2 {
	margin-bottom: calc(16px + 0.5rem);
}

.pic-section p {
	margin-bottom: calc(33px + 1rem);
}

/* .home-mission .pic-img {
    max-width: 361px;
} */

/* PICTURE IN CONTAINER ( HOME-MISSION ) END */



/* HOME LATEST SECTION START */

.gradient-bg {
	position: relative;
}

.gradient-bg:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	max-height: 610px;
	background: var(--grayGradient);
	opacity: 0.09;
}

.home-latest {
	padding-top: 76px;
	padding-bottom: 100px;
}

.home-latest .post {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.home-latest .post:hover .post-title {
	color: var(--magenta);
}

.latest-post-wrapper {
    width: 100%;
}

.home-latest .post-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 200px;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 21px;
}

.home-latest .post-title {
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	color: var(--blue);
	margin-bottom: 20px;
}

.home-latest .category {
	font-family: var(--acumin);
	font-weight: var(--semiBold);
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background-color: var(--green);
	display: inline-block;
	text-transform: uppercase;
	padding-left: 12px;
	padding-right: 12px;
	    margin-left: 10px;
}

.category:before {
	content: none;
}

.home-latest .section-heading {
	margin-bottom: calc(20px + 0.5rem);
}

/* HOME LATEST SECTION END */


/* HOME PROGRAMES SECTION START */

.home-programes {
	width: calc(100% - 80px);
	margin: 0 auto;
	background-color: var(--blue);
	border-radius: 4px;
	color: #fff;
	padding-top: 79px;
	padding-bottom: 60px;
}

.hp-content-wrapper {
	max-width: 430px;
}

.home-programes .section-heading {
	margin-bottom: calc(17px + 0.5rem);
}

.home-programes h2 {
	line-height: 54px;
	margin-bottom: calc(18px + 0.5rem);
}

.home-programes p {
	margin-bottom: calc(33px + 1rem);
}

.program-box {
	background-color: #fff;
	border-radius: 4px;
	padding-top: 34px;
	padding-bottom: 48px;
	padding-left: 40px;
	padding-right: 60px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.program-box.red {
	border-bottom: 20px solid #E02B21;
}

.program-box.yellow {
	border-bottom: 20px solid #EBB536;
}

.program-box.green {
	border-bottom: 20px solid #78AB40;
}

.program-box h3 {
	font-size: 32px;
	line-height: 36px;
	color: var(--blue);
	max-width: 300px;
	margin-bottom: calc(0.5rem + 7px);
}

.program-box p {
	font-size: 18px;
	color: var(--blue);
	line-height: 26px;
	max-width: 245px;
	margin-bottom: 0px;
}

.program-box .pb-img {
	max-width: 110px;
	height: auto;
	align-self: center;
}

/* HOME PROGRAMES SECTION END */


/* HOME COMMUNITY SECTION START */

.home-community {
	padding-top: 110px;
	padding-bottom: 120px;
}

.home-community .section-heading, .contact-community .section-heading {
	margin-bottom: calc(0.5rem + 13px);
}

.home-community h2, .contact-community h2 {
	color: var(--blue);
	margin-bottom: calc(0.5rem + 17px);
}

.home-community p, .contact-community p {
	margin-bottom: calc(1rem + 43px);
}

/* HOME COMMUNITY SECTION END */


.bg-img-left {
	background-repeat: no-repeat;
	background-position: left -20% center;
	background-size: 49%;
}

.home-impact {
	padding-top: 85px;
	padding-bottom: 135px;
}

/* .home-impact.bg-img-left {
    background-position: left -21% center;
    background-size: 40%;
} */

.home-impact h2 {
	color: var(--blue);
	margin-bottom: calc(0.5rem + 17px);
}

.home-impact .section-heading {
	margin-bottom: calc(0.5rem + 13px);
}

.home-impact p {
	margin-bottom: calc(1rem + 43px);
}



/* FOOTER CSS START */


footer {
	background-color: var(--blue);
	color: #fff;
	padding-top: 70px;
	padding-bottom: 55px;
	border-bottom: 10px solid var(--green);
}

.awards {
	max-width: 170px;
	margin-inline: auto;
}

.footer-nav {
	list-style: none;
}

@media(min-width: 767px) {
	.footer-nav {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}

.footer-nav li a {
	font-family: var(--acuminCondensed);
	font-weight: var(--bold);
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 32px;
	color: #fff;
	text-transform: uppercase;
}

.copyright {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	opacity: 0.65;
	margin-top: 42px;
}

.footer-social li:not(:last-child) {
	margin-right: calc(0.5rem + 20px);
}

.footer-social li a {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
}

.footer-social li .youtube:hover {
	background-color: #FF0000;
	border-color: #FF0000;
	color: #fff;
}

.footer-social li .facebook:hover {
	background-color: #4267B2;
	border-color: #4267B2;
	color: #fff;
}

.footer-social li .twitter:hover {
	background-color: #1DA1F2;
	border-color: #1DA1F2;
	color: #fff;
}

.footer-social li .linkedin:hover {
	background-color: #0072b1;
	border-color: #0072b1;
	color: #fff;
}

.footer-social li .instagram:hover {
	background-color: #d62976  ;
	border-color: #d62976  ;
	color: #fff;
}

@media(max-width: 991px) {
	.footer-nav, .awards  {
		margin-bottom: 35px;
	}

	.footer-nav li {
		margin-bottom: 5px;
	}

	.copyright {
		margin-top: 52px;
	}
}

/* FOOTER CSS END */


/* ABOUT HERO CSS START */

/*.hero-about {
background-color: var(--blue);
color: #fff;
padding-top: 90px;
padding-bottom: 115px;
position: relative;
}*/

/*.hero-about:after {
content: '';
border-radius: 4px 0 0 4px;
position: absolute;
top: 92px;
right: 0px;
width: 540px;
height: calc(100% - 167px);
background-image: url(../images/about-hero-img.jpg);
background-repeat: no-repeat;
background-size: cover;
}*/

[class^="hero-"] p a, [class*=" hero-"] p a {
	color: var(--magenta);
	text-decoration: underline;
}

[class^="hero-"] p a:hover, [class*=" hero-"] p a:hover {
	color: var(--green);
	text-decoration: underline;
}

.hero-about .section-heading, .hero-career .section-heading, .hero-program .section-heading {
	margin-bottom: calc(0.5rem + 14px);
}

.hero-about h2, .hero-career h2, .hero-program h2 {
	margin-bottom: calc(0.5rem + 17px);
}

.hero-about p, .hero-career p, .hero-program p {
	font-size: 24px;
	line-height: 34px;
}

.hero-about p, .hero-career p, .hero-program p:not(:last-of-type) {
	margin-bottom: calc(1rem - 5px);
}

.about-approach {
	padding-top: 77px;
	padding-bottom: 70px;
}

.about-approach .section-heading {
	margin-bottom: calc(.5rem + 16px);
}

.about-approach h3 {
	max-width: 850px;
	margin-bottom: calc(0.5rem + 15px);
}

.about-approach p {
	max-width: 630px;
}

.about-impact {
	padding-top: 80px;
	padding-bottom: 70px;
}

.about-impact .section-heading {
	margin-bottom: calc(0.5rem + 18px);
}

.about-impact h3, .about-who h3, .about-approach h3, .about-supporter h3, .current-opening h3, .start-program-wrapper h3, .reports-wrapper h3 {
	font-size: 36px;
	line-height: 48px;
	color: var(--blue);
}

.about-impact h3 {
	margin-bottom: calc(0.5rem + 12px);
}

.about-impact p {
	margin-bottom: calc(1rem + 30px);
}

.about-impact-stats-wrapper {
	margin-top: 90px;
}

.impact-stats h2 {
	font-family: var(--acuminCondensed);
	font-weight: var(--bold);
	font-size: 72px;
	line-height: 48px;
	color: var(--blue);
	margin-bottom: calc(0.5rem + 15px);
}

.impact-stats p {
	font-family: var(--acumin);
	font-size: 22px;
	letter-spacing: 0.05em;
	line-height: 32px;
	color: var(--blue);
	text-transform: uppercase;
}

.about-who {
	padding-top: 85px;
}

.about-who .section-heading {
	margin-bottom: calc(0.5rem + 15px);
}

.about-who h3 {
	margin-bottom: calc(0.5rem + 13px);
}

.who-img-wrapper {
/* 	background-image: url('../images/who-we-are.png'); */
/* 	background-image: url('/wp-content/uploads/2023/02/who-we-are-img-1.png'); */
	background-image: var(--who-we-are-image);
	background-size: 50% auto;
	background-position: right -100px center;
	background-repeat: no-repeat;
}

.about-board {
	padding-top: 32px;
	padding-bottom: 70px;
}

.about-board .section-heading {
	margin-bottom: calc(0.5rem + 22px);
}

.person-box {
	margin-bottom: 40px;
	cursor: pointer;
}

.modal .modal-dialog {
    max-width: inherit;
}

.modal .close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #000;
    opacity: 1;
}

.tm-img-modal {
    margin-bottom: 20px;
}

.tm-name {
    margin-bottom: 0px;
}

.modal-social-icon {
    margin: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    text-align: right;
}

.modal-social-icon li:before {
    content: none !important;
}

.modal-social-icon li {
	padding-left: 0px;
}

.modal-social-icon li a {
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 30px;
    text-decoration: none;
    color: var(--green);
}

.modal-social-icon li a:hover {
	color: var(--yellow);
}

.modal-content {
    border: none;
}

.gl-modal-margin {
    margin-bottom: 40px;
}

@media (min-width: 776px) {
	.modal-dialog .modal-body {
		padding: 57px 70px 80px;
	}
	
	.modal .modal-dialog {
    	max-width: 970px;
	}
}

.person-img {
	height: 370px;
	background-color: #ccc;
	border-radius: 4px 4px 0 0;
	filter: grayscale(100%);
}

.person-box:hover .person-img {
	filter: grayscale(0%);
}

.person-details {
	height: 180px;
	background-color: var(--blue);
	padding: 19px 30px;
	border-radius: 0 0 4px 4px;
}

.person-name {
	font-weight: var(--bold);
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	margin-bottom: calc(0.5rem - 4px);
}

.person-designation {
	font-size: 18px;
	font-weight: var(--semiBold);
	letter-spacing: 0.1em;
	line-height: 26px;
	color: var(--magenta);
	text-transform: uppercase;
}

.about-team {
	padding-top: 80px;
	padding-bottom: 80px;
}

.about-team .section-heading {
	margin-bottom: calc(0.5rem + 20px);
}

.about-supporter {
	padding-top: 79px;
	padding-bottom: 140px;
}

.about-supporter h3 {
	margin-bottom: calc(0.5rem + 15px);
}

.about-supporter p {
	margin-bottom: calc(1rem + 5px);
}

.about-supporter .rr-pill-btn-md-dark {
	margin-top: 30px;
}

.arrow-box-list {
	display: flex;
	justify-content: space-between;
	padding-left: 0px;
	margin-top: 54px;
}

.arrow-box-list li {
	padding: 0px;
}

.arrow-box-list li:before {
	content: none;
}

.ab-box {
	width: 370px;
	height: 100%;
	border-radius: 4px;
	background-color: #fff;
	padding: 28px 23px 22px 40px;
	border-bottom: 20px solid var(--green);
	position: relative;
}

.arrow-box-list li:not(:last-child) .ab-box:after {
	content: '\f105';
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	position: absolute;
	top: calc(50% - 36px);
	right: -11%;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: var(--blue);
	color: #fff;
	font-size: 30px;
	line-height: 80px;
	text-align: center;
}

.ab-sub-heading {
	font-family: var(--acumin);
	font-weight: var(--semiBold);
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 36px;
	color: var(--green);
	text-transform: uppercase;
	margin-bottom: calc(0.5rem + 10px);
}

.ab-box .ab-heading {
	font-family: var(--acuminCondensed);
	font-weight: var(--bold);
	font-size: 30px;
	line-height: 40px;
	color: var(--blue);
	margin-bottom: calc(0.5rem + 9px);
}

.ab-box p {
	font-family: var(--acumin);
	font-size: 20px;
	line-height: 30px;
	color: var(--blue);
	max-width: 250px;
}

.about-approach.gradient-bg:before {
	max-height: inherit;
}

/* ABOUT HERO CSS END */


/* CONTACT CSS START */

.hero-contact {
	background-color: var(--blue);
	color: #fff;
	padding-top: 90px;
	padding-bottom: 115px;
	position: relative;
}

.hero-contact p {
	font-size: 24px;
	line-height: 34px;
	color: #fff;
}

.form-box {
	border-radius: 4px;
	background-color: #fff;
	padding: 42px 40px;
}

.form-box p {
	font-family: var(--acumin);
	font-weight: var(--medium);
	font-size: 28px;
	line-height: 34px;
	color: var(--blue) !important;
	margin-bottom: calc(1rem + 17px);
}

.rar-input, .rar-input.nf-element, #b1674570252237 {
	height: 54px;
	border-radius: 4px;
	background-color: #f0f0f0;
	border: 1px solid var(--blue);
	display: block;
	width: 100%;
	line-height: 54px;
	padding: 0 20px;
}

.ao-form label.ao-form-label {
	display: none !important;
}

@media (min-width: 767px) {
	.ao-submit-block {
		position: absolute;
		top: 7px;
		right: 10px;
	}
}

.ao-form-submit {
    padding-right: 30px !important;
    padding-left: 30px !important;
    background-color: var(--magenta) !important;
    color: #fff !important;
    border: none !important;
    font-size: 16px !important;
    letter-spacing: 0.1em !important;
    line-height: 26px;
    font-family: var(--acuminCondensed) !important;
    font-weight: var(--bold) !important;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 100vw !important;
}

.ao-form-submit:hover {
    background-color: var(--green) !important;
}

.rar-input {
	margin-bottom: 20px;
}

.rar-input.nf-element {
	margin-bottom: 0px;
}

.rar-input:focus, .rar-textarea:focus {
	outline: none;
}

.rar-textarea, .rar-textarea.nf-element {
	border-radius: 4px;
	background-color: #f0f0f0;
	border: 1px solid var(--blue);
	display: block;
	width: 100%;
	min-height: 160px;
	padding: 14px 20px;
	line-height: 22px;
}

.rar-input, .rar-textarea, #b1674570252237 {
	font-family: var(--acuminCondensed);
	font-weight: var(--medium);
	font-size: 18px;
	color: var(--blue);
}

::-webkit-input-placeholder {
	font-family: var(--acuminCondensed);
	font-weight: var(--medium);
	font-size: 18px;
	color: var(--blue);
}
::-moz-placeholder { 
	font-family: var(--acuminCondensed);
	font-weight: var(--medium);
	font-size: 18px;
	color: var(--blue);
}
:-ms-input-placeholder {
	font-family: var(--acuminCondensed);
	font-weight: var(--medium);
	font-size: 18px;
	color: var(--blue);
}
:-moz-placeholder {
	font-family: var(--acuminCondensed);
	font-weight: var(--medium);
	font-size: 18px;
	color: var(--blue);
}

.form-box input[type="submit"] {
	width: 100%;
	margin-top: 30px;
}

.contact-details {
	padding: 0px;
	list-style: none;
	margin-top: 55px;
}

.contact-details li {
	margin-bottom: 35px;
	position: relative;
	padding-left: 60px;
}

.contact-details li h6 {
	font-family: var(--acuminCondensed);
	font-weight: var(--bold);
	font-size: 24px;
	color: #fff;
	/*  margin-bottom: calc(0.5rem - 2px);*/
}

.contact-details li p, .contact-details li a {
	font-family: var(--acumin);
	font-weight: var(--medium);
	font-size: 18px;
	line-height: 26px;
}

.contact-details li p {
	color: #fff;
	margin-bottom: 0px;
}

.contact-details li a {
	color: var(--yellow);
	text-decoration: none;
}

.contact-details li:before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 24px;
	letter-spacing: 0.02em;
	color: #fff;
	opacity: 0.8;
	position: absolute;
	top: 0px;
	left: 0px;
}

.contact-details li.address:before {
	content: '\f813';
}

.contact-details li.phone:before {
	content: '\f2a0';
}

.contact-details li.email:before {
	content: '\e528';
}

.newsletter-box h4 {
	font-weight: var(--bold);
	font-size: 36px;
	line-height: 36px;
	color: var(--blue);
}

.rar-input-group .rar-input, #b1674570252237 {
	line-height: 60px;
	height: 60px;
	margin-bottom: 0px;
	padding-right: 180px;
}

.rar-input-group {
	position: relative;
}

.rar-input-group-append {
	position: absolute;
	top: 7px;
	right: 10px;
}

.rar-input-group-append .rr-pill-btn-sm-dark {
	padding-right: 30px;
	padding-left: 30px;
}

.newsletter-box {
	border: 2px solid var(--blue);
	border-radius: 4px;
	padding: 48px 60px 48px 40px;
	position: relative;
	background-color: #fff;
}

.newsletter-wrapper {
	position: relative;
}

.newsletter-wrapper:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 50%;
	width: 100%;
	background-color: var(--blue);
}

.contact-community {
	padding-top: 110px;
	padding-bottom: 130px;
}

/* CONTACT CSS END */


/* 	CAREER CSS START */

.hero-career, .hero-about {
	background-color: var(--blue);
	color: #fff;
	padding-top: 90px;
	padding-bottom: 115px;
	position: relative;
/* 	background-image: url(../images/career-img.png); */
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: center right -18%;
}

.hero-about {
	background-image: url(../png/about-hero-1.png);
}

.hero-career::before {
    content: " ";
    display: block;
    width: 100%;
    height: 311px;
    background-image: url(../png/img-career.png);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center right -18%;
    position: absolute;
    top: 100px;
}

.hero-impact {
    background-image: none;
}

.hero-impact::before {
    content: " ";
    display: block;
    width: 100%;
    min-height: 311px;
    background-image: url(../png/img-hero-impact.png);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center right -18%;
    position: absolute;
    top: 100px;
}

div[class^='hero'] .section-heading, div[class*='hero'] .section-heading {
	color: var(--yellow);
}

.hero-career p {
	max-width: 570px;
}

.current-opening {
	padding-top: 90px;
	padding-bottom: 100px;
}

.current-opening .section-heading {
	margin-bottom: calc(0.5rem + 16px);
}

.current-opening h3 {
	max-width: 520px;
	margin-bottom: calc(0.5rem + 15px);
}

.current-opening p {
	max-width: 470px;
}

ul:not(header ul, footer ul), ol {
	padding: 0px;
	list-style: none;
	padding-left: 25px;
}

ol {
  counter-reset: item;
}

ol li {
  counter-increment: item;
}

ul li:not(header ul li, footer ul li), ol li {
	font-family: var(--acumin);
	font-weight: var(--bold);
	font-size: 20px;
	line-height: 28px;
	color: var(--blue);
	position: relative;
	padding-left: 44px;
	margin-bottom: 31px;
	position: relative;
}

ul li:not(header ul li, footer ul li):before {
	content: "\f0da";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	top: 2px;
	left: 0px;
	font-size: 28px;
	color: var(--green);
}

ol li:before {
	content: counter(item) '.';
	font-family: inherit;
	position: absolute;
	top: 2px;
	left: 0px;
	font-size: inherit;
	color: var(--green);
}

.current-opening ul {
	max-width: 505px;
	margin-top: 34px;
}

.row.job-post-wrapper {
	padding-top: 62px;
}

.job-post {
	border-radius: 4px;
	background-color: #fff;
	border: 2px solid var(--blue);
	border-bottom-width: 11px;
	padding: 30px 48px 35px 38px;
	margin-bottom: 40px;
}

.job-title {
	font-size: 32px;
	line-height: 36px;
	color: var(--blue);
}

.job-details {
	margin-bottom: 0px;
}

.job-details span {
	font-family: var(--acuminCondensed);
	font-weight: var(--medium);
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 36px;
	color: var(--magenta);
	text-transform: uppercase;
}

.job-post .rr-pill-btn-sm-dark {
	min-width: 190px;
	text-align: center;
}

.career-values {
	padding-top: 78px;
	padding-bottom: 140px;
}

.career-values .section-heading {
	margin-bottom: calc(.5rem + 42px);
}

.values {
	margin-bottom: 56px;
}

.values h4 {
	font-size: 32px;
	line-height: 36px;
	color: var(--blue);
	margin-bottom: calc(0.5rem + 8px);
}

.values p {
	font-size: 18px;
	color: var(--blue);	
	line-height: 26px;
}

/* CAREER CSS END */


/* BLOG CSS START */


.hero-blog {
	background-color: var(--blue);
	color: #fff;
	padding-top: 90px;
	padding-bottom: 267px;
}

.hero-blog h3 {
	font-family: var(--acuminCondensed);
	font-weight: var(--medium);
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	margin-bottom: calc(.5rem + 20px);
}

.rr-featured-section, .rr-single-post {
	position: relative;
	margin-top: -190px;
	z-index: 2;
}

.rr-featured-section {
	padding-bottom: 90px;
}

.gradient-bg.fgb:before {
	height: 100%;
	max-height: inherit;
}

.rr-featured-section.gradient-bg.fgb:before, .rr-single-post.gradient-bg.fgb:before {
	top: 190px;
	height: calc(100% - 190px);
}

.featured-heading {
	font-family: var(--acumin);
	font-weight: var(--semiBold);
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 36px;
	color: #fff;
	margin-bottom: calc(.5rem + 7px);
}

.bp-content {
	background-color: #fff;
	padding: 30px 40px 47px;
	border-left: 1px solid var(--blue);
	border-right: 1px solid var(--blue);
	border-bottom: 11px solid var(--blue);
	border-radius: 0 0 4px 4px;
	margin-bottom: 30px;
}

.pi {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bp-img {
	display: block;
	position: relative;
	padding-bottom: 50%;
	border-radius: 4px 4px 0 0;
}

.bp-meta {
	font-family: var(--acumin);
	font-weight: var(--semiBold);
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 30px;
	margin-bottom: 13px;
}

.bp-meta .date {
	color: var(--blue);
}

.bp-meta a {
	color: var(--magenta);
}

.bp-meta a:not(.bp-meta > *:first-child) {
	margin-left: 10px;
}

.bp-heading {
	font-family: var(--acuminCondensed);
	font-weight: var(--bold);
	font-size: 32px;
	line-height: 44px;
	color: var(--blue);
	margin-bottom: calc(.5rem + 7px);
}

.bp-heading a {
	color: var(--blue);
}

.bp-heading a:hover {
    color: var(--magenta);
}

.bp-excerpt p {
	font-family: var(--acumin);
	font-size: 20px;
	line-height: 30px;
	color: var(--blue);
	margin-bottom: 0;
}

.bp-excerpt {
	margin-bottom: calc(1rem + 20px);
}

@media (min-width: 991px) {
/* 	.bp-heading {
		min-height: 88px;
	}
	
	.bp-excerpt {
		min-height: 160px;
	} */
	
/* 	.bc {
		min-height: 488px;
	} */
}

.posts-section {
	padding-top: 80px;
	padding-bottom: 60px;
}

.ps-heading {
	font-family: var(--acumin);
	font-weight: var(--semiBold);
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 36px;
	color: var(--blue);
	text-transform: uppercase;
	margin-bottom: calc(.5rem + 10px);
}

.view-all-link {
	font-family: var(--acuminCondensed);
	font-weight: var(--bold);
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 36px;
	color: var(--blue);
	text-transform: uppercase;
	position: relative;
	top: -9px;
}

.view-all-link i {
	margin-left: 7px;
	transform: translateX(-3px);
	transition: transform 0.35s cubic-bezier(0.3, 0.76, 0.47, 1.15);
}

.view-all-link:hover {
	color: var(--green);
	text-decoration: none;
}

.view-all-link:hover i {
	transform: translateX(0);
}

.posts-section-head {
	margin-bottom: 7px;
}

.view-all-blogs {
	width: min(430px, 100%);
	margin-top: 30px;
}


/* BLOG CSS END */


/* SINGLE BLOG START */

.rr-single-post {
	padding-bottom: 140px;
}

.rr-sp-blog-post {
	max-width: 1030px;
	margin: 0 auto;
}

.sp-content-wrapper {
	background-color: #fff;
	border: 1px solid var(--blue);
	border-top: none;
	border-radius: 0 0 4px 4px;
	padding: 42px 63px 70px;
}

.sp-heading {
	font-family: var(--acuminCondensed);
	font-family: var(--bold);
	font-size: 48px;
	line-height: 60px;
	color: var(--blue);
	margin-bottom: calc(.5rem + 16px);
}

.sp-content h1, .sp-content h2, .sp-content h3, .sp-content h4, .sp-content h5, .sp-content h6 {
	color: var(--blue);
}

.sp-content p, .sp-content li  {
	font-family: var(--acumin);
	font-size: 22px;
	line-height: 32px;
	color: #0f294a;
	max-width: 850px;
}

.sp-content p a, .sp-content li a:not(.post-box-ul li a) {
	font-family: var(--acumin);
	font-weight: var(--bold);
	text-decoration: underline;
	color: var(--magenta);
	will-change: color;
}

.sp-content p a:hover, .sp-content li a:hover:not(.post-box-ul li a:hover) {
	color: var(--green);
}

.hid-field {
	position: absolute;
	left: -999999px;
}

.post-box-ul {
	list-style: none;
	margin-top: 68px;
}

.post-box-ul li {
	padding-left: 0px;
	width: calc(25% - 7.5px);
	height: 50px;
	margin-bottom: 0px;
}

.post-box-ul li:not(:last-child) {
	margin-right: 5px;
}

.post-box-ul li:before {
	content: none;
}

.btn-social, .btn-social:visited, .btn-social:focus {
	height: 50px;
	color: #fff;
	padding: 0px 20px;
	text-transform: uppercase;
	font-weight: var(--medium);
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 50px;
	border: none;
	border-radius: 4px;
	width: 100%;
	text-align: left;
	position: relative;
}

.btn-social:hover {
	color: #fff;
}

.btn-social span {
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 0px;
}

.btn-copy-link {
	background: var(--magenta);
}

.btn-copy-link:hover {
	background: var(--green);
}

.btn-twitter {
	background: #1DA1F2;
}

.btn-twitter:hover {
	background: #46bbff;
}

.btn-facebook {
	background: #1877F2;
}

.btn-facebook:hover {
	background: #3b5998;
}

.btn-linkdin {
	background: #0A66C2;
}

.btn-linkdin:hover {
	background: #286fb7;
}

/* SINGLE BLOG END */


/* PROGRAM CSS START */


.hero-program {
	background-color: var(--blue);
	color: #fff;
	padding-top: 90px;
	padding-bottom: 115px;
	position: relative;
}

.hero-program p:last-of-type {
	margin-bottom: calc(1rem + 35px);
}

.program-approach {
	padding-top: 80px;
	padding-bottom: 120px;
}

.program-approach h2 {
	color: var(--blue);
}

.program-approach .section-heading {
	margin-bottom: calc(0.5rem + 14px);
}

.program-approach p {
	margin-top: 6px;
	max-width: 530px;
}

.program-box-col {
	border-bottom: 20px solid;
	border-radius: 4px;
	background: #fff;
	padding: 36px 35px 38px;
	height: 100%;
	margin-top: 70px;
	display: block;
}

.program-box-col.red {
	border-color: #E02B21;
}

.program-box-col.yellow {
	border-color: #EBB536;
}

.program-box-col.green {
	border-color: #78AB40;
}

.program-box-col h3 {
	font-size: 32px;
	line-height: 36px;
	color: var(--blue);
	margin-bottom: calc(0.5rem + 18px);
}

.program-box-col .pb-img {
	max-height: 110px;
	width: auto;
	margin: 0 auto 33px;
	display: block;
}

.program-box-col p {
	font-size: 18px;
	color: var(--blue);
	line-height: 26px;
	margin-bottom: calc(1rem - 4px);
}

.start-program-wrapper {
	padding-top: 80px;
	padding-bottom: 140px;
}

.start-program-wrapper .who-img-wrapper {
/*     background-image: url(/wp-content/uploads/2023/02/who-program-img.png); */
    background-image: var(--start-a-program-image);
	background-position: right -100px top 50px;
}

.start-program-wrapper .section-heading {
	margin-bottom: calc(0.5rem + 15px);
}

.start-program-wrapper h3 {
	margin-bottom: calc(0.5rem + 13px);
}

.accordion>.card>.card-header {
	background-color: var(--blue);
}

.accordion>.card>.card-header button, .accordion>.card>.card-header button > * {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

.accordion>.card>.card-header button span {
	font-family: var(--acumin);
	font-weight: var(--semiBold);
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 24px;
	color: #ebb536;
	display: block;
	text-transform: uppercase;
}

.accordion>.card>.card-header button {
	font-family: var(--acuminCondensed);
	font-weight: var(--bold);
	font-size: 32px;
	line-height: 48px;
	color: #fff;
	padding: calc(0.375rem + 6px) calc(0.75rem + 6px) calc(0.375rem - 2px);
	position: relative;
}

.form-box.fbp {
	max-width: 490px;
	margin-top: calc(1rem + 35px);
	margin-bottom: 21px;
}

.form-box.fbp p {
	margin-bottom: calc(1rem + 7px);
}

#accordionProgram {
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.start-program-wrapper #accordionProgram {
	margin-top: 73px;
}

.accordion>.card {
	border-radius: 4px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #fff !important;
}

.accordion>.card>.collapse, .accordion>.card>.collapsing  {
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: var(--blue);
}

.accordion>.card>.card-header button:after {
	content: '\f077';
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	position: absolute;
	top: calc(50% - 20px);
	right: 18px;
	width: 37px;
	height: 37px;
	color: #fff;
	font-size: 36px;
	line-height: 37px;
	opacity: .8;
	transform: rotate(0deg);
	transition: .3s ease-in-out;
}

.accordion>.card>.card-header button.collapsed:after {
	transform: rotate(-180deg);
	transition: .3s ease-in-out;
}

.accordion>.card>.collapse .card-body, .accordion>.card>.collapsing .card-body {
	padding-top: calc(1.25rem + 22px);
	padding-left: calc(1.25rem + 20px);
	padding-right: calc(1.25rem + 20px);
	padding-bottom: calc(1.25rem + 30px);
}

.accordion>.card .card-body p a {
	font-weight: var(--semiBold);
	font-size: 22px;
	line-height: 32px;
	color: var(--magenta);
	text-decoration: underline;
}

.accordion>.card .card-body p a:hover {
	color: var(--green);
}


/* PROGRAM CSS END */


/* MENU ICON START */
#mobile-main-menu-btn.active {
	/*     position: relative;
	z-index: 1032;
	top: 14px;
	right: 0; */
	position: fixed;
	z-index: 1032;
	top: 33px;
	right: 38px;
}

#mobile-main-menu-btn {
	margin-left: auto;
	float: right;
}

.menu-btn {
	height: 30px;
	width: 53px;
	padding: 0;
	background: transparent;
	border: none;
	position: relative;
	right: 0;
	top: 0;
} 

.menu-btn:focus,
.menu-btn:visited {
	outline: none !important; 
	box-shadow: none !important;
}

.scrolled .menu-btn {
	opacity: 1;
	z-index: 2;
}

.no-scroll .menu-btn {
	opacity: 1;
}

.menu-btn:hover {
	cursor: pointer;
}

.menu-span {
	padding: 0;
	position: relative;
	display: block;
	width: 41px;
	height: 5px;
	margin: 0 auto;
	border: none;
	/*    border-radius: 4px;*/
	cursor: pointer;
	background: var(--blue);
	color: inherit;
	font-size: 0;
	transition: 0.35s;
}

.active .menu-span {
	right: 0px;
}

.menu-span:before {
	width: 53px;
}

.menu-span:after {
	width: 23px;
}

.menu-btn.active .menu-span:after, .menu-btn.active .menu-span:before {
	width: 100%;
}

.menu-span:after,
.menu-span:before {
	content: "";
	/*    width: 100%;*/
	height: 5px;
	display: block;
	/*    border-radius: 4px;*/
	background: var(--blue);
	position: absolute;
	top: 0;
	left: 50%;
	transition: transform 0.35s;
}

.active .menu-span,
.active .menu-span:after, 
.active .menu-span:before {
	background: var(--blue) !important;
}

.active .menu-span:after, 
.active .menu-span:before {
	left: 50%;
}

.menu-span:before {
	transform: translate(-50%, -14px);
}

.menu-span:after {
	transform: translate(-50%, 14px);
}

.menu-span:after, 
.menu-span:before {
	transform-origin: 0% 0%;
}

.menu-btn.active .menu-span {
	background: 0 0;
}

.menu-btn.active .menu-span:before {
	/*    transform: translate(-50%, 0) rotate(-45deg) scaleX(0.7);*/
	transform: translate(-56%, 20.5%) rotate(-45deg) scaleX(0.7);
	top: 1.5px;
}

.menu-btn.active .menu-span:after {
	/*    transform: translate(-41.5%, 0) rotate(45deg) scaleX(0.7);*/
	transform: translate(-45%, -6%) rotate(45deg) scaleX(0.7);
}

/* MENU ICON END */

/* FULL MENU CSS */
#full-menu {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: var(--gradient);
	opacity: 0;
	transition: none;
}

#full-menu.open {
	z-index: 1031;
	opacity: 1;
	transition: none;
	background-color: #fff;
}

.cc-center {
	height: 100%;
}

.cc-center {
	position: absolute;
	width: 100%;
	top: calc(50% + 60px);
	left: 50%;
	transform: translate(-50%, calc(-50% - 50px));
}

.mobile-nav {}

.mobile-nav li {
	text-align: center;
	margin-bottom: 20px;
	padding-inline: 0px;
}

.mobile-nav li:before {
	content: none;
}

.mobile-nav li a {
	color: #fff;
	display: block;
	line-height: 44px;
}

.mobile-nav > li:last-child > a {
	font-family: var(--acuminCondensed);
	font-weight: var(--bold);
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 50px;
	margin-inline: auto;
}

/* NO SCROLL CSS */
.no-scroll {
	height: 20vh;
	overflow: hidden; 
}


/* PS CSS Start */

.hero-ps {
	background-color: var(--blue);
	color: #fff;
	padding-top: 90px;
	padding-bottom: 115px;
	position: relative;
}

.hero-ps:after {
	content: '';
	border-radius: 4px 0 0 4px;
	position: absolute;
	top: 92px;
	right: 0px;
	width: 40%;
	height: calc(100% - 167px);
/* 	background-image: url(/wp-content/uploads/2023/02/new-hero-ps-img.png); */
/* 	background-image: url(../images/about-hero-img.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}



@media (max-width: 1240px) {
	.arrow-box-list {
		display: block;
	}

	.ab-box {
		width: 100%;
	}

	.arrow-box-list {
		display: block;
		max-width: 950px;
		margin-inline: auto;
	}

	.ab-box p {
		max-width: 850px;
	}

	.arrow-box-list li:not(:last-child) {
		margin-bottom: 71px;
	}

	.arrow-box-list li:not(:last-child) .ab-box:after {
		right: calc(50% - 40px);
		top: inherit;
		bottom: -70px;
		transform: rotate(90deg);
	}
}



/* PROGRAM SINGLE */

.ps-how {
	padding-top: 79px;
	padding-bottom: 220px;
}

.ps-how h3 {
	font-size: 36px;
	line-height: 48px;
	margin-bottom: calc(0.5rem + 23px);
}

.ps-how p {
	margin-bottom: calc(5px + 1rem);
}

@media (min-width: 767px) {
	.ps-benefits .pull-up {
		top: -145px;
		margin-bottom: -145px;
		position: relative;
	}

	.hero-ps p {
		font-size: 24px;
		line-height: 34px;
		max-width: 540px;
	}
}

.psb-img {
	border-radius: 4px;
	margin-bottom: 28px;
}

.ps-benefits .section-heading {
	margin-bottom: calc(0.5rem + 10px);
}


/* GIVE CSS */

.res-box-wrapper {
    padding-top: 83px;
    padding-bottom: 100px;
}

.res-box-wrapper .section-heading {
    margin-bottom: calc(0.5rem + 30px);
}

.go-box {
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid var(--blue);
	border-bottom-width: 10px;
	padding: 40px 60px 35px 30px;
	display: flex;
	flex-direction: column;
	min-height: 296px;
	margin-bottom: 40px;
	color: var(--blue);
}

.go-box i {
	font-size: 43px;
	letter-spacing: 0.02em;
	color: var(--blue);
	margin-bottom: 20px;
}

.go-title {
	font-family: var(--acuminCondensed);
	font-size: 28px;
	font-weight: var(--bold);
	line-height: 36px;
	margin-bottom: calc(0.5rem + 6px);
}

.go-description {
	flex-grow: 1;
	margin-bottom: 23px;
}

.go-description p {
	font-family: var(--acumin);
	font-size: 18px;
	line-height: 26px;
}

.go-description p a {
	color: var(--magenta);
	text-decoration: underline;
}

.go-description p a:hover {
	color: var(--green);
}

.go-box .rr-pill-btn-sm-outline-light {
	margin-right: 0px;
}

@media (min-width: 991px) {
	.give-content {
		max-width:376px;
	}

	.go-box .rr-pill-btn-sm-outline-light {
		width: 190px;
		padding-right: 34px;
		padding-left: 34px;
		line-height: 38px;
		height: 44px;
	}
}


@media (min-width: 767px) {
	.go-description {
		min-height: 120px;
	}
}

/* RESOURCES CSS */

.hero-resources {
    background-color: var(--blue);
    color: #fff;
    padding-top: 90px;
    padding-bottom: 115px;
    position: relative;
}


.res-cat-wrapper {
    padding-top: 83px;
    padding-bottom: 100px;
}

.res-cat-wrapper .section-heading {
    margin-bottom: calc(0.5rem + 30px);
}

.rbw {
	margin-bottom: 40px;
}

.res-box {
    background-color: var(--blue);
    color: #fff;
	border-bottom: 10px solid var(--yellow);
	border-radius: 4px;
	padding: 40px 30px 50px;
	display: flex;
    flex-direction: column;
	position: relative;
}

.res-title {
    font-size: 36px;
    line-height: 44px;
	margin-bottom: calc(.5rem + 8px);
}

.res-description {
    flex-grow: 1;
	margin-bottom: 12px;
}

.res-description p {
    font-size: 18px;
	line-height: 26px;
}

.res-image {
    height: 60px;
    width: auto;
}

@media (min-width: 991px) {
	.res-content {
		max-width: 500px;
	}
	
	.res-title, .res-description {
		max-width: 340px;
	}
	
	.res-box .rr-pill-btn-sm-outline-white {
		width: 190px;
		padding-right: 34px;
		padding-left: 34px;
	}

	.res-image {
		position: absolute;
		top: 45px;
		right: 32px;
	}
}

/* RESOURCE CATEGORIES */

.rbw2 {
	margin-bottom: 32px;
}

.res-box2 {
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid var(--blue);
    border-bottom-width: 10px;
    padding: 25px 60px 12px 28px;
    display: flex;
    flex-direction: column;
    color: var(--blue);
}

.rb2-title {
	font-family: var(--acuminCondensed);
    font-size: 28px;
    font-weight: var(--bold);
    line-height: 36px;
    margin-bottom: calc(0.5rem + 6px);
}

.rb2-meta {
	font-family: var(--acumin);
    font-weight: var(--semiBold);
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 30px;
    margin-bottom: 13px;
	text-transform: uppercase;
}

.rb2-meta > span {
    margin-right: 10px;
}

@media (min-width: 991px) {
	.rb2-heading {
		min-height: 89px;
		flex-grow: 1;
	}
}


/* IMPACT CSS */

.reports-wrapper {
    padding-top: 90px;
    padding-bottom: 100px;
}

.reports-wrapper .section-heading {
	margin-bottom: calc(.5rem + 15px);
}

.reports-wrapper h3 {
    max-width: 520px;
    margin-bottom: calc(0.5rem + 15px);
}

.reports-wrapper p {
/*     max-width: 520px; */
	font-size: 24px;
	line-height: 34px;
}

.report-logo-img {
    max-width: 370px;
    width: 100%;
}

.report-row {
    margin-top: 70px;
}

.report-row .section-heading {
    margin-bottom: calc(0.5rem + 10px);
}

.report-box {
    background-color: var(--blue);
    border-bottom: 10px solid var(--yellow);
    border-radius: 4px;
    padding: 40px 40px 46px;
    color: #fff;
	display: block;
	margin-bottom: 10px;
}

.report-box:hover {
    background-color: var(--green);
    color: #fff;
    text-decoration: none;
    border-bottom-color: var(--blue);
}

.report-box i {
    font-size: 43px;
	margin-bottom: 22px;
}

.report-box h4 {
    font-size: 32px;
    line-height: 36px;
}

.impact-report-wrapper {
    padding-top: 90px;
    padding-bottom: 111px;
}

.red-impact-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 2px solid #E02B21;
	border-bottom-width: 10px;
	border-radius: 4px;
	padding: 37px 23px 40px;
}

.rar-c1, .rar-c2 {
	padding-inline: 15px;;
}

.rib-content {
    flex-grow: 1;
}

.rib-img {
    max-width: 330px;
    width: 100%;
	height: auto;
}

.rib-content h3 {
    font-size: 36px;
    line-height: 48px;
    color: #e31c23;
}

.rib-content p {
	font-size: 24px;
	line-height: 34px;
	color: #e02b21;
	opacity: 0.8;
}

.rr-pill-btn-md-red {
    background-color: #E02B21;
    color: #fff;
}

@media (min-width: 991px) {
	.rar-c2 {
		-ms-flex: 0 0 360px;
		flex: 0 0 360px;
		max-width: 360px;
	}

	.rar-c1 {
		-ms-flex: 0 0 calc(100% - 360px);
		flex: 0 0 calc(100% - 360px);
		max-width: calc(100% - 360px);
	}

	.rar-c1, .rar-c2 {
		display: flex;
		flex-direction: column;
	}
	
	.rib-content {
		max-width: 570px;
	}
	
	.rib-content h3 {
		max-width: 540px;
	}
	
	.rar-c1 .rr-pill-btn-md-red {
		max-width: 368px;
		padding-inline: 10px;
	}
}

div[class^='hero-'] p, div[class*=' hero-'] p {
	color: #fff;
}


/* give form */

.gift-amounts .gift-amount span {
    line-height: 45px !important;
}

/* NINJA FORM CSS */

.nf-before-form-content {
    display: none;
}

.nf-input-limit {
	margin-bottom: 0px !important;
}



.btn-wrapper {
    margin-top: 56px;
}

/* .logo-wrapper {
    max-width: 370px;
	width: 100%;
	margin-inline: auto;
	padding-bottom: 35%;
	position: relative;
}

.rl1 {
    width: 42.703%;
    height: auto;
    display: inline-block;
    float: left;
    margin-top: 5px;
}

.rl2 {
    width: 36.49%;
    height: auto;
    display: inline-block;
    float: right;
} */


.logo-wrapper {
    max-width: 370px;
    width: 100%;
    margin-inline: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.logo-wrapper a {
    max-width: 31%;
    display: block;
}

.wp-block-quote {
    padding-left: 1.5rem;
    border-left: 5px solid #0f294a;
	margin-left: 32px;
}



/* ATS CSS */

@media (min-width: 991px) {
	.rr-blog-post {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	
	.bp-content {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.bp-content a {
		align-self: start;
	}
}




/* HK CSS */

ul:not(header ul, footer ul), ol {
    padding-left: 15px;
}

ul li:not(header ul li, footer ul li), ol li {
    padding-left: 32px;
    margin-bottom: 15px;
}

.hero-ps .rr-pill-btn-md-light {
    text-decoration: none;
    margin-top: 25px;
}

.hero-ps .rr-pill-btn-md-light:hover {
    color: #fff;
    text-decoration: none;
}

.pic-section.home-mission {
    padding-bottom: 100px;
}

.home-mission p {
    margin-bottom: 0;
}

.home-mission p:not(:last-child) {
    margin-bottom: calc(33px + 1rem);
}

.home-latest .post-title {
    margin-bottom: 25px;
}

.home-latest .category {
	margin-bottom: 15px;
}

.home-impact.bg-img-left {
    background-position: left -20% top 20%;
    background-size: 52%;
}

.home-impact p:not(:last-of-type) {
    margin-bottom: 20px;
}

.hero-program img {
    width: 100%;
    max-width: 330px;
    margin-left: auto;
    display: block;
}

.program-box-col-warpper {
    min-height: 650px;
    margin-top: 70px;
}

.program-box-col-warpper .program-box-col {
    margin-top: 0 !important;
}

.page-template-t-programs.page-id-20 .program-box-col-warpper {
    min-height: 400px;
}

.program-box-col ul {
    margin-top: 15px;
}

#accordionProgram input[type="submit"] {
    margin-top: 30px;
}

.contact-community p:not(:last-of-type) {
    margin-bottom: 20px;
}

.contact-community p a {
    color: var(--blue);
    font-weight: 600;
    text-decoration: underline;
}

.contact-community p a:hover {
    color: var(--magenta);
    text-decoration: none;
}

.rr-sp-blog-post figure {
    margin-top: 25px;
    margin-bottom: 25px;
}

.rr-sp-blog-post figure iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1/0.56;
}

.ps-how ul {
    margin-bottom: 30px;
}

.ps-how .rr-pill-btn-md-outline-light {
    line-height: 46px;
}

.psb-img {
    height: 100%;
    max-height: 300px;
    object-fit: cover;
}

footer .rr-pill-btn-md-dark {
    float: right;
    margin-right: 0;
    margin-bottom: 30px;
}


@media (max-width: 991px) {
	.hero-program img {
		max-width: 450px;
		margin-right: auto;
	}
	
	.psb-img {
		width: 100%;
		max-height: max-content;
		height: auto;
	}
	
	footer .rr-pill-btn-md-dark {
		float: none;
		margin-inline: auto;
		display: block;
		width: max-content;
	}
}

@media (max-width: 767px) {
	footer .rr-pill-btn-md-dark {
		width: 100%;
		margin-bottom: 25px !important;
	}
}
