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


/*--------------------------------------------------------------
for all get-involved pages: medical, community, donate
--------------------------------------------------------------*/

#ways-to-donate {
  position: relative;
  display: block;
  background: url("../img/page/donation/surgery.JPG");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#ways-to-donate::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(40, 55, 52, 0.8);
  z-index: -1;
}

.ways-to-donate {
 z-index: 2;
}

.ways-to-donate {
  position: relative;
  z-index: 2;
}

.ways-to-donate .become-volunteer-page  {
  border-radius: 10px;
	margin-bottom: -5px;
}

@media only screen and (min-width: 991px) {
	#ways-to-donate {
		display: block;
	}
	
	#donate-panel {
		display: none;
	}
}
@media only screen and (max-width: 992px) {
	#ways-to-donate {
		display: none;
	}
	
	#donate-panel {
		display: block;
	}
	
	.donate-panel {
		margin-top: 60px;
		padding-bottom: 0px; 
		padding-top: 0px; 
	}
}
@media (max-width: 768px) {
	#donation  {
		margin-bottom: -30px;
	}	
}

/*--------------------------------------------------------------
# Become Volunteer Page
--------------------------------------------------------------*/
.become-volunteer-page {
  position: relative;
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
}

.become-volunteer-page p {
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.become-volunteer-page {
	  margin-top: 65px;
	}

	.become-volunteer-page .contact-info {
		margin-top: -10px;
	}
}

.become-volunteer-page .row {
  --bs-gutter-x: 0px;
}

.become-volunteer-page__title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--color-secondary);
  font-family: var(--font-default);
}

.section-title__tagline {
  color: var(--color-primary);
  font-family: var(--font-script);
  font-size: 42px;
}

.become-volunteer-page { /*__left*/
  position: relative;
  display: block;
  background-color: #e7ebf6;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 60px 60px 60px;
}

@media only screen and (max-width: 767px) {
	.become-volunteer-page { /*__left*/
	  border-radius: 10px;
	}

	.become-volunteer-page__right {;
	  border-radius: 10px;
	}
}

.become-volunteer-page__img {
  position: relative;
  display: block;
}

@media (max-width: 768px){
	.become-volunteer-page__img .donate-image {
		margin-top: -50px;
	}	
}

.become-volunteer-page__img img {
  width: 100%;
  border-radius: 10px;
}

.become-volunteer-page__content {
  position: relative;
  display: block;
  margin-top: 32px;
}

.become-volunteer-page__title {
  color: var(--color-default);
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.04em;
}

.donate-sub-title {
  color: var(--color-default);
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
	margin-bottom: 1rem;
}

.become-volunteer-page__text p {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 33px;
}

@media (max-width: 991px){
	.become-volunteer-page__text {
	  padding-bottom: 5px;
	}	
} 

.become-volunteer__points {
  position: relative;
  display: block;
}

.become-volunteer__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.become-volunteer__points li+li {
  margin-top: 6px;
}

.become-volunteer__points li .icon {
  height: 15px;
  width: 15px;
  background-color: var(--color-primary);
  font-size: 9px;
  border-radius: 50%;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.become-volunteer__points li .text {
  margin-left: 10px;
}

.become-volunteer__points li .text p {
  font-size: 1rem;
  color: var(--color-black);
  font-weight: 700;
}

.become-volunteer__call {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--color-default);
  padding-top: 30px;
  margin-top: 50px;
}

.become-volunteer__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
  background-color: var(--color-primary);
  border-radius: 50%;
  font-size: 30px;
  color: var(--color-default);
}

.become-volunteer__call-content {
  margin-left: 20px;
  position: relative;
  top: -2px;
}

.become-volunteer__call-content span {
  font-size: 1rem;
  color: var(--color-primary);
  font-weight: 700;
  font-family: var(--font-script);
  line-height: 18px;
}

.become-volunteer__call-content p {
  font-size: 1rem;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 1px;
}

.become-volunteer__call-content p a {
  color: var(--color-default);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.become-volunteer__call-content p a:hover {
  color: var(--color-primary);
}

.become-volunteer-page a {
	color: var(--color-link);
	font-weight: 900;
}

.become-volunteer-page a:hover {
	color: var(--color-link-hover);
}

.become-volunteer-page__right {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--color-gray);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 60px 60px 60px;
}

@media only screen and (max-width: 767px) {	
	.become-volunteer-page {
		 padding: 15px;
	}
	.become-volunteer-page__right{
		 padding: 15px;
	}
}

.volunteer-img {
	display: inline;
	width: 350px;
	height: 350px;
	border-radius: 50%;
	shape-outside: circle(50%);
	margin-left: 2em;
	margin-bottom: 1em;
	float: right;
	border: 10px solid #e7ebf6; 
	
}

.volunteer-img-community {
	display: inline;
	width: 450px; /*325*/
	height: 450px;
	border-radius: 50%;
	shape-outside: circle(50%);
	margin-left: 3em;
	margin-bottom: 1em;
	margin-right: 3em;
	float: right;
	border: 10px solid #e7ebf6; 
	
}

.donate-img {
	display: inline;
	width: 350px; 
	height: 350px;
	border-radius: 50%;
	shape-outside: circle(50%);
	margin-right: 2em;
	margin-bottom: 2em;
	float: left;
	border: 10px solid #e7ebf6; 
	
}

/*Volunteer Image Responsive*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.volunteer-img-community {
		margin-bottom: 1em;
		margin-right: 1em;
	}
	
	.volunteer-img-community {
		display: inline;
		width: 300px;
		height: 300px;
		margin-right: 0;
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.volunteer-img {
		display: inline;
		width: 275px;
		height: 275px;	 
	}
	
	.volunteer-img-community {
		display: inline;
		width: 275px;
		height: 275px;
		margin-right: 0;
		margin-bottom: 0;
	}
	.donate-img {
		display: inline;
		width: 325px;
		height: 325px;	 
	}
}

@media only screen and (max-width: 767px) {   
    .volunteer-img {
		display: none; 
	} 
	
	.volunteer-img-community {
		display: none; 
	}
	
	.donate-img {
		display: none; 
	}

}

/*Form*/

.become-volunteer-page__form {
  position: relative;
  display: block;
}

.become-volunteer-page__form .row {
  --bs-gutter-x: 20px;
}

.become-volunteer-page__input {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.become-volunteer-page__input input[type="text"],
.become-volunteer-page__input input[type="email"]{
  height: 58px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #e7ebf6;
  color: #777;
  font-size: 14px;
  padding: 0 30px;
  border-radius: 10px;
  font-weight: 600;
}

.become-volunteer-page__input textarea {
  height: 150px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #e7ebf6;
  color: #555;
  font-size: 14px;
  padding: 18px 30px 30px;
  border-radius: 10px;
  font-weight: 600;
}

.become-volunteer-page .pick-one  {
  height: 58px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #e7ebf6;
  color: #777;
  font-size: 14px;
  padding: 18px 30px 30px;
  border-radius: 10px;
  font-weight: 600;
  margin-top: 0;
}

.become-volunteer-page__input input::placeholder,
.become-volunteer-page__input textarea::placeholder,
.become-volunteer-page .pick-one::placeholder {
  color: #777; 
  font-weight: 400; 
}


@media (min-width: 991px) and (max-width: 1399px) {
	.become-volunteer-page .pick-one  {
	  height: 120px;
	}	
}

@media (max-width: 575px) {
	.become-volunteer-page .pick-one  {
		display: block;
	    height: 120px;
	}	
}

.become-volunteer-page p {
	font-size: 14px;
	display: block;
}

input[type='radio'], label{   
   display:inline;
   vertical-align: bottom;
   margin-bottom: 8px;
}

input {
  accent-color: var(--color-secondary);
}

.become-volunteer-page__input.become-volunteer__message-box {
  height: 150px;
}

.become-volunteer-page__btn {
  border: none;
}

/*validation addition*/

/* Status Messages */
.become-volunteer-page__form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.become-volunteer-page__form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
    border-radius: 4px;
}

.become-volunteer-page__form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    border-radius: 4px;
}

.become-volunteer-page__form .loading {
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.become-volunteer-page__form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*volunteer bullet-points*/


.volunteer li::marker {
	color: var(--color-primary);
	font-size: 1em;
	font-weight: 700;
	content: "\f101";
	font-family: "Font Awesome 5 Free";
}

.volunteer > li {
	padding-left: 1em;
	margin-bottom: 1em;
	margin-right: 20px;
    font-size: 1rem;
}

.volunteer > li span {
	text-transform: uppercase;
	font-family: var(--font-default);
	color: var(--color-black);
	font-weight: 700;
    font-size: 14px;
	padding-right: 10px;
}

/*donate*/

.donate-section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: .10;
  z-index: -1;
}

.donate-border {
	border-right: 1px solid var(--color-default);
}

@media (max-width: 768px){
	.donate-border {
		border-right: 0;
	}
}

/*@media (max-width: 768px){
	.form-resp {
		margin-top: -50px;
	}
}*/

.donate-icon {
  font-size: 1.7em;
  color: var(--color-primary);
  transition: all 500ms ease;
}
.donate:hover .donate-icon {
  color: var(--color-secondary);
}

