body{
	background: #240524;
}
.cyan_bg {
    background-color: #6badea;
}
.green_bg {
    background-color: #3ead47;
}
.btn-yellow {
    background: #FEBE00 !important;
	color: black !important;
    border: 1px solid black !important;
} 

.btn {	
	font-family: 'BigShouldersDisplayBold'; 
	font-size: 24px;
}
.icon_button_small {
    cursor: pointer;
    margin: 3px;
    border-radius: 8px;
    font-weight: bold;
    color: white; 
    padding: 5px;
    text-align: center;
    font-size: 12px;
}

.has-error{
	border: 1px solid #f00 !important;
}

.error-text{
	color: #f00 !important;
}

.input-error{
	border: 1px solid red;
	box-shadow: #F00;
}
.pop_div{
	background: #000;
	position: fixed;  
	display: none;  
	top:0; 
	left :0; 
	width: 100%;  
	height: 100%;
	overflow-y: scroll;
    padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box; /* So the width will be 100% + 17px */

}
.pop_close{
	position: absolute;
	font-size: 30px;
	line-height: 5px;
	font-weight: bold;
	cursor: pointer;


	border-radius: 12px;
	right: 10px; 
	color: white;
	top: 10px;
	padding: 0 8px;
	width: 26px;
}
.created_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.8;
    display: none;
    z-index: 1000;
}
.created-title-opacity {
	font-size: 150px;
	line-height: 150px;
	color: rgba(255, 255, 255 ,.1);
	font-family: 'cera_probold';
    font-weight: bold;
    position: absolute;
	right: 27px;
	top: 15px;
}
.next-event-title {
	margin-top: 30px;
	color: #240524;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'britney_freeregular' !important;
	font-weight: normal !important;
	padding: 0 0 35px;
	font-size: 72px !important;
}
.next-event {
	background: #fff;
	border-radius: 40px;
	border: 1px solid #707070;
	padding: 40px 89px 47px;
	margin: -1px 0 0;
	z-index: 6;
	position: relative;
}
.next-event h2 {
	font-family: 'Gotham';
	font-size: 42px;
	font-weight: bold;
	color: #240524;
	padding: 0 0 37px;
}
.next-event h2 a {
	color: #240524;
}
.next-event h2 a br {
	display: none;
}
.next-event a.btn {
	max-width: 196px;
	display: inline-block;
	width: 196px;
}
ul.event-list {
	margin: 0;
	padding: 0;
	display: block;
}
ul.event-list li {
	position: relative;
	list-style-type: none;
	padding: 0px 0 0 59px;
	margin-bottom: 15px;
	color: #A2A2A2;
	font-size: 20px;
	line-height: 32px;
}
ul.event-list li br {
	display: none;
}
ul.event-list li img {
	position: absolute;
	top: 0px;
	left: 0px;
}
ul.event-list li:nth-child(2) img {
	left: 3px;
}
ul.event-list.inner li {
	padding: 0px 0 0 42px;
	margin-bottom: 5px;
	font-size: 19px;
}
ul.event-list.inner li img {
	width: 24px;
	left: 4px;
	top: 2px;
}
.upcoming-events {
/*	padding: 120px 0 0;*/
	margin: 0 15px;
	position: relative;
}
.upcoming-events h2 {
	font-size: 42px;
	font-family: 'BigShouldersDisplayBold';
	padding: 0 0 67px;
}
.section.future-events {
	padding: 0px 0 150px;
	margin: -150px 0;
}
.section.future-events .container-fluid { 
	padding: 0px 253px;
}
.opacity-heading {
	position: absolute;
	top: 57px;
	right: -86px;
	font-size: 160px;
	color: rgba(255, 255, 255, .1);
	line-height: 200px;
	font-family: 'Gotham';
	font-weight: bold;
	text-align: right;
}
	.speaker-photo {
		height: 65px;
		width: 65px;
		border-radius: 35px;
		margin: 7px;
	}
	.class-schedule {
		border-radius: 50px;
		margin-bottom: 15px; 
	}
	.date-title {
		padding-left: 15px;
		padding-right: 15px;
	}
	.speaker-name {
		padding-left: 15px;
		padding-right: 15px;
	}
	.class-date {
		padding-left: 15px;
		padding-right: 15px;
	}
@media only screen and (max-width: 1750.98px) {
	.section.future-events .container-fluid {
		padding: 0px 150px;
	}
}
@media only screen and (max-width: 1450px) {
	.section.future-events .container-fluid {
		padding: 0px 100px;
	}
}
@media only screen and (max-width: 1350px) {
	.opacity-heading {
		top: 123px;
		right: -17px;
		font-size: 115px;
		line-height: 115px;
	}
}
@media only screen and (max-width: 1280px) { 
	.section.future-events .container-fluid {
		padding: 0px 70px;
	}
	.next-event {
		padding: 30px 50px;
	}

	.next-event h2 {
		font-size: 37px;
	}
	.next-event-title {
		font-size: 48px !important;
	}
	ul.event-list li {
		font-size: 18px;
		padding: 3px 0 0 48px;
	}
	.opacity-heading {
		top: 137px;
		right: -23px;
		font-size: 79px;
		line-height: 115px;
	}
}
@media only screen and (max-width: 991px) {
	.section.future-events .container-fluid {
		padding: 0px 50px;
	}
	.upcoming-events {
		padding: 70px 0 0;
	}
	ul.event-list.inner li {
		font-size: 16px;
		line-height: 29px;
	}
	.opacity-heading {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.section.future-events {
		padding: 20px 0 110px;
	}
	.section.future-events .container-fluid {
		padding: 0px 45px;
	}
	.upcoming-events {
		padding: 30px 0 0;
		margin: 0px;
	}
	.upcoming-events h2 {
		font-size: 24px;
		padding: 0 0 30px;
	}
	ul.event-list li {
		font-size: 16px;
		line-height: 25px;
		padding: 0px 0 0 29px;
	}
	ul.event-list li br {
		display: inline-block;
	}
	ul.event-list li img {
		max-width: 15px;
		top: 5px;
	}
	ul.event-list.inner li {
		padding: 0 0 0 30px;
		line-height: 24px;
	}
	ul.event-list.inner li:first-child img {
		top: 6px;
	}
	.class-date {
		line-height: 38px;
		margin-bottom: 15px; 
	}
	.speaker-name {
/*		font-weight: bold;*/
		padding-left: 15px;
		padding-right: 15px;
	}
	.speaker-date {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 375.98px) {
	.section.future-events .container-fluid {
		padding: 0 20px;
	}
	.next-event {
		padding: 35px 15px;
	}
	.next-event h2 {
		font-size: 20px;
		line-height: 24px;
	}
}


.text_ss {
	display: none;
}
.revival-btn {
	text-align: right;
}
.gallery-title h2 {
	font-size: 72px !important;
	font-family: 'britney_freeregular' !important;
    font-weight: normal !important;
	margin: 50px 0;
}
.gallery-photo {
	margin: 0 0 30px;
}
.gallery-photo img {
	width: 100%;
	border-radius: 40px;
} 
.description-main {
	padding: 70px 60px;
}
.description-main p {
	color: #fff;
	letter-spacing: .1rem;
	line-height: 35px;
}
ul.revival-list {
	margin: 0;
	padding: 0;
	display: block;
}
ul.revival-list li {
	position: relative;
	list-style-type: none;
	padding: 0px 0 0 59px;
	margin-bottom: 15px;
	color: #A2A2A2;
	font-size: 20px;
	line-height: 32px;
}
ul.revival-list li br {
	display: none;
}
ul.revival-list li img {
	position: absolute;
	top: 0px;
	left: 0px;
}
ul.revival-list li:nth-child(2) img {
	left: 3px;
}
ul.crusade-list {
	margin: 0;
	padding: 0;
	display: block;
}
ul.crusade-list li {
	position: relative;
	list-style-type: none;
	padding: 0px 0 0 59px;
	margin-bottom: 15px;
	color: #A2A2A2;
	font-size: 20px;
	line-height: 32px;
}
ul.crusade-list li br {
	display: none;
}
ul.crusade-list li img {
	position: absolute;
	top: 0px;
	left: 0px;
}
ul.crusade-list li:nth-child(2) img {
	left: 3px;
}
.upcoming-revival {
	padding: 120px 0 0;
	margin: 0 15px;
	position: relative;
}
.upcoming-revival h2 {
	font-size: 42px;
	font-family: 'Gotham';
	padding: 0 0 67px;
}
.resouce {
	padding: 0 32px 65px 0;
}
.resouce:nth-child(even) {
	padding: 0 0px 65px 32px;
}
.resouces h2 {
	color: #fff;
}
.resouce .image-holder {
	overflow: hidden;
}
.resouce .image-holder img {
	-webkit-border-top-left-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-topright: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}
.resource-details {
	background: #222;
	-webkit-border-bottom-left-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	-moz-border-radius-bottomleft: 40px;
	-moz-border-radius-bottomright: 40px;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	padding: 31px 48px 35px;
}
.resource-details h2 {
	font-size: 32px;
	/* height: 102px; */
	color: #240524;
	overflow: hidden;
	padding: 0 0 15px;
}
.resource-details h2 br {
	display: none;
}
.resource-details h2 br.desktop {
	display: inline-block;
}
.resource-details h2 a {
	font-size: 32px;
	color: #191919;
	line-height: 48px;
	font-weight: 700;
}
.resource-details h2 a:hover {
	text-decoration: underline !important;
}
ul.revival-list.inner li {
	padding: 0px 0 0 42px;
	margin-bottom: 5px;
	font-size: 19px;
}
ul.revival-list.inner li img {
	width: 24px;
	left: 4px;
	top: 2px;
}
ul.crusade-list.inner li {
	padding: 0px 0 0 42px;
	margin-bottom: 5px;
	font-size: 19px;
}
ul.crusade-list.inner li img {
	width: 24px;
	left: 4px;
	top: 2px;
}
.testimonies-banner {
	padding: 278px 0 65px;
}
.testimonies-banner .container-fluid {
	padding: 0 131px;
}
.main-video-holder {
	border-radius: 20px;
	overflow: hidden;
	margin-right: -7px;
}
.testimonies-row {
	padding-bottom: 50px;
}
.testimonies-copy {
	padding-left: 134px;
}
.testimonies-copy h1 {
	font-family: 'Gotham';
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 50px;
}
.testimonies-copy p {
	font-family: 'Gotham Medium';
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	line-height: 32px;
	padding: 0 0 15px;
}
.testimonies-copy p br {
	display: none;
}
.testimonies-copy p br.desktop {
	display: inline-block;
}
.video-col {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 30px;
}
.video-col .caption {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-family: 'cera_probold';
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}
.see-more {
	text-align: center;

	padding: 30px 0px 0;
}
.see-more a.btn.btn-blue {
	max-width: 196px;
	margin: 0 auto;
}
.moreVideos {
	display: none;
}
.moreEvents {
	display: none;
}
.moreClasses {
	display: none;
}
.modal-htmls {
	width: 0px;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
.contact-us-visual {
	padding: 330px 212px 160px;
	margin-bottom: -50px;
}
.contact-us-visual .container-fluid {
	position: relative;
}
body.contact .footer-inner {
	background: #691769;
}
.map-holder {
	overflow: hidden;
	border-radius: 20px;
}
.map-holder iframe {
	width: 100% !important;
	height: 585px !important;
}
.contact-copy {
	padding-left: 130px;
}
.contact-copy h2 {
	font-size: 52px;
	padding: 0 0 65px;
}
.contact-copy p {
	padding: 0 0 57px;
}
.contact-copy p a {
	color: #fff;
	font-family: 'Gotham Medium';
	font-weight: normal;
	font-size: 20px;
}
.contact-copy p a:hover {
	color: #3DB9FD;
}
.contact-copy p a.btn {
	max-width: 230px;
}
body.outreach .footer-inner {
	background: #691769;
}
body.online .footer-inner {
	background: #691769;
}
.banner-connect {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.banner-connect h1 {
	color: #fff;
	font-size: 72px;
	font-family: 'britney_freeregular';
	font-weight: normal;
	padding: 0 0 35px;
}
.banner-connect h1 br {
	display: none;
}
.banner-connect a {
	color: #fff;
	font-size: 52px;
	font-family: 'Gotham';
}
.banner-connect h2 {
	color: #fff;
	font-size: 52px;
	display: block;
	font-family: 'Gotham';
}
/* .banner-connect a:hover {
  color: #3DB9FD;
} */
.connect-heading {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	font-size: 200px;
	color: rgba(255, 255, 255, 0.05);
	line-height: 200px;
	font-family: 'cera_promedium';
	font-weight: bold;
}
.groups-visual {
	padding: 100px 245px 100px;
	margin-bottom: -50px;
}
.groups-visual .container-fluid {
	margin-top: 0px;
	z-index: 9;
	position: relative;
}
.group-holder {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 5px;
}
.group-holder img {
	border-radius: 20px;
}
.group-holder .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(36, 5, 36, .3);
	z-index: 0;
	border-radius: 20px;
}
.group-holder .caption {
	position: absolute;
	bottom: 70px;
	left: 55px;
	z-index: 10;
}
.group-holder .caption h2 {
	font-size: 42px;
	padding: 0 0 15px;
}
.group-holder .caption p {
	font-size: 20px;
	padding: 0 0 15px;
	color: #fff;
	font-family: 'Gotham Medium';
	font-weight: normal;
}
.group-holder .caption a.btn {
	max-width: 220px;
}
.group-holder .caption p br {
	display: none;
}
.group-holder .caption h2 br {
	display: none;
}
.description-text {
	padding: 70px 780px;
}
.description-text p {
	color: #fff;
}
@media only screen and (max-width: 2080px) {
	.description-text {
		padding: 70px 535px;
	}
}
@media only screen and (max-width: 1870px) {
	.testimonies-copy {
		padding-left: 60px;
	}
	.description-main {
		padding: 70px 300px;
	}
	.description-text {
		padding: 70px 488px;
	}
}
@media only screen and (max-width: 1750.98px) {
	.section.upcoming-events .container-fluid {
		padding: 0px 150px;
	}
	.testimonies-copy p br.desktop {
		display: none;
	}
	.contact-us-visual {
		padding: 330px 150px 160px;
	}
	.groups-visual {
		padding: 100px 150px 100px;
	}
	.description-text {
		padding: 70px 488px;
	}
	.description-main {
		padding: 70px 300px;
	}
}
@media only screen and (max-width: 1650px) {
	.contact-us-visual {
		padding: 330px 70px 160px;
	}
	.description-text {
		padding: 70px 430px;
	}
	.description-text p {
		color: #fff;
		line-height: 35px;
		letter-spacing: .1rem;
	}
	.description-main {
		padding: 70px 280px;
	}
}
@media only screen and (max-width: 1450px) {
	.description-text {
		padding: 70px 228px;
	}
	.description-main {
		padding: 70px 250px;
	}
	.banner-content h1 {
		font-size: 130px;
		line-height: 130px;
	}
	.section.upcoming-events .container-fluid {
		padding: 0px 100px;
	}
	.testimonies-banner .container-fluid {
		padding: 0 100px;
	}
	.testimonies-copy h1 {
		font-size: 45px;
		padding: 0 0 35px;
	}
	.video-col .caption {
		bottom: 10px;
		left: 15px;
		font-size: 27px;
	}
	.contact-copy {
		padding-left: 65px;
	}
	.contact-copy h2 {
		font-size: 43px;
		padding: 0 0 40px;
	}
}
@media only screen and (max-width: 1350px) {
	.modal-body {
		min-height: initial;
	}
	.modal-body .container-fluid {
		padding: 0px 70px;
	}
	.testimonies-banner .container-fluid {
		padding: 0 70px;
	}
	.modal-position {
		position: initial;
		top: initial;
		left: initial;
		width: initial;
		-webkit-transform: initial;
		-ms-transform: initial;
		transform: initial;
		padding: 150px 0px 0px;
	}
	.testimonies-copy {
		padding-left: 25px;
	}
	.testimonies-copy h1 {
		font-size: 40px;
		padding: 0 0 35px;
	}
	.testimonies-copy p {
		font-size: 16px;
	}
	.contact-copy p a {
		font-size: 18px;
	}
	.groups-visual {
		padding: 0 70px 100px;
	}
	.group-holder .caption {
		bottom: 40px;
		left: 40px;
	}
	.group-holder .caption h2 {
		font-size: 34px;
		padding: 0 0 15px;
	}
	.group-holder .caption p {
		font-size: 19px;
		padding: 0 0 22px;
	}
	.description-main {
		padding: 70px 180px;
	}
}
@media only screen and (max-width: 1280.98px) {
	.revival-btn {
		text-align: left;
	}
	.main-video-holder {
		margin: 0 0 50px;
	}
	.video-col {
		margin-bottom: 30px;
	}
	.contact-us-visual {
		padding: 330px 50px 160px;
	}
	.contact-copy {
		padding-left: 25px;
	}
	.contact-copy h2 {
		font-size: 43px;
		padding: 0 0 40px;
	}
	.group-holder .caption {
		bottom: 40px;
		left: 40px;
	}
	.group-holder .caption h2 {
		font-size: 30px;
		padding: 0 0 10px;
	}
	.group-holder .caption a.btn {
		max-width: 175px;
	}
	.groups-visual {
		padding: 70px 35px 100px;
	}
	.group-holder {
		margin-bottom: 50px;
	}
	.groups-visual .container-fluid {
		margin-top: 0px;
	}
	.description-text {
		padding: 70px 305px;
	}
	.description-main {
		padding: 70px 200px;
	}
}
@media only screen and (max-width: 1198.98px) {
	.description-text {
		padding: 70px 195px;
	}
	.description-main {
		padding: 70px 120px;
	}
}
@media only screen and (max-width: 991px) {
	.resouce {
		padding: 0 15px 35px 0;
	}
	.resouce:nth-child(even) {
		padding: 0 0px 35px 15px;
	}
	.section.upcoming-events .container-fluid {
		padding: 0px 50px;
	}
	.testimonies-banner .container-fluid {
		padding: 0 50px;
	}
	.resource-details {
		padding: 20px 30px 25px;
	}
	.resource-details h2 a {
		font-size: 28px;
	}
	ul.revival-list.inner li {
		font-size: 16px;
		line-height: 29px;
	}
	ul.crusade-list.inner li {
		font-size: 16px;
		line-height: 29px;
	}
	.contact-us-visual {
		padding: 235px 50px 160px;
	}
	.map-holder {
		margin-bottom: 60px;
	}
	.contact-copy p {
		padding: 0 0 25px;
		font-size: 16px;
		font-family: 'Gotham Light';
	}
	.contact-copy p:last-child {
		margin-top: 70px;
	}
	.contact-copy p a.btn {
		max-width: 290px;
	}
	.banner-connect h1 {
		font-size: 60px;
	}
	.banner-connect a {
		font-size: 42px;
	}
	.banner-connect h1 br {
		display: inline-block;
	}
	.group-holder .caption {
		bottom: 30px;
		left: 30px;
	}
	.description-text {
		padding: 70px 135px;
	}
	.description-main {
		padding: 70px 80px;
	}
	.upcoming-revival {
		padding: 70px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.section.upcoming-events {
		padding: 20px 0 110px;
	}
	.section.upcoming-events .container-fluid {
		padding: 0px 45px;
	}
	.testimonies-banner .container-fluid {
		padding: 0 20px;
	}
	.upcoming-revival {
		padding: 30px 0 0;
		margin: 0px;
	}
	.upcoming-revival h2 {
		font-size: 24px;
		padding: 0 0 30px;
	}
	.resource-details h2 {
		padding: 0 0 5px;
	}
	.resource-details h2 a {
		font-size: 24px;
		line-height: 26px;
		display: inline-block;
	}
	ul.revival-list.inner li {
		padding: 0 0 0 30px;
		line-height: 24px;
	}
	ul.crusade-list.inner li {
		padding: 0 0 0 30px;
		line-height: 24px;
	}
	ul.revival-list.inner li:first-child img {
		top: 6px;
	}
	ul.crusade-list.inner li:first-child img {
		top: 6px;
	}
	.sunday-night-revival {
		padding: 20px;
		margin: 0px 0 0;
	}
	.sunday-night-revival h2 {
		font-size: 24px;
		line-height: 26px;
	}
	.sunday-night-revival h2 br {
		display: inline-block;
	}
	.next-crusade {
		padding: 20px;
		margin: 0px 0 0;
	}
	.next-crusade h2 {
		font-size: 24px;
		line-height: 26px;
	}
	.next-event-title {
		font-size: 36px !important;
	}
	.next-crusade h2 br {
		display: inline-block;
	}
	ul.revival-list li {
		font-size: 16px;
		line-height: 25px;
		padding: 0px 0 0 29px;
	}
	ul.revival-list li br {
		display: inline-block;
	}
	ul.revival-list li img {
		max-width: 15px;
		top: 5px;
	}
	.revival-btn {
		padding-top: 30px;
	}
	.resouce {
		padding: 0 15px 35px 15px;
	}
	.resouce:nth-child(even) {
		padding: 0 15px 35px 15px;
	}
	.testimonies-banner {
		padding: 130px 0 100px;
	}
	.main-video-holder {
		margin: 0 -20px 20px;
		border-radius: 0px;
	}
	.testimonies-copy {
		padding: 0px;
		max-width: 345px;
		margin: 0 auto;
	}
	.testimonies-copy h1 {
		font-size: 24px;
		padding: 0px 0 10px;
	}
	.testimonies-copy p {
		font-size: 16px;
		line-height: 26px;
		font-family: 'Gotham Light';
	}
	.testimonies-copy p br {
		display: inline-block;
	}
	.video-col .caption {
		font-size: 24px;
	}
	.contact-us-visual {
		padding: 200px 20px 160px;
	}
	.map-holder iframe {
		height: 290px !important;
	}
	.contact-copy {
		padding-left: 10px;
		position: relative;
	}
	.banner-connect h1 {
		font-size: 40px;
	}
	.groups-visual {
		padding: 0 30px 100px;
	}
	.groups-visual .container-fluid {
		margin-top: 10px;
	}
	.group-holder {
		margin-bottom: 5px;
	}
	.group-holder .caption {
		left: 16px;
		bottom: 16px;
	}
	.group-holder .caption h2 {
		font-size: 24px;
		line-height: 26px;
	}
	.group-holder .caption p {
		font-size: 16px;
		line-height: 26px;
		font-family: 'Gotham Light';
	}
	.group-holder .caption p br {
		display: inline-block;
	}
	.group-holder .caption a.btn {
		max-width: 260px;
	}
	.group-holder .caption h2 br {
		display: inline-block;
	}
	.groups-opacity-mobile {
		top: -38px;
		font-size: 50px;
		line-height: 50px;
		right: 0px;
	}
	.description-text {
		padding: 30px 110px;
	}
	.description-main {
		padding: 70px 50px;
	}
}
@media only screen and (max-width: 575.98px) {
	.description-text {
		padding: 30px 45px;
	}
	.description-main {
		padding: 50px 20px;
	}
}
@media only screen and (max-width: 375.98px) {
	.sunday-night-revival {
		padding: 35px 15px;
	}
	.sunday-night-revival h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.next-crusade {
		padding: 35px 15px;
	}
	.next-crusade h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.section.upcoming-events .container-fluid {
		padding: 0 20px;
	}
	.testimonies-banner .container-fluid {
		padding: 0 20px;
	}
	.modal-body .container-fluid {
		padding: 0px 20px;
	}
	.testimonies-copy p br {
		display: none;
	}
	.groups-visual {
		padding: 0 5px 100px;
	}

}


.upcoming-crusades {
  position: absolute;
  z-index: 7;
  bottom: 50px;
  left: 0px;
  width: 100%;
}
.comin-crusades-inner {
  max-width: 290px;
  margin: 50px auto 0;
}
.section.community {
  padding: 90px 0px 102px;
}
.section .container-fluid {
  padding: 0px 192px; 
}
.community h2 {
  font-family: 'Gotham';
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 125px;
  text-align: center;
}
.community h2 br {
  display: none;
}
.community h2 span {
  font-family: 'britney_freeregular';
  font-size: 42px;
  font-weight: normal;
  color: #fff;
}
ul.community-list {
  margin: 0px;
  padding: 0px 0px 140px 120px;
  display: block;
}
ul.community-list li {
  display: inline-block;
  width: 48%;
  color: #fff;
  font-size: 20px;
  font-family: 'Gotham Medium';
  font-weight: normal;
  padding: 0 0 25px 41px;
  background: url(/inc/img/icons/tick-icon.svg) 0px 5px no-repeat;
}
.community-heading {
  position: relative;
  z-index: 0;
  font-size: 62px;
  color: rgba(255, 255, 255 ,.1);
  line-height: 72px;
  font-family: 'Gotham';
  font-weight: bold;
  position: absolute;
  top: -60px;
  left: 0px;
  width: 100%;
}
.communit-inner {
  position: relative;
  z-index: 7;
}
.service-col {
  position: relative;
  margin-bottom: 20px;
}
.service-col img {
  border-radius: 35px;
}
.service-col .caption {
  position: absolute;
  bottom: 30px;
  left: 50px;
}
.service-col .caption a {
  font-family: 'Gotham';
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}
.service-col .caption a:hover {
  color: #3DB9FD;
  transition: all 0.5s;
}
.services-margins {
  padding: 0 10px;
}
.service-col::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(61, 185, 253, .35);
  border-radius: 35px;
  pointer-events: none;
  opacity: 0;
}
.service-col:hover::before {
  opacity: 1;
  transition: all 0.5s;
}
.section.aboutus {
  position: relative;
  padding: 170px 0px 225px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #230423;
}
.section.aboutus .container-fluid {
  padding: 0 110px 0 140px;
}
.aboutus h2 {
  font-size: 72px;
  color: #fff;
  font-family: 'britney_freeregular';
  padding: 0 0 55px;
  font-weight: normal;
}
.aboutus p {
  font-family: 'cera_promedium';
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
.about-col p {
  font-family: 'Gotham';
  font-size: 35px;
  line-height: 65px;
  color: #fff;
  padding: 0 0 20px;
}
.aboutus p br.desktop {
  display: inline-block;
}
.aboutus p br {
  display: inline-block;
}
.section.get-involved {
  padding: 0px 0px 75px;
}
.section.get-involved .container-fluid {
  padding: 0 140px;
}
.get-involved h2 {
  font-family: 'Gotham';
  font-weight: bold;
  font-size: 200px;
  color: rgba(255, 255, 255, 0.10);
  letter-spacing: 0px;
}
.get-involved h2 br {
  display: none;
}
.caption-col {
  position: relative;
  margin-right: 50px;
}
.caption-col img {
  border-radius: 20px;
  z-index: 5;
}
.caption-col::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .35);
  border-radius: 20px;
  pointer-events: none;
  z-index: 7;
}
.caption-col .caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% -60px);
  z-index: 9;
}
.caption-col .caption h3 {
  font-size: 42px;
  font-family: 'Gotham';
  color: #fff;
  font-weight: bold;
  padding: 0 0 20px;
}
.caption-col .caption p {
  font-size: 20px;
  font-family: 'Gotham Medium';
  color: #fff;
  font-weight: normal;
  padding: 0 0 20px;
}
.caption-col .caption a.btn {
  max-width: 220px;
}
.freedom-col {
  background: #2f122f;
  border-radius: 20px;
}
ul.freedom-list {
  margin: 0px;
  padding: 57px 50px 57px;
}
ul.freedom-list li {
  display: block;
}
ul.freedom-list li a {
  font-family: 'Gotham Medium';
  font-size: 34px;
  line-height: 48px;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: block;
  font-weight: normal;
  padding: 18px 0;
}
ul.freedom-list li a:hover {
  color: #3DB9FD;
  transition: all 0.5s;
}
ul.freedom-list li:last-child a {
  border-bottom: none;
}
.section.give {
  background-color: #2f122f;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 367px 0 270px;
}
.section.give h2 {
  font-size: 72px;
  font-family: 'britney_freeregular';
  color: #fff;
  font-weight: normal;
  padding: 0 0 30px;
}
.section.give .container-fluid {
  padding: 0 245px;
}
.section.give p {
  font-size: 20px;
  font-family: 'Gotham Medium';
  color: #fff;
  font-weight: normal;
  line-height: 32px;
  padding: 0 0 20px;
}
.section.give p br {
  display: none;
}
.section.give p br.desktop {
  display: inline-block;
}
.section.give a.btn {
  max-width: 175px;
}
.section.ourteam {
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  background-color: #fff;
}
.section.ourteam h2 {
  font-size: 72px;
  font-family: 'britney_freeregular';
  color: #240524;
  font-weight: normal;
  padding: 0 0 30px;
}
.team-member {
  position: relative;
  min-height: 610px;
  margin-bottom: 80px;
}
.team-member img {
  border-radius: 20px;
  margin-bottom: 50px;
}
.team-member h3 {
  font-size: 32px;
    font-family: 'Gotham';
    color: #240524;
    font-weight: bold;
    text-align: center;
    padding: 0 0 10px;
    line-height: normal;
    margin: 0px;
}
.team-member span {
  font-size: 20px;
  font-family: 'Gotham';
  color: #240524;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0px;
  display: block;
}
ul.community-list li br {
  display: none;
}

@media only screen and (max-width: 1860px){
  .aboutus p br.desktop {
    display: inline-block;
  }
  .section.give p br.desktop {
    display: none;
  }
}
@media only screen and (max-width: 1750px){
  ul.community-list {
    padding: 0px 0px 140px;
  }
  .service-col .caption {
    bottom: 20px;
    left: 20px;
  }
  .service-col .caption a {
    font-size: 35px;
  }
  .section.aboutus .container-fluid {
    padding: 0 100px;
  }
  .section.get-involved .container-fluid {
    padding: 0 100px;
  }
  ul.freedom-list li a {
    font-size: 25px;
    line-height: 36px;
    padding: 11px 0;
  }
  .get-involved h2 {
    font-size: 100px;
  }
  .caption-col {
    margin-right: 0px;
  }
  .team-member span {
    font-size: 15px;
  }
  .team-member h3 {
    font-size: 22px;
  }
  .team-member {
    min-height: initial;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1450px){
  .section .container-fluid {
    padding: 0px 70px;
  }
  .section.aboutus .container-fluid {
    padding: 0 70px;
  }
  .section.get-involved .container-fluid {
    padding: 0 70px;
  }
  .section.give .container-fluid {
    padding: 0 70px;
  }
  ul.freedom-list {
    padding: 25px 20px 25px;
  }
  .caption-col .caption h3 {
    font-size: 36px;
    padding: 0px 0 11px;
  }
  
}
@media only screen and (max-width: 1200px){
  ul.community-list {
    padding: 0 0 60px;
  }
  ul.community-list li {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 17px;
    padding: 0 0 25px 35px;
  	background: url(/inc/img/icons/tick-icon.svg) 0px 5px no-repeat;
  }
  .caption-col {
    margin-bottom: 30px;
  }
  ul.freedom-list li a {
    font-size: 27px;
    line-height: 48px;
    padding: 21px 0;
  }
  ul.freedom-list li a br {
    display: none;
  }
  .team-member img {
    margin-bottom: 15px;
  }
  ul.community-list {
    margin: 0 auto;
    max-width: 420px;
  }
  ul.community-list li br {
    display: inline-block;
  }
  
}
@media only screen and (max-width: 991px){
  .section .container-fluid {
    padding: 0px 60px;
  }
  .section.aboutus .container-fluid {
    padding: 0 60px;
  }
  .section.get-involved .container-fluid {
    padding: 0 60px;
  }
  .community h2 {
    line-height: 48px;
    font-size: 30px;
    padding: 0 0 60px;
  }
  .community h2 br {
    display: inline-block;
  }
  .community h2 span {
    font-size: 30px;
  }
  ul.community-list li {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 0 0 30px 40px;
  	background: url(/inc/img/icons/tick-icon.svg) 0px 5px no-repeat;
  }
  ul.community-list {
    margin: 0 auto;
    max-width: 300px;
  }
	.about-col p{
		line-height:50px;
	}
  
}

@media only screen and (max-width: 767px){
	.aboutus h2{
		font-size:40px;
		padding:0 0 30px;
	}
  .section.community {
    padding: 60px 0px;
  }
  .section .container-fluid {
    padding: 0px 45px;
  }
  .section.give .container-fluid {
    padding: 0 45px;
  }
  .section.aboutus {
    background-image: url(../img/about-us-bg-mobile.png) !important;
    background-color: #230423;
    padding: 20px 0 60px;
  }
  .section.aboutus .container-fluid {
    padding: 0 30px;
  }
  .section.get-involved .container-fluid {
    padding: 0 30px;
  }
  .community h2 {
    line-height: 38px;
    font-size: 23px;
    padding: 0 0 20px;
  }
  .community h2 span {
    font-size: 24px;
  }
  ul.community-list {
    margin: 0 auto;
    max-width: 300px;
  }
  ul.community-list li {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 0 0 10px 40px;
    line-height: 25px;
  	background: url(/inc/img/icons/tick-icon.svg) 0px 5px no-repeat;
  }
  .service-col img {
    border-radius: 15px;
  }
  .service-col .caption a {
    font-size: 14px;
  }
  .service-col::before {
    border-radius: 15px;
   }
   .service-col .caption a {
    font-size: 20px;
  }
  .aboutus p {
    font-family: 'Gotham Light';
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
  }
  .about-col p {
    font-size: 16px;
    line-height: 27px;
    padding: 0 0 54px;
    font-family: 'Gotham';
  }
  .aboutus-inner {
    max-width: 340px;
    margin: 0 auto;
  }
  .get-involved h2 br {
    display: inline-block;
  }
  ul.freedom-list li a br {
    display: inline-block;
  }
  .get-involved h2 {
    font-size: 70px;
    line-height: 72px;
  }
  .caption-col .caption h3 {
    font-size: 24px;
  }
  .caption-col .caption p {
    font-size: 16px;
    line-height: 25px;
  }
  ul.freedom-list li a {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
}
.freedom-col {
  margin-left: 15px;
  margin-right: 15px;
  }
  .section.give {
    background-image: url(../img/give-section-bg-mobile.jpg) !important;
    padding: 70px 0px;
  }
  .section.give h2 {
    font-size: 40px;
  }
  .section.give p {
    font-size: 16px;
    line-height: 27px;
    padding: 0 0 54px;
  }
  .section.give p br {
    display: inline-block;
  }
  .give-inner {
    max-width: 375px;
    margin: 0 auto;
  }
  .section.give a.btn {
    max-width: initial;
  }
  .team-member h3 {
    font-size: 24px;
    padding: 0 0 5px;
  }
  .team-member span {
    font-size: 16px;
  }
  .team-member {
    min-height: initial;
    margin-bottom: 60px;
  }
  .section.ourteam {
    padding: 60px 0px;
  }
  .section.ourteam h2 {
    padding: 0 0 30px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 567px){
  .aboutus p br{
    display: none;
  }
  .section.give p br {
    display: none;
  }
}
@media only screen and (max-width: 374px){
  .section .container-fluid {
    padding: 0px 30px;
  }
  .section.aboutus .container-fluid {
    padding: 0 30px;
  }
  .section.give .container-fluid {
    padding: 0 30px;
  }
  .community h2 {
    line-height: 35px;
    font-size: 21px;
  }
  .community h2 span {
    font-size: 22px;
  }
  .service-col .caption a {
    font-size: 14px;
  }
  .community-heading {
    font-size: 44px;
    line-height: 60px;
    top: -53px;
    left: 10px;
    width: 95%;
  }
  
}


#lottie{
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;  
    z-index: 1000;
    width: 100%; 
    height: 100%;
}
.banner-holder {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  padding-bottom: 90px;
}
.banner-holder .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(36, 5, 36, .3);
  z-index: 0;
}
.video-container{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}
.video-container video{
	width: 100vw;
	min-width: 182vh;
	height: 57vw;
	min-height: 100vh;
	margin-top: 50vh;
	margin-left: 50vw;
	transform: translate(-50%, -50%);
}
.banner-holder .banner-content {
  padding: 0 16px;  
  position: absolute;
  z-index: 7;
	bottom: 50px;
}
.banner-content-inner {
  
}
.banner-content h1 {
  font-size: 175px;
  color: rgba(255, 255, 255 ,.3);
  line-height: 175px;
}
.next-live-stream {
  background: #3db9fd;
	color:white;
  border-radius: 20px;
  padding: 30px 40px;
  position: fixed;
  bottom: 49px;
  right: 69px;
  z-index: 9;
  box-sizing: border-box;
  /*width: 408px;*/
  text-align: center;
  z-index: 10;
}
.next-live-stream h3 {
  font-family: 'Gotham';
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  line-height: 18px;
  padding: 0 0 12px;
}
.mobile-next-stream-close{
	position: absolute;
	top: 20px;
	right:20px;
	color: white; 
	font-size: 30px;
	line-height: 5px;
	font-weight: bold;
	cursor: pointer;
}
.next-stream-close{
	position: absolute;
	top: 20px;
	right:20px;
	color: #FFF; 
	font-size: 30px;
	line-height: 5px;
	font-weight: bold;
	cursor: pointer;
}
.timer {
  font-size: 72px;
  font-weight: bold;
  color: #FFF;
  padding: 0 0 32px;
  line-height: 54px;
}
.timer span {
  display: inline-block
}


a:hover,a:focus,.btn-primary:hover{
  text-decoration: none !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #D9D1D1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #D9D1D1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #D9D1D1 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #D9D1D1 !important;
}
.page-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
  text-transform: uppercase !important;
}
.page-form input::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
  text-transform: uppercase !important;
}
.page-form input:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
  text-transform: uppercase !important;
}
.page-form input:-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
  text-transform: uppercase !important;
}
/*Page Loader Start*/
.loader{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1030;
  text-align: center;
  pointer-events: none;
  background: #191919;
  
  }
  /* .loader-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #191919;
    pointer-events: none;
    transition:all linear 0.8s;
  } */
  .loader lottie-player{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  background: #191919;
  pointer-events: none;
  transition:all linear 0.8s;
  
  }
  .inner-page-loader {
    background: #fff;
  }
  .inner-page-loader lottie-player{
    background: #fff;
    }
  .loader lottie-player.second-icon{z-index: 99;}
.wrapper{
  overflow: hidden;
}
body{
}
body.disable-scroll {
  overflow: hidden;
}
h1{
  font-family: 'Gotham';
  font-size: 76px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
h2{
  font-family: 'Gotham';
  color: #fff;
/*  font-size: 36px;*/
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
h3{
  font-family: 'Gotham';
  font-size: 29px;
  font-weight: 500;
  line-height: 30px;
}
h4{
  font-family: 'Gotham';
  color: #fff;
  font-size: 47px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
h5{
  font-family: 'Gotham';
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
  padding: 0px;
}
h6{
  font-family: 'Gotham';
  font-size: 18px;
  font-weight: 700;

  margin: 0px;
  padding: 0px;
}
p{
  line-height: 25px;
  margin: 0px;
}
.btn {
	font-family: 'BigShouldersDisplayBold'; 
	font-size: 24px;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 40px;
  border: none;
  outline: none;
  padding: 13px 0px;
  transition: all 0.5s;
  display: block;
  background: #3db9fd;
}
.btn:hover {
	background: #206e9a;
	color: #fff !important;
}
.btn_white {
	text-align: center;
	font-family: 'Gotham';
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	box-sizing: border-box;
	border: 4px solid white;
	border-radius: 40px;
	outline: none;
	padding: 13px 0px;
	transition: all 0.5s;
	display: block;
	background: #3db9fd;
/*
	background: -webkit-linear-gradient(bottom, #3db9fd 0%, rgba(40,67,70,1) 20%, #3db9fd 100%);
	background: -o-linear-gradient(bottom, #3db9fd 0%, rgba(40,67,70,1) 20%, #3db9fd 100%);
	background: linear-gradient(to top, #3db9fd 0%, rgba(40,67,70,1) 20%, #3db9fd 100%);		
*/
	cursor: pointer;
}
.btn:hover {
  background: #206e9a;
  color: #fff !important;

}
.modal-bg {
/*  background: #240524;*/
  width: 100% !important;
}

.modal-dialog {
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  margin: 0;
}
	.field_name{
		color:white;
		float:left;
	}
	.red{
		color:red;
		float:left;
		margin-left: 10px;
	}
.modal-content {
 margin: 50px 0px;
  background:  none !important;
  border: none;
}
.close-form {
  position: fixed;
  top: 35px;
  right: 35px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  text-align: center;
  z-index: 999;
}
.modal-header .close {
  padding: 0px;
  margin: -5px 0 0;
  opacity: 1;
  font-size: 45px;
  color: #fff;
  text-shadow: initial;
  float: none;
  line-height: initial;
  height: 42px;
  width: 42px;
  border: none !important;
  outline: none !important;
}
.modal-header {
  padding: 0px;
  border: none;
}
.modal-body {
  min-height: 100vh;
}
.modal-body .container-fluid {
  padding: 0px 140px;
}
.modal-position {
/*
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
*/
}
.modal-image {
  padding-right: 140px;
  position: relative;
  z-index: 5;
}
.modal-image img {
  border-radius: 20px;
}
.modal-copy h2 {
  font-family: 'cera_promedium';
  font-size: 52px;
  padding: 0 0 50px;
  color: #fff;
}
.modal-copy h2 br {
  display: none;
}
.modal-copy {
  position: relative;
}
.modal-copy p {
  font-family: 'cera_promedium';
  font-size: 20px;
  padding: 0 0 50px;
  line-height: 32px;
  color: #fff;
  font-weight: normal;
}
.modal-copy p br {
  display: none;
}
.modal-copy p br.desktop {
  display: inline-block;
}
.modal-copy a.btn {
  max-width: 196px;
}
.modal-opacity-heading {
  position: absolute;
  right: 0px;
  font-size: 200px;
  color: rgba(255, 255, 255 ,.1);
  line-height: 200px;
  font-family: 'cera_probold';
  font-weight: bold;
  text-align: right;
}
.modal-form-holder {
  max-width: 484px;
  margin: 0 auto;
}
.modal-form-holder .form-row {
  padding: 0 0 15px;
}
.modal-form-holder .text-field {
  border-radius: 20px;
  padding: 22px 35px;
  font-family: 'cera_prolight';
  color: #240524;
  font-size: 20px;
}
.modal-form-holder h2 {
  text-align: center;
}
.modal-form-holder .text-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A2A2A2 !important;
  font-style: italic !important;
}
.modal-form-holder .text-field::-moz-placeholder { /* Firefox 19+ */
  color: #A2A2A2 !important;
  font-style: italic !important;
}
.modal-form-holder .text-field:-ms-input-placeholder { /* IE 10+ */
  color: #A2A2A2 !important;
  font-style: italic !important;
}
.modal-form-holder .text-field:-moz-placeholder { /* Firefox 18- */
  color: #A2A2A2 !important;
  font-style: italic !important;
}
.custom-select {
  position: relative;
  height: initial;
  background: url(../img/caret-down.svg) 94% 32px no-repeat;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  padding: 22px 19px;
  color: #A2A2A2;
  font-size: 20px;
  font-style: italic;
  font-family: 'cera_prolight';
}
.custom-select.opened {
  border-radius: initial;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
.select-selected {
  color: #A2A2A2;
  padding: 0px 16px;
  cursor: pointer;
  user-select: none;
}
.select-items div {
  color: #191919;
  padding: 0px 16px;
  cursor: pointer;
  user-select: none; 
}
.select-items {
  position: absolute;
  background-color: #3DB9FD;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  color: #fff;
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.wpcf7-list-item-label {
  font-size: 30px;
  color: #fff;
}
span.wpcf7-list-item {
  position: relative;
  margin-right: 25px;
}
span.wpcf7-list-item label input {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 0;
}
.wpcf7-list-item-label {
  position: relative;
  padding: 0 0 0 60px;
  margin-right: 35px;
}
.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  z-index: 10;
}

.wpcf7-list-item-label.active::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3DB9FD;
  z-index: 10;
}
.text-area {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  padding: 22px 35px;
  border-radius: 20px;
  font-size: 20px;
  font-family: 'cera_prolight';
  color: #240524;
  border: none !important;
  outline: none !important;
  resize: none;
  height: 240px;
}
.text-area::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A2A2A2 !important;
  font-style: italic !important;
}
.text-area::-moz-placeholder { /* Firefox 19+ */
  color: #A2A2A2 !important;
  font-style: italic !important;
}
.text-area:-ms-input-placeholder { /* IE 10+ */
  color: #A2A2A2 !important;
  font-style: italic !important;
}
.text-area:-moz-placeholder { /* Firefox 18- */
  color: #A2A2A2 !important;
  font-style: italic !important;
}
.form-row.submit-row {
  text-align: center;
  padding-top: 50px;
}
.form-row.submit-row .btn {
  width: 196px;
  display: inline-block;
  border: none;
  cursor: pointer;
  margin: 0 auto;
}
.wpcf7-form-control-wrap {
  width: 100% !important;
}
.thanks-page p {
  font-size: 32px;
  font-family: 'Gotham Medium';
  color: #fff;
  padding: 50px 0px 0 20px;
}
body.thank-you .banner-holder {
  -webkit-border-bottom-right-radius: 40px;
-webkit-border-bottom-left-radius: 40px;
-moz-border-radius-bottomright: 40px;
-moz-border-radius-bottomleft: 40px;
border-bottom-right-radius: 40px;
border-bottom-left-radius: 40px;
}
body.thank-you .banner-holder .overlay{
  -webkit-border-bottom-right-radius: 40px;
-webkit-border-bottom-left-radius: 40px;
-moz-border-radius-bottomright: 40px;
-moz-border-radius-bottomleft: 40px;
border-bottom-right-radius: 40px;
border-bottom-left-radius: 40px;
}
.donate-btn-col {
  padding-left: 100px;
}
.give-modal {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.give-modal-position .container-fluid {
  padding: 0 208px;
}
.give-modal-copy {
  position: relative;
}
.give-modal-copy h2 {
  font-size: 72px;
  font-family: 'britney_freeregular';
  color: #fff;
  font-weight: normal;
  padding: 0 0 30px;
}
.give-modal-copy p {
  font-size: 20px;
  font-family: 'Gotham Medium';
  color: #fff;
  font-weight: normal;
  line-height: 32px;
  padding: 0 0 20px;
}
.give-modal-copy p br {
  display: none;
}
.give-modal-copy p br.desktop {
  display: inline-block;
}
.give-modal-copy a.btn {
  max-width: 175px;
  margin-left: 70px;
  margin-top: 29px;
}
.give-modal .modal-opacity-heading {
  top: -260px;
}


@media only screen and (max-width: 1800px){
  .give-modal-copy p br.desktop {
    display: none;
  }
}

@media only screen and (max-width: 1750px){
  .banner-content h1 {
    font-size: 150px;
    line-height: 150px;
  }
  .modal-copy p br.desktop {
    display: none;
  }
  .modal-image {
    padding-right: 60px;
  }
  #womensFireFellowShip .modal-copy h2 {
    font-size: 48px;
  }
  .displeship h2 {
    font-size: 35px;
  }
  
}
@media only screen and (max-width: 1450px){
  .banner-content h1 {
    font-size: 130px;
    line-height: 130px;
  }
  .modal-body .container-fluid {
    padding: 0px 70px;
  }
  .modal-image {
    padding-right: 50px;
  }
  .modal-copy h2 {
    font-size: 40px;
    padding: 0 0 37px;
  }
  #womensFireFellowShip .modal-copy h2 {
    font-size: 40px;
    padding: 0 0 37px;
  }
  .modal-copy p {
    font-size: 18px;
    line-height: 29px;
    font-family: 'cera_prolight';
  }
}
@media only screen and (max-width: 1350px){
  .modal-body {
    min-height: initial;
  }
  .modal-body .container-fluid {
    padding: 0px 70px;
  }
  .modal-position {
    position: initial;
    top: initial;
    left:initial;
    width: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    padding: 35px 0px 0px;
  }
  .modal-opacity-heading {
    top: 73px;
    font-size: 140px;
    line-height: 140px;
    right: 10px;
  }
  .modal-position.give-modal-position {
    padding: 229px 0px 0px;
  }
  .give-modal .modal-opacity-heading {
    top: 70px;
  }
}
@media only screen and (max-width: 1200px){
  .banner-content h1 {
    font-size: 100px;
    line-height: 100px;
  }
  .next-live-stream {
    bottom: 25px;
    right: 25px;
    width: 320px;
    padding: 20px 20px;
  }
  .timer {
      font-size: 60px;
      padding: 0 0 32px;
      line-height: 54px;
    }
    .modal-body .container-fluid {
      padding: 0px 60px;
    }
    .close-form {
      width: 27px;
      height: 27px;
      top: 25px;
      right: 25px;
    }
    .modal-copy {
      position: relative;
    }
    .modal-header .close {
      width: 27px;
      height: 27px;
    }
    .modal-image {
      padding-right: 15px;
      margin-bottom: 50px;
      
    }
    .modal-opacity-heading {
      top: -50px;
      font-size: 100px;
      line-height: 100px;
      right: 10px;
    }
    .form-copy .modal-opacity-heading {
      top: -85px;
    }
    .give-modal .modal-opacity-heading {
      top: 35px;
    }
}
@media only screen and (max-width: 991px) {
  .inner-page-loader lottie-player{
    background: #fff;
    min-width: 740px;
    left: 50%;
      transform: translate(-50%,-50%);
    }
  .modal-body .container-fluid {
    padding: 0px 50px;
  }
  .modal-copy p br {
    display: inline-block;
  }
  .donate-btn-col {
    padding-left: 15px;
  }
  .give-modal-copy a.btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
 
@media only screen and (max-width:767px){
  h1{
    font-size: 65px;
  }
  .ministries h1{
    font-size: 55px;
  }
  h2{
/*    font-size: 36px;*/
    line-height: 60px;
  }
  h3{
    font-size: 20px;
  }
  p{
    font-size: 14px;
  }
  .banner-holder{ 
    min-height: 705px;
  }
  .banner-content h1 {
    font-size: 90px; 
    color: rgba(255, 255, 255 ,.6);
  }
  .close-form {
    top: 20px;
    right: 20px;
  }
  .modal-body .container-fluid {
    padding: 0px 7px;
  }
  .modal-position {
    padding: 25px 0 0;
    max-width: 345px;
    margin: 0 auto;
  }
  .modal-copy h2 {
    font-size: 24px;
    padding: 0 0 15px;
    line-height: 37px;
  }
  #womensFireFellowShip .modal-copy h2 {
    font-size: 24px;
    padding: 0 0 15px;
  }
  .modal-copy p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'cera_prolight';
  }
  .modal-copy a.btn {
    max-width: initial;
  }
  .modal-opacity-heading {
    top: -77px;
    font-size: 72px;
    line-height: 72px;
    right: -90px;
  }
  #womensFireFellowShip .modal-opacity-heading {
    top: -50px;
    font-size: 72px;
    line-height: 72px;
    right: -90px;
  }
  .form-copy .modal-opacity-heading {
    top: -53px;
  }
  .form-row.submit-row .btn {
    width: 100%;
  }
  .modal-form-holder .text-field {
    padding: 18px 30px;
  }
  .custom-select {
    padding: 18px 30px;
    background: url(../img/caret-down.svg) 92% 28px no-repeat;
    background-color: #fff;
  }
  .text-area { 
    padding: 18px 30px;
  }
  .select-selected {
    padding: 0px;
  }
  .thanks-page p {
    font-size: 24px;
    padding: 50px 0px 0 0px;
  }
  .give-modal-copy a.btn {
    max-width: initial;
    margin-left: 0;
    margin-top: 20px;
  }
  .give-modal-copy p {
    font-size: 16px;
    line-height: 27px;
    padding: 0 0 54px;
  }
  .give-modal-copy h2 {
    font-size: 45px;
  }
  .modal-position.give-modal-position {
    padding: 117px 0px 0px;
  }
  .give-modal {
    background-image: url(../img/give-modal-bg-mobile.jpg) !important;
  }
  .next-live-stream {
    overflow: hidden; 
    width:0px;
    height: 0px;
    opacity: 0;
  }
}
@media only screen and (max-width: 567px){
  .modal-opacity-heading {
    top: -77px;
    font-size: 72px;
    line-height: 72px;
    right: 0px;
  }
  #womensFireFellowShip .modal-copy h2 {
    font-size: 22px;
    padding: 0 0 15px;
  }
  #womensFireFellowShip .modal-opacity-heading {
    top: -48px;
    font-size: 72px;
    line-height: 72px;
    right: 0px;
  }
  
}

@media only screen and (max-width: 374px){
  .modal-body .container-fluid {
    padding: 0px 15px;
  }
  .modal-copy p br {
    display: none;
  }
  .modal-opacity-heading {
    top: -50px;
    font-size: 55px;
    line-height: 55px;
    right: 0px;
  }
  #womensFireFellowShip .modal-opacity-heading {
    top: -48px;
    font-size: 55px;
    line-height: 55px;
    right: 0px;
  }
  .form-copy .modal-opacity-heading {
    top: -29px;
  }
  #womensFireFellowShip .modal-copy h2 {
    font-size: 20px;
    padding: 0 0 15px;
  }
}



.header-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  padding: 25px 0px 0px;
  box-sizing: border-box;
}

a object {
  pointer-events: none;
}

#lottie {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}

.hamburger {
  padding: 0;
  display: none;
  cursor: pointer;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  width: 67px;
  height: 67px;
  background: #3DB9FD;
  border-radius: 50%;
  border: 0;
  margin: 0;
  overflow: visible; 
  box-sizing: border-box;
  position: absolute;
  top: 70px;
  right: 60px;
  z-index: 15;
}
.hamburger.is-active {
  background: none;
  width: 42px;
  height: 42px;
  top: 25px;
  right: 30px;
  z-index: 15;
  position: fixed; 
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #fff; 
}

.hamburger-box {
  width: 30px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15; 
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    border-radius: 25px;
    background-color: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}
.hamburger-inner::before {
    top: -10px; 
  }
.hamburger-inner::after {
    bottom: -10px; 
  }
.is-active .hamburger-inner, .is-active .hamburger-inner::before, .is-active .hamburger-inner::after {
   width: 50px;
   height: 4px;
}
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; 
}
.hamburger--spring .hamburger-inner::before {
    top: 9px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
    width: 30px;
}
.hamburger--spring .hamburger-inner::after {
    top: 18px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
    width: 30px;
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; 
  width: 42px;
}
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); 
/*    width: 42px;*/

}
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); 
/*    width: 42px;*/
}
.header-holder .container-fluid {
    padding: 0 90px 0 85px;
    align-items: center;
    display: grid;
    grid-template-columns: 170px 1fr;
}
.logo {

}
ul.navigation {
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: right;
}
.navigation-holder {
  display: block;
  z-index: 15;
}
ul.navigation li { 
    display: inline-block;
    padding-right: 55px;
  }
ul.navigation li:last-child {
  padding-right: 0px;
}
ul.navigation li:nth-last-child(2) {
  padding-right: 60px;
}
ul.navigation li a {
    font-family: 'Gotham';
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }
ul.navigation li a:hover {
  color: #3DB9FD;
}
/*
 
ul.navigation li:last-child a {

  background: #3DB9FD;
  color: #fff;
  padding: 16px 51px;
  border-radius: 40px;
}

ul.navigation li:last-child a:hover {
  background: #206e9a;
  color: #fff;
}
*/

@media only screen and (max-width: 1850px){ 
  .header-holder .container-fluid {
    padding: 0 50px 0 50px; 
  }
}
@media only screen and (max-width: 1770px){ 
  .header-holder .container-fluid {
    padding: 0 20px 0 20px; 
  }
}
@media only screen and (max-width: 1720px){ 
  ul.navigation li { 
    display: inline-block;
    padding-right: 40px;
  }
  ul.navigation li:last-child {
    padding-right: 0px;
  }
  ul.navigation li:nth-last-child(2) {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1570px){ 
  ul.navigation li { 
    display: inline-block;
    padding-right: 20px;
  }
  ul.navigation li:last-child {
    padding-right: 0px;
  }
  ul.navigation li:nth-last-child(2) {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1450px){
  .header-holder {
    padding: 25px 0px 0;
  }
  .header-holder .container-fluid {
    padding: 0 20px 0 20px; 
  } 
  .hamburger {
    display: inline-block;
  }
  .navigation-holder {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    background: #691769;
    z-index: 12;
  }
  .navigation-holder:after {
    width: 100%;
    height: 2px;
    background: #3DB9FD;
    content: "";
    position: fixed;
    left: 0;
    bottom: 0;
  }
  
  ul.navigation {
    text-align: left;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 101px 0 100px 60px;
  }
  ul.navigation li { 
    padding: 0 0 50px;
    display: block;
  }
  ul.navigation li a {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px){ 
  ul.navigation {
    text-align: left;
    position: initial;
    left: initial;
    top: initial;
    width: initial;
    -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  padding: 101px 0 100px 60px;
  }
  ul.navigation li { 
    padding: 0 0 30px;
    display: block;
  }
  .header-holder {
    padding: 14px 0px 0;
  }
  .hamburger {
    top: 25px;
    right: 20px;
  } 
  .logo {
    float: left;
    width: 90px;
  }
}




.footer-holder {
	background: #240524;
	position: relative;
}
.footer-inner {
	background: #691769;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-topright: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	position: relative;
	z-index: 7;
	font-family: 'Gotham';
	font-size: 18px;
}
.footer-inner .container-fluid {
	padding: 70px 250px 50px;
}
ul.footer-nav {
	display: block;
	padding: 0 0 90px;
}
ul.footer-nav li {
	display: inline-block;
	padding-right: 45px;
}
ul.footer-nav li:last-child {
	padding-right: 0px;
}
ul.footer-nav li a {
	font-weight: bold;
	color: #fff;
}
ul.footer-nav li a:hover {
	color: #3DB9FD;
}
.address a {
	font-weight: bold;
	color: #fff;
	line-height: 32px;
}
.address a:hover {
	color: #3DB9FD;
}
ul.footer-socials {
	margin: 0px;
	padding: 30px 0 0px;
	display: block;
}
ul.footer-socials li { 
	display: inline-block;
	position: relative;
	width: 40px;
	margin-right: 25px;
}
ul.footer-socials li a {
	display: inline-block;
}
ul.footer-socials li img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
ul.footer-socials li:first-child img {
	top: 3px;
}
ul.footer-socials li:last-child img {
	top: 5px;
}
ul.footer-socials li img.normal {
	display: inline-block;
}
ul.footer-socials li:hover img.normal {
	display: none;
}
ul.footer-socials li:hover img.hover {
	display: inline-block;
}
.form-holder {
	position: relative;
}
.form-holder .submit {
	position: absolute;
	top: 13px;
	right: 18px;
	width: 20px;
	height: 20px;
	background: url(../img/forward-arrow.svg) 0px 0px no-repeat;
	border: none;
	cursor: pointer;
	outline: none !important;
}
.fixed-mobile-nav {
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 9;
}
#mobile-nav {
	padding: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	background-color: transparent;
	text-align: center;
	font-weight: bold;
	color: white;
}
.form-holder .submit {
	text-indent: -999999px;
}
@media only screen and (max-width: 1780px) {
	.footer-inner .container-fluid {
		padding: 70px 150px 50px;
	}
}
@media only screen and (max-width: 1600px) {
	.footer-inner .container-fluid {
		padding: 70px 100px 50px;
	}
}
@media only screen and (max-width: 1500px) {
	.footer-inner {
		font-size: 16px;
	}
	.footer-inner .container-fluid {
		padding: 70px 35px 50px;
	}
}
@media only screen and (max-width: 1370px) {
	ul.footer-nav li {
		padding-right: 25px;
	}
	ul.footer-nav li:last-child {
		padding-right: 0px;
	}
}
@media only screen and (max-width: 1140px) {
	ul.footer-nav li {
		padding-right: 15px;
	}
	ul.footer-nav li:last-child {
		padding-right: 0px;
	}
}
@media only screen and (max-width: 990px) {
	.footer-inner {
		font-size: 20px;
	}
	ul.footer-nav li {
		padding-right: 0px;
		padding-bottom: 20px;
		display: block;
	}
	ul.footer-socials { 
		padding-top: 30px;
		text-align: left;
		max-width: 338px;
	}
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 374px) {}


	.pwBox {
		font-size:4px;
		border:1px solid #777777;
		box-shadow: inset 0 0 7px #888888;
		float: left;
		width: 20%;
		height: 38px;
	}
	.leftRound{
		border-bottom-left-radius: 20px !important;
		border-top-left-radius: 20px !important;
	}
	.rightRound{
		border-bottom-right-radius: 20px !important;
		border-top-right-radius: 20px !important;
	} 
	.white_bg{
		background-color: #FFFFFF;
	}
	.yellow_bg{
		background-color: #FFFF00;
	}
	.green_bg{
		background-color: #3ead47;
	}
	.red_bg{
		background-color: #FF0000;
	}
