/*
	Theme Name: Vibrant CoM
	Theme URI: https://vibrantagency.com;
	Description: Vibrant Agency Theme
	Version: 2.2
	Author: Vibrant Agency

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 16px/1.8  'Montserrat', sans-serif;
	color:#444;
	overflow-x: hidden;
	background-color: #F2EFEA;
}
body.nav-active{
	overflow: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	letter-spacing: .1em;
}
.h2, h2 {
    font-size: 2.5rem;
}
p {
    margin-bottom: 2rem;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:inherit;
	text-decoration:none;
}
a:hover {
	color:inherit;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

*::-webkit-input-placeholder {
   color: #000;
}
*:-moz-placeholder { /* Firefox 18- */
   color: #000;
}
*::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
*:-ms-input-placeholder {
   color: #000;
}
.wpcf7-form.sent .wpcf7-response-output{
  display: none !important;
}
/*Page Loader Start*/
.loader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(41, 48, 65, 0.9);*/
  background: #fff;
  z-index: 999999;
  text-align: center;
  opacity: 1;
  transition: all linear 0.8s;
}
.loader.remove{
  opacity: 0;
  z-index: -999;
}
.loader lottie-player{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sk-circle {
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*Page Loader End*/
/*Hamburger Start*/
.hamburger{
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after{
  background-color: #fff; 
}
.hamburger-box{
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; 
}
.hamburger-inner{
  display: block;
  top: 50%;
  margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  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;
}
.hamburger--spin .hamburger-inner{
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before{
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after{
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner{
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before{
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after{
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*Hamburger End*/

body .gform_wrapper input::-webkit-input-placeholder ,
.signup-form form input::-webkit-input-placeholder,
.prayer-form form input::-webkit-input-placeholder,
.prayer-form form textarea::-webkit-input-placeholder,
.signup-form form textarea::-webkit-input-placeholder{
   color: #000;
   letter-spacing: 4px;
}
body .gform_wrapper input:-moz-placeholder,
.signup-form form input:-moz-placeholder,
.signup-form form textarea:-moz-placeholder,
.prayer-form form input:-moz-placeholder,
.prayer-form form textarea:-moz-placeholder { /* Firefox 18- */
   color: #000;
}
body .gform_wrapper input::-moz-placeholder,
.signup-form form input::-moz-placeholder,
.signup-form form textarea::-moz-placeholder,
.prayer-form form input::-moz-placeholder,
.prayer-form form textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
body .gform_wrapper input:-ms-input-placeholder,
.signup-form form input:-ms-input-placeholder,
.signup-form form textarea:-ms-input-placeholder,
.prayer-form form input:-ms-input-placeholder,
.prayer-form form textarea:-ms-input-placeholder {
   color: #000;
}
#plan-your-visit input::-webkit-input-placeholder,
#plan-your-visit input:-moz-placeholder,
#plan-your-visit input:-ms-input-placeholder{
	letter-spacing: 4px;
	color: red !important;
}

:root {
	--primary: #508C9B;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
*{
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
/*#fancybox-wrap{
	overflow: scroll;
	height: 100% !important;
}*/
video {
    max-width: 100%;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* wrapper */
.wrapper {
	max-width:100vw;
	width:100%;
	margin:0 auto;
	position:relative;
	overflow-x: hidden;
}
/* header */
.header {
	position: absolute;
	width: 100vw;
	top:0;
	left:0;
	z-index: 10;
}
.header .logo-img{
	width: 348px;
}
/* logo */
.main-logo  {
    margin: 0 0 0 40px;
    display: inline-block;
}
.main-logo object{
	pointer-events: none;
}
.logo-img {

}
/* nav */
.nav {
	width: 100vw;
	height: 100vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	top: 0;
	left: 0;
	color:#fff;
	padding:calc(45vh - 150px) calc(30vw - 600px) 0;
	opacity:0;
	pointer-events: none;
	transition:.2s;
	position: fixed;
}
.nav.active{
	opacity: 1;
	pointer-events: all;
	padding-left: 50px;
	padding-right: 50px;
  width: 100%;
}
.nav .fa-times{
	position: absolute;
	top:20px;
	right:50px;
	font-size: 40px;
	color: #000;
}
.nav-trigger {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    color: #fff;
    font-size: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    right: 50px;
    top: 0;
    cursor: pointer;
}
.main-navigation .main-logo {
    position: absolute !important;
    left: 15px;
    top: 20px;
    max-width: 171px;
}
header .nav{
  transition: 0.4s;
  width: 0;
}
header .footer-col{
	padding: 0;
}
header .footer-col a {
    margin-bottom: 5px;
    font-size: 20px;
    font-family: 'Times';
    font-style: italic;
    color: #E64B4B;
}
header .footer-col a:hover{
	opacity: 0.5;
}
header .footer-col p{
	color: #E64B4B;
	font-family: 'RiftBold';
	font-size: 50px;
}





.message-carousel iframe{
	width: 100%;
}


/* sidebar */
.sidebar {

}
/* footer */
.pre-footer .text-right img {
    margin-left: 30px;
    margin-bottom: 5px;
}
.pre-footer .text-right .outline-btn {
    border: 1px solid;
    width: 168px;
    height: 47px;
    line-height: 47px;
}
.pre-footer .joinus {
    font-size: 35px;
    letter-spacing: 1px;
    font-weight: bold;
}

section{
	position: relative;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.overlay{
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.52);
	display: inline-block;
	transition:.2s;
}
.overlay ~ *{
	position: relative;
	z-index: 2
}
.box-links .overlay {
    background-color: #1A222B;
    opacity: .81;
}
.gradient-overlay{
	background:linear-gradient(to bottom,  rgba(256, 256, 256, 0), rgba(123, 123, 123, .32));
}
.hero article {
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}
.hero article h1 {
    text-align: center;
    font-size: 150px;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    /*letter-spacing: 0;*/
    color: #fff;
    margin: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.home-hero article {
    margin-top: -350px;
}
.headingtext h2 {
    font-size: 35px;
    font-weight: normal;
    margin: 0;
    font-family: 'Times';
    font-style: italic;
    background: #E64B4B;
    color: #fff;
    padding: 10px;
    letter-spacing: 1px;
}
.headingtext h3 {
    font-size: 50px;
    font-family: 'RiftBold';
    margin-bottom: 50px;
    letter-spacing: 1px;
    color: #E64B4B;
}
.homeheading p,.midweekheading p{
	line-height: 40px;
    text-transform: none;
    font-style: italic;
    font-family: 'Times';
    font-size: 22px;
}
.headingtext h4 {
    font-size: 180px;
    font-family: 'RiftBold';
    text-align: center;
    letter-spacing: 0;
    color: #fff;
}
.headingtext {
    font-size: 25px;
    font-family: 'Rift-Regular';
    line-height: 60px;
}
.valuespg .valuesheading .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 20%;
    max-width: 20%;
}
.valuesheading p {
    font-size: 20px;
    font-family: serif;
    font-style: italic;
    line-height: 1.5;
}
.valuesheading h5 {
    font-size: 50px;
    font-family: 'RiftBold';
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: #E64B4B;
}
.valuespg .valuesheading .col-sm-2:first-child .separator {
	margin-left:-200px;
}
.valuespg .valuesheading .col-sm-2:last-child .separator {
	margin-right:-200px;
}
.valuespg .separator {
    background: #fff;
    height: 8px;
    margin:0 -20px 40px;
}
.valuesculture .inner {
	font-size: 16px;
	font-weight: 100;
}
.valuesculture .inner h3 {
	font-size: 50px;
	font-style: normal;
	color: #E64B4B;
    letter-spacing: 4px;
}
.valuesculture .inner p{
	font-size: 20px;
}
.webelieve .switch-links li {
	position: relative;
}
.webelieve .switch-links li:hover a:before, .webelieve .switch-links li a.active:before {
    content: '';
    height: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #E64B4B;
    z-index: 3;
    right: 100%;
    margin-right: 20px;
    width: 100%;
}
.watermark:before {
    content: 'WE BELIEVE';
    color: #fff;
    text-align: right;
    font-size: 200px;
    font-family: 'Rift-BoldItalic';
    font-weight: 900;
    position: absolute;
    right: 100px;
    bottom: 0;
    font-style: italic;
    z-index: -1;
    line-height: 200px;
    top: -55%;
}
label.gfield_label {
    color: #000 !important;
}
.homepyvbtn {
    margin-top: 150px;
}
.headingtext  article {
    background: #F2EFEA;
}
.hero article h1 i {
	font-style: normal;
}
.home-logo{
    position: relative;
    left: -200px;
    bottom: -220px;
}
.socialicons a {
	font-size: 22px;
	display: inline-block;
	margin:0 20px 40px;
}
.socialicons a:hover {
	color: #000;
}
.button{
	font-size:18px;
	font-weight: 500;
	text-transform: uppercase;
	min-width: 275px;
	padding: 12px;
	color:#fff;
	border:solid 2px #fff;
	text-align: center;
	text-decoration: none !important;
	display: inline-block;
}
.down-arrow{
	width:50px;
	height:25px;
	position: relative;
	margin:50px  auto 80px;
}
.down-arrow svg{
	width: 100%;
	height: 100%;
	position: absolute;
	fill: #fff;
	animation-name: arrowDown;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	position: absolute;top:0;
	left:0;
}
.down-arrow svg polygon{
	background-color: #fff;
}
.down-arrow svg:nth-of-type(2){
	animation-delay: -.66s
}
.down-arrow svg:nth-of-type(3){
	animation-delay: -1.33s;
}
@keyframes arrowDown{
	0%{
		transform: translatey(0) scale(0.8);
		opacity: 0;
	}
	33%{
		transform: translatey(23px);
		opacity: 1;
	}
	66%{
		transform: translatey(37px);
		opacity: 1;
	}
	100%{
		transform: translatey(60px) scale(0.8);
		opacity: 0;
	}

}
.pyv-button{
	position: absolute;
	top: 10px;
	font-size: 20px;
	font-weight: 700;
	color:#fff;
	right:0;
	padding: 12px 25px;
	background-color: rgba(255, 255, 255, 0.5);
	padding-right: 60px;
	width: 600px;
	display: none;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	top: 150px;
}
.pyv-button.active{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.pyv-button span{
	text-transform: uppercase;
}
.pyv-button i{
	font-size: 20px;
	color:#000;
	background-color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border-radius:50px;
	display: inline-block;
	margin-left: 15px;
	padding-top: 3px;
	text-indent: 2px;
}
.homegroup h2 {
    font-size: 150px;
    padding-left: 150px;
    padding-right: 130px;
    text-align: right;
}
.homegroup {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
}
.home .homegroup h2 {
    padding-left: 10px;
    padding-right: 50px;
    font-size: 150px;
    color: #E64B4B;
    padding-top: 100px;
    padding-bottom: 100px;
}
.home .homegroup p{
	font-family: 'Times';
    font-weight: 300;
    line-height: 40px;
    font-size: 35px;
}
.ministriesrev .inner {
	font-size: 40px;
	letter-spacing:1px;
}
.homegroup .verticalcenter p.time{
	font-weight: 300;
    text-transform: none;
    line-height: 30px;
    font-style: italic;
    font-family: 'Times';
    margin-bottom: 50px;
}
.create {
	font-size: 30px;
}
.create h2,
.men h2,
.align h2 {
	font-size: 160px;
}
.create p{
	font-size: 20px;
}
.create .outline-btn{
	border:3px solid #000;
}
.ministriespage .homegroup .verticalcenter p.time{
	font-size: 35px;
	font-family: 'RiftBold';
	font-style: normal;
}
.ministriespage .homegroup h2{
	padding-right: 70px;
	padding-left: 0px;
}
.men, .align {
	font-size: 25px;
	line-height: 45px;
}
.men p{
	font-size: 20px;
}
.align h3 {
	font-style: normal;
	font-size: 35px;
	font-family: 'RiftBold';
}
.equipher .inner p {
    padding-right: 40px;
    border-right: 10px solid #E64B4B;
    font-size: 20px;
}
.equipher h2 {
    padding-left: 60px;
    text-align: left;
}
.midweekList.row {
    max-width: 1600px;
    margin: 0 auto 30px;
}
.midweekList.row > .col-sm-4 {
	position: relative;
	z-index:2;
}
.midweekList.row > .col-sm-4:after {
    position: absolute;
    content: '';
    background-color: #F2EFEA;
    height: 10px;
    top: 150px;
    left: -100%;
    right: -10%;
    z-index: -1;
}
.midweekList a.outline-btn {
	margin-top:30px;
	color: #000;
	border-color: #000;
}
/*.midweekList a.outline-btn:hover{
	background-color: #000;
	color: #fff !important;
}*/
.midweekList .inner {
    padding: 30px 50px;
    border: 10px solid #F2EFEA;
    position: relative;
    z-index: 2;
    font-size: 20px;
    color: #000000;
    background:#fff;
}
.midweek_repeater {
	max-width:1600px;
	margin:0 auto;
}
.midweekList h4 {
	font-size: 35px;
	letter-spacing: 1px;
	color: #E64B4B;
}
.midweekList h3 {
	font-size: 20px;
	color: #E64B4B;
	font-family: 'Times';
	font-weight: 300;
}
.home-about{
	display:flex;
}
.rotate_section h3 {
    font-size: 40px;
    letter-spacing: 0;
    background-color:transparent;
}
.rotate_section h3:before {
    border-bottom: 5px solid #000;
    content: '';
    background: transparent;
    position: absolute;
    top: 40%;
    width: 100%;
    right: -100%;
}
.rotate_section h3:after {
    border-bottom: 5px solid #000;
    content: '';
    background: transparent;
    position: absolute;
    top: 40%;
    width: 100%;
    left: -100%;
}
.rotaterelative {
	right:20%;
}
aside {
  display: block;
  position: relative;
  margin: 40px 0;
}

aside h3 {
  font: bold 12px Sans-Serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #369;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  line-height: 24px;
}
.rotate {

  transform: rotate(-90deg);


  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-90deg);

  /* Firefox */
  -moz-transform: rotate(-90deg);

  /* IE */
  -ms-transform: rotate(-90deg);

  /* Opera */
  -o-transform: rotate(-90deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

/* Class name via Modernizr */
.csstransforms aside {
  border-left: 34px solid #369;
  padding-left: 10px;
}
.csstransforms aside h3 {
  /* Abs positioning makes it not take up vert space */
  position: absolute;
  top: 0;
  left: 0;

  /* Border is the new background */
  background: none;

  /* Rotate from top left corner (not default) */
  transform-origin: 0 0;
  transform: rotate(90deg);
}
#page-wrap {
	max-width: 300px;
	margin: 80px auto;
}
.main-navigation .toggle-btn {
	pointer-events: none;
}
.select-content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	min-height: 1100px;
	-ms-align-items: center;
	align-items: center;
	text-align: right;
	max-width: 633px;
	min-width: 460px;
	width: 633px;
	background-position: 66% 361%;
	-webkit-background-size: inherit;
	background-size: inherit;
	background-repeat: no-repeat;
}
.select-content h1{
	color:#CEB674;
	font-size: 70px;
	border-right: solid 1px;
	padding-right: 20px;
	line-height: 1;

}
.select-content article{
	width: 432px;
	margin-left: auto;
	margin-right: 40px;
	display: none;
}
.select-content article.active{
	display: block;
}
.select-content p{
	font-size: 21px;
	font-weight: 350;
	text-align: right;
}
.select-options{
	background-position: right;
	background-size:300px;
	background-color: #1a1a1a;
	color:#fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	flex:1 1 0%;
	width: 0%;
	padding: 50px;
	background-repeat: no-repeat;
}
.select-options .selector{
	font-size: 70px;
	font-weight: 700;
	line-height: 1.1;
    margin-bottom: 40px;
}
.select-options .button{
	margin-top: 60px;
	margin-left: 80px;
}
.box-links{
	display: flex;
	height: 100vh;
}
.box-links .left-box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: stretch;
	align-items: stretch;
	flex: 1.5 1 0px;
	width: 0px;
	height: 100%;
}
.box-links a{
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	color:#fff;
	font-size: 30px;
	font-weight: 700;
	text-transform: lowercase;
	flex:1 1 0;
	width:100%;
	height: 100%;
	position: relative;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	text-decoration: none !important;

}
.box-links a:hover span:not(.overlay){
	color:#CEB674;
	border-bottom: solid 4px #CEB674;
	display: inline-block;
	margin-bottom: -4px;
}
.box-links a:hover .overlay{
	background:rgba(255, 255, 255, 0.5);
}
.home-message{
	height:1075px;
	color:#fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}
.home-message .section-triangle{
	width: 100%;
	height: 100%;
	fill: linear-gradient(to bottom, #CEB674, #675B3A);
	position: absolute;
	z-index: 1;
	top: 0;
}
.home-message > *{
	z-index: 2;
	position: absolute;
}
.home-message .hm-title{
	top:80px;
	left: 100px;
	position:absolute;
	width: 100%;
}
.home-message .hm-title h2{
	font-size: 70px;
	font-weight: 700;
	margin: 0 25px 0 0;
	padding-right: 35px;
	line-height: 1;
	display: inline-block;
	border-right: solid 2px #fff;
}
.home-message .hm-title h3{
	font-size: 50px;
	font-weight: 300;
	margin: 0;
	line-height: 1;
	display: inline-block;
}
.home-message .home-message-buttons{
	width: 100%;
	height: 135px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	top: 50%;
	transform:translatey(-50%);
	position: absolute;

}
.home-message .home-message-buttons .button:nth-child(1){
	margin-right: 960px
}
.home-message .video-frame-outer{
	width: 900px;
	position: relative;

}
.video-frame-outer .video-frame-inner{
	width: 100%;
	height: 0;
	padding-bottom: 66%;
}
.pre-footer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	color:#000;

}
.pre-footer h4 {
	font-size: 50px;
	letter-spacing: 2px;
	font-weight: bold;
}
.pre-footer h1 {
    font-size: 120px;
    margin: 0 auto 40px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    border:3px solid #fff;
    color: #fff;
    max-width:435px;
}
.pre-footer p {
	font-size: 25px;
	margin: 0;
	line-height: 1;
}
.pre-footer h3 {
    font-size: 40px;
    margin: 0 0 5px;
    letter-spacing: 0px;
}
.pre-footer ul  {
    padding: 0;
    list-style: none;
    font-size: 25px;
    font-weight: 500;
}
.pre-footer ul li {
    margin: 0 0 10px;
    line-height: 1.2;
}
.phrase-bar{
	height: 158px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	color:#fff;
	background: linear-gradient(to right, #675B3A, #D0B56A, #D0B56A , #675B3A);
}
.phrase-bar h2{
	font-size: 46px;
}
.upper-footer{
	padding: 30px 15px;
	background-color: #E64B4B;
}
.upper-footer h4{
	color: #fff;
	font-size: 50px;
}
.upper-footer h5{
  font-size: 25px;
  color: #fff;
}
.upper-footer img{
	border-radius: 15px;
    margin: 0 80px 0 30px;
}
.upper-footer .outline-btn{
	border:solid 3px #fff;
	color: #fff;
	width: 180px;
}
.bottom-footer{
	color:#fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 30px 0;
}
.bottom-footer .footer-col-left{
	flex:2 1 0;
	width: 0;
	padding-left: 95px;
}
.footer-col-left .logo-img{
	margin-left: -95px;
	width: 348px;
}
.footer-col-left a{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .1em;

}
.footer-col-left a i{
	letter-spacing: 1em;
	font-size: 18px;
}
.footer-col{
	/*flex:1 1 0;
	width: 0;*/
	display:block;
	/*-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;*/
	/*align-items: flex-start;*/
	/*max-width: 245px;*/
	text-align: center;
	letter-spacing:1.5px;
	padding: 0 50px;
}
.footer-col-header {
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}
.footer-col-header {
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.nav .footer-col:last-child > .footer-col-header {
    width: auto;
}
.footer-col a {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
footer .footer-col a {
    padding-bottom: 30px;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 700;
}
footer a:hover, .footer-col a:hover {
	color: #E64B4B;
	text-decoration: none;
}
.copyright {
    height: 135px;
    color: #E64B4B;
    font-weight: 600;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    letter-spacing: .3em;
    font-size: 11px;
    background: #fff;
}
.copyright i,.copyright a{
	color: #E64B4B;
}
.copyright a:hover{
	text-decoration: underline;
}
.footer-contact .social-icons {
	text-align:left;
}
.footer-contact .social-icons a {
    font-size: 40px;
    margin: 0 10px;
}
.footer-contact .social-icons strong {
    font-size: 16px;
    margin-right: 15px;
    position: relative;
    top: -3px;
}
.footer-contact .outline-btn {
    overflow: hidden;
    width: 150px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    font-size: 12px;
    background: #EAEAEA;
    color: #000;
    font-weight: 300;
    border: 0 !important;
}
input:not([type="submit"]), select{
	background-color: transparent;
	color:#fff;
	border:0;
	border-bottom:solid 2px #fff;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
}
input:not([type="submit"])::placeholder{
		color:#fff;
		opacity:1;
		letter-spacing:0;
}

/*PYV*/


.hero {
	height: 100vh;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.hero .subtitle {
    font-size: 24px;
    color: #fff;
    letter-spacing: .3px;
    font-weight: 300;
}

.events .inner:hover .overlay{
	background: #fff !important;
	opacity: .80 !important;
}
.events .searchtitle {
	font-size: 150px;
}

.moreBox {
    display: none;
}
.searchform {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.searchform #searchsubmit {
    width: 49px;
    height: 49px;
    text-indent: -9999px;
    border: 0;
    padding: 0;
    background: url(img/searchicon2.png) no-repeat center center;
    position: absolute;
    left: 5px;
    top: 5px;
}
.searchform #s {
    width: 100%;
    margin: 0 auto;
    border: 0;
    color: #000;
    font-size: 18px;
    height: 60px;
    padding: 0 20px 0 80px;
    font-weight: 300;
    text-align: center;
    -webkit-box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.75);
    border-radius: 50px;
}
.waytogive p {
	margin: 0;
}
.switch-content {
	display: none;
	position:relative;
	z-index:2;
}
.switch-content:nth-child(1) {
	display: block;
}
.webelieveinner div.switch-content:first-child.active {
	display: block !important;
}
.switch-links {
	padding-left: 0;
}
.switch-links li {
    list-style: none;
    margin-bottom: 5px;
}
.switch-links li a {
    font-size: 50px;
    padding: 5px 0;
    display: inline-block;
    border-bottom: 1px solid transparent;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #707070;
    line-height: 60px;
}
.webelieveinner h3 {
	font-size: 50px;
}
.webelieveinner p{
	font-size: 20px;
}
.coreswitch .switch-links li a {
    padding-right: 30px;
    position: relative;
}
.coreswitch .switch-links li:hover a:after,
.coreswitch .switch-links li a.active:after {
    content: '';
    height: 5px;
    position: absolute;
    top: 50%;
    background: #508C9B;
    z-index: 3;
    left: 100%;
    margin-left: -10px;
    width: 110px;
}
.videobtm_sched {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 35px;
}
.coreswitch .switch-links li a:after {
	position: absolute;
	content:'';
	background:url(img/core_switcharrow.png);
	width:14px;
	height: 21px;
	right: 0;
	top:20px;
}
.tabs .videobtm_cont h3 {
	color: #000;
}
.abt_hope h3  {
    color: #508C9B;
    font-size: 17px;
}
.hopeswitch .switch-links li {
	position: relative;
}
.hopeswitch .switch-links li a {
	padding-right:30px;
	background:url(img/core_switcharrow.png) no-repeat center right / 14px 21px;
	transition:none;
}
.hopeswitch .switch-links li:hover a:before,
.hopeswitch .switch-links li a.active:before {
    content: '';
    height: 5px;
    position: absolute;
    top: 50%;
    background: #508C9B;
    z-index: 3;
    right: 100%;
    margin-right: 10px;
    width: 100%;
}
.beliefsswitch.hopeswitch .switch-links li a.active:before {
    width: 600px;
}
.beliefsswitch.hopeswitch .switch-links {
    float: right;
    margin-right: 100px;
}
.hopeswitch .switch-links li:hover a,
.hopeswitch .switch-links li a.active {
    background:none;
}
.coreswitchcontent .switch-content {
	font-size: 14px;
}
.abt_hope .switch-content {
	font-size: 14px;
}
.switch-links li a:hover {
	text-decoration: none;
}
.switch-links li a:hover, .switch-links li a.active {
    color: #000;
}
.coreswitchcontent h3 {
    margin: 15px auto 50px;
    color: #508C9B;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.coreswitch .switch-links li {
    text-align: right;
}
.coreswitch .switch-links{
    padding: 85px 45px;
}
.coreswitchcontent {
    padding: 85px 60px;
    max-width: 620px;
}
.BioCont .name {
    font-size: 40px;
}
.BioCont .position {
    font-size: 30px;
    line-height: 0.5;
}
.team-col p.name{
	color: #E64B4B;
    font-family: 'Times';
    font-style: normal !important;
    font-size: 20px;
}
.team-col p.position{
	color: #E64B4B;
    font-size: 20px;
    font-family: Times;
    font-weight: 100;
    text-transform: none;
}
.leadership .row {
	position: relative;
	z-index:3;
}
.leadership .row:after {
    position: absolute;
    content: '';
    background-color: #F2EFEA;
    height: 10px;
    top: 150px;
    left: -100%;
    right: -100%;
    z-index: 1;
}
.leadership .row > div {
	position: relative;
	z-index:2;
  margin: 0 auto !important;
}
.leadership .row:last-child > div:last-child {
	margin-left:33.33%;
}
.club_content a.outline-btn {
    margin: 0 50px 30px;
}
.club_content .row {
	margin-bottom: 100px;
}
.tabs h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #508C9B;
}
.beliefsswitch .tabs h3 {
    font-size: 30px;
}
.club_content {
	font-size: 14px;
}
.inner_pdtop {
	padding-top:70px;
}
.lpkids .container-fluid .inner {
	max-width:720px;
}
.lpkids_agelvl {
	margin-top:100px;
}
.lpkids_agelvl img {
	margin-bottom: 70px;
}
.lpkids h3 {
	font-size: 17px;
	margin-bottom: 25px;
}
.gt_add_content h3 {
	margin-top:20px;
	margin-bottom: 20px;
	color:#000;
}
.gttitle {
    text-align: left !important;
    letter-spacing: .1em;
}
.row.gt_topics {
    margin-right: -100px;
    margin-left: -100px;
    margin-top: 100px;
}
.gt_topics h3 {
	letter-spacing:.1em;
}
.om_add_ministry .row:nth-child(odd) .ministryimg {
	float:left !important;
}
.om_add_ministry .row:nth-child(even) .ministryimg {
	float:right !important;
}
.whoweare .switch-content {
    background: rgba(206,182,116,.71);
    padding: 50px 50px 30px;
    max-width: 600px;
    margin: 0 auto;
}
.lifegroups .maincontent a.outline-btn {
	margin:0 10px 30px;
}
.lifegroups .maincontent > div,
.serve .maincontent {
	max-width: 580px;
	margin:50px auto;
}
.videobtm_cont .row > div {
	padding-right:40px;
	padding-left:40px;
}
.connectheading h3:before {
    content: 'SUNDAY SERVICES';
    color: #fff;
    font-size: 130px;
    font-family: 'RiftBold';
    font-weight: 900;
    position: absolute;
    right: 0;
    bottom: 0;
    font-style: italic;
    line-height: 90px;
    top: -200%;
    left: 0;
    text-align: center;
    letter-spacing: 10px;
}
.connectheading {
	font-size: 35px;
}
.connectheading h3 {
    font-size: 50px;
    margin-bottom: 0;
    position: relative;
    margin-top: 35px;
    line-height: 30px;
}
.ctc_address {
	font-size: 30px;
	line-height: 70px;
	text-align: right;
}
.ctc_address:before {
    content: 'CONTACT US';
    color: #fff;
    text-align: right;
    font-size: 150px;
    font-family: 'RiftBold';
    font-weight: 900;
    position: absolute;
    right: 0;
    bottom: 0;
    font-style: italic;
    z-index: -1;
    line-height: 170px;
    top: -55%;
    width: 450px;
    letter-spacing: 4px;
}
.ctc_address span{
	font-size: 42px;
    font-family: 'RiftBold';
    letter-spacing: 2px;
}
.connect_ctcinfo ul li {
	list-style: none;
	font-size: 20px;
	position: relative;
	font-family: 'Times';
	font-weight: 300;
	padding-bottom: 10px;
  font-style: italic;
}
.connect_ctcinfo ul li b{
	font-size: 50px;
	display: block;
	line-height: 50px;
	font-family: 'RiftBold';
	font-weight: bold;
	letter-spacing: 2px;
  font-style: normal;
}
.connect_ctcinfo ul li:after {
	height: 10px;
	left:0;
	right:-100%;
	position: absolute;
	background-color: #fff;
	width:auto;
	content:'';
	bottom:0;
}
.connect_ctcinfo ul li a {
	text-decoration:none;
}
.stayintouch h2 {
	font-size: 120px;
}
.stayintouch p{
	line-height: 40px;
    font-size: 35px;
}
.whoweare .switch-links {
    max-width: 100%;
    float: right;
    width: 700px;
}
.connectpage .connecttab ul.TabSelector li {
    width: 50%;
    float: left;
}
.connecttab ul.TabSelector li:first-child a {
    text-align: right;
    padding-right: 135px;
    width: 100%;
}
.connecttab ul.TabSelector li:last-child a {
    text-align: left;
    padding-left: 135px;
    width: 100%;
}
.connecttab ul.TabSelector li:last-child:after {
	background-repeat: no-repeat;
    margin-left: 170px;
}
.connecttab ul.TabSelector li:first-child:after {
	background-repeat: no-repeat;
    margin-right: 220px;
}
.serveverse b {
	font-size: 25px;
	margin:40px auto 20px;
	display: block;
}
.serving_oppurtunities .switch-links li a {
    font-size: 40px;
    font-weight: 300;
}
.serving_oppurtunities .switch-links li a:hover,
.serving_oppurtunities .switch-links li a.active {
	font-weight: bold;
}
.serving_oppurtunities .switch-links li {
    text-align: right;
}
.servingswitch {
	padding-right: 145px;
}
.servingswitch .switch-links li {
	position: relative;
}
.servingswitch .switch-links li a {
	padding-right:25px;
	transition:none;
    position: relative;
}
.servingswitch .switch-links li a:before {
    content: '';
    display: block;
    width: 25px;
    height: 38px;
    background: url(img/arrow-right.png) no-repeat center right;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -19px;
    z-index: 1;
    -webkit-transition:  all 0.25s ease 0s;
    -moz-transition:  all 0.25s ease 0s;
    -o-transition:  all 0.25s ease 0s;
    transition:  all 0.25s ease 0s;
}
.serving_oppurtunities .tabs h3 {
    font-size: 40px;
}
.servingswitch .switch-links li a.active:before, .servingswitch .switch-links li:hover a:before {
    width: 225px;
    background: url(img/arrow-right-long.png) no-repeat center right;
}
.whoweare h2 {
    font-size: 103px;
    text-align: right;
    letter-spacing: .12em;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}
.whoweare .switch-links li a {
    border-bottom: 5px solid transparent;
    font-weight: 900;
}
.whoweare .switch-links li:hover a, .whoweare .switch-links li a.active {
    color: #fff;
    border-color: #fff;
}
.our_beliefs .switch-links li a {
    color: #6E6E6E;
    font-size: 20px;
    font-family: 'gotham', sans-serif;
    padding:5px 0;
    position: relative;

}
.our_beliefs .switch-links li:hover a,
.our_beliefs .switch-links li a.active {
    color: #000;
}
.our_beliefs .switch-links li:hover a:after, .our_beliefs .switch-links li a.active:after {
    content: '';
    height: 3px;
    position: absolute;
    top: 50%;
    background-color: #000;
    z-index: 3;
    left: 100%;
    margin-left: 10px;
    width: 20vw;
}
#fancybox-content {
    background: transparent !important;
    border-color: transparent !important;
    border-width: 0 !important;
}
#fancybox-outer {
    background: transparent !important;
    box-shadow: none !important;
}
.events .zindex4:hover .event-info {
	display: block;
}

.our_beliefs .switch-links li {
    margin-bottom: 10px;
       text-align:right;
}
.our_beliefs .switch-content {
    background-color: rgb(255, 255, 255);
    padding: 60px;
    min-height: 680px;
}
.pastor-section {
	min-height: 816px;
	padding: 150px 0;
}
.pastor-section img  {
    display: block;
    margin: 0 auto;
}
.pastor-section h2 {
    text-align: right;
    font-size: 50px;
    color: #35394F;
    margin:0 0 100px;
}
.pastor-section h2 strong {
	font-size: 70px;
	color: #CEB674;
}
.pastor-section h2 span  {
    border-left: 1px solid #CEB674;
    padding-left: 40px;
    margin-left: 30px;
    line-height: 1;
}
.pastor-section .dark-container {
    background: #1A1A1A;
    color: #fff;
    font-size: 16px;
    margin-left: -15px;
    padding: 100px 100px 90px;
}
.pastor-section .dark-container .inner {
    max-width: 500px;
    float: right;
}
.staff-card h3 * {
	display: inline-block;
}
.team-section {
	padding:100px 0 70px;
}
.team-section h2 {
    color: #CEB674;
    text-transform: lowercase;
    font-size: 70px;
    font-weight: bold;
    padding: 0 20px 0 90px;
    border-right: 1px solid;
    display: inline-block;
    line-height: 1;
    margin-bottom: 100px;
}
.team-section h3 {
	font-size: 25px;
	color: #000;
}
.team-section h3 span {
	font-size: 15px;
	font-weight: 300;
	text-align: left;
}
.team-section h3 span.with-br {
	position: relative;
    top: 7px;
}
.staff-image {
	margin: 0 0 20px;
}
.staff-image img {
    border-radius: 100%;
    border: 2px solid #CEB674;
}
.team-section .row > div {
	margin-bottom: 30px;
}
.text-block {
    color: #000;
    text-align: center;
    padding: 6rem 0 4rem;
    font-size: 4rem;
    line-height: 1.2;
}
.text-block .container {
    max-width: 1200px;
}
.text-block h2 {
	font-size: 3rem;
	margin:0 0 30px;
	text-transform: uppercase;
}
.mid-banner {
    font-size: 18px;
    color: #fff;
    position: relative;
    text-align: center;
}
.mid-banner h3 {
    font-size: 13rem;
    font-weight: 300;
    letter-spacing: 0 !important;
}
.box-1 {
	color: #fff;
}
.box-1 h2 {
	font-size: 30px;
	margin:0 0 30px;
}
.box-1 h3 {
    font-size: 20px;
    margin: 0 0 15px;
}
.box-1 .inner {
	padding:100px 0;
	max-width: 568px;
	margin: 0 auto;
}
.outline-btn {
    border: 3px solid;
    width: 250px;
    display: inline-block;
    height: 48px;
    line-height: 45px;
    max-width: 100%;
    text-decoration: none !important;
    -webkit-transition:  all 0.25s ease 0s;
    -moz-transition:  all 0.25s ease 0s;
    -o-transition:  all 0.25s ease 0s;
    transition:  all 0.25s ease 0s;
    text-align: center;
    padding: 0;
}
.outline-btn.blackb{
	border-color: #000;
	color: #000;
}
.outline-btn.blackb:hover{
	border-color: #fff;
	color: #fff;
	background-color: #000;
}
.outline-btn.whiteb:hover{
	background-color: #fff;
	color: #000 !important;
	border-color: #fff !important;
}
.black-btn {
	color: #000;
}
.outline-btn.bg-white{
	color: #000;
    border: solid 3px transparent;
    line-height: 45px;
}
.outline-btn.bg-white:hover{
	color: #fff !important;
	border-color:#fff !important;
	background-color: transparent !important;
}
.outline-btn {
    font-family: 'RiftBold';
    font-size: 20px;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    outline: none;
    position: relative;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    background-color: transparent;
    font-style: normal;
}
.outline-btn:hover {
	background-color: #fff;
}
.outline-btn.white-btn {
	color: #000;
	background-color: #EAEAEA;
	border-color: #EAEAEA;
}
.outline-btn.white-btn:hover {
	color: #fff !important;
	background-color: #000;
	border-color: #000 !important;
}
.outline-btn.on-white:hover {
    background: #444;
    color: #fff !important;
    border-color: #444 !important;
}

/* Button 1e */
.outline-btn {
	overflow: hidden;
}


.black-btn.outline-btn:hover {
	background-color: #000;
}
.outline-btn:hover,
.outline-btn:active {
	color: #fff !important;
	border-color: #000 !important;
	background-color: #000;
}
.black-btn.outline-btn:hover,
.black-btn.outline-btn:active {
	color: #fff !important;
	border-color: #000 !important;
}
.gray-btn.outline-btn {
    background-color: #272727;
    border-color: #272727;
    color: #fff;
}
.gray-btn.outline-btn:hover {
    background-color: #fff;
    border-color: #272727 !important;
    color: #272727;
}
.home-about .outline-btn {
    overflow: hidden;
    margin-top: 30px;
}
.home-about .outline-btn span {
    position: relative;
    z-index: 2;
}
.home-about .outline-btn:after {
    z-index: 1;
}
.contact-block {
	padding:8rem 0;
}
.contact-block h2 {
    font-size: 110px;
    color: #D0B56A;
    margin: 0 0 3rem;
}
.contact-block p {
	margin:0 0 3rem;
}
.give-block {
	color: #000;
	background:url(img/give-bg.png) no-repeat left top;
}
.give-block .black-btn {
    margin-left: 20px;
}
.give-block > .row > div:first-child {
	padding-top: 150px;
	padding-bottom: 100px;
}
.give-block h2 strong {
    font-size: 60px;
    color: #CEB674;
    text-transform: lowercase;
}
.give-block h2 strong:after  {
    content: '';
    display: inline-block;
    height: 58px;
    width: 2px;
    background-color: #CEB674;
    position: relative;
    top: 10px;
    margin-left: 25px;
}
section li  {
    margin-bottom: 2rem;
}
.connect-block h2  {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 103px;
    font-weight: 100;
    top: 20px;
    opacity: .2;
    z-index: 9;
}
.circle-groups .inner {
    padding: 230px 0;
}
.secondary-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.secondary-overlay {
    background-color: #7E7E7E;
    opacity: 0.75;
}
.campus-box article {
    position: relative;
    z-index: 2;
}
.campus-boxes .campus-box .secondary-overlay {
	transition: all .3s ease;
}
.campus-boxes{
	margin:60px 0;
	height: 1000px;
	display:flex;
	flex-direction:column;

}
.campus-box{
	width:669px;
	display:flex;
	justify-content: center;
	align-items: center;
	margin: 5px 0;
	position:relative;
	color:#fff;
	text-align:center;
	flex:1 1 auto;
	cursor: pointer;
}
.campus-box .blocks__section-image {
	opacity: 1;
}
.campus-box p{
	font-size:25px;
	margin:0;
}
.campus-box a {
	text-decoration: none !important;
}
.square-block-2{
	pointer-events: none;
}
.campus-box .button{
	background-color:transparent;
}
p.campus-content{
	display:none;
	padding:15px;
	font-style:normal;
	font-weight:500;
}
.blocks__section-image {
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease;
    /* filter: grayscale(100%);
    opacity: .35; */
}
.campus-boxes .campus-box .secondary-overlay {
    transition: all .3s ease;
}
.blocks__section-block:hover .blocks__section-image {
	transform: scale(1.2);
	opacity: 1;
}
.campus-boxes .campus-box:hover .secondary-overlay {
	opacity:.66 ;
	background-color: #CEB674;
}
.event-info {
	padding:15px;
}
.events .inner:hover .overlay {
	background-color: rgba(80,140,155,.86) !important;
}
.home-hero .fa-times:before {
    content: url(img/close.png);
}
.eventpage .inner:hover{
	/*overflow: hidden;*/
	transform: scale(1.1);
}
/*.eventpage .inner:hover img{
	transform: scale(1.5);
	transition-duration: 1.5s;
}*/
.eventpage .inner .overlay {
    background-color: rgba(167,195,212, 0.84) !important;
}
.eventpage .inner:hover .overlay {
    opacity: 1 !important;
    background-color: rgba(255,255,255, 0.7) !important;
}
.eventpage .inner:hover h3 {
	color:#000 !important;
}
.event-info h3 {
	font-size: 50px;
    text-align: center;
    line-height: 1;
    text-transform: none;
    color: #fff;
    margin: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    font-family: "Rift-Regular";
    font-weight: bold;
    letter-spacing: 4px !important;
}
.eventpage .inner:hover .eventmorebtn {
	display: block !important;
}
.eventpage .inner .eventmorebtn {
	bottom:90px;
}

.bottomnav a {
	text-decoration: none !important;
}
.bottomnav span {
    font-size: 150px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 5px;
    width: 100%;
    display: inline-block;
}
/*.bottomnav span:before {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    background-color: #fff;
    top: 50%;
    position: absolute;
    z-index: 0;
    left: -50px;
    right: -100px;
    width: auto;
}*/
.bottomnav .row > div:hover .overlay {
	opacity: .85 !important;
	background-color: #191919 !important;
}

section ul {
    margin-bottom: 0;
    padding-bottom: 20px;
}
.our_beliefs > .row > div:last-child {
	position: relative;
}
.footer .overlay {
	background: url(img/footeroverlay.png) no-repeat center bottom / cover;
}
.sectiontitlevertical {
	text-align: center;
	overflow: hidden;
	transform: rotate(20deg);
	transform-origin: left top;
}
.kidspage .box-1 h2 {
    text-align: center;
    color: #000;
    font-size: 50px;
    background: url(img/BIRTH-Kindergarten.png) no-repeat center center / 100%;
    margin: 0;
    padding: 60px 0;
    text-transform: uppercase;
    letter-spacing: .2em;
}
h2.sectiontitle {
    color: #000;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: .2em;
}
.studentstories .inner {
	max-width: 481px;
	margin: 0 auto;
}
.whatscomingup p.mb100, .signupform p.mb100 {
    font-size: 40px;
    line-height: 1.2;
}
.whatscomingup p.mb100 b, .signupform p.mb100 b {
	font-size: 50px;
}
.whatscomingup p.pb50 {
    padding-bottom: 50px;
    font-size: 29px;
    line-height: 1.2;
}
body .gform_wrapper .gform_page_footer .button {
    border: 2px solid;
    width: 276px;
    display: inline-block;
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    font-weight: 400;
    max-width: 100%;
    text-decoration: none !important;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    text-align: center;
    padding: 0;
    background: #EAEAEA;
    border-color: #EAEAEA;
    color: #000;
}
body .gform_wrapper .gform_page_footer .button:hover {
	background: #000;
	border-color: #000;
	color: #EAEAEA;
}
body img.gform_ajax_spinner{
 display: none !important;
}
.signupform ul.gfield_checkbox {
    max-width: 140px;
    margin: 0 auto !important;
    font-size: 30px;
}
.signupform h2 {
    font-size: 30px;
    font-weight: bold !important;
}
.signupform .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
    margin-top: 0;
    width: 28px !important;
    height: 28px;
    margin-right: 10px;
}
.signupform .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    opacity: .46;
}
.signupform .gform_wrapper h3 {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
}
.signupform  .gform_wrapper .gform_page_footer {
    border-top: 0;
    text-align: center;
    padding-top: 80px;
}
.signupform .gform_wrapper ul li.gfield {
    margin-top: 50px;
}
.footercta {
	color: #707070;
	font-size: 30px;
}
.globaloutreachpage .text-block span {
    font-size: 90px;
}
.outreachpartners .overlay {
	opacity: 0;
	-webkit-transition:  all 0.25s ease 0s;
    -moz-transition:  all 0.25s ease 0s;
    -o-transition:  all 0.25s ease 0s;
    transition:  all 0.25s ease 0s;
}
.outreachpartners .inner:hover .overlay {
	opacity: .9;
}
.pastseries .row > div {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 20px;
}
.pastseries .row > div img {
	width: 100%;
}
.pastseries .event_date {
	font-size: 70px;
	font-weight: 900;
	color: #000;
	letter-spacing: .2em;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 1;
}
.pastseries h2 {
    font-size: 50px;
    text-transform: uppercase;
    color: #343434;
    font-weight: 900;
    letter-spacing: 4px;
    padding: 50px 0;
}
.messagelist h3 {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
.pastseries h3{
	font-family: 'Times Bold';
	font-style: normal;
	text-transform: uppercase;
	font-size: 20px;
}
.pastseries iframe{
  width: 100%;
}
.pastseries h3 small{
	text-transform: none;
}
.pastseries .message-meta {
    font-size: 20px;
    font-family: 'Times';
}
.pastseries .message-meta {
    font-size: 20px;
}
.messagelist .event_date {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.messagelist h2 {
	font-size: 50px;
	letter-spacing: .2em;
}
.latestmessage h2 {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 900;
    margin: 0 0 60px;
}
.latestmessage h3 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 20px;
    line-height: 1;
   	color: #000;
}
.latestmessage span {
    font-size: 35px;
    display: block;
    letter-spacing: .1em;
    color: #333333;
    font-family: 'Times';
    font-weight: 300;
    text-transform: capitalize;
}
.latestmessage .the-content {
	line-height: 1.9;
	font-size: 20px;
}
.single-message h2{
	font-weight: bold;
	font-size: 50px;
}
.abtleadcontent h2 {
	font-size: 40px;
}
.abtleadcontent span > em {
	color:#A0A0A0;
	font-size:20px;
}
.ministries .overlay {
	background: transparent;
	opacity: 0;
}
.ministries .inner:hover .overlay {
	background: rgba(255,255,255,.85);
	opacity: 1;
}
.upcomingmissions h3 {
	font-size: 50px;
	letter-spacing: .2em;
}
.upcomingmissions i {
	font-size: 30px;
}
.needprayer h2.sectiontitle {
    font-size: 150px;
    letter-spacing: 0;
    font-weight: 300;
}
.introtext h2 {
    font-size: 130px;
    letter-spacing: 0;
    font-weight: 300 !important;
    color: #fff;
    line-height: 1;
    margin: 0 0 150px;
}
.prayerform.signupform ul.gfield_checkbox {
    max-width: unset;
}
.prayerform.signupform .gform_wrapper li.gf_list_inline ul.gfield_checkbox li {
    margin: 0 20px 10px;
}
.signupform .gform_wrapper .top_label .gfield_label {
    font-size: 30px;
    opacity: .46;
}
.signupform .gform_wrapper textarea.medium {
    width: 914px;
    max-width: 100%;
    background-color: transparent;
    border: 2px solid rgba(255,255,255,.46);
}
.prayerform .gform_wrapper .top_label .gf_list_inline  .gfield_label {
    font-size: 25px;
    opacity: 1;
}
.home .events .event_date {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
}
.aboutsection h2 {
    font-size: 40px;
    letter-spacing: .2em;
    font-weight: 900;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 5px solid #000;
}
.aboutsection ul {
	padding:0;
	list-style: none;
}
.aboutsection ul li {
	margin: 0 0 20px;
}
.aboutsection ul li h3 {
	font-size: 25px;
	text-transform: uppercase;
	opacity: .37;
	cursor: pointer;
}
.aboutsection ul li h3:after {
	content: ' +';
}
.aboutsection ul li h3.expands:after {
	content: ' -';
}
.aboutsection .toggle-container {
	display: none;
	font-size: 20px;
}
.absolutebtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}
.events  .absolutebtn {
    bottom: 25px;
    z-index: 9;
}
.where-to-find {
	font-size: 20px;
}
.where-to-find a.outline-btn:hover {
	border-color:#272727 !important;
	color:#272727 !important;
}
.givetxtway h2 {
	font-size: 90px;
}
.welcome-visit h2 {
	font-size: 50px;
}
.welcome-visit p {
	font-size: 40px;
}
.serviceschedule a.outline-btn:hover {
	border-color:#272727 !important;
	color:#272727 !important;
}
.serviceschedule .text-left {
	border-left:5px solid #D8D8D8;
	padding-top:10px;
	padding-bottom: 10px;
}
.serviceschedule p {
	margin-bottom: 0;
}
.serviceschedule h3, .serviceschedule p {
	font-size: 30px;
}
.planvisitform h3 {
	font-size: 60px;
}
.planvisitform .subtxt {
	font-size: 25px;
	line-height: 1.2;
}
.visitform .gform_wrapper .gform_page_footer {
    border-top: none;
}
.visitform li.gfield {
	width:100% !important;
}
.visitform li.gfield input {
    border-bottom: 5px solid #000;
    width: 100%;
    color: rgba(51,51,51,.28);
    height: 50px;
    text-transform:uppercase;
}
.visitform input[type=button] {
	color: #000 !important;
    background-color: transparent !important;
    border-color: #000 !important;
}
.visitform .gform_body .gform_page_footer {
	text-align: center;
}
.visitform .ginput_container_date input {
    width: 95% !important;
}
.visitform li.gfield input::-webkit-input-placeholder {
   color: rgba(51,51,51,.28);
}
.visitform li.gfield input:-moz-placeholder { /* Firefox 18- */
   color: rgba(51,51,51,.28);
}
.visitform li.gfield input::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(51,51,51,.28);
}
.visitform li.gfield input:-ms-input-placeholder {
   color: rgba(51,51,51,.28);
}
.visitform li.gfield input::-webkit-input-placeholder:after{
}
.visitform li.gfield input:focus::-webkit-input-placeholder{
	 color:transparent;
}
.visitform li.gfield input::-moz-placeholder:after{
}
.visitform li.gfield input:focus::-moz-placeholder{
	 color:transparent;
}
.makeadifference .sectiontitle {
    font-size: 40px;
    color: #000;
    border-bottom: 5px solid;
    padding: 0 0 20px;
    margin: 0 0 50px;
    position: relative;
}
footer .footer-col-header {
    padding-bottom: 20px;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    letter-spacing:1px;
}
.complete {
	display: none;
}
i.complete, i.more {
	font-style: normal;
}
.footer-contact .col-md-7 a {
    padding: 0 5px;
}
body .gform_wrapper form img.ui-datepicker-trigger {
    width: 27px!important;
    height: 26px!important;
}
.homemessage .inner {
    background: #fff;
    padding: 40px;
    width: 898px;
    z-index: 8;
    position: relative;
    left: -260px;
}
.homemessage .inner h3 {
    font-size: 40px;
    margin: 0 0 20px;
    letter-spacing: .2em;
    font-weight: normal;
}

body #fancybox-content {
	    border: 0 solid transparent;
	    background: none;
	    margin: 0 auto;
}
body #fancybox-outer {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
body #fancybox-overlay {
    opacity: 0.95 !important;
    background-color: #000 !important;
}
body #fancybox-close {
    position: absolute;
    top: 0;
    right: 20px;
    width: 65px;
    height: 65px;
    background: transparent url(img/closebtn.png) no-repeat center center;
}
.main-navigation .blocks__section-tall {
    height: 35vh;
    width: 100%;
}
.btn-nav {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.eventpopup .row > div:first-child {
    border-right: 5px solid #E64B4B;
}
.eventpopup h3{
	font-size: 50px;
}
.eventpopup span.event_date,
.eventpopup p{
	font-family: "Times";
	font-style: italic;
	font-size: 20px;
	color: #000000;
}
.eventpopup .outline-btn{
	width: 200px;
}
.pyvpopup.plan h2 {
    font-size: 150px;
    font-style: italic;
    letter-spacing: .06em;
    font-weight: bold;
    font-family: 'Rift-BoldItalic';
    letter-spacing: 4px;
}
.pyvpopup.plan h3{
	font-family: 'riftbold';
    font-size: 50px;
}
.volunteerpopup h2 {
    font-size: 90px;
    font-weight: bold;
}
.volunteerpopup p, .volunteerpopup .gform_wrapper label.gfield_label {
    font-family: serif;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
    font-style: italic;
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-size: 20px;
    color: #fff;
}
.gform_wrapper .rift label.gfield_label, .gform_wrapper .rift legend.gfield_label {
    font-size: 30px;
}
.gform_wrapper .gfield_checkbox li label {
    font-size: 25px !important;
    color: #fff;
}
.gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button, .gform_wrapper .gform_page_footer .button.gform_button {
    background: none;
    border-color: #E64B4B;
    color: #E64B4B;
    font-size: 20px;
    font-family: rift;
    font-weight: bold;
    letter-spacing: .1em;
}
.gform_wrapper .gform_page_footer .button.gform_next_button:hover, .gform_wrapper .gform_page_footer .button.gform_button:hover {
	background-color: #E64B4B;
    border-color: #E64B4B;
    color: #fff;
}
.gform_wrapper .gform_page_footer {
    border-top: 0 !important;
    text-align: center;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
    width: 37px !important;
    height: 37px;
    margin-right: 10px;
}
.connectheading  p {
    z-index: 9;
    position: relative;
}
form .mb20 label {
	margin-bottom: 20px;
}
html body .gform_wrapper #gform_page_7_1 ul li.gfield {
    margin-top: 40px;
}
.MomentumKids  .hero article h1:before, .MomentumUSA  .hero article h1:before {
	display: none;
}
.MomentumUSA .hero{
	height: 60vh;
	background-color: transparent;
	background-position: inherit;
}
.planvisitpopup select {
    padding: 20px 50px !important;
    outline: none !important;
}
.planvisitpopup li.gfield.visit-date {
	text-align:center !important;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

.tabs {
    border: none !important;
    background: transparent !important;
}
ul.TabSelector {
    list-style: none;
    margin-left: 0;
    text-align: center;
    padding:0;
}
ul.TabSelector li {
	display:inline-block;
	margin: 0;
	position: relative;
	float: left;
}
.AbtTabs ul.TabSelector li {
	width:20%;
}
ul.TabSelector li a {
    color: #231f20;
    padding: 10px;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 377px;
    height: 146px;
    background: #fff;
    display: block;
    text-align: center;
    line-height: 146px;
}
ul.TabSelector li a span {
	padding-bottom: 10px;
	border-bottom:1px solid transparent;
}
ul.TabSelector li.ui-tabs-active a span,
ul.TabSelector li.ui-state-hover a span {
	border-bottom:1px solid #000
}
ul.TabSelector li:after {
	content:'';
	background:url(img/abt_tab_arrow.png);
	position: absolute;
	bottom:25px;
	left:0;
	right: 0;
	text-align: center;
	margin:0 auto;
	width:21px;
	height: 14px;
}
ul.TabSelector li.ui-tabs-active:after,
ul.TabSelector li.ui-state-hover:after {
	content:'';
	background:none;
}
.connecttab ul.TabSelector li a span {
	padding-bottom: 10px;
	border-bottom:1px solid transparent;
}
.connecttab ul.TabSelector li.ui-tabs-active:after,
.connecttab ul.TabSelector li.ui-state-hover:after,
.connecttab ul.TabSelector li:after {
	content:'';
	background:none;
}
.connecttab ul.TabSelector li.ui-tabs-active a span,
.connecttab ul.TabSelector li.ui-state-hover a span {
	border-bottom:none;
}
ul.TabSelector li.ui-tabs-active a, ul.TabSelector li.ui-state-hover a {
	background:#F7F7F7;
	text-decoration:none !important
}

.AbtTabs h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}
.AbtTabs .subtxt {
	margin-bottom: 50px;
}
.abt_mandv .container {
	max-width:755px;
	margin:0 auto;
}
.abt_hope h2 {
	text-align: left;
}
.abt_hope a.outline-btn {
	margin:0 20px;
}
.ways_to_give .desc {
    max-width: 400px;
    padding: 20px;
}
.ways_to_give:before {
	content: '';
	height: 440px;
	background: #508C9B;
	position: absolute;
	top: 50%;
	margin-top: -220px;
	left: 0;
	right: 0;
}

.ways_to_give .desc h3 {
	font-size: 40px;
	text-transform: uppercase;
}
.ways_to_give .desc .outline-btn {
	margin-top: 50px;
}
.ways_to_give .desc div {
	display: none;
}
.ways_to_give .inner:hover h3 {
    font-size: 30px;
    margin: 0 0 50px;
}
.ways_to_give .inner:hover h3 br {
	display: none;
}
.ways_to_give .inner:hover .desc div {
	display: block;
}
.ways_to_give .inner:hover .overlay {
    background-color: rgba(80, 140, 155, 0.86);
}
.showcontentonhover .desc {
	padding: 40px;
}
.showcontentonhover .desc h3 {
	font-size: 40px;
	text-transform: uppercase;
}
.showcontentonhover .desc div {
	display: none;
}
.showcontentonhover .inner:hover h3 {
    font-size: 30px;
    margin: 0 0 20px;
}
.showcontentonhover .inner:hover h3 br {
	display: none;
}
.showcontentonhover .inner:hover .desc div {
	display: block;
}
.showcontentonhover .inner:hover .overlay {
    background-color: rgba(80, 140, 155, 0.86);
}

body .gform_wrapper textarea, body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 70px;
    background: #fff;
    padding: 20px 50px;
    border-radius: 15px;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: bold;
    border:0;
    color: #000;
    font-family: 'riftbold' !important;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16);
}
.datepicker input {
    background: no-repeat !important;
    border-bottom: 2px solid !important;
    border-radius: 0 !important;
    margin-left: 70px !important;
    padding: 20px 0 5px !important;
    width: 332px !important;
    height: unset !important;
}
.datepicker .ginput_container_date {
    max-width: 332px;
    margin: 0 auto;
    position: relative;
}
html body .gform_wrapper ul li.gfield {
    margin-top: 30px;
}
body .gform_wrapper form .datepicker img.ui-datepicker-trigger {
    width: 38px!important;
    height: 38px!important;
    position: absolute;
    left: 20px;
    top: 25px;
}
body .gform_wrapper .gform_footer {
    text-align: center;
}
body .gform_wrapper .gform_footer input[type=submit] {
    margin: 30px auto 0;
    height: 60px;
    width: 210px;
    background: no-repeat;
    border: 3px solid #000000;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    font-family: 'riftbold';
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
	background: #000;
	color: #fff;
}
.footer-contact {
    font-size: 17px;
    font-weight: normal;
    padding: 20px 0;
    letter-spacing: .1em;
    background: rgb(167 195 212 / 0.7);
}
.footer-contact a.address{
	font-family: 'Times';
	font-style: italic;
	font-size: 22px;
	line-height: 25px;
}
.footer-contact a{
	font-size: 22px;
	font-family: 'Times';
	font-style: italic;
}
.footer-contact a:hover {
	color:#E64B4B;
}
.owl-nav button {
    width: 36px;
    height: 61px;
    background: url(img/bluearrow-right.png) !important;
    text-indent: -9999px;
    outline: none !important;
    position: absolute;
    right: -80px;
    top: 50%;
    margin-top: -60px !important;
}
.owl-nav button.owl-next {
    right: -80px;
}
.owl-nav button.owl-prev {
    left: -80px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.backto-btn {
    position: absolute;
    left: 130px;
    bottom: 70px;
    font-weight: bold;
    letter-spacing: .15em;
    text-decoration: none !important;
}
.backto-btn i {
    color: #00A1E0;
    font-size: 50px;
    position: relative;
    top: 13px;
    margin-right: 5px;
}
.single-message .latestmessage .video-frame-outer:before {
	display: none;
}
.prevnextbtn  a {
	display: inline-block;
	height: 61px;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	line-height: 61px;
	text-decoration: none !important;
}
.prevnextbtn .text-left a {
	background: url(img/prevbtn.png) no-repeat left center;
	padding-left: 50px;
}
.prevnextbtn .text-right a {
	padding-right: 50px;
	background: url(img/nextbtn.png) no-repeat right center;
}
.singlepage.latestmessage h3, .singlepage.latestmessage .series {
    color: #fff;
    margin: 0 0 5px;
}
.singlepage.latestmessage .series {
    font-weight: normal;
    font-size: 20px;
}
.pre-footer ul {
    padding-left: 20px;
    border-left: 6px solid #F2EFEA;
}
.top-nav {
	margin-bottom: 50px;
}
.msgnav-box, .givenav-box {
   /* min-height: 30vh;*/
    text-align: center;
}
.searchresult article a.outline-btn {
	width:350px !important;
}


.give-tray {
    position: absolute;
    z-index: 999;
    height: 100vh;
    left: 105%;
    top: 0;
    bottom: 0;
    background: #000;
    font-size: 16px;
    line-height: 1.9;
    width: 100%;
    visibility: hidden;
    display: none;
}
.give-tray.active {
	left: 0;
	visibility: visible;
	position: fixed;
	display: block;
}
.give-tray.active h1{
	font-size: 180px;
	font-family: 'Rift-BoldItalic';
	color: #fff;
	margin-bottom: 0px;
}
.give-tray.active h4{
	font-size: 40px;
	font-family: 'RiftBold';
	margin-bottom: 0px;
	color: #E64B4B;
	font-style:normal;
}
.give-tray.active p{
	font-size: 24px;
    font-family: 'Times';
    line-height: 35px;
    color: #E64B4B;
}
.give-tray.active p.text-bottom{
	/*background-color: #fff;*/
	position: relative;
	color: #000;
	font-size: 20px;
    font-family: 'Times';
    padding-bottom: 50px;
    margin-bottom: 0px;
}
.give-tray.active p.text-bottom:after{
	position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(167,195,212,0.8);
    z-index: -1;
}
.give-tray.active a{
	color: #000;
	width: 350px;
}
.give-tray .row > div:last-child .inner {
    max-width: 772px;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    background: rgba(167,195,212,0.8);
}
.close-tray {
    position: absolute;
    font-size: 50px;
    color: #fff;
    right: 30px;
    z-index: 1;
    font-style: normal;
    line-height: 1;
    cursor: pointer;
    top: 30px;
}
.give-trigger {
	position: relative;
}
.give-trigger:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	cursor: pointer;
}
.give-content  {
    height: 100%;
    overflow-y: auto;
}

.pyvpopup h2 {
    font-size: 2.5rem;
    font-size: 150px;
    font-style: italic;
    letter-spacing: .006em;
}
.searchresult article a.outline-btn {
	width:350px !important;
}
.webelieve .titlecontainer .inner {
    position: relative;
}
.webelieve .titlecontainer .inner:before {
    position: absolute;
    content: 'WE BELIEVE';
    text-align: right;
    color: #Fff;
    font-size: 200px;
    font-family: 'Rift-BoldItalic';
    right: 190px;
    top: 60px;
    bottom: 0;
    line-height: 1;
    display: none;
}
.volunteerpopup .mPS2id-target-last {
background-color:#fff;
}

.msgbgtxt {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}
/*.singlepage.latestmessage .outline-btn:hover {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}*/
.height100p {
	height: 100%;
}
.momentumconference h2{
	font-size: 50px !important;
}
.momentumconference p{
	font-size: 18px;
	font-style: italic;
}
.momentumconference .conference-sched h3{
	font-size: 50px !important;
	letter-spacing: 2px;
	font-style: normal;
}
.momentumconference .conference-sched .col-md-8{
	font-style: italic;
}
.momentumconference .conference-sched b{
	font-family: 'Times Bold';
}
.momentumconference .conference-sched{
	font-family: 'Times' !important;
}
.MomentumUSA .outline-btn{
	max-width: 200px;
}
.signup-form{
	padding-right: 0 !important;
	z-index: 9999;
}
.signup-form .modal-dialog{
	width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.signup-form .modal-header{
	position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    border: none;
}
.signup-form .modal-header button{
	opacity: 1;
    background: transparent;
}
.signup-form .modal-header button span{
	color: #fff;
    font-size: 60px;
}
.signup-form .modal-body{
	background-color: #F2EFEA;
}
.signup-form .modal-body .overlay{
  opacity: 1;
}
.signup-form .modal-body h2{
	font-size: 150px;
    font-style: italic;
    letter-spacing: .06em;
    font-weight: bold;
    font-family: 'Rift-BoldItalic';
    letter-spacing: 4px;
}
.signup-form .modal-body h3{
	font-family: 'riftbold';
    font-size: 50px;
}
.signup-form .modal-body form{
	width: 70%;
	margin: 60px auto;
}
#volunteer-form .modal-body form{
	width: 100%;
	margin: 0;
}
#volunteer-form .modal-body form p{
	font-family: 'times';
    font-size: 20px;
    font-style: italic;
}
#volunteer-form .modal-body .overlay{
	background-color: #A7C3D4;
    opacity: 0.8;
}
#volunteer-form .modal-body .overlay h2{
	text-align: right;
    padding: 0 30px;
    margin-top: 150px;
    color: #fff;
}
#volunteer-form .modal-body .volunteer1{
	width: 80%;
	margin:0 auto;
}
#volunteer-form .modal-body textarea{
	width:100%;
	margin-bottom: 100px;
}
#volunteer-form .modal-body form fieldset{
	border: none;
	margin: 0;
	padding: 0;
}
#volunteer-form .volunteer-bg{
	background-image: url('./img/volunteer1.jpg');
	height: 100vh;
}
#volunteer-form .cf7mls_next.action-button{
	position: absolute !important;
	width:250px;
	padding: 8px 5px;
    bottom: 50px;
    left: 60%;
    color: #000 !important;
    border:solid 3px;
    border-color: #000;
    font-family: 'RiftBold';
    font-size: 20px;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    outline: none;
    position: relative;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    background-color: transparent;
    font-style: normal;
}
#volunteer-form .volunteer2 + button + .cf7mls_next.action-button{
	left: 0;
	right: 0;
	margin: 0 auto;
}
#volunteer-form .cf7mls_next.action-button:hover{
	background-color: #000;
	color: #fff !important;
}
#volunteer-form .cf7mls_back.action-button{
    position: absolute;
    top: 40px;
    left: 45px;
    background-image: url(./img/back-icon.png);
    background-color: transparent;
    color: transparent;
    background-repeat: no-repeat;
    width: 30px;
    margin: 0;
    display: inline-block;
    height: 43px;
    box-shadow: none;
}
#volunteer-form .volunteer2{
	background-image: url('./img/volunteer2.jpg');
	height: 100vh;
}
#volunteer-form .volunteer2:before{
	position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
}
#volunteer-form .volunteer3 .volunteer3-1:before,
#volunteer-form .volunteer3 .volunteer3-2:before,
#volunteer-form .volunteer3 .volunteer3-3:before{
	position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background-color: rgba(242,239,234,0.8);
}
#volunteer-form .volunteer2 .row{
	position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#volunteer-form .volunteer3 h2{
	font-size:50px;
	z-index: 9999;
    position: relative;
    margin-bottom: 30px;
    font-family: 'RiftBold';
    font-style: normal;
    color: #000;
}
#volunteer-form .volunteer3 .form-control{
	height: 0;
    padding: 0;
    border: none;
}
#volunteer-form .volunteer3 .volunteer3-1,
#volunteer-form .volunteer3 .volunteer3-2,
#volunteer-form .volunteer3 .volunteer3-3{
	padding: 100px 100px 0;
}

#volunteer-form .volunteer3 .volunteer3-1{
	background-image: url('./img/volunteer3-1.jpg');
	height: 100vh;
}
#volunteer-form .volunteer3 .volunteer3-2{
	background-image: url('./img/volunteer3-2.jpg');
	height: 100vh;
}
#volunteer-form .volunteer3 .volunteer3-3{
	background-image: url('./img/volunteer3-3.jpg');
	height: 100vh;	
}
#volunteer-form .volunteer3 label{
	position: relative;
	color: #000;
}
#volunteer-form span.wpcf7-list-item{
    display: block;
    margin: 0 0 10px 0;
}
#volunteer-form .wpcf7-list-item-label{
	font-family: 'times';
    font-size: 20px;
    font-style: italic;
}
#volunteer-form .wpcf7-list-item-label:before{
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #000;
    margin-right: 15px;
    position: relative;
    content: '';
}
#volunteer-form input[type="checkbox"]{
    position: fixed;
    left: -9999px;
    top: -9999px;
    color: #000;
}
#volunteer-form input[type="checkbox"]:checked + .wpcf7-list-item-label:before{
    border-color: #000;
}
#volunteer-form input[type="checkbox"]:checked + .wpcf7-list-item-label:after{
    position: absolute;
    content: '';
    left: 5px;
    top: 12px;
    width: 15px;
    height: 6px;
    border: 2px solid transparent;
    border-left-color: #000;
    border-bottom-color: #000;
    transform: rotate(-45deg);
}
#volunteer-form .modal-body input[type=submit]{
	position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 250px;
    height: 50px;
}
.signup-form .modal-body input,
.signup-form .modal-body select,
.prayer-form input[type="text"],
.prayer-form input[type="tel"],
.prayer-form input[type="email"]{
	height: 70px;
    background: #fff;
    padding: 20px 50px;
    border-radius: 15px;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: bold;
    border: 0;
    color: #000;
    font-family: 'riftbold' !important;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16);
    margin-bottom: 30px;
}
.signup-form .modal-body select{
  -webkit-appearance:none;
}
.signup-form .modal-body textarea,
.prayer-form textarea{
    background: #fff;
    padding: 20px 50px;
    border-radius: 15px;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: bold;
    border: 0;
    color: #000;
    font-family: 'riftbold' !important;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16);
    margin-bottom: 30px;
}
#plan-your-visit .modal-body textarea{
	height: 160px;
}
.signup-form .modal-body input[type=submit],
.prayer-form input[type=submit]{
	margin: 30px auto 0;
    height: 60px;
    width: 210px;
    background: no-repeat;
    border: 3px solid #000000;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    font-family: 'riftbold';
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.signup-form .modal-body input[type=submit]:hover,
.prayer-form input[type=submit]:hover{
	background-color: #000;
	color: #fff;
}
.give-page .give-tray.active{
	position:relative !important;
	visibility: visible !important;
	left: 0 !important;
	height: 100% !important;
}
#plan-your-visit .gform_wrapper ul.gform_fields li.gfield{
	margin-top: 0px;
}
#plan-your-visit .gform_wrapper ul.gform_fields li.gfield input.datepicker{
	box-shadow: none !important;
}
#plan-your-visit .gform_wrapper ul.gform_fields li.gfield input{
	/*font-family: sans-serif !important;*/
    text-transform: none !important;
    font-size: 16px;
}
.outline-btn.btn2,
.outline-btn.btn2-black,
#volunteer-form .cf7mls_next.action-button{
	overflow: inherit;
}
.outline-btn.btn2:before,
.outline-btn.btn2-black:before,
#volunteer-form .cf7mls_next.action-button:after{
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	width: 250px;
  	height: 48px;
  	border: 3px solid #fff;
  	-webkit-transition: -webkit-transform 0.2s;
  	transition: -webkit-transform 0.2s;
  	transition:all linear 0.2s;
  	-webkit-transform: translate(-3px, -3px);
    transform: translate(-10px, -10px);
    opacity: 0;
}
.upper-footer .outline-btn.btn2:before{
	width: 180px;
}
.outline-btn.btn2-black.w-200:before{
	max-width: 200px;
	width: 200px;
}
.searchresult .outline-btn.btn2-black:before,
.give-tray.active a.btn2-black:before{
	width: 350px;
}
.outline-btn.btn2-black:before,
#volunteer-form .cf7mls_next.action-button:after{
	border-color: #000;
}
.outline-btn.btn2:hover:before,
.outline-btn.btn2-black:hover:before,
#volunteer-form .cf7mls_next.action-button:hover:after{
    opacity: 1;
}
.outline-btn.btn2:hover{
	background-color: transparent !important;
	color: #fff !important;
}
.outline-btn.btn2-black:hover,
#volunteer-form .cf7mls_next.action-button:hover{
	background-color: transparent !important;
	color: #000 !important;
}
#create-contact-form h3{
    font-size: 32px;
    color: #000;
    margin-bottom: 20px;
}
#mailing-list .mc4wp-checkbox{
display: none !important;
}
#create-contact-form input[type=checkbox],
#mailing-list input[type=checkbox]{
    position: fixed;
    left: -9999px;
    top: -9999px;
    color: #495057;
}
#create-contact-form label,
#mailing-list label{
  position: relative;
}
#create-contact-formspan.wpcf7-list-item{
    display: inline-block;
    margin: 0;
    margin-right: 50px;
}
#create-contact-form .wpcf7-list-item-label,
#mailing-list .wpcf7-list-item-label{
  color:#545C71;
  font-size: 20px;
  font-weight: 500;
}
#create-contact-form .wpcf7-list-item-label:before,
#mailing-list .wpcf7-list-item-label:before{
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    margin-right: 15px;
    position: relative;
    content: '';
    /*border-radius: 50px;*/
    background-color: #000;
}
#create-contact-form input[type=checkbox]:checked + .wpcf7-list-item-label:before,
#mailing-list input[type=checkbox]:checked + .wpcf7-list-item-label:before{
    border-color: #293041;
}
#create-contact-form input[type=checkbox]:checked + .wpcf7-list-item-label:after,
#mailing-list input[type=checkbox]:checked + .wpcf7-list-item-label:after{
    position: absolute;
    content: '';
    left: 4px;
    top: 11px;
    width: 18px;
    height: 10px;
    border: 2px solid transparent;
    border-left-color: #fff;
    border-bottom-color: #fff;
    transform: rotate(-45deg);
}
/*.outline-btn.btn2:after,.outline-btn.btn2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 3px solid #fff;
  transition:all linear 0.2s;
  opacity: 0;
}
.outline-btn.btn2:after {
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}
.outline-btn.btn2:before {
  -webkit-transform: translate(-3px, -3px);
          transform: translate(-3px, -3px);
}
/*.outline-btn.btn2:hover:after, .outline-btn.btn2:hover:before {
  -webkit-transform: translate(0);
          transform: translate(0);
}*/





/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* Desktop */
.ForMobile {
	display:none !important;
}
#volunteer-form .ajax-loader{
	display: none !important;
}
@media only screen and (min-width:1400px){
	.signup-form .modal-header button{
		margin-right: 30px;
    	margin-top: 20px;
	}
	.footer-contact a{
		font-size: 25px;
	}
	.eventpopup .container{
		max-width: 1600px;
	}
	.nav .fa-times{
		top: 50px;
	}
}

.give-tray.active{
	background:#fff;
}
.give-tray.active .verticalcenter.flex-column{
	background-size: 100% 70% !important;
}

.give-tray .row > div:last-child .inner{
	max-width:100%;
}
@media only screen and (max-width: 1399px){
  .ctc_address span{
    font-size: 40px;
  }
  .connectheading h3:before{
    font-size: 120px;
  }
	.footer-contact a,
	.footer-contact a.address{
		font-size: 18px;
	}
	#volunteer-form .volunteer3 .volunteer3-1, #volunteer-form .volunteer3 .volunteer3-2, #volunteer-form .volunteer3 .volunteer3-3{
		padding: 100px 80px 0;
	}
	#volunteer-form .volunteer3 h2{
		font-size: 35px;
	}
	#volunteer-form .wpcf7-list-item-label{
		font-size: 16px;
	}
	#volunteer-form .modal-body .overlay h2{
		font-size: 90px;
	}
	#volunteer-form .wpcf7-list-item-label:before{
		width:22px;
		height:22px;
	}
	#volunteer-form input[type="checkbox"]:checked + .wpcf7-list-item-label:after{
		top: 8px;
    	width: 12px;
	}
	#volunteer-form .modal-body textarea{
		margin-bottom: 130px;
		height: 200px;
	}
	#volunteer-form .cf7mls_next.action-button{
		bottom: 30px;
	}
	#volunteer-form .modal-body input[type=submit]{
		bottom: 10px;
	}
	.signup-form .modal-header button{
		margin-top: 30px;
    	margin-right: 30px;
	}
	.give-tray.active h4{
		font-size: 28px;
	}
	.give-tray.active p{
		font-size: 20px;
		line-height: 30px;
	}
	.give-tray.active p.text-bottom{
		padding-bottom: 20px;
	}
	/*.give-tray.active p.text-bottom{
		background-color: rgba(167,195,212,0.8);
	}*/
	.home .homegroup h2,
	.pre-footer h1,
	.homegroup h2{
		font-size: 100px;
	}
	.pre-footer h1{
		max-width: 375px;
	}
	.valuesculture .inner h3,
	.webelieveinner h3,
	.switch-links li a,
	.pre-footer h4,
	.upper-footer h4,
	.valuesheading h5,
	.headingtext h3{
		font-size: 40px;
	}
	.homegroup h2{
		padding-right: 100px;
	}
	.ministriespage .homegroup .verticalcenter p.time{
		font-size: 28px;
	}
	.equipher .inner p.inner2{
		font-size: 20px;
	}
	.eventpopup .container{
		max-width: 1200px;
	}
	.momentumconference{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.conference-sched{
		max-width: 100% !important;
	}
	.momentumconference h2{
		font-size: 45px !important;
	}
	.m-usa-pastors .midweekList h4{
		font-size: 22px !important;
	}
	.m-usa-pastors .midweekList h3{
		font-size: 16px !important;
	}
	.MomentumKids .homegroup .verticalcenter  p{
		font-size: 25px !important;
	}
	.MomentumKids .equipher .inner p.inner2{
		font-size: 18px !important;
	}
	.equipher .inner p.inner2{
		font-size: 20px !important;
	}
	.create h2, .men h2, .align h2{
		font-size: 130px;
	}

}
@media screen and (min-width:0) and (max-width:1799px) {
	ul.TabSelector li a {
	    width: auto;
	}
	.showcontentonhover .desc {
	    font-size: 13px;
	}
	.homegroup h2 {
	    padding-left: 20px;
	}
	.ministriesrev .inner {
	    font-size: 37px;
	    padding-right: 10px;
	    padding-left: 70px;
	}
} 
@media screen and (min-width:0) and (max-width:1599px) {
	.whoweare h2 {
	    font-size: 88px;
	}
	.pastor-section h2 {
	    font-size: 40px;
	}
	.home-message .home-message-buttons .button:nth-child(1) {
	    margin-right: 20px;
	}
	.home-message .home-message-buttons {
	    top: 90%;
	}
	body .fs30 {
	    font-size: 24px;
	}
	.home-message .hm-title h3 {
	    font-size: 40px;
	}
	.our_beliefs .switch-links li:hover a:after, .our_beliefs .switch-links li a.active:after {
	    width: 23vw;
	}
	ul.TabSelector li a {
	    font-size: 21px;
	}

	.serving_oppurtunities .inner {
	    padding: 0 70px;
	}
	.showcontentonhover .desc {
	    padding: 20px;
	}
	.showcontentonhover .desc {
	    font-size: 12px;
	}
	.showcontentonhover .desc h3 {
	    font-size: 30px;
	}
	.ctc_address {
	    padding-right: 70px;
	}
	.ctc_address:before {
		right:70px;
	}
	.connect_ctcinfo {
	    padding-left: 70px;
	}
	.webelieve .titlecontainer .inner {
	    padding-left: 110px;
	}
	.webelieve .titlecontainer .inner:before {
	    right: 80px;
	}
	.homegroup h2 {
	    font-size: 120px;
	}
	.eventpage .inner:hover h3:before {
	    left: 0px;
	    right: 0;
	}
}
@media only screen and (min-width:1400px){
	.ctc_address span{
		left: -100px;
	}
}
@media only screen and (min-width:1366px){
	.give-tray.active .verticalcenter.flex-column {
		background-size: cover !important;
	}
	.give-tray.active p.text-bottom{
		background-color: rgba(167,195,212,0.8);
    	padding-top: 50px;
	}
}
@media screen and (min-width:0) and (max-width:1366px) {
	.select-options .selector {
	    font-size: 50px;
	}
	.home-message .hm-title h2 {
	    font-size: 50px;
	}
	.home-message .hm-title h3 {
	    font-size: 30px;
	}
	.nav {
	    padding: calc(50vh - 150px) calc(60vw - 600px) 0;
	}
	.pastor-section h2 {
	    font-size: 30px;
	}
	.pastor-section h2 strong {
	    font-size: 50px;
	}
	.whoweare h2 {
	    font-size: 6rem;
	}
	.aboutsection:before {
	    left: 35px;
	}
	.home .events:before {
	    left: 35px;
	    top: 0;
	}
	.homemessage:before {
	    left: 47px;
	    right: 60px;
	}
	.homemessage:after {
	    right: 45px;
	}
	.home .homegroup h2{
		font-size: 120px;
	}
	.home .homegroup p{
		font-size: 28px;
	}
	.video-responsive {
	    max-width: 85%;
	    margin: 0 auto;
	}
	.video-frame-outer .absolutebtn {
	    bottom: 80px;
	}
	.getinvolved:before {
	    right: 35px;
	}
	.getinvolved .container {
	    max-width: 900px !important;
	}
	.mid-banner h3 {
	    font-size: 10rem;
	}
	.getinvolved:after {
	    right: 60px;
	}
	.footer-contact .social-icons strong {
	    font-size: 14px;
	}
	.home .events:before {
	    background: url(img/events.png) center -490px;
	}
	.givetxtway h2 {
	    font-size: 80px;
	}
	.needprayer h2.sectiontitle {
	    font-size: 100px;
	}
	.planvisitform h3 {
	    font-size: 50px;
	}
	.singlemessage  .row > .pl70 {
	    padding-left: 15px;
	}
	ul.TabSelector li a {
	    font-size: 18px;
	}
	.inner_pdtop {
	    padding-top: 0px;
	}
	.row.gt_topics {
	    margin-right: -15px;
	    margin-left: -15px;
	    margin-top: 60px;
	}
	.connecttab ul.TabSelector li:last-child:after {
	    background-repeat: no-repeat;
	    margin-left: 160px;
	}
	.connecttab ul.TabSelector li:first-child:after {
	    background-repeat: no-repeat;
	    margin-right: 200px;
	}
	.serving_oppurtunities .switch-links li a {
	    font-size: 35px;
	}
	.showcontentonhover .inner:hover h3 {
	    font-size: 24px;
	    margin: 0 0 15px;
	}
	.ctc_address:before {
	    right: 0;
	}
	.ctc_address {
		padding-right: 20px;
	}
	.homepyvbtn {
	    margin-top: 220px;
	}
	.webelieve .titlecontainer .inner:before {
	    right: 40px;
	}
	.homegroup h2 {
	    letter-spacing: 7px;
	    font-size: 150px;
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.page-id-128 .homegroup h2{
		font-size: 110px;
	} 
	.valuesculture .inner h3{
		font-size: 28px;
	}
	.valuesculture .inner p{
		font-size: 18px;
	}
	.equipher .inner {
	    padding-right: 70px;
	}
	.events .searchtitle {
	    font-size: 130px;
	}
	.event-info h3 {
	    font-size: 50px;
	}
	.ctc_address {
	    padding-right: 0px !important;
	}
	.connect_ctcinfo {
	    padding-left: 0px !important;
	}
	.eventpage .inner:hover h3:before {
	    left: 20px;
	    right: 20px;
	}
	.webelieve .titlecontainer .inner {
	    padding-left: 180px;
	}
	.BioCont .name {
	    font-size: 35px;
	}
	.nav {
	    padding: calc(50vh - 200px) calc(60vw - 600px) 0;
	}
	.footer-col a {
	    font-size: 16px;
	}
	.bottomnav span {
	    font-size: 120px;
	}
	.owl-nav button{
		position: relative;
	}
} 
@media only screen and (min-width:1200px) and (max-width:1366px){
	.ctc_address span{
		left: -100px;
	}
	.ctc_address:before{
		right: 0;
	    line-height: 130px;
	    top: -45%;
	    width: 400px;
	    font-size: 120px;
	}
}
@media only screen and (min-width:1400px){
	.nav.active{
		opacity: 1;
		pointer-events: all;
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media only screen and (max-width:1700px){
	header .footer-col p{
		font-size: 25px;
	}
	header .footer-col a{
		font-size: 16px;
	}
}
@media only screen and (min-width:1200px){
	header .footer-col p{
		border-bottom: none;
		position: relative;
	}
	header .footer-col p::after{
		position: absolute;
		content: '';
		width: 180%;
		height: 1px;
		background-color: #E64B4B;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 -40%;
	}
}
@media only screen and (max-width:1299px){
	#volunteer-form .volunteer3 .volunteer3-1, #volunteer-form .volunteer3 .volunteer3-2, #volunteer-form .volunteer3 .volunteer3-3{
		padding: 100px 40px 0;
	}
}
@media screen and (min-width:0) and (max-width:1199px) {
	.bottom-footer .footer-col-left {
	    padding-left: 65px;
	}
	.footer-col a {
	    font-size: 14px;
	}

	.select-content {
	    width: 600px;
	}
	.select-options .selector {
	    font-size: 20px;
	}
	.phrase-bar h2 {
	    font-size: 36px;
	}
	.nav {
	    padding: calc(50vh - 150px) calc(60vw - 550px) 0;
	}
	.pre-footer h1, .connect-block h2, .hero h1 {
	    font-size: 7rem;
	}
	.hero .subtitle {
	    font-size: 2rem;
	}
	.whoweare h2 {
	    font-size: 5rem;
	}
	.waytogive h3 {
	    font-size: 4rem;
	}
	.contact-block h2 {
	    font-size: 8rem;
	}
	.givetxtway h2 {
	    font-size: 60px;
	}
	.pre-footer h2 {
	    font-size: 80px;
	}
	.pre-footer p {
	    font-size: 30px;
	}
	.footer-contact .social-icons strong {
	    display: block;
	}
	.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	    letter-spacing: .1em !important;
	}
	.latestmessage h3 {
	    font-size: 30px;
	}
	.pastseries .event_date {
	    font-size: 40px;
	    top: -30px;
	}
	.mid-banner h3 {
	    font-size: 6rem;
	    margin: 0 0 40px;
	}
	h2.sectiontitle {
	    font-size: 45px;
	}
	.globaloutreachpage .text-block span {
	    font-size: 70px;
	}
	.serviceschedule h3, .serviceschedule p {
	    font-size: 24px;
	}
	.planvisitform h3 {
	    font-size: 40px;
	}
	.planvisitform .subtxt {
	    font-size: 20px;
	}
	.our_beliefs > .row > div:last-child {
	    padding: 40px;
	}
	.our_beliefs .switch-links li:hover a:after, .our_beliefs .switch-links li a.active:after {
	    width: 10vw;
	}
	.aboutsection:before, .home .events:before {
	    left: 0;
	}
	.aboutsection .container {
	    padding: 0 80px;
	}
	.homemessage:before {
	    left: 12px;
	    right: 12px;
	}
	.homemessage:after {
	    right: 0;
	}
	.getinvolved:before {
	    right: -10px;
	}
	.getinvolved:after {
	    right: 12px;
	}
	body .withplaybtn:before {
	    width: 58px;
	    height: 58px;
	    background-size: 100%;
	    margin-top: -29px;
	    margin-left: -29px;
	}
	.footer-col-header {
	    font-size: 17px;
	   }

	.homemessage .inner {
	    width: 725px;
	}
	ul.TabSelector li a {
	    font-size: 15px;
	}
	.abt_hope a.btn {
	    margin: 0 7px;
	}
	.beliefsswitch.hopeswitch .switch-links {
	    margin-right: 40px;
	}
	.team-col {
	    max-width: 270px;
	    margin: 0 auto;
	}
	.BioCont .name {
	    font-size: 23px;
	}
	.singlepage.latestmessage .pl70.text-left {
	    padding-left: 15px;
	}
	.AbtTabs  .ui-widget-content .col-md-6.pl100 {
	    padding-left: 40px;
	}
	.lifegrp_video .arve-wrapper {
	    margin: 0 auto;
	}
	.connecttab ul.TabSelector li:first-child:after {
	    margin-right: 185px;
	}
	.connecttab ul.TabSelector li:last-child:after {
	    margin-left: 155px;
	}
	.serving_oppurtunities .switch-links li a {
	    font-size: 28px;
	}
	.servingswitch .switch-links li a.active:before, .servingswitch .switch-links li:hover a:before {
	    width: 125px;
	}
	.servingswitch {
	    padding-right: 55px;
	}
	.showcontentonhover .desc {
	    padding: 20px;
	}
	.showcontentonhover .inner:hover h3 {
	    font-size: 21px;
	    margin: 0 0 10px;
	}
	.showcontentonhover .desc {
	    font-size: 10px;
	}
	.webelieve .titlecontainer .inner:before {
	    right: 10px !important;
	}
	.events .searchtitle {
	    font-size: 110px;
	}
	.hero article h1 {
	    font-size: 110px;
	}
	.home-logo {
	    left: -160px;
	    bottom: -160px;
	    max-width: 230px;
	}
	.headingtext h2 {
	    font-size: 30px;
	}
	.homepyvbtn {
	    margin-top: 130px;
	}

	.pre-footer h3 {
	    font-size: 32px;
	}
	.pre-footer ul {
	    font-size: 21px;
	}
	.pre-footer h1 {
	    font-size: 65px !important;
	}
	.pre-footer h4 {
	    font-size: 20px;
	}
	.pre-footer h1:before {
	    left: -40px;
	    right: -30px;
	}
	.pre-footer .text-right .outline-btn {
	    font-size: 15px;
	    width: 150px;
	    height: 45px;
	    line-height: 45px;
	}
	.headingtext h3 {
	    font-size: 29px;
	}
	.headingtext h4 {
	    font-size: 120px;
	}
	.valuesculture .inner.pl100 {
	    padding-left: 60px;
	}
	.webelieve .titlecontainer .inner:before {
	    font-size: 160px;
	}
	footer .footer-col a {
	    font-size: 19px;
	}
	.bottomnav span {
	    font-size: 95px;
	}
	.BioCont .name {
	    font-size: 30px;
	}
	.BioCont .position {
	    font-size: 25px;
	}
	.homegroup h2 {
	    font-size: 90px;
	}
	.ministriesrev .inner {
	    font-size: 30px;
	    padding-left: 55px;
	}
	.equipher {
	    font-size: 23px;
	    line-height: 1.7;
	}
	.midweekList h4 {
	    font-size: 28px;
	}
	.midweekList h3 {
	    font-size: 25px;
	}
	.home-hero article h1 {
	    bottom: -130px !important;
	}
	.connectheading h3:before {
	    font-size: 110px;
	    top: -25vh;
	}
	.ctc_address:before {
	    font-size: 150px;
	}
	.stayintouch h2,
	.create h2,
	.men h2,
	.align h2 {
	    font-size: 120px;
	}
	.events .searchtitle {
	    font-size: 100px;
	}
	.connectheading h3:before {
	    top: -60px;
	}
	.ctc_address:before{
		font-size: 120px;
	}
	.ctc_address span{
		font-size: 35px;
	}
	.stayintouch h2 {
		margin-bottom: 50px;
	}
	.stayintouch .outline-btn {
		margin-top:50px;
	}
	.momentumconference {
		padding-right: 40px !important;
		padding-left:40px !important;
	}
	.m-usa-pastors .profilepic {
		margin-top:40px;
	}
} 
@media screen and (min-width: 0) and (max-width: 1099px) {
	.showcontentonhover .col-md-3 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.showcontentonhover .desc {
	    padding: 60px;
	}
	.showcontentonhover .desc {
	    font-size: 14px;
	}
	.connectheading h3 {
	    font-size: 60px !important;
	}
/* Mobile */
} 
@media screen and (min-width: 0) and (max-width: 991px) {
	.nav {
	    padding: calc(50vh - 110px) calc(60vw - 440px) 0;
	}
	.footer-col-header {
	    font-size: 18px;
	}
	.bottom-footer .footer-col-left {
	    padding-left: 0px;
	    flex: 3 1 0;
	}
	.footer-col {
	    flex: 3 1 0;
	}
	.footer-col-left .logo-img {
	    margin-left: -10px;
	    margin-bottom: 10px;
	}
	.bottom-footer {
	    padding: 40px 20px;
	}
	.phrase-bar h2 {
	    font-size: 26px;
	}
	.pre-footer h1, .connect-block h2, .hero h1 {
	    font-size: 7rem;
	}
	.pre-footer h2 {
	    font-size: 4rem;
	    margin: 0 0 5px;
	}
	.pre-footer h3 {
	    font-size: 2rem;
	}
	.select-content {
	    width: 50%;
	}
	.select-options .selector {
	    line-height: 1;
	    margin-bottom: 20px;
	}
	.box-links a {
	    font-size: 2rem;
	}
	.home-message .hm-title h2 {
		margin-bottom: 15px;
	}
	.switch-links li a {
	    font-size: 2rem;
	}
	.switch-links li {
	    margin-bottom: 20px;
	}
	.our_beliefs > .row > div:last-child {
	    padding: 40px;
	}
	.pastor-section h2 strong {
	    font-size: 30px;
	}
	.pastor-section h2 {
	    font-size: 20px;
	}
	.pastor-section h2 span {
	    padding-left: 20px;
	    margin-left: 10px;
	}
	.pastor-section .dark-container {
	    padding: 80px 40px;
	}
	.team-section h2 {
	    font-size: 6rem;
	}
	.team-section h3 {
	    font-size: 2rem;
	}
	.home-message .video-frame-outer {
	    padding: 0 30px;
	}
	.medialist  {
	    padding: 50px 0;
	}
	.searchform {
	    position: relative;
	    max-width: 600px;
	    margin: 0 auto;
	}
	.searchform #s {
	    width: calc(100% - 100px);
	}
	#loadMore.mt50 {
	    margin-top: 0;
	}
	.waytogive h3 {
	    font-size: 3rem;
	}
	.give-block h2 strong {
	    font-size: 4rem;
	}
	.outline-btn {
	    width: 246px;
	}
	.contact-block h2 {
	    font-size: 7rem;
	}
	.footer-col-header {
	    padding-right: 15px;
	}
	.footer-col a {
	    font-size: 10px;
	}
	.home .events:before {
	    background: url(img/events.png) center -590px;
	}
	.abtleadcontent {
	    padding: 20px !important;
	}
	.abtleadcontent h2 {
	    font-size: 30px;
	    padding: 0 0 10px !important;
	    margin: 0 !important;
	}
	.abtleadcontent span {
	    font-size: 30px !important;
	}
	.our_beliefs  .fs50 {
	    font-size: 30px;
	}

	.upcomingmissions h3 {
	    font-size: 30px;
	}
	body .fs40 {
	    font-size: 30px;
	}
	.upcomingmissions i {
	    font-size: 20px;
	}
	.pre-footer h1, .connect-block h2, .hero h1 {
	    font-size: 5rem;
	}
	.text-block {
	    font-size: 3rem;
	}
	.mid-banner h3 {
	    font-size: 5rem;
	}
	.globaloutreachpage .text-block span {
	    font-size: 50px;
	}
	.latestmessage .row > div:last-child {
		padding-right: 15px;
	}
	.messagelist h2 {
	    font-size: 30px;
	}
	.messagelist h3 {
	    font-size: 20px;
	}
	.waytogive h2.fs24 {
	    font-size: 24px !important;
	    margin: 0 0 40px;
	}
	.waytogive .row > div {
		padding-top: 40px;
	}
	body .mb80-i {
	    margin-bottom: 40px !important;
	}
	.hero article h1 {
	    font-size: 8rem;
	}
	/*.nav-trigger-container .main-logo img {
	    max-width: 200px;
	}*/

	.main-navigation .footer-col-header {
	    font-size: 14px;
	}
	.main-navigation .footer-col a {
	    font-size: 12px;
	}
	.copyright {
	    height: 100px;
	}
	ul.TabSelector li a {
	    font-size: 11px;
	}
	.AbtTabs .ui-widget-content.pt100 {
	    padding-top: 60px;
	}
	.switch-links li a {
	    font-size: 2rem;
	}
	.abt_hope a.btn {
	    margin: 0 20px 20px;
	}
	.abt_nxtstep p {
		margin-bottom: 0;
		text-align: center;
	}
	.pre-footer .text-center a img {
		max-width: 150px;
		margin: 0 auto;
	}
	.team-col {
	    max-width: 190px;
	    margin: 0 auto;
	}
	.BioCont .name {
	    font-size: 25px;
	    line-height: 1.3;
	    margin: 15px auto !important;
	}
	.hero article span {
	    margin-top: 0px;
	}
	.latestmessage  .align-items-center .pl70 {
	    padding-left: 10px;
	}
	ul.TabSelector li a {
		font-size: 10px;
	    height: 100px;
	    line-height: 60px;
	}
	.ui-widget-content .container-fluid.pr100 {
	    padding-right: 50px;
	}
	.ui-widget-content .container-fluid.pl100 {
	    padding-left: 50px;
	}
	.AbtTabs .ui-widget-content.pt100 {
	    padding-top: 50px;
	}
	.serving_oppurtunities .inner {
	    padding: 0 40px;
	}
	.serving_oppurtunities .switch-links li a {
	    font-size: 25px;
	}
	.servingswitch .switch-links li a.active:before, .servingswitch .switch-links li:hover a:before {
	    width: 115px;
	}
	.showcontentonhover .desc {
	    padding: 30px;
	}
	.page-template-page-events .row .pl100 {
	    padding-left: 20px;
	}
	.lpkids_agelvl .row .col {
	    min-width: 33.33%;
	}
	footer .footer-col-header {
	    padding-right: 0;
	}
	footer .footer-col-header {
	    font-size: 15px;
	}
	footer .footer-col a {
	    font-size: 15px;
	}
	.footer-contact {
	    font-size: 13px;
	}
	.footer-contact .social-icons a {
	    margin: 0 20px;
	}
	.home-hero {
		min-height: 910px !important;
	}
	.home-hero article {
	    margin-top: -150px;
	}
	.homepyvbtn {
	    margin-top: 200px;
	}
	.headingtext  h2 {
	    font-size: 24px !important;
	}
	.headingtext {
	    font-size: 23px;
	    line-height: 45px;
	}
	.homegroup  h2 {
	    font-size: 77px !important;
	}
	.valuesculture .inner {
	    font-size: 16px;
	    padding-top: 50px;
	    padding-bottom: 50px;
	    padding-left: 30px !important;
	}
	.webelieve .titlecontainer .inner {
	    padding-left: 140px;
	}
	.webelieve .titlecontainer .inner:before {
	    right: 65px !important;
	    font-size: 100px !important;
	}
	.BioCont .position {
	    font-size: 20px;
	}
	.homegroup h2 {
	    font-size: 70px !important;
	}
	.equipher .inner{
	    padding-right: 50px;
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.connectheading h3:before {
    	top: -45px;
    	font-size: 70px;
	}
	.ctc_address:before {
	    font-size: 115px;
	    line-height: 120px;
	    top: -27%;
	}
	.ctc_address span{
		font-size: 25px;
	}
	.bottomnav span {
	    font-size: 55px;
	}
	.bottomnav span:before {
		right:-50px;
	}
	.ministriesrev .inner {
	    font-size: 27px;
	    padding-left: 30px;
	}
	.equipher .inner {
	    padding-right: 30px;
	    padding-top: 30px;
	    padding-bottom: 30px;
	    padding-left: 30px;
	}
	.equipher {
	    font-size: 20px;
	    line-height: 1.5;
	}
	.midweekList.row > .col-sm-4:after {
	    top: 130px;
	}
	.event-info h3 {
	    font-size: 60px;
	}

	.connect_ctcinfo ul li {
	    font-size: 25px;
	}
	.m-usa-left,
	.m-kids-right,
	.m-usa-right {
		max-width:100%;
		flex:0 0 100%;
	}
	.m-usa-right {
	    border-left: none !important;
	}
	.m-usa-pastors .profilepic {
	    margin-top: 0;
	}
	.m-usa-pastors .midweekList.row > .col-sm-4:after {
	    top: 135px;
	}
	.connectheading h3 {
	    font-size: 45px !important;
	}
} 
@media only screen and (min-width:768px) and (max-width:1400px){
	.nav .fa-times{
		top: 50px;
	}
		.signup-form .modal-body h2{
		font-size:70px;
	}
}
@media only screen and (min-width:768px){
  header .nav-trigger{
    z-index: 9999;
  }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::after{
    background-color: #000 !important;
  }
	.midweekList a.outline-btn{
		margin-top: 40px;
		margin-left: 60px;
		max-width: 200px;
	}
	.gform_wrapper textarea.medium{
		height: 160px;
	}
}
#volunteer-form .col-md-8 + .cf7mls_back{
  display: none;
}
@media screen and (min-width:0) and (max-width:767px) {
  .footer-logo{
    width: auto !important;
  }
  .footer-contact .social-icons{
    text-align: center;
  }
  .homepage .hero article .outline-btn:before{
    display: none;
  }
	#volunteer-form .volunteer3 .volunteer3-1{
		height: 50vh;
	}
	#volunteer-form .volunteer-bg{
		height:auto;
		background-image: none;
		background: #A7C3D4;
    	position: relative;
    	min-height: 170px;
	}
	#volunteer-form .modal-body .overlay{
		opacity: 1;
	}
	#volunteer-form .modal-body .overlay h2{
	    font-size: 60px;
	    padding-right: 80px;
	    padding-left: 0px;
	    line-height: 60px;
	    padding-top: 30px;
	    margin-top: 0px;
	}
	#volunteer-form .modal-body .mt100{
		margin-top: 0px;
	}
	#volunteer-form .modal-body p{
		width: 80%;
	    margin: 0 auto;
	    line-height: 25px;
	    margin-top: 10px;
	    margin-bottom: 20px;
	}
	#volunteer-form .modal-body p br{
		display: none;
	}
	#volunteer-form .modal-body .volunteer1{
		width: 95%;
	}
	#volunteer-form .modal-body input, #volunteer-form .modal-body select{
		margin-bottom: 15px;
	}
	#volunteer-form .modal-body .volunteer2 input, #volunteer-form .modal-body .volunteer2 select{
		margin-top: 50px;
	}
	#volunteer-form .cf7mls_next.action-button{
		left:0;
		right:0;
		margin:0 auto;
	}
	#volunteer-form .volunteer2 .row{
		padding: 0 10px;
	}
	#volunteer-form .cf7mls_back.action-button{
		top:20px;
		left:20px;
	}
	#volunteer-form .wpcf7-list-item-label{
		font-size:20px;
	}
	.MomentumUSA .hero{
		height: 100vh;
	}
	.MomentumKids .hero{
		background-image: url('./img/kids-mobile-hero.jpg') !important;
	}
	.signup-form .modal-header button{
    	margin-top: 0px;
    	margin-right: 0px;
	}
	/*#plan-your-visit .modal-body input{
		margin-bottom: 0px;
		margin-top: 0px;
	}*/
	.home .homepyvbtn{
		margin-top: 60px;
	}
	.give .hero{
		height: 50vh;
	}
	.header{
		z-index: 9999;
	}
	header .nav-trigger{
		top: 12px !important;
	}
	.nav-trigger-container .main-logo img{
		/*max-width: 150px !important;*/
		width: 100%;
		padding-top: 5px;
	}
	#plan-your-visit .overlay{
		bottom: -50px;
	}
	#plan-your-visit .modal-body h3,
	.signup-form .modal-body h3{
		font-size: 20px;
	    width: 45%;
	    margin: 0 auto;
	    line-height: 25px;
	}
	#plan-your-visit .modal-body input{
		width: 100%;
	}
	#plan-your-visit .modal-body input,
	#plan-your-visit .modal-body select,
	#plan-your-visit .modal-body textarea,
  .planvisitpopup select{
		padding-left: 20px !important;
	}
  #volunteer-form .cf7mls_next.action-button,
  #volunteer-form .cf7mls_next.action-button:hover{
    background: #000 !important;
    color: #fff !important;
  }
  #volunteer-form .cf7mls_next.action-button:after{
    display: none;
  }
	#plan-your-visit .gform_wrapper .gform_footer{
		margin-top: 0px;
		padding-top: 0px;
	}
	body .gform_wrapper form .datepicker img.ui-datepicker-trigger{
		left: 10px;
	}
	#plan-your-visit .datepicker input{
		width: 250px !important;
	}
	#plan-your-visit .modal-header button{
		margin: 15px 5px;
    	padding: 0;
	}
	.homepage .hero article .outline-btn{
		background-color: transparent;
    	border-color: #fff;
    	color: #fff !important;
	}
	/*.give-page .give-tray.active{
		height: 100vh !important;
	}*/
	.give-tray.active a{
		color: #fff;
	}
	.signup-form .modal-body h2{
		font-size: 35px;
	}
	.signup-form .modal-body form{
		width: 90%;
	}
	.signup-form .modal-body input[type=submit]{
		background-color: #000;
		color: #fff;
	}
	main .outline-btn,
	.midweekList a.outline-btn,
	.outline-btn.blackb{
		background-color: #000;
		color: #fff;
		border-color: #000;
	}
	.pastseries iframe{
		width: 100%;
	}
	.event-detail h3{
		font-size: 35px;
	}
	.event-detail h4{
		font-size: 25px;
	}
	.event-detail .text-md-center{
		padding-left: 15px;
	}
	.ForMobile {
		display:block !important;
	}
	.ForDesktop {
		display:none !important;
	}
	body {
		min-width:320px;
	}
	header .nav-trigger-container{
		position: fixed !important;
		left: 0 !important;
		right: 0;
		bottom: 0;
		top: auto !important;
		width: 100%;
		padding: 0 20px !important;
    z-index: 9999;
	}
	.nav-active header .nav-trigger-container{
		background: #2A2A2C;
		min-height: 60px;
	}
	.nav-active header .nav-trigger-container .nav-trigger{
		color: #fff;
	}
	header .nav.active{
		position: fixed;
	}
	header .row > div {
		width: 50%;
	}
	header .give-tray .row > div {
	    width: 100%;
	}
	header .give-tray .row > div.col-lg-4 .inner {
	    padding: 80px 20px 40px;
	}
	header .nav-trigger-container {
	    background: #fff;
	    padding: 20px 20px 10px;
	}

	.ctc_address {
	    font-size: 24px;
	    line-height: 1.5;
	}
	.give-tray .row > div:last-child .inner {
	    height: inherit;
	    padding: 50px 0 20px;
	}
	.close-tray {
	    font-size: 30px;
	}
	.main-logo {
	    margin: 0;
	    margin-top: 5px;
	}
	/*.nav-trigger-container .main-logo img {
	    max-width: 100%;
	}*/
	header .nav-trigger {
	    width: 35px;
	    height: 35px;
	    font-size: 30px;
	    right: 20px;
	    top: 0;
	    color: #000;
	}
	header .nav.active .nav-trigger {
	    right: 25px;
	    position: absolute;
	    color: #000;
	    top: 22px;
	    font-size: 20px;
	}
	header .nav {
	    background: #F2EFEA !important;
	    color: #fff;
	    padding: 50px 35px;
	    opacity: 0;
	    overflow: auto;
	    position: absolute;
	    top: 0px !important;
	}
	header .nav.active {
	    display: block;
      opacity: 1;
	}
	.nav .overlay {
		opacity:0 !important;
	}
	.footer-col {
	    max-width: unset;
	}
	header .nav .fa-times {
	    top: 20px;
	    right: 30px;
	}
	header .footer-col {
	    flex: unset;
	    display: block;
	    width: auto;
	    margin-bottom: 2rem;
	}
	header .footer-col-header {
	    padding-right: 0;
	    border-right: 0;
	    display: block;
	    margin-bottom: 1rem;
	    font-size: 14px;
	    padding-right: 0;
	    color: #fff;
	    letter-spacing: .2em;
	    border-bottom: 1px solid;
	}
	header .footer-col a {
	    font-size: 12px;
	    display: block;
	    color: #fff;
	}
	header .menu-list {
		display: none;
	}
	header .footer-col.active .menu-list {
		display: block;
	}
	.single-message header .nav-trigger-container {
	    z-index: 9999;
	    position: relative;
	}
	.single-message .header {
	    top: 0;
	}
	.single-message header .nav {
	    top: 70px;
	}
	.home-hero .outline-btn.mr20 {
	    margin-right: 0;
	}
	.skiptocontent {
		display: none;
	}
	.hero{
		height:100vh;
	}
	.hero.home-hero {
	    padding-bottom: 50px;
	}
	.hero article h1 {
	    width: auto;
	    margin-left: 0;
	    max-width: 100%;
	}
	.pyv-button {
	    font-size: 15px;
	    padding-right: 20px;
	    width: 600px;
	    text-align: right;
	    display: block !important;
	    padding-left: 0;
	    max-width: 95%;
	    top: 100px;
	}
	.select-content h1 {
	    font-size: 5rem;
	    margin-right: 50px;
	}
	.select-content {
	    min-height: inherit;
	    padding: 50px 30px;
	    width: 100%;
	}
	.select-content p {
	    font-size: 16px;
	    text-align: center;
	}
	.select-content article {
	    width: 100%;
	    margin-right: auto;
	}
	.box-links {
	    display: block;
	    height: inherit;
	}
	.box-links .left-box {
	    display: block;
	    flex: unset;
	    width: 100%;
	    height: inherit;
	}
	.box-links .left-box a {
		height: 200px;
	}
	.box-links > a {
		width: 50%;
		height: 397px;
		float: left;
	}
	.home-message .hm-title h2 {
	    font-size: 3rem;
	}
	.home-message {
	    height: inherit;
	    padding: 150px 0px;
	}
	.outline-btn {
	    width: 186px;
	    min-width: inherit;
	    font-size: 20px;
	    height: 47px;
	    line-height: 45px;
	    margin-bottom: 10px;
	}
	.pre-footer h1, .connect-block h2, .hero h1 {
	    font-size: 5rem;
	}
	.pre-footer h3 {
	    font-size: 1.4rem;
	}
	.pre-footer p {
	    font-size: 14px;
	    line-height: 1.2;
	}
	.pre-footer h2 {
	    font-size: 50px;
	}
	.pre-footer {
	    height: inherit;
	    padding: 70px 0;
	    color: #3E3E3E;
	}
	.phrase-bar {
		height: 101px;
	}
	.phrase-bar h2 {
	    font-size: 18px;
	    text-align: center;
	}
	footer .bottom-footer .row > div {
	    width: 50%;
	}
	footer .footer-col {
	    flex: unset;
	    display: block;
	    width: auto;
	    margin-bottom: 40px;
	}
	footer .footer-col-header {
	    font-size: 14px;
	    line-height: 1.4;
	    margin-bottom: 15px;
	}
	footer .footer-col a {
	    display: block;
	    font-size: 14px;
	    color: #fff;
	    font-weight: bold;
	}
	.pre-footer.pb60 {
	    padding-bottom: 0;
	    background-color: #F2EFEA;
	}
	.pre-footer h3 {
	    font-size: 35px;
	    font-style: italic;
	    letter-spacing: 1px !important;
	    font-family: 'Rift-BoldItalic';
	}
	.pre-footer ul li {
	    color: #E64B4B;
	    font-size: 18px;
	    font-weight: normal;
	}
	.sundayservice {
		padding-top: 0 !important;
	}
	.mob-social {
	    font-size: 14px;
	}
	.mob-social .fab {
	    font-size: 28px;
	    margin: 10px;
	}
	.box-1 .inner {
	    padding: 100px 0 80px;
	}
	.circle-groups .inner {
	    padding: 50px 0;
	}
	.whoweare .row > div:last-child {
	    padding: 0;
	}
	.whoweare .row > div:first-child {
	    padding: 50px;
	}
	.our_beliefs > .row > div:last-child:after {
		display: none;
	}
	.pastor-section {
	    min-height: inherit;
	    padding: 50px 0;
	}
	.team-section#team{
		-webkit-background-size: contain!important;
		background-size: contain!important;
	}

	.pastor-section h2 {
	    text-align: center;
	    margin-bottom: 40px;
	}
	.team-section h2 {
	    font-size: 3rem;
	}
	.staff-card{
		margin-bottom:80px!important;
	}
	.contact-block h2 {
	    font-size: 5rem;
	}
	.contact-block {
	    padding: 3rem 0;
	}
	.text-block h2 {
	    font-size: 2.5rem;
	    margin: 0 0 20px;
	}
	.text-block {
	    padding: 5rem 0;
	}
	.box-1 .inner {
	    padding: 50px 0 30px;
	}
	.page-template-page-connect .box-1 .inner {
	    padding-top: 80px;
	}
	.box-1 h2 {
	    font-size: 2.5rem;
	    margin: 0 0 20px;
	}
	.mid-banner {
	    font-size: 2rem;
	    line-height: 1.3;
	}
	.pre-footer h1, .connect-block h2, .hero h1 {
	    font-size: 4rem;
	}
	body #fancybox-content .pl100 {
	    padding-left: 15px;
	    padding-top: 15px;
	}
	body #fancybox-close {
	    background-size: 40px;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	.home-message .hm-title h3 {
	    display: none;
	}
	.waytogive {
		text-align: center;
	}
	.waytogive .pr100 {
	    padding-right: 15px;
	}
	.waytogive .mb80 {
	    margin-bottom: 40px;
	}
	body .pb100 {
	    padding-bottom: 50px;
	}
	body .pt100 {
	    padding-top: 50px;
	}
	.waytogive h3 {
	    font-size: 3rem;
	    text-align: center;
	    display: inline-block;
	}
	.waytogive .text-right {
	    text-align: center!important;
	}
	.home-message .hm-title {
	    left: 0;
	    right: 0;
	    text-align: center;
	    top: 50px;
	}
	.home-message .video-frame-outer {
	    top: -30px;
	}
	.home-message .hm-title h2 {
	    font-size: 3rem;
	    padding-right: 10px;
	    margin-right: 0;
	    text-align: center;
	}
	.copyright {
	    font-size: 10px;
	    margin-bottom: 75px;
	}
	.select-content {
	    min-width: inherit;
	}
	.home-message-buttons-mob {
	    text-align: center;
	    bottom: 20px;
	}
	.home-message:before {
		display: none;
	}
	body .form-nav a, body .pyv-form input[type="submit"] {
	    height: 48px;
	    font-size: 16px;
	    display: block;
	    width: 200px;
	    margin: 0 auto;
	    padding: 0 10px;
	    line-height: 50px;
	    max-width: 200px;
	    min-width: 200px;
	}
	body div.wpcf7 input.wpcf7-submit {
	    font-size: 16px;
	    bottom: 0;
		top:30px;
	    position: absolute;
	    left: 0;
	    right: 0;
	}
	body .pyv-form .half-input {
	    width: 100%;
	}
	body .pyv-form .fs30 {
	    font-size: 20px;
	    margin-bottom: 25px;
	}
	.pyv-form select, .pyv-form option {
	    width: calc(100vw - 120px);
	    font-size: 24px;
	}
	.pyv-form .pl80 {
	    padding-left: 50px;
	}
	.pyv-form .select-parent::before {
	    width: 32px;
	    height: 32px;
	    background-size: 100%;
	}
	body div.wpcf7 {
	    max-width: 100%;
	}
	.whoweare h2 {
	    font-size: 5rem;
	    margin: 0 0 20px !important;
	    text-align: left;
	}
	.connect-block .row .overlay {
	    opacity: 0 !important;
	}
	.connect-block > .overlay {
	    opacity: .81 !important;
	    background-color: #CEB674 !important;
	}
	.page-template-page-connect .connect-block .row > div:last-child .inner {
	    padding-top: 0;
	}
	.pyv-form {
		padding-top: 50px !important;
		padding-bottom: 0 !important;
	}
	.pyv-page {
	    padding-bottom: 100px !important;
	}
	body .form-nav {
	    bottom: 0 !important;
	    position: absolute !important;
	}
	#pyv-page-4.form-nav {
	    bottom: -50px !important;
	}
	/*.main-logo img {
	    max-width: 53px;
	}*/
	/*.ForMobile.main-logo img {
	    max-width: 53px;
	}*/
	.outline-btn {
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.outline-btn:after {
		display: none;
	}
	.box-1 {
	    text-align: center;
	}
	.toggle-btn.ForMobile i {
	    float: right;
	    position: relative;
	    top: 8px;
	}
	.switch-links li {
	    margin-bottom: 10px;
	}
	.switch-links li a {
	    font-size: 1.6rem;
	    padding-bottom: 5px;
	}
	#whoweare .switch-links {
	    display: none;
	}
	.mobhidden {
		display: none;
	}
	.our_beliefs .switch-links li {
	    margin-bottom: 0;
	}
	.our_beliefs .switch-links li a {
	    padding-bottom: 0;
	}
	body .our_beliefs .pt100 {
	    padding-top: 30px;
	}
	body .our_beliefs .pb100 {
	    padding-bottom: 20px;
	}
	.our_beliefs > .row > div:last-child {
	    padding: 30px;
	}
	.main-navigation .toggle-btn {
		pointer-events: auto;
	}
	.main-navigation .bcwhite {
	    padding: 12px 25px;
	}
	.aboutsection:before, .home .events:before, .homemessage:after, .getinvolved:before, .getinvolved:after, .homemessage:before {
		display: none;
	}
	.home .events .event_date {
	    left: 20px;
	    font-size: 40px;
	    text-align: left;
	    top: 20px;
	}
	.events .row > .mb30 {
	    margin-bottom: 0;
	}
	.getinvolved  h2.sectiontitle {
	    background: #fff;
	}
	.getinvolved {
		min-height: unset !important;
	}
	.pre-footer {
	    text-align: center;
	}
	.footer-contact .social-icons strong {
	    font-size: 18px;
	}
	.footer-contact {
		font-size: 13px;
	}
	.bottom-footer {
	    padding: 40px 0 0 0;
	}
	.bottom-footer .row > div:first-child {
		padding-left: 40px;
		padding-right: 20px;
	}
	.bottom-footer .row > div:last-child {
	    padding-left: 30px;
	    padding-right: 10px;
	}
	footer .footer-col-header {
	    border-bottom: 1px solid;
	    border-color: #fff;
	}
	.bottom-footer .row > div:first-child  .footer-col-header {
	    padding: 0 0 5px 40px;
	    margin-left: -40px;
	    width: 110%;
	}
	.bottom-footer .row > div:last-child  .footer-col-header {
	    padding: 0 40px 5px 0;
	    margin-right: -40px;
	    width: 110%;
	}
	.copyright {
	    height: 65px;
	    background: #F2EFEA;
	    border-top: 1px solid #fff;
	}
	.our_beliefs .switch-links li a {
	    display: block;
	    text-align: left;
	}
	.our_beliefs .switch-links li a:after {
		content: ' +';
	}
	.our_beliefs .switch-links li a.active:after {
		content: ' -';
		background: no-repeat;
	    position: unset;
	}
	.our_beliefs .switch-content {
	    background-color: rgb(255, 255, 255);
	    padding: 20px;
	    min-height: unset;
	}
	.text-block {
	    font-size: 2rem;
	}
	.text-block {
	    font-size: 20px !important;
	}
	.whatscomingup p.mb100 b, .signupform p.mb100 b {
	    font-size: 30px;
	}
	.mid-banner h3 {
	    font-size: 4rem;
	}
	.whatscomingup p.mb100, .signupform p.mb100 {
	    font-size: 30px;
	    line-height: 1.2;
	    margin: 0 0 40px;
	}
	body .mb80 {
	    margin-bottom: 30px;
	}
	.waytogive .row > div:last-child {
	    min-height: 200px !important;
	}

	.welcome-visit p {
	    font-size: 20px;
	}
	#fancybox-content .hentry {
	    overflow: auto;
	}
	#fancybox-content .hentry * {
		font-size: 20px !important;
	}
	#fancybox-content .hentry h2 {
	    font-size: 24px !important;
	}
	body #fancybox-close {
	    top: -15px !important;
	    right: -5px !important;
	    background-size: 20px !important;
	}
	.our_beliefs .switch-links li:hover a:after, .our_beliefs .switch-links li a.active:after {
	    background-color: transparent;
	    width: auto !important;
	}
	header .footer-col-header {
	    color: #E64B4B;
	    border-bottom: none;
	    font-size:18px !important;
	}
	header .footer-col a {
	    color: #E64B4B;
	    font-size: 18px !important;
	}
	.footer-contact {
	    padding:10px 0;
	}
	.homemessage  h3 {
	    font-size: 30px;
	    font-weight: 400;
	}
	.hero.home-hero article {
	    max-width: 90%;
	    margin: 100px auto 0;
	    padding: 0;
	}
	.hero article h1 {
	    font-size: 55px;
	}
	.valuesculture .inner,
	.valuesculture .inner h3{
		padding-left: 0px !important;
		padding-right: 0px !important;
		text-align: center;
	}
	.valuesculture .inner h3{
		font-size: 30px;
		margin-bottom: 50px;
	}
	.homegroup .verticalcenter p{
		font-size: 25px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 70px;
	}
	body .switch-links li a {
	    display: block !important;
	    padding: 12px 20px 12px 20px !important;
	    text-align: left !important;
	    line-height: 1.2;
	    font-weight: bold !important;
	    font-size: 50px !important;
    	color: #707070 !important;
    	font-family: 'RiftBold';
	}
	body .switch-links li:hover a:before,body .switch-links li a.active:before{
		content: '';
	    height: 8px;
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    background: #E64B4B;
	    z-index: 3;
	    right: 90% !important;
	    margin-right: 20px;
	    width: 100%;
	}
	 body section .switch-links li a:after {
		display: none !important;
	}
	body .switch-content {
	    font-size: 18px;
	    padding: 40px 20px 5px;
	    border-radius: 10px 10px 20px 20px;
	    margin-top: -30px;
	    z-index: 1;
	    margin-bottom: 30px;
	    font-family: serif;
	    font-style: italic;
	}
	body .switch-content .inner{
		padding-left: 40px;
	}
	body .switch-content h3 {
	    font-size: 50px;
	    font-family: 'RiftBold';
	    font-style: normal;
	    letter-spacing: 2px !important;
	}
	.webelieve .switch-links li {
	    z-index: 2;
	}
	.abt_nxtstep {
	    padding: 30px 0 0;
	}
	.beliefsswitch.hopeswitch .switch-links {
	    margin-right: 0;
	    float: none;
	}
	.latestmessage {
	    text-align: center;
	}
	.lpkids_agelvl .row .col {
	    min-width: 100%;
	}
	.servingswitch {
	    padding-right: 0;
	}
	.coreswitch .switch-links {
	    padding: 0;
	}
	.latestmessage .pl0 {
	    padding-right: 0;
	    margin-bottom: 10px;
	}
	.latestmessage span {
	    font-size: 15px;
	}
	.latestmessage h3 {
	    font-size: 24px;
	    margin: 0 0 10px;
	}
	.single-message .latestmessage {
	    padding-bottom: 20px;
	}
	.inner_pdtop {
	    padding-top: 40px;
	}
	.home-hero {
	    min-height: auto !important;
	}
	.home-hero article img {
	    max-width: 230px;
	    margin: 0 auto;
	}
	.home .headingtext .container {
	    margin-top: 0 !important;
	}
	.home-hero article h1 {
	    bottom: -15px !important;
	    right: 0 !important;
	    left: 0 !important;
	}
	.home-hero article h1:before {
	    left: 100px;
	    right: 100px;
	}
	.home-logo {
	    left: 0;
	    bottom: 20px;
	    /*max-width: 150px !important;*/
	}
	.headingtext  {
		padding-top:0;
	}

	.headingtext .container {
	    padding: 0;
	    margin-top: 0 !important;
	}
	.headingtext h2 {
		font-size: 18px !important;
	    padding: 20px 10px;
	}
  .connect .headingtext h2{
    font-size: 35px !important;
    font-style: italic;
    padding: 30px 30px;
  }
	.page-id-473 .headingtext h2 {
	    /*font-size: 35px !important;*/
	    padding: 20px 10px;
	}
	.page-id-473 .homeheading p{
		font-size: 18px;
		line-height: 30px;
		padding: 0 10px;
	}
	.headingtext h3 {
	    font-size: 45px;
	    letter-spacing:1px !important;
	}
	.home .headingtext h3{
		margin-bottom: 25px;
	}
	.homegroup h2 {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.home .homegroup h2{
		padding: 20px 0 !important;
		font-size: 80px !important;
	}
	.homegroup  .inner  {
	    padding-top: 80px;
	    padding-bottom: 80px;
	}
	.home .homegroup .inner{
		padding-top: 200px;
    	padding-bottom: 100px;
	}
	.pre-footer h4 {
	    color: #E64B4B !important;
	}
	header .footer-col {
		text-align: left;
		padding:0 10px !important;
	}
	header .footer-col-header {
	    border-bottom: 1px solid #E64B4B;
	    padding-right: 30px;
	    position: relative;
	    padding-bottom: 0px;
	}
	header .footer-col-header:after {
		position: absolute;
		content:'';
		background:url(img/navarrowdown.png);
		width:17px;
		height: 11px;
		right:0;
		top:15px;
	}
	header .footer-col-header:after {
		position: absolute;
		content:'';
		background:url(img/navarrowdown.png);
		width:17px;
		height: 11px;
	}
	header .footer-col-header.expands:after {

		background:url(img/arrowup.png);

	}
	.headingtext.pt80 {
	    padding-top: 0;
	}
	.valuesheadingmob {
		display: block;
	}
	.valuesheadingmob h4 {
		padding-right: 70px;
		position: relative;
	}
	.valuesheadingmob h4:after  {
		position:absolute;
		content:'+';
		font-size:120px;
		font-weight: bold;
		color:#fff;
		top:50%;
		transform: translateY(-50%);
	}
	.valuesheadingmob h4.expands:after  {
		position:absolute;
		content:'-';
		font-size:120px;
		font-weight: bold;
		color:#fff;
		-webkit-transition:  all 0.25s ease 0s;
	    -moz-transition:  all 0.25s ease 0s;
	    -o-transition:  all 0.25s ease 0s;
	    transition:  all 0.25s ease 0s;
	}
	.valuesheadingmob h4.expands {
		-webkit-transition:  all 0.25s ease 0s;
	    -moz-transition:  all 0.25s ease 0s;
	    -o-transition:  all 0.25s ease 0s;
	    transition:  all 0.25s ease 0s;
	}
	.valuesheadingmob .toggle-container {
		display: none;
		float: right;
		margin-top:40px;
	}
	.valuesculture .row>div:first-child {
	    min-height: auto !important;
	    padding: 40px 0;
	}
	.webelieve {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}

	.homegroup h2 {
	    font-size: 40px !important;
	}
	.ministriesrev .inner {
	    font-size: 20px;
	}
	.stayintouch h2, .create h2, .men h2, .align h2 {
	    font-size: 80px;
	}
	.events .searchtitle {
	    font-size: 60px;
	}
	.event-info h3 {
	    font-size: 24px;
	}
	.pastseries h2 {
	    font-size: 50px;
	    padding: 20px 0;
	}
	body .gform_wrapper .gform_page_footer .button {
	    max-width: 100%;
	    min-width: inherit;
	}
	.connect_ctcinfo ul {
	    padding-left: 0;
	}
	.connect_ctcinfo ul li {
	    font-size: 20px;
	}
	.ctc_address {
	    font-size: 24px;
	    line-height: 1.5;
	}
	.stayintouch h2, .create h2, .men h2, .align h2 {
	    font-size: 70px !important;
	}
	body .gform_wrapper .gform_footer input[type=submit] {
	    max-width: 100%;
	    min-width: inherit;
	}
	.conference-sched .row>.col-md-4 {
		max-width: 40%;
		flex:0 0 40%;
	}
	.conference-sched .row>.col-md-8 {
		max-width: 60%;
		flex:0 0 60%;
	}
	.midweekList.row > .col-sm-4:after {
	    top: 70px;
	}
	.m-usa-pastors .midweekList.row > .col-sm-4:after {
	    top: 75px !important;
	}
	.m-kids-right{
	    background: #383838;
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.m-kids-right h4 {
	    font-size: 25px;
	    padding: 14px 25px;
	    border-radius: 50px;
	    background: #fff url(img/switch-arrowdown.png) no-repeat 97% center !important;
	    box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.8);
	    margin-bottom: 10px;
	}
	.mkidsfaqs .toggle-container {
		display: none;
	}
	.mkidsfaqs .toggle-container {
	    background: rgba(255, 255, 255, 0.15);
	    padding: 50px 30px;
	    margin-top: -40px;
	    border-radius: 25px;
	}
	.mkidsfaqs {
		margin-bottom: 30px;
	}
	.mkidsfaqs .toggle-btn.expands {
	    background: #fff url(img/switch-arrowup.png) no-repeat 97% center !important;
	}
	.m-kids-right .mkidsfaqs:nth-child(2) h4 {
	    font-size: 21px;
	}
	.m-usa.pb80 {
		padding-bottom: 0 !important;
	}
	.leadership .row:after {
	    top: 80px;
	}
	.latestmessage h3 {
	    font-size: 50px;
	}
	.pastseries {
		background-color: #fff !important;
		padding-top: 50px;
	}
	.latestmessage span.ltstmsgtitle {
	    font-size: 30px;
	    padding: 20px 0;
	    font-family: 'RiftBold' !important;
	}
	.MomentumKids .homegroup .verticalcenter p{
		text-align: left;
	}
	.MomentumKids .homegroup.ministriesrev .inner span{
		font-size: 35px;
	}
	.MomentumKids .create h2{
		font-size: 65px !important;
		color: #fff;
	}
	.momentumconference h2{
		font-size:30px !important;
	}
	.momentumconference .conference-sched,
	.momentumconference .conference-sched b{
		font-size: 14px;
	}
	.m-usa-pastors .midweekList h4{
		font-size: 20px;
	}
	.m-usa-pastors .midweekList h3{
		line-height:1.5 !important;
	}
	.MomentumUSA .m-usa-topbtn .outline-btn:first-child{
		background-color: #000 !important;
		color: #fff !important;
		border-color: #000 !important;
	}
	.momentumconference .conference-sched h3{
		font-size: 30px !important;
	}
	.conference-sched span{
		text-align: left;
	}
	.pastseries h2.mb60 {
		margin-bottom: 0;
	}
	.prevnextbtn a {
	    line-height: 55px;
	}
	.prevnextbtn .row > div {
		width:50%;
	}
	.single-message a.nolightbox {
		color:#fff;
	}
	.connectheading h3:before {
	    top: -5px;
	    font-size: 68px !important;
	    line-height: 1px;
	}
	.ctc_address  {
	    text-align: center;
	    margin-bottom: 40px;
	}
	.ctc_address:before {
	    font-size: 90px;
	    top: -45%;
	}
	.connect_ctcinfo ul li:after {
	    right: 0;
	}
	.messagespage .hero article h1 {
		right:-240px;
	}
	.messagespage .hero {
		margin-left: -80%;
	}
	header .socialheader {
	    position: relative;
	    text-align: center;
	    margin-top: 50px;
	    margin-bottom: 50px;
	    /*bottom: 60px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    text-align:center;*/

	}
	header .social-icons a {
	    font-size: 30px;

	}
	.midweekList .col-sm-8 .serif {
		text-align:center;
	}
	.midweekList .inner {
	    text-align: left;
	}
	.sundayservice ul {
	    padding-left: 0;
	    border-left: none;
	}
	header .give-tray .row > div {
		background-color: #000;
		background-image: none !important;
	}
	.connectheading h3::before {
	    top: -5px;
	    font-size: 67px !important;
	}
	.valuesheading h5{
		font-size:20px;
		text-align:left;
	}
	.valuesheading p{
		font-size: 13px;
		text-align: left;
	}
	.team-col{
		max-width:100%;
	}
	.leadership{
		padding-bottom: 0px !important;
	}
	.leadership .row:after{
	    background-color: #F2EFEA !important;
	    height: 100%;
	    left: 0;
	    right: 0;
	    z-index: 1;
	    width: 10px;
	    top: 0 !important;
	    bottom: 0;
	    margin: 0 auto;
	}
	section.men{
		min-height: auto !important;
	}
	.upper-footer{
		text-align: center;
    	padding: 15px 15px;
	}
	.upper-footer h4{
	    font-size: 22px;
	    display: inline-block;
	    margin-right: 10px;
	    font-family: 'Rift-Regular';
	}
	.upper-footer img{
		margin: 0 30px 0 30px;
	    display: inline-block;
	    width: 35px;
	    border-radius: 5px;
	}
	.upper-footer .outline-btn{
		margin-bottom: 0px;
		line-height: 42px;
	}
	.pre-footer{
		background-color: #F2EFEA;
		padding: 30px 0 !important;
	}
	.pre-footer .joinus h1{
	    color: #E64B4B;
	    border-color: #E64B4B;
	    max-width: 280px;
	    margin-bottom: 10px;
	    font-size: 70px !important
	}
	.pre-footer .joinus h4{
		font-size: 35px;
    	font-family: 'Rift-BoldItalic';
    	color:#E64B4B !important;
    	letter-spacing: 0 !important;
	}
	.pre-footer .joinus p{
		font-family: 'Rift-Regular';
		color: #E64B4B !important;
		font-weight: 300;
		font-size: 18px;
	}
	.footer-contact{
		background: rgb(167 195 212 / 1);
	}
	footer .footer-col-header{
		color:#fff;
		margin-left: 0px !important;
		width:100% !important;
	}
	footer .footer-col a{
		font-weight: 300;
		margin-bottom: 0px;
		padding-bottom: 0px;
		opacity: 0.9;
	}
	footer .left .footer-col a{
		margin-left: 40px;
	}
	footer .bottom-footer:after{
		position: absolute;
		content: '';
		background-color: rgba(0,0,0,0.4);
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 9999;
		z-index: -1;
	}
	footer .footer-col{
		margin-bottom: 30px;
		padding: 0;
	}
	footer .footer-col{
		text-align: left;
	}
	footer .left .footer-col{
		margin-left: -10px;
	}
	footer .footer-col p{
		position: relative;
		border-bottom: none;
	}
	footer .footer-col p:after{
		width: 100%;
		height: 1px;
		position: absolute;
		content: '';
		left: -35px;
		background: #fff;
		bottom: 0;
		left: 0;
	}
	.eventsrow{
		padding-top: 0px !important;
	}
	.eventsrow .moreBox{
		padding: 25px !important;
		padding-bottom: 0px !important;
	}
	.eventsrow .moreBox .inner{
		margin-bottom: 0px !important;
	}
	.prevnextbtn a{
		font-size: 20px;
	}
	.single-message h2{
		padding-bottom: 0px;
	}
	.footer-contact a{
		font-size: 10px;
	}
	.connectheading h3 {
	    font-size: 50px !important;
	    line-height: 60px;
	}
	.connectheading p{
		font-size: 35px;
		line-height: 40px;
	}
	.connectheading h3:before {
	    top: -30px;
	    font-size: 54px !important;
	    line-height: 1;
	}
	.connectheading .outline-btn{
		background-color: #000;
    	color: #fff;
    	width: 230px;
    	height:55px;
    	line-height: 55px;
    	border: none;
	}
	.connectheading h3::before{
	    top: -35px;
	    font-size: 50px !important;
	    line-height: 75px;
	}
	.outline-btn{
		width: 240px;
		height: 50px;
	}
	.stayintouch .outline-btn{
		margin-top: 20px;
	}
	.ctc_address{
	    text-align: right;
	    margin-top: 40px;
	    margin-bottom: 50px;
	    padding-right: 20px !important;
	}
	.ctc_address::before{
	    font-size: 70px;
	    top: -30%;
	    width: 240px;
	    text-align: right;
	    line-height: 80px;
	    left: auto;
	}
	.ctc_address span{
		font-size: 20px;
	}
	.ctc_address span br{
		display: block !important;
	}
	.connect_ctcinfo ul li a{
		font-size: 17px;
	}
	.footer-contact a{
		font-size: 12px;
	}
	header .footer-col a{
		text-transform: capitalize;
		margin-bottom: 0px;
	}
	.valuesculture .inner p{
		font-size: 18px;
	}
	.MomentumKids .homegroup .verticalcenter p{
		margin-bottom: 0px;
	}
	.MomentumKids .homegroup .verticalcenter p:first-child:after{
		display: none;
	}
	.give-tray.active{
		background: #A7C3D4;
	}
	.give-tray.active .close-tray{
		z-index: 99999;
	}
	.give-tray.active .give-popup{
		background-image: url(http://vibrantadmin.com/equippers2/wp-content/themes/equipper/img/give-bg.jpg);
		background-size: contain;
	    background-position: bottom center;
	    background-repeat: no-repeat;
	    height: 110vh;
	}
	.give-tray.active .give-popup:after{
	    position: absolute;
	    content: '';
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    background-color: rgba(167,195,212,0.8);
	    z-index: 1;
	}
	.give-tray.active .give-popup h1{
		font-size: 70px;
		margin-top: 0px;
		z-index: 9999;
		position: relative;
	}
	.give-tray.active .give-popup p{
		background-color: #F2EFEA;
    	padding: 40px 20px;
    	z-index: 9999;
		position: relative;
		font-size: 24px;
		margin-bottom: 0px;
	}
	.give-tray.active .give-popup .btn{
	    position: relative;
	    /*bottom: 0;
	    left: 0;
	    right: 0;
	    background-color: #F2EFEA;*/
	    z-index: 9999;
	    /*padding: 40px 20px 5px;*/
	    border: none;
	    width: 100%;
	    background: #A7C3D4;
    	padding-top: 25px;
    	padding-bottom: 0px;
	}
	.give-tray.active .give-popup a{
		z-index: 9999;
		position: relative;
	}
  #plan-your-visit .modal-body input[type="submit"]{
    position:relative;
    margin-top: 0px;
  }
} 
@media screen and (min-width:0) and (max-width:575px) {
	.upper-footer img{
		margin: 0;
	}
	.hero article h1 {
	    font-size: 70px;
	}
	.aboutsection .container {
	    padding: 0 20px;
	}
	main section .row > div {
	    min-height: unset !important;
	}
	.men, .align {
	    font-size: 20px;
	    line-height: 1.5;
	}
	.hero.home-hero article span {
	    font-size: 70px;
	}
	section h2 {
	    font-size: 40px !important;
	}
	.pastseries .row > div {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.create {
	    font-size: 20px;
	}
	h2 {
	    font-size: 2rem;
	}
	.leadership .row:last-child > div:last-child {
	    margin-left: 0;
	}
	.aboutsection ul li h3 {
	    font-size: 15px;
	}
	.video-responsive {
	    max-width: 100%;
	}
	.mid-banner h3 {
	    font-size: 2.5rem;
	}
	.mid-banner {
	    font-size: 1.6rem;
	}
	.makeadifference .sectiontitle {
	    font-size: 20px;
	}
	.abtleadcontent span {
	    font-size: 20px !important;
	}
	.our_beliefs .fs50 {
	    font-size: 20px;
	}
	.our_beliefs .switch-links li a {
	    font-size: 15px;
	}
	.our_beliefs > .row > div:last-child {
	    padding: 10px 0;
	}
	section:not(.hero) br {
		display: none;
	}
	.pre-footer h1, .connect-block h2, .hero h1 {
	    font-size: 3rem;
	}
	.serviceschedule h3, .serviceschedule p {
	    font-size: 20px;
	    text-align: center;
	}
	.planvisitform h3 {
	    font-size: 24px;
	}
	.planvisitform .row > div:last-child {
		padding: 15px 30px;
	}
	.hero article span {
	    font-size: 60px;
	}
	.hero article > span {
	    font-size: 20px;
	}
	#fancybox-content .hentry * {
	    font-size: 16px !important;
	}
	.home-hero article h1:before {
	    left: 0;
	    right: 0;
	}
	.headingtext.pt80 {
	    padding-top: 0;
	    padding-bottom: 0;
	}
	.headingtext article {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.hero article h1:before {
	    left: -10px;
	    right: -10px;
	}
	.valuesheadingmob h4 {
	    padding-right: 50px;
	}
	body .switch-links li a.active{
		color:#000 !important;
	}
	.webelieve {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.bottom-footer .row > div:first-child .footer-col-header {
	    margin-left: -26px;
	}
	.bottom-footer .row > div:last-child .footer-col-header {
	    margin-left: 10px;
	}
	.headingtext {
	    font-size: 20px;
	    line-height: 1.8;
	}
	.midweekList .inner {
	    padding: 20px;
	}
	main section.events {
	    padding-bottom: 0;
	}
	.midweekList.row > .col-sm-4:after {
	    top: 140px;
	}
	.m-kids-right {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
	.m-usa-left {
		padding:0;
	}
	.momentumconference  {
		padding:0 !important;
	}
	.mcon_title {
	    padding: 0 30px;
	    text-align: center;
	}
	.m-usa-topbtn {
	    padding: 0 30px;
	    text-align: center;
	    display: block;
	}
	.m-usa-topbtn a.mr50 {
	    margin-right: auto !important;
	}
	.conference-sched {
	    padding: 40px 30px !important;
	    text-align: center;
	}
	.conference-sched .row>.col-md-4 {
	    text-align: right;
	}
	.conference-sched .row>.col-md-8 {
	    text-align: left;
	}
	.m-usa-pastors .col-sm-4.mb30 {
		margin-bottom:0 !important;
	}
	.midweekList.row {
		margin:0 auto 50px;
	}
	.conference-sched{
	    margin: 30px 0 !important;
	}
	.MomentumKids .conference-sched{
	    margin: 30px 0 0 !important;
	}
	.m-kids-right .mkidsfaqs:nth-child(2) h4 {
	    font-size: 15px;
	}
	.m-kids-right .mkidsfaqs:nth-child(6) h4 {
	    font-size: 23px;
	}
	.leadership .row:after {
	    background-color: transparent;
	}
	.footer-contact .row>.text-left {
		max-width:50%;
		flex:0 0 50%;
	}
	.footer-contact .row>.text-right {
		max-width:50%;
		flex:0 0 50%;
	}
	.homegroup h2 {
	    font-size: 60px !important;
	    padding-top: 40px;
	    padding-bottom: 40px;
	    padding-right: 30px;
	    padding-left: 30px;
	}
	.MomentumKids .homegroup h2{
		padding-top: 200px;
		padding-bottom: 200px;
		text-align: center;
	}
	.ministriespage .homegroup h2{
		padding-right: 15px;
		font-size: 85px !important;
		text-align: right;
	}
	.ministriespage .homegroup.equipher h2{
		font-size: 60px !important;
	}
	.homegroup.ministriesrev  .inner em {
		display: block;
		font-style: normal;
		line-height: 1.2;
		font-size: 40px;
	}
	.create h2{
		font-family: 'RiftBold';
		font-style: normal;
	}
	.homegroup.ministriesrev  .inner span {
	    font-size: 60px;
	    font-family: 'RiftBold';
	}
	.homegroup.ministriesrev  .inner em b{
		font-family: 'Riftbold';
    	font-size: 40px;
	}
	.homegroup.ministriesrev  .inner {
		font-size: 40px;
		padding-left: 10px;
	}
	.homegroup.ministriesrev  .inner p:first-child:after {
		position:absolute;
		bottom:0;
		background-color: #E64B4B;
		height: 3px;
		width:250px;
		margin:0 auto;
		content:'';
		left:0;
		right: 0;
	}
	.pastseries h3 small{
		display: none;
	}
	.pastseries h3{
		margin-bottom: 0px;
	}
	.pastseries .message-meta {
	    line-height: 20px;
	    text-transform: uppercase;
	    font-family: 'TimesBold';
	    color: #333333;
	    font-size: 15px;
	}
	.midweekpg .headingtext h3{
		font-size: 30px !important;
	}
	.midweekList h4{
		font-size: 30px;
    	font-family: 'TimesBold' !important
	}
	.midweekList h3 {
	    font-size: 20px;
	}
	.equipher .inner p {
	    padding-right: 0;
	    border-right: none;
	    text-align: center;
	}
	.datepicker input {
	    width: 210px !important;
	}
	.single-event-card .inner {
	    margin-bottom: 30px;
	}
	.prevnextbtn a {
	    line-height: 30px;
	}
	.messagespage .hero article h1 {
		right:-150px;
	}
	header .social-icons a {
	    margin: 0 20px;
	}
	header .social-icons a i{
		color: #E64B4B;
	}
} 
@media screen and (min-width:0) and (max-width:374px) {
	.messagespage .hero article h1 {
		right:-135px;
	}
	header .social-icons a {
	    margin: 0 20px;
	}
	.upper-footer .outline-btn{
		margin-top: 15px;
	}
} 
@media only screen and (min-device-width:320px) {
	body {padding:0;}
}