:root {
  --light-grey: #f7f9fc;
  --black: #0f0e17;
  --white: white;
  --blue: #4760ff;
  --dark-grey: #191821;
  --medium-grey: #27262e;
  --text-color: #797881;
  --off-white-dark: #d8e0f0;
  --primary: #235d3a;
  --secondary: #397d54;
  --mid-purple: #9245e3;
  --tertiary: #73c088;
  --grey: #535259;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--light-grey);
  color: var(--black);
  font-family: DM Sans, sans-serif;
  font-size: 1.35vw;
  font-weight: 400;
  line-height: 1.45;
}

h1 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.25;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.85em;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.62em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.c-styles {
  width: 100vw;
  height: 100vh;
  padding-left: 9.5vw;
  padding-right: 9.5vw;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: scroll;
}

.c-styles_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.c-styles_item.is--100vh {
  height: 100vh;
}

.c-html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2vw;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.is--hidden-empty {
  background-color: #0000;
  width: 0;
  height: 0;
  padding: 0;
}

.c-nav {
  z-index: 2000;
  background-color: #0f0e17e6;
  justify-content: space-between;
  align-items: center;
  padding-left: 3.8em;
  padding-right: 3.8em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.c-nav.is--alt {
  width: 100%;
  height: 90px;
  top: -90px;
}

.c-nav_logo-img {
  background-image: url('../images/7-trimmed.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9em;
  max-width: none;
  height: 2.5em;
}

.c-nav_button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: .6em;
  padding: .8em 2.2em;
  font-size: 1.1vw;
  transition: color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.c-nav_button:hover {
  background-color: var(--blue);
  color: var(--white);
}

.c-nav_menu {
  justify-content: space-between;
  align-items: center;
  width: 50em;
  display: flex;
}

.c-nav_menu-links {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-nav_link {
  color: var(--white);
  cursor: pointer;
  align-items: center;
  padding: 1.8em 1em;
  display: flex;
  position: relative;
}

.c-nav_link-text {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 700;
  line-height: .9;
}

.c-nav_icon {
  justify-content: center;
  align-items: center;
  width: .7em;
  height: .3em;
  margin-left: .3em;
  display: flex;
}

.c-svg {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.c-nav_dropdown {
  height: 0;
  min-height: 0;
  max-height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.c-nav_dropdown-list {
  background-color: var(--medium-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 13em;
  display: none;
  position: relative;
}

.c-nav_dropdown-item {
  width: 100%;
}

.c-nav_dropdown-link {
  border-bottom: .12em solid var(--dark-grey);
  width: 100%;
  color: var(--white);
  padding: 1.1em;
  font-weight: 400;
}

.c-nav_dropdown-link:hover {
  background-color: var(--dark-grey);
}

.c-nav_dropdown-text {
  font-size: .8em;
  font-weight: 400;
}

.c-nav_external-link {
  width: 100%;
}

.c-nav_hamburger {
  display: none;
}

.c-section {
  padding: 3em 10vw;
}

.c-section.is--hero {
  z-index: 4;
  background-image: linear-gradient(0deg, #0f0e17 2%, #0f0e1780 24%, #0000 35%);
  align-items: center;
  min-height: 100vh;
  padding-top: 11.1em;
  padding-bottom: 11.1em;
  display: flex;
  position: relative;
}

.c-section.is--footer-spacer {
  height: 3em;
  padding-top: 0;
  padding-bottom: 0;
}

.c-section.is--events {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.c-section.is--mission {
  width: 100vw;
  padding-top: 4em;
  position: relative;
  overflow: hidden;
}

.c-section.is--homepage {
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.c-section.is--footer {
  border-top: .12em solid var(--off-white-dark);
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 85%;
}

.c-section.is--footer.u-bg-primary {
  background-color: var(--primary);
}

.c-section.is--footer.u-bg-secondary {
  background-color: var(--secondary);
}

.c-section.is--header {
  padding-top: 11em;
  position: relative;
}

.c-section.is--header.is--white {
  background-color: var(--light-grey);
  color: var(--black);
}

.c-section.is--404 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.c-section.is--collection-hide {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.c-section.is--media {
  min-height: 60vh;
  padding-top: 8.5em;
}

.c-section.is--popup-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-hero {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.c-button {
  text-align: center;
  background-color: #818181;
  border-width: 0;
  border-radius: .6em;
  padding: .9em 1.9em;
  transition: filter .2s cubic-bezier(.165, .84, .44, 1);
}

.c-button:hover {
  filter: brightness(90%);
}

.c-button.is--white {
  background-color: var(--white);
  color: var(--black);
}

.c-button.is--white.is--button-2 {
  margin-top: .6em;
}

.c-button.is--hero-button1 {
  margin-right: 1em;
}

.c-button.is--button1 {
  margin-top: .6em;
  margin-right: 1em;
}

.c-button.is--section_button {
  margin-top: 2em;
}

.c-button.is--full-width {
  width: 100%;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  font-size: 1.2em;
  font-weight: 700;
}

.c-button.is--more {
  cursor: pointer;
}

.c-button.is--event-button.is--top {
  margin-top: 2.5em;
}

.c-button.is--share {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.3em;
  margin-top: 3em;
  padding-top: .4em;
  padding-bottom: .4em;
  display: flex;
}

.c-button.is--item-button {
  margin-top: 1.5em;
}

.c-button.is--black {
  background-color: #0f0e17;
}

.c-button.is--black:hover {
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
}

.c-hero_contain {
  overflow: hidden;
}

.c-hero_h1 {
  font-size: 3.4em;
  font-weight: 900;
  line-height: 1.2;
}

.c-hero_h1-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 18px;
  display: flex;
  overflow: hidden;
}

.c-hero_bg-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-bg-vid {
  width: 100%;
  height: 100%;
}

.div-block {
  height: 100%;
}

.c-hero_photo {
  z-index: 3;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-hero_message {
  background-color: #27262e33;
  border-radius: .6em;
  width: 26em;
  margin-bottom: 2em;
  margin-right: 2em;
  padding: 2em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.c-hero_icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5em;
  display: flex;
}

.c-hero_message-title {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .7em;
  display: flex;
}

.is--hero-link {
  border-bottom: .1em solid var(--white);
  color: var(--white);
  font-weight: 400;
}

.c-hero_message-x {
  margin-top: .8em;
  margin-right: .8em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-hero_message-icon {
  width: 1.2em;
}

.c-events_link {
  background-color: var(--white);
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  color: var(--black);
  border-radius: .6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.c-events_list {
  justify-content: flex-start;
  align-items: stretch;
  width: 180vw;
  margin-top: 5.6em;
  padding-left: 10vw;
  display: flex;
  overflow: hidden;
}

.c-events_img {
  border-top-left-radius: .6em;
  border-top-right-radius: .6em;
  position: relative;
  overflow: hidden;
}

.c-events_img-fill {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.c-events_content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.1em 2.2em;
  display: flex;
}

.c-events_date-time {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.c-events_date {
  color: var(--text-color);
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.6em;
  font-weight: 400;
  display: flex;
}

.c-event_icon {
  width: 1em;
  margin-right: .5em;
}

.c-events_item {
  width: 40vw;
  min-width: 40vw;
  max-width: 40vw;
  padding-right: 1em;
}

.c-events_wraper {
  width: 100vw;
  margin-left: -10vw;
  overflow: hidden;
}

.c-events_bg {
  z-index: -1;
  background-color: var(--black);
  width: 100vw;
  height: 60%;
  position: absolute;
  inset: 0% 0% auto;
}

.c-offset-heading {
  width: 90vw;
  margin-top: 2em;
  margin-left: 10vw;
  padding-right: 10vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.is--display {
  white-space: nowrap;
  font-size: 7em;
  font-weight: 500;
}

.c-large-header {
  width: 100vw;
  max-width: 100vw;
  height: 8em;
  margin-left: -10vw;
  overflow: hidden;
}

.c-large-header.is--page {
  margin-top: 3em;
}

.c-large-header_contain {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.is--display-line {
  background-color: var(--black);
  width: 10em;
  min-width: 10em;
  height: .2em;
  margin-left: 2.8em;
  margin-right: 2.8em;
}

.is--display-line.is--inverted {
  filter: invert();
  flex: 0 auto;
}

.c-mission {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5em;
  display: flex;
}

.c-mission_photo {
  background-color: var(--white);
  background-image: url('../images/gustavo-sanchez-e5Vs8hodlhc-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .6em;
  width: 26.2vw;
  min-width: 26.2vw;
  height: 32vw;
}

.c-mission_content {
  flex-direction: column;
  width: 48vw;
  padding-left: 5.5vw;
}

.is--mission-heading {
  margin-bottom: 1.4em;
}

.c-circle {
  z-index: -1;
  width: auto;
  max-width: none;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 10% 0% auto;
}

.c-sermon {
  min-height: 40vw;
  color: var(--white);
  background-image: linear-gradient(to top, #0f0e17c4, #0f0e17b0 28%, #0f0e1700 56%);
  border-radius: .6em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-sermon_bg {
  z-index: -1;
  background-color: var(--black);
  filter: brightness(85%);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .6em;
  position: absolute;
  inset: 0%;
}

.c-sermon_tag {
  box-shadow: none;
  background-color: #ffffff1c;
  border-radius: 100vw;
  padding: .6em 1.4em;
  display: inline-block;
}

.c-sermon_title {
  margin-top: .6em;
  margin-bottom: .4em;
}

.is--sermon-tag {
  font-size: .9em;
}

.c-homepage_item {
  width: 39.3vw;
  min-height: 22vw;
  margin-bottom: 1em;
}

.c-homepage_list {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 6em;
  margin-bottom: 1.5em;
  display: flex;
  position: relative;
}

.c-homepage_link {
  background-color: var(--black);
  border-radius: .6em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.c-homepage_fill {
  z-index: 2;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  color: var(--white);
  text-align: center;
  background-color: #0f0e177a;
  border-radius: .6em;
  justify-content: center;
  align-items: center;
  padding: 3em;
  display: flex;
  position: relative;
}

.c-footer_top {
  color: var(--black);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3em;
  padding-bottom: 6em;
  display: flex;
}

.c-footer_info {
  justify-content: space-between;
  align-items: flex-start;
  width: 52vw;
  min-width: 52vw;
  max-width: 52vw;
  display: flex;
}

.c-footer_info._w-100 {
  width: 100%;
  max-width: 100%;
}

.c-footer_item {
  padding-right: 3em;
}

.c-footer_item-title {
  color: var(--black);
  margin-bottom: 1em;
  font-weight: 500;
}

.c-footer_text {
  color: var(--text-color);
  white-space: pre;
  line-height: 2;
}

.c-footer_link {
  color: var(--text-color);
  margin-bottom: .6em;
  font-weight: 400;
  display: block;
}

.c-form_fields {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.c-form_field {
  border-style: solid;
  border-width: .1em 0 .1em .1em;
  border-color: var(--text-color);
  border-radius: .4em 0 0 .4em;
  height: 2.8em;
  min-height: 2.8em;
  max-height: 2.8em;
  margin-bottom: 0;
  padding: .3em 1.5em;
  font-size: 100%;
}

.c-form_field:focus {
  border-color: var(--text-color);
}

.c-form_submit {
  background-color: var(--black);
  border-top-right-radius: .4em;
  border-bottom-right-radius: .4em;
  height: 2.8em;
  min-height: 2.8em;
  max-height: 2.8em;
  padding: .4em 1.6em;
  font-size: 100%;
  transition: filter .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.c-form_submit:hover {
  background-color: var(--blue);
}

.c-form_submit.u-bg-primary:hover {
  background-color: var(--primary);
  filter: brightness(90%);
}

.is--footer_disclaimer {
  margin-top: 1em;
}

.c-form {
  width: 25vw;
  margin-bottom: 0;
}

.c-form_success {
  background-color: var(--light-grey);
  color: var(--black);
  text-align: center;
  border-radius: .4em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em 1.4em;
}

.c-footer_bottom {
  border-top: .12em solid var(--off-white-dark);
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.c-footer_privacy-link {
  font-weight: 400;
}

.c-social_link {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1.4em;
}

.c-social_icon {
  object-fit: contain;
  width: 1.9em;
  height: 1.6em;
}

.c-nav_link-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-nav_menu-scroll {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.c-overflow {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.c-header_img {
  border-radius: .6em;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 40vw;
  margin-top: 5em;
  position: relative;
  overflow: hidden;
}

.c-header_text {
  white-space: pre-wrap;
}

.c-header_bg {
  z-index: 1;
  height: 35%;
  position: absolute;
  inset: auto 0% 0%;
}

.c-header_bg.is--darkest {
  background-color: var(--black);
}

.c-header_content {
  z-index: 2;
  position: relative;
}

.c-content {
  width: 100%;
  min-width: 50%;
  max-width: 100%;
}

.c-content.is--flip {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.c-media {
  width: 100%;
  min-width: 50%;
  max-width: 100%;
  position: relative;
}

.c-contain {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-contain.is--flipped {
  flex-direction: row-reverse;
}

.c-content_contain {
  width: 90%;
}

.c-content_contain.is--full-width-content {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.c-image {
  z-index: 1;
  background-color: var(--black);
  object-fit: cover;
  border-radius: .6em;
  width: 100%;
  max-width: none;
  height: 24em;
  position: relative;
}

.c-image.is--wider {
  z-index: 2;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 50vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.c-image.is--wider.is--reversed-wider {
  border-radius: 0 .6em .6em 0;
  inset: 0% 0% auto auto;
}

.c-video {
  z-index: 1;
  background-color: var(--black);
  border-radius: .6em;
  width: 100%;
  min-width: 100%;
  position: relative;
  overflow: hidden;
}

.c-video.is--wide-vid {
  z-index: 2;
  opacity: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 50vw;
  min-width: 50vw;
  position: absolute;
  inset: -10% auto auto 0%;
}

.c-video.is--wide-vid.is--reversed-wide-vid {
  border-radius: 0 .6em .6em 0;
  left: auto;
  right: 0%;
}

.c-vid {
  z-index: 1;
  width: 100%;
}

.c-section_paragraph {
  margin-top: 1em;
}

.c-three-column_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 84vw;
  display: flex;
}

.c-three-column_item {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 24vw;
  min-width: 24vw;
  margin-top: 3em;
  margin-right: 4vw;
  display: flex;
}

.c-three-column_item.flex-grow {
  flex: 1;
  width: 0;
  min-width: 0;
}

.c-three-column_p {
  margin-top: 1em;
}

.is--404 {
  background-color: var(--black);
  color: var(--white);
}

.is--404-heading {
  margin-bottom: 3em;
}

.c-image2 {
  z-index: 1;
  background-color: var(--black);
  object-fit: cover;
  object-position: 50% 25%;
  border-radius: 0 .6em .6em 0;
  width: 50vw;
  max-width: none;
  height: 24em;
  margin-left: -10vw;
  position: relative;
}

.is-1tm {
  margin-top: 1em;
}

.is--title {
  margin-top: .4em;
  font-weight: 500;
}

.c-staff_list {
  cursor: grab;
  justify-content: flex-start;
  align-items: stretch;
  width: 200vw;
  margin-top: 5.6em;
  margin-bottom: 3em;
  display: flex;
}

.c-staff_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 27.2vw;
  min-width: 27.2vw;
  max-width: 27.2vw;
  padding-right: 1em;
}

.c-staff_card {
  background-color: var(--white);
  border-radius: .6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.c-staff_photo {
  border-top-left-radius: .6em;
  border-top-right-radius: .6em;
  width: 100%;
  height: 32vw;
  position: relative;
  overflow: hidden;
}

.c-staff_info {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.4em 2em;
  font-size: .8em;
}

.c-staff_title {
  color: var(--text-color);
  text-align: right;
  margin-left: 1em;
}

.c-staff_info-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.is--dark {
  background-color: var(--black);
  color: var(--white);
}

.c-groups_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 87vw;
  margin-top: 5.6em;
  margin-bottom: 3em;
  display: flex;
}

.c-groups_item {
  width: 20.3vw;
  min-width: 20.3vw;
  padding-bottom: 1em;
  padding-right: 1em;
}

.c-groups_link {
  background-color: var(--dark-grey);
  width: 100%;
  height: 100%;
  color: var(--white);
  text-align: center;
  border-radius: .6em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.8em 1.2em;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.c-groups_link:hover {
  background-color: var(--medium-grey);
}

.brand-color {
  text-align: center;
}

.c-groups_icon {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-groups_heading {
  margin-top: .9em;
}

.c-group_columns {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.5em;
  display: flex;
}

.c-group_column-small {
  background-color: var(--dark-grey);
  border-radius: .6em;
  width: 24vw;
  padding: 3em 1.9em;
  font-size: 80%;
  position: sticky;
  top: 7vw;
}

.c-group_column-large {
  width: 54.5vw;
}

.c-group_filter-title {
  margin-bottom: 1em;
  font-weight: 500;
}

.c-filter {
  background-color: var(--medium-grey);
  border-radius: .2em;
  width: 100%;
  margin-bottom: 2em;
  position: relative;
}

.c-filter_button {
  color: #fffc;
  justify-content: space-between;
  align-items: center;
  padding: 1.1em 1.9em;
  display: flex;
  position: relative;
}

.c-filter_list {
  background-color: var(--black);
  width: 100%;
  height: auto;
  color: var(--text-color);
  border-bottom-right-radius: .6em;
  border-bottom-left-radius: .6em;
  position: relative;
  overflow: hidden;
}

.c-switch {
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  display: flex;
}

.c-switch_icon {
  width: 1.7em;
}

.c-switch_heading {
  margin-left: .9em;
  font-weight: 500;
}

.c-switch_head {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-switch_switch {
  border-radius: 100vw;
  justify-content: flex-end;
  width: 3em;
  min-width: 3em;
  margin-left: 1em;
}

.c-switch_fill {
  background-color: var(--text-color);
  border-radius: 100vw;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: .2em;
  display: block;
}

.c-switch_circle {
  background-color: var(--white);
  border-radius: 100vw;
  width: 1.3em;
  height: 1.3em;
}

.c-groups_empty {
  background-color: var(--dark-grey);
  text-align: center;
  border-radius: .6em;
  padding: 1.3em;
}

.c-groups-item_link {
  background-color: var(--dark-grey);
  width: 100%;
  color: var(--white);
  border-radius: .6em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.1em;
  padding: .9em 3.2em .9em 1.7em;
  display: flex;
  position: relative;
}

.c-groups_info {
  color: var(--text-color);
  justify-content: flex-start;
  align-items: center;
  margin-right: .6em;
  font-weight: 400;
  display: flex;
}

.c-groups_item-icon {
  width: .9em;
  color: var(--text-color);
  margin-right: .5em;
}

.c-group_info-text {
  white-space: nowrap;
  margin-right: .3em;
}

.c-groups_info-block {
  justify-content: flex-start;
  align-items: center;
  padding-top: .6em;
  display: flex;
}

.c-groups_image {
  background-color: var(--medium-grey);
  background-image: url('../images/user-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39%;
  border-radius: 100vw;
  width: 4.5em;
  height: 4.5em;
  margin-right: 1.2em;
}

.c-groups_img {
  z-index: 1;
  object-fit: cover;
  border-radius: 100vw;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}

.c-groups_child {
  width: 1.3em;
  margin-bottom: 1em;
  margin-right: 1em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.c-filter_link {
  width: 100%;
  color: var(--white);
  text-align: left;
  border: 0 solid #000;
  padding: .6em 1.3em;
  font-weight: 400;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.c-filter_link:hover {
  background-color: var(--medium-grey);
  text-align: left;
}

.c-filter_text {
  text-align: left;
}

.c-filter-hide-text {
  font-size: 0;
}

.c-media_header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-media_link {
  margin-left: 1em;
}

.c-media_icon {
  width: 1.6em;
  margin-right: .5em;
}

.c-media_button-flex {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-group_columns2 {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1.5em;
  display: flex;
}

.c-group_left {
  background-color: var(--dark-grey);
  border-radius: .6em;
  width: 54.5vw;
  padding: 3.3em 3.3em 5.4em;
  position: relative;
}

.c-group_right {
  background-color: var(--dark-grey);
  text-align: center;
  border-radius: .6em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24vw;
  padding: 3.3em 2.1em;
  display: flex;
}

.c-group_p {
  color: var(--text-color);
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.c-group_item {
  justify-content: flex-start;
  align-items: center;
  padding-top: .9em;
  display: flex;
}

.c-group_icon {
  width: .9em;
  margin-right: .6em;
}

.is--inline-text {
  margin-right: .3em;
}

.c-child {
  background-color: var(--medium-grey);
  border-top-left-radius: .6em;
  border-bottom-right-radius: .6em;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 1.6em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.c-child_icon {
  width: 1.1em;
  margin-right: .5em;
}

.c-group_img {
  background-color: var(--medium-grey);
  background-image: url('../images/user-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39%;
  border-radius: 100vw;
  width: 6em;
  height: 6em;
}

.c-group-leader_title {
  color: var(--text-color);
  margin-bottom: 2.1em;
}

.c-group_leader-name {
  margin-top: 1em;
  margin-bottom: .3em;
}

.c-popup_bg {
  z-index: 1;
  background-color: #0f0e17f0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-popup {
  z-index: 3000;
  width: 100vw;
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-popup_module {
  background-color: var(--dark-grey);
  border-radius: .6em;
  width: 44vw;
  padding: 2.8em 4em;
  position: relative;
}

.c-popup_p {
  color: var(--text-color);
  margin-top: .5em;
  margin-bottom: 1.4em;
}

.c-popup_form {
  z-index: 5;
  margin-bottom: 0;
  position: relative;
}

.c-popup-form_field {
  background-color: var(--medium-grey);
  min-height: 4em;
  color: var(--white);
  border: 0 solid #000;
  border-radius: .6em;
  margin-bottom: 1em;
  padding: 1em 2em;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.c-popup-form_field:focus {
  color: var(--white);
  background-color: #131216;
}

.c-popup-form_field::placeholder {
  color: var(--text-color);
}

.c-popup_x {
  margin-top: 1.2em;
  margin-right: 1.2em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-popup_x-icon {
  width: 1.8em;
}

.c-form_radio {
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.7em;
  padding-left: 1.5em;
  display: flex;
}

.c-form_radio-button {
  border-width: .2em;
  border-color: var(--white);
  width: 1.8em;
  min-width: 1.8em;
  height: 1.8em;
  margin-left: -1.5em;
  margin-right: .6em;
  box-shadow: 0 0 #0000;
}

.c-form_radio-button.w--redirected-checked {
  background-color: var(--white);
  box-shadow: 0 0 #0000;
}

.c-form_radio-label {
  color: var(--text-color);
}

.c-form_radios {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5em;
  padding-bottom: 2em;
  display: flex;
}

.c-event_list {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2em;
  display: flex;
}

.c-event_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 39.2vw;
  padding-bottom: 1.3em;
}

.c-event_link {
  background-color: var(--dark-grey);
  width: 100%;
  height: 100%;
  color: var(--white);
  border-radius: .6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.is--shown-empty {
  background-color: var(--dark-grey);
  text-align: center;
  border-radius: .6em;
  margin-top: 1em;
  padding: 3.6em;
}

.is--white {
  color: var(--white);
  cursor: pointer;
}

.c-even-columns {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2em;
  display: flex;
}

.c-column_even {
  background-color: var(--dark-grey);
  border-radius: .6em;
  width: 39vw;
  padding: 2.9em;
}

.c-event_description {
  color: var(--text-color);
  margin-top: 1em;
  margin-bottom: 1em;
}

.c-events_info {
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.4em;
  padding-top: .9em;
  display: flex;
}

.c-events_icon {
  width: 1.1em;
  margin-right: .8em;
}

.c-event_date-and-time {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-column_even-img {
  background-color: var(--dark-grey);
  border-radius: .6em;
  width: 39vw;
  padding: 0;
}

.c-events_img2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .6em;
}

.is--event-button {
  width: 100%;
  margin-top: 1.5em;
}

.c-sermon_info {
  color: var(--text-color);
  justify-content: flex-start;
  align-items: center;
  margin-right: .8em;
  font-weight: 400;
  display: flex;
}

.c-sermon_info-contain {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5em;
  font-size: .9em;
  display: flex;
}

.c-livestream_card {
  background-color: var(--dark-grey);
  border-radius: .6em;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4em;
  padding: 4.9em 5.8em;
  display: flex;
}

.c-livestream_card-text {
  padding-right: 2em;
}

.c-livestream_title {
  margin-bottom: .3em;
  line-height: 1;
}

.c-sermon_play {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-sermon_button {
  background-color: var(--dark-grey);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  transform: scale(0);
}

.c-sermon_icon {
  width: 26%;
  position: relative;
  right: -2%;
}

.c-sermon_column {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2em;
  display: flex;
}

.c-sermon_video {
  width: 53vw;
}

.c-sermon_info-div {
  background-color: var(--dark-grey);
  border-radius: .6em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 25.6vw;
  padding: 1.8em 2.3em;
  display: flex;
}

.c-share_text {
  color: var(--white);
  justify-content: center;
  align-items: center;
}

.c-share_text.is--2nd-text {
  display: none;
}

.c-share_icon {
  width: 1.3em;
  margin-right: .6em;
}

.c-share_icon.is--check {
  width: 1.7em;
  height: 1.7em;
  display: none;
}

.c-sermon_images {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.7vw;
  display: flex;
}

.c-sermon_img {
  object-fit: cover;
  border-radius: .6em;
  width: 100%;
  height: 100%;
}

.c-sermon_img-contain {
  width: 25.6vw;
  height: 25.6vw;
}

.is--contact_p {
  color: var(--light-grey);
  margin-top: .6em;
  margin-bottom: 1em;
}

.c-contact {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.c-contact_left {
  width: 40vw;
  padding-right: 5em;
}

.c-contact_right {
  width: 40vw;
}

.c-contact_img {
  object-fit: cover;
  border-top-left-radius: .6em;
  border-bottom-left-radius: .6em;
  width: 50vw;
  max-width: none;
  height: 30vw;
  margin-top: 2em;
}

.c-contact_stats {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.c-contact_info {
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  margin-bottom: 1em;
  display: flex;
}

.c-contact_icon {
  width: 1em;
  margin-right: .8em;
}

.c-contact_text {
  color: var(--text-color);
  text-align: left;
  white-space: pre;
  font-size: .75em;
  font-weight: 400;
}

.c-contact_form {
  margin-bottom: 0;
  padding-top: 1em;
}

.c-contact_form-field {
  height: 3.9em;
  color: var(--black);
  border: 0 solid #0000;
  border-radius: .2em;
  margin-bottom: .6em;
  padding: 1.1em 1.9em;
}

.c-contact_form-field:focus {
  color: var(--black);
  background-color: #e9ecf1;
}

.c-contact_form-field::placeholder {
  color: var(--text-color);
}

.c-contact_form-field.is--message {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 6.5em;
  margin-bottom: 2em;
}

.c-sermon_link {
  width: 100%;
  height: 100%;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.c-events_image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .6em;
  position: relative;
}

.c-sermon_content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.4em .5em .4em;
  display: flex;
}

.c-sermon_item {
  width: 25.5vw;
  min-width: 25.5vw;
  margin-right: 1.5vw;
  padding-bottom: 1.3em;
}

.c-sermon_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 107%;
  margin-top: 2em;
  display: flex;
}

.c-homepage_link-photo {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.c-homepage_overflow {
  position: relative;
  overflow: hidden;
}

.c-homepage_overflow-heading2 {
  position: absolute;
  inset: 100% auto auto 0%;
}

.c-events_img-photo {
  z-index: 1;
  background-image: url('../images/Silhouette-Hand-Photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.c-staff_photo-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.c-header_img-fill {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.c-header_container {
  padding-bottom: .5em;
  overflow: hidden;
}

.c-vision {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5em;
  display: flex;
}

.c-large-header_contain-right {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stroke {
  font-family: DM Sans, sans-serif;
}

.pillars-grid {
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pillar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image {
  object-fit: cover;
  border-radius: .6em .6em 0 0;
  width: 100%;
  height: 100%;
}

.pillar-content-container {
  grid-row-gap: 8px;
  color: var(--white);
  border-radius: .6em;
  flex-flow: column;
  grid-template-rows: .5fr 1.5fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10%;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
}

.pillar-heading {
  color: var(--white);
  font-size: 1.8em;
  line-height: 1.4;
}

.pillar-paragraph {
  margin-top: 16px;
  font-size: 1em;
}

.pillar-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--dark-grey);
  border-radius: .6em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 20vw;
  padding-bottom: 5%;
  display: flex;
}

.pillars-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: .9em;
  display: flex;
}

.pillar-image-container {
  width: 100%;
  height: 200px;
  overflow: clip;
}

.c-vision_photo {
  background-color: var(--white);
  background-image: url('../images/Red-sweater-holding-baby_1Red sweater holding baby.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .6em;
  width: 26.2vw;
  min-width: 26.2vw;
  height: 32vw;
}

.blue {
  color: var(--mid-purple);
}

.hero-subheading {
  font-size: 2.8em;
  font-weight: 800;
}

.pillar-subheading {
  color: var(--white);
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}

.hero-sub-subheading {
  text-shadow: 3px 3px 3px #0006;
  margin-bottom: 24px;
  font-size: 2.2em;
}

.c-item-content-container {
  flex-flow: column;
  display: flex;
}

.c-hero_h1-divider {
  background-color: var(--mid-purple);
  border-radius: 2px;
  width: 8px;
}

.footer-heading {
  color: var(--black);
  font-family: DM Sans, sans-serif;
  font-style: italic;
  font-weight: 800;
}

.purple {
  color: var(--mid-purple);
}

.footer-heading-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3em;
  display: flex;
}

.c-margin-top {
  margin-top: 1em;
}

.test {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--mid-purple);
  text-decoration-color: var(--mid-purple);
  text-decoration-thickness: .15em;
  box-shadow: 0 2px 5px #0003;
}

.stroke-test {
  text-shadow: 3px 3px 3px #0006;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.gap-row-0-6em {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
}

.is--text-center {
  text-align: center;
}

.c-callout {
  text-align: center;
  border-radius: .6em;
  margin-bottom: 3em;
  padding: 3.2em 2.1em;
}

.c-callout.is--background-image {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  color: var(--white);
}

.c-callout.c-margin-bottom {
  margin-bottom: 1em;
}

.c-callout.is--background-image {
  color: #fff;
  background-image: linear-gradient(#0f0e17, #0f0e17);
}

.is--text-shadow {
  text-shadow: 3px 3px 3px #0006;
}

.c-hero_h2-contain {
  margin-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.c-nav-landingpage {
  z-index: 2000;
  background-color: var(--primary);
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-left: 3.8em;
  padding-right: 3.8em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.c-nav-landingpage.is--alt {
  width: 100%;
  height: 90px;
  top: -90px;
}

.u-align-left {
  justify-content: flex-start;
  display: flex;
}

.u-text-primary {
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
}

.u-text-secondary {
  color: var(--secondary);
}

.c-spacer {
  height: 100px;
}

.u-bg-primary {
  background-color: var(--primary);
}

.u-bg-secondary {
  background-color: var(--secondary);
}

.c-footer_item-title-large {
  color: var(--white);
  margin-bottom: 1em;
}

.is--inverted {
  filter: invert();
}

.u-bg-tertiary {
  background-color: var(--tertiary);
}

.c-nav_logo_item {
  width: 100%;
  height: 100%;
  display: flex;
}

.c-created_by-link {
  color: var(--white);
  font-weight: 500;
}

.c-large_icon {
  width: 10vw;
  color: var(--tertiary);
}

.c-contact_container {
  background-color: var(--secondary);
  border-radius: .6em;
  padding: 30px;
}

.c-image_megaphone {
  width: 22vw;
}

.is-bold {
  font-weight: 700;
}

.u-text-tertiary {
  color: var(--tertiary);
}

.c-margin-bottom {
  margin-bottom: 1em;
}

.c-anchor {
  height: 0;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 3.3em;
  }

  .c-nav {
    padding: 1em 2.1em;
  }

  .c-nav_button {
    width: 100%;
    margin-top: 2.2em;
    font-size: 18px;
  }

  .c-nav_menu {
    z-index: 1;
    background-color: var(--black);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 0;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .c-nav_menu-links {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .c-nav_link {
    border-bottom: .1em solid var(--dark-grey);
    width: 100%;
    padding-top: .9em;
    padding-bottom: .9em;
    font-size: 20px;
  }

  .c-nav_link.is--dropdown {
    border-bottom-width: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .c-nav_link-text {
    line-height: 1.5;
  }

  .c-nav_icon.is--filter {
    font-size: 1.7em;
  }

  .c-nav_dropdown {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .c-nav_dropdown-list {
    width: 100%;
    height: auto;
    display: block;
    top: 0;
  }

  .c-nav_dropdown-link {
    border-bottom-color: var(--dark-grey);
    background-color: var(--black);
    min-height: 3em;
    color: var(--text-color);
    padding-top: .9em;
    padding-bottom: .9em;
  }

  .c-nav_dropdown-link:hover {
    background-color: var(--black);
  }

  .c-nav_hamburger {
    z-index: 2;
    display: block;
    position: relative;
  }

  .c-section {
    padding: 2em 5vw;
  }

  .c-section.is--hero {
    background-image: linear-gradient(0deg, #0f0e17, #0f0e17e3 21%, #0f0e1700 60%);
    flex-direction: column;
    justify-content: center;
    padding-top: 8.4em;
    padding-bottom: 3em;
  }

  .c-section.is--footer-spacer {
    height: 2em;
  }

  .c-section.is--mission {
    padding-top: 2em;
  }

  .c-section.is--media {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }

  .c-button:hover {
    background-image: linear-gradient(#0000, #0000);
  }

  .c-button.is--white.is--hero-button2, .c-button.is--hero-button1 {
    margin-bottom: 1em;
    margin-left: .5em;
    margin-right: .5em;
  }

  .c-hero_contain {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .c-hero_h1 {
    text-shadow: 3px 3px 3px #00000080;
  }

  .c-hero_h1-contain {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5em;
  }

  .c-hero_message {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
  }

  .c-events_list {
    margin-top: 4em;
    padding-left: 5vw;
  }

  .c-events_content {
    padding: 1.5em 1.2em;
  }

  .c-events_date-time {
    margin-top: .9em;
    display: block;
  }

  .c-events_date {
    margin-top: .7em;
  }

  .c-events_wraper {
    margin-left: -5vw;
  }

  .c-events_bg {
    height: 50%;
  }

  .c-offset-heading {
    width: 95vw;
    margin-top: .5em;
    margin-left: 5vw;
    padding-right: 5vw;
  }

  .is--display {
    font-size: 5em;
  }

  .c-large-header {
    height: 6em;
    margin-left: -5vw;
  }

  .c-mission_photo {
    width: 32vw;
    min-width: 32vw;
    height: 45vw;
  }

  .c-mission_content {
    width: 52vw;
    padding-left: 0;
  }

  .c-sermon {
    min-height: 60vw;
    padding: 1.6em;
  }

  .c-homepage_item {
    width: 44vw;
    min-height: 30vw;
    margin-bottom: 2vw;
  }

  .c-homepage_list {
    margin-top: 4em;
  }

  .c-homepage_fill {
    padding: 1.2em;
  }

  .c-footer_top {
    flex-direction: column;
    justify-content: flex-start;
  }

  .c-footer_info {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .c-form_field, .c-form_submit {
    font-size: 16px;
  }

  .c-form {
    width: 100%;
    margin-top: 3em;
  }

  .c-nav_hamburger_icon {
    width: 2em;
  }

  .c-logo_wrap {
    z-index: 3;
    position: relative;
  }

  .c-nav_link-wrap {
    border-bottom: .1em solid var(--dark-grey);
    justify-content: space-between;
    width: 100%;
    min-height: 3em;
    padding: .9em 1.1em;
  }

  .c-nav_menu-scroll {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 5.9em 3.8em 8.2em;
    overflow: scroll;
  }

  .c-overflow {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .c-header_img {
    height: 60vw;
  }

  .c-content_contain.is--full-width-content {
    width: 80%;
  }

  .c-video.is--wide-vid {
    top: -5%;
  }

  .c-three-column_list {
    width: 93vw;
  }

  .c-three-column_item {
    width: 27vw;
    min-width: 27vw;
  }

  .c-image2 {
    height: 40vw;
    margin-left: -5vw;
  }

  .c-staff_list {
    margin-top: 4em;
    margin-bottom: 2em;
  }

  .c-staff_item {
    width: 31vw;
    min-width: 31vw;
    max-width: 31vw;
  }

  .c-staff_photo {
    height: 38vw;
  }

  .c-groups_list {
    width: 93vw;
    margin-top: 4em;
    margin-bottom: 2em;
  }

  .c-groups_item {
    width: 23vw;
    min-width: 23vw;
    padding-bottom: 2vw;
    padding-right: 2vw;
  }

  .c-groups_link:hover {
    background-color: var(--dark-grey);
  }

  .c-group_columns {
    display: block;
  }

  .c-group_column-small {
    width: 100%;
    margin-bottom: 3em;
    position: relative;
    top: 0;
  }

  .c-group_column-large {
    width: 100%;
  }

  .c-switch_switch {
    width: 4em;
    min-width: 4em;
  }

  .c-switch_fill {
    padding: .4em;
  }

  .c-switch_circle {
    width: 1.4em;
    height: 1.4em;
  }

  .c-group_columns2 {
    display: block;
  }

  .c-group_left {
    width: 100%;
    margin-bottom: 2em;
  }

  .c-group_right {
    width: 100%;
  }

  .c-popup_module {
    width: 70vw;
  }

  .c-event_item {
    width: 44vw;
    padding-bottom: 2.5vw;
  }

  .c-column_even {
    width: 44vw;
  }

  .c-event_date-and-time {
    display: block;
  }

  .c-column_even-img {
    width: 44vw;
  }

  .c-sermon_info-contain {
    display: flex;
  }

  .c-livestream_card {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: 2.4em 1.9em;
  }

  .c-livestream_card-text {
    padding-bottom: 1.4em;
    padding-right: 0;
  }

  .c-livestream_title {
    margin-bottom: .2em;
  }

  .c-sermon_video {
    width: 59.5vw;
  }

  .c-sermon_info-div {
    width: 29vw;
  }

  .c-sermon_img-contain {
    width: 29vw;
    height: 29vw;
  }

  .c-contact_left {
    width: 45vw;
    padding-right: 2.2em;
  }

  .c-contact_right {
    width: 45vw;
  }

  .c-contact_img {
    width: 50vw;
    margin-top: 1.3em;
  }

  .c-contact_stats {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 20px;
  }

  .c-sermon_item {
    width: 44vw;
    margin-right: 2vw;
  }

  .c-sermon_list {
    width: 103%;
  }

  .pillars-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pillar-item {
    width: 100%;
    min-width: 27vw;
  }

  .pillar-image-container {
    padding: 10px;
  }

  .c-vision_photo {
    width: 32vw;
    min-width: 32vw;
    height: 45vw;
  }

  .blue {
    display: none;
  }

  .hero-sub-subheading {
    font-size: 2.4em;
  }

  .text-span {
    border-bottom: 8px solid var(--mid-purple);
    line-height: 1.7;
  }

  .c-hero_h1-divider {
    width: 50%;
    height: 8px;
  }

  .c-hero_h2-contain {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5em;
  }

  .c-nav-landingpage {
    padding: 1em 2.1em;
  }
}

@media screen and (max-width: 767px) {
  .c-section.is--header {
    padding-top: 9em;
  }

  .c-button.is--share {
    margin-top: 2em;
  }

  .c-hero_h1 {
    font-size: 8vw;
  }

  .c-events_list {
    width: 100vw;
    overflow: scroll;
  }

  .c-events_item {
    width: 70vw;
    min-width: 70vw;
    max-width: 70vw;
  }

  .is--display {
    font-size: 4em;
  }

  .c-large-header {
    height: 5em;
  }

  .is--display-line {
    width: 8em;
    min-width: 8em;
    margin-left: 2em;
    margin-right: 2em;
  }

  .c-mission {
    flex-direction: column-reverse;
    display: flex;
  }

  .c-mission_photo {
    width: 100%;
    min-width: 100%;
    margin-bottom: 3em;
  }

  .c-mission_content {
    width: 100%;
  }

  .c-circle {
    width: 90%;
    height: auto;
  }

  .c-sermon {
    min-height: 80vw;
  }

  .c-homepage_item {
    width: 100%;
    min-height: 40vw;
    margin-bottom: 1em;
  }

  .c-footer_top {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .c-footer_info {
    flex-direction: column;
  }

  .c-footer_item {
    margin-bottom: 2em;
    padding-right: 0;
  }

  .c-form {
    margin-top: 0;
  }

  .c-footer_bottom {
    text-align: center;
    display: block;
  }

  .c-footer_privacy-link {
    margin-top: 2em;
    display: block;
  }

  .c-footer_social {
    margin-top: 1.5em;
  }

  .c-social_link {
    padding-left: .8em;
    padding-right: .8em;
  }

  .c-nav_menu-scroll {
    padding-left: 2em;
    padding-right: 2em;
  }

  .c-overflow {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .c-header_img {
    height: 80vw;
    margin-top: 3em;
  }

  .c-media {
    margin-bottom: 2em;
  }

  .c-contain {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .c-contain.is--flipped {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .c-content_contain {
    width: 100%;
  }

  .c-content_contain.is--full-width-content {
    width: 90%;
  }

  .c-image.is--wider {
    width: 95vw;
  }

  .c-video.is--wide-vid {
    width: 95vw;
    min-width: 95vw;
    top: -3%;
  }

  .c-three-column_list {
    width: 100%;
    display: block;
  }

  .c-three-column_item {
    width: 100%;
    min-width: 100%;
    margin-bottom: 2em;
    margin-right: 0;
  }

  .c-three-column_item.flex-grow {
    width: 100%;
    min-width: 100%;
  }

  .c-image2 {
    width: 95vw;
    height: 60vw;
  }

  .c-staff_list {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .c-staff_item {
    width: 45vw;
    min-width: 45vw;
    max-width: none;
  }

  .c-staff_photo {
    height: 55vw;
  }

  .c-groups_item {
    width: 30.8vw;
    min-width: 30.8vw;
  }

  .c-groups_info {
    margin-top: .3em;
  }

  .c-groups_info-block {
    padding-top: .4em;
    display: block;
  }

  .c-popup_module {
    width: 100%;
  }

  .c-event_item {
    width: 100%;
    padding-bottom: 5vw;
  }

  .c-even-columns {
    display: block;
  }

  .c-column_even {
    width: 100%;
  }

  .c-column_even-img {
    width: 100%;
    margin-bottom: 5vw;
  }

  .c-sermon_column {
    display: block;
  }

  .c-sermon_video {
    width: 100%;
    margin-bottom: 5vw;
  }

  .c-sermon_info-div {
    width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .c-sermon_images {
    padding-top: 5vw;
    display: block;
  }

  .c-sermon_img {
    width: 90vw;
    height: 90vw;
    margin-bottom: 5vw;
  }

  .c-sermon_img-contain {
    width: auto;
    height: auto;
  }

  .c-contact {
    display: block;
  }

  .c-contact_left {
    width: 100%;
    padding-right: 0;
  }

  .c-contact_right {
    width: 100%;
    margin-top: 3em;
  }

  .c-contact_img {
    width: 95vw;
    height: 60vw;
  }

  .c-sermon_content {
    padding-bottom: .8em;
  }

  .c-sermon_item {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }

  .c-sermon_list {
    width: 100%;
  }

  .c-vision {
    flex-direction: column-reverse;
    display: flex;
  }

  .pillar-item {
    width: 100%;
    min-width: 100%;
  }

  .c-vision_photo {
    width: 100%;
    min-width: 100%;
    margin-bottom: 3em;
  }

  .hero-subheading {
    font-size: 6vw;
  }

  .hero-sub-subheading {
    margin-bottom: 18px;
    font-size: 5.5vw;
  }

  .footer-heading {
    font-size: 1.6em;
  }

  .footer-heading-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.7em;
  }

  .c-nav {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .c-button.is--white.is--button-2 {
    width: 100%;
    margin-top: 1em;
  }

  .c-button.is--button1 {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .c-button.is--full-width {
    font-size: 1em;
  }

  .c-hero_h1 {
    text-shadow: 2px 2px 3px #00000080;
    font-size: 10vw;
  }

  .c-hero_h1-contain {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .c-events_item {
    width: 90vw;
    min-width: 90vw;
    max-width: 90vw;
  }

  .is--display {
    font-size: 3em;
  }

  .c-large-header {
    height: 4em;
  }

  .is--display-line {
    width: 6em;
    min-width: 6em;
    height: .13em;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .c-sermon {
    background-image: linear-gradient(#0f0e17bd, #0f0e17bd);
    min-height: 100vw;
    padding: 1.5em;
  }

  .c-sermon_buttons {
    width: 100%;
  }

  .c-sermon_title {
    margin-top: .4em;
    margin-bottom: .4em;
  }

  .c-homepage_item {
    min-height: 70vw;
  }

  .c-nav_menu-scroll {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .c-overflow {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .c-header_img {
    height: 100vw;
  }

  .c-image2 {
    width: 95vw;
  }

  .c-staff_item {
    width: 88vw;
    min-width: 88vw;
  }

  .c-staff_photo {
    height: 100vw;
  }

  .c-groups_list {
    width: 95vw;
  }

  .c-groups_item {
    width: 47vw;
    min-width: 47vw;
    padding-bottom: 4vw;
    padding-right: 4vw;
  }

  .c-groups-item_link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3em 1.3em;
  }

  .c-groups_info {
    justify-content: center;
    margin-top: .5em;
    margin-right: 0;
  }

  .c-groups_info-block {
    text-align: center;
    padding-top: .7em;
  }

  .c-groups_text {
    margin-top: 1.4em;
  }

  .c-groups_image {
    margin-right: 0;
  }

  .c-media_header {
    display: block;
  }

  .c-media_link {
    margin-top: 1em;
    margin-left: 0;
  }

  .c-media_button-flex {
    text-align: left;
  }

  .c-group_left {
    margin-bottom: 1.5em;
    padding-top: 2.4em;
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .c-group_right {
    padding: 1.8em 1.4em 2.6em;
  }

  .c-popup_module {
    padding-left: 2.7em;
    padding-right: 2.7em;
  }

  .c-popup_x {
    margin-top: .8em;
    margin-right: .8em;
  }

  .c-popup_x-icon {
    width: 1.4em;
  }

  .c-form_radio {
    margin-bottom: 1em;
  }

  .c-form_radios {
    padding-bottom: 1em;
    display: block;
  }

  .c-column_even {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .c-livestream_card {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .c-livestream_title {
    margin-bottom: .6em;
    font-size: 1.8em;
  }

  .c-sermon_info-div {
    padding-left: 2em;
    padding-right: 2em;
  }

  .pillars-grid {
    grid-template-columns: 1fr;
  }

  .hero-subheading {
    text-shadow: 2px 2px 3px #0006;
    font-size: 8vw;
  }

  .hero-sub-subheading {
    text-shadow: 2px 2px 3px #0006;
    font-size: 6.5vw;
  }

  .c-hero_h1-divider {
    height: 6px;
  }

  .c-hero_h2-contain {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .c-nav-landingpage {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

#w-node-_4fdcdc55-aff0-4f23-39ff-86521da16be9-e3b3deb5, #w-node-d1ee3298-558a-5513-b788-b7a71b16521c-e3b3deb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


