/*
Theme Name: Rights And Resources
Text Domain: bonestheme

*/

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {

	/* line 49, ../scss/partials/_grid.scss */
	.m-none {
		display: none;
	}

	/* line 53, ../scss/partials/_grid.scss */
	.m-all {
		float: left;
		padding-right: 1.75em;
		width: 100%;
		padding-right: 0;
	}

	/* line 59, ../scss/partials/_grid.scss */
	.m-1of2 {
		float: left;
		padding-right: 1.75em;
		width: 50%;
	}

	/* line 64, ../scss/partials/_grid.scss */
	.m-1of3 {
		float: left;
		padding-right: 1.75em;
		width: 33.33%;
	}

	/* line 69, ../scss/partials/_grid.scss */
	.m-2of3 {
		float: left;
		padding-right: 1.75em;
		width: 66.66%;
	}

	/* line 74, ../scss/partials/_grid.scss */
	.m-1of4 {
		float: left;
		padding-right: 1.75em;
		width: 25%;
	}

	/* line 79, ../scss/partials/_grid.scss */
	.m-3of4 {
		float: left;
		padding-right: 1.75em;
		width: 75%;
	}

	/* line 84, ../scss/partials/_grid.scss */
	.m-1of6 {
		float: left;
		padding-right: 1.75em;
		width: 16.6666666667%;
	}

	/* line 89, ../scss/partials/_grid.scss */
	.m-5of6 {
		float: left;
		padding-right: 1.75em;
		width: 83.3333333333%;
	}
}

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {

	/* line 100, ../scss/partials/_grid.scss */
	.t-none {
		display: none;
	}

	/* line 104, ../scss/partials/_grid.scss */
	.t-all {
		float: left;
		padding-right: 1.75em;
		width: 100%;
		padding-right: 0;
	}

	/* line 110, ../scss/partials/_grid.scss */
	.t-1of2 {
		float: left;
		padding-right: 1.75em;
		width: 50%;
	}

	/* line 115, ../scss/partials/_grid.scss */
	.t-1of3 {
		float: left;
		padding-right: 1.75em;
		width: 33.33%;
	}

	/* line 120, ../scss/partials/_grid.scss */
	.t-2of3 {
		float: left;
		padding-right: 1.75em;
		width: 66.66%;
	}

	/* line 125, ../scss/partials/_grid.scss */
	.t-1of4 {
		float: left;
		padding-right: 1.75em;
		width: 25%;
	}

	/* line 130, ../scss/partials/_grid.scss */
	.t-3of4 {
		float: left;
		padding-right: 1.75em;
		width: 75%;
	}

	/* line 135, ../scss/partials/_grid.scss */
	.t-1of5 {
		float: left;
		padding-right: 1.75em;
		width: 20%;
	}

	/* line 140, ../scss/partials/_grid.scss */
	.t-2of5 {
		float: left;
		padding-right: 1.75em;
		width: 40%;
	}

	/* line 145, ../scss/partials/_grid.scss */
	.t-3of5 {
		float: left;
		padding-right: 1.75em;
		width: 60%;
	}

	/* line 150, ../scss/partials/_grid.scss */
	.t-4of5 {
		float: left;
		padding-right: 1.75em;
		width: 80%;
	}
}

/* Landscape to small desktop */
@media (min-width: 1030px) {

	/* line 160, ../scss/partials/_grid.scss */
	.d-none {
		display: none;
	}

	/* line 164, ../scss/partials/_grid.scss */
	.d-all {
		float: left;
		padding-right: 1.75em;
		width: 100%;
		padding-right: 0;
	}

	/* line 170, ../scss/partials/_grid.scss */
	.d-1of2 {
		float: left;
		padding-right: 1.75em;
		width: 50%;
	}

	/* line 175, ../scss/partials/_grid.scss */
	.d-1of3 {
		float: left;
		padding-right: 1.75em;
		width: 33.33%;
	}

	/* line 180, ../scss/partials/_grid.scss */
	.d-2of3 {
		float: left;
		padding-right: 1.75em;
		width: 66.66%;
	}

	/* line 185, ../scss/partials/_grid.scss */
	.d-1of4 {
		float: left;
		padding-right: 1.75em;
		width: 25%;
	}

	/* line 190, ../scss/partials/_grid.scss */
	.d-3of4 {
		float: left;
		padding-right: 1.75em;
		width: 75%;
	}

	/* line 195, ../scss/partials/_grid.scss */
	.d-1of5 {
		float: left;
		padding-right: 1.75em;
		width: 20%;
	}

	body.page-id-160 .staff-content {
		height: auto;
	}

	/* line 200, ../scss/partials/_grid.scss */
	.d-2of5 {
		float: left;
		padding-right: 1.75em;
		width: 40%;
	}

	/* line 205, ../scss/partials/_grid.scss */
	.d-3of5 {
		float: left;
		padding-right: 1.75em;
		width: 60%;
	}

	/* line 210, ../scss/partials/_grid.scss */
	.d-4of5 {
		float: left;
		padding-right: 1.75em;
		width: 80%;
	}

	/* line 215, ../scss/partials/_grid.scss */
	.d-1of6 {
		float: left;
		padding-right: 1.75em;
		width: 16.6666666667%;
	}

	/* line 220, ../scss/partials/_grid.scss */
	.d-5of6 {
		float: left;
		padding-right: 1.75em;
		width: 83.3333333333%;
	}

	/* line 225, ../scss/partials/_grid.scss */
	.d-1of7 {
		float: left;
		padding-right: 1.75em;
		width: 14.2857142857%;
	}

	/* line 230, ../scss/partials/_grid.scss */
	.d-2of7 {
		float: left;
		padding-right: 1.75em;
		width: 28.5714286%;
	}

	/* line 235, ../scss/partials/_grid.scss */
	.d-3of7 {
		float: left;
		padding-right: 1.75em;
		width: 42.8571429%;
	}

	/* line 240, ../scss/partials/_grid.scss */
	.d-4of7 {
		float: left;
		padding-right: 1.75em;
		width: 57.1428572%;
	}

	/* line 245, ../scss/partials/_grid.scss */
	.d-5of7 {
		float: left;
		padding-right: 1.75em;
		width: 71.4285715%;
	}

	/* line 250, ../scss/partials/_grid.scss */
	.d-6of7 {
		float: left;
		padding-right: 1.75em;
		width: 85.7142857%;
	}

	/* line 255, ../scss/partials/_grid.scss */
	.d-1of8 {
		float: left;
		padding-right: 1.75em;
		width: 12.5%;
	}

	/* line 260, ../scss/partials/_grid.scss */
	.d-7of8 {
		float: left;
		padding-right: 1.75em;
		width: 87.5%;
	}

	/* line 265, ../scss/partials/_grid.scss */
	.d-1of9 {
		float: left;
		padding-right: 1.75em;
		width: 11.1111111111%;
	}

	/* line 270, ../scss/partials/_grid.scss */
	.d-1of10 {
		float: left;
		padding-right: 1.75em;
		width: 10%;
	}

	/* line 275, ../scss/partials/_grid.scss */
	.d-1of11 {
		float: left;
		padding-right: 1.75em;
		width: 9.09090909091%;
	}

	/* line 280, ../scss/partials/_grid.scss */
	.d-1of12 {
		float: left;
		padding-right: 1.75em;
		width: 8.33%;
	}

	/* line 285, ../scss/partials/_grid.scss */
	.d-11of12 {
		float: left;
		padding-right: 1.75em;
		width: 91.66%;
	}
}

li.slt-lang ul.sub-menu {
	display: none;
}

li.slt-lang:hover ul.sub-menu {
	display: block;
	position: absolute;
	top: 25px;
	border-top: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-align: left;
}

li.slt-lang ul.sub-menu li {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	text-align: left !important;
}

li.slt-lang ul.sub-menu li a {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

.top-nav {
	float: right;
}

ul#menu-new-nav {
	float: right;
}

.partner-list ul li {}

.push-slide {
	background-size: cover;
}

.bk-cl .wrap p {
	font-size: 24px !important;
	line-height: 28px;
}

.bk-cl .wrap p a {
	color: #fff;
	padding: 10px 0px;
	font-size: 14px;
}

.push-caption>h1,
.push-caption>p {
	overflow: hidden;
}

.bk-cl .wrap {
	margin: 0 auto;
}

.res-page p {
	width: 100% !important;
}

.res-page .tool:last-child {
	width: 18%;
}

/*.hme-pt .tool {
	text-align: center;
	display: inline-block;
	width: 20%;
}*/
.tool:last-child {
	padding: 0px;
}

.tool span.prt {
	color: #193544;
	font-size: 22px;
	font-weight: 800;
}

.page-id-218 .eightcol.first {
	margin-right: 1px;
}

.page-id-218 .part-bg .fourcol.first {
	/*margin-left: 20px;*/
}

.page-id-218 .eightcol.first h3 {
	border: 0px;
}

.page-id-218 .fourcol.first h3 {
	text-align: center;
}

.page-id-218 .fourcol.first .two-point-five-col {
	width: 44%;
	display: none;
}

.page-id-218 .fourcol.first .two-point-five-col:nth-child(1),
.page-id-218 .fourcol.first .two-point-five-col:nth-child(2),
.page-id-218 .fourcol.first .two-point-five-col:nth-child(3),
.page-id-218 .fourcol.first .two-point-five-col:nth-child(4),
.page-id-218 .fourcol.first .two-point-five-col:nth-child(5) {
	display: block;
}

.page-id-218 div#icon-container {
	float: left;
}

.page-id-218 .fourcol.first h3 {
	border: 0px;
}

.page-id-218 #content #inner-content #icon-container .brd .two-point-five-col {
	margin: 1% 0% 1% 1% !important;
}

.clear {
	clear: both;
}

.brd {
	float: left;
	width: 100%;

}

img {
	max-width: 100%;
}

.loop-img {
	text-align: center;
}

.three-al {
	float: left;
	width: 100%;
	background: #e3f0f6;
}

.three-al article,
.sing-res article {
	position: relative;
	min-height: 520px;
	margin-bottom: 0px;
}

.sing-res .fourcol:last-child article#post {
	box-shadow: none;
}

.sing-res article {
	min-height: 275px;
}

.sing-res .fourcol {
	padding-bottom: 40px;
	overflow: hidden;
}

.sing-res .fourcol.last {
	border-right: 0px;
}

.sing-res article#post {
	box-shadow: 0px -10px 20px 10px #888888;
	-webkit-box-shadow: 0px -10px 20px 10px #888888;
	-moz-box-shadow: 0px -10px 20px 10px #888888;
	overflow: hidden;
}

.three-al .fourcol,
.sing-res .fourcol {
	border-right: 1px solid #9bb3bd;
	margin-left: 0px;
	width: 33.333333%;
}

.three-al .fourcol:last-child,
.sing-res fourcol:last-child {
	border-right: 0px;
}

.sing-res .loop-btm {
	position: absolute;
	bottom: 0px;
	background: #fff;
	box-shadow: 0px 6px 36px 6px #888888;
	padding: 0px 20px 0px 30px;
	width: 100%;
	min-height: 130px;
}

.loop-btm p {
	padding: 5px 0px;
	line-height: 21px;
}

.three-al h4.square_button-1,
.three-al h4.square_button-2,
.three-al h4.square_button-3 {
	border-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.three-al h4.square_button-1 a,
.three-al h4.square_button-2 a,
.three-al h4.square_button-3 a {
	color: #2b8718 !important;
	text-transform: capitalize;
	border-bottom: 0px !important;
	margin-bottom: 0px !Important;
	padding: 0px !Important;
	font-size: 20px;
}

.three-al .article-header h4.page-title {
	margin-bottom: 0px;
	margin: 0px !important;
	line-height: 18px;
}

.three-al .article-header h4 a {
	color: #193742;
	line-height: 100% !Important;
}

.three-al a.excerpt-read-more {
	display: none;
}

.three-al article,
.sing-res article {
	overflow: hidden;
}

.sing-res h4.square_button-1 {
	text-align: center;
	border-bottom: 0px !Important;
}

.sing-res h4.square_button-1 a {
	color: #2c821f;
}

.head-social {

	width: 100%;
}

/*nav.wrap ul li a {
	text-transform: capitalize;
}*/
.header-title-wrap {
	background-color: #183543 !important;
}

.header-title-box {
	background: transparent !Important;
}

.coal-exp span a {}

.page-id-10 #content {
	padding-bottom: 0px !important;
}

.explore.coal-exp {
	padding: 70px 0 30px;
}

.theme-img {
	text-align: center;
	width: 92%;
}

.theme-img img {

	margin: 0px;
	border: 10px solid rgba(24, 53, 67, .6);
	border-radius: 100%;
	width: 100px;
	height: 100px;
	position: relative;
}

.theme-txt a {
	display: block;
	text-align: center;
	color: #4aa13d;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
}

.all-impact {
	padding: 50px 0px 0px 0px;
}

.page-id-31 #inner-content,
.page-id-25 #inner-content,
.page-id-29 #inner-content,
.page-id-27 #inner-content {
	position: relative;
}

#inner-content .fetured-img {
	position: absolute;
	bottom: -40px;
	z-index: 9999;
	right: 0px;
}

#inner-content .fetured-img img {
	border: 10px solid #183543;
	border-radius: 100%;
}

.by-type span:after {
	content: "";

}

.arr {
	position: relative;
	top: -17px;
	font-size: 30px;
	font-weight: 800;
	left: 5px;
	width: 100px;
}

.by-type span {
	float: left;
	font-size: 20px;
}

.by-type {
	background: transparent !important;
}

.single-pub article {
	padding: 50px 0px 0px 0px;
}

.single-pub .publication_thumbnail,
.single-pub .publication_download {
	text-align: center;
}

.single-pub .publication_download {
	margin-bottom: 50px;
}

#navigation-container nav .nav li ul.sub-menu li ul.sub-menu {
	min-width: auto !important;
	right: 0px;
}

/*.nav li > ul.sub-menu > li > a {
	color: #4aa13d !important;
	background: transparent;
	border-bottom: 2px solid #4aa13d !Important;
	width: 70%;
	margin-left: 20px;
	text-align: center;
	vertical-align: bottom;
	min-height: 75px;
	display: table-cell;
	padding: 10px 5px 0px 0px;
	font-weight: 500;
	font-size: 18px;
	text-transform: capitalize;
	line-height: 18px;
}
.nav li > ul.sub-menu > li > a:hover {
	background: transparent;
}
.nav > li:focus a {
	color: #4aa13d !Important;
}
.nav li > ul.sub-menu > li > a > ul.sub-menu {
	right: 0px;
	min-width: auto !important;
}
.nav li > ul.sub-menu > li > a > ul.sub-menu > li > a {
	border-bottom: 0px;
	text-align: left;
}
.nav li ul.sub-menu li ul.sub-menu li a {
	border-bottom: 0px !important;
	text-align: left;
	min-height: auto !important;
	font-size: 14px;
	padding: 5px 25px;
	font-weight: 300;
}
.nav li.first-sub {
	position: relative !important;
}
.nav li.first-sub > a {
	display: table-cell !Important;
	vertical-align: bottom !Important;
	padding-top: 33px !important;
}
.nav li.first-sub:nth-child(6)> a {
	padding-top: 13px !important;
}
.nav li.first-sub:nth-child(1)> a {
	padding-top: 47px !important;
}
.nav li.first-sub:nth-child(2)> a {
	padding-top: 47px !important;
}
.nav li.first-sub:nth-child(3)> a {
	padding-top: 47px !important;
}
.nav li.first-sub:nth-child(4)> a {
	padding-top: 33px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
}*/

.rel-post {
	margin: 50px 0 0;
}

.rel-post h3 {
	border-bottom: 0px;
}

.rel-post .threecol:first-child {
	margin-left: 0px !Important;
}

.imp-page {
	background: #e3f0f6;
	padding: 0px 0px !Important;
}

.imp-page #inner-content {
	display: block;
	padding: 20px 0px;
}

.explore.coal-exp .fourcol:nth-child(4) {
	clear: both;
}

.wpcf7-form-control-wrap:nth-child(1),
.wpcf7-form-control-wrap:nth-child(2),
.wpcf7-form-control-wrap:nth-child(3),
.wpcf7-form-control-wrap:nth-child(4) {
	width: 50%;
	display: inline-block;
}

.wpcf7-form-control-wrap:nth-child(5),
span.wpcf7-form-control-wrap.language {
	width: 50%;
	display: block;
	padding-right: 5px;

}

.wpcf7-form-control-wrap:nth-child(1),
.wpcf7-form-control-wrap:nth-child(3) {
	padding-right: 5px;
}

.wpcf7-form-control-wrap:nth-child(2),
.wpcf7-form-control-wrap:nth-child(4) {
	padding-left: 5px;
}

.single-publication ul.tab {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Float the list items side by side */
.single-publication ul.tab li {
	float: left;
}

/* Style the links inside the list items */
.single-publication ul.tab li a {
	display: inline-block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 17px;
}

/* Change background color of links on hover */
.single-publication ul.tab li a:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.single-publication ul.tab li a:focus,
.active {
	background-color: #ccc;
}

/* Style the tab content */
.single-publication .tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

@media (max-width: 699px) {
	.bk-cl {
		padding: 1px 0px;
		color: #FFF;
		background: none repeat scroll 0% 0% rgba(25, 23, 22, 0.7);
		min-width: 1273px;
		position: absolute;
		height: 184px;
		width: 100%;
		right: auto;
		left: 0px;
		bottom: 0;
		opacity: 0.9;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		box-shadow: none;
	}
}

@media (max-width: 767px) {
	.head-social {
		display: none;
	}

	.bk-cl {
		left: 0px
	}

	.bk-cl .wrap {
		margin: inherit;
	}

	.slide-imge {
		display: none;
	}

	#home-slider .push-caption {
		left: 0px;
		top: 0;
		position: absolute;
	}
}

@media (min-width: 768px) {
	.head-social {
		float: left;
	}

	.all-list ul li {
		color: #1b3944;
		font-size: 20px;
		display: inline-block;
		width: 24%;
	}

	.all-list ul li {
		border: 0px;
	}

	.all-list>ul>li {
		width: 100%;
	}
}

@media (min-width: 1100px) {
	.header nav {
		display: block;
		float: none;
	}

	.header #inner-header #mini-nav {
		display: none;
	}

	#mobilemenu {
		display: none;
	}

	#mobilemenu {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1100px) {
	.head-social {
		padding-right: 10px;
	}

	#mini-nav #hamburger-button {
		margin-right: 0.6% !important;
	}

	.header #inner-header #menu-container {
		position: relative;
		width: 60%;
		float: right;
		margin-right: 14px;
	}
}

ul.tabs {
	margin: 50px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px;
	height: 38px;
	line-height: 38px;
	width: 33.333333333%;
	border-left: 1px solid #b0c4cd;
	border-bottom: 1px solid #b0c4cd;
	border-top: 1px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-size: 19px;
	color: #193544;
	font-weight: 700;
}

.tab_last {
	border-right: 1px solid #b0c4cd;
}

ul.tabs li:hover {}

ul.tabs li.active {
	background-color: #fff;
	border-top: 1px solid #b0c4cd;
	border-bottom: 1px solid #fff;
	display: block;
}

.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
}

.tab_container ul,
ol {
	list-style: outside;
	margin: 0 0 1.5em 35px;
}

.tab_content {
	padding: 40px 20px 20px;
	display: none;
}

.post-text ul,
.post-text ol {
	margin-left: 20px;
	font-size: 16px;
	font-weight: 300;
}

.post-text ul {
	list-style: disc;
}

.tab_drawer_heading {
	display: none;
}

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}

	.tab_container {
		border-bottom: 1px solid #b0c4cd;
	}

	.tab_content {
		padding: 20px;
	}

	.tab_drawer_heading {
		background-color: #fff;
		border-top: 1px solid #b0c4cd;
		border-left: 1px solid #b0c4cd;
		border-right: 1px solid #b0c4cd;
		font-size: 24px;
		line-height: 44px;
		font-weight: 700;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		text-align: center;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.d_active {
		background-color: #fff;
	}
}

@media all and (max-width: 1024px) {
	.all-list ul li b {
		line-height: normal;
		font-size: 35px;
	}

	.all-list ul li ul {
		float: left;
		width: 100%;
		margin: 0;
	}

	.all-list ul li {
		font-size: 18px;
	}
}

@media all and (max-width: 700px) {
	.all-list ul li {
		width: 100%;
		box-sizing: border-box;
	}

	.all-list ul li ul li {
		width: 50%;
		box-sizing: border-box;
	}
}

.page-id-210 h4.page-title a,
.single-news h4.page-title a {
	font-size: 25px !important;
}

.page-id-210 h4.page-title span a,
.single-news h4.page-title span a {
	color: #000;
	font-size: 14px !important;
}

.padding {
	padding-top: 150px;
}


#breadcrumbs {
	background-color: #000;
	padding: 8px 20px;
	font-size: 16px;
	color: #fff;
	display: block;
	float: none;
	clear: both;
	line-height: 1;
}

.aioseo-breadcrumbs a:hover {
	color: #4aa13d;
}

.aioseo-breadcrumbs .aioseo-breadcrumb:nth-last-child(1) {
	color: #fff;
}

@media all and (max-width: 1260px) {
	.aioseo-breadcrumbs .container {
		float: none;
		clear: both;
	}

	.aioseo-breadcrumbs {
		font-size: 15px;
	}
}

@media all and (max-width: 750px) {
	.aioseo-breadcrumbs {
		font-size: 14px;
		line-height: 1.25;
	}
}


/* New additions Oct 2023 */
.master-banner:before {
	z-index: 1;
}

@media (min-width: 501px) {
	.master-banner.tall {
		min-height: 700px;
	}
}

.master-banner:not(:first-child):not(.large-title) .master-banner__title {
	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
}

.banner-bg-video {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.banner-bg-video video {
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	height: 100%;
}

@media (max-width: 768px) {
	.banner-bg-video video.lazy {
		display: none;
	}
}

.banner-caption {
	background: #27444f;
	color: #fff;
	float: none;
	clear: both;
	font-size: 16px;
	text-align: center;
	padding: 7px 0;
}

.banner-caption .container {
	float: none;
}

.banner-caption a {
	color: inherit;
}

.banner-caption a:hover,
.banner-caption a:focus {
	text-decoration: underline;
}

@media (min-width: 600px) {
	.master-banner__text p {
		word-break: initial;
		word-wrap: initial;
		-moz-hyphens: initial;
		-webkit-hyphens: initial;
		hyphens: initial;
		hyphenate-lines: initial;
	}
}

#breadcrumbs .container {
	float: none;
}

.master-full-width-text .master__text.full-width,
.master-full-width-text.stretch .container {
	padding: 0;
	width: 100%;
}

.master__text.full-width .section-heading {
	margin-bottom: 30px;
}

.master__text.full-width h2 {
	color: #4AA13D;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.2;
}

.master__text.full-width h3 {
	color: #4AA13D;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}

.master__text.full-width *:last-child {
	margin-bottom: 0;
}

@media (max-width: 600px) {

	.master__text.full-width h2,
	.master-banner:not(:first-child) .master-banner__title {
		font-size: 40px;
	}

	.master__text.full-width h3 {
		font-size: 30px;
	}

	.master-quote.color .master-quote__text {
		font-size: 25px;
	}
}

.factoid-box {
	background-position: center;
	background-size: cover;
	margin-bottom: 30px;
	padding: 30px;
}

.factoid-box .master__text {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	float: none;
	margin: auto;
	padding: 30px;
	width: auto;
}

.factoid-box .master__text h2,
.factoid-box .master__text h3,
.factoid-box .master__text h4 {
	color: #4AA13D;
	font-size: 24px;
}

.factoid-box .master__text ul {
	float: none;
	margin-bottom: 0;
}

.factoid-box .master__text li {
	color: inherit;
	float: none;
	list-style: none;
	margin-bottom: 10px;
	padding-left: 0;
}

.factoid-box .master__text li::before {
	display: none;
}

.factoid-box .master__text li+li {
	border-top: 1px solid #6b6464;
	padding-top: 10px;
}

.factoid-box .master__text *:last-child {
	margin-bottom: 0;
}

@media (min-width: 801px) {
	.factoid-box {
		float: right;
		margin-left: 50px;
		margin-bottom: 20px;
		width: 40%;
	}
}

.master-quote.color {
	background: #415A68;
	color: #fff;
	text-align: left;
	margin-top: 40px;
	padding: 80px 30px;
}

.master-quote.color .container {
	float: none;
	padding: 0;
	max-width: 990px;
}

.master-quote.color .master-quote__text {
	font-size: 30px;
	font-weight: normal;
}

.master-quote.color a {
	color: inherit;
}

.master-quote.color a:hover,
.master-quote.color a:focus {
	text-decoration: underline;
}

.master-quote.color sup,
.master-quote.color sub {
	font-size: 60%;
}

.master-quote.color sup {
	top: -0.6em;
}

.master-quote.color .master-quote__author {
	color: inherit;
}

@media (max-width: 700px) {
	.master-quote.color {
		padding: 40px 30px;
	}
}

.popup-gallery {
	margin-top: 30px;
}

.popup-gallery .item {
	position: relative;
}

.popup-gallery .slick-slide {
	aspect-ratio: 600 / 450;
	min-height: 300px;
}

.popup-gallery .item-image {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100% !important;
}

.popup-gallery .short-caption {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	font-size: 16px;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 125px;
}

.popup-gallery .short-caption p {
	margin: 0 0 0.5em;
}

.popup-gallery .full-caption {
	display: none;
}

.popup-gallery .trigger-lightbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	color: #4aa13d;
	margin: 0;
	padding: 0;
}

.popup-gallery .trigger-lightbox:hover,
.popup-gallery .trigger-lightbox:focus {
	text-decoration: underline;
}

.popup-gallery .slick-dots {
	flex-wrap: wrap;
	margin-bottom: 0;
}

.popup-gallery .slick-dots button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 1px solid #4aa13d;
	font-size: 0;
	width: 15px;
	height: 15px;
}

.popup-gallery .slick-dots .slick-active button {
	background: #4aa13d;
	border: 0;
}

#popup-gallery-lightbox {
	display: none;
	background: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#popup-gallery-lightbox .container {
	float: none;
	padding: 80px 0;
	position: relative;
	width: 90%;
	max-width: 1200px;
}

#popup-gallery-lightbox-content {
	background: #fff;
	overflow: auto;
	padding: 30px;
	position: relative;
	top: calc(50vh - 60px);
	transform: translate(0, -50%);
	max-height: calc(100vh - 110px);
}

#popup-gallery-lightbox-content .full-caption .item-image {
	margin-bottom: 30px;
}

#popup-gallery-lightbox-content .full-caption .item-image+h2,
#popup-gallery-lightbox-content .full-caption .item-image+h3,
#popup-gallery-lightbox-content .full-caption .item-image+h4 {
	color: #4aa13d;
	font-size: 44px;
	line-height: 1.2;
	margin-bottom: 0;
}

#popup-gallery-lightbox-content .full-caption *:last-child {
	margin-bottom: 0;
}

#close-popup-gallery-lightbox,
#popup-gallery-lightbox-prev,
#popup-gallery-lightbox-next {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	border-radius: 0;
	margin: 0;
}

#close-popup-gallery-lightbox {
	color: #fff;
	font-size: 44px;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
}

#popup-gallery-lightbox-prev,
#popup-gallery-lightbox-next {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA3CAYAAAAbk/pcAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE9WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDEgNzkuMTQ2Mjg5OTc3NywgMjAyMy8wNi8yNS0yMzo1NzoxNCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI1LjAgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDIzLTEwLTExVDAyOjQ3OjM1LTA0OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMy0xMC0xMVQwMjo0ODowNS0wNDowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMy0xMC0xMVQwMjo0ODowNS0wNDowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6YzZkNTNkZTAtNDg5Ny00OWQxLWFhOTgtOTViZjVhMDIzOGJkIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOmM2ZDUzZGUwLTQ4OTctNDlkMS1hYTk4LTk1YmY1YTAyMzhiZCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmM2ZDUzZGUwLTQ4OTctNDlkMS1hYTk4LTk1YmY1YTAyMzhiZCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YzZkNTNkZTAtNDg5Ny00OWQxLWFhOTgtOTViZjVhMDIzOGJkIiBzdEV2dDp3aGVuPSIyMDIzLTEwLTExVDAyOjQ3OjM1LTA0OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjUuMCAoTWFjaW50b3NoKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4i+9JJAAACEElEQVRYhcXZz0tUURjG8SczRBHFCBQEEQyEFoohCEH+Gn+Ai4jAIBCEwkWBbYQWggvBRQtx6x/gzo3/gCKI0iJatAgEESJJJAgSIkTQr4s7wnh7j87Mve/1hbOYc8/czzzvuQOHGQHKjzXgRcFr1yGgBtggqjOgJyt4k6t1CnR7wxWSVnS17knakdQlz8p/gjH+rxOg07PVl+OZgf8DOrxhAc8N/C/wyBsW0VcqXsdp46ELLw38D9DuDQt4ZeC/gYfesIAJA/8FtHnDAiYN/Aho9YYFvDHwQ6DFGxYwZeA/gWZvWMBbAz8AmrxhAe8M/AfQ6A0LmDbw78ADb1jAewPfB+57wwJmDHwPaPCGBXww8F2g3hsWMGvg34Bab1jAnIF/JTrTucIC5g38C1DlDQtYMPDPQKU3LOCjgX8C7nrDAhYNfAe44w0LWDLwLaAu0n1rVdJ4bG67whl9IumxMb/s2eZ+o83k5932eCCA5i7XZJk0V7guK3QwvjZNtC+ADlnr00TPi0XTgkNJh697X1I09PQGk6YBD5aTNCk8VG7SJPBwAM2VcI+S4RA6UGqAW0FLgUN72l8OWiycOloMnAugZbW3WDiEJkp6E+yKhuDQniZu73VwCO1LE43DIwE0tfZa8GhWSQvh1wG01wuF6IfyidiZF0m9krZcT9xANbBekPSpZ9L4HovoX5jxLFBAF9gw7c3Pf9XPAAAAAElFTkSuQmCC');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0;
	position: fixed;
	top: calc(50% - 30px);
	width: 60px;
	height: 60px;
}

#popup-gallery-lightbox-prev {
	left: 15px;
	transform: scale(-1, 1);
}

#popup-gallery-lightbox-next {
	right: 15px;
}

@media (min-width: 1600px) {
	#popup-gallery-lightbox-prev {
		left: 5%;
	}

	#popup-gallery-lightbox-next {
		right: 5%;
	}
}

@media (max-width: 1300px) {

	#popup-gallery-lightbox-prev,
	#popup-gallery-lightbox-next {
		width: 40px;
	}
}

@media (max-width: 980px) {
	#popup-gallery-lightbox-prev {
		left: 5px;
	}

	#popup-gallery-lightbox-next {
		right: 5px;
	}
}

@media (max-width: 850px) {

	#popup-gallery-lightbox-prev,
	#popup-gallery-lightbox-next {
		width: 20px;
	}
}

@media (max-width: 600px) {

	#popup-gallery-lightbox-prev,
	#popup-gallery-lightbox-next {
		position: absolute;
		top: 5px;
	}

	#popup-gallery-lightbox-prev {
		left: 30px;
	}

	#popup-gallery-lightbox-next {
		left: 80px;
		right: auto;
	}
}

/* campaign styles */

/* Responsive grid for campaign cards */
.campaigns-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 37px;
	margin: 33px 0 32px 0;

}

.container-campaign-filters-grid {
	display: grid;
	grid-template-columns: 4fr 1fr;
	gap: 11px;
	align-items: center;
	margin: 53px auto;
	width: 80%;
}

.choices__item.choices__placeholder.choices__item--selectable {
	font-size: 16px;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
	position: relative;
	padding: 10px;
	font-size: 16px !important;
}

.campaign-filters-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 5px;
	justify-content: center;
	align-items: initial;
	max-width: 100%;
	background: #ECEFF0;
	padding: 7px;
	border-radius: 6px;
	margin-left: 5px;

}

/* .form_campaign {
	height: 2.55rem;
} */
.campaign-filter-item {
	max-width: 10.813rem;
}

.clear-filters-btn {
	display: flex;
	background-color: #848484 !important;
	color: #fff !important;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px !important;
	transition: all 0.2s ease;
	width: 100%;
	height: 39px;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.clear-filters-btn:hover,
.clear-filters-btn:focus {
	color: #fff !important;
	background-color: #535050 !important;
}

.clear-filters-section {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ECEFF0;
	padding: 7px;
	border-radius: 6px;
	width: 83%;
}

@media (max-width: 768px) {
	.campaign-filter-item {
		width: 100%;
		max-width: none;
		box-sizing: border-box;
	}

	.campaign-filters-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto auto;
		gap: 8px;
		max-width: 100%;
		padding: 8px 6px 8px 6px !important;
		margin: 0;
		display: grid;
		align-items: stretch;
	}

	.clear-filters-section {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #ECEFF0;
		padding: 7px;
		border-radius: 6px;
		width: 8rem;
		margin-left: auto;
	}

	.campaign-filters-grid .filter-reset {
		grid-column: 1 / -1;
		justify-self: center;
		margin-top: 10px;
	}

	.container-campaign-filters-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		width: 100%;
		margin-bottom: 2.7rem;
	}

	.archive-filtersection-campaigns h2 {
		text-align: left !important;
	}

	/* Forzar que todos los elementos respeten el grid 50/50 */
	.campaign-filters-grid,
	.clear-filters-section {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}

	/* Asegurar que choices.js no interfiera con el grid */
	.campaign-filter-item .choices,
	.campaign-filter-item .choices__inner,
	.campaign-filter-item select,
	.campaign-filter-item form {
		width: 100% !important;
		max-width: 100% !important;
		min-width: auto !important;
		box-sizing: border-box !important;
	}
}

@media (max-width: 900px) {
	.campaigns-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.campaigns-grid {
		grid-template-columns: 1fr;
	}
}

.campaign-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 2px 8px 0px #00000040;
	padding: 17px 17px 15px 17px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	transition: box-shadow 0.2s;
	transition: background 0.7s;
	cursor: pointer;
}

.campaign-card:hover {
	background: #ECEFF0;

}

.campaign-card img {
	max-width: 100%;
	height: 160px;
	object-fit: cover;
	margin-bottom: 16px;
}

.campaign-card h3 {
	font-size: 1.125rem;
	margin: 0 0 -1px 0;
	color: #4aa13d;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}

.campaign-card .organizations {
	font-size: 0.75rem;
	color: #165360;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin: 2px 0px -5px 0px;
	text-align: start;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	max-width: 100%;

}

.campaign_soon {
	opacity: 0.6;
}

.campaign-card .start-date {
	display: inline-block;
	font-size: 0.75rem;
	color: #8F8F8F;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	border: 1px solid #8F8F8F;
	padding: 0px 4px;
	border-radius: 3px;
	margin-top: 5px;
	line-height: 22px;
}

.archive-header-campaigns {
	margin-top: 14.18rem;
	padding: 0px 10px;
}

.archive-header-campaigns h1 {
	text-align: center;
	margin-bottom: 17px;
}

.archive-header-campaigns h1 span {
	font-size: 3.75rem;
	font-weight: 700;
	color: #165360;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 8px;
	text-align: center;
	line-height: 4.5rem;
	background: #A8D597;
	padding: 0px 9px 0px 9px;
	border-radius: 6px;
}

.archive-header-campaigns h2 {
	font-size: 2.813rem;
	font-weight: 700;
	color: #165360;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 8px;
	text-align: center;
	line-height: 4.5rem;
	margin-top: -3px;
}

.archive-header-campaigns p {
	font-size: 1.125rem;
	font-weight: 400;
	color: #404040;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin-top: 0.9rem;
	line-height: 1.5rem;
	word-break: normal;
	overflow-wrap: break-word;
	white-space: normal;
	hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
}

.archive-filtersection-campaigns h2 {
	font-size: 1.125rem;
	font-weight: 700;
	color: #165360;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 8px;
	text-align: center;
	margin-top: 4.58rem;
	line-height: 1.2em;
	margin-bottom: 1.8rem;
}

.campaign-live-tag {
	position: absolute;
	top: 8px;
	right: 4px;
	background: #4aa13d;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	padding: 2px 12px;
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(67, 176, 42, 0.12);
	letter-spacing: 1px;
	z-index: 2;
	text-transform: uppercase;
}

.campaign-card {
	position: relative;
	display: grid;
	justify-content: center;
	height: 100%;
}

.campaigns-content {
	padding-bottom: 5rem;
}

.campaign-card {
	position: relative;
	overflow: hidden;
}

.campaign_summary {
	font-size: 12px;
	color: #535050;
	line-height: 18px;
}

.campaign-card .campaign-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.2s;
	z-index: 3;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
	padding: 7px !important;
	margin-top: 7px !important;
	box-shadow: 0px 0px 11px 8px #0000000A;
	border-radius: 3px !important;
	border: none !important;
	z-index: 3 !important;
}


.choices__input--cloned::placeholder {
	color: #8F8F8F !important;
	font-family: 'Poppins' !important;
	font-size: 13px !important;
	font-weight: 300 !important;
}


.choices[data-type="select-one"] {
	width: 100% !important;
}

@media (max-width: 768px) {
	.choices[data-type="select-one"] {
		width: 100% !important;
	}

	.campaign-card img {
		max-width: 100%;
		height: 160px;
		object-fit: cover;
		margin-bottom: 16px;
	}

	.campaign-live-tag {
		position: absolute;
		top: 7px;
		right: 6px;
		background: #4aa13d;
		color: #fff;
		font-size: 1rem;
		font-weight: 400;
		font-family: 'Poppins', sans-serif;
		padding: 4px 14px;
		border-radius: 3px;
		box-shadow: 0 2px 6px rgba(67, 176, 42, 0.12);
		letter-spacing: 1px;
		z-index: 2;
		text-transform: uppercase;
	}

	.archive-header-campaigns h1 span {
		font-size: 3.125rem;
		font-weight: 700;
		color: #165360;
		font-family: 'Poppins', sans-serif;
		margin-bottom: 8px;
		text-align: center;
		line-height: 3.5rem;
	}

	.archive-header-campaigns h1 {
		margin-bottom: 0px;
	}

	.archive-header-campaigns h2 {
		font-size: 2.2rem;
		line-height: 39px;
		margin-top: 5px;
	}

	.archive-header-campaigns p {
		font-size: 1rem;
		line-height: 1.563rem;
		font-weight: 400;
		color: #404040;
		font-family: 'Poppins', sans-serif;
		text-align: center;
		margin-top: 2.7rem;
		word-break: keep-all !important;
		overflow-wrap: normal !important;
		padding: 0px 8.5px;
	}
}

/* styles post-campaign page */

.title_page_campaign {
	text-align: center;
	margin: 0 auto;
	font-weight: 700;
	font-size: 3.75rem;
	color: #165360;
	padding-top: 10rem;
	font-family: 'Poppins', sans-serif;
}

.start-date {
	display: inline-block;
	font-size: 1rem;
	color: #000000;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}

.section2-content {
	display: flex;
	align-items: center;
}
.section2-content .background-image-section2  {
	width: 100%;
}
.banner-content-text {
	position: absolute;
	width: 100%;
	justify-content: center;
	text-align: center;
	display: grid;
}

.banner-content-text .content-text-banner h2 {
	font-weight: 700;
	color: #fff;
	font-size: 3.75rem;
	line-height: 4.5rem;
}

.banner-content-text .content-text-banner p {
	text-align: center;
	font-weight: 400;
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.5rem;
}

.content-text-banner {
	max-width: 46.438rem;
}

.read_more_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	background: transparent !important;
	border: 1px solid #fff;
	border-radius: 100px;
	padding: 6px 14px;
	width: auto;
	cursor: pointer;
}

.status_date_campaign {
	display: flex;
	justify-content: center;
	gap: 9px;
	margin-top: 2rem;
}

.status_date_campaign .status {
	font-weight: 400;
	color: #4AA13D;
	font-size: 1rem;
	border: 1px solid #4AA13D;
	font-family: 'Poppins', sans-serif;
	border-radius: 3px;
	padding: 0px 4px;
}

.organizations {
	text-align: center;
	margin-top: 1.7rem;
	margin-bottom: 4.5rem;
}

.organizations span {
	font-family: 'Poppins', sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	color: #165360;
}

.section_camp_1 {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 7.5rem !important;
}


.section_camp_1>.image_section_1,
.section_camp_1>.paragraph_1_section_1 {
	flex: 0 0 50%;
	max-width: 50%;
	box-sizing: border-box;
}

.section_camp_1 .image_section_1 img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 6px;
}

/* Evitar que las palabras se partan con guion */
.paragraph_1_section_1,
.paragraph_1_section_1 p {
	-webkit-hyphens: none !important;
	-ms-hyphens: none !important;
	hyphens: none !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
}

.paragraph_1_section_1 p {
	font-size: 1.313rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000;
	line-height: 2.25rem;
}

.paragraph_1_section_1 {
	padding: 0px 0px 0px 6rem;
}


.choices {
	position: relative;
	overflow: hidden;
	margin-bottom: 0px !important;
	font-size: 16px;
}

.choices[data-type*="select-one"] .choices__input {
	width: 90% !important;
	padding: 7px !important;
	border: none !important;
	background-color: #eceff0 !important;
	margin: 0 auto !important;
	border-radius: 3px !important;
	height: 20px;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
	padding: 5px 7px !important;
	border-radius: 3px !important;
}

.choices__list--dropdown .choices__item {
	margin-top: 7px !important;
}

.choices__item .choices__item--choice {
	margin-top: 10px;
}


.choices[data-type="select-one"] .choices__inner {
	width: 100%;
}

.choices[data-type="select-one"] .choices__item--selectable {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}





.choices__inner {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	background-color: #fff !important;
	border: none !important;
	border-radius: 4px !important;
	font-size: 14px;
	min-height: 35px !important;
	overflow: hidden;
	padding: 0px 9px 0px 6px !important;
}

.choices__list--dropdown .choices__item::before {
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid #333;
	border-radius: 50%;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}

.choices__list--dropdown .choices__item.is-selected::before {
	background: #333;
}

.choices__placeholder {
	opacity: 1 !important;
}

.choices__item.choices__item--selectable {
	font-size: 16px;

}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
	position: relative;
	padding: 10px;
	font-size: 12px !important;
}

/* Loading state styles */
.campaigns-loading {
	opacity: 0.5;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

/* Loading dots animation */
.loading-dots-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 20px;
	min-height: 200px;
	width: 100%;
	grid-column: 1 / -1;
	text-align: center;
}

.loading-dots {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
}

.loading-dots .dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #4aa13d;
	animation: loadingPulse 1.4s infinite ease-in-out both;
}

.loading-dots .dot:nth-child(1) {
	animation-delay: -0.32s;
	background-color: #4aa13d;
}

.loading-dots .dot:nth-child(2) {
	animation-delay: -0.16s;
	background-color: #535050;
}

.loading-dots .dot:nth-child(3) {
	animation-delay: 0s;
	background-color: #4aa13d;
}

@keyframes loadingPulse {

	0%,
	80%,
	100% {
		transform: scale(0.6);
		opacity: 0.5;
	}

	40% {
		transform: scale(1);
		opacity: 1;
	}
}

/* Animación de entrada en escalera para las cards */
.campaign-card {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.6s ease-out;
}

.campaign-card.animate-in {
	opacity: 1;
	transform: translateY(0);
}

.campaigns-grid.fade-in .campaign-card {
	animation: slideUpStagger 0.6s ease-out forwards;
}

@keyframes slideUpStagger {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


@media (max-width: 768px) {
	.container-campaign-filters-grid {
		display: block !important;
		width: 100% !important;

	}

	.campaign-filters-grid {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		grid-template-rows: auto auto !important;
		gap: 9px 6px !important;
		width: 100% !important;
		margin-bottom: 10px !important;
		justify-items: stretch !important;
	}

	.clear-filters-section {
		width: auto !important;
		max-width: fit-content !important;
		margin-left: auto !important;
		margin-right: 0 !important;
		text-align: right !important;
	}

	.campaign-filter-item {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
	}

	.campaign-filter-item .choices {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
	}

	.choices__inner {
		padding: 1px 10px !important;
		min-height: 33px !important;
		font-size: 13px !important;
	}

	.clear-filters-btn {
		padding: 6.5px 12px !important;
		font-size: 16px !important;
		width: auto !important;
		min-width: auto !important;
		height: auto !important;
	}
}