html, 
body {
	overflow-x: hidden;
	margin: 0;
}

body a {
	text-decoration: none;
}

.crusade-2025-section {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.crusade-2025-section p {
	font-family: 'Poppins-Medium';
	color: #fff;
	font-size: 19px;
	line-height: 27px;
} 

.crusade-2025-section h1, 
.crusade-2025-section h2, 
.crusade-2025-section h3, 
.crusade-2025-section h4, 
.crusade-2025-section h5, 
.crusade-2025-section h6 {
	font-family: 'Oswald-SemiBold';
	color: #fff;
}

.crusade-2025-section h1.alternate-title, 
.crusade-2025-section h2.alternate-title, 
.crusade-2025-section h3.alternate-title, 
.crusade-2025-section h4.alternate-title, 
.crusade-2025-section h5.alternate-title, 
.crusade-2025-section h6.alternate-title {
	font-family: 'Helvetica';
	font-weight: 700;
}

.crusade-2025-section .button {
	min-width: 150px;
	background-color: #E50979;
	padding: 12px 30px;
	color: #E5D918;
	font-size: 24px;
	line-height: 27px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 5px;
	font-family: 'Poppins-Medium';
	cursor: pointer;
}

.crusade-2025-section .button:hover {
    animation: pulsate 1s ease-out infinite;
	background-color: rgba(0, 0, 0, 0.4);
}

@-webkit-keyframes pulsate {
    0%   { box-shadow: 0 0 0 #FFFFFF; }
    25%  { box-shadow: 0 0 10px #FFFFFF; }
    50%  { box-shadow: 0 0 20px #FFFFFF; }
    75%  { box-shadow: 0 0 30px #FFFFFF; }
    100% { box-shadow: 0 0 40px #FFFFFF; }
}


.crusade-2025-section.crusade-hero-banner {
	background-color: #F3EBE0;
	min-height: 100vh;
    display: flex;
    justify-content: center;
    background-image: url('../images/Crusade_Website_Background_Image_Header.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.crusade-2025-section .crusade-hero-icon-link {
	position: absolute;
	top: 75px;
	left: 50px;
	z-index: 99;
}

.crusade-2025-section .menu-burger {
	width: 60px;
	height: 45px;
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 223;
	color: #fff;
	cursor: pointer;

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	cursor: pointer;

}

.crusade-2025-section .menu-burger span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #414042;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.crusade-2025-section .menu-burger span:nth-child(1) {
  top: 0px;
}

.crusade-2025-section .menu-burger span:nth-child(2),.crusade-2025-section .menu-burger span:nth-child(3) {
  top: 18px;
}

.crusade-2025-section .menu-burger span:nth-child(4) {
  top: 36px;
}

.crusade-2025-section .menu-burger.menu-open {
  position: fixed;
}

.crusade-2025-section .menu-burger.menu-open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.crusade-2025-section .menu-burger.menu-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.crusade-2025-section .menu-burger.menu-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.crusade-2025-section .menu-burger.menu-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.crusade-2025-section .menu-outter-container {
	position: fixed;
	top: 0;
	right: -130%;
	min-width: 315px;
	width: 30%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 25px;
	z-index: 222;
	transition: right 0.4s linear 
}

.crusade-2025-section .menu-outter-container .menu-container ul {
    list-style: none;
}

.crusade-2025-section .menu-outter-container .menu-container ul li {
    margin-bottom: 20px;
}

.crusade-2025-section .menu-outter-container .menu-container ul li a {
    font-size: 21px;
    line-height: 27px;
    font-family: 'Oswald-SemiBold';
    text-transform: uppercase;
    color: #fff;
}

.crusade-2025-section .menu-outter-container .menu-container ul li a:hover {
    text-decoration: underline;    
    text-underline-offset: 5px;
}

.crusade-2025-section .menu-outter-container.menu-open {
	right: 0%;
}

.crusade-2025-section.crusade-hero-banner .crusade-hero-left {
	position: absolute;
	bottom: 0;
	left: -40px;
	z-index: 1;
	max-width: 720px;
}

.crusade-2025-section.crusade-hero-banner .crusade-hero-wrapper .crusade-hero-logo-img {
	width: 100%;
	margin-bottom: 30px;
}
.crusade-2025-section.crusade-hero-banner .crusade-hero-wrapper {
	position: absolute;
	padding: 0 20px 100px 0;
	max-width: 700px;
	text-align: left;
	z-index: 9;
}

.crusade-2025-section.crusade-hero-banner .crusade-hero-right {
    position: initial;
    bottom: 0;
    right: 0;
    z-index: 1;
    max-width: 720px;
    width: 100%;
}

.crusade-2025-section.crusade-hero-banner .animation-container {
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 100%;
	z-index: 3;
}

.crusade-2025-section.crusade-hero-banner .text {
	white-space: nowrap;
	font-family: 'Poppins-Medium';
	color: #e5d918;
	font-size: 19px;
	line-height: 27px;
	animation: slide-right 30s linear infinite; /* Adjust animation duration as needed */
}

@keyframes slide-right {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-150%);
	}
}

.crusade-2025-section.crusade-video-section {
	background-color: #474747;
	min-height: 675px;
	z-index: 4;
    background-image: url('../images/cruArtistsNoNames.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
}

.crusade-2025-section.crusade-video-section .lost-one-img{
    position: absolute;
    right: 120px;
    top: -150px;
    max-width: 320px;
    width: 100%;
}

.crusade-2025-section.crusade-video-section .crusade-video-section-wrapper {
	max-width: 1290px;
	margin: 0 auto;
	padding: 135px 0;
}

.crusade-2025-section.crusade-video-section .crusade-video-section-wrapper .row {
	display: flex;
	flex-direction: row;
}

.crusade-2025-section.crusade-video-section .crusade-video-section-wrapper .row .col1 {
	width: 65.5%;
	margin-right: 30px;
}

.crusade-2025-section.crusade-video-section .crusade-video-section-wrapper .row .col2 {
	width: calc(34.5% - 30px);
}

.crusade-2025-section.crusade-video-section .crusade-video-section-wrapper .row .col2 .title {
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.crusade-2025-section.crusade-video-section .crusade-video-section-wrapper .row .col2 p {
	margin-bottom: 30px;
}

.crusade-2025-section.crusade-video-section .crusade-video-section-wrapper .row .col2 .button {
	margin-bottom: 15px;
}

.crusade-2025-section.special-guests-section {
	background-color: rgb(228,29,122);
	background: linear-gradient(90deg, rgba(228,29,122,1) 0%, rgba(228,29,122,1) 40%, rgba(233,67,51,1) 100%);
}

.crusade-2025-section.special-guests-section:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url('../images/special-guest-left.png');
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper {
	max-width: 1290px;
	margin: 0 auto;
	padding: 120px 0;
	z-index: 9;
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row {
	display: flex;
	flex-direction: row;
	z-index: 9;
    position: relative;
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .col1 {
	width: 50%;
	margin-right: 50px;
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .col2 {
	width: calc(50% - 50px);
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .col1 h2 {
	font-size: 100px;
	line-height: 1.2;
	padding-left: 100px;
	margin-block: unset;
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .sticky {
    position: fixed;
    top: 0;
    z-index: 1000; /* Ensure it's above other content */
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .sticky-bottom {
    position: absolute;
    bottom: 0;
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .col1 h2 span {
	font-size: 48px;
	line-height: 1.2;
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .section-column-2 {
	position: relative;
	z-index: 9;
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .section-column-2:after {
	background: rgb(228,29,122);
	background: linear-gradient(0deg, rgba(228,29,122,0.9) 0%, rgba(228,29,122,0.6) 20%, rgba(233,67,51,0) 90%);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 5;
	opacity: 0;
	transition: opacity ease-in 0.3s;
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .section-column-2:hover:after {
	opacity: 1;
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .guest-card {
	background-color: #3C2585;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	min-height: 240px;
    overflow: hidden;
	background-position: right top;
	background-size: contain;
	background-repeat: no-repeat;
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .guest-card.guest-1 {
	background-image: url('../images/chris-tomlin.png');
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .guest-card.guest-2 {
	background-image: url('../images/phil-wickham.png');
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .guest-card.guest-3 {
	background-image: url('../images/brooke-ligertwood.png');
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .guest-card.guest-4 {
	background-image: url('../images/harvest-worship.png');
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .guest-card h4 {
	font-size: 44px;
	line-height: 1.2;
	color: #231f20;
	padding-left: 30px;	
	z-index: 2;
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .guest-card.guest-1 h4 {
	padding-left: 85px;	
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .guest-card.guest-2 h4 {
	padding-left: 55px;	
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .guest-card.guest-3 h4 {
	padding-left: 45px;	
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .guest-card.guest-4 h4 {
	padding-left: 45px;	
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .guest-card h4 span {
	background-image: url('../images/name-background.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px 10px;
	display: inline-block;
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .guest-card h4 span.guest-first-name {
	z-index: 1;
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .guest-card h4 span.guest-last-name {
	z-index: 2;
	transform: rotate(-14deg);
}

.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .guest-card img {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
}

.crusade-2025-section.special-guests-section .jesus-loves-you {
	position: absolute;
	left: 50px;
	bottom: -40px;
	z-index: 2;
}

.crusade-2025-section.cta-section, .crusade-2025-section.partner-banner {
	background-color: #1E1E1E;
	/* min-height: 200px; */
	z-index: 1;
    background-image: url('../images/specialGuestsBannerBG.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
}

.crusade-2025-section.cta-section .cta-section-wrapper {
	max-width: 1250px;
	padding: 55px 0 80px 0;	
	margin: 0 auto;
}

.crusade-2025-section.cta-section .cta-section-wrapper .section-title {
	font-size: 48px;
	line-height: 1.2;
	text-align: center;
}

.crusade-2025-section.cta-section .cta-section-wrapper .section-subtitle {
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
}

.crusade-2025-section.cta-section .cta-section-wrapper .ctas-container{
	display: flex;
	flex-direction: row;	
}

.crusade-2025-section.cta-section .cta-section-wrapper .ctas-container .cta {
	width: calc(33.33% - 36.66px);
	margin-right: 55px;	
}

.crusade-2025-section.cta-section .cta-section-wrapper .ctas-container .cta:last-of-type {
	margin-right: 0;	
}

.crusade-2025-section.cta-section .cta-section-wrapper .ctas-container .cta img {
	width: 100%;
}

.crusade-2025-section.cta-section .cta-section-wrapper .ctas-container .cta .text-container {
	display: inline-block;
	z-index: 2;
	padding-left: 10px;
	padding-right: 10px;
}

.crusade-2025-section.cta-section .cta-section-wrapper .ctas-container .cta .text-container h3 {
	text-align: center;
	font-size: 44px;
	line-height: 1.2;
	color: #231f20;	
	z-index: 2;
	background-image: url('../images/name-background.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px 20px;
	width: fit-content;
    margin: -20px auto 20px;
}

.crusade-2025-section.cta-section .cta-section-wrapper .ctas-container .cta .text-container .cta-link {
	font-size: 21px;
	line-height: 27px;
	font-family: 'Printvetica';
	color: #e5d918;
	position: relative;
	display: inline;
}

.crusade-2025-section.cta-section .cta-section-wrapper .ctas-container .cta .text-container .cta-link:after {
	
	content: '';
	position: absolute;
	right: -30px;
	top: 5px;
	height: 21px;
	width: 21px;
	background-image: url('../images/arrow.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
	transition: right ease-in 0.2s;
}

.crusade-2025-section.cta-section .cta-section-wrapper .ctas-container .cta .cta-link-wrapper:hover .text-container .cta-link:after {
	right: -36px;
}

.crusade-2025-section.contact-section {
	background-color: #545454;
	min-height: 500px;
	z-index: 1;
    background-image: url('../images/formBG.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 200px 0 300px;
}

.crusade-2025-section.contact-section .contact-section-wrapper {
	max-width: 625px;
	margin: 0 auto;
	padding: 40px 35px 50px;	
	background-color: #211562;
}

.crusade-2025-section.contact-section .contact-section-wrapper h2 {
	text-align: center;
	max-width: 495px;
	margin: 0 auto;
}

.crusade-2025-section.contact-section .contact-section-wrapper>p {
	text-align: center;
	max-width: 495px;
	margin: 0 auto;
}

.crusade-2025-section.contact-section .contact-section-wrapper form label {
	display: block;
    font-family: 'Oswald-SemiBold';
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.crusade-2025-section.contact-section .contact-section-wrapper form input {
    width: 100%;
    font-size: 22px;
    line-height: 1.2;
    padding: 5px 15px !important;
    margin-bottom: 15px;
}

.crusade-2025-section.contact-section .contact-section-wrapper form input.button {
    border: 0;
    width: fit-content;
    margin: 0 auto;
    display: block;
    padding: 12px 30px;
}

.crusade-2025-section.contact-section .contact-section-wrapper form input[type=submit] {
	min-width: 150px;
	background-color: #E50979;
	padding: 12px 30px !important;
	color: #E5D918;
	font-size: 24px;
	line-height: 27px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 5px;
	font-family: 'Poppins-Medium';
	cursor: pointer;
    border: 0;
    width: fit-content;
    margin: 20px auto 10px;
    display: block;
    padding: 12px 30px;
}

.crusade-2025-section.contact-section .contact-section-wrapper form input[type=submit]:hover {
    animation: pulsate 1s ease-out infinite;
	background-color: rgba(0, 0, 0, 0.4);
}

.crusade-2025-section.contact-section .contact-section-wrapper form ul.multi-container {
    list-style: none;
    padding-left: 0;
}

.crusade-2025-section.contact-section .contact-section-wrapper form ul.multi-container li label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.crusade-2025-section.contact-section .contact-section-wrapper form ul.multi-container li label input {
    width: fit-content;
    margin: 10px 20px 10px 0;
}

.crusade-2025-section.contact-section .contact-section-wrapper form ul.multi-container li label span {
    margin-top: 10px;
}

.crusade-2025-section.contact-section .contact-section-wrapper form .rc-anchor {
    margin-bottom: 20px;
}

.crusade-2025-section.contact-section .contact-section-wrapper form .wpcf7-not-valid-tip,
.crusade-2025-section.contact-section .contact-section-wrapper form .wpcf7-response-output {
    font-family: 'Poppins-Medium';
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-top: -5px;
    display: block;
}

.crusade-2025-section.contact-section .contact-section-wrapper .wpcf7 .screen-reader-response p {
    font-size: 14px;
    line-height: 20px;
}

.crusade-2025-section.contact-section .contact-section-wrapper .wpcf7 .screen-reader-response ul li::marker {
  color: #fff;
} 

.crusade-2025-section.contact-section .contact-section-wrapper .wpcf7 .screen-reader-response ul li, 
.crusade-2025-section.contact-section .contact-section-wrapper .wpcf7 .screen-reader-response ul li a {
    font-family: 'Poppins-Medium';
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.crusade-2025-section.contact-section h3 {
	text-align: center;
	max-width: 495px;
	margin: 20px auto 10px;
    font-size: 35px;
    line-height: 1.2;
}

.crusade-2025-section.contact-section .social-media-container {
	text-align: center;
	margin: 10px auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.crusade-2025-section.contact-section .social-media-container .social-media-item {
	width: 30px;
	height: 30px;
	padding: 5px;
	margin-right: 10px;
}

.crusade-2025-section.contact-section .social-media-container .social-media-item:hover {
	width: 32px;
	height: 32px;
	padding: 4px;
}

.crusade-2025-section.contact-section .social-media-container .social-media-item img {
	max-width: 30px;
	max-height: 30px;
}

.crusade-2025-section.contact-section .social-media-container .social-media-item a:hover img {
	max-width: 32px;
	max-height: 32px;
}

.crusade-2025-section.footer-section  {
    background-color: #242424;
}

.crusade-2025-section.footer-section .footer-section-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.crusade-2025-section.footer-section .footer-section-wrapper .row {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.crusade-2025-section.footer-section .footer-section-wrapper .row .col {
    align-content: center;
}

.crusade-2025-section.footer-section .footer-section-wrapper .row .col1 {
    width: calc(20% - 20px);
    margin-right: 30px;
}

.crusade-2025-section.footer-section .footer-section-wrapper .row .col2 {
    width: calc(60% - 20px);
    margin-right: 30px;
}

.crusade-2025-section.footer-section .footer-section-wrapper .row .col3 {
    width: calc(20% - 20px);
}

.crusade-2025-section.footer-section .footer-section-wrapper .footer-logo {
    max-width: 220px;
    width: 100%;
}

.crusade-2025-section.footer-section .footer-section-wrapper .social-media-container {
	text-align: center;
	margin: 10px auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.crusade-2025-section.footer-section .footer-section-wrapper .social-media-container .social-media-item {
	width: 30px;
	height: 30px;
	padding: 5px;
	margin-right: 10px;
}

.crusade-2025-section.footer-section .footer-section-wrapper .social-media-container .social-media-item:hover {
	width: 32px;
	height: 32px;
	padding: 4px;
}

.crusade-2025-section.footer-section .footer-section-wrapper .social-media-container .social-media-item img {
	max-width: 30px;
	max-height: 30px;
}

.crusade-2025-section.footer-section .footer-section-wrapper .social-media-container .social-media-item a:hover img {
	max-width: 32px;
	max-height: 32px;
}

.crusade-2025-section.footer-section .footer-section-wrapper .copyright-text {
    font-size: 16px;
}

@media (max-width: 1290px) {
	.crusade-2025-section.crusade-video-section .crusade-video-section-wrapper {
		padding: 90px 30px;
	}
	.crusade-2025-section.special-guests-section .special-guests-section-wrapper {
		padding: 90px 30px 150px;
	}
	.crusade-2025-section.cta-section .cta-section-wrapper {
		padding: 55px 30px 80px 30px;
	}
}

@media (max-width: 1024px) {
	.crusade-2025-section.crusade-hero-banner .crusade-hero-wrapper {
		padding: 120px 20px 200px 0px;
	}
	.crusade-2025-section .crusade-hero-icon-link {
		left: 30px;
		top: 10px;
	}
	.crusade-2025-section .menu-outter-container {
		width: 50%;
	}
	.crusade-2025-section.crusade-hero-banner .crusade-hero-right {
		max-width: 40%;
	}
	.crusade-2025-section.crusade-hero-banner .crusade-hero-left {
		max-width: 45%;	
	}
	.crusade-2025-section.crusade-video-section .crusade-video-section-wrapper {
		max-width: 720px;
	}
	.crusade-2025-section.crusade-video-section .crusade-video-section-wrapper .row {
		flex-direction: column-reverse;
	    align-content: center;
	    flex-wrap: wrap;
	}
	.crusade-2025-section.crusade-video-section .crusade-video-section-wrapper .row .col1 {
		width: 100%;
		margin-right: 0;
	}
	.crusade-2025-section.crusade-video-section .crusade-video-section-wrapper .row .col2 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
		text-align: center;
	}
	.crusade-2025-section.crusade-video-section .lost-one-img {
		right: 20px;
		top: -110px;
		max-width: 240px;
	}
	.crusade-2025-section.special-guests-section:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		background-image: url('../images/special-guest-bottom.png');
		background-position: bottom center;
		background-size: contain;
		background-repeat: no-repeat;
		z-index: 1;
	}
	.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row {
		flex-direction: column;
	}
	.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .col1 {
		width: 100%;
		margin: 0 auto;
	}
	.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .col2 {
		width: 100%;
	}
	.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .col1 h2 {
	    padding-left: 0;
	    text-align: center;
	    margin-bottom: 30px;
	    font-size: 64px;
	    line-height: 1.2;
	}
	.crusade-2025-section.special-guests-section .special-guests-section-wrapper .sticky {
	    position: relative;
	}
	.crusade-2025-section.special-guests-section .special-guests-section-wrapper .sticky-bottom {
	    position: relative;
	}
	.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .col1 h2 span {
		font-size: 32px;
	}
	.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .section-column-2 {
	    max-width: 650px;
    	margin: 0 auto;
	}
	.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .guest-card {
		min-height: 190px;
	}
	.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .guest-card h4.alternate-title {
		padding-left: 10px;
	}
	.crusade-2025-section.special-guests-section .jesus-loves-you {
		max-width: 150px;
	}
	.crusade-2025-section.cta-section .cta-section-wrapper .ctas-container .cta {
		width: calc(33.33% - 20px);
		margin-right: 30px;
	}
	.crusade-2025-section.cta-section .cta-section-wrapper .ctas-container .cta .text-container h1 {
		font-size: 58px;
	}
	.crusade-2025-section.cta-section .cta-section-wrapper .ctas-container .cta .text-container h3 {
		font-size: 28px;
	}
	.crusade-2025-section.cta-section .cta-section-wrapper .ctas-container .cta .text-container p {
		font-size: 16px;
    	line-height: 1.2;
	}
	.crusade-2025-section.cta-section .cta-section-wrapper .ctas-container .cta .text-container .cta-link {
		font-size: 18px;
		line-height: 24px;
	}
	.crusade-2025-section.contact-section {
		padding: 80px 0 100px;
	}
	.crusade-2025-section.contact-section .contact-section-wrapper {
		margin: 0 auto;
		padding-left: 30px;
        padding-right: 30px;
	}
	.crusade-2025-section.footer-section .footer-section-wrapper {
		margin: 0 auto;
		padding-left: 30px;
        padding-right: 30px;
	}
	.crusade-2025-section.footer-section .footer-section-wrapper .row {
	    flex-direction: column;
	}
	.crusade-2025-section.footer-section .footer-section-wrapper .row .col {
	    text-align: center;
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.crusade-2025-section .crusade-hero-icon-link img {
		max-width: 60px;
	}
	.crusade-2025-section .menu-burger {
	    width: 40px;
    	height: 30px;
    	top: 40px;
    	right: 40px;
	}
	.crusade-2025-section .menu-burger span {
	    height: 6px;
	}
	.crusade-2025-section .menu-burger span:nth-child(2), 
	.crusade-2025-section .menu-burger span:nth-child(3) {
		top: 15px;
	}
	.crusade-2025-section .menu-burger span:nth-child(4) {
		top: 30px;
	}
	.crusade-2025-section .menu-outter-container {
		width: 100%;
	}
	.crusade-2025-section.crusade-hero-banner .crusade-hero-right {
		max-width: 60%;
	}
	.crusade-2025-section.crusade-hero-banner .crusade-hero-left {
		max-width: 60%;	
	}
	.crusade-2025-section.crusade-video-section .lost-one-img {
		right: 10px;
		top: -75px;
		max-width: 180px;
	}
	.crusade-2025-section.crusade-video-section .crusade-video-section-wrapper .row .col1 iframe {
		height: 260px !important;
	}
	.crusade-2025-section.special-guests-section .special-guests-section-wrapper .row .guest-card h4 {
		font-size: 34px;
	}
	.crusade-2025-section.cta-section .cta-section-wrapper .ctas-container {
		flex-direction: column;
	}
	.crusade-2025-section.cta-section .cta-section-wrapper .ctas-container .cta {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.crusade-2025-section.contact-section h3 {
		font-size: 28px;
	}
	.crusade-2025-section.footer-section .footer-section-wrapper {
		flex-direction: column;
	}
	.crusade-2025-section.footer-section .footer-section-wrapper .footer-logo {
		margin-bottom: 20px;
	}
}


/* START Prayers Page */

.crusade-2025-section.prayers-form-section {
	background-color: #3C2686;
	min-height: 500px;
	z-index: 1;
    background-image: url('../images/contact-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 180px 0 100px;
}

.crusade-2025-section.prayers-form-section .crusade-hero-icon-link {
	position: absolute;
	top: 30px;
	left: 30px;
}

.crusade-2025-section.prayers-form-section .prayers-form-section-wrapper {
	max-width: 625px;
	margin: 0 auto;
	padding: 40px 35px 50px;	
	background-color: #211562;
}

.crusade-2025-section.prayers-form-section .prayers-form-section-wrapper h2 {
	text-align: center;
	max-width: 495px;
	margin: 0 auto 10px;
	text-transform: uppercase;
}

.crusade-2025-section.prayers-form-section .prayers-form-section-wrapper>p {
	text-align: center;
	max-width: 495px;
	margin: 0 auto 20px;
}

.crusade-2025-section.prayers-form-section .prayers-form-section-wrapper form label {
	display: block;
    font-family: 'Oswald-SemiBold';
    color: #e5d918;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.crusade-2025-section.prayers-form-section .prayers-form-section-wrapper form input {
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding: 8px;
}

.crusade-2025-section.prayers-form-section .prayers-form-section-wrapper form textarea {
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    padding: 8px;
    margin-bottom: 15px;
}

.crusade-2025-section.prayers-form-section .prayers-form-section-wrapper form #post_online {
    margin-left: 5px;
    margin-top: 10px;
    width: fit-content;
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

.crusade-2025-section.prayers-form-section .prayers-form-section-wrapper form input.button {
    border: 0;
    width: fit-content;
    margin: 15px auto 5px;
    display: block;
}

.crusade-2025-section.prayers-form-section .prayers-form-section-wrapper form .info {
    font-size: 12px;
    line-height: 1.2;
    margin-top: -5px;
    margin-bottom: 0;
}

.crusade-2025-section.prayers-form-section h3 {
	text-align: center;
	max-width: 495px;
	margin: 0 auto;
}

.crusade-2025-section.prayers-section {
	background-color: rgb(228,29,122);
	background: linear-gradient(90deg, rgba(228,29,122,1) 0%, rgba(228,29,122,1) 40%, rgba(233,67,51,1) 100%);
}

.crusade-2025-section.prayers-section .prayers-section-wrapper {
	max-width: 1080px;
	margin: 0 auto;
	padding: 80px 0px 80px;
}

.crusade-2025-section.prayers-section .prayers-section-wrapper h2 {
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
}

.crusade-2025-section.prayers-section .prayers-section-wrapper .grid {
	display: grid; 
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 30px; 
}

.crusade-2025-section.prayers-section .prayers-section-wrapper .grid .prayer-post {
	padding: 30px; 
	background-color: #484747;
	border-radius: 5px;
}

.crusade-2025-section.prayers-section .prayers-section-wrapper .grid .prayer-post .prayer-content {
    font-family: 'Poppins-Medium';
    color: #fff;
    font-size: 19px;
    line-height: 27px;
}

.crusade-2025-section.prayers-section .prayers-section-wrapper .grid .prayer-post .prayer-for {
    display: block;
    font-family: 'Oswald-SemiBold';
    color: #e5d918;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.crusade-2025-section.prayers-section .prayers-section-wrapper .pagination {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.crusade-2025-section.prayers-section .prayers-section-wrapper .pagination .page-numbers {
    font-family: 'Oswald-SemiBold';
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    margin-right: 5px;
    text-transform: uppercase;
    padding: 5px;
}

.crusade-2025-section.prayers-section .prayers-section-wrapper .pagination .page-numbers.current, 
.crusade-2025-section.prayers-section .prayers-section-wrapper .pagination .page-numbers:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 1024px) {
	.crusade-2025-section.prayers-section .prayers-section-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}

	.crusade-2025-section.prayers-section .prayers-section-wrapper .grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.crusade-2025-section.prayers-section .prayers-section-wrapper .grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
/* END Prayers Page */