* {
	font-size: 1em;
	font-family: "Roboto", sans-serif;
}

*.Kaushan {
	font-family: "Kaushan Script", serif;
	font-style: normal;
}

html, body {
	width: 100%;
	height: 100%;
}

h1 {
	font-weight: bold;
	font-size: 3em;
	font-style: normal;
	margin: 20px 0;
	color: inherit;
	font-family: "Montserrat";
}

h2 {
	font-family: "Montserrat";
	font-size: 2.3em;
	line-height: 1em;
	color: inherit;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}
.main_section h2 {
	margin-bottom: 20px;
	font-size: 2em;
	font-family: "Kaushan Script";
	text-transform: none;
	font-weight: normal;
}
h2 em {
	font-family: "Kaushan Script", serif;
	text-transform: none;
	font-size: .8em;
	line-height: 1.6em;
	font-style: normal;
	font-weight: normal;
}

h3 {
	font-weight: 700;
	color: inherit;
	font-family: inherit;
	font-size: 1.8em;
}

.wysiwyg-font-size-large {
	font-size: 2.3em!important;
	line-height: 1em!important;
}

.wysiwyg-font-size-small {
	font-size: .8em!important;
}

.text-center { text-align: center; }
.container { max-width: 1200px; margin-left: auto; margin-right: auto; }
.divider-sm-white, .divider-sm-brown, .divider-sm-blue {
	display: inline-block;
	width: 50px;
	border-bottom: 2px solid #fff;
	margin: 40px 0;
}

.divider-sm-brown {
	border-color: #9f7852;
}
.divider-sm-blue {
	border-color: #74dbda;
}

hr {
	border-top: 1px solid #bbb;
	margin: 40px 0;
}

a, a:link, a:active, a:visited {
	color: #92bf78;
	outline: none;
	border: none;
}

a:hover {
	text-decoration: none;
	color: #74dbda;
}

em {
	color: inherit;
	font-family: inherit;
}

ul {
	padding-left: 0;
}

ul li {
	list-style-type: none;
	display: inline-block;
}

input:not(submit) {
	padding: 7px;
}

a.btn-primary-skeleton {
	color: #a6e285;
	padding: 10px 35px;
	text-transform: uppercase;
	background: none;
	display: inline-block;
	border: 2px solid #a6e285;
	transition: .3s;
}
a.btn-primary-skeleton:hover {
	border-color: #74dbda;
	color: #74dbda;
}

.uk-button, .uk-button:focus, a.uk-button, a.uk-button:focus {font-family: "Montserrat", sans-serif;background-color: #a6e285;font-weight: 700;color: white;padding: 2px 20px;font-size: .8em;text-transform: uppercase;text-decoration: none!important;font-style: normal;}

.uk-button:hover, a.uk-button:hover {
	background-color: #74dbda;
	color: white;
}

.uk-button:disabled, .uk-button:disabled:hover {
	border: 3px solid #ddd;
	background-color: #eee;
	text-shadow: none;
	box-shadow: none;
	color: #aaa;
}

body {
	background-color: white;
}

.img-shadow {
	-webkit-box-shadow: 2px  2px 2px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 2px  2px 2px 3px rgba(0,0,0,0.7);
	box-shadow: 2px  2px 2px 3px rgba(0,0,0,0.7);
}

.img-full-width {
	margin-left: -40px;
	margin-right: -40px;
	width: auto;
}

.img-full-width img {
	width: 100%;
}

.text-shadow {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.7);
}

.absolute {
	position: absolute;
}

.social a {
	display: inline-block;
	margin: 10px 5px;
	color: #74dbda;
	font-size: 1.5em;
	transition: .3s;
}

.social a:hover {
	color: #a6e285;
}

header.main_header {
	position: fixed;
	height: 75px;
	top: 0;
	width: 100%;
	z-index: 100;
	background: #484848;
}

.inner_wrapper {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

header #logo-anchor {
	display: inline-block;
    
}

header #logo {
	max-width: 300px;
	max-height: 57px;
	/* width: 100%; */
	margin: 10px 15px;
	vertical-align: middle;
}

header .main_nav {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 20px;
	font-family: "Montserrat";
}

header nav ul {
	margin: 0;
}

header .main_nav .nav_link, header .main_nav a.nav_link {
	display: inline-block;
	transition: .3s;
	padding: 20px 20px 5px;
	color: white;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

header .main_nav .nav_link:hover, header .main_nav .nav_link a:hover, header .main_nav .nav_link a.active {
	text-decoration: none;
	color: #a6e285;
	border-bottom: 4px solid #a6e285;
}

header .uk-dropdown {
	background: #353535;
	font-size: 1.1em;
	line-height: 1em;
	z-index: 9999;
	padding: 0;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	border-top: 4px solid #a6e285;
	margin-top: 6px;
}

header .uk-dropdown li {
	display: block;
}
header .uk-dropdown li a {
	padding: 10px 15px;
	display: block;
}
header .uk-dropdown li:not(:last-child) {
	border-bottom: 1px solid #484848;
}

header .uk-dropdown li:hover {
	background: #0a151a;

}

ul.uk-nav-offcanvas li { display: block;}
ul.uk-nav-offcanvas li a {
	font-size: 1.4em;
}
ul.uk-nav-sub li a { font-size: 1.2em; }
ul.uk-nav-sub {
	padding-left: 25px;
	background: #222;
}

ul.uk-nav-sub li {
	margin: 3px 0;
}

#menu_button {
	display: none;
	font-size: 2em;
	padding: 10px;
	margin: 15px;
}

section {
	padding: 40px;
}

.hero-section {
	margin-top: 75px!important;

}

.hero-section {
	position: relative;
	z-index: 1;
	text-align: center;
	width: 100%;
	margin: auto;
	background: url(../images/ban-bg-welcome.jpg);
	background-size: cover;
	background-position: center;
	padding: 40px 0;
}
.home_page .hero-section {
	padding: 40px 0 60px;
}
.hero-section img {
	width: 100%;
}

.hero-section h1 {
	padding: 0;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 3em;
	line-height: 1em;
	text-transform: uppercase;
}
.home_page .hero-section h1 {
	font-size:9em;
	line-height: .6em;
}
body:not(.home_page) .hero-section h1:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
	top: 0;
	left: 0;
z-index: 0; 
}
.hero-section h1 span {
	font-size: .65em;
	font-family: inherit;
}
.hero-section h1 em {
	font-family: "Kaushan Script", serif;
	font-size: .5em;
	line-height: 2em;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
}

.hero-section h2 {
	text-align: center;
	color: white;
	font-size: 4em;
}

.center-wrapper {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 40.5vw;
}

#home-info {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	background: url(../images/ban-bg-mountains.jpg);
	background-position: center 75px;
	background-size: cover;
	background-attachment: fixed;
}

#home-welcome-text {
	margin: 0 auto;
	max-width: 1000px;
	width: 80%;
	color: #999999;
	font-size: 1.4em;
}

#home-btns {
	margin: 100px auto 0;
	max-width: 1200px;
}
#home-btns img {
	transition: .3s;
	margin-bottom: 20px;
}
#home-btns img:hover {
	transform: translate(-10px, -10px);
	box-shadow: 10px 10px rgba(0,0,0,0.6);
}

#home-hours {
	background: #015467;
	color:white;
	text-align: center;
	margin: 0;
	padding: 0 20px;
}
#home-hours h2 {
	display: inline-block;
	margin: 20px;
	font-size: 3.5em;
	vertical-align: middle;
	font-weight: normal;
	text-transform: none;
}
#home-hours .times {
	display: inline-block;
	vertical-align: middle;
	margin: 20px;
}
#home-hours .times-block {
	display: inline-block;
	margin: 10px;
	text-align: right;
	font-family: "Montserrat", sans-serif;
	text-transform:uppercase;
	width: 300px;
	font-size: 3.2em;
	line-height: 1em;
	font-weight: bold;
}
#home-hours .times-block small {
	display: block;
	font-size: .35em;
	color: #74dbda;
line-height: 1em;
}

#home-resources {
	padding: 80px 0;
}
.home-resource a strong {
	color: #333;
	text-align: left;
}
.home-resource img {
	vertical-align: top;
	margin-right: 20px;
}
.home-resource span.home-resource-text {
	display: inline-block;
	width: calc(100% - 100px);
	text-align: left;
}
.home-resource strong {
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	padding-bottom: 3px;
}
.home-resource p {
	color: #999999;
	margin-top: 5px;
	margin-bottom: 50px;
}
.home-resource:hover strong {
	border-bottom: 2px solid #a6e285;
}
.main_section {
	text-align: left;
	line-height: 1.4em;
}

.main_section img {
	/* width: 100%; */
	max-width: 400px;
}
.uk-float-left.info_img {margin: 0 30px 30px 0;}
.uk-float-right.info_img { margin: 0 0 30px 30px;}

.main_section .app-icons img { max-width:125px; margin: 5px; }
.main_section b {
	font-size: 1.1em;
}

.main_section .edit_area.uk-float-right {
    position: relative;
    z-index: 10;
    margin: 0 0 20px 20px;
}

.info_article {font-size: 1.1em;}

#home-social {
	text-align: center;
	font-size: 1em;
}

#home-social #facebook_feed {
	max-height: 38vw;
	padding: 0 5px 0 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    border-bottom: 2px solid #aaa;
}

#home-social #facebook_feed .fb-wall-message {
	text-align: left;
}

#home-sermons-text {
	padding: 0 30px 40px;
}

#home-social h2 {
	padding-bottom: 3px;
	border-bottom: 2px solid #444;
	max-width: 400px;
	margin-left: auto;
	margin-right: 0;
	margin-top: 60px;
}

#home-sermons-text p {
	font-size: 2em;
	line-height: 1.3em;
	font-style: italic;
}

#home-sermons-text a.uk-button {
	vertical-align: middle;
}

.video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#docs_feed h3 {
	margin-bottom: 0px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

.docs_container {
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
    max-height: 300px;
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
}

table.docs_table {
	
}

table.docs_table tr:nth-child(even) {
	background: rgba(0,0,0,0.1);
}
table.docs_table tr:nth-child(odd) {
	background: rgba(0,0,0,0.05);
}

table.docs_table td {
	padding: 5px 10px;
	min-width: 75px;
}

.docs_table .doc_btn, .docs_table a.doc_btn {
	display: inline-block;
	padding: 3px 7px;
	margin: 3px 0;
	background: #ebb524;
    vertical-align: middle;
    color: #222;
	border-radius: 5px;
	font-size: .9em;
}

.docs_table .doc_btn:hover, .docs_table a.doc_btn:hover {
	opacity: .8;
	text-decoration: none;
}

.doc_more_btn {
	display: block;
	margin-top: 5px;
}

#prayer_submit {
	display: inline-block;
}

.prayer_form {
	margin-bottom: 0;
}

.prayers_form li, .contact_form li {
	display: inline-block;
	margin: 10px;
}

.contact_form .form_input {
	width: 31%;
	margin: 10px 0;
}

.contact_form .form_input_middle {
	margin: 10px 3%;
}

.contact_form .form_message {
	display: block;
	margin: 10px 0;
}

.subscribe_form li input[type='text'], .subscribe_form li input[type='email'], .prayers_form li input[type='email'], .prayers_form li input[type='text'], .prayers_form li textarea, .contact_form li input[type='text'], .contact_form li textarea, footer input[type='password'], .login input[type='password'] {
	border: 1px solid #c8c8c8;
}
.login input[type='password'] {
	margin-right: -4px;
	transition: .3s;
	vertical-align: top;
	padding: 8px 7px 6.5px;
	display: inline-block;
}
.login input[type='password']::placeholder {
	color: #ccc;
	font-style: italic;
}
.login input[type='password']:focus {
	outline: none; 
	border: 1px solid #333;
	background: #e9ffff; 
}
.contact_form h2 {
	margin-top: 15px;
}

.contact_form li input[type='text'] {
	width: 100%;
}

input[type='text']:focus, textarea:focus {
	border: 1px solid #333 !important;
	background: #e9ffff;
}

.contact_form .uk-button.primary-button {
	display: block;
	width: 100%;
}

.contact_form.vbs_form input[type='text'] {
	margin: 5px 0;
}

.vbs_child {
	display: block;
	padding: 10px;
	background: #ccc;
}
.vbs_child h4 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-bottom: 2px;
}
.uk-form .vbs_child select {
    height: auto;
    width: 100%;
}

.contact_pic {
	margin: 0 20px 20px 0;
}

.prayers_form li textarea, .contact_form li textarea {
	width: 100%;
	min-height: 170px;
}

.subscribe_form li input[type='submit'], .prayers_form li input[type='submit'], .contact_form li input[type='submit'] {
	float: none;
	clear: both;
	border: none;
	outline: none;
	padding: 10px;
	border-radius: 3px;
	opacity: 1;
}

.leader_frame {
	text-align: center;
}

.leader_frame li { 
	clear: both;
	max-width: 200px;
	margin: 15px;
	text-align: center;
	vertical-align: top;
}

.leader_frame li.expanded  {
	margin: 0;
	max-width: 100%;
	display: block;
	padding: 20px 0;
	background: rgba(0,0,0,.1);
}

.leader_pic, .leader_text {
	display: inline-block;
	vertical-align: top;
}

.leader_text i {
	font-size: .85em;
}

.leader_title {
	display: block;
}

.leader_pic {
	margin: 10px;
	max-width: 200px;
}

.leader_pic img {
	display: block;
	width: 100%;
}

.leader_title {
	margin-bottom: 5px;
}

.sermon_table {
 	margin: 20px auto;
 }

.sermon_table tr td {
 	vertical-align: middle;
 	padding: 5px 10px;
 	text-align: left;
 }

 .sermon_table h3 {
 	margin: 0;
 	font-size: 1.2em;
 }

 img.sermon_img_header {
 	max-width: 400px;
 	margin-bottom: 20px;
 }

.sermon_feed audio {
	margin-bottom: 10px;
}

#map, #calendar {
	margin-top: 20px;
}

.responsive-iframe {
    position: relative;
    padding-bottom: 20%; // This is the aspect ratio
    height: 0;
    min-height: 200px;
    overflow: hidden;
    border: 4px solid #999;
}
.responsive-iframe.video {
	padding-bottom: 55.5%;
	min-height: 0;
}
.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.responsive-iframe.video.stream {
	padding-bottom: 49.5%;
	border: none;
	}

.find-us {
	background: #333;
	background: url(../images/bg-map.jpg);
	background-position: -250px center;
	background-size: cover;
	background-opacity: .3;
	position: relative;
	z-index: 0;
}
.find-us h2 {
	color: #333;
	margin-top: 20px;
}
.find-us h2:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	top: 0;
	left: 0;
	transition: .3s;
}
.find-us h2:hover:after {
	background: rgba(0,0,0,0.1);
}
.find-us span { 
	margin-bottom: 0;
	margin-top: 30px;
}

footer {
	background: #f8f8f8;
	color: #989898;
	padding-top: 40px;
}
.footer-div {
	padding: 0 20px;
}
footer #logo {
	max-width: 300px;
	margin-bottom: 10px;
	width: 100%;
}

.login .uk-button {
	vertical-align: top!important;
}
footer h3 {
	color: #333;
	font-size: 1.3em;
	text-transform: uppercase;
}
footer .app-icons img {
	margin-bottom: 10px;
}
footer hr {
	margin: 30px 0;
	width: 80%;
}
footer .social {
	display: inline-block;
}
#CR_logo {
	width: 85px;
	transition: .5s;
}

#CR_logo:hover {
	width: 90px;
}
.colphon {
	background: #484848;
	padding: 20px;
	margin-top: 40px;
	color: #bfbebe;
}

#admin-bar a, #warning-bar a {
	color: white;
}

#admin-bar a:hover, #warning-bar a:hover {
	color: #ccc;
}

.urgent {
	position: fixed;
	background-color: #FF4136;
	color: white;
	padding: 5px 0;
	text-align: center;
	font-size: 1.4em;
	z-index: 2;
	width: 100%;
	top: 75px;
	line-height: 1.2em;
}

.special-announcement {
    background: #931212;
    padding: 20px;
}

.hide {
	display: none;
}

.profile {margin: 30px;max-width: 300px;position: relative;}
img.profile-img {
width: 100%;
}
.profile-text {margin-top: 20px;display: block;}
.profile-name {

display: block;

font-size: 1.5em;

font-weight: bold;

margin-bottom: 10px;
}
.profile-desc {
	
}

#bulletin_feed .bulletin_frame {
	display:inline-block; 
	margin: 20px;
	width: 220px; 
	padding: 10px;
	text-align:center;
	border: 2px solid #555;
	border-radius: 4px;
	background-color: #F3CA5D;
	color: #333;
}

#bulletin_feed .bulletin_frame span {
	font-weight: 700;
}

#bulletin_feed .bulletin_frame a {
	color: #111;
}

#docs_feed h3 {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}

.docs_container {
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
    max-height: 300px;
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
}

table.docs_table {
	
}

table.docs_table tr:nth-child(even) {
	background: rgba(0,0,0,0.1);
}
table.docs_table tr:nth-child(odd) {
	background: rgba(0,0,0,0.05);
}

table.docs_table td {
	padding: 5px 10px;
	min-width: 75px;
}

.docs_table .doc_btn, .docs_table a.doc_btn {
	display: inline-block;
	padding: 3px 7px;
	margin: 3px 0;
	background: #EBB524;
	vertical-align: middle;
	border-radius: 5px;
	font-size: .9em;
}

.docs_table .doc_btn:hover, .docs_table a.doc_btn:hover {
	opacity: .8;
	text-decoration: none;
}

.doc_more_btn {
	display: block;
	margin-top: 5px;
}

.survey-form label {display: inline-block;margin-right: 20px;vertical-align: middle; width: 60%; max-width: 600px;}

.survey-form {
    margin: 20px;
    padding: 20px;
    background: #f8f8f8;
    box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.2);
}

.survey-table li {
    display: block;
    padding: 15px;
    background: white;
}

.survey-table li:nth-child(even) {
    background: #eee;
}

.survey-form select {
    width: 120px;
}

.survey-form textarea { width: 50%; min-width: 250px; height: 200px; margin-bottom: 20px;}

@media only screen and (max-width: 1200px) {
	#home-hours .times-block {
		text-align: center;
		width: auto;
	}
	.home_page h1 { font-size: 7em!important; }
}

@media only screen and (max-width: 1100px) {
	header #logo {
	}

	.contact_form .form_input_middle {
		margin: 10px 2.5%;
	}
}


@media only screen and (max-width: 1000px) {
	header #logo {
	}

	.home_page header .main_nav {
	}

	#home-social #facebook_feed {
		max-height: 44vw;
	}
	#home-sermons-text {
		padding: 30px 30px;
	}

	#home-social h2 { margin-top: inherit; }

}

@media only screen and (max-width: 960px) {
	#menu_button {
		display: block;
		margin: 10px;
	}

	h1 {
		font-size: 3em!important;
	}
	.home_page h1 { font-size: 5em!important; }

	header .main_nav {
		display: none;
	}

	#home-welcome-text .uk-vertical-align-middle {
		font-size: 24px;
		line-height: 24px;
	}

	#home-social #facebook_feed {
		max-height: 46vw;
	}
}

@media only screen and (max-width: 768px) {
	.footer-div { padding-top: 40px; }
	h1 {
		font-size: 2.5em!important;
	}
	.home_page h1 { font-size: 4em!important; }
	#home-info { background: white; }

}
@media only screen and (max-width: 700px) {

	.contact_form .form_input_middle, .contact_form .form_input {
		margin: 10px 0;
		display: block;
		width: auto;
	}
	.colphon { text-align: center; }
	.colphon .uk-float-right {
		float: none!important;
		margin-top: 20px;
		display: inline-block;
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	header.main_header {
	}

	header #logo {
	}

	header #logo-anchor {
		background: none;
	}
}

@media only screen and (max-width: 450px) {
	header #logo { max-height: 50px; }
	header.alt_nav_header {
		height: 42px;
	}

	.home_page header .social {
		display: none;
	}

	#menu_button {
		position: absolute;
		right: 10px;
		top: 10px;
		margin: 0;
	}

	h1 {
		font-size: 2em!important;
	}
	.home_page h1 { font-size: 3em!important; }
	h2 {
		font-size: 2em!important;
	}

	section {
		padding: 20px;
	}

	#home-welcome-text {
		font-size: 1.2em;
	}

	#home-times {
	    font-size: 16px;
	    padding: 20px 0;
	}

	#back-to-top {
		display: none;
	}

	.survey-form { margin: 0; }

	.survey-form label { width: 100%; }

}