.block-30.block-30-sm.item {
    background-position: center center !important;
}
.sub_heading_na {
	font-size:20px;
	color:white;
}
.ftco-navbar-light.scrolled.awake {
	background: #27438D !important;
}
.ftco-navbar-light.scrolled.awake li.nav-item {
    margin-bottom: unset;
}
.ftco-navbar-light.scrolled.awake li.nav-item a {
	color:white !important;
}
.btn.btn-primary:hover {
	background: unset !important;
    border: 1px solid #27438D !important;
    color: #27438D !important;
}

.site-section.fund-raisers .accordion {
  margin: 0 auto;
}
a.btn.btn-yellow.px-3.py-2 {
	color: white;
    background: #f7ca44;
	   border: 1px solid #f7ca44;
}
.btn.btn-outline-white {
	color:white !important;
}
a.btn.btn-yellow.px-3.py-2:hover {
    background: white !important;
	border:1px solid white !important;
	color:#f7ca44 !important;
}
a.btn.btn-success.btn-hover-white.py-3.px-5.mr-3:hover {
    background: white !important;
    border: 2px solid #f7ca44 !important;
    color: #f7ca44 !important;
}
a.btn.btn-outline-white.py-3.px-5:hover {
    background: #f7ca44 !important;
    border: 2px solid #f7ca44 !important;
    color: white !important;
}
.featured-donate.overlay-color-2:before, .featured-section.overlay-color-2:before {
    background: #27438D !important;
    opacity: .7 !important;
}
.btn.btn-success {
    border: 1px solid #f7ca44 !important;
    color: #fff;
    background: #f7ca44;
}
.site-section.fund-raisers .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.5rem;
  background: transparent;
  padding: 10px 0;
}

.site-section.fund-raisers .accordion-button {
  background: #fff;
  color: #111;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.375rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: background .2s, box-shadow .2s;
}
button.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}
.site-section.fund-raisers .accordion-button:not(.collapsed) {
  background: #27438D;
  color:white;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.03);
}

.site-section.fund-raisers .accordion-button.collapsed::after {
  transform: rotate(-90deg);
}
.accordion-item:last-child {
    border: unset !important;
}
.site-section.fund-raisers .accordion-body {
  padding: 1rem 0rem;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  border-left: 3px solid #ffd54f
  background: #fff;
}
.accordion-body p {
    margin-bottom: 0;
	font-size:18px;
}

.site-section.fund-raisers .accordion-item + .accordion-item {
  margin-top: -1px;
}