@charset "utf-8";
/* CSS Document */




#title .section-title h2 {
	margin-bottom: 1em;
}

#intro {
	background: var(--color-gray);
}

#intro a:hover {
	color: var(--color-secondary);
}

@media (max-width: 575px) {
	#intro {
		padding: 25px;
		margin: 0 auto;
	}
}

#needs h3 {
	margin-bottom: .8em;
}

#needs h4 {
	font-size: 21px;
}

#needs h6 {
	text-transform: capitalize;
}


#needs ul {
  padding-left: 0;
  margin-left: 0;
}

#needs ul li {
  font-size: 1rem;
  display: flex;
  align-items: flex-start;
  line-height: 1.6em;
}

#needs ul li i{
  color: var(--color-secondary);
  font-size: 1.7em;
  align-items: center;
  padding-right: 10px;
}

#needs ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*
#needs .programs {
	position: relative;
	isolation: isolate;
	padding: 2em 2.5em 2.3em 2.5em; 
}

#needs .programs::after {
	content:'';
	background-image: linear-gradient(45deg, #0a9053, #0DAD63, #0a9053); 
	position: absolute;
	z-index: -1;
	inset: 0;
}

#needs .programs h4 {
	color: var(--color-white);
}

#needs .programs h6 {
	color: var(--color-white);
	font-size: 16px;
	text-transform: uppercase;
    margin-bottom: .5em;
}

#needs .programs p {
	color: var(--color-white);
  	font-size: 0.875em;
  	line-height: 1.5em;
	font-weight: 600;
}

#needs .programs .btn {
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  padding: 0 25px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}

#needs .programs .btn:hover, .btn:focus {
  background: var(--color-secondary);
  color: #fff;;
  font-weight: 700;
}*/

#costs .content-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 40px 8px 43px;
  background: #fff;
}

@media (max-width: 575px){
	#costs {
	  padding-bottom: 0;
	}
	
	#costs .content-wrap {
	  box-shadow: none;
	  padding: 10px;
	  background: var(--color-gray);
	}
}

#costs p {
	font-size: 1rem; 
	line-height: 1.6rem;
}

#costs hr {
  border: none;
  height: 1.3px; 
  background: rgba(0, 0, 0, 0.3); 
  width: 25%; 
  margin: 1.5em  auto;
}

@media (max-width: 991px){
	#costs hr {
		display: none;
	}
}

#costs ul li {
  font-size: 1rem;
  display: flex;
  align-items: center;
}

#costs ul li i{
  font-size: 1.7em;
  align-items: center;
  color: var(--color-secondary);
}

#costs ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (max-width: 991px){
	.contribution {
		margin-top: -30px
	}	
}

.dollar h4 {	
	color: #fff;
}

.dollar {
	background-image: linear-gradient(45deg, #0DAD63, #004e3b);
	outline: 2px solid var(--color-white);
	outline-offset: -5px;
	padding: 1.5em 1.5em 1.7em 1.5em;
	text-align: center;
}

.dollar p {
	font-size: 1em;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
}

/*modal*/

.modal {
  overflow-y: auto;
}

.modal-open {
  overflow: auto;
  padding-right: 0px !important;
}

.modal-title {
	font-size: 1.2em;
	color: var(--color-default);
}

/*for Zelly donation forms - breakdowns at top - HTML as been commented out for now*/

.break h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	text-align: left;
	padding-left: 12px;
}

.break p {
    font-size: .9em;
	text-align: left;
	padding-left: 12px;
}

.break h6 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.break h6:first-child {
	padding-left: 12px;
}

table {
    width: 100%;
	margin-bottom: 1em;
}

table tr {
	line-height: 1.7em;
	font-size: .9em;
	font-weight: 500;
}

table td {
    border: 1px solid transparent;
    vertical-align: top; /* Add this line */
}

table .amount{
	width: 70px;
	text-align: right;
	color: var(--color-primary);
}

table .description{
	padding-left: 10px;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

.cta {
  position: relative; 
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url("../images/donate/cta-girls.jpg") fixed center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px;
  z-index: 0;
  border-radius: 10px;
}
b
@media (max-width: 1400px){
	.cta { 
  		position: relative; 
		background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url("../images/donate/cta-girls-xl.jpg")
		scroll center center;
  		background-size: cover;
		background-repeat: no-repeat;
  		padding: 80px;
	}
}

@media (max-width: 768px){
	.cta { 
  		position: relative; 
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url("../images/donate/cta-girls-lg.jpg") scroll right center;
  		background-size: cover;
		background-repeat: no-repeat;
  		padding: 90px;
	}
}

.cta .wrapper {
  position: relative; 
	z-index: 1;
}
.cta h3 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta p {
  font-size: 1.23rem;
  text-align; center;
  color: #fff;
}

.cta .cta-btn {
  text-align: center;
  font-family: var(--font-default);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  background: transparent;
  border: 2px solid var(--color-white);
  border-radius: 4px;
  font-weight: 600;
}

.cta .cta-btn:hover:nth-of-type(1) {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  background: var(--color-primary);
}

.cta .cta-btn:hover:nth-of-type(2) {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  background: var(--color-tertiary);
}

.cta .cta-btn:hover:nth-of-type(3) {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  background: var(--color-secondary);
}

@media (max-width: 768px){
	.cta p {
		font-size: 18px;
	}
	.cta .cta-btn {
  		font-size: 14px;
		padding: 12px 20px;	
	}
}

/*stops site body from shifting on click*/

body.modal-open  {
    width: 100% !important;
    padding-right: 0 !important;
    overflow-y: scroll !important;
}
