/*
All single page style
*/


/*************************************** Home page **************************/
.primary-btn a,
.secondary-btn a,
.link-btn a {
	color: #FFF;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.045;
	letter-spacing: -0.4px;
	text-transform: capitalize;
	background-color: #0A1F2B;
	font-family: Aileron;
	padding: 10px 24px;
	display: flex;
	gap: 32px;
	align-items: center;
	text-decoration: none;
	width: fit-content;
	border-radius: 50px;
}

.primary-btn a:after {
	content: url('../img/white-arrow.svg');
	display: block;
}

.secondary-btn a:after,
.link-btn a:after {
	content: url('../img/arrow-right.svg');
	display: block;
}

.secondary-btn a {
	background-color: #EFFF34 !important;
	color: #000;
}

.link-btn a {
	font-size: 18px;
	background-color: transparent;
	padding: 0 24px 0 0;
	color: #000;
}

@media only screen and (max-width: 992px) {

	.primary-btn a,
	.secondary-btn a,
	.link-btn a {
		font-size: 16px;
	}
}

/**********************  What’s Happening **************/
.whats-happening-section .container {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.whats-happening-section .heading-row {
	margin-bottom: 30px;
}

.wh-content {
	border-radius: 20px;
	background: #F5F5F5;
	padding: 40px 26px 100px;
}

.whats-happening-section .img-con img {
	width: 100%;
	border-radius: 20px;
}

.wh-info,
.oc-info {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 30px 0;
}

.what-happeing-type,
.oc-type,
.ns-type {
	border-radius: 40px;
	background: rgba(0, 151, 252, 0.20);
	color: #737373;
	text-align: center;
	padding: 7px 18px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
}

.wh-date,
.oc-date,
.ns-date {
	color: #737373;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0;
}

.wh-description {
	color: #000;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.44px;
}

/* slider */


.slick-arrow i {
	color: #000 !important;
	font-size: 20px;
}

.slick-prev.slick-arrow {
	right: 125px;
	left: unset;
	top: unset;
	font-size: 20px;
	bottom: 60px;
	transform: translate(0);
}

.slick-next.slick-arrow {
	right: 60px;
	left: unset;
	top: unset;
	font-size: 20px;
	bottom: 60px;
	transform: translate(0);
}
.slick-arrow:before {
	color: transparent !important;
}

@media only screen and (max-width: 768px) {
	.slick-next.slick-arrow {
		bottom: -20px !important;
		right: 20px !important;
	}

	.slick-prev.slick-arrow {
		bottom: -20px !important;
		right: unset !important;
		left: 20px !important;
	}
}



/* Our Campaigns */

.campaign-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.campaigns {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.campaigns>div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #f5f5f5;
	border-radius: 20px;
}

.campaigns .thumbnail {
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}

.campaigns .content {
	padding: 30px 20px 15px;
	margin: 0 0 auto;
}

.campaigns .content h5 {
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -0.3px;
}

.campaigns .content .oc-info {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 30px 0;
}

.campaigns .content .oc-type {
	border-radius: 40px;
	background: rgba(0, 151, 252, 0.20);
	color: #737373;
	text-align: center;
	padding: 7px 18px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
}

.campaigns .content .oc-date {
	color: #737373;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0;
}

.campaigns .action {
	margin: 15px 20px 30px;
	color: #FFF;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.045;
	letter-spacing: -0.4px;
	text-transform: capitalize;
	background-color: #0A1F2B;
	font-family: Aileron;
	padding: 10px 24px;
	display: flex;
	gap: 32px;
	align-items: center;
	text-decoration: none;
	width: fit-content;
	border-radius: 50px;
}

.campaigns .action:after {
	content: url(../img/white-arrow.svg);
	display: block;
}

@media only screen and (max-width: 992px) {
	.campaign-header {
		flex-direction: column;
		justify-content: flex-start;
	}

	.campaigns {
		grid-template-columns: 1fr;
	}

	.campaigns .action {
		font-size: 16px;
	}
}



/* Share Your Story */
.story-share-section .wrapper {
	border-radius: 20px;
	background: #C2EBFF;
	padding: 34px 26px 30px 37px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.story-share-section .wrapper .story {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.story-share-section .wrapper .story .story-sub-heading {
	color: #000;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.045;
	letter-spacing: -0.45px;
}

.story-share-section .wrapper .story .story-heading {
	color: #000;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0.72px;
	max-width: 660px;
	width: 100%;
	margin: 0 0 auto;
}

.story-share-section .wrapper .thumbnail img {
	width: 100%;
	border-radius: 10px;
}

@media only screen and (max-width: 992px) {
 	.story-share-section .wrapper {
		flex-direction: column-reverse;
	}

	.story-share-section .wrapper .thumbnail {
		margin-bottom: 40px;
	}

	.story-share-section .wrapper .story .story-heading {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.story-share-section .wrapper .primary-btn a {
		font-size: 14px;
	}
}


/* In the News */
.in-the-news-single-con {
	border-radius: 20px;
	background-color: #F5F5F5;
}

.ns-content {
	margin-top: 30px;
}

.ns-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ns-type-com {
	display: flex;
	align-items: center;
	gap: 20px;
}

.nbc {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.4;
}

.ns_title {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0.72px;
	margin: 38px 0 30px;
}

.ns-description {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.32px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {

	.in-the-news-container .ns-type,
	.in-the-news-container .ns-tag,
	.in-the-news-container .ns-date {
		font-size: 16px;
	}

	.in-the-news-container .ns-type {
		padding-left: 10px;
		padding-right: 10px;
	}
}


@media only screen and (max-width: 768px) {

	.in-the-news-container .ns-type,
	.in-the-news-container .ns-tag,
	.in-the-news-container .ns-date {
		font-size: 14px;
	}
}


/********************** other Pages ****************************/

/* Flexible Content */
/* Image Only */

.container-image-only img {
	border-radius: 20px;
}

/* video container */
.video-container-inner {
	margin: 0 auto;
    width: 100%;
    display: inline-flex;
}
.video-container-inner iframe {
	width: 100%;
    aspect-ratio: 16/9 !important;
    height: auto;
    max-width: 80%;
    margin: 0 auto;
    border-radius: 20px;
}
@media only screen and (max-width: 992px) { 
	.video-container-inner iframe {
		max-width: 100%;
	}
}

/* FAQ Content */
.container-faq-container .Faq-Conatiner {
	max-width: 700px;
	margin: 0 auto;
}

.container-faq-container .page-faq-fig  {
	margin: 0 auto 20px;
}
.page-faq-fig a {
	display: flex;
	justify-content: center;
}
.container-faq-container .page-faq-fig  img {
	border-radius: 20px;
	max-width: 80%;
}


@media only screen and (max-width: 992px) { 
	.container-faq-container .Faq-Conatiner {
		max-width: 100%;
	}
}


/* Quote  */
.container-quote .quote-container {
	max-width: 700px;
	margin: 0 auto;
}

@media only screen and (max-width: 992px) { 
	.container-quote .quote-container {
		max-width: 100%;
	}
}

/* Content Only */
.fl-content-only .content {
	max-width: 700px;
}

.fl-content-only {
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0.36px;
}

.fl-content-only h1,
.fl-content-only h2,
.fl-content-only h3,
.fl-content-only h4,
.fl-content-only h5,
.fl-content-only h6 {
	font-weight: 300;
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;

}


/* Flexible Content  ----- Heading */
.fl-heading-cont {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: clamp(45px, ((1.9vw) * 2.259), 63px);
}

.fl-heading-cont .blue {
	color: #0097FC;

}

@media only screen and (max-width: 992px) {
	.fl-heading-cont {
		flex-direction: column;
		align-items: flex-start;
	}

	.fl-heading-cont .hd-div {
		display: none;
	}

	.fl-heading-cont .black {
		font-size: 20px;
	}

	.fl-heading-cont .blue {
		font-size: 40px;
	}
}



/* Flexible Content --- Grid Content */
.fl-grid-content row {
	gap: 25px;
}

.fl-grid-content .about-grid-item {
	border-radius: 20px;
	background: #F5F5F5;
	padding: 45px 38px 30px;
}

.about-grid-item .grid-title {
	font-weight: 300;
}

.about-grid-item .grid-cont {
	font-weight: 300;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0.32px;
	margin: 20px 0 50px;
}


/* Flexible content --- Text and Image */
.text-and-image-content-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
}

@media only screen and (max-width: 1400px) {
	.text-and-image-content-row {
		gap: 40px;
	}
	.fl-heading-cont {
		font-size: clamp(40px, ((1.9vw) * 2), 55px);
		gap: 12px;
	}
}

@media only screen and (max-width: 992px) {
	.container-text-and-image .text-and-image-content-row {
		display: flex;
		flex-direction: column-reverse;
	}
}


.text-and-image-content .fl-heading-cont {
	margin-bottom: 3rem;
}

.fl-cont-sub-hd {
	font-weight: 300;
	margin-bottom: 20px;
}

.text-and-image-content img {
	border-radius: 20px;
}


/* Flexible content --- Half width Content*/
.half-width-content .text-con p {
	font-size: 22px;
	line-height: 1.4;
}


/* Flexible content --- Image + Image */
.image-and-image-content img {
	border-radius: 20px;
}



/* Flexible content --- Job Roles */
.job-roles {
	border-radius: 20px;
	background: #F5F5F5;
	padding: 40px 50px;
}

.job-info {
	gap: 15px;
	flex-wrap: wrap;
}

.job-info>div {
	gap: 5px;
}

.job-info i {
	color: #0097FC;
}

@media only screen and (max-width: 992px) {
	.job-info {
		padding: 10px 0;
	}


}

/* Flexible content ---  Advisory Board */
.advisory-board-content .row {
	row-gap: 120px;
}

.single-leader-inner {
	gap: 40px;
}

.leader-img {
	max-width: 286px;
	border-radius: 50%;
	aspect-ratio: 1;
	object-fit: cover;
}

.leader-name {
	font-size: 28px;
	font-weight: 900;
	line-height: 1.2;
}

.leader-position {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.35;
}

.leader-sex {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0.32px;
}

.leader-content {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0.32px;
	max-width: 525px;
	width: 100%;

}

@media only screen and (max-width: 768px) {

	.single-leader-inner {
		justify-content: center;
		align-items: center;
		text-align: center;
	}

}


/* Flexible Content ---- Listiong Info */

.all-impact-listing-content {
	display: grid;
	gap: 100px;
}

.impact-news-list,
.impact-listing-content {
	display: grid;
	gap: 80px;
}

.listing-info {
	display: flex;
	gap: 20px;
	margin-bottom: 18px;
}

.impact-news-row {
	display: grid;
	grid-template-columns: 5fr 7fr;
	gap: 40px;
}


.impact-news-list .description {
	margin-bottom: 30px;
}

.impact-news-list img {
	border-radius: 20px;
}

.impact-news-left-col {
	position: relative;
}

.impact-news-left-col .badge {
	color: #000;
	position: absolute;
	top: 16px;
	left: 18px;
	background-color: #EFFF34;
	border-radius: 40px;
	padding: 5px 24px;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.4;

}

@media only screen and (max-width: 992px) {
	.impact-news-row {
		display: flex;
	}
	.impact-news-row .primary-btn{
		margin-top: 0px;
		margin-bottom: 20px;
	}


	
}

/* Flexible content Image + Image */
.image-and-image-content img {
	object-fit: contain;
}

@media only screen and (max-width: 768px) {
	.image-and-image-content .row {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

}



/* flexible content ----Memos */
.all-memos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
}

.single-memo {
	border-radius: 20px;
	background: #C2EBFF;
	padding: 25px;
}

.all-memos .ns-type {
	background: rgb(0 151 252 / 40%);
	color: #000;
}

.all-memos .ns-date {
	color: #000;
}

.single-memo-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.single-memo-inner .ns_title {
	margin: 25px 0;
}

.memo-description {
	color: #000;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.44px;
}





/* ********************************************    Archive page  ******************************************************** */
/* Research Archive */
/* heading */
.research-tax-hd .archive-description p {
	max-width: 520px;
	width: 100%;
	color: #000;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0.44px;
}

.research-tax-hd .col {
	display: grid;
	gap: 40px;
}

/* content */
.research-post-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px 25px;
}

.research-post-list .rc-single-item {
	border-radius: 20px;
	background: var(--Light-Gray, #F5F5F5);
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.research-post-list img {
	width: 100%;
	height: auto;
	aspect-ratio: 43/25;
	object-fit: cover;
}

.sg-rc-post-con {
	padding: 28px 16px 47px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.research-post-list .date-container {
	display: flex;
	gap: 20px;
	align-items: center;
	margin: 30px 0 40px;
}

.load-more-post {
	margin-top: 30px;
	display: flex;
	justify-content: end;
}

.load-more-post a {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.arc-no-img {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 20px 20px 0 0;
	aspect-ratio: 3/1;
	font-size: 2rem;
}

@media only screen and (max-width: 992px) {
	.research-post-list {
		display: flex;
		flex-direction: column;
	}
}



/* Taxonomy News Type */
/* Post archive for News Type Taxonomy */
.news-type-post-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news-post-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px 26px;

}

.news-single-item {
	display: flex;
	flex-direction: column;
	background-color: #F5F5F5;
	border-radius: 20px;
}

.news-arc-post-content {
	padding: 36px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	justify-content: space-between;
}

.news-arc-sg-inner-con {
	display: grid;
	gap: 20px;
}

.news-post-list .author,
.staff-post-list .author,
.blog-author {
	display: grid;
	grid-template-columns: 50px auto;
	gap: 15px;
	align-items: center;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

.news-post-list .author img,
.staff-post-list .author img,
.blog-author img {
	border-radius: 50%;
	width: 100%;
	aspect-ratio: 1;
	height: auto;
}

.news-post-list .date {
	color: #000;
}

.date-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.type-and-tag {
	display: flex;
	align-items: center;
	gap: 20px;
}


@media only screen and (max-width: 992px) {
	.news-arc-post-content {
		display: block;
	}
}



/* Campaign */
.campaign-arc-post-content {
	padding: 28px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.gray-section img {
	filter: grayscale(100%);
}

/* Filter */
.Filter-container {
	margin-bottom: 50px;
}

#Filter-container ul {
	padding: 0 !important;
	display: flex;
	align-items: center;
	gap: 12px !important;
}

#Filter-container select,
#Filter-container input {
	border-radius: 50px;
	padding: 8px 14px;
	border: 2px solid #000;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

@media only screen and (max-width: 992px) {
	#Filter-container  {
		display: none !important;
	}
	#Filter-container ul {
		flex-direction: column;
		align-items: flex-start;
	}
}





/* will move to another file later */
/* single page css */
.single-post-img img {
	width: 100%;
	border-radius: 20px;
	height: auto;
}


/* single News */
.single-news-container-banner {
	max-width: 658px;
	display: grid;
	gap: 30px;
}

.single-post-title-container {
	display: grid;
	gap: 20px;
}

/* avatar */
.staff-user-and-date {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #737373;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

.single-page-avatar {
	display: flex;
	align-items: center;
	gap: 12px;
}

.avatar_images img {
	width: 75px;
	aspect-ratio: 1;
	height: auto;
	object-fit: cover;
	border-radius: 50%;
}

.user-names span:last-child {
	display: none;
}

.all-tag span {
	margin-right: 8px;
}




/* single post related post */
.related-post-heading-con {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 30px;
}


/* single petition banner */
.pettition-from {
	border-radius: 20px;
	background: #F5F5F5;
	padding: 40px 36px;
}