/*=============== GLOBAL ===============*/
@import url("https://fonts.googleapis.com/css2?family=Playball&display=swap");

body a {
	font-size: 1.2rem !important;
}

@media (max-width: 812px) {

	h1,
	.h1 {
		font-size: 1.85rem;
	}

	h2,
	.h2 {
		font-size: 1.5rem;
	}

	h3,
	.h3 {
		font-size: 1.25rem;
	}

	.display-4 {
		font-size: 2.25em;
	}
}

.btn {
	text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000 !important;
}

.title-heading:not(.page-home) {
	font-size: 2.75em;
	font-weight: 400 !important;
	text-align: center;
	text-transform: uppercase;
	margin: 1.5em 0 1.5em;
}

@media (max-width: 440px) {
	.title-heading:not(.page-home) {
		font-size: 1.75em;
	}

	.contact-details-info {
		font-size: 0.7em !important;
	}
}

.title+.list {
	padding-top: 1em;
}

a.btn:hover {
	transform: scale(1.05);
}

/* HEADER ==========================================  */
.webit__social i {
	font-size: 1.5rem;
	color: #fff;
	margin: 0.5em;
}

.header-info-logo-img p {
	color: var(--color-theme-background);
	font-weight: bolder;
}

@media (min-width: 992px) {
	.header-info-logo-img {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
}

/*=============== HOME PAGE ===============*/
/* Hero */
.hero {
	background: url("https://apihoard.webit.com/api/v1/Image/27550194A5BF964412D57F6DBC974D58/27550194A5BF964412D57F6DBC974D58.jpg?size=1920x1440") no-repeat 65% center;
	background-attachment: fixed;
	margin-top: -1px;
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 500px;
	background-size: cover;
}

.hero .hero-container {
	position: relative;
	z-index: 2;
}

img.wb__sponsor-logo {
	-webkit-filter: grayscale(0.9);
	filter: grayscale(0.9);
	transition: 1s;
}

img.wb__sponsor-logo:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

@media (max-width: 992px) {
	.home-container {
		display: none;
	}
}

.home-container {
	background-image: url(https://apihoard.webit.com/api/v1/Image/EBAE1027A6030B999D2B9B6BAF22D69B/EBAE1027A6030B999D2B9B6BAF22D69B.jpeg?size=1920x1440);
	background-size: cover;
	background-repeat: no-repeat;
}

.home-container {
	width: 100%;
	/* min-width: 1440px; */
	height: 580px;
}

/* Hero Section -----------------------------*/
.hero-banner {
	position: relative;
	width: 100%;
	/* min-width: 1442px; */
	height: 580px;
}

.hero-content {
	position: relative;
	width: 100%;
	/* min-width: 1440px; */
	height: 580px;
	background-size: cover;
	background-position: center;
}

/* Background Image */
.hero-background {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}

/* Overlay */
.hero-overlay {
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to right,
			rgba(0, 69, 124, 0.9) 0%,
			rgba(0, 69, 124, 0.7) 44.29%,
			rgba(0, 99.97, 179.65, 0.45) 81.11%,
			rgba(0, 125.76, 226, 0) 100%);
}

/* Logo */
.home-logo {
	position: absolute;
	width: 20%;
	min-width: 503px;
	height: auto;
	top: 50%;
	left: 2%;
	-o-object-fit: contain;
	object-fit: contain;
}

/* Hero Text */
.hero-text {
	position: absolute;
	width: 40%;
	max-width: 700px;
	top: 20%;
	left: 15%;
	font-family: "Montserrat-Light", Helvetica;
	font-weight: 300;
	color: #ffffff;
	font-size: clamp(96px, 5vw, 96px);
	letter-spacing: 0;
	line-height: normal;
	text-align: left;
}

/* Nav Bar Section -----------------------------*/
/* Hide Webit Default Nav */
.header .navbar.bg-primary {
	background: transparent !important;
	height: 0;
	display: none;
}

/* Navbar container */
#navbar {
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	transition: all 0.3s;
}

.header .navbar .dropdown-menu {
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
	transform: translateY(-10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Sticky state styling */
.sticky {
	position: fixed;
	top: 0;
	z-index: 9999;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Logo styling */
.navbar-brand .logo {
	max-height: 90px;
}

/* Colored buttons styling */
.nav-buttons a {
	text-decoration: none;
	padding: 0.5rem 3rem;
	border-radius: 20px;
	color: #fff;
	font-weight: 500;
}

.event-button {
	background-color: #08487c !important;
	color: #fff !important;
	text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000 !important;
}

.event-button:hover {
	background-color: #222 !important;
	color: #fff !important;
}

.volunteer-button {
	background-color: #ed1b2e !important;
	color: #fff !important;
	text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000 !important;
}

.volunteer-button:hover {
	background-color: #222 !important;
	color: #fff !important;
}

.donate-button {
	background-color: #28a745 !important;
	color: #fff !important;
	text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000 !important;
}

.donate-button:hover {
	background-color: #222 !important;
	color: #fff !important;
}

/* Mobile: add some margin between button items */
@media (max-width: 991.98px) {
	.nav-buttons a {
		margin-bottom: 0.5rem;
	}
}

.header .navbar .container-fluid {
	flex-direction: row !important;
}

/* Fix Nav Order Mobile */
@media (max-width: 992px) {
	.navbar-nav {
		flex-direction: column-reverse !important;
	}
}

@media (max-width: 992px) {

	/* Only target the dropdown items (they have the .dropdown class) */
	.navbar-nav>li.nav-item {
		order: 4;
	}

	.navbar-nav>li.nav-item.dropdown:first-of-type {
		order: 3;
	}

	.navbar-nav>li.nav-item.dropdown:nth-of-type(2) {
		order: 2;
	}

	.navbar-nav>li.nav-item.dropdown:nth-of-type(3) {
		order: 1;
	}
}

/*About Section----------------------------------*/
.cw-home-about {
	background: linear-gradient(to right,
			rgba(0, 69, 124, 0.8) 0%,
			rgba(0, 69, 124, 0.8) 100%),
		url("https://apihoard.webit.com/api/v1/Image/301A3BF9F1C448FB86C7C7457FC7338A/301A3BF9F1C448FB86C7C7457FC7338A.jpeg?size=1920x1440");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 5em;
	padding-bottom: 5em;
}

@media (min-width: 992px) {
	.cw-home-about {
		background: linear-gradient(to right,
				rgba(0, 69, 124, 0) 0%,
				rgba(0, 69, 124, 0) 40%,
				rgba(0, 69, 124, 0.8) 55%,
				rgba(0, 69, 124, 0.95) 100%),
			url("https://apihoard.webit.com/api/v1/Image/301A3BF9F1C448FB86C7C7457FC7338A/301A3BF9F1C448FB86C7C7457FC7338A.jpeg?size=1920x1440");
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
}

.cw-home-about h3 {
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
}

@media (min-width: 992px) {
	.cw-home-about h3 {
		text-align: right;
	}
}

.cw-home-about p {
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
}

@media (min-width: 992px) {
	.cw-home-about p {
		text-align: right;
	}
}

.cw-home-about .btn {
	margin: 1em auto;
	display: block;
	width: 90%;
}

@media (min-width: 992px) {
	.cw-home-about .btn {
		margin: 1em 0 1em auto;
		width: fit-content;
	}
}

/* .about-container {
  background: linear-gradient(
      to right,
      rgba(0, 69, 124, 0) 0%,
      rgba(0, 69, 124, 0) 40%,
      rgba(0, 69, 124, 0.8) 60%,
      rgba(0, 69, 124, 0.95) 100%
    ),
    url("https://apihoard.webit.com/api/v1/Image/301A3BF9F1C448FB86C7C7457FC7338A/301A3BF9F1C448FB86C7C7457FC7338A.jpeg?size=1920x1440");

  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 6em 1em;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.about-background {
  position: absolute;
  width: 120%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  -o-object-position: -50cqh;
  object-position: -50cqh;
} */

/* .about-overlay {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(
    to left,
    rgba(0, 69, 124, 0.9) 0%,
    rgba(0, 69, 124, 0.7) 44.29%,
    rgba(0, 99.97, 179.65, 0.45) 81.11%,
    rgba(0, 125.76, 226, 0) 100%
  );
} */
/* 
.about-text {
  position: relative;
  max-width: 600px;
  text-align: right;
  color: #ffffff;
  padding: 0px;
  z-index: 1;
  margin-right: 5%;
  bottom: 5%;
  left: 55%;
}

.about-text-wrapper {
  font-family: "Montserrat-Bold", Helvetica;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 15px;
  width: 70%;
  margin-left: 60px;
  text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
}

.about-div {
  font-family: "Montserrat-Medium", Helvetica;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.5;
  width: 80%;
  text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
}

.about-button {
  position: relative;
  margin: auto;
  width: 145px;
  height: 45px;
  border-radius: 40px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-family: "Montserrat-Medium", Helvetica;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1.6px;
  line-height: normal;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 3px;
}

.about-button:hover {
  color: #00457c;
  background: #ffffff;
  transform: scale(0.95);
  opacity: 0.95;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
} */

/* @media (min-width: 1700px) {
  .about-text-wrapper {
    margin-left: 250px;
  }

  .about-div {
    margin-left: 190px;
  }

  .about-overlay {
    width: 35%;
  }
}

@media (max-width: 992px) {
  .about-text {
    left: 10%;
  }

  .about-overlay {
    width: 100%;
  }
} */

/*Stats Section----------------------------------*/
.stats-section p {
	font-size: 1.2em;
	font-weight: 700;
}

/* What it means section----------------------------------------- */
.means-container {
	background-image: linear-gradient(45deg,
			rgba(0, 69, 124, 0.9),
			rgba(0, 69, 124, 0.9)),
		url(https://apihoard.webit.com/api/v1/Image/20C356DCD3C5A3E75006C1EFB557C055/20C356DCD3C5A3E75006C1EFB557C055.jpg?size=1920x1440);
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 15em 2em 2em;
	background-position: center 30%;
}

.means-container p {
	color: #fff;
	font-weight: 800;
}

.means-overlay {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(to left,
			rgba(0, 69, 124, 0.9) 0%,
			rgba(0, 69, 124, 0.7) 44.29%,
			rgba(0, 99.97, 179.65, 0.45) 81.11%,
			rgba(0, 125.76, 226, 0) 100%);
}

.means-rectangle {
	position: absolute;
	width: 100%;
	height: 530px;
	top: 0;
	left: 0;
	background-color: #00457ce6;
}

.means-volunteer-image {
	position: absolute;
	width: 100%;
	height: 530px;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 0 20%;
	object-position: 0 20%;
	opacity: 0.5;
}

.means-title {
	position: absolute;
	height: 49px;
	top: 5%;
	left: 35%;
	font-family: "Montserrat-Light", Helvetica;
	font-weight: 300;
	color: #ffffff;
	font-size: 40px;
	text-align: center;
	letter-spacing: 0;
	line-height: normal;
}

.means-description {
	position: absolute;
	width: 45%;
	height: 62px;
	bottom: 30%;
	left: 3%;
	font-family: "Montserrat-SemiBold", Helvetica;
	font-weight: 600;
	color: transparent;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0;
	line-height: normal;
}

.means-text-wrapper {
	color: #ffffff;
}

.means-highlight {
	color: #ed1b2e;
}

.means-button {
	width: 165px;
	height: 45px;
	border-radius: 40px;
	border: 2px solid #ffffff;
	color: #ffffff;
	font-family: "Montserrat-Medium", Helvetica;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	letter-spacing: 3px;
	line-height: normal;
	cursor: pointer;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.means-button:hover {
	transform: scale(1.05);
	opacity: 0.95;
	transition: transform 0.2s ease-out, opacity 0.2s ease-out;
	background-color: #ffffff;
	color: #00457ce6;
}

/* Event Section------------------------------------------ */
.events-container .events-section {
	position: relative;
	width: 100%;
	height: 530px;
}

.events-container .events-rectangle {
	position: absolute;
	width: 100%;
	height: 530px;
	background-color: #c41726;
}

.events-container .events-community-breakfast {
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: fill;
	object-fit: fill;
}

.events-container .events-group {
	position: absolute;
	width: 30%;
	height: 485px;
	top: 5%;
	right: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* Text Styles */
.events-container .events-upcoming-event {
	position: absolute;
	min-width: 400px;
	height: 49px;
	top: 0;
	right: 0;
	font-family: "Montserrat-Regular", Helvetica;
	font-weight: 400;
	color: #ffffff;
	font-size: 40px;
	text-align: center;
	letter-spacing: 0;
	line-height: normal;
}

.events-container .events-start-your-morning {
	position: absolute;
	width: 100%;
	min-width: 400px;
	height: 317px;
	top: 10%;
	right: 0;
	font-family: "Montserrat-ExtraBold", Helvetica;
	font-weight: 400;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	letter-spacing: 0;
	line-height: normal;
}

.events-container .events-span {
	font-weight: 800;
}

.events-container .events-start-your-morning .events-text-wrapper-2 {
	font-family: "Montserrat-SemiBold", Helvetica;
	font-weight: 600;
}

/* Button Styles */
.events-container .events-button {
	position: absolute;
	display: flex;
	width: 145px;
	height: 45px;
	bottom: 5%;
	right: 32%;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	background-color: #ffffff;
	border-radius: 40px;
	color: #ed1b2e;
	font-family: "Montserrat-Medium", Helvetica;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 3px;
}

.events-container .events-button:hover {
	transform: scale(0.93);
	transition: transform 0.2s ease-out;
	background-color: #c41726;
	color: #ffffff;
	border: 2px solid #ffffff;
}

/* Sponsor Section----------------------------------------- */
.sponsor {
	position: relative;
	width: 100%;
	height: 482.58px;
	/* Full height of the viewport */
	display: flex;
	flex-direction: column;
	text-align: center;
}

.sponsor .button-group {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 480px;
	height: 79px;
	background-color: #00457c;
	border-radius: 50px;
	top: 42%;
	left: 50%;
	text-decoration: none;
	transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.sponsor .sponsor-button:hover {
	color: #00457c;
	background: #ffffff;
	border: 2px solid #00457c;
	transform: scale(0.95);
	opacity: 0.95;
	transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.sponsor .sponsor-button {
	position: absolute;
	width: 480px;
	height: 65px;
	top: 45%;
	right: 31%;
	border-radius: 40px;
	color: #ffffff;
	background-color: #00457c;
	font-family: "Montserrat-Semi-Bold", Helvetica;
	font-weight: 400;
	font-size: 28px;
	text-align: center;
	letter-spacing: 1.6px;
	line-height: normal;
	cursor: pointer;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 3px;
}

.sponsor .sponsor-text-wrapper-2 {
	position: absolute;
	width: 100%;
	height: 52px;
	top: 5%;
	font-family: "Montserrat-Medium", Helvetica;
	font-weight: 500;
	color: #00457c;
	font-size: 40px;
	text-align: center;
	letter-spacing: 0;
	line-height: normal;
}

.sponsor .p {
	position: absolute;
	width: 100%;
	bottom: 0;
	font-family: "Montserrat-Medium", Helvetica;
	font-weight: 500;
	color: #00457c;
	font-size: 40px;
	letter-spacing: 0;
}

.sponsor .img-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* Center images horizontally */
	align-items: center;
	/* Center images vertically */
	gap: 10px;
	/* Add spacing between images */
}

.sponsor .img {
	position: absolute;
	width: 142px;
	height: 81px;
	top: 321px;
	left: 20%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .img-2 {
	position: absolute;
	width: 142px;
	height: 81px;
	top: 321px;
	left: 35%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .img-3 {
	position: absolute;
	width: 142px;
	height: 81px;
	top: 321px;
	left: 55%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .img-4 {
	position: absolute;
	width: 142px;
	height: 81px;
	top: 204px;
	left: 70%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .img-5 {
	position: absolute;
	width: 142px;
	height: 81px;
	top: 87px;
	left: 70%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .img-6 {
	position: absolute;
	width: 142px;
	height: 81px;
	top: 87px;
	left: 45%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .img-7 {
	position: absolute;
	width: 142px;
	height: 81px;
	top: 319px;
	left: 70%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .img-8 {
	position: absolute;
	width: 142px;
	height: 81px;
	top: 204px;
	left: 20%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .img-9 {
	position: absolute;
	width: 142px;
	height: 81px;
	top: 87px;
	left: 20%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .overlap {
	position: absolute;
	height: 482px;
	top: 15%;
	right: 20%;
}

.sponsor .div {
	position: absolute;
	width: 314px;
	height: 482px;
	top: 0;
	left: 28px;
}

.sponsor .element {
	position: absolute;
	width: 83px;
	height: 103px;
	top: 0;
	left: 231px;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .element-2 {
	position: absolute;
	width: 136px;
	height: 85px;
	top: 87px;
	left: 22px;
}

.sponsor .element-3 {
	position: absolute;
	width: 79px;
	height: 79px;
	top: 79px;
	left: 156px;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .element-4 {
	position: absolute;
	width: 137px;
	height: 113px;
	top: 158px;
	left: 98px;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .element-5 {
	position: absolute;
	width: 119px;
	height: 94px;
	top: 320px;
	left: 195px;
}

.sponsor .element-6 {
	position: absolute;
	width: 79px;
	height: 52px;
	top: 268px;
	left: 235px;
}

.sponsor .element-7 {
	position: absolute;
	width: 94px;
	height: 89px;
	top: 182px;
	left: 220px;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .element-8 {
	position: absolute;
	width: 95px;
	height: 71px;
	top: 411px;
	left: 219px;
}

.sponsor .element-9 {
	position: absolute;
	width: 146px;
	height: 73px;
	top: 263px;
	left: 8px;
}

.sponsor .element-10 {
	position: absolute;
	width: 81px;
	height: 63px;
	top: 335px;
	left: 0;
}

.sponsor .element-11 {
	position: absolute;
	width: 83px;
	height: 114px;
	top: 149px;
	left: 15px;
}

.sponsor .element-12 {
	position: absolute;
	width: 124px;
	height: 84px;
	top: 398px;
	left: 95px;
}

.sponsor .element-13 {
	position: absolute;
	width: 114px;
	height: 79px;
	top: 319px;
	left: 81px;
}

.sponsor .element-14 {
	position: absolute;
	width: 97px;
	height: 50px;
	top: 271px;
	left: 138px;
}

.sponsor .element-15 {
	position: absolute;
	width: 79px;
	height: 79px;
	top: 103px;
	left: 263px;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .overlap-2 {
	position: absolute;
	width: 171px;
	height: 87px;
	top: 0;
	left: 87px;
}

.sponsor .element-16 {
	position: absolute;
	width: 79px;
	height: 79px;
	top: 0;
	left: 92px;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .element-17 {
	position: absolute;
	width: 97px;
	height: 87px;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .element-18 {
	position: absolute;
	width: 66px;
	height: 84px;
	top: 398px;
	left: 57px;
}

.sponsor .element-19 {
	position: absolute;
	width: 87px;
	height: 87px;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .overlap-3 {
	position: absolute;
	width: 303px;
	height: 483px;
	top: 0;
	left: 1px;
}

.sponsor .overlap-4 {
	position: absolute;
	width: 283px;
	height: 41px;
	top: 73px;
	left: 0;
}

.sponsor .element-20 {
	position: absolute;
	width: 113px;
	height: 129px;
	top: 0;
	left: 0;
}

.sponsor .element-21 {
	position: absolute;
	width: 117px;
	height: 76px;
	top: 113px;
	left: 166px;
}

.sponsor .element-22 {
	position: absolute;
	width: 104px;
	height: 80px;
	top: 189px;
	left: 167px;
}

.sponsor .element-23 {
	position: absolute;
	width: 79px;
	height: 95px;
	top: 113px;
	left: 88px;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .element-24 {
	position: absolute;
	width: 79px;
	height: 49px;
	top: 207px;
	left: 88px;
}

.sponsor .element-25 {
	position: absolute;
	width: 124px;
	height: 84px;
	top: 256px;
	left: 99px;
}

.sponsor .element-26 {
	position: absolute;
	width: 197px;
	height: 94px;
	top: 316px;
	left: 0;
}

.sponsor .overlap-5 {
	position: absolute;
	width: 99px;
	height: 106px;
	top: 283px;
	left: 0;
}

.sponsor .element-27 {
	position: absolute;
	width: 88px;
	height: 54px;
	top: 0;
	left: 0;
}

.sponsor .element-28 {
	position: absolute;
	width: 99px;
	height: 60px;
	top: 46px;
	left: 0;
}

.sponsor .overlap-6 {
	position: absolute;
	width: 157px;
	height: 185px;
	top: 1px;
	left: 113px;
}

.sponsor .element-29 {
	position: absolute;
	width: 78px;
	height: 73px;
	top: 0;
	left: 79px;
}

.sponsor .element-30 {
	position: absolute;
	width: 150px;
	height: 113px;
	top: 72px;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .element-31 {
	position: absolute;
	width: 88px;
	height: 81px;
	top: 202px;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.sponsor .element-32 {
	position: absolute;
	width: 126px;
	height: 73px;
	top: 0;
	left: 0;
}

.sponsor .element-33 {
	position: absolute;
	width: 66px;
	height: 72px;
	top: 1px;
	left: 126px;
}

.sponsor .element-34 {
	position: absolute;
	width: 80px;
	height: 55px;
	top: 342px;
	left: 223px;
}

/* Footer Section------------------------------------------ */
.my-footer {
	background-color: #08487c;
	color: #fff !important;
	overflow: hidden;
	/* Prevents elements from overflowing */
	padding: 2em 0;
}

.my-footer .cw-footerLogo {
	max-width: 300px;
}

.my-footer img:not(.cw-footerLogo) {
	max-width: 40px;
}

.my-footer a {
	color: #fff !important;
	font-size: 1.1rem !important;
}

.my-footer .group {
	position: absolute;
	width: 140px;
	height: 50px;
	top: 11px;
	flex-shrink: 0;
	right: 1%;
	top: 40%;
}

.my-footer .info {
	position: absolute;
	width: 100%;
	height: 73px;
	top: 40px;
	left: 15%;
	display: flex;
	flex-grow: 1;
}

.footer-title {
	font-size: 1.3rem;
}

.my-footer .address {
	position: absolute;
	display: flex;
	height: 52px;
	top: 0;
	left: 10%;
	gap: 100px;
	flex-grow: 1;
}

.my-footer .email {
	position: absolute;
	display: flex;
	width: 309px;
	height: 52px;
	top: 0;
	left: 30%;
}

.my-footer .phone {
	position: absolute;
	display: flex;
	width: 164px;
	height: 52px;
	top: 0;
	left: 55%;
}

.my-footer .div {
	position: absolute;
	top: 32px;
	left: 45px;
	font-family: "Montserrat-Bold", Helvetica;
	font-weight: 700;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 0;
	line-height: normal;
	text-decoration: underline;
	white-space: nowrap;
}

.my-footer .text-wrapper-2 {
	position: absolute;
	top: 5px;
	left: 45px;
	font-family: "Montserrat-Bold", Helvetica;
	font-weight: 700;
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 0;
	line-height: normal;
}

.my-footer .text-wrapper-2,
.div {
	margin-left: 30px;
}

.my-footer .icon-container {
	display: contents;
	width: 1px;
	height: 1px;
}

.my-footer .facebook:hover,
.insta:hover {
	transform: scale(1.05);
	opacity: 0.95;
	transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

@media (max-width: 568px) {
	.my-footer a {
		font-size: 0.8rem !important;
	}
}

/* -------------------- Vote contest section ---------------------- */
.page-home .wb__auction-vote {
	background-image: url("https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_11.jpg");
	background-position: center;
	background-size: 1000px;
	background-attachment: fixed;

	margin: 2.5rem 0;
	padding: 25px 15px;
	border: var(--color-theme-primary) solid 2px;
	box-shadow: 2px 2px 6px #000;
}

.page-home .wb__auction-vote>a {
	display: block;
	padding: 10px 10px;
	font-size: 2rem !important;
	border: solid 5px;
	box-shadow: 2px 2px 6px #000;
}

.page-home .wb__auction-vote .wb__vote {
	padding: 15px 0;
}

.page-home .wb__auction-vote h3 {
	font-size: 2rem;
}

.page-home .wb__auction-vote a.wb__performer {
	display: inline-block;
	width: 100%;
	max-width: 220px;
	padding: 15px 25px;
	margin: 10px 10px;
	background: rgba(22, 72, 136, 0.9);
	border: solid 5px;
	box-shadow: 2px 2px 6px #000;
}

.page-home .wb__auction-vote .wb__performer h4 {
	font-size: 2rem;
	color: #fff;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.page-home .wb__auction-vote h3 {
		font-size: 2.5rem;
	}

	.page-home .wb__auction-vote a.wb__performer {
		transform: skewX(-5deg);
		transition-duration: 0.3s;
	}

	.page-home .wb__auction-vote a.wb__performer:hover {
		transform: translateY(-5px) skewX(-5deg);
	}
}

/*=============== SLIDESHOW ===============*/
.slideshow-item {
	min-height: 700px;
	background-position: top !important;
}

/*=============== ABOUT US ===============*/
.page-about-us .list {
	padding-top: 0em !important;
}

.page-about-us .list .list-img-link {
	display: none;
}

/*=============== BOARD OF DIRECTORS ===============*/
.page-board-of-directors .list {
	padding-top: 1em !important;
}

.page-board-of-directors .list .list-img-link {
	display: none;
}

@media (min-width: 768px) {
	.wb__board-members {
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (min-width: 992px) {
	.wb__board-members {
		-moz-column-count: 3;
		column-count: 3;
	}
}

/* WAYS TO GIVE =======================================  */
.page-ways-to-give .list-img-photo {
	background-size: contain;
}

.page-ways-to-give .list-img-wrap {
	margin: 1em auto -25px;
}

/* OTHER WAYS TO GIVE =============================  */
.page-other-ways-to-give .detailedlist ul li span {
	font-size: 1.5em;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: underline;
}

.page-other-ways-to-give .detailedlist ul li {
	margin-top: 1em;
}

/* CASA'S GOT TALENT ===============================  */
.page-casas-got-talent .gallery {
	padding-top: 0.25em;
}

/* 2023 Volunteer options ==========================================  */
.cw-training {
	margin-bottom: 1rem;
}

.cw-training .container {
	background-color: var(--color-theme-background);
	color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.cw-training .cw-daterow {
	font-weight: 700;
	margin-bottom: 0.5rem;
	text-align: center;
	border: 1px solid #fff;
}

.cw-training .cw-description {
	background-color: var(--color-theme-text);
	color: var(--color-theme-background);
	padding: 3px 10px;
}

.cw-training .cw-description.cw-highlight {
	background-color: var(--color-theme-text);
	color: var(--color-theme-primary);
	padding: 3px 10px;
}

.cw-training .cw-datebox {
	padding: 1px 5px;
}

.cw-training .cw-datebox>span {
	display: inline-block;
	padding: 1px 3px;
}

@media (min-width: 768px) {
	.cw-training .cw-daterow {
		text-align: left;
	}
}

.cw-box2 {
	background-color: #123b70;
	box-shadow: 5px 5px 10px rgba(31, 31, 31, 0.5);
	border-radius: 7px;
	margin: 1em;
}

.cw-box2 h5,
.cw-box2 p {
	color: #fff;
}

.cw-box2 p span {
	font-size: 9pt;
}

/* FOOTER ==========================================  */
.setup {
	position: fixed;
	bottom: 1em;
	right: 1em;
	border-radius: 25px;
	box-shadow: 1px 1px 10px 1px #00000036;
}

.setup:hover {
	cursor: pointer;
}

.hidden {
	display: none;
}

#contactBtns a {
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 8px;
	border-radius: 50%;
	background: #fff;
}

#contactBtns .fa {
	font-size: 25px;
	color: var(--color-theme-primary);
}

/* ============================================================= */
.page-home .donation-form label {
	color: #fff !important;
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
.cw-home-ss {
	position: relative;
}

.cw-home-ss-btns {}

.cw-home-ss-btns .btn {
	width: 80%;
	margin: 1em auto;
	display: block;
}

@media (min-width: 992px) {
	.cw-home-ss-btns {
		position: absolute;
		bottom: 1em;
		width: 100%;
	}
}

/*----------------------------------------------------------------------------*/
.cw-home-about {
	padding-top: 2em;
	padding-bottom: 2em;
}

.cw-home-about h1 {
	color: #fff;
	text-align: center;
}

.cw-home-about p {
	color: #fff;
	text-align: center;
	font-size: 125%;
}

/*----------------------------------------------------------------------------*/
.cw-home-connected {}

.cw-home-connected hr {
	margin-top: 1em;
	margin-bottom: 6em;
}

.cw-home-connected h2 {
	font-size: 3em;
	text-align: center;
	color: #fff;
	margin: 3em auto 0 auto;
}

.cw-home-connected img {
	margin: auto auto 3em auto;
	display: block;
}

.cw-home-connected h3 {
	text-align: center;
	color: #fff;
	margin-bottom: 1em;
	margin-top: 2em;
}

@media (min-width: 992px) {
	.cw-home-connected h3 {
		margin-top: auto;
		margin-bottom: 1em;
	}
}

.cw-home-connected .btn {
	display: block;
	width: 90%;
	margin: 0.5em auto;
	text-transform: uppercase;
}

/*----------------------------------------------------------------------------*/
.cw-more-links-pg {
	margin-bottom: 6em;
}

.cw-more-links-pg .btn {
	display: block;
	width: 90%;
	margin: 0.5em auto;
	text-transform: uppercase;
}

.cw-more-links-pg hr {
	margin: 2em auto;
}

.cw-more-links-pg h3 {
	margin: 1.5em 0 1em 0;
	text-align: center;
}

/*----------------------------------------------------------------------------*/
/* make a difference page */
.cw-difference .cw-circletext {
	color: #fff;
	font-style: italic;
	background-color: #365173;
	border-radius: 50%;
	padding: 3em;
}

@media (min-width: 576px) {
	.cw-difference .cw-circletext {
		padding: 5em;
		width: 75%;
		margin: auto;
	}
}

@media (min-width: 768px) {
	.cw-difference .cw-circletext {
		width: 65%;
	}
}

@media (min-width: 992px) {
	.cw-difference .cw-circletext {
		width: 100%;
		padding: 3em;
	}
}

.cw-difference1 {
	background-image: url(https://apihoard.webit.com/api/v1/Image/DA04B7340413B5482F86A6F832FE56D5/DA04B7340413B5482F86A6F832FE56D5.jpg?size=1920x1440);
}

.cw-difference2 {
	background-image: url(https://apihoard.webit.com/api/v1/Image/ACAC7D1CACB656CD25A2FF94BF586B85/ACAC7D1CACB656CD25A2FF94BF586B85.jpg?size=1920x1440);
}

.cw-difference3 {
	background-image: url(https://apihoard.webit.com/api/v1/Image/B61ED53E7CCCF4499CEFE8B7D064D9A3/B61ED53E7CCCF4499CEFE8B7D064D9A3.jpg?size=1920x1440);
}

.cw-difference1,
.cw-difference2,
.cw-difference3 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cw-difference1 .cw-redbox,
.cw-difference2 .cw-redbox,
.cw-difference3 .cw-redbox {
	background-color: #c41726;
	color: #fff;
	padding: 2em;
	margin: 10em 2em 2em;
	border-radius: 1em;
}

.cw-aboutus {
	background-image: url(https://apihoard.webit.com/api/v1/Image/9BC76BBFFFD61C4B89D6594A2FFF2ECF/9BC76BBFFFD61C4B89D6594A2FFF2ECF.jpeg?size=1920x1440);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cw-aboutus .cw-whitebox {
	background-color: #fff;
	width: 70%;
	margin: auto;
	padding: 2em;
	border-radius: 1em 1em 0 0;
}

.cw-aboutus .cw-whitebox li span {
	color: #c41726;
}

.cw-aboutus2 .cw-outlinebox {
	border: 5px solid #365173;
	padding: 2em;
	border-radius: 1em;
	margin: 1em 0;
}

.cw-become2 {
	background-image: url(https://apihoard.webit.com/api/v1/Image/ABB10D9C2373DBCF76E2B30A0161D668/ABB10D9C2373DBCF76E2B30A0161D668.jpg?size=1920x1440);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 14em 0 2em;
}

.cw-become2 .cw-bluebox {
	background-color: rgba(91, 169, 233, 0.7);
	width: 70%;
	margin: auto;
	padding: 2em;
}

.cw-become2 .cw-bluebox .cw-redbox {
	border-radius: 1em;
	background: #c41726;
	color: #fff;
	padding: 1em;
}

.cw-become2 .cw-bluebox .btn-outline-light {
	font-size: 1em !important;
	border-radius: 2em;
	margin: 0.3em;
}

@media (max-width: 440px) {
	.cw-become2 .cw-bluebox .btn-outline-light {
		font-size: 0.7em !important;
	}
}

.cw-videos .cw-redbox {
	background-color: #c41726;
	border-radius: 1em;
	padding: 2em;
	color: #fff;
	font-weight: 900;
	text-align: center;
}

.cw-videos .cw-bluebox {
	background-color: #00457c;
	border-radius: 1em;
	padding: 2em;
	color: #fff;
	font-weight: 900;
	text-align: center;
}

.cw-abuse {
	background-image: url(https://apihoard.webit.com/api/v1/Image/BC70F5CDE4FC028BBBFD72F05F3A3859/BC70F5CDE4FC028BBBFD72F05F3A3859.jpg?size=1920x1440);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2em 0;
}

.cw-abuse h2 {
	background-color: #c41726;
	color: #fff;
	font-size: 3em;

	border-radius: 1em;
}

.cw-abuse .cw-redbox {
	background-color: #c41726;
	color: #fff;
	font-weight: 900;
	padding: 2em;
	border-radius: 1em;
}

.cw-abuse2 i {
	font-size: 3em;
}

.cw-sponsors .cw-bluebox {
	background: #365173;
	color: #fff;
	font-weight: 900;
	padding: 2em;
	border-radius: 1em;
}

.cw-sponsors .cw-redbox {
	background: #c41726;
	color: #fff;
	font-weight: 900;
	padding: 2em;
	border-radius: 1em;
}

.cw-impact2 {
	background-image: url(https://apihoard.webit.com/api/v1/Image/83BD2FD80DCFF07FDEC54C93FAD3FAC8/83BD2FD80DCFF07FDEC54C93FAD3FAC8.jpg?size=19920x1440);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cw-impact2 .cw-bluebox {
	background-color: rgba(91, 169, 233, 0.7);
	margin-top: 9em;
	padding: 2em;
}

.cw-fundraiser2 {
	background-image: url(https://apihoard.webit.com/api/v1/Image/8A5074229D5733BB1A4C0135240E963E/8A5074229D5733BB1A4C0135240E963E.png?size=19920x1440);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10em 0 37em;
	margin-top: 3em;
}

.cw-other .cw-bluebox {
	background: #365173;
	color: #fff;
	font-weight: 900;
	padding: 2em;
	border-radius: 1em;
}

.cw-other img {
	border-radius: 1em;
}

.cw-other .cw-img-left {
	margin-left: -3em;
}

.cw-other .cw-img-right {
	margin-left: 3em;
}

.cw-other .cw-redbox {
	background: #c41726;
	color: #fff;
	font-weight: 900;
	padding: 2em;
	border-radius: 1em;
}

.cw-memorial {
	background-image: url(https://apihoard.webit.com/api/v1/Image/86EFED4F71E0DE964B09579DC2D1CBD3/86EFED4F71E0DE964B09579DC2D1CBD3.jpg?size=1920x1440);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 7em 0;
	position: relative;
}

.cw-memorial .cw-overlay {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(to left,
			rgba(0, 69, 124, 0.9) 0%,
			rgba(0, 69, 124, 0.7) 44.29%,
			rgba(0, 99.97, 179.65, 0.45) 81.11%,
			rgba(0, 125.76, 226, 0) 100%);
}

.cw-memorial2 {
	background-image: url(https://apihoard.webit.com/api/v1/Image/55E82169FC7D3C4A096F2592A19EDA57/55E82169FC7D3C4A096F2592A19EDA57.jpg?size=Original);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 7em 0;
	position: relative;
	margin-bottom: -1rem;
}

.cw-memorial2 .cw-overlay2 {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90deg,
			rgba(8, 72, 124, 1) 0%,
			rgba(8, 72, 124, 0) 100%);
}

.page-contact-us .form-wrap {
	width: 70%;
	padding: 1em;
	background: #fff;
	border: 2px solid #ccc;
	box-shadow: 1px 1px 5px #999;
	border-radius: 1em;
	margin: auto;
}

.page-contact-us .businessinfo {
	background-image: url(https://apihoard.webit.com/api/v1/Image/2E2C5D76C856CC6D9AF62A0682074F4D/2E2C5D76C856CC6D9AF62A0682074F4D.jpg?size=1920x1440);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 5em;
}

a.btn.upcoming-btn.mt-2 {
	padding: 0.5rem 3rem;
	border-radius: 20px;
	background: #fff;
	color: #c51725;
}

a.btn.btn-sponsor {
	background: #00457c;
	color: #fff;
	border-radius: 23px;
}

.btn-pill {
	border-radius: 25px;
}

.badge-pill {
	transition: 0.2s ease-in-out;
}

.badge-pill:hover {
	transform: scale(1.05);
	transition: 0.2s ease-in-out;
}

.cw-own {
	position: relative;
}

@media (min-width: 768px) {
	.cw-own p {
		position: absolute;
		top: 2rem;
		right: 7%;
		width: 65%;
		text-align: right;
		color: #fff;
	}
}

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.cw-memorial-donations-info {
	background: linear-gradient(to right,
			rgba(0, 69, 124, 0.8) 0%,
			rgba(0, 69, 124, 0.8) 100%),
		url("https://apihoard.webit.com/api/v1/Image/86EFED4F71E0DE964B09579DC2D1CBD3/86EFED4F71E0DE964B09579DC2D1CBD3.jpg?size=1920x1440");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 5em;
	padding-bottom: 5em;
}

@media (min-width: 992px) {
	.cw-memorial-donations-info {
		background: linear-gradient(to right,
				rgba(0, 69, 124, 0) 0%,
				rgba(0, 69, 124, 0) 40%,
				rgba(0, 69, 124, 0.8) 55%,
				rgba(0, 69, 124, 0.95) 100%),
			url("https://apihoard.webit.com/api/v1/Image/86EFED4F71E0DE964B09579DC2D1CBD3/86EFED4F71E0DE964B09579DC2D1CBD3.jpg?size=1920x1440");
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
}

.cw-memorial-donations-info h3 {
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
}

@media (min-width: 992px) {
	.cw-memorial-donations-info h3 {
		text-align: right;
	}
}

.cw-memorial-donations-info p {
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
	font-size: 120%;
}

@media (min-width: 992px) {
	.cw-memorial-donations-info p {
		text-align: right;
	}
}

/*----------------------------------------------------------------------------------------------------*/
.cw-memorial-donations-text {
	padding-top: 2em;
	padding-bottom: 2em;
}

.cw-memorial-donations-text p {
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
	font-size: 130%;
}

/*----------------------------------------------------------------------------------------------------*/
.cw-memorial-donations-contact {
	background: linear-gradient(to left,
			rgba(0, 69, 124, 0.8) 0%,
			rgba(0, 69, 124, 0.8) 100%),
		url("https://apihoard.webit.com/api/v1/Image/55E82169FC7D3C4A096F2592A19EDA57/55E82169FC7D3C4A096F2592A19EDA57.jpg?size=Original");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 5em;
	padding-bottom: 5em;
}

@media (min-width: 992px) {
	.cw-memorial-donations-contact {
		background: linear-gradient(to left,
				rgba(0, 69, 124, 0) 0%,
				rgba(0, 69, 124, 0) 40%,
				rgba(0, 69, 124, 0.8) 55%,
				rgba(0, 69, 124, 0.95) 100%),
			url("https://apihoard.webit.com/api/v1/Image/55E82169FC7D3C4A096F2592A19EDA57/55E82169FC7D3C4A096F2592A19EDA57.jpg?size=Original");
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
}

.cw-memorial-donations-contact h3 {
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
}

@media (min-width: 992px) {
	.cw-memorial-donations-contact h3 {
		text-align: left;
	}
}

.cw-memorial-donations-contact p {
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
	font-size: 120%;
}

@media (min-width: 992px) {
	.cw-memorial-donations-contact p {
		text-align: left;
	}
}

.cw-memorial-donations-contact .btn {
	margin: 1em auto;
	display: block;
	width: 90%;
}

@media (min-width: 992px) {
	.cw-memorial-donations-contact .btn {
		margin: 1em auto 1em 0;
		width: fit-content;
	}
}

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
.cw-become-volunteer-1 {
	padding-bottom: 2em;
}

.cw-become-volunteer-1 p {
	font-size: 130%;
}

.cw-become-volunteer-1 iframe {}

.cw-become-volunteer-1 .btn {
	margin: 2em auto 1em auto;
	display: block;
	width: fit-content;
}

/*-------------------------------------------------------------------------------*/
.cw-become-volunteer-2 {
	background-image: url("https://apihoard.webit.com/api/v1/Image/ABB10D9C2373DBCF76E2B30A0161D668/ABB10D9C2373DBCF76E2B30A0161D668.jpg?size=1920x1440");
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top: 7em;
	padding-bottom: 7em;
}

.cw-become-volunteer-2 .cw-card-1 {
	background: rgba(8, 72, 124, 0.85);
	padding-top: 2em;
	padding-bottom: 2em;
}

.cw-become-volunteer-2 .cw-card-1 .card-body h4 {
	font-size: 225%;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
}

.cw-become-volunteer-2 .cw-card-1 .card-body p {
	text-align: center;
	color: #fff;
	font-size: 130%;
	text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
}

.cw-become-volunteer-2 .cw-card-1 .card-body .btn {
	margin: 0.5em auto;
	display: block;
	width: 90%;
	font-size: 100% !important;
}

.cw-become-volunteer-2 .cw-card-2 {
	margin: 2em auto;
	width: 85%;
	display: block;
	background-color: #c41726;
	padding-top: 1em;
	padding-bottom: 1em;
}

.cw-become-volunteer-2 .cw-card-2 .card-body {}

.cw-become-volunteer-2 .cw-card-2 .card-body h2 {
	color: #fff;
	text-align: center;
	font-size: 250%;
}

.cw-become-volunteer-2 .cw-card-2 .card-body p {
	color: #fff;
	text-align: center;
}

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/