/* ============================================================
	Replace me with the Actual Design
============================================================ */

html,
body {
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	letter-spacing: .4px;
	color:#444444;
	scroll-behavior: smooth;
}

a {
	transition: 0.3s;
}
.cms-content a,
.cms-content a:visited{
	color:#8e788d;
	font-weight:bold;
}
.cms-content a:hover{
	color: #859bb3;
}

.body {
	--bg-color-dark: #9b4057;
	--heading-main-color: #8900a5;
	--anim-bgchange-color: rgb(0, 207, 0);

	--interactive-item-bg: #e4b12d;
	--interactive-item-bg-hover: #859bb3;
}

.gst-caught__message {
	color: white;
}

.nowrap {
	comment: "for readability, ex. makes '5:00 PM' not break";
	white-space: nowrap;
}

.fadein {
    opacity: 1;
    transition: opacity 3s;
    transition-delay: 30ms;
}
.anim__offscreen.fadein {
    opacity: 0;
}

.covid19-heading{
	display:none;
}
.covid19-alert {
    position: fixed;
    bottom: 0;
    z-index: 1200;
    font-size: 14px;
    background-color: #859bb3;
    padding: 1em;
	padding-right:4em;
	color:white;
	max-width:420px;
	border: 1px solid white;
}
.covid19-close{
	background-color: transparent;
    border: 0;
    color: white;
	position: absolute;
    right: 0;
    top: 0;
    padding: 0.5em;
}
.covid19-close .material-icons{
	font-size:28px;
}
.covid19-text {
    padding-bottom: 0.5em;
}
.covid19-alert a,
.covid19-alert a:visited{
	color: #e4b12d;
	font-weight:bold;
	padding-top:.5em;
}
.covid19-alert a:hover{
	color:#8e788d;
}


.module {
    max-width: 100%;
    margin: 0 auto;
}
.generic__inner {
    max-width: 1500px;
    margin: 0 auto;
}
.content-areas__content.cms-content.generic__inner{
	font-size: 18px;
	max-width: 1000px;
}
.body__layout__default .generic__inner{
	padding:2em;
}

hr{
	max-width:70%;
	margin:0 auto;
}
.cms-content hr{
	margin: 2em auto;
	max-width:90%;
}

.material-icons {
    font-size: 36px;
}

.header__user-controls {
    display: none;
}

.generic__1up, .generic__2up, .generic__3up, .generic__4up{
	display:flex;
	max-width: 969px;
	margin: 0 auto;
}

h1{
	font-family: 'Montserrat', sans-serif;
}
.cms-content h1,
.module-locations__title-text,
.events-home h1{
	color:#8e788d;
	font-size:45px;
}

h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	padding-bottom:.2em;
}
.cms-content h2{
	color:#859bb3;
}

h3{
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 0.5em;
}

ul{
	font-family: Georgia, Times, Times New Roman, serif; 
	list-style-type: disc;
    padding-left: 2em;
}

ul li{
	padding-bottom:.5em;
}

.cms-content p {
    line-height: 28px;
}

li.dynamic-nav__list-item{
	padding-bottom:0;
}


.header {
	max-width: 100%;
	margin: 0 auto;
	background-color:#859bb3;
	background-image: url('../../images/cbheader.jpg');
	position:relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index:999;
	width: 100%;
}
.scrolled .header{
	padding-top: 8em;
}

.body__layout__home .float_header,
.body__layout__visit .float_header,
.body__layout__new .float_header,
.body__layout__decipleship .float_header {
    padding: 2em;
	transition: all 0.5s ease;
	position: relative;
	z-index:1001;
}
.body__layout__default .float_header{
	padding: 2em 1em 3em 2em;
	transition: all 0.5s ease;
}
.scrolled{
	_transition: position 10s;
}
.scrolled .header__inner{
	transition: position 10s;
}
.scrolled .float_header{
	position:fixed;
	width:100%;
	padding: 1em 2em 1em;
	background-color:#859bb3;
	animation: smoothScroll 1s forwards;
	top:0;
}
.scrolled .header__logo-link{
	max-width: 200px;
}
.scrolled .header__logo-image {
    height: 55px;
}
.scrolled .dynamic-nav {
    top: 14px;
}
.scrolled .live_give {
    top: 22px;
}
.scrolled .ORBC {
	max-width: 150px;
	font-size: 15px;
	line-height: inherit;
}
.scrolled .dynamic-nav.expanded{
	top: -16px;
}




.nav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 30;

    color: white;
}
.nav.open {
	background-color: #8e788d;
	height: 100vh;
	padding: 30px;
	padding-top: 90px;
	width: 60vw;
	max-width: 90vw;
	box-shadow: 0 0 12px rgba(0,0,0,0.15);
}


#primary-nav-toggle {
    position: absolute;
	top: calc(37px + 0.5em);
    right: 25px;
	border-width: 0;
	background-color: transparent;
	color: white;
	_outline: 1px solid red;
	margin: 0;
	padding: 0;
}
.scrolled #primary-nav-toggle {
	top: 30px;
}

#primary-nav-toggle .material-icons {
	vertical-align: top;
}


.nav__list {
	display: none;
	padding-left: 1.25em;
}
.nav.open .nav__list__level-1 {
	display: flex;
	padding-left: 0;
	flex-direction: column;
	overflow-y: auto;
	height: calc(100vh - 120px);
}
.nav__item__open > .nav__list {
	display: block;
}


.nav__item {
	margin-top: 0.5em;
}


.nav__link {
	display: block;
	flex: 1;
	padding: 0.125em 0.5em;
	box-sizing: border-box;
}
.nav__item:hover > .nav__item-actions .nav__link {
	background-color: #e4b12d;
}
.nav__item__current > .nav__item-actions .nav__link {
	_background-color: #e4b12d;
}
.nav__item[data-id='88']:hover > .nav__item-actions .nav__link {
	_background-color:#859bb3;
}
.nav__item[data-id='88']{
	display:none;
}

.nav__item-actions {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.nav__item-action {
	cursor: pointer;
}
.nav__item-action__less {
	display: none;
}
.nav.desktop .nav__item-action {
	display: none;
}
.nav__item__open > .nav__item-actions .nav__item-action__more {
	display: none;
}
.nav__item__open > .nav__item-actions .nav__item-action__less {
	display: inline-block;
}
.nav.desktop .nav__item__open > .nav__item-actions .nav__item-action {
	display: none;
}

.nav__item-actions .material-icons {
	font-size: 28px;
}

/*
nav{
	display:none;
}
ul.dynamic-nav-list{
	list-style-type:none;
}
.dynamic-nav{
    display: block;
    position: absolute;
    color: white;
    top: 30px;
    right: 30px;
    z-index: 300;
}
.dynamic-nav.expanded {
	position:fixed;
    right: 0;
    top: 0;
    padding-right: 30px;
    height: 100vh;
    z-index: 200;
    background-color: #8e788d;
	padding-top: 30px;
}
.dynamic-nav-activate {
    text-align: right;
	width: 100%;
}
.dynamic-nav.expanded .dynamic-nav-expanded {
    display: block;
    padding-top: 1em;
}
ul.dynamic-nav-list {
    width: 50vw;
    max-width: calc(90vw - 30px);
    text-align: left;
    color: white;
	font-family: 'Montserrat', sans-serif;
}
.dynamic-nav__list-item:hover {
    background-color: #e4b12d;
}
.dnav-expanded .live_give .generic__link-button:hover{
	background-color:#859bb3;
}
.li[data-id='88']:hover{
	background-color:#859bb3;
}
*/



.generic__link-button,
.fb3__button,
.generic__link-button:visited,
.fb3__button:visited,
.cms-content a.generic__link-button,
.cms-content a.generic__link-button:visited{
	background-color:#e4b12d;
	color:white;
	padding:10px 20px;
	margin: 0.5em;
	border-color:transparent;
	text-align:center;
	transition: 0.3s;
	font-weight:normal;
	font-family: 'Montserrat', sans-serif;
}
.generic__link-button:hover,
.fb3__button:hover,
.cms-content a.generic__link-button:hover{
	background-color:#859bb3;
}
.live_give {
    position: absolute;
    right: 80px;
    top: 37px;
    display: block;
    z-index: 1000;
}
.live_give .generic__link-button{
	padding:10px 20px;
	font-size:16px;
}
.live_give .generic__link-button:hover{
	background-color:#8e788d;
}
.nav-open .live_give .generic__link-button:hover{
	background-color:#859bb3;
}


.locations__location-phone,
.locations__location-phone:visited{
	color:#e4b12d;
	font-size:25px;
}
.locations__location-phone:hover{
	color:#859bb3;
}

.home-header{
	background-image: url("../../images/cbheader2.jpg");
	position:relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	_overflow: hidden;
}

.heading-video-wrap {
	position: absolute;
	width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
	overflow: hidden;
	height: 100%;
	
}
.heading_video {
	position: absolute;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 115%;
	width: 140%;
	height: auto;
}

/*
.heading_video {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
	left: 50%;
    transform: translateX(-50%);
}
.scrolled .heading_video {
	height: auto;
	width:100%;
	bottom: 0;
    top: initial;
}
*/

.home-header::after {
	position: absolute;
    width: 100%;
    height: 75px;
    bottom: 0;
    left: 0;

	background-image:url('../../images/tornborder.png');
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: 980px 59px;
	content: " ";
	display: block;
	pointer-events: none;
}
.header__logo-link {
    display: flex;
    align-items: center;
    z-index: 20;
    position: relative;
    max-width: 366px;
}
.ORBC {
    font-weight: bold;
    color: white;
    max-width: 231px;
    font-size: 24px;
    padding-left: 1em;
    line-height: 30px;
}
.body__layout__home .heading_splash{
    color: white;
    font-size: 65px;
    padding: 5em 1em 3em;
	z-index: 3;
    position: relative;
}
.heading_splash {
    padding: 100px 65px 120px;
}
.heading_splash h1{
	font-size:65px;
	color:white;
	filter: drop-shadow(0 0 0.5rem black);
}
.heading_splash h2{
	color:white;
	font-size:25px;
	font-style: italic;
	max-width:800px;
	font-weight:400;
	padding-bottom:1em;
	filter: drop-shadow(0 0 0.35rem black);
}

.welcome{
	padding:4em 1em;
	margin:0 auto;
	max-width:1200px;
	text-align:center;
}
.welcome h3{
	font-family: Georgia,Times,Times New Roman,serif; 
	font-size: 37px;
	color:#859bb3;
	font-style: italic;
	font-weight:normal;
}
.welcome p{
	max-width:800px;
	margin:0 auto;
	padding: .5em 0;
}
.central{
	background-color:#8e788d;
	text-align: center;
	color:white;
	padding-top: 2em;
}
.central p {
    max-width: 800px;
    margin: 0 auto;
    padding: 0.5em 0;
    font-size: 17px;
}

.growing-process{
	text-align:center;
	padding: 3em 1em;
	max-width:1500px;
	margin:0 auto;
}
.growing-process .generic__2up{
	flex-wrap: wrap;
	max-width: 100%;
	justify-content: center;
	align-content: center;
}
.growing-process .generic__2up .generic__part{
	width:600px;
	margin: 1em;
	position:relative;
}
.growing_box {
	padding: 5em 5.5em;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 570px;
    height: auto;
	position:relative;
}
.growing_box.explore{
	background-image: url('../../images/explorebg.png');
}
.growing_box.engage{
	background-image: url('../../images/engagebg.png');
}
.growing_box.enrich{
	background-image: url('../../images/enrichbg.png');
}
.growing_box.empower{
	background-image: url('../../images/empowerbg.png');
}
.growing_box h2{
	font-size:20px;
	padding-bottom:1em;
}
.growing_box p{
	font-family: Georgia,Times,Times New Roman,serif; 
	font-size:16px;
}
.disciple_ico{
	position:absolute;
	z-index:10;
	top:0;
	left: 20px;
	max-height:140px;
}

.plan-your-visit:before{
	content:" ";
	display:block;
	background-image:url('../../images/tornborder2.png');
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 980px 59px;
	position: absolute;
    width: 100%;
    height: 59px;
    top: 0;
    left: 0;
}
.plan-your-visit{
	background-color:#e9eaeb;
	padding: 6em 1em 3em;
	text-align:center;
	position:relative;
}
.plan-your-visit h2{
	color:#8e788d;
	font-size:40px;
	padding-bottom:.5em;
}
.plan-your-visit p{
	font-family: Georgia,Times,Times New Roman,serif; 
	padding-bottom:2em;
	line-height: 26px;
}

.grow{
	position:relative;
}
.grow .inner{
	padding:3em 1em;
	max-width: 1200px;
	margin:0 auto;
	text-align:center;

}
.grow h2{
	color:#859bb3;
}
.grow .generic__2up{
	padding: 3em 0;
}
.grow .generic__part{
	background-color: #e9eaeb;
	padding:1em;
	margin:.5em;
	padding-top: 3em;
	position:relative;
}
.grow .generic__part p{
	font-size:15px;
	line-height: 21px;
	padding-bottom:0;
	font-family: Georgia,Times,Times New Roman,serif; 
}
.grow::after {
    content: " ";
    display: block;
    background-image: url(../../images/tornborder4.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: 980px 59px;
    position: absolute;
    width: 100%;
    height: 59px;
    bottom: 0;
    left: 0;
}
.grow .ico{
	height:100px;
	position:absolute;
	top: -50px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.spanner{
    color: white;
	
	padding: 3em 1em;
}
.spanner h2{
	text-align:center;
	padding-bottom:1em;
}
.spanner.purple {
    background-color: #8e788d;
}
.spanner.blue {
    background-color: #859bb3;
}
.spanner ul{
	max-width: 900px;
	margin:0 auto;
	padding: 0 2em;
	font-size:17px;
}
.spanner li{
	padding: .5em 0;
}

.home-news{
	background-image: url("../../images/blugebackground.png");
	position:relative;
	background-position: center;
	background-repeat: repeat-x;
}

.home-news .inner{
	max-width: 1200px;
    margin: 0 auto;
    padding: 5em 1em;
    text-align: center;
	z-index: 1000;
    position: relative;
}
.home-news h2{
	color:#303030;
	padding-bottom: 1em;
}
section.module.feeds.feeds__type__events {
	margin-bottom: 3em;
	margin-top:5em;
}
.home-news .events__list {
    list-style-type: none;
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: space-around;
}
ul.events__list {
	padding-left:0;
}
a.event__link {
    background-color: black;
    color: white;
    transition: transform .4s;
    margin: 1em;
	min-height: 480px;
	max-width: 270px;
	width: 270px;
	position:relative;
}
.event__link .time_click{
	position:absolute;
	bottom:0;
	padding-bottom: 3em;
	display:block;
	left: 0;
    right: 0;
	z-index:20;
}
a.event__link.clearfix:hover {
    transform: scale(1.05);
}
.events__title {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	position: relative;
	z-index:20;
	padding: 3em 2em 1em;
}
.events__date {
    border: 0;
    display: initial;
    float: none;
    font-weight: bold;
    margin-right: 0;
    padding: 0.125em 0;
    text-align: center;
}
.events__short-details{
	font-size:16px;
	position: relative;
	z-index:20;
	padding: 1em 2em 3.5em;
}
.events__date-day {
    font-size: 100%;
}
.events__date-month {
    text-transform: capitalize;
	font-size:20px;
	padding-bottom: 0.1em;
	z-index: 20;
    position: relative;
}
.events-view__time {
	position:relative;
	z-index: 20;
}
.time_click .generic__link-button{
	margin-top: 1.5em;
}
.events-view h1,
h1.news-view__heading{
	color:#8e788d;
	padding-bottom:1em;
}
.events-view__date {
    font-weight: bold;
}
a.event__link::after{
z-index: 10;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left:0;
pointer-events: none;
}
.events-home__event{
	margin: 1em 0;
}
.events-home__events,
.module.feeds.feeds__type__news{
	max-width:900px;
	margin:0 auto;
}
.events-home__events hr{
	max-width: 90%;
	margin: 2em;
}
a.events-home__event-link,
a.news__link.news__link__title {
    color: #e4b12d;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}
ul.news__list{
	border-bottom: 1px solid lightgray;
    padding: 1em;
}
a.events-home__event-link:hover{
	color:#859bb3;
}
.events-home__times{
	font-weight:bold;
}
.events-home__short_details,
.news__short-description{
	padding-top:.5em;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}
li.events-home__event{
	display:grid;
	column-gap: 50px;
	grid-template-columns: 1fr 3fr;
}
.body__layout__default .events-home__times:nth-child(3){
	font-weight:300;
	padding-bottom:.8em;
}
.event__image{
	max-width:200px;
}


.whoweserve{
	background-color:#e9eaeb;
}
.whoweserve h3{
	font-size:25px;
}
.whoweserve .generic__2up{
	max-width:100%;
}
.whoweserve .generic__part:nth-child(1){
	padding:5em;
}
.whoweserve .text{
	padding-bottom:2em;
}
.whoweserve .generic__part:nth-child(2){
    display: flex;
    flex-direction: column;
	justify-content: space-between;
}
.whoweserve h2{
	padding-bottom:1em;
	font-size: 40px;
	color:#303030;
}
.whoweserve p{
	font-family: Georgia,Times,Times New Roman,serif; 
	line-height:22px;
}
.whoweserve .text{
	font-family: Georgia,Times,Times New Roman,serif; 
	line-height:28px;
}
.community{
    padding: 2em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color:white;
	font-size: 16px;
	position:relative;
	display:block;
}
.community.families{
	background-image: url("../../images/families.jpg");
	margin-bottom:.5em;
}
.community h3, 
.community p {
	position:relative;
	z-index:2;
}
.community::after {
    z-index: 1;
    background-color: rgb(114, 189, 236, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	left:0;
    pointer-events: none;
	display:block;
	content:" ";
	transition: 0.3s;
}
.community:hover::after {
    _background-color: rgb(142, 120, 141, .8);

}
.children{
	background-image: url("../../images/children.jpg");
	margin-bottom:.5em;
}
.individuals{
    background-image: url("../../images/individuals.jpg");
	margin-bottom:.5em;
}
.caring {
	background-image: url("../../images/pantry.jpg");
}

.mission{
	padding:11em 1em;
	max-width: 1200px;
	margin:0 auto;
	position:relative;
}
.mission_box{
    background-image: url("../../images/quote.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 592px;
    height: auto;
	position:absolute;
	left: 25px;
    top: 90px;
}
.mission h2{
	font-size:40px;
	padding-bottom:1em;
	font-weight: 600;
}
.quote{
	font-weight: 400;
    font-size: 24px;
	line-height: 28px;
}
.mission_text {
	font-family: 'Montserrat', sans-serif;
    padding: 7em 2em 6em;
    width: 500px;
    margin: 0 auto;
	color:white;
	font-weight: 200;
    font-size: 23px;
}
.jesus{
	padding-top:2em;
	text-align:right;
	font-weight:bold;
	font-size:22px;
}
.mission .generic_2up{
	position:relative;
}
.mission p{
	font-family: Georgia,Times,Times New Roman,serif;
	line-height:30px;
}
.mission .generic__part:nth-child(1){
	width:45%;
}
.mission .generic__part:nth-child(2){
	background-color:white;
	padding: 10px;
	box-shadow: 6px 12px 23px 0px rgb(0 0 0 / 23%);
	padding: 3em 3em 3em 5.5em;
	width:55%;
}
.mission .generic__part:nth-child(2) h2{
	font-family: Georgia,Times,Times New Roman,serif; 
}

.times .generic__2up{
	max-width:100%;
	justify-content: space-between;
}
.times .generic__part:nth-child(1){
	background-image: url("../../images/bibleworship.jpg");
	position:relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 40%;
}
.times .generic__part:nth-child(2){
	background-color:#859bb3;
	color:white;
	padding: 4em;
	width:60%;
}
.times p{
	font-family: Georgia,Times,Times New Roman,serif;
	padding-bottom:1em;
	font-size:18px;
	line-height: 25px;
	max-width: 600px;
}
.times h3{
	padding-top:1.5em;
	font-size: 25px;
}

.pdo .generic__2up{
	max-width:100%;
	justify-content: space-between;
}

.pdo .generic__part:nth-child(1){
	background-color:#8e788d;
	color:white;
	padding: 4em;
	width:60%;
}
.pdo .generic__part:nth-child(2){
	background-image: url("../../images/parentsdayout.jpg");
	position:relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 40%;
}

.pdo p{
	font-family: Georgia,Times,Times New Roman,serif;
	padding-bottom:1em;
	font-size:18px;
	line-height: 25px;
	max-width:600px;
}
.pdo h3{
	padding-top:1.5em;
	font-size: 25px;
}


.gatherings .generic__2up{
	max-width:100%;
	justify-content: space-between;
}
.gatherings .generic__part:nth-child(1){
	background-color:#859bb3;
	color:white;
	padding: 4em;
	width:60%;
}
.gatherings .generic__part:nth-child(2){
	width: 40%;
}
.gatherings p{
	font-family: Georgia,Times,Times New Roman,serif;
	padding-bottom:1em;
	font-size:18px;
	line-height: 25px;
}
.gatherings h3{
	padding-top:1.5em;
	font-size: 25px;
}
.gatherings .generic__link-button:hover{
	background-color:#8e788d;
}


.sermons {
    padding: 3em 1em;
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
}
.sermons h2{
	color:#8e788d;
}
.sermons p{
	padding: 2em 0 3em;
	font-size: 22px;
}


.join:before{
	content:" ";
	display:block;
	background-image:url('../../images/tornborder3.png');
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 980px 59px;
	position: absolute;
    width: 100%;
    height: 59px;
    top: 0;
    left: 0;
	pointer-events: none;
}

.join{
	background-image: url("../../images/congregation.jpg");
	position:relative;
	background-position: center;
	background-repeat: no-repeat;
	background-color:#8e788d;
	background-size: cover;
	color:white;
	position:relative;
	padding: 4em 1em;
	background-attachment: fixed;
}
.join:after{
	content:" ";
	display:block;
	background-image:url('../../images/tornborder4.png');
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: 980px 59px;
	position: absolute;
    width: 100%;
    height: 59px;
    bottom: 0;
    left: 0;
}
.join .generic__2up{
	align-items: center;
    padding: 6em 1em;
}
.join h2{
	font-size:45px;
}
.join p{
	max-width: 300px;
    font-size: 21px;
}

.join .generic__part:nth-child(2){
	text-align: right;
}

.forms {
	background-color:#8e788d;
	color:white;
	
}
.forms .generic__inner {
	max-width: 900px;
	padding: 3em 1em;
}
.forms__form-item-header {
	text-align: center;
}
.forms ul {
    font-family: 'Montserrat', sans-serif;
	padding-left: 0;
}

.fb3__field-input, .fb3__field-select {
    color: black;
	border-color: #8e788d;
}
li.forms__contact-field-item {
    width: 100%;
}
.fb3__field:focus-within .fb3__field-input, .fb3__field:focus-within .fb3__field-select {
    border-color: #859bb3;
}

.connect{
	background-color:#8e788d;
	color:white;
	text-align:center;
    padding: 0 1em 4em 1em;
}
.connect .generic__4up{
	flex-wrap: wrap;
    justify-content: center;
	align-items: center;
	max-width:1100px;
}
.connect h2 {
    font-size: 25px;
    max-width: 115px;
    margin: 0 auto;
    padding-bottom: 0.5em;
}
.connect .generic__part:nth-child(1) h2 {
    max-width: 60px;
}
.connect .generic__link-button{
	padding: 10px 20px;
    font-size: 16px;
}
.connect .generic__4up .generic__part {
	max-width: 220px;
	padding-top:1em;
}
.connect p{
	font-size:16px;
}

.knowing p,
.understanding p,
.join_us p{
	padding-bottom:1em;
	max-width:420px;
}
.knowing .generic__2up{
	max-width:100%;
}
.knowing .generic__part:nth-child(1){
	padding:3em;
	background-color:#8e788d;
	color:white;
}
.knowing .generic__part:nth-child(2) {
	background-image: url(../../images/groupstudy.jpg);
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.knowing .generic__link-button{
	margin-left:0;
	font-size:18px;
}

.understanding h2{
	max-width:420px;
}
.understanding .generic__2up{
	max-width:100%;
}
.understanding .generic__part:nth-child(2){
	padding:3em;
	background-color: #e9eaeb;
}
.understanding .generic__part:nth-child(1) {
	background-image: url(../../images/birdinflight.jpg);
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.understanding .generic__link-button{
	margin-left:0;
	font-size:18px;
}

.join_us .generic__2up{
	max-width:100%;
}
.join_us .generic__part:nth-child(1){
	padding:3em;
	background-color: #859bb3;
	color:white;
}
.join_us .generic__part:nth-child(2) {
	background-image: url(../../images/hugging.jpg);
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.join_us .generic__link-button{
	margin-left:0;
	font-size:18px;
}
.join_us .generic__link-button:hover{
	background-color:#8e788d;
}

.body__layout__decipleship .home-header:after{
	background-image: url(../../images/purpletornborder.png);
}
.opening{
	background-color:#8e788d;
	color:white;
}
.opening .generic__2up {
    max-width: 1056px;
}
.opening .generic__part{
	padding:3em;
	text-align:center;
}
.opening p{
	font-size: 17px;
}
.opening hr{
	margin: 50px 0;
	border: 1px solid white;
	height: 155px;
	opacity: 0.3;
	padding-left: 0;
	padding-right: 0;
	width: auto;
}

.parking{
	background-color:#e9eaeb;
}
.parking .generic__2up{
	max-width:100%;
	align-items: center;
}
.parking .generic__part:nth-child(2){
	padding:2em 3em;
}
img.map{
	display:block;
	max-width:100%;
}

footer{
	background-color:#859bb3;
	color:white;
	padding:2em 1em;
}
.footer__privacy{
	display:none;
}


ul.directory__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.directory__position {
    margin-top: 0;
}
.directory__item {
    display: block;
	max-width: 325px;
}
.directory__item {
    margin: 1em;
}
.directory__photo {
    display: block;
    width: 325px;
}
.directory h3{
	color:#859bb3;
	padding-top:1em;
}
.directory-view__columns {
    padding-top: 1em;
}
.directory__info {
    width: 100%;
}


.locations__location-title{
	font-size:30px;
	color:#859bb3;
}
.locations__location-directions-form {
    display: none;
}

.parking .inner{
	padding:3em 1em;
	max-width:1200px;
	margin:0 auto;
}

/*2up module */
.module.twoup-content {
    display: flex;
}
.twoup-content__content{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	width:100%;
}
.twoup-content__content{
	background-color:#e9eaeb;
	padding:2em;
}
.twoup-content__content h2{
	color:#444444;
	font-size: 40px;
}

.twoup-content__style__blue{
	background-color:#859bb3;
	color:white;
}
.twoup-content__style__blue h2,
.twoup-content__style__blue h3{
	color:white;
}
.twoup-content__style__blue a.generic__link-button:hover{
	background-color:#8e788d;
}
.twoup-content__style__purple{
	color:white;
	background-color:#8e788d;
}
.twoup-content__style__purple h2,
.twoup-content__style__purple h3{
	color:white;
}

img.header__logo-image.white{
	display:none;
}
.scrolled .header__logo-image.color{
    display:none;
}
.scrolled .header__logo-image.white{
    display:block;
}


		@media screen and (max-width:1300px){
			.parking .generic__part{
				width: 100%;
			}
			.parking .generic__part:nth-child(2){
				padding:1em;
			}
			.parking .generic__2up{
				flex-direction: column;
			}
			.parking img.map {
				width: 100%;
			}
		}

		@media screen and (max-width:1150px){
			.mission {
				padding: 2em 1em 4em;
			}
			.mission_box {
				max-width: 100%;
				position: relative;
				left: 0;
				top: 25px;
			}
			.mission .generic__part:nth-child(1) {
				width:0%;
			}
			.mission .generic__part:nth-child(2) {
				width: 100%;
				text-align:center;
				padding: 2em 1em 2em 1em;
			}
			.quote {
				_font-size: 20px;
			}
			.mission_text {
				padding: 4em 3em 3em;
				max-width:100%;
			}

			.heading-video-wrap {
				padding-bottom: 0;
				height: 100%;
			}
			.heading_video{
				height: 100%;
				width: auto;
			}

		}

		@media screen and (max-width:1035px){
			a.event__link:nth-child(3){
				display:none;
			}
		}

		@media screen and (max-width:900px){
			.heading_splash h1{
				font-size:50px;
			}
			.body__layout__home .heading_splash h1 {
				font-size:50px;
				padding: 2em 1em 2em;
			}
			.header__logo-image {
				height: 80px;
			}
			.ORBC {
				max-width: 150px;
				font-size: 15px;
				line-height: inherit;
			}
			.heading_splash {
				padding: 0px 65px 120px;
			}
			.body__layout__home .heading_splash {
				padding: 0;
			}
			.heading_splash h2 {
				font-size: 18px;
			}
		}
				

		@media screen and (max-width: 825px){
			h2 {
				font-family: 'Montserrat', sans-serif;
				font-size: 35px;
			}
			.generic__1up, .generic__2up, .generic__3up, .generic__4up {
				flex-direction: column;
			}
			.generic__2up .generic__part,
			.generic__3up .generic__part,
			.generic__4up .generic__part{
				width: 100%;
			}
			.whoweserve .generic__part:nth-child(1) {
				padding: 2em;
				text-align:left;
			}
			.times .generic__part:nth-child(2) {
				width: 100%;
				padding:2em;
			}
			.times .generic__part:nth-child(1) {
				width: 100%;
				padding: 11em 1em;
			}
			.join .generic__2up {
				align-items: center;
				padding: 2em 1em;
			}
			.join p {
				max-width: 100%;
				font-size: 21px;
				padding-bottom: 2em;
			}
			.join .generic__part:nth-child(2) {
				text-align: center;
			}
			.connect h2 {
				padding: 1em 0;
			}
			.connect .generic__4up{
				flex-wrap:wrap;
			}
			.forms__contact-field-list {
				flex-direction: column;
			}
			li.forms__contact-field-item {
				width: 100%;
			}
			.connect h2 {
				max-width: 100%;
				margin: 0 auto;
				padding-bottom: 0.5em;
			}
			.connect .generic__part:nth-child(1) h2 {
				max-width: 100%;
			}

			ul.dynamic-nav-list {
				width: 70vw;
			}

			.gatherings .generic__2up{
				flex-direction: column;
			}
			.gatherings .generic__part:nth-child(1){
				width:100%;
				padding: 2em 1em;
			}
			.gatherings .generic__part:nth-child(2) {
				width: 100%;
				height: 25vh;
			}
			.grow .generic__part{
				margin: 0.5em 0 3em;
			}
			.knowing .generic__part:nth-child(2) {
				padding: 11em 0px;
			}
			.knowing p, 
			.understanding p, 
			.join_us p {
				max-width: 100%;
			}
			.knowing .generic__2up,
			.join_us .generic__2up {
				flex-direction: column-reverse;
			}
			.understanding .generic__part:nth-child(1) {
				padding: 8em 0;
			}
			.join_us .generic__part:nth-child(2){
				padding:8em 0;
			}
			.opening hr {
				margin: 0 auto;
				height: 0px;
				width: 50%;
			}
			.pdo .generic__2up{
				flex-direction: column-reverse;
			}
			.pdo .generic__part:nth-child(1),
			.pdo .generic__part:nth-child(2) {
				width: 100%;
				padding: 1em;
			}
			.pdo .generic__part:nth-child(2){
				height: 17em;
			}
			.live_give .generic__link-button.conn{
				display:none;
			}
		}

		@media screen and (max-width: 715px){
			a.event__link:nth-child(2){
				display:none;
			}
			li.events__item {
				padding-top: 2em;
				margin: 0em;
			}
			li.events__item .time_click {
				margin-bottom: 2em;
			}
			.directory-view__columns {
				display: flex;
				flex-direction: column;
			}
			.directory-view__photo-link {
				width: 100%;
			}
			.directory-view__information {
				padding-left: 0;
				padding-top:1em;
				width: 100%;
			}
		}

		@media screen and (max-width:999px){
			.live_give .give{
				display:none;
			}
			.nav__item[data-id='88']{
				display:block;
			}

			nope_li[data-id='88']{
				_background-color:#e4b12d;
				_transition: 0.3s;
			}
			nope_li[data-id='88']:hover{
				_background-color: #859bb3;
			}
			.nav__item[data-id="88"] > .nav__item-actions .nav__link {
				background-color:#e4b12d;
			}
			.nav__item[data-id="88"]:hover > .nav__item-actions .nav__link {
				background-color: #859bb3;
			}
		}
		@media screen and (max-width: 666px){
			
			li.events-home__event{
				grid-template-columns: 1fr;
			}
		}

		@media screen and (max-width: 622px){
			.mission_box {
				background-size: cover;
			}
			.growing-process {
				padding: 3em 0em;
			}
			.growing_box {
				padding: 5em 1em 4em;
				background-size: cover;
			}
			.growing-process .generic__2up .generic__part {
				width: 100%;
				margin:1em 0;
			}
			.disciple_ico {
				max-height: 95px;
				right: 0;
				top: 40px;
				left: 50%;
				transform: translate(-50%, -50%);
			}
			.growing_box p {
				max-width: 90%;
				margin: 0 auto;
			}
			.opening .generic__part {
				padding: 2em;
			}
			
		}


		@media screen and (max-width: 580px){
			.live_give .live {
				display: none;
			}
			.nav-open .live_give .live {
				display: block;
			}
			
			.nav.open {
				width: 100%;
				padding-right: 15px;
				padding-bottom: 15px;
				padding-left: 15px;
			}

			/*
			.live_give .generic__link-button{
				display:none;
			}
			.dnav-expanded .generic__link-button.live {
				display:block;
			}
			*/
			
		}


		@media screen and (max-width: 388px){
			ul.dynamic-nav-list {
				width: 82vw;
			}


			.body__layout__home .float_header, 
			.body__layout__visit .float_header, 
			.body__layout__new .float_header, 
			.body__layout__decipleship .float_header {
				padding: 2em 0 1em 1em;
			}
			.header__logo-image {
				height: 56px;
			}
		}
