ser/login@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: "Kanit", sans-serif;
}
:root{
	--btnColor:#CF2B33
}
.btn{
	background: var(--btnColor);
	padding: 6px 10px;
	border-radius: 5px;
}
.pagetitle {
	background: #404c78;
	padding: 60px 10px;
	color: #fff;
	text-align: center;
}
.pagetitle h1 {
	text-align: center;
	padding-top: 0px;
	color: #ffffff !important;
	font-size: 30px !important;
	font-weight: bold;
	margin-bottom: 0px !important;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	width: auto;
	top: 0% !important;
	bottom: 0%;
	transform: none !important;
}
.candidate-header .nav.navbar-nav li a {
	text-transform: capitalize;
    color: #000;
}
.candidate-header .navbar {
	background: #fff !important;
	padding: 20px 0px;
}

.path-questions .survey-filter-form .js-form-item label, .path-survey .survey-filter-form .js-form-item label {
	margin: 0px;
	color: #444;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
}
.path-questions .survey-filter-form .js-form-item label, .path-survey .survey-filter-form .js-form-item label {
	margin: 0px;
	color: #444;
	font-weight: 500;
	font-size: 16px;
}
.path-questions .survey-filter-form .form-item .button, .path-survey .survey-filter-form .form-item .button {
	background: #e11e2d;
	color: #fff;
	border-radius: 5px;
	padding: 8px 25px;
	font-size: 16px;
	font-weight: 500;
	box-shadow: none;
	border: none;
}
.path-questions .survey-filter-form .form-item .button:hover, .path-survey .survey-filter-form .form-item .button:hover {
	background: #404c78;
}
.path-questions .survey-filter-form .js-form-submit, .path-survey .survey-filter-form .js-form-submit {
	background: #6c757d;
	border: none;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding: 8px 25px;
	margin: 0px;
}
.path-questions .survey-filter-form form, .path-survey .survey-filter-form form {
	display: flex;
	gap: 10px;
	align-items: center;
}
@media screen and (min-width: 992px) {
    .path-questions .survey-filter-form form .js-form-type-textfield, .path-survey .survey-filter-form form .js-form-type-textfield {
        width: 25%;
    }
}
.path-questions .survey-filter-form .js-form-item input:focus, .path-survey .survey-filter-form .js-form-item input:focus {
	outline: none;
	box-shadow: none;
	border-color: #878787;
}
.path-questions .survey-filter-form .js-form-item input, .path-questions .survey-filter-form .js-form-item select, .path-survey .survey-filter-form .js-form-item input, .path-survey .survey-filter-form .js-form-item select {
	border-radius: 3px;
    height: 42px;
    font-size: 16px;
    font-weight: 500;
}
.path-questions .survey-filter-form .form-item, .path-survey .survey-filter-form .form-item {
	margin: 0px;
}
.path-questions .survey-filter-form form, .path-survey .survey-filter-form form {
	display: flex;
	gap: 10px;
	align-items: end;
	margin-bottom: 17px;
}
@media screen and (max-width: 600px) {
    .path-questions .survey-filter-form form, .path-survey .survey-filter-form form {
        display: block !important;
    }
    .path-questions .survey-filter-form form .js-form-type-textfield, .path-survey .survey-filter-form form .js-form-type-textfield {
        width: 100% !important;
    }
    .path-questions .survey-filter-form .form-item, .path-survey .survey-filter-form .form-item {
        margin: 10px 0px;
    }
}
@media screen and (min-width: 601px) and (max-width: 991px) {
    .path-questions .survey-filter-form form, .path-survey .survey-filter-form form {
        flex-wrap: wrap;
    }
}
.region.region-content {
	padding: 0 0px;
	background:linear-gradient(90deg, #fdedef 0%, #f7fafe 100%);
}
.button-wrapper {
	text-align: right;
}
.button-wrapper a {
	border: none;
	color: #fff;
	background: #e11e2d;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 500;
	padding: 8px 25px;
}
.button-wrapper a {
	border: none;
	color: #fff;
	background: #e11e2d;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 500;
	padding: 8px 25px;
	line-height: normal;
	height: auto;
	margin: 0px;
}
.button-wrapper {
	text-align: right;
	display: flex;
	justify-content: right;
	gap: 10px;
	flex-wrap: wrap;
    margin-bottom: 10px;
}
.button-wrapper a:hover {
	background: #1f2d61;
}
.table-team-data {
	border: 1px solid #ececec !important;
	width: 100%;
}
.table-team-data thead tr th {
	background: #4C5680 !important;
	color: #fff !important;
	font-size: 18px;
	font-weight: 500;
	padding: 12px !important;
	text-transform: capitalize;
}
.table-team-data thead tr th a {
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}
.table-team-data thead tr th a .tablesort {
	color: #fff !important;
}
.table-team-data tbody tr td {
	color: #444 !important;
	font-size: 15px;
	padding: 12px !important;
	text-transform: capitalize;
}
.path-add #custom-survey-add-question-form, #custom-survey-edit-question-form {
	max-width: 600px;
	margin: 0 auto;
	width: 100%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px;
}
#add-survey-form {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px;
}
#add-survey-form input,  #custom-survey-add-question-form select, #custom-survey-add-question-form input, #add-survey-form select, #custom-survey-edit-question-form input, #custom-survey-edit-question-form select {
	border-radius: 3px !important;
}
#add-survey-form input:focus, #custom-survey-add-question-form select:focus, #custom-survey-add-question-form input:focus, #add-survey-form select:focus, #custom-survey-edit-question-form input:focus, #custom-survey-edit-question-form select:focus {
	outline: none;
    box-shadow: none;
}
#add-survey-form .js-form-item label, #custom-survey-add-question-form .js-form-item label, #custom-survey-edit-question-form .js-form-item label {
	font-size: 17px;
	font-weight: 500;
	color: #000;
}
#add-survey-form fieldset legend, #custom-survey-add-question-form fieldset legend, #custom-survey-edit-question-form fieldset legend {
	background: #404c78 !important;
    border-radius: 0px !important;
    margin-bottom: 0px;
    padding: 10px 15px;
    height: auto;
    margin-bottom: 10px;
}
#add-survey-form fieldset legend .fieldset-legend, #custom-survey-add-question-form fieldset legend .fieldset-legend, #custom-survey-edit-question-form fieldset legend .fieldset-legend {
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
}
#add-survey-form fieldset .fieldset-wrapper .option, #custom-survey-add-question-form fieldset .fieldset-wrapper .option,#custom-survey-edit-question-form fieldset .fieldset-wrapper .option {
	color: #444;
    font-weight: 500;
    font-size: 17px;
    padding-left: 8px;
}
#add-survey-form fieldset .fieldset-wrapper input, #custom-survey-add-question-form fieldset .fieldset-wrapper input, #custom-survey-edit-question-form fieldset .fieldset-wrapper input {
	border: 2px solid #404c78 !important;
    border-radius: 3px;
    height: 21px;
    width: 21px;
    min-width: 21px;
    min-height: 21px;
    margin-top: 3px;
}
#add-survey-form fieldset .fieldset-wrapper .js-form-type-radio, #custom-survey-add-question-form fieldset .fieldset-wrapper .js-form-type-radio, #custom-survey-edit-question-form fieldset .fieldset-wrapper .js-form-type-radio {
	display: flex;
	align-items: center;
	gap: 6px;
}
.path-add .description {
	font-size: 16px !important;
	color: #444;
	font-weight: 500;
}
#add-survey-form #edit-actions input, #custom-survey-add-question-form #edit-actions input, #custom-survey-edit-question-form #edit-actions input {
	background: #e11e2e;
	border: none;
	padding: 8px 25px;
	font-size: 16px;
	font-weight: 500;
}
#add-survey-form #edit-actions input:hover, #custom-survey-add-question-form #edit-actions input:hover, #custom-survey-edit-question-form #edit-actions input:hover {
	background: #1f2d61;
	
}
#custom-add-candidate-form {
	max-width: 600px;
	margin: 0 auto;
	width: 100%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px;
}
#custom-add-candidate-form #edit-verify-email .details-wrapper .col-sm-3 {
	align-items: center;
	display: flex;
}
#custom-add-candidate-form #edit-verify-email .details-wrapper .col-sm-3 #edit-verifybtn {
	background: #e11e2d;
	border: none;
	padding: 8px 25px;
	font-size: 16px;
	font-weight: 500;
}
#custom-add-candidate-form #edit-actions input {
	background: #e11e2d;
	border: none;
	padding: 8px 25px;
	font-size: 16px;
	font-weight: 500;
}
#custom-add-candidate-form #edit-actions {
	text-align: center;
}
#custom-add-candidate-form #edit-verify-email .details-wrapper .col-sm-3 .ajax-progress {
	display: none !important;
}
.path-view .ui-dialog .ui-dialog-titlebar span {
	color: #1f2d61;
	font-size: 20px;
	font-weight: 600;
}
.path-view .ui-dialog .row .col-sm-3 {
	display: flex;
	align-items: center;
}
.path-view .ui-dialog .row .col-sm-3 input {
	border: none;
	background: #e11e2d;
	border: none;
	padding: 8px 25px;
	font-size: 16px;
	font-weight: 500;
}
.path-view .ui-dialog .row .col-sm-9 .js-form-type-email input {
	height: 40px;
	min-height: 40px;
}
.table-team-data td a {
	margin-right: 5px;
}
.table-team-data td a .fa-pen-to-square {
	color: #4c5680;
}
.table-team-data td a .fa-trash-can {
	color: #e11e2d;
}
.path-view .ui-dialog .ui-dialog-titlebar {
	background: #f5f7ff;
}
.path-view .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset.form-actions button {
	width: auto;
	border: none;
	color: #fff;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 500;
	padding: 8px 25px;
	margin: 0px;
}
.path-view .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset.form-actions {
	float: none;
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	padding: 15px 0;
}
.path-view .ui-dialog .ui-dialog-buttonpane {
	background: no-repeat;
	border: none;
}
.path-view .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset.form-actions .dropdown-item {
	background: #1f2d61 !important;
}
.path-view .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset.form-actions button {
	width: auto;
	border: none;
	color: #fff;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 30px;
	margin: 0px;
	background: #e11e2d !important;
}
.path-view .ui-dialog .col-sm-12 a {
	color: #2263df;
	font-weight: 600;
}
.path-view .ui-dialog .col-sm-12 a:hover {
	text-decoration: none;
}
.path-view .ui-dialog .col-sm-12 {
	padding-top: 10px;
}
#custom-question-delete-survey-form {
	max-width: 750px;
	margin: 0 auto;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	color: #444;
	text-align: center;
	background: #f0f0f0;
	padding: 50px;
}
#custom-question-delete-survey-form #edit-cancel {
	border: none;
	background: #e11e2d;
	padding: 9px 20px;
	margin: 0px;
	margin-top: 0px;
	margin-top: 0px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: normal;
	height: auto;
	border-radius: 3px;
	margin-top: 10px;
	display: inline-block;
	text-decoration: none;
}
#custom-question-delete-survey-form #edit-cancel:hover {
	background: #1f2d61;
}
#custom-survey-delete-survey-form {
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	color: #444;
	text-align: center;
	background: #f0f0f0;
	padding: 30px;
}
#custom-survey-delete-survey-form #edit-actions input {
	border-radius: 3px;
	background: #e11e2d;
	border: none;
}
#custom-survey-delete-survey-form #edit-actions #edit-cancel {
	background: #1f2d61;
	border-radius: 3px;
	color: #fff;
	margin: 0px;
}
.table-team-data tbody tr:nth-child(2n) td {
	background: #D6EEEE !important;
}
.pagetitle h1::before {
	content: "";
	display: block;
	width: auto;
	background-color: #ffffff;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -6px;
}
.pagetitle h1::after {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #e11e2d;
	left: 0;
	position: absolute;
	display: block;
	bottom: -11px;
	margin: 0 auto;
	right: 0;
	transform: rotate(45.65deg);
}
@media (max-width: 990px) {
	.table-team-data {
	  overflow-x: auto;
	  display: block;
	}
  }
  .table-team-data tbody tr td img {
	width: 25px;
}
.table-team-data tbody tr td a .fa-user-plus {
	color: #e11e2d;
}
/* new css */
#block-fundraising-main-menu ul li  a{
  color: #000000;
}
.path-frontpage .region.region-content {
	padding-top: 0px;
}
.path-frontpage .carousel-item {
	height: 450px;
}
.path-frontpage .carousel-caption {
	position: absolute;
	right: 15%;
	top: 40%;
	left: 12%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff !important;
	text-align: left;
}
.path-frontpage .carousel-control-prev, .carousel-control-next {
	width: 9%;
}
.path-frontpage .carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
	filter: none !important;
}
.path-frontpage .carousel-caption h5 {
	font-size: 45px;
	font-weight: 500;
}
#block-fundraising-main-menu ul li a::before {
	content: "";
	position: absolute;
	background: #ca0a10;
	height: 3px;
	width: 0%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	transition: 0.5s;
}
#block-fundraising-main-menu ul li a {
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}
#block-fundraising-main-menu ul li a:hover::before {
	width: 100%;
}
#block-fundraising-main-menu ul li{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
footer {
	background-image: linear-gradient(to right bottom, #ca0a10,#0869a4);
	padding: 50px 0px;
}
header {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.model-contents img {
	width: 100%;
	height: auto;
}
.model-contents {
	padding: 80px 0px;
}
.model-contents h2 {
	color: #ca0a10;
	font-size: 50px;
	font-weight: 500;
}
.m-btn a {
	text-decoration: none;
	background: #ca0a10;
	padding: 13px 31px;
	color: #fff;
	border-radius: 5px;
}

.icon-content h3 {
	color: #232323;
	font-size: 20px;
	font-weight: 600;
	margin: 0px;
}
.path-frontpage .carousel-item img {
	height: 100%;
}
.banner-top {
	background-image: url(/sites/default/files/inline-images/Home-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0px;
}
.banner-top h2 {
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 3px;
}
.intro {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	line-height: normal;
	padding-top: 50px;
	padding-bottom: 50px;
}
.our-story {
	background:linear-gradient(90deg, #D2E3FB 0%, #FEF0F2 100%);
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.ab-sec h2 {
	color: #ca0a10; */
    font-size: 35px;
    color: #ca0a10;
    font-size: 35px;
    font-weight: 600;
    background: linear-gradient(90deg, #F5464E 0%, #003961 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    line-height: 47px;
    margin-bottom: 20px;
}
.sb-sec p {
	color: #444;
	line-height: 30px;
	font-size: 15px;
}
.What-sec {
	padding-top: 50px;
	padding-bottom: 50px;
}
.call-to {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.call-to .d-btn a {
	text-decoration: none;
	text-decoration: none;
	background: #ca0a10;
	padding: 13px 31px;
	color: #fff;
}
.d-btn {
	margin-top: 35px;
}
.issues-content img {
	width: 100%;
	height: auto;
}
.issues-content .issue-content h3 {
    color: #ca0a10;
    font-size: 22px;
    padding-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.issues-content .issue-content p {
	font-size: 15px;
	line-height: 24px;
	color: #444;
	background: #fff;
}
.issues-content {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	border-radius: 15px;
    overflow: hidden;
	height: 100%;
	background: #fff;
}
.issue-content {
    padding: 0 15px;
    padding-bottom: 0px;
    background: #fff;
}
.mi-vi {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f0f0f0;
}
.mi-vi .mi-content h3 {
	color: #ca0a10;
	font-size: 30px;
}
.mi-vi .mi-content p {
	font-size: 15px;
	line-height: 24px;
	color: #444;
}
.mi-img {
	border-radius: 0 60px 60px 0px;
}
.vi-img {
	border-radius: 60px 0px 0px 60px;
}


/* home page css */

.navbar .container-fluid{
	max-width:1200px;
	margin: auto !important;
}
#block-fundraising-main-menu ul li:last-child {
    margin-left: 50px;
}
#block-fundraising-main-menu ul li{
	padding-left: 0.9rem;
    padding-right: 0.9rem;
}
#block-fundraising-site-branding .navbar-brand img{height: 90px;}
#block-fundraising-site-branding .navbar-brand {
    white-space: unset;
    margin: 0;
    padding: 0;
}
.navbar ul li:last-child a {
    background: var(--btnColor);
    padding: 8px 17px !important;
    border-radius: 5px !important;
    color: #fff !important;
}
.path-frontpage .home-slider img {
    width: 100%;
}
.path-frontpage .home-slider h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 68px;
    line-height: 68px;
}
.path-frontpage .home-slider p {
    font-size: 23px;
	margin-bottom: 40px;
}
.path-frontpage .home-slider .carousel-caption {
    width: 47% !important;
    margin: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

/*.path-frontpage .home-slider .carousel-item{height: 576px;} */

.path-frontpage .home-slider .btn {
    background: var(--btnColor);
    padding: 8px 23px;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    display: inline-block;
}
.path-frontpage .home-slider .btn:hover{ background: var(--btnColor);}
.home-slider .carousel-dark .carousel-indicators [data-bs-target]{background: #fff;}
.home-slider .carousel-indicators [data-bs-target]{
	height: 10px;
	width: 10px;
	border-radius: 20px;
	background: white;
	border: none;
}

.home-slider .carousel-indicators{
	margin-bottom: 1rem;
}
.model-contents.about-us {
    background: linear-gradient(90deg, #D2E3FB 0%, #FEF0F2 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about-us p {
    color: #252525;
}
.model-contents.about-us h2 {
    color: #202020;
    font-size: 44px;
    font-weight: 600;
    background: linear-gradient(90deg, #F5464E 0%, #003961 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    line-height: 47px;
    margin-bottom: 20px;
}
.icon-content {
    width: 47%;
}
.icon-content-row {
    display: flex;
    justify-content: space-between;
	margin-bottom: 40px;
}
.into span {
	color: #232323;
    display: block;
    margin-bottom: 12px;
    font-weight: bold;
    border-bottom: 3px solid;
    display: inline-block;
}
.icon-content h3 {
    margin-bottom: 10px;
}
.rightimg img {
    width: 100%;
    height: auto;
    float: right;
    padding: 10px;
    background: #ffffff94;
    border-radius: 5px;
}
.home-about-image img{
	width: 100%;
    height: auto
    float: left;
    padding: 10px;
    background: #ffffff94;
    border-radius: 5px;}
.abimg {
    width: 90%;
    height: auto;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
}
.listing-sec {
    padding: 50px 0;
    background: linear-gradient(90deg, #D2E3FB 0%, #FEF0F2 100%);
}
.contact-heading {
    color: #ca0a10;
    font-size: 30px;
    font-weight: 600;
    background: linear-gradient(90deg, #F5464E 0%, #003961 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
}
.form-control {
    border-radius: 0;
    height: 50px;
    box-shadow: none;
    outline: none;
	border: 1px solid #b3b3b3;
}
.form-control:focus{
	box-shadow:none;
}
input#edit-actions-submit {
    padding: 14px 26px;
    text-transform: uppercase;
    font-size: 20px;
    border: none;
}
textarea.form-control {
    min-height: 80px;
}
input#edit-actions-submit:hover{background: #ca0a10;}
.contform {
	padding: 0 24px;
    border-left:1px solid #b3b3b3;
	padding-left: 42px;
}
.contact-div h2{
	color: #ca0a10;
    font-size: 35px;
    font-weight: 600;
    background: linear-gradient(90deg, #F5464E 0%, #003961 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
	text-align: center;
}
.contact-div p{
	text-align: left;
}
.contact-div .container {
    padding-bottom: 24px;
}
.contact-div {
    background:linear-gradient(35deg, #D2E3FB 0%, #FEF0F2 100%);
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.contactLeft {
    padding: 0 24px;
	height: 100%;
}
.contactLeft p {
    margin-bottom: 30px;
}
.contacttp h2 {
    color: #ca0a10;
    font-size: 35px;
    font-weight: 600;
    background: linear-gradient(90deg, #F5464E 0%, #003961 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
	text-align: center;
}
.contacttp {
    padding: 50px 0;
}
.contacttp p {
    margin: 0;
	text-align: center;
}
.contacttp .container{
	max-width: 70%;
}

.faq-container {
	max-width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq-title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.faq-item {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}
.faq-question {
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.faq-question:hover {
	color: #007bff;
}
.faq-answer {
	font-size: 16px;
	color: #555;
	margin-top: 10px;
}
.faq-icon {
	font-size: 20px;
	transition: transform 0.3s ease-in-out;
}
.faq-item.active .faq-answer {
	display: block;
}
.faq-item.active .faq-icon {
	transform: rotate(180deg);
}

/* #block-fundraising-content .node__content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.path-civicrm #block-fundraising-content {
    max-width: 475px !important;
    float: left;
} */
.path-civicrm #block-fundraising-content #intro_text {
    padding: 0 !important;
}




.path-civicrm #block-fundraising-content .content.block-content .crm-contribution-main-form-block>#intro_text .text-styles--campaign-description {
    padding: 20px 20px 0 20px;
}
.path-civicrm #crm-container {
	padding: 50px 0px;
	background: rgb(250 248 248 / 100%);
	border: 0;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	background-image: url(/sites/default/files/inline-images/flags.jpeg) !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.path-civicrm #crm-container #Main {
	background: #fff;
	padding: 20px;
	max-width: 630px;
	margin: 0 auto;
	width: 100%;
}
.path-civicrm #crm-container #Main .contribution_amount-section .contribution_amount-content .price-set-row .price-set-option-content {
	background: #1f2d61;
	padding: 12px 9px;
	border-radius: 5px;
	width: 100%;
	display: inline-block;
}
.path-civicrm #crm-container #Main .contribution_amount-section .contribution_amount-content .price-set-row .price-set-option-content label {
	color: #fff;
}
.path-civicrm #crm-container #Main .crm-section .label {
	float: none;
	width: auto;
	text-align: left;
}
.path-civicrm #crm-container #Main .crm-section .content {
	margin: 0px;
}
.path-civicrm #crm-container #Main .crm-section {
	padding-top: 0px;
	padding-bottom: 0px;
}
.path-civicrm #crm-container #Main .contribution_amount-section .label label {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 5px;
}
.path-civicrm #crm-container #Main .contribution_amount-section .contribution_amount-content .price-set-row .highlight {
	background: #ca0a10;
}
.f-copy {
	text-align: center;
	font-size: 17px;
	word-spacing: 2px;
}
body .crm-container.crm-public .crm-section:has(> .content input:focus), .crm-container.crm-public .crm-section:has(> .content select:focus), .crm-container.crm-public .crm-section:has(> .content textarea:focus) {
	background-color: #fff !important;
}
.path-civicrm #crm-container #Main .contribution_amount-section .contribution_amount-content .price-set-row label {
	color: #333;
	font-size: 17px;
}
.path-civicrm #crm-container #Main .contribution_amount-section .contribution_amount-content .price-set-row {
	margin-bottom: 8px;
}

.path-civicrm #crm-container #Main #priceset-div .other_amount-section .label label {
	font-size: 17px;
	font-weight: 500;
	color: #fff;
}
.path-civicrm #crm-container #Main #priceset-div .other_amount-section .other_amount-content input {
	width: 100%;
}
.path-civicrm #crm-container #Main #priceset-div .other_amount-section {
	padding-top: 5px;
}
.path-civicrm #crm-container #Main .is_recur-section {
	padding: 0;
}
.path-civicrm #crm-container #Main .is_recur-section .label {
	margin: 0px;
	height: auto;
	display: none;
}
.path-civicrm #crm-container #Main .is_recur-section {
	background: #FFFCC8 !important;
	padding: 7px 10px;
	border-radius: 5px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	margin-top: 20px;
}
.path-civicrm #crm-container #Main .crm-group fieldset legend {
	color: #232323;
	font-size: 25px;
	font-weight: 500;
}
.path-civicrm #crm-container #Main .crm-group fieldset #editrow-first_name {
	width: 49%;
	float: left;
	padding: 0px;
	margin: 0px;
}
.path-civicrm #crm-container #Main .crm-group fieldset #editrow-last_name {
	float: right;
	width: 49%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px !important;
}
.path-civicrm #crm-container #Main .crm-group fieldset div#editrow-postal_code-Primary {
    width: 49%;
    float: right;
    margin: 0px;
    padding: 0px;
}
.path-civicrm #crm-container #Main .crm-group fieldset div#editrow-state_province-Primary {
    width: 49%;
    float: left;
    padding: 0px;
    margin: 0px;
}
.path-civicrm #crm-container #Main .crm-group fieldset div#editrow-state_province-Primary .crm-select2 {
    width: 100% !important;
    min-width: 100% !important;
}
.path-civicrm #crm-container #Main .crm-group fieldset div#editrow-state_province-Primary .crm-select2 .select2-choice {
    min-width: 100%;
}
.path-civicrm #crm-container #Main .crm-group fieldset div#editrow-city-Primary {
    width: 49%;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px !important;
}
.path-civicrm #crm-container #Main .crm-group fieldset div#editrow-country-Primary {
    width: 49%;
    margin-bottom: 15px !important;
    float: right;
    margin: 0px;
    padding: 0px;
}
.path-civicrm #crm-container #Main .crm-group fieldset div#editrow-country-Primary .crm-select2 {
    width: 100% !important;
}
.path-civicrm #crm-container #Main .crm-group fieldset div#editrow-country-Primary .crm-select2 a.select2-choice {
    min-width: 100% !important;
}
.path-civicrm #crm-container #Main .crm-group fieldset div#editrow-address_name-Primary {
    margin: 15px 0px;
    padding: 0px;
}
.path-civicrm #crm-container #Main .crm-group fieldset div#editrow-addressee_custom {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}
.path-civicrm #crm-container #Main .crm-group fieldset .content input {
	width: 100%;
	box-sizing: border-box;
	min-width: 100% !important;
	border-radius: 0px;
}
.path-civicrm #crm-container #Main .crm-group fieldset #editrow-email-Primary {
	width: 49%;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}
.path-civicrm #crm-container #Main .crm-group fieldset div#editrow-phone-Primary-1 {
    float: right;
    width: 49%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}
.path-civicrm #crm-container #Main .crm-group fieldset .label label {
	margin: 0px;
	font-weight: 400;
	font-size: 17px;
	color: #000;
}
#billing-payment-block #card-errors {
	margin: 0px;
	margin-bottom: 15px;
}
.path-civicrm #crm-container #Main #crm-submit-buttons {
	text-align: center;
	justify-content: center;
	display: block;
}
.path-civicrm #crm-container #Main #crm-submit-buttons .crm-form-submit {
	background: #ca0a10;
	border: none;
	padding: 25px 50px;
	font-size: 18px;
	font-weight: 500;
}
.path-civicrm #crm-container #Main #intro_text p {
	font-size: 16px;
	color: #252525;
}
.path-civicrm #crm-container #Main #intro_text p strong {
	font-size: 22px;
	font-weight: 500;
}
.path-civicrm #crm-container #Main #footer_text p {
	font-size: 16px;
	color: #252525;
}
.path-civicrm #crm-container #Main #footer_text p strong {
	font-size: 22px;
	font-weight: 500;
}
@media screen and (max-width: 500px) {
	.path-civicrm #crm-container #Main .crm-group fieldset #editrow-first_name {
		width: 100% !important;
		float: left;
		padding: 0px;
		margin: 0px;
	}
	.path-civicrm #crm-container #Main .crm-group fieldset #editrow-last_name {
		float: left !important;
		width: 100% !important;
		padding: 0px;
		margin: 0px;
	}
}
.path-civicrm #crm-container #civicrm-footer {
	display: none;
}
.f-content ul {
	padding: 0px;
	margin: 0px;
}
.f-content ul li {
	list-style: none;
	padding-bottom: 6px;
}
footer.footer-dark a {
	color: #f8f9fa;
	text-decoration: none;
}
.f-content ul li a::before {
	content: "";
	width: 11px;
	height: 4px;
	display: inline-block;
	background: #ffffff;
	margin-right: 9px;
	position: relative;
	bottom: 3px;
}
.f-content h3 {
	padding-bottom: 15px;
}
#block-fundraising-main-menu ul li:last-child .nav-link::before {
	height: 0px !important;
}
.path-civicrm #crm-container #Confirm {
	background: #fff;
	padding: 20px;
	max-width: 700px;
	margin: 0 auto;
}

.path-civicrm #crm-container #Main #priceset-div .other_amount-section {
	background: #1f2d61 !important;
	display: flex;
	padding: 17px 12px;
	border-radius: 5px;
	margin: 0px !important;
	align-items: center;
}
.path-civicrm #crm-container #Main #priceset-div .other_amount-section .content.other_amount-content {
	width: 76%;
}
.path-civicrm #crm-container #Confirm .crm-group .header-dark {
	background: none;
	color: #000;
	font-size: 24px;
	font-weight: 500;
	padding: 0px;
}
.path-civicrm #crm-container #Confirm .crm-group .content {
	margin: 0px;
	padding-top: 4px;
	color: #444;
	font-size: 17px;
}
.path-civicrm #crm-container #Confirm .crm-profile .header-dark {
	background: none;
	padding: 0px;
	color: #000;
	font-size: 24px;
	font-weight: 500;
}
.path-civicrm #crm-container #Confirm .crm-profile {
	padding: 0px;
}
.path-civicrm #crm-container #Confirm .crm-profile .crm-section .label {
	float: none;
	width: 100%;
}
.path-civicrm #crm-container #Confirm .crm-profile .crm-section .label label {
	color: #333;
	font-size: 17px;
	font-weight: 500;
}
.path-civicrm #crm-container #Confirm .crm-profile .crm-section .content {
	margin: 0px;
}
.path-civicrm #crm-container #Confirm .crm-profile .crm-section .content span {
	font-size: 16px;
}
.path-civicrm #crm-container #Confirm .crm-profile .crm-section {
	padding-bottom: 0px;
	padding-top: 15px;
}
.path-civicrm #crm-container #Confirm #crm-submit-buttons button {
	background: #ca0a10;
	border: none;
	padding: 22px 16px;
}
.path-civicrm #crm-container #Main .contribution_amount-section .contribution_amount-content .price-set-row {
	margin-bottom: 0px;
	flex: 1 1 32%;
	padding: 0 0% 0.900rem;
	text-align: center;
}
.page-civicrm-contribute-transact .crm-section .content.contribution_amount-content {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	margin: 0 -2%;
}
.path-civicrm #crm-container #Main .contribution_amount-section .contribution_amount-content .price-set-row input {
	display: none;
}
.path-civicrm #crm-container #Main .contribution_amount-section .contribution_amount-content .price-set-row .price-set-option-content label {
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
}
@media (min-width: 320px) and (max-width: 600px) {
	.path-civicrm #crm-container #crm-main-content-wrapper {
		width: 100% !important;
	}
}
.page-civicrm-contribute-transact .crm-section .content.contribution_amount-content .price-set-row.contribution_amount-row6 {
	display: none;
}
@media screen and (max-width: 767px) {
	.model-contents.about-us .ps-5 {
		padding-left: 1.5em !important;
	}
	.home-slider .carousel-indicators {
		margin-bottom: 1rem;
		bottom: -8px;
	}
	
	.model-contents {
		padding: 40px 0px !important;
	}
}
@media screen and (min-width: 600px) {
	.path-contact-us #webform-submission-contact-add-form .form-item-name {
		width: 49%;
		float: left;
	}
	.path-contact-us #webform-submission-contact-add-form .form-item-last-name {
		width: 49%;
		float: right;
	}
	.path-contact-us #webform-submission-contact-add-form .form-item-email {
		width: 100%;
		float: left;
		margin-top: 0px;
	}
	.path-contact-us #webform-submission-contact-add-form .form-item-subject {
		width: 100%;
		float: left;
	}
	.path-contact-us #webform-submission-contact-add-form .form-item-message {
		width: 100%;
		float: left;
	}
}

@media screen and (max-width: 600px) {
	.contact-div h2 {
		font-size: 25px !important;
		margin-bottom: 0px;
	}
	.contform {
		padding: 0 0px !important;
		border-left: 0px solid #b3b3b3 !important;
		padding-left: 24px;
	}
	.contacttp .container {
		max-width: 100% !important;
	}
	.contacttp h2 {
		font-size: 30px !important;
	}
	.navbar .container-fluid {
		padding: 0 18px !important;
	}
	.path-frontpage .home-slider .carousel-item {
		height: auto !important;
	}
	.path-frontpage .home-slider img {
		height: auto !important;
	}
	.model-contents.about-us h2 {
		font-size: 35px !important;
	}

}
@media screen and (max-width: 600px) {
	.path-civicrm #crm-container #Main .crm-group fieldset #editrow-email-Primary {
		margin-top: 0px !important; 
	}
}
@media screen and (max-width: 500px) {
	.path-civicrm #crm-container #Main #editrow-postal_code-2 {
		width: 100% !important;
	}
	.path-civicrm #crm-container #Main #editrow-city-2 {
		width: 100% !important;
	}
	.path-civicrm #crm-container #Main #editrow-country-2 {
		width: 100% !important;
		margin-bottom: 15px;
	}
	.path-civicrm #crm-container #Main .editrow_state_province-2-section {
		width: 100% !important;
	}
	.path-civicrm #crm-container #Main .editrow_custom_10-section {
		width: 100% !important;
	}
	.path-civicrm #crm-container #Main .editrow_custom_9-section {
		width: 100% !important;
	}
	.path-civicrm #crm-container #Main .crm-group fieldset #editrow-email-Primary {
		width: 100% !important;
		margin-top: 0px !important;
	}
	.path-civicrm #crm-container #Main .crm-group fieldset div#editrow-phone-Primary-1 {
		width: 100% !important;
		margin-top: 15px !important;
	}
	.path-civicrm #crm-container #Main .crm-group fieldset #editrow-first_name {
		margin-bottom: 15px;
	}
	.path-civicrm #crm-container #Main .crm-group fieldset div#editrow-city-Primary {
		width: 100% !important;
	}
	.path-civicrm #crm-container #Main .crm-group fieldset div#editrow-country-Primary {
		width: 100% !important;
	}
	.path-civicrm #crm-container #Main .crm-group fieldset div#editrow-state_province-Primary {
		width: 100% !important;
		margin-bottom: 15px;
	}
	.path-civicrm #crm-container #Main .crm-group fieldset div#editrow-postal_code-Primary {
		width: 100% !important;
	}
}
.intro {
	padding-left: 10px;
	padding-right: 10px;
}
.home-slider .carousel-indicators button {
	background: red !important;
}
.path-civicrm #crm-container #Main #card-element {
	background: transparent;
}
.path-civicrm #crm-container #Main .crm-profile-name-Employer_with_Address {
	border-top: 2px solid #1f2d61;
	padding-top: 10px;
	margin-top: 21px !important;
	border-width: 2px;
}
.path-civicrm #crm-container #Main .crm-profile-name-Employer_with_Address legend {
	color: #1f2d61 !important;
	font-weight: 600;
	font-size: 20px !important;
	padding: 0px !important;
	padding-bottom: 0px;
	padding-bottom: 10px;
}
.path-civicrm #crm-container #Main .crm-profile-name-Employer_with_Address .content.description {
	font-size: 16px;
}
.path-civicrm #crm-container #Main .crm-profile-name-Employer_with_Address #editrow-custom_11 .content {
	background-color: #efefef;
	padding: 6px 14px !important;
	margin-bottom: 15px;
	margin-top: 8px;
}
.path-civicrm #crm-container #Main .crm-profile-name-Employer_with_Address .form-item .content .crm-option-label-pair input {
    width: 20px !important;
    min-width: 20px !important;
    margin: 0px;
    height: 20px;
    border: 2px solid #404c78 !important;
    position: relative;
    top: 2px;
}
.path-civicrm #crm-container #Main .crm-profile-name-Employer_with_Address .form-item .content .crm-option-label-pair label {
	margin: 0px;
	position: relative;
	bottom: 2px;
}
.path-civicrm #crm-container #Main #editrow-country-2 {
	width: 49%;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-bottom: 15px;
}
.path-civicrm #crm-container #Main .editrow_state_province-2-section {
	width: 49%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.path-civicrm #crm-container #Main #editrow-country-2 .content .crm-select2 {
	width: 100% !important;
	margin: 0px !important;
	max-width: 100% !important;
}
.path-civicrm #crm-container #Main #editrow-country-2 .content .crm-select2 .select2-choice {
	min-width: 100%;
}
.path-civicrm #crm-container #Main .editrow_state_province-2-section .content {
	width: 100% !important;
}
.path-civicrm #crm-container #Main .editrow_state_province-2-section .content .crm-select2 {
	width: 100% !important;
}
.path-civicrm #crm-container #Main .editrow_state_province-2-section .content .crm-select2 .select2-choice {
	width: 100%;
	min-width: 100%;
}
.path-civicrm #crm-container #Main #editrow-city-2 {
	width: 49%;
	float: right;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
.path-civicrm #crm-container #Main #editrow-postal_code-2 {
	width: 49%;
	float: right;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
.path-civicrm #crm-container #Main .crm-section.email-5-section {
	margin: 0px;
	padding: 0px;
	margin: 20px 0;
}
.modal-dialog {
	pointer-events: auto !important;
}
.path-civicrm #crm-container #Main .editrow_custom_10-section {
	width: 49%;
	float: left;
	margin-bottom: 15px !important;
	padding: 0px;
	margin: 0px;
}
.path-civicrm #crm-container #Main .editrow_custom_9-section {
	width: 49%;
	float: right;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
.path-civicrm #crm-container #Main #editrow-street_address-2 {
	margin: 15px 0px;
	padding: 0px;
}
.crm-container.crm-public #crm-main-content-wrapper #ThankYou {
	background: #fff;
	padding: 20px;
}
.crm-container.crm-public #crm-main-content-wrapper #ThankYou .header-dark {
	padding: 0px;
	font-size: 17px;
	font-weight: 500;
	padding: 6px 13px;
	border-radius: 3px;
	margin-top: 10px;
}
.crm-container.crm-public #crm-main-content-wrapper #ThankYou fieldset .content.description {
	margin: 0px;
	padding: 8px 0;
}
.crm-container.crm-public #crm-main-content-wrapper #ThankYou fieldset .crm-section {
	padding: 2px 0;
}
.crm-container.crm-public #crm-main-content-wrapper #ThankYou .crm-section .content {
	margin: 0px;
}
.crm-container.crm-public #crm-main-content-wrapper #ThankYou .label-left.crm-profile-view {
	padding: 0px;
}
.crm-container.crm-public #crm-main-content-wrapper #ThankYou .label-left.crm-profile-view .crm-profile-name-Employer_with_Address {
	padding: 0px;
}
.crm-container.crm-public #crm-main-content-wrapper #ThankYou .crm-section .content .crm-frozen-field {
	position: relative;
	top: 4px;
}
.crm-container.crm-public #crm-main-content-wrapper #ThankYou fieldset .crm-section .label label::after {
	content: ":";
	padding-left: 3px;
	font-weight: bold;
}
.path-civicrm #crm-container #Main #editrow-custom_11 .label {
	display: none;
}
.path-civicrm #crm-container #Confirm .crm-profile-name-Billing_Name_and_Address .crm-section {
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}
@media screen and (min-width: 501px) {
.path-civicrm #crm-container #Confirm .crm-profile-name-Billing_Name_and_Address > div:nth-child(2n+1) {
	width: 49%;
	float: left;
	clear: both;
}
.path-civicrm #crm-container #Confirm .crm-profile-name-Billing_Name_and_Address > div:nth-child(2n) {
	width: 49%;
	float: right;
}
.path-civicrm #crm-container #Confirm .label-left.crm-profile-view .crm-profile-name-Employer_with_Address > div:nth-child(2n+1) {
	width: 49%;
	float: left;
	clear: both;
}
.path-civicrm #crm-container #Confirm .label-left.crm-profile-view .crm-profile-name-Employer_with_Address > div:nth-child(2n) {
	width: 49%;
	float: right;
}
}
.path-civicrm #crm-container #Confirm .crm-profile-name-Billing_Name_and_Address .crm-section .content {
	background: #e3e3e3;
	padding: 8px 8px;
	border-radius: 3px;
}
.path-civicrm #crm-container #Confirm .crm-profile-name-Billing_Name_and_Address .crm-section label {
	margin: 0;
}
.path-civicrm #crm-container #Confirm .crm-profile-name-Billing_Name_and_Address .header-dark {
	width: 100% !important;
	margin-bottom: 7px;
}
.path-civicrm #crm-container #Confirm .label-left.crm-profile-view {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.path-civicrm #crm-container #Confirm .crm-profile-name-Billing_Name_and_Address {
	margin-bottom: 0px;
}
.path-civicrm #crm-container #Confirm .label-left.crm-profile-view .crm-profile-name-Employer_with_Address .crm-section {
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}
.path-civicrm #crm-container #Confirm .label-left.crm-profile-view .crm-profile-name-Employer_with_Address .header-dark {
	width: 100% !important;
	margin-bottom: 7px;
}
.path-civicrm #crm-container #Confirm .label-left.crm-profile-view .crm-profile-name-Employer_with_Address #helprow-custom_11 {
	width: 100% !important;
}
.path-civicrm #crm-container #Confirm .label-left.crm-profile-view .crm-profile-name-Employer_with_Address #editrow-custom_11 {
	width: 100% !important;
}
.path-civicrm #crm-container #Confirm .label-left.crm-profile-view .crm-profile-name-Employer_with_Address .crm-section .content {
	background: #e3e3e3;
	padding: 8px 8px;
	border-radius: 3px;
}
.path-civicrm #crm-container #Confirm .label-left.crm-profile-view .crm-profile-name-Employer_with_Address .crm-section label {
	margin: 0px;
}
.path-civicrm #crm-container #Confirm .label-left.crm-profile-view .crm-profile-name-Employer_with_Address #helprow-custom_11 .content.description {
	background: none;
	padding: 0px;
}