/*
Theme Name: 
Theme URI: 
Description: 
Author: Joe Blackburn
Version: 1.0
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== *

/* - - - Global Styles - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.sans {
  font-family: "proxima-nova", Arial, Verdana, sans-serif; }

.serif {
  font-family: "pt-serif", Georgia, Times serif; }

.brandon {
  font-family: "brandon-grotesque", "proxima-nova", Arial, Verdana, sans-serif; }

.gold {
  color: #deb561; }

.blue {
  color: #9ccbcd; }

.lt-blue {
  color: #a0c6ce; }

.dk-blue {
  color: #42525b; }

.orange {
  color: #db5a3d; }

.grey {
  color: #929497; }

.dk-grey {
  color: #404041; }

.vdk-grey {
  color: #3d3e3e; }

.lt-grey {
  color: #e6e7e8; }

.vlt-grey {
  color: #f2f2f2; }

.white {
  color: #fff; }

.italic {
  font-style: italic; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.light {
  font-weight: 100; }

.xbold {
  font-weight: bold; }

.center {
  text-align: center; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.space {
  letter-spacing: .1em; }

.space2 {
  letter-spacing: .2em; }

.fleft {
  float: left; }

.fright {
  float: right; }

.right-align {
  text-align: right; }

.plain a, a.plain {
  text-decoration: none; }

a {
  color: #a0c6ce;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a:hover {
  color: #db5a3d; }

.rel {
  position: relative; }

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.inline {
  display: inline-block; }

ul.inline li {
  display: inline;
  float: left; }

.gold-bg {
  background: #deb561; }

.blue-bg {
  background: #9ccbcd; }

.lt-blue-bg {
  background: #a0c6ce; }

.orange-bg {
  background: #db5a3d; }

.dk-blue-bg {
  background: #42525b; }

.grey-bg {
  background: #929497; }

.dk-grey-bg {
  background: #404041; }

.vdk-grey-bg {
  background: #3d3e3e; }

.lt-grey-bg {
  background: #e6e7e8; }

.vlt-grey-bg {
  background: #f2f2f2; }

.white-bg {
  background: #fff; }

.vdk-grey-90-bg {
  background: rgba(61, 62, 62, 0.95); }

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

/* !Font Size Fuctions - - - - - */
/* !Main Structure - - - - - */
body {
  min-width: 320px;
  color: #929497;
  font-size: 14px;
  line-height: 1.6em;
  font-family: "proxima-nova", Arial, Verdana, sans-serif; }

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px; }

.inner.no-pad {
  max-width: 1200px;
  padding: 0; }

.inner.skinny {
  max-width: 900px; }

.inner.vskinny {
  max-width: 680px; }

/* !Header + Navigation - - - - - */
header {
  border-bottom: 1px solid rgba(146, 148, 151, 0.5); }

.header-wrap {
  height: 110px;
  padding-top: 34px; }

.location-bar {
  height: 24px;
  line-height: 24px; }

ul.top-nav {
  font-size: 0.7857142857em; }

ul.top-nav li.campus-nav {
  font-size: 85%; }

ul.top-nav a {
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer; }

ul.top-nav a:hover {
  color: #fff; }

ul.top-nav li#current a, ul.top-nav li.current-location a {
  color: #404041; }

ul.top-nav li#current a {
  font-weight: bold; }

li.top-nav-sep {
  padding: 0 10px;
  position: relative;
  top: -1px; }

.nav-wrap {
  padding: 40px 0;
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 10000;
  width: 100%;
  display: none; }

.nav-col {
  float: left; }

.about-col {
  width: 30%;
  padding: 0 80px 0 20px; }

.resource-col {
  width: 30%;
  padding: 0 0 0 80px; }

.middle-col {
  width: 40%;
  padding: 0 80px; }

.nav-border:before, .nav-border:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 30%;
  background: #929497; }

.nav-border:after {
  left: 70%; }

.nav-description {
  font-weight: normal;
  letter-spacing: normal; }

ul.subnav a {
  display: block;
  font-size: 0.8571428571em;
  color: #929497;
  margin-top: 10px; }

ul.subnav a:hover, ul.subnav li.current_page_item a, li.current_page_ancestor a {
  color: #fff; }

a.main-nav {
  color: #fff;
  font-size: 1em;
  display: block;
  position: relative;
  margin-top: 15px; }

a.main-nav:hover, a.main-nav.current_page_item {
  color: #a0c6ce; }

a.main-nav:first-child {
  margin-top: 0; }

.nav-number {
  color: #a0c6ce;
  font-size: 80%;
  position: absolute;
  top: 0;
  left: -25px; }

a.logo {
  float: left; }

a.nav-toggle {
  display: inline-block;
  float: right;
  padding-right: 35px;
  background: url(images/menu-toggle.svg) no-repeat right 2px;
  line-height: 18px;
  cursor: pointer;
  height: 16px;
  margin-top: 10px; }

.search-toggle {
  width: 16px;
  height: 16px;
  padding: 1px;
  float: right;
  display: inline-block;
  margin-right: 35px;
  margin-top: 10px;
  cursor: pointer;
  position: relative; }

.search-toggle a {
  cursor: pointer; }

.search-toggle a path, .search-toggle a rect {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.search-toggle a:hover path, .search-toggle a:hover rect {
  fill: #404041; }

#searchform {
  width: 0;
  position: absolute;
  top: -2px;
  right: 23px;
  overflow: hidden;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

#searchform.open {
  width: 150px; }

#searchform input {
  height: 18px;
  padding: 2px 10px;
  border: none;
  width: 100%;
  font-size: 0.8571428571em; }

::-webkit-input-placeholder {
  color: #404041;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #404041;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #404041;
  opacity: 1; }

:-ms-input-placeholder {
  color: #404041;
  opacity: 1; }

/* !Footer - - - - - */
footer {
  border-top: 10px solid #fff; }

.page-template-contact-php footer {
  border: none; }

.footer-bottom {
  padding: 15px 0;
  font-size: 0.7142857143em;
  line-height: normal; }

.footer-bottom a:hover {
  color: #a0c6ce; }

.footer-sep {
  padding: 0 10px;
  position: relative;
  top: -1px; }

.email-form .gform_footer input.gform_button {
  display: none; }

.email-form .gfield_label {
  display: none; }

ul.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.gform_fields li {
  margin-bottom: 15px; }

input.medium, textarea.medium {
  width: 100%;
  background: #fff;
  border: none;
  padding: 3px 6px;
  height: 28px;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  color: #929497;
  font-size: 0.8571428571em;
  -webkit-appearance: none;
  border-radius: 0; }

.text .gform_wrapper input.medium, .text .gform_wrapper textarea.medium {
  border: 1px solid rgba(146, 148, 151, 0.5); }

.text .gform_wrapper {
  max-width: 410px;
  margin-top: 30px; }

.text .gform_wrapper:first-child {
  margin-top: 0; }

.gform_heading .gform_description {
  margin-bottom: 20px;
  display: block; }

.gfield_label {
  font-size: 0.7142857143em;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 3px;
  letter-spacing: .1em;
  color: #404041;
  text-transform: uppercase; }

input.gform_button, input#submit {
  border-radius: 0;
  -webkit-appearance: none; }

.email-form ::-webkit-input-placeholder {
  color: #929497;
  opacity: 1; }

.email-form :-moz-placeholder {
  /* Firefox 18- */
  color: #929497;
  opacity: 1; }

.email-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #929497;
  opacity: 1; }

.email-form :-ms-input-placeholder {
  color: #929497;
  opacity: 1; }

textarea.medium {
  resize: none;
  height: 200px; }

.gform_footer img {
  display: block;
  margin: 10px 0 0 0;
  width: 24px;
  height: auto;
  clear: both; }

li.gform_validation_container {
  display: none !important; }

ul.footer-cols {
  width: 100%; }

.footer-left {
  width: 23%; }

.footer-right {
  width: 23%; }

.footer-middle {
  width: 54%;
  padding: 0 80px; }

.footer-top {
  padding: 45px 0; }

.footer-title {
  font-size: 0.7142857143em;
  margin-bottom: 5px; }

.ex-links {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  text-transform: lowercase;
  font-size: 0.8571428571em;
  margin-bottom: 20px; }

.ex-sep {
  padding: 0 7px 0 5px;
  color: rgba(146, 148, 151, 0.5); }

.ex-sep:first-child {
  display: none; }

.ex-links a {
  display: inline-block;
  color: rgba(146, 148, 151, 0.5); }

.ex-links a:hover {
  color: #404041; }

.footer-links {
  margin-bottom: 20px;
  font-size: 0.7857142857em; }

a.footer-link {
  display: block;
  margin-bottom: 5px;
  color: #929497; }

a.footer-link:hover {
  color: #9ccbcd; }

.link-text {
  padding-left: 3px;
  position: relative;
  top: -1px; }

.footer-social a {
  display: inline-block;
  margin-left: 15px; }

.footer-social a:first-child {
  margin-left: 0; }

.footer-social a path {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.footer-social a:hover path {
  fill: #9ccbcd; }

.email-form {
  padding: 10px 90px 30px 0; }

li#field_2_2, li#field_4_2 {
  position: relative;
  padding-left: 5px; }

li#field_2_1, li#field_4_1 {
  padding-right: 5px; }

li#field_2_1, li#field_2_2, li#field_4_1, li#field_4_2 {
  width: 50%;
  float: left;
  margin: 0; }

.button,
.email-form .join,
.post-nav a,
input#submit,
body .tribe-events-filters-horizontal #tribe_events_filter_control a {
  border: 1px solid #929497;
  font-family: "brandon-grotesque", "proxima-nova", Arial, Verdana, sans-serif;
  color: #deb561;
  text-transform: uppercase;
  font-size: 0.8571428571em;
  font-weight: bold;
  border-radius: none;
  -webkit-appearance: none;
  background: none;
  padding: 4px 10px;
  letter-spacing: .1em;
  display: inline-block;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.email-form .join {
  width: 80px;
  position: absolute;
  top: 0;
  right: -90px; }

.button:hover,
.email-form .join:hover,
.post-nav a:hover,
input#submit,
body .tribe-events-filters-horizontal #tribe_events_filter_control a:hover {
  color: #9ccbcd; }

.validation_error {
  font-weight: bold;
  padding-bottom: 10px;
  color: #db5a3d; }

.validation_message {
  font-size: 0.7142857143em;
  margin-top: 5px;
  color: #db5a3d; }

ul.gform_fields {
  width: 100%; }

.email-form ul.gform_fields, .email-form .gform_footer, .email-form .gform_body {
  float: left;
  width: 100%; }

.email-form .gform_footer {
  clear: both; }

ul.tab-nav {
  font-size: 0.7142857143em;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-bottom: 2px; }

ul.tab-nav a {
  display: inline-block;
  margin-left: 20px;
  color: rgba(146, 148, 151, 0.5); }

ul.tab-nav .ui-state-active a {
  color: #404041; }

ul.tab-nav li:first-child a {
  margin: 0; }

.tab-wrap {
  padding-top: 5px; }

.footer-tabs a {
  display: block; }

a.footer-phone {
  cursor: pointer; }

.footer-bottom a:hover {
  color: #fff; }

.footer-app {
  border-top: 1px solid #fff;
  padding: 20px 0 0 70px;
  position: relative; }

.app-image {
  width: 48px;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 10; }

.app-headline {
  font-size: 0.7857142857em;
  margin-bottom: 5px;
  line-height: 1.2em;
  padding-left: 15px;
  background: url(images/small-blue-arrow-down.svg) no-repeat left center;
  min-height: 9px; }

.app-text p {
  margin-top: 0; }

.app-text {
  color: rgba(146, 148, 151, 0.5);
  font-size: 0.8571428571em;
  line-height: 1.3em; }

.footer-office a {
  display: block; }

.footer-office {
  margin-bottom: 20px; }

/* !Connect - - - - - */
.full-header {
  width: 100%;
  min-height: 530px;
  padding: 20px;
  position: relative;
  background: url(images/trans.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.full-header-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

.no-flexbox .full-header-screen {
  padding-top: 10%; }

.full-header-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%; }

.full-header-headline {
  font-size: 1.7857142857em;
  line-height: 1.6em; }

.full-header-subhead {
  font-size: 1em;
  margin-top: 15px; }

.flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }

.content-wrap {
  padding-top: 35px;
  padding-bottom: 35px; }

.cat-nav {
  font-size: 0.7142857143em;
  line-height: 1.3em;
  margin-bottom: 8px;
  margin-top: 10px; }

.cat-nav a {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  color: #929497; }

.cat-nav li.current-cat a, .cat-nav a:hover, .cat-nav li.current_page_item a {
  color: #db5a3d; }

.cat-nav a:after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(146, 148, 151, 0.5);
  position: absolute;
  top: 0;
  left: -10px; }

.cat-nav li:first-child a {
  margin-left: 0; }

.cat-nav li:first-child a:after {
  display: none; }

.connect-header {
  border-bottom: 1px solid rgba(146, 148, 151, 0.5); }

.connect-header .inner {
  padding-right: 280px; }

#cat-search {
  width: 200px;
  position: absolute;
  top: 15px;
  right: 40px; }

input.search-button {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 8px;
  background: url(images/search-icon.svg) no-repeat;
  text-indent: -9999px;
  border: none; }

input.rounded-search {
  border-radius: 4px;
  padding-left: 8px;
  padding-top: 0;
  padding-right: 30px;
  background: #f2f2f2;
  font-family: "pt-serif", Georgia, Times serif;
  -webkit-appearance: none; }

#cat-search ::-webkit-input-placeholder {
  color: #929497;
  opacity: 1; }

#cat-search :-moz-placeholder {
  /* Firefox 18- */
  color: #929497;
  opacity: 1; }

#cat-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #929497;
  opacity: 1; }

#cat-search :-ms-input-placeholder {
  color: #929497;
  opacity: 1; }

ul.connect-grid {
  width: 100%; }

ul.connect-grid li {
  width: 33.33%;
  margin-bottom: 35px;
  padding: 0 20px; }

.grid-wrap {
  max-width: 1105px;
  padding: 0 20px;
  margin: 0 auto; }

.grid-name {
  font-size: 1em;
  margin-top: 10px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a:hover .grid-name {
  color: #404041; }

.full-connect-list {
  border-top: 1px solid rgba(146, 148, 151, 0.5); }

ul.full-cat-list {
  width: 100%; }

ul.full-cat-list li {
  padding: 0 20px;
  width: 25%; }

.full-cat-links {
  margin-bottom: 30px; }

.full-cat-title {
  font-size: 0.7142857143em;
  line-height: 1.4em; }

a.full-cat-link {
  display: block;
  margin-top: 3px;
  color: #929497; }

a.full-cat-link:hover {
  color: #9ccbcd; }

.top-title {
  margin-bottom: 30px;
  padding: 0 20px; }

.full-connect-list .inner {
  padding: 0 20px; }

a.cat-toggle {
  display: none;
  padding: 10px 40px 10px 20px;
  margin-top: 10px;
  color: #929497;
  font-size: 0.7857142857em;
  line-height: normal;
  position: relative;
  cursor: pointer; }

a.cat-toggle span {
  position: relative; }

.cat-toggle span:after {
  content: "+";
  margin-left: 5px;
  font-weight: bold;
  font-size: 110%; }

.cat-toggle.open span:after {
  content: "-";
  position: relative;
  top: -1px; }

/* !Single Ministry - - - - - */
.col-wrap {
  float: left;
  width: 100%; }

.content-col {
  margin-left: 230px;
  /*Set left margin to LeftColumnWidth*/ }

.fixed-col {
  float: left;
  width: 230px;
  /*Width of left column*/
  margin-left: -100%;
  padding-right: 70px; }

.sidebar-section {
  padding: 25px 0;
  border-top: 1px solid rgba(146, 148, 151, 0.5); }

.sidebar-section:first-child {
  padding-top: 0;
  border: none; }

.sidebar-title {
  font-size: 0.7142857143em;
  line-height: 1.4em;
  margin-bottom: 5px; }

.sidebar-text {
  font-size: 0.9285714286em;
  line-height: 1.6em; }

.sidebar-staff {
  margin-top: 20px;
  max-width: 115px; }

.staff-image {
  width: 115px;
  height: 115px;
  border-radius: 120%;
  overflow: hidden;
  margin-bottom: 8px; }

.sidebar-text p {
  margin: 10px 0; }

.sidebar-text p:first-child {
  margin-top: 0; }

.sidebar-text p:last-child {
  margin-bottom: 0; }

a.back {
  font-size: 0.7857142857em; }

a.back span {
  position: relative;
  top: -1px; }

a.top-back {
  margin-bottom: 15px;
  display: block; }

.event-list-wrap {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(146, 148, 151, 0.5); }

.small-title {
  font-size: 0.7857142857em;
  margin-bottom: 10px; }

.sidebar-section a.social-link {
  display: block;
  color: #929497;
  font-size: 0.7857142857em;
  margin-top: 8px;
  position: relative; }

.sidebar-section a.social-link:first-child {
  margin-top: 0; }

.sidebar-section a.social-link svg {
  position: relative;
  top: 3px;
  margin-right: 3px; }

.sidebar-section a.social-link:hover {
  color: #9ccbcd; }

.sidebar-section a.social-link path {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.sidebar-section a.social-link:hover path {
  fill: #9ccbcd; }

.single-ministries a.social-link {
  border: none !important;
  padding: 0; }

.staff-ministry-title {
  font-size: 0.7142857143em;
  line-height: 1.3em; }

/* !Page Blocks - - - - - */
.headline {
  font-size: 3em;
  line-height: 1.3em; }

.subhead {
  margin-bottom: 30px; }

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-family: "brandon-grotesque", "proxima-nova", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #db5a3d;
  margin: 30px 0 5px 0;
  font-size: 1em;
  letter-spacing: .1em; }

.text img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto; }

.page-block {
  margin-top: 40px; }

.page-block:first-child {
  margin-top: 0; }

.list-block ul {
  width: 100%; }

.list-block li {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px dashed rgba(146, 148, 151, 0.5);
  padding-left: 150px;
  position: relative; }

.list-block li:first-child {
  margin-top: 0; }

.list-number {
  font-size: 5.5714285714em;
  line-height: 1em;
  position: absolute;
  top: 30px;
  left: 0;
  max-width: 130px;
  text-align: center; }

blockquote {
  float: right;
  position: relative;
  font-weight: bold;
  font-family: "brandon-grotesque", "proxima-nova", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #404041;
  font-size: 1.7857142857em;
  line-height: 1.5em;
  margin: 30px 0 30px 30px;
  padding-top: 20px;
  max-width: 210px; }

.video-block blockquote {
  margin: 0; }

blockquote p {
  margin: 0; }

blockquote:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #9ccbcd;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

/* !Sermons Landing - - - - - */
.nav-previous, .nav-next {
  width: 50%; }

.nav-next {
  text-align: right; }

.post-nav {
  margin-bottom: 50px; }

ul.sermon-grid li:first-child {
  width: 100%; }

.grid-sermon {
  padding-right: 80px;
  position: relative; }

.grid-sermon-year {
  position: absolute;
  top: 0;
  right: 0; }

.sermon-location {
  font-size: 0.8571428571em; }

/* !Single Sermons - - - - - */
.sermon-series-image, .sermon-series-header {
  margin-bottom: 50px; }

.sermon-series-video {
  margin: 50px 0;
  padding: 30px 0; }

.under-title {
  font-size: 0.7857142857em;
  line-height: 1.3em; }

.under-title span {
  padding-bottom: 2px;
  border-bottom: 1px solid #929497;
  display: inline-block; }

ul.series-list, ul.other-resource-list {
  width: 100%; }

ul.series-list li {
  width: 50%;
  margin-top: 50px; }

ul.series-list li:nth-child(odd) {
  padding-right: 30px;
  clear: both; }

ul.series-list li:nth-child(even) {
  padding-left: 30px; }

ul.series-list .subhead {
  margin-bottom: 10px; }

.subhead a {
  color: #929497; }

.subhead a:hover {
  color: #db5a3d; }

.footer-links a.arrow-link {
  font-size: 100%; }

a.arrow-link, a.after-arrow {
  font-size: 0.7857142857em;
  display: block;
  position: relative;
  padding-left: 20px; }

a.after-arrow {
  padding-left: 0; }

a.after-arrow span {
  padding-right: 8px; }

a.arrow-link svg {
  position: absolute;
  top: 5px;
  left: 0; }

a.arrow-link span {
  padding: 0; }

a.arrow-link.gold rect, a.arrow-link.gold polygon {
  fill: #deb561; }

a.arrow-link.gold span {
  color: #db5a3d;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a.arrow-link.gold:hover span {
  color: #deb561; }

ul.series-list a.arrow-link, .value-cols a.after-arrow {
  margin-top: 10px; }

a.arrow-link.orange rect, a.arrow-link.orange polygon {
  fill: #db5a3d; }

a.arrow-link.orange span {
  color: #404041;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a.arrow-link.orange:hover span {
  color: #db5a3d; }

a.after-arrow path {
  fill: #deb561; }

ul.other-resource-list a.arrow-link {
  margin-top: 10px; }

ul.other-resource-list li {
  width: 33.33%;
  margin-top: 30px;
  padding: 0 32px; }

ul.other-resource-list li:nth-child(3n+1) {
  padding: 0 16px 0 0; }

ul.other-resource-list li:nth-child(3n+3) {
  padding: 0 0 0 16px; }

.single-sermon-wrap .content-col {
  margin: 0 235px 0 0;
  padding-right: 110px; }

.single-sermon-wrap .fixed-col {
  margin: 0 0 0 -235px;
  padding: 0; }

.subhead-sep {
  padding: 0 10px;
  position: relative;
  top: -1px; }

.media-box, .sermon-text {
  margin-top: 50px; }

a.arrow-link.serif span {
  color: #404041;
  font-size: 125%; }

a.arrow-link.serif:hover span {
  color: #deb561; }

ul.rest-sermons a {
  margin-top: 15px; }

.series-sidebar-image {
  max-width: 315px;
  margin: 0 auto 20px auto; }

.sermon-share {
  margin-top: 20px; }

.sermon-share a {
  display: inline-block;
  margin: 15px 10px 0 0; }

.sermon-share path {
  fill: #9ccbcd;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.sermon-share a:hover path {
  fill: #db5a3d; }

.sermon-media {
  padding: 20px;
  border-top: 1px solid #fff; }

.sermon-downloads {
  padding: 0 20px 20px 20px; }

.sermon-downloads a {
  display: inline-block;
  margin-left: 30px; }

.sermon-downloads a:first-child {
  margin-left: 0; }

.sermon-media:first-child {
  border: none; }

.sermon-media .under-title {
  margin-bottom: 20px; }

.under-title.no-border span {
  border: none;
  padding-bottom: 0; }

a.series-link {
  color: #deb561; }

a.series-link:hover {
  color: #db5a3d; }

.sermon-resources-block {
  padding: 50px 0;
  margin-top: 50px; }

.content-wrap.no-bottom-pad {
  padding-bottom: 0; }

.sermon-resources-block .under-title span {
  border-color: #404041; }

.sermon-resources-block a rect, .sermon-resources-block a polygon {
  fill: #fff; }

.sermon-resources-block a:hover {
  color: #fff; }

.single-sermon-wrap .subhead-sep:first-child {
  display: none; }

/* !Audio Player - - - - - */
.audioplayer {
  height: 2.5em;
  /* 40 */
  color: #fff;
  position: relative;
  z-index: 1;
  background: #404041; }

.audioplayer-mini {
  width: 2.5em;
  /* 40 */
  margin: 0 auto; }

.audioplayer > div {
  position: absolute; }

.audioplayer-playpause {
  width: 2.5em;
  /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0; }

.audioplayer-mini .audioplayer-playpause {
  width: 100%; }

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
  background-color: #404041; }

.audioplayer-playpause a {
  display: block; }

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  /* 8 */
  border-right: none;
  border-left-color: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.2em;
  /* 8 4 */ }

.audioplayer-playing .audioplayer-playpause a {
  width: 0.75em;
  /* 12 */
  height: 0.75em;
  /* 12 */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em;
  /* 6 */ }

.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
  width: 4px;
  height: 100%;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 0; }

.audioplayer-playing .audioplayer-playpause a:before {
  left: 0; }

.audioplayer-playing .audioplayer-playpause a:after {
  right: 0; }

.audioplayer-time {
  width: 4.375em;
  /* 70 */
  height: 100%;
  line-height: 2.375em;
  /* 38 */
  text-align: center;
  z-index: 2;
  top: 0; }

.audioplayer-time-current {
  border-left: 1px solid #111;
  border-left-color: rgba(0, 0, 0, 0.25);
  left: 2.5em;
  /* 40 */ }

.audioplayer-time-duration {
  right: 2.5em;
  /* 40 */ }

.audioplayer-novolume .audioplayer-time-duration {
  border-right: 0;
  right: 0; }

.audioplayer-bar {
  height: 0.875em;
  /* 14 */
  background-color: #929497;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 6.875em;
  /* 110 */
  left: 6.875em;
  /* 110 */
  margin-top: -0.438em;
  /* 7 */ }

.audioplayer-novolume .audioplayer-bar {
  right: 4.375em;
  /* 70 */ }

.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.audioplayer-bar-loaded {
  background-color: #333;
  z-index: 1; }

.audioplayer-bar-played {
  background: #db5a3d;
  z-index: 2; }

.audioplayer-volume {
  width: 2.5em;
  /* 40 */
  height: 100%;
  border-left: 1px solid #111;
  border-left-color: rgba(0, 0, 0, 0.25);
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0; }

.audioplayer-volume:hover,
.audioplayer-volume:focus {
  background-color: #404041; }

.audioplayer-volume-button {
  width: 100%;
  height: 100%; }

.audioplayer-volume-button a {
  width: 0.313em;
  /* 5 */
  height: 0.375em;
  /* 6 */
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  top: 40%;
  left: 35%;
  margin-left: -2px; }

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: '';
  position: absolute; }

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  /* 8 */
  border-left: none;
  border-right-color: #fff;
  z-index: 2;
  top: 50%;
  right: -0.25em;
  margin-top: -0.5em;
  /* 8 */ }

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
  width: 0.313em;
  /* 5 */
  height: 0.313em;
  /* 5 */
  border: 0.25em double #fff;
  /* 4 */
  border-width: 0.25em 0.25em 0 0;
  /* 4 */
  left: 0.563em;
  /* 9 */
  top: -0.063em;
  /* 1 */
  -webkit-border-radius: 0 0.938em 0 0;
  /* 15 */
  -moz-border-radius: 0 0.938em 0 0;
  /* 15 */
  border-radius: 0 0.938em 0 0;
  /* 15 */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.audioplayer-volume-adjust {
  height: 6.25em;
  /* 100 */
  cursor: default;
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  background: #404041; }

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0; }

.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%; }

.audioplayer-volume-adjust > div {
  width: 40%;
  height: 80%;
  background-color: #929497;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0; }

.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff; }

.audioplayer-novolume .audioplayer-volume {
  display: none; }

.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
  -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  transition: color .25s ease, background-color .25s ease, opacity .5s ease; }

.speaker, .scripture {
  margin: 5px 0 0 0 !important;
  font-size: 0.7857142857em; }

.single-sermons .subhead {
  margin-bottom: 25px; }

/* !Contact - - - - - */
.contact-text {
  font-size: 1.8571428571em;
  line-height: 1.5em; }

.contact-text a {
  color: #404041; }

.contact-text a:hover {
  color: #deb561; }

.contact-form input.gform_button, input#submit {
  background: #404041;
  border: none; }

.contact-form {
  margin-bottom: 60px; }

.contact-form .gfield_label {
  color: #404041;
  font-family: "brandon-grotesque", "proxima-nova", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 0.7142857143em;
  letter-spacing: .1em;
  font-weight: bold; }

.contact-form .gfield_description {
  color: #404041;
  padding-top: 5px;
  font-size: 0.7857142857em; }

.contact-form .validation_message {
  color: #db5a3d; }

.contact-form select {
  width: 100%;
  background: #fff;
  position: relative;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  color: #929497;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  padding: 3px 25px 3px 6px;
  height: 28px;
  font-size: 0.8571428571em; }

.contact-form select::-ms-expand {
  display: none; }

li#field_1_7 .ginput_container {
  position: relative; }

.contact-form li#field_1_7 .ginput_container:after {
  content: "";
  width: 14px;
  height: 8px;
  background: url(images/small-grey-arrow-down.svg) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 6px; }

#ie9 .contact-form li#field_1_7 .ginput_container:after {
  display: none; }

#ie9 .contact-form select::-ms-expand {
  display: block; }

#ie9 .contact-form select {
  padding-right: 6px; }

li#field_1_1, li#field_1_2, li#field_1_3, li#field_1_4, li#field_1_5, li#field_1_7 {
  width: 50%;
  float: left; }

li#field_1_1, li#field_1_3, li#field_1_5 {
  padding-right: 15px; }

li#field_1_5 {
  clear: both; }

li#field_1_2, li#field_1_4, li#field_1_7 {
  padding-left: 15px; }

li#field_1_6 {
  clear: both; }

.value-bg {
  padding: 80px 0; }

.value-block:nth-child(3n+2) .value-bg {
  background: #42525b; }

.value-block:nth-child(3n+3) .value-bg {
  background: #db5a3d; }

.value-block:nth-child(3n+2) .under-title {
  color: #9ccbcd; }

.value-block .under-title span {
  border-color: #404041; }

.value-block .under-title {
  font-size: 1.1428571429em; }

.value-block:nth-child(3n+2) .under-title span {
  border-color: #9ccbcd; }

.value-text {
  font-size: 2.5em;
  line-height: 1.5em; }

.value-text p {
  margin-bottom: 0; }

.value-cols ul.other-resource-list li {
  margin-top: 30px; }

.value-cols {
  margin-bottom: 30px; }

.value-col-wrap {
  border-top: 1px solid #929497;
  padding-top: 10px; }

.value-cols p {
  margin: 10px 0 0 0; }

.value-wrap {
  margin-top: 60px; }

/* !Giving - - - - - */
.full-header-headline.gold.bold, .page-template-believe-php .full-header-headline, .connect-header .full-header-headline {
  font-size: 2.5em; }

.text:first-child p {
  margin-top: 0; }

a.dark-button {
  background: #404041;
  border-color: #404041;
  font-size: 1.2857142857em;
  padding: 6px 15px 4px 15px; }

a.dark-button rect, a.dark-button polygon {
  fill: #fff; }

a.dark-button:hover {
  color: #fff; }

a.dark-button svg {
  position: relative;
  top: -3px; }

ul.sidebar-list {
  font-size: 0.7857142857em;
  margin-top: 13px; }

ul.sidebar-list a {
  display: block;
  margin-top: 8px; }

.sidebar-links {
  border: none; }

/* !Streaming - - - - - */
.streaming-nav {
  margin-top: 50px;
  padding-bottom: 0; }

.streaming-box {
  padding: 25px;
  margin: 50px auto 0 auto;
  max-width: 1000px; }

/* !History - - - - - */
.history-wrap .content-col {
  margin-left: 290px;
  padding-left: 40px; }

.history-wrap .fixed-col {
  width: 290px;
  margin-left: -100%;
  padding-right: 0; }

.highlights {
  padding: 25px; }

.highlight {
  margin-top: 20px; }

.highlight-text p {
  margin-bottom: 0; }

.highlight-text {
  font-size: 0.7857142857em; }

.history-cycle a.flex-prev, .history-cycle a.flex-next {
  display: none;
  width: 10px;
  height: 26px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  z-index: 100;
  text-indent: -9999px; }

a.flex-disabled {
  display: none !important; }

.history-cycle a.flex-prev {
  background: url(images/white-arrow-left.svg) no-repeat;
  left: 20px; }

.history-cycle a.flex-next {
  background: url(images/white-arrow-right.svg) no-repeat;
  right: 20px; }

.history-caption-wrap {
  font-size: 0.7857142857em;
  line-height: normal;
  padding: 6px 25px 3px 25px;
  border-bottom: 1px solid rgba(146, 148, 151, 0.5); }

ul.history-caption li {
  margin-left: 25px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

ul.history-caption li:hover {
  color: #404041; }

ul.history-caption li:first-child {
  margin-left: 0; }

ul.history-caption li.flex-active {
  color: #db5a3d !important; }

ul.history-caption li:after {
  content: "";
  width: 22px;
  height: 14px;
  background: url(images/white-tab-arrow-up.svg) no-repeat center 16px;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -11px;
  z-index: 10;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

ul.history-caption li.flex-active:after {
  background-position: center top; }

/* !What We Believe - - - - - */
ul.believe-resources a {
  color: #db5a3d; }

ul.believe-resources a:hover {
  color: #9ccbcd; }

/* !What We Believe - - - - - */
.believe-values {
  padding: 80px 0;
  -webkit-transition: background .25s ease;
  -moz-transition: background .25s ease;
  transition: background .25s ease; }

ul.believe-tabs a {
  color: #fff;
  font-size: 1.0714285714em;
  margin-left: 25px; }

ul.believe-tabs .ui-state-active a {
  color: #404041; }

.believe-values.dk-blue-bg ul.believe-tabs .ui-state-active a {
  color: #9ccbcd; }

ul.believe-tabs li:first-child a {
  margin-left: 0; }

ul.believe-tabs a span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

ul.believe-tabs .ui-state-active a span {
  border-color: #404041; }

.believe-values.dk-blue-bg ul.believe-tabs .ui-state-active a span {
  border-color: #9ccbcd; }

.belive-tab {
  display: none; }

.believe-values a.after-arrow {
  margin-top: 20px; }

.believe-values.dk-blue-bg a.after-arrow {
  color: #9ccbcd; }

.believe-values a.after-arrow rect, .believe-values a.after-arrow polygon {
  fill: #fff; }

.believe-values a.after-arrow:hover {
  color: #fff !important; }

.belief-title {
  margin: 40px 0 0 0; }

/* Accodrion Default */
.resp-jfit {
  width: 100%;
  margin: 0px; }

.resp-tab-content-active {
  display: block; }

.resp-tab-content, .resp-accordion {
  display: none; }

.resp-tab-content-active, .resp-accordion-active {
  display: block;
  opacity: 1; }

ul.resp-tabs-list a {
  color: #929497;
  cursor: pointer; }

ul.resp-tabs-list li.resp-tab-active a {
  color: #db5a3d; }

/* !I'm New - - - - - */
.page-template-im-new-php .list-block li:first-child, .page-template-location-php .list-block li:first-child {
  padding-top: 0;
  border: none; }

.page-template-im-new-php .list-block li:first-child .list-number, .page-template-location-php .list-block li:first-child .list-number {
  top: 0; }

.connect-headline {
  margin-bottom: 10px;
  font-size: 2.1428571429em;
  line-height: 1.3em; }

.connect-text {
  font-size: 1.2857142857em;
  line-height: 1.3em; }

.mobile-content-header {
  display: none;
  margin-bottom: 30px; }

.map-wrap, .video-block {
  margin-top: 50px; }

.video-block, .location-block-wrap {
  padding: 50px 0; }

.page-block.video-block {
  padding: 0; }

.arrow-box {
  position: relative;
  background: #db5a3d;
  border: 2px solid #fff;
  border-radius: 6px; }

.arrow-box:after, .arrow-box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow-box:after {
  border-color: rgba(219, 90, 61, 0);
  border-top-color: #db5a3d;
  border-width: 10px;
  margin-left: -10px; }

.arrow-box:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 13px;
  margin-left: -13px; }

#map {
  height: 460px; }

.grace-map-post {
  width: 240px;
  background: #db5a3d;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -120px;
  z-index: 10;
  display: none;
  padding: 17px 20px;
  -webkit-box-shadow: 0 0 5px 0 rgba(64, 64, 65, 0.1);
  box-shadow: 0 0 5px 0 rgba(64, 64, 65, 0.1); }

.trip-map .grace-map-post {
  bottom: 40px;
  margin-left: -125px; }

.trip-header .connect-header {
  border-bottom: none; }

.map-post.up {
  z-index: 100000 !important; }

.map-icon-toggle {
  width: 34px;
  height: 34px;
  position: relative;
  top: -10px; }

.trip-map .map-icon-toggle {
  width: 20px;
  height: 20px; }

.map-post-title {
  -webkit-font-smoothing: antialiased !important;
  font-size: 1.2857142857em;
  line-height: 1.2em;
  padding-right: 25px; }

.leaflet-container .map-post-text {
  margin-top: 10px; }

.leaflet-container .map-post-text p {
  margin: 0;
  font-size: 100% !important;
  line-height: 1.4em !important; }

a.map-close {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 21px;
  right: 20px;
  z-index: 100;
  cursor: pointer; }

.video-block .content-col {
  padding-right: 40px; }

.video-block .fixed-col {
  padding: 0; }

.mobile-quote {
  display: none;
  margin-bottom: 30px; }

.mobile-quote blockquote {
  max-width: none;
  float: none; }

.location-left {
  width: 34.1%;
  position: absolute;
  top: 0;
  height: 100%;
  background: url(images/trans.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.location-right.fright {
  width: 65.9%; }

.location-right {
  padding: 40px; }

.location-block {
  margin-top: 30px;
  min-height: 220px; }

.location-block:first-child {
  margin-top: 0; }

.location-details a {
  display: block; }

a.directions {
  margin: 5px 0 10px 0;
  font-size: 0.7142857143em;
  line-height: normal; }

a.directions:hover {
  color: #9ccbcd; }

.details-left, .details-right {
  width: 50%; }

.details-left {
  padding-right: 20px; }

.details-right {
  padding-left: 20px; }

.service-row span {
  float: left;
  width: 50%;
  display: inline-block; }

.service-title {
  text-align: right; }

.service-time {
  padding-left: 10px; }

.location-details {
  margin-top: 20px; }

a.location-toggle {
  font-size: 1.1428571429em;
  display: none;
  cursor: pointer;
  padding: 8px 20px; }

a.location-toggle span {
  position: relative; }

a.location-toggle span:after {
  content: "+";
  font-size: 1.2857142857em;
  width: 20px;
  text-align: center;
  position: absolute;
  right: -20px; }

a.location-toggle.open span:after {
  content: "-";
  right: -19px;
  margin-top: -2px; }

.im-new-list, .pad-wrap {
  padding: 75px 0; }

.map-post a.directions {
  color: #fff;
  font-weight: bold;
  font-family: "brandon-grotesque", "proxima-nova", Arial, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased !important; }

.map-post a.directions:hover {
  color: #404041; }

/* !Books Landing - - - - - */
ul.book-grid {
  width: 100%; }

ul.book-grid li {
  width: 50%;
  margin-bottom: 30px; }

ul.book-grid li:nth-child(odd) {
  clear: left;
  padding-right: 15px; }

ul.book-grid li:nth-child(even) {
  padding-left: 15px; }

.book-box {
  padding: 20px; }

.book-image {
  width: 36.3%; }

.book-info.fright {
  width: 63.7%;
  padding-left: 25px; }

.book-cats a {
  color: #929497;
  font-size: 0.7142857143em;
  line-height: 1.2em;
  margin-top: 2px;
  display: inline-block; }

.book-cats a:hover {
  color: #404041; }

.book-author {
  font-size: 0.8571428571em;
  margin: 3px 0 10px 0; }

.single-books .book-author {
  font-size: 1.0714285714em; }

.book-text {
  margin: 15px 0; }

.book-info a.arrow-link {
  color: #404041; }

.book-info a.arrow-link:hover {
  color: #db5a3d; }

.book-info rect, .book-info polygon {
  fill: #deb561; }

/* !Single Post - - - - - */
.author-links a {
  display: inline-block;
  color: #404041; }

.author-links a:hover {
  color: #9ccbcd; }

.sidebar-social {
  padding-top: 0;
  border: none;
  font-size: 0.7857142857em; }

.blog-author .serif {
  font-size: 0.7857142857em;
  color: rgba(146, 148, 151, 0.75); }

.sidebar-social a {
  display: block;
  border-top: 1px solid #e6e7e8;
  padding: 4px 0 5px 0; }

.sidebar-social li:first-child a {
  border: none; }

.social-label {
  padding-left: 5px;
  color: rgba(146, 148, 151, 0.75);
  position: relative;
  letter-spacing: .1em;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a:hover .social-label {
  color: #db5a3d; }

.sidebar-social svg {
  position: relative;
  top: 3px; }

.sidebar-social path {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.sidebar-social a:hover path {
  fill: #db5a3d; }

.comments {
  margin-top: 40px;
  padding-top: 40px; }

.comment-number, h3#reply-title {
  font-size: 1.4285714286em; }

h3#reply-title {
  margin-top: 40px;
  color: #404041; }

.comment-form input.medium, .comment-form textarea.medium {
  background: #f2f2f2; }

.comment-form .gfield_label {
  display: none; }

.no-placeholder .comment-form .gfield_label {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #404041; }

.form-row {
  margin-top: 15px; }

.form-row:first-child {
  margin-top: 0; }

input#submit:hover {
  background: #9ccbcd;
  color: #fff; }

input#submit {
  color: #deb561;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

li.comment {
  padding: 20px 0 0 0;
  margin-top: 20px;
  border-top: 1px dashed rgba(146, 148, 151, 0.5);
  font-size: 0.8571428571em; }

.comment-body p {
  margin-top: 5px; }

/* !Staff Landing - - - - - */
ul.staff-grid {
  width: 100%; }

ul.staff-grid li {
  width: 25%;
  padding: 0 20px;
  margin-top: 30px; }

ul.staff-grid.extra-space li {
  margin: 0 0 50px 0; }

ul.staff-grid li:nth-child(4n+1), ul.blog-grid li:nth-child(4n+1) {
  clear: left; }

.staff-image {
  max-width: 155px;
  margin-bottom: 10px;
  border-radius: 120%;
  overflow: hidden; }

.staff-grid-wrap {
  margin-top: 30px; }

.staff-grid-wrap:first-child {
  margin-top: 0; }

.staff-name {
  font-size: 1.4285714286em;
  line-height: 1.3em;
  margin-bottom: 5px; }

.staff-title {
  font-size: 0.7857142857em;
  margin-bottom: 5px; }

.staff-label {
  font-size: 0.7142857143em;
  width: 50px;
  padding-right: 10px;
  display: inline-block; }

.staff-social a {
  margin-left: 8px;
  display: inline-block; }

.staff-social a:first-child {
  margin-left: 0; }

.staff-social a path {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.staff-social a:hover path {
  fill: #db5a3d; }

.staff-social svg {
  position: relative;
  top: 3px; }

/* !Blog List - - - - - */
.view-label {
  display: none;
  padding-left: 10px;
  position: relative;
  top: -2px; }

.post {
  margin-top: 70px; }

.post:first-child {
  margin-top: 0; }

.post-left {
  width: 37.3%; }

.post-right.fright {
  width: 62.7%;
  padding-left: 50px; }

.post-nav {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(146, 148, 151, 0.5); }

.nav-previous, .nav-next {
  width: 50%; }

.nav-next {
  text-align: right; }

.post-nav span {
  position: relative;
  top: -1px; }

.post-title {
  font-size: 1.7142857143em;
  line-height: 1.3em;
  margin-bottom: 5px; }

.post-cat {
  font-size: 0.7857142857em;
  line-height: 1.3em;
  margin-bottom: 10px; }

.post-cat a {
  color: #db5a3d; }

.post-cat a:hover {
  color: #404041; }

a.post-more {
  margin-top: 20px; }

li.current-cat.view-toggle rect, .blog li.view-toggle a:hover rect {
  fill: #929497; }

li.view-toggle rect {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

li.view-toggle a:after {
  display: none !important; }

li.grid-toggle a {
  margin-left: 0; }

/* !Blog Grid - - - - - */
.blog-grid-box {
  padding: 20px; }

.blog-grid-name {
  font-size: 1.5714285714em;
  line-height: 1.3em;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.blog-grid-name a:hover {
  color: #9ccbcd; }

.blog-grid-cat {
  margin-top: 5px; }

.blog-grid-cat a {
  color: #db5a3d; }

.blog-grid-cat a:hover {
  color: #9ccbcd; }

ul.blog-grid {
  width: 100%; }

ul.blog-grid li {
  width: 25%;
  margin-top: 20px;
  padding: 0 10px; }

.blog-grid-wrap {
  padding-left: 30px;
  padding-right: 30px; }

/* !Video Landing - - - - - */
.video-thumb {
  margin-bottom: 15px; }

.video-info .book-title {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a:hover .video-info .book-title {
  color: #db5a3d; }

/* !Jobs - - - - - */
.job-actions a {
  display: inline-block;
  margin-left: 20px; }

.job-actions a:first-child {
  margin-left: 0; }

.legal {
  margin-top: 50px; }

ul.jobs-list {
  width: 100%; }

ul.jobs-list li {
  width: 50%;
  margin-bottom: 40px; }

ul.jobs-list li:nth-child(odd) {
  padding-right: 20px;
  clear: both; }

ul.jobs-list li:nth-child(even) {
  padding-left: 20px; }

/* !Resources Landing - - - - - */
.recent-list ul {
  width: 100%;
  float: left; }

.recent-list ul li {
  width: 25%;
  border-top: 1px solid #fff;
  position: relative;
  background: #404041; }

.recent-list ul li:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10; }

.recent-list ul li:nth-child(4n+1):after {
  display: none; }

.recent-list ul li:nth-child(4n+1) {
  clear: left; }

.resource-wrap {
  max-width: 1200px;
  margin: 0 auto; }

.resource-info {
  padding: 20px; }

.resource-title {
  font-size: 1.7142857143em;
  line-height: 1.3em;
  margin-bottom: 3px;
  color: #fff;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a:hover .resource-title {
  color: #9ccbcd; }

.resource-type {
  font-size: 0.8571428571em; }

.resource-image {
  background: url(images/grid-image-temp-dk-blue.svg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.sermon-tabs {
  margin-bottom: 50px; }

.sermon-tabs ul.tab-nav {
  width: 100%;
  border-top: 1px solid rgba(146, 148, 151, 0.5);
  background: #f2f2f2;
  text-align: center;
  float: left;
  padding: 0;
  border-left: 1px solid rgba(146, 148, 151, 0.5);
  border-right: 1px solid rgba(146, 148, 151, 0.5);
  border-bottom: 1px solid rgba(146, 148, 151, 0.5); }

.sermon-tabs ul.tab-nav a {
  margin: 0;
  display: block;
  color: rgba(146, 148, 151, 0.5);
  padding: 2px 10px 0 10px; }

.sermon-tabs ul.tab-nav a:hover, .sermon-tabs ul.tab-nav .ui-state-active a {
  color: #404041; }

.sermon-tabs ul.tab-nav .ui-state-active a {
  background: #e6e7e8; }

.sermon-tabs ul.tab-nav li {
  width: 33.33%;
  border-left: 1px solid rgba(146, 148, 151, 0.5); }

.sermon-tabs ul.tab-nav li:first-child {
  border: none; }

.sermon-tab-wrap {
  background: #db5a3d;
  color: #fff;
  clear: both; }

.sermon-tab-image {
  width: 66.6%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url(images/grid-image-temp-blue.svg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.sermon-tab-pad {
  padding: 40px; }

.sermon-tab-info.has-image {
  padding-left: 66.6%;
  min-height: 360px; }

.sermon-tab .sermon-pod {
  margin-top: 20px; }

.sermon-tab a.all-sermons-link {
  margin-top: 20px; }

.sermon-tab a.all-sermons-link rect, .sermon-tab a.all-sermons-link polygon {
  fill: #deb561; }

.sermon-tab-excerpt {
  margin-top: 10px; }

.sermon-tab-title {
  font-size: 1.5714285714em;
  line-height: 1.3em;
  margin-bottom: 30px;
  position: relative; }

.sermon-tab-title a:hover {
  color: #9ccbcd; }

.sermon-tab-title:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 0; }

.latest {
  font-size: 0.7142857143em;
  line-height: normal;
  margin-bottom: 20px; }

.sermon-tab-image:after {
  content: "";
  width: 14px;
  height: 22px;
  position: absolute;
  top: 40px;
  right: 0;
  background: url(images/orange-tab-arrow-left.svg) no-repeat;
  z-index: 1000; }

.events-top .sermon-tab-image:after {
  background-image: url(images/blue-tab-arrow-left.svg); }

/* !Homepage - - - - - */
.home-footer-image .full-header-wrap {
  max-width: 1000px; }

.home-footer-image .full-header-wrap span {
  padding-right: 50px;
  background: url(images/grace-icon.svg) no-repeat right center;
  min-height: 28px; }

.home-values {
  margin-top: 30px; }

.home-values-header {
  border-top: 1px solid rgba(146, 148, 151, 0.5); }

.home-values-header span {
  font-size: 0.7142857143em;
  line-height: 20px;
  position: relative;
  top: -12px;
  display: inline-block;
  padding: 0 15px; }

.home-stories {
  margin-top: 50px; }

ul.values-list {
  width: 100%;
  margin-top: 40px; }

ul.values-list li {
  width: 33.33%;
  padding: 0 20px; }

ul.values-list li:nth-child(1) {
  padding: 0 40px 0 0; }

ul.values-list li:nth-child(3) {
  padding: 0 0 0 40px; }

.home-values-title {
  font-size: 1.2857142857em;
  line-height: 1.3em; }

.value-number {
  font-size: 55%;
  padding-right: 8px; }

.page-template-homepage-php .sermon-tabs {
  margin-bottom: 0; }

.home-cycle a.flex-prev, .home-cycle a.flex-next {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0px;
  z-index: 1000;
  text-indent: -9999px;
  display: block; }

.home-cycle a.flex-prev {
  background: url(images/white-arrow-left.svg) no-repeat center;
  left: 0px; }

.home-cycle a.flex-next {
  background: url(images/white-arrow-right.svg) no-repeat center;
  right: 0px; }

.home-cycle ol.flex-control-nav {
  width: 5px;
  list-style: none;
  padding: 60px 0;
  margin: 0;
  position: absolute;
  top: 25%;
  right: 30px;
  z-index: 1000; }

.home-cycle ol.flex-control-nav a {
  width: 5px;
  height: 5px;
  margin-top: 10px;
  border: 1px solid #404041;
  border-radius: 120%;
  text-indent: -9999px;
  display: block;
  overflow: hidden; }

.home-cycle ol.flex-control-nav a.flex-active {
  background: #404041; }

.home-stories {
  margin-bottom: 65px; }

.home-stories-left {
  width: 39.2%; }

.home-stories-right {
  width: 60.8%; }

.home-stories-right .equal {
  width: 33.33%;
  float: left;
  position: relative; }

.home-stories-right .equal:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 100;
  background: #fff; }

button.slick-prev, button.slick-next {
  width: 10px;
  height: 26px;
  text-indent: -9999px;
  border: none;
  position: absolute;
  bottom: 10px;
  z-index: 10000;
  visibility: visible;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

button.slick-disabled {
  opacity: 0;
  visibility: hidden; }

.stories-list a.grid-link {
  margin-bottom: 40px;
  display: block;
  height: 100%; }

.stories-list .slick-slide {
  height: 100%; }

button.slick-prev {
  background: url(images/white-arrow-left.svg) no-repeat center;
  left: 10px; }

button.slick-next {
  background: url(images/white-arrow-right.svg) no-repeat center;
  right: 10px; }

a.story-arrow rect, a.story-arrow polygon {
  fill: #db5a3d; }

a.story-arrow:hover span {
  color: #db5a3d !important; }

.home-stories .sermon-tab-title:after {
  bottom: auto;
  top: -10px; }

.home-stories .sermon-tab-title {
  margin-top: 30px; }

.page-template-homepage-php .headline {
  font-size: 2.8571428571em; }

/* !Story Landing - - - - - */
.story-text {
  margin-bottom: 30px; }

/* !Single Stories - - - - - */
.single-stories .video-block {
  padding: 0; }

/* !Missional - - - - - */
.miss-top {
  margin-top: 40px; }

ul.miss-nav {
  width: 100%;
  margin-bottom: 50px; }

ul.miss-nav li {
  width: 25%;
  background: #db5a3d; }

ul.miss-nav a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #fff;
  opacity: .5;
  position: relative;
  font-size: 0.9285714286em;
  line-height: normal;
  -webkit-transform: translateZ(0); }

ul.miss-nav li.current_page_item a:after,
.tax-missionalcategory li.page-item-1614 a:after {
  content: "";
  width: 11px;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  background: url(images/white-tab-arrow-up.svg) no-repeat center;
  background-size: 11px 7px; }

ul.miss-nav a:hover, ul.miss-nav li.current_page_item a, .tax-missionalcategory li.page-item-1614 a {
  opacity: 1; }

ul.miss-nav li:first-child {
  background: #9ccbcd; }

ul.miss-nav li:nth-child(3) {
  background: #42525b; }

ul.miss-nav li:nth-child(4) {
  background: #deb561; }

.miss-wrap {
  margin-top: 60px; }

ul.miss-list {
  width: 100%; }

ul.miss-list li {
  width: 25%;
  padding: 0 10px;
  margin-top: 20px; }

ul.miss-list li:nth-child(4n+1) {
  clear: left; }

.miss-info {
  padding: 20px; }

a.miss-link {
  display: block;
  margin-top: 15px;
  font-size: 0.7142857143em;
  line-height: normal; }

a.miss-link:hover {
  color: #db5a3d; }

.miss-text {
  font-size: 0.8571428571em;
  line-height: 1.4em; }

.miss-text a {
  color: #deb561; }

.miss-text a:hover {
  color: #db5a3d; }

.miss-list-wrap {
  max-width: 1100px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto; }

.miss-location {
  margin: 5px 0 10px 0;
  font-size: 0.7142857143em; }

.event-block-info {
  margin-top: 10px; }

.event-block-date {
  padding-left: 22px;
  background: url(images/time-icon-gold.svg) no-repeat left 3px;
  min-height: 20px;
  margin-top: 4px; }

.event-block-time {
  padding-left: 22px;
  margin-top: 2px; }

.event-block-location {
  padding-left: 22px;
  background: url(images/location-icon-gold.svg) no-repeat left 1px;
  min-height: 20px;
  margin-top: 4px; }

.international-wrap {
  margin-top: 50px; }

.miss-cats-wrap #cat-search {
  top: -15px;
  right: 20px; }

.miss-cats-wrap ul.miss-nav {
  margin-bottom: 10px; }

.miss-cats-wrap .connect-header .inner {
  max-width: 1100px;
  padding: 0 20px; }

.international-wrap .under-title {
  padding-left: 10px; }

.map-header {
  padding: 5px 0;
  font-size: 0.7142857143em;
  line-height: normal; }

.miss-title.has-icon {
  padding-left: 45px;
  padding-top: 3px;
  min-height: 30px; }

ul.trip-list {
  width: 100%; }

ul.trip-list li {
  width: 33.33%;
  padding: 0 10px;
  margin-top: 20px; }

ul.trip-list li:nth-child(3n+1) {
  clear: both; }

.dark-icon {
  max-width: 30px;
  margin: 0 auto 15px auto; }

.trip-map #map {
  height: 500px; }

.trip-map {
  margin-top: 0 !important; }

.trip-post .map-post-title {
  padding: 0 25px; }

.miss-dates {
  font-size: 0.8571428571em; }

.trip-cats {
  font-size: 0.7142857143em;
  line-height: 1.3em; }

.trip-cats a {
  color: #42525b; }

.trip-cats a:hover {
  color: #db5a3d; }

a.trip-link {
  display: inline-block;
  font-size: 0.7142857143em;
  line-height: 1.2em;
  margin-left: 20px;
  color: #db5a3d;
  position: relative; }

a.trip-link:hover {
  color: #404041; }

a.trip-link:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #db5a3d;
  position: absolute;
  top: 0;
  left: -12px; }

a.trip-link:first-child {
  margin-left: 0; }

a.trip-link:first-child:after {
  display: none; }

a.trip-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  width: 30px;
  margin: 7px 7px 0 0; }

/**
 * Tooltip Styles
 */
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer; }

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -60px;
  padding: 7px;
  width: 120px;
  background-color: #000;
  background-color: rgba(64, 64, 65, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 80%;
  line-height: 1.2;
  -webkit-transform: translateZ(0); }

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(64, 64, 65, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0; }

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1; }

/* !Events Landing - - - - - */
.featured-event, .more-events-wrap {
  margin-bottom: 60px; }

.featured-event .sermon-tab-title a:hover {
  color: #fff; }

.event-cats {
  font-size: 0.7142857143em;
  line-height: 1.3em;
  margin-bottom: 20px; }

.featured-event .sermon-tab-title {
  margin-bottom: 8px; }

.featured-event .sermon-tab-title:after {
  display: none; }

.featured-event a.arrow-link {
  color: #404041; }

.featured-event a.arrow-link:hover {
  color: #db5a3d; }

.featured-event a.arrow-link rect, .featured-event a.arrow-link polygon {
  fill: #db5a3d; }

.featured-date-block {
  width: 55px;
  position: absolute;
  top: 0;
  left: 0; }

.block-month {
  padding: 5px;
  font-size: 0.7142857143em;
  line-height: 1em; }

.block-day {
  padding: 7px;
  font-size: 2.1428571429em;
  line-height: 1em; }

.featured-dates {
  padding-left: 75px;
  min-height: 65px;
  margin-top: 20px; }

.featured-dates .event-block-location {
  background-image: url(images/location-icon-white.svg); }

.featured-dates .event-block-date {
  background-image: url(images/time-icon-white.svg); }

ul.event-list {
  width: 100%; }

ul.event-list li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 40px; }

.more-events-wrap {
  max-width: 1060px;
  padding: 0 10px;
  margin: 40px auto 0 auto; }

.more-events-wrap .event-block-location,
.more-events-wrap .event-block-date,
.more-events-wrap .event-block-time {
  font-size: 0.8571428571em; }

.more-events-wrap .event-block-location,
.event-list-wrap .event-block-location,
.list-event .event-block-location {
  background-image: url(images/location-icon-blue.svg); }

.more-events-wrap .event-block-date,
.event-list-wrap .event-block-date,
.list-event .event-block-date {
  background-image: url(images/time-icon-blue.svg); }

.more-event-title {
  font-size: 1.1428571429em;
  margin-bottom: 5px;
  line-height: 1.2em;
  margin-top: 10px; }

ul.event-list li:nth-child(4n+1) {
  clear: both; }

ul.events-3 li {
  width: 33.33% !important;
  padding: 0 6px; }

ul.events-3 li:nth-child(1) {
  padding: 0 12px 0 0; }

ul.events-3 li:nth-child(3) {
  padding: 0 0 0 12px; }

.event-view {
  text-align: right;
  margin-bottom: 20px;
  font-size: 0.7857142857em;
  line-height: 12px; }

.event-view span, .event-view a {
  display: inline-block; }

.event-view a {
  margin-left: 10px;
  font-weight: bold;
  color: #e6e7e8; }

.event-view svg {
  position: relative;
  top: 2px; }

.event-view rect {
  fill: #e6e7e8;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.event-view a:hover rect,
.events-gridview .event-view a.month-view rect,
.events-list .event-view a.list-view rect {
  fill: #404041; }

.list-event-left {
  width: 37.3%; }

.list-event-right.fright {
  width: 62.7%;
  padding-left: 40px; }

.list-event-right .resource-info {
  padding: 0; }

a.tribe-events-ical {
  display: none !important; }

.single-event-image {
  margin-bottom: 30px; }

.announcement {
  padding: 30px;
  margin-bottom: 40px; }

.announcement p {
  margin-bottom: 0; }

.announcement-title {
  font-size: 1.2857142857em;
  line-height: 1.3em; }

.trip-staff {
  margin-top: 50px; }

/* !Staff Resources - - - - - */
.staff-resources .recent-list ul li {
  width: 33.33%;
  clear: none !important; }

.staff-resources .recent-list ul {
  width: 100.1%; }

.staff-resources .recent-list {
  margin-top: 30px; }

.staff-resources {
  margin-top: 40px; }

/* !Single Events - - - - - */
.single-event-wrap .event-block-info {
  margin: 20px 0 40px 0; }

.single-event-wrap .event-block-info div {
  display: inline-block;
  margin-left: 30px; }

.single-event-wrap .event-block-info div:first-child {
  margin-left: 0; }

.single-event-wrap .event-block-location {
  background-image: url(images/location-icon-blue.svg); }

.single-event-wrap .event-block-date {
  background-image: url(images/time-icon-blue.svg); }

a.event-back {
  display: inline-block;
  margin-bottom: 30px;
  color: #929497;
  background: #f2f2f2;
  padding: 3px 8px;
  font-size: 0.8571428571em; }

a.event-back:hover {
  color: #404041; }

.single-event-social li {
  margin-left: 15px; }

.single-event-social li:first-child {
  margin-left: 0; }

.single-event-social {
  border: none; }

.single-event-social a {
  border: none; }

li.share-label {
  padding: 4px 0 5px 0; }

.single-event-social {
  margin: 40px 0; }

.tribe-events-cal-links a {
  display: inline-block !important;
  margin: 0 0 0 15px !important; }

.tribe-events-cal-links a:first-child {
  margin: 0 !important; }

/* !Search Results - - - - - */
.search .connect-header {
  border: none; }

/* !Spanish - - - - - */
.video-left {
  width: 66.66%; }

.video-right {
  width: 33.33%; }

.spanish-video {
  padding: 0; }

.spanish-video .sermon-tab-title {
  font-size: 1.2857142857em; }

.dates-title {
  font-size: 0.7142857143em;
  position: relative;
  margin-top: 60px; }

.dates-title span {
  padding: 0 10px;
  position: relative;
  z-index: 100; }

.dates-title:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #e6e7e8;
  z-index: 1; }

/* Flexslider Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* Firefox Flicker Fix */
@-moz-document url-prefix() {
  .slides li:after {
    content: "&nbsp;";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000; } }
/* - - - Media Queries - - - */
@media only screen and (max-width: 1199px) {
  .sermon-tab-image {
    width: 50%; }

  .sermon-tab-info.has-image {
    padding-left: 50%;
    min-height: 300px; }

  .home-footer-image .full-header-wrap span {
    padding: 0 0 40px 0;
    background-position: center bottom;
    display: block; } }
@media only screen and (max-width: 1024px) {
  .map-wrap {
    padding: 30px; }

  #map, .trip-map #map {
    height: 400px; } }
@media only screen and (max-width: 1023px) {
  /* Style adjustments for viewports that meet the condition */
  .location-left,
  a.trip-link:after {
    display: none; }

  li.footer-right,
  .recent-list ul li:nth-child(7),
  .recent-list ul li:nth-child(8),
  .recent-list ul li:nth-child(3n+1):after {
    display: none !important; }

  .middle-col {
    padding: 0 40px 0 60px; }

  .about-col {
    padding-right: 40px; }

  .resource-col {
    padding-left: 60px; }

  li.footer-left {
    width: 33.33%; }

  li.footer-middle {
    width: 66.66%;
    padding-right: 0; }

  .col-wrap {
    float: left;
    width: 100%; }

  .content-col {
    margin-left: 200px;
    /*Set left margin to LeftColumnWidth*/ }

  .fixed-col {
    float: left;
    width: 200px;
    /*Width of left column*/
    margin-left: -100%;
    padding-right: 40px; }

  ul.other-resource-list li {
    width: 50%;
    padding: 0 !important; }

  ul.other-resource-list li:nth-child(odd) {
    padding-right: 25px !important; }

  ul.other-resource-list li:nth-child(even) {
    padding-left: 25px !important; }

  .full-header {
    min-height: 300px; }

  .location-right.fright {
    width: 100%; }

  .location-block {
    min-height: 0; }

  .sermon-tab-image {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    height: 400px; }

  .sermon-tab-info.has-image {
    padding-left: 0;
    min-height: 0; }

  .sermon-tab-image:after {
    right: auto;
    left: 40px;
    top: auto;
    bottom: -5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg); }

  .home-stories-right .equal {
    width: 50%; }

  .home-stories .sermon-tab-title {
    font-size: 1.2857142857em; }

  .featured-event {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto; }

  a.trip-link {
    margin: 0;
    display: block;
    margin-top: 10px; } }
@media only screen and (max-width: 900px) {
  ul.event-list li:nth-child(4),
  .event-list-wrap {
    display: none; }

  .history-wrap .content-col {
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px; }

  .history-wrap .fixed-col {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    margin-top: 40px; }

  .history-wrap .inner {
    padding: 0; }

  .page-template-book-landing-php ul.book-grid li {
    width: 100%;
    padding: 0 !important;
    float: none;
    display: block; }

  .book-image {
    max-width: 165px;
    width: 21.2%; }

  .book-info.fright {
    float: left;
    width: 78.8%; }

  ul.staff-grid li, ul.blog-grid li {
    width: 33.33%; }

  ul.staff-grid li:nth-child(4n+1), ul.blog-grid li:nth-child(4n+1) {
    clear: none; }

  ul.staff-grid li:nth-child(3n+1), ul.blog-grid li:nth-child(3n+1) {
    clear: left; }

  .recent-list ul li {
    width: 33.33%; }

  .recent-list ul li:nth-child(4n+1) {
    clear: none; }

  .recent-list ul li:nth-child(3n+1) {
    clear: left; }

  .recent-list ul li:nth-child(4n+1):after {
    display: block !important; }

  .home-stories-right .equal {
    width: 33.33%; }

  .home-stories-right, .home-stories-left {
    width: 100%;
    float: none;
    height: auto !important; }

  ul.miss-list li, ul.event-list li {
    width: 33.33%; }

  ul.trip-list li {
    width: 50%; }

  ul.miss-list li:nth-child(4n+1),
  ul.trip-list li:nth-child(3n+1),
  ul.event-list li:nth-child(4n+1) {
    clear: none; }

  ul.miss-list li:nth-child(3n+1),
  ul.trip-list li:nth-child(2n+1),
  ul.event-list li:nth-child(3n+1) {
    clear: left; } }
@media only screen and (max-width: 767px) {
  /* Style adjustments for viewports that meet the condition */
  .nav-description,
  .search-toggle,
  .nav-border:before,
  .nav-border:after,
  .footer-links,
  .page-template-connect-php .full-header,
  #cat-search,
  .cat-nav,
  .history-caption-wrap,
  .im-new-list .fixed-col,
  .video-block .fixed-col,
  .location-right,
  .location-title,
  .fixed-col .staff-image-wrap,
  .single-post .fixed-col,
  .post-excerpt,
  .sermon-tab-excerpt,
  .home-cycle ol.flex-control-nav,
  .page-template-homepage-php .fixed-col
  .staff-resources,
  .campus-nav span,
  .single-event-social .social-label,
  .hide-label {
    display: none; }

  li.footer-middle,
  .streaming-nav li.current_page_item {
    display: none !important; }

  .inner, .connect-header {
    padding-left: 20px;
    padding-right: 20px; }

  .nav-wrap {
    position: static;
    padding: 0; }

  .nav-wrap .inner {
    padding: 0; }

  li.top-nav-sep {
    padding: 0 5px; }

  ul.top-nav {
    font-size: 0.6428571429em; }

  ul.top-nav a {
    padding: 0 5px; }

  .location-bar {
    letter-spacing: .05em !important; }

  .nav-col {
    width: 100%;
    float: none;
    display: block;
    border: none;
    padding: 0;
    height: auto !important; }

  a.main-nav {
    padding: 8px 20px;
    font-size: 0.8571428571em;
    border-top: 1px solid #929497;
    margin: 0; }

  .nav-number {
    position: static;
    margin-right: 7px;
    width: 16px;
    display: inline-block; }

  .about-col a.main-nav {
    border: none; }

  ul.subnav {
    display: none; }

  ul.subnav a {
    padding: 8px 20px;
    border-top: 1px solid #929497;
    margin: 0;
    font-size: 0.8571428571em;
    display: block; }

  .about-nav:after, .resource-nav:after, .connect-nav:after {
    content: "+";
    margin-left: 7px;
    position: relative; }

  .about-nav.open:after, .resource-nav.open:after, .connect-nav.open:after {
    content: "-";
    position: relative;
    top: -1px; }

  .header-wrap {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px; }

  a.logo {
    width: 50px;
    overflow: hidden;
    display: block;
    float: left; }

  a.nav-toggle {
    margin-top: 15px; }

  li.footer-left {
    width: 100%;
    float: none;
    text-align: center; }

  .footer-top {
    padding: 20px 0 10px 0; }

  .footer-bottom {
    text-align: center; }

  .footer-sep {
    display: block;
    height: 1px;
    text-indent: -9999px; }

  .headline, .page-template-homepage-php .headline {
    font-size: 2.1428571429em;
    line-height: 1.3em; }

  .content-wrap {
    padding-top: 30px;
    padding-bottom: 30px; }

  .im-new-list, .pad-wrap {
    padding: 45px 0; }

  .content-wrap.mobile-pad {
    padding-bottom: 0; }

  .connect-header {
    padding: 0; }

  ul.connect-grid li {
    padding: 0 10px;
    margin-bottom: 30px; }

  .grid-wrap {
    padding: 0 10px; }

  .full-connect-list {
    padding-left: 0;
    padding-right: 0; }

  .full-connect-list .inner {
    padding: 0; }

  ul.full-cat-list li {
    width: 33.33%; }

  .full-cat-links {
    margin-bottom: 20px; }

  .content-col, .history-wrap .content-col {
    margin-left: 0; }

  .history-wrap .content-col {
    padding-left: 20px;
    padding-right: 20px; }

  .single-sermon-wrap .content-col {
    margin-right: 0;
    padding-right: 0; }

  .fixed-col, .single-sermon-wrap .fixed-col, .history-wrap .fixed-col {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    margin-top: 40px; }

  .single-sermon-wrap .fixed-col, .sermon-pad {
    padding-left: 20px;
    padding-right: 20px; }

  a.cat-toggle {
    display: block; }

  .connect-header .inner {
    padding: 0; }

  .connect-header .headline, .connect-header .story-text {
    padding: 0 20px; }

  .connect-header {
    border: none; }

  .cat-nav {
    padding-bottom: 20px;
    margin-top: 0; }

  .cat-nav ul {
    display: block;
    width: 100%;
    border-top: 1px solid rgba(146, 148, 151, 0.5); }

  .cat-nav ul li {
    display: block;
    float: none;
    width: 100%; }

  .cat-nav a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(146, 148, 151, 0.5);
    margin: 0;
    background: rgba(242, 242, 242, 0.5); }

  .cat-nav a:after {
    display: none; }

  ul.series-list li, ul.other-resource-list li {
    width: 100%;
    padding: 0 !important;
    margin-top: 40px; }

  ul.other-resource-list li:nth-child(odd), ul.other-resource-list li:nth-child(even) {
    padding: 0 !important;
    height: auto !important; }

  .sermon-series-video {
    padding-top: 20px;
    padding-top: 20px; }

  .media-box, .sermon-text {
    margin-top: 30px; }

  li#field_1_1, li#field_1_2, li#field_1_3, li#field_1_4, li#field_1_5, li#field_1_7 {
    padding: 0;
    width: 100%;
    float: none; }

  .contact-text {
    font-size: 1.4285714286em; }

  .contact-form {
    margin-bottom: 40px; }

  .value-bg {
    padding: 40px 0; }

  .value-text {
    font-size: 1.5714285714em; }

  .value-wrap {
    margin-top: 30px; }

  .value-bg .under-title {
    font-size: 1em; }

  .full-header {
    min-height: 150px; }

  .full-header-headline.gold.bold, .page-template-believe-php .full-header-headline {
    font-size: 1.7857142857em; }

  .sidebar-links.right-align {
    text-align: left; }

  .streaming-nav {
    margin-top: 30px; }

  .streaming-box {
    padding: 20px;
    margin-top: 30px; }

  .streaming-nav {
    text-align: left;
    margin-top: 0; }

  .center-nav-wrap {
    padding: 0; }

  .highlights {
    padding: 20px; }

  .history-cycle a.flex-prev, .history-cycle a.flex-next {
    display: block; }

  .history-wrap .content-col {
    padding-left: 20px;
    padding-right: 20px; }

  .history-wrap .fixed-col {
    margin-top: 20px; }

  ul.believe-tabs a {
    font-size: 0.8571428571em; }

  .believe-values {
    padding: 40px 0; }

  .mobile-content-header {
    display: block; }

  .connect-headline {
    font-size: 1.7857142857em; }

  .connect-text {
    font-size: 1.1428571429em; }

  .list-block li {
    padding-left: 65px; }

  .list-number {
    font-size: 2.5714285714em;
    width: 50px; }

  .video-block, .location-block-wrap {
    padding: 30px 0; }

  .mobile-quote, a.location-toggle {
    display: block; }

  .location-right {
    padding: 0 20px 20px 20px;
    text-align: center; }

  .details-left, .details-right {
    width: 100%;
    padding: 0;
    float: none; }

  .details-left {
    text-align: center; }

  .details-right {
    margin-top: 20px; }

  .service-time {
    text-align: left; }

  ul.book-grid li {
    width: 100%;
    float: none; }

  .book-image {
    max-width: 165px;
    width: 100%;
    float: none;
    margin: 0 auto 25px auto; }

  .book-info.fright {
    float: none;
    width: 100%;
    padding-left: 0; }

  blockquote {
    float: none;
    margin: 30px auto;
    max-width: 300px; }

  ul.staff-grid li, ul.blog-grid li {
    width: 50%; }

  ul.staff-grid li:nth-child(3n+1), ul.blog-grid li:nth-child(3n+1) {
    clear: none; }

  ul.staff-grid li:nth-child(2n+1), ul.blog-grid li:nth-child(2n+1) {
    clear: left; }

  .staff-grid-wrap {
    margin-top: 10px; }

  .single-post .mobile-content-header {
    margin-bottom: 0; }

  .post-left {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 20px auto;
    float: none; }

  .post-right.fright {
    width: 100%;
    padding-left: 0;
    float: none; }

  .blog-list-wrap .inner {
    padding: 0; }

  .blog-list-wrap .post-right {
    padding: 0 20px; }

  .post {
    margin-top: 40px; }

  a.post-more {
    margin-top: 10px; }

  .view-label {
    display: inline-block; }

  .blog-list-wrap {
    padding-top: 0; }

  .blog-grid-wrap {
    padding-left: 10px;
    padding-right: 10px; }

  ul.video-grid li {
    width: 100%;
    padding: 0 !important;
    float: none;
    display: block;
    max-width: 490px;
    margin: 20px auto 0 auto; }

  ul.video-grid li:first-child {
    margin-top: 0; }

  .mobile-staff-image .sidebar-section {
    padding-bottom: 0; }

  ul.jobs-list li {
    width: 100%;
    float: none;
    padding: 0 !important; }

  .sermon-tab-pad {
    padding: 20px; }

  .sermon-tab-image {
    height: 250px; }

  .recent-list ul li:nth-child(3n+1):after {
    display: block !important; }

  .sermon-tab-title {
    font-size: 1.2857142857em; }

  .home-footer-image .full-header-headline {
    font-size: 1.2857142857em; }

  .home-footer-image.full-header {
    min-height: 200px; }

  .home-stories {
    margin-top: 30px; }

  ul.values-list {
    margin-top: 0; }

  ul.values-list li {
    width: 100%;
    padding: 0 !important;
    margin-top: 40px;
    display: block;
    float: none;
    text-align: center; }

  .sermon-tabs {
    margin-bottom: 0; }

  .home-cycle a.flex-prev, .home-cycle a.flex-next {
    width: 30px;
    height: 50px; }

  .home-stories {
    margin-bottom: 30px; }

  ul.miss-list li, ul.event-list li {
    width: 50%; }

  ul.miss-list li:nth-child(3n+1),
  ul.event-list li:nth-child(3n+1) {
    clear: none; }

  ul.miss-list li:nth-child(2n+1),
  ul.event-list li:nth-child(2n+1) {
    clear: left; }

  .miss-list-wrap {
    max-width: 690px; }

  .miss-wrap {
    margin-top: 30px; }

  ul.miss-nav {
    margin-bottom: 0; }

  .international-wrap {
    margin-top: 40px; }

  .miss-cats-wrap ul.miss-nav {
    margin-bottom: 0px; }

  .miss-cats-wrap .connect-header .inner {
    padding: 0; }

  .trip-map, ul.event-list li:nth-child(4) {
    display: block; }

  .trip-map {
    max-width: 690px;
    margin: 30px auto 0 auto;
    padding: 0 20px; }

  .featured-event, .more-events-wrap {
    margin-bottom: 50px; }

  .map-wrap {
    margin-top: 0; }

  #map, .trip-map #map {
    height: 300px; }

  .miss-top {
    margin-top: 0; }

  ul.miss-nav a {
    font-size: 0.6428571429em; }

  .trip-map {
    margin-top: 20px !important; }

  ul.connect-grid {
    margin-top: 30px; }

  .page-template-book-landing-php .headline {
    font-size: 1.4285714286em; }

  .single-event-wrap .event-block-info div {
    display: block;
    margin: 10px 0 0 0; }

  .single-event-social {
    margin: 20px 0; }

  .single-event-wrap .event-block-info {
    margin-bottom: 20px; }

  ul.story-grid li {
    width: 100%;
    height: auto !important; }

  .single-event-image {
    margin-bottom: 10px; }

  .announcement {
    padding: 20px; } }
@media only screen and (max-width: 700px) {
  .recent-list ul li:nth-child(odd):after {
    display: none !important; }

  .recent-list ul li:nth-child(even):after {
    display: block !important; }

  .recent-list ul li {
    width: 50%; }

  .recent-list ul li:nth-child(3n+1), ul.trip-list li:nth-child(2n+1) {
    clear: none; }

  .recent-list ul li:nth-child(odd) {
    clear: left; }

  ul.trip-list li {
    width: 100%;
    display: block;
    float: none; }

  .trip-wrap {
    max-width: none !important; } }
@media only screen and (max-width: 600px) {
  /* Style adjustments for viewports that meet the condition */
  ul.connect-grid li, ul.full-cat-list li {
    width: 50%; }

  ul.staff-grid li, ul.blog-grid li {
    width: 100%;
    float: none;
    display: block; }

  ul.blog-grid li {
    max-width: 380px;
    padding: 0;
    margin-left: auto;
    margin-right: auto; }

  .blog-grid-wrap {
    padding-left: 0;
    padding-right: 0; }

  .home-stories-right .equal {
    width: 50%; }

  ul.miss-list li, ul.event-list li {
    width: 100%;
    height: auto !important;
    float: none;
    display: block; }

  .miss-list-wrap {
    max-width: 355px; }

  .more-events-wrap {
    max-width: 420px; }

  ul.miss-nav a {
    letter-spacing: .05em; }

  ul.miss-nav li:nth-child(1) {
    width: 18%; }

  ul.miss-nav li:nth-child(2) {
    width: 22%; }

  ul.miss-nav li:nth-child(3) {
    width: 34%; }

  ul.miss-nav li:nth-child(4) {
    width: 26%; } }
@media only screen and (max-width: 480px) {
  /* Style adjustments for viewports that meet the condition */
  ul.full-cat-list li.equal {
    width: 100%;
    height: auto !important; }

  .tribe-events-cal-links a {
    display: block !important;
    margin: 15px 0 0 0 !important; } }
@media only screen and (max-width: 400px) {
  /* Style adjustments for viewports that meet the condition */ }
@media only screen and (max-width: 380px) {
  /* Style adjustments for viewports that meet the condition */
  .recent-list ul li:after,
  .recent-list ul li:nth-child(even):after,
  .home-stories-right .equal:after {
    display: none !important; }

  .recent-list ul li {
    width: 100%;
    height: auto !important; }

  .home-stories-right .equal {
    width: 100%; } }
/* - - - Non-Semantic Helper Classes - - - */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* - - - Print Styles - - - */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  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: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  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; } }
