:root {
  --margin--small: .277778em;
  --text-size--heading-xl: 3.33333em;
  --text-size--heading-large: 2.77778em;
  --text-size--heading-main: 2.22222em;
  --text-size--heading-small: 1.94444em;
  --text-size--heading-xs: 1.66667em;
  --margin--main: .555556em;
  --padding--main: 2.77778em;
  --text-size--paragraph-main: 1.11111em;
  --image-size--logo-width: 3.34028em;
  --image-size--logo-height: 3.34028em;
  --text-size--paragraph-xs: .833333em;
  --text-size--paragraph-large: 1.25em;
  --text-size--paragraph-xl: 1.38889em;
  --image-size--br-width: 6.76em;
  --image-size--br-height: 1.88em;
  --color--dark-blue: #026688;
  --icon-size--xl: 1.94444em;
  --text-size--paragraph-small: .972222em;
  --padding--xxs: .277778em;
  --padding--xs: .555556em;
  --margin--large: 1.11111em;
  --text-size--heading-xxs: 1.38889em;
  --padding--small: 1.38889em;
  --kk-width: 11.1111em;
  --white: white;
  --black: black;
  --icon-size--small: 1.25em;
  --icon-size--main: 1.66667em;
  --icon-size--large: 1.66667em;
  --image-size--square: 20em;
  --image-size--main-width: 18em;
  --image-size--main-height: 13.5em;
  --margin--xl: 2.77778em;
  --padding--large: 5.55556em;
  --padding--nav-link: .694444em;
  --padding--container: 4.16667em;
  --padding--xl: 8.33333em;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 1.33333vw;
  line-height: 1.25;
}

h1 {
  margin-top: var(--margin--small);
  margin-bottom: var(--margin--small);
  font-family: Didact Gothic, sans-serif;
  font-size: var(--text-size--heading-xl);
  line-height: 1.25;
}

h2 {
  margin-top: var(--margin--small);
  margin-bottom: var(--margin--small);
  font-family: Didact Gothic, sans-serif;
  font-size: var(--text-size--heading-large);
  font-weight: 700;
  line-height: 1.25;
}

h3 {
  margin-top: var(--margin--small);
  margin-bottom: var(--margin--small);
  font-family: Didact Gothic, sans-serif;
  font-size: var(--text-size--heading-main);
  font-weight: 700;
  line-height: 1.25;
}

h4 {
  margin-top: var(--margin--small);
  margin-bottom: var(--margin--small);
  font-size: var(--text-size--heading-small);
  font-weight: 700;
  line-height: 1.25;
}

h5 {
  margin-top: var(--margin--small);
  margin-bottom: var(--margin--small);
  font-size: var(--text-size--heading-xs);
  font-weight: 700;
  line-height: 1.25;
}

h6 {
  margin-top: var(--margin--small);
  margin-bottom: var(--margin--small);
  font-size: 1.38889em;
  font-weight: 700;
  line-height: 1.25;
}

p {
  margin-bottom: var(--margin--main);
}

a {
  text-decoration: underline;
}

ul {
  margin-bottom: var(--margin--main);
  padding-left: var(--padding--main);
}

ol {
  padding-left: var(--padding--main);
  margin-top: 0;
  margin-bottom: 0;
}

li {
  margin-bottom: var(--margin--main);
}

label {
  margin-bottom: .25em;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  margin-bottom: .625rem;
  padding: .625rem 1.25rem;
  font-size: 1.125em;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.footer {
  border-top: .1667em solid #008bc0;
  height: auto;
  min-height: auto;
  display: block;
}

.section.hidden {
  display: none;
}

.section.sermons {
  text-align: center;
  background-color: #f5f5f5;
  padding-bottom: 7em;
}

.cookie-prefs_form {
  background-color: #fff;
  border: .0556em solid #d7d7d7;
  border-radius: .6em;
  width: 100%;
  max-width: 42em;
  height: 100%;
  max-height: 78vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.cookie-consent_banner {
  z-index: 998;
  color: #333;
  background-color: #fff;
  border-top: .1667em solid #008bc0;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.cookie-prefs_title {
  color: #026688;
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
}

.cookie-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 50em;
  width: 1.25em;
  height: 1.25em;
}

.cookie-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.cookie-prefs_button {
  min-height: 2.75em;
  transition: background-color .18s ease, border-color undefined undefined, color undefined undefined;
  color: #fff;
  text-align: center;
  background-color: #008bc0;
  border: .0556em solid #008bc0;
  border-radius: .3em;
  justify-content: center;
  align-items: center;
  padding: .7em 1em;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
}

.cookie-prefs_button:hover {
  color: #fff;
  background-color: #026688;
  border-color: #026688;
}

.cookie-prefs_button:focus-visible, .cookie-prefs_button[data-wf-focus-visible] {
  outline-offset: .125em;
  outline: .125em solid #026688;
}

.cookie-prefs_button.fs-cc-button-alt {
  color: #026688;
  background-color: #fff;
  border-color: #026688;
}

.cookie-banner_wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cookie-prefs_close {
  z-index: 2;
  color: #026688;
  cursor: pointer;
  background-color: #fff;
  border: .0556em solid #02668840;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  padding: .55em;
  font-size: 1.1em;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: .75em .75em auto auto;
}

.cookie-manager_icon {
  width: 2em;
  height: 2em;
}

.cookie-banner_buttons {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  font-size: 1em;
  display: flex;
}

.cookie-prefs_wrap {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2em;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1em;
  height: 1em;
}

.cookie-prefs_toggle-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.cookie-manager {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.cookie-banner_link {
  color: #026688;
  border-bottom: .1em solid #026688;
  padding-top: .5em;
  padding-bottom: .5em;
  font-weight: 700;
  text-decoration: none;
}

.cookie-banner_link:hover {
  color: #008bc0;
  border-bottom-color: #008bc0;
}

.cookie-banner_link:focus-visible, .cookie-banner_link[data-wf-focus-visible] {
  outline-offset: .125em;
  outline: .125em solid #026688;
}

.cookie-prefs_submit-hide {
  display: none;
}

.cookie-prefs_buttons {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  margin-bottom: 2em;
  display: grid;
}

.cookie-prefs_option {
  border-bottom: .0556em solid #d7d7d7;
  padding-top: 1em;
  padding-bottom: 1em;
}

.cookie-prefs_content {
  height: 100%;
  padding: 2em;
  overflow: auto;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.cookie-prefs_label {
  color: #026688;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3;
}

.cookie-prefs_text {
  color: #444;
  margin-bottom: 1.25em;
  font-size: .9em;
  line-height: 1.55;
}

.cookie-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.cookie-manager_button {
  transition: color .18s ease, background-color undefined undefined;
  color: #026688;
  cursor: pointer;
  background-color: #fff;
  border: .0556em solid #02668840;
  border-radius: 50%;
  flex-direction: column;
  padding: .55em;
  display: flex;
}

.cookie-manager_button:hover {
  color: #4353ff;
}

.cookie-prefs_overlay {
  z-index: -1;
  background-color: #191717b8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-prefs_checkbox-field {
  background-color: #c8c8c8;
  border-radius: 50em;
  width: 2.75em;
  height: 1.5em;
  margin-bottom: 0;
  padding: .125em;
  display: flex;
  position: relative;
}

.cookie-banner_button {
  min-width: 7em;
  min-height: 2.75em;
  transition: background-color .18s ease, border-color undefined undefined, color undefined undefined;
  color: #fff;
  text-align: center;
  background-color: #008bc0;
  border: .0556em solid #008bc0;
  border-radius: .3em;
  justify-content: center;
  align-items: center;
  padding: .7em 1em;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
}

.cookie-banner_button:hover {
  color: #fff;
  background-color: #026688;
  border-color: #026688;
}

.cookie-banner_button:focus-visible, .cookie-banner_button[data-wf-focus-visible] {
  outline-offset: .125em;
  outline: .125em solid #026688;
}

.cookie-banner_button.fs-cc-button-alt {
  color: #026688;
  background-color: #fff;
  border-color: #026688;
}

.cookie-banner_text {
  color: #444;
  font-size: .9em;
  line-height: 1.5;
}

.cookie-prefs_trigger {
  display: none;
}

.site_logo {
  width: var(--image-size--logo-width);
  height: var(--image-size--logo-height);
}

.page-wrapper {
  position: relative;
}

.newsbar {
  text-align: center;
  position: relative;
}

.dropdown_link {
  transition: background-color .18s ease, color undefined undefined;
  color: #333;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: .8em 1em;
  font-size: .9em;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dropdown_link:hover {
  color: #fff;
  background-color: #008bc0;
}

.dropdown_link:active {
  background-color: #0081b3;
}

.dropdown_link:focus-visible, .dropdown_link[data-wf-focus-visible] {
  outline-offset: -.125em;
  outline: .125em solid #026688;
}

.nav_menu-wrap {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.dropdown_content {
  z-index: 20;
  background-color: #fff;
  border: .0556em solid #02668833;
  border-radius: .4em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 14em;
  display: none;
  position: absolute;
  overflow: hidden;
}

.nav_link {
  height: 100%;
  transition: background-color .18s ease, color undefined undefined;
  cursor: pointer;
  border-radius: .3em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .85em .7em;
  font-size: .9em;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav_link:hover {
  color: #fff;
  background-color: #008bc0;
}

.nav_link:active {
  background-color: #0081b3;
}

.nav_link:focus-visible, .nav_link[data-wf-focus-visible] {
  outline-offset: .125em;
  outline: .125em solid #026688;
}

.hamburger_wrap {
  width: 3em;
  height: 3em;
  padding: .5em;
  display: none;
}

.dropdown {
  height: 100%;
  position: relative;
}

.nav_text {
  position: relative;
}

.dropdown_arrow {
  width: .75em;
  height: .75em;
  margin-left: .375em;
  position: static;
}

.dropdown_trigger {
  height: 100%;
  transition: background-color .18s ease, color undefined undefined;
  cursor: pointer;
  border-radius: .3em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .85em .7em;
  font-size: .9em;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dropdown_trigger:hover {
  color: #fff;
  background-color: #008bc0;
}

.dropdown_trigger:active {
  background-color: #0081b3;
}

.dropdown_trigger:focus-visible, .dropdown_trigger[data-wf-focus-visible] {
  outline-offset: .125em;
  outline: .125em solid #026688;
}

.navigation {
  z-index: 20;
  background-color: #fff;
  border-bottom: .0556em solid #0266882e;
  font-weight: 600;
  position: relative;
}

.footer_links-heading {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.2;
}

.copyright_embed {
  margin-bottom: 0;
}

.brass-ring_logo {
  width: var(--image-size--br-width);
  height: var(--image-size--br-height);
}

.footer_link {
  padding-top: .35em;
  padding-bottom: .35em;
  font-size: .9em;
  line-height: 1.35;
  text-decoration: none;
  display: block;
}

.footer_link:hover {
  color: #fff;
  text-decoration: none;
}

.footer_link:focus-visible, .footer_link[data-wf-focus-visible] {
  outline-offset: .125em;
  outline: .125em solid #008bc0;
}

.powered-by_text {
  margin-right: var(--margin--main);
  font-size: var(--text-size--paragraph-xs);
  text-transform: uppercase;
}

.social_link {
  color: var(--color--dark-blue);
  cursor: pointer;
  transition: color .18s;
}

.social_link:hover {
  color: #008bc0;
}

.social_link:focus-visible, .social_link[data-wf-focus-visible] {
  outline-offset: .125em;
  outline: .125em solid #008bc0;
}

.footer-list_item {
  margin-top: 0;
  margin-bottom: 0;
}

.footer_links-list {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer_links-nav {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 10em;
}

.social-icon {
  width: var(--icon-size--xl);
  height: var(--icon-size--xl);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image_wrap {
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.container {
  width: 88%;
  max-width: 72em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: 5em;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.hidden {
  display: none;
}

.news_date-wrap {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

.social_wrap {
  grid-column-gap: var(--padding--xxs);
  grid-row-gap: var(--padding--xxs);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_top {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
}

.copyright_main-wrap {
  grid-column-gap: var(--padding--xs);
  grid-row-gap: var(--padding--xs);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.powered-by_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-links_wrap {
  grid-column-gap: 3em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav_main-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_logo-link {
  justify-content: center;
  align-items: center;
  padding-top: .3em;
  padding-bottom: .3em;
  display: flex;
}

.nav_logo-link.w--current {
  height: 100%;
}

.news_category {
  font-size: .972222em;
}

.news_content {
  grid-column-gap: .694444em;
  grid-row-gap: .694444em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.news_text {
  max-width: 33em;
  font-size: .972222em;
}

.button_small {
  color: #026688;
  text-align: center;
  background-color: #fff;
  border: .0556em solid #026688;
  border-radius: .3em;
  justify-content: center;
  align-items: center;
  padding: .7em .9em;
  font-size: .95em;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  display: inline-flex;
}

.footer_main {
  height: auto;
  min-height: auto;
}

.powered-by {
  color: #fff;
  background-color: #191717;
}

.newsbar_container {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: .833333em;
  padding-bottom: .833333em;
  display: flex;
  position: relative;
}

.nav_container {
  width: 90%;
  max-width: 72em;
  margin-left: auto;
  margin-right: auto;
  padding-top: .45em;
  padding-bottom: .45em;
}

.privacy_link {
  padding-top: var(--padding--xxs);
  padding-bottom: var(--padding--xxs);
  color: #333;
  font-size: var(--text-size--paragraph-small);
  font-weight: 700;
  text-decoration: none;
  display: none;
}

.privacy_link:hover {
  text-decoration: underline;
}

.nav_button {
  height: auto;
  transition: background-color .18s ease, color undefined undefined;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #008bc0;
  border-radius: .35em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .85em 1.15em;
  font-size: .9em;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav_button:hover {
  color: #fff;
  background-color: #026688;
}

.nav_button:active {
  background-color: #0081b3;
}

.nav_button:focus-visible, .nav_button[data-wf-focus-visible] {
  outline-offset: .125em;
  outline: .125em solid #026688;
}

.contact-bar_container {
  text-align: center;
  width: 80%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
}

.powered-by_container {
  width: 88%;
  max-width: 72em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}

.cookie-consent_container {
  width: 88%;
  max-width: 72em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.footer_bottom-left {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.google-map {
  width: 100%;
}

.kingdom-kids_logo {
  text-align: justify;
  object-fit: contain;
  width: 20em;
  max-width: 100%;
  height: 16em;
  display: block;
}

.kingdom-kids_rich-text {
  width: 100%;
  margin-bottom: var(--margin--large);
  color: #333;
  font-size: 1em;
  line-height: 1.65;
}

.kingdom-kids_rich-text p {
  font-size: var(--text-size--paragraph-main);
}

.kingdom-kids_rich-text h4 {
  margin-top: var(--margin--main);
}

.kingdom-kids_rich-text a {
  font-weight: 600;
  text-decoration: underline;
}

.kingdom-kids_rich-text h2 {
  margin-top: var(--margin--main);
  color: var(--color--dark-blue);
  font-size: var(--text-size--heading-xs);
}

.kingdom-kids_rich-text em {
  font-weight: 600;
}

.kingdom-kids_content {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kingdom-kids_text-wrap {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-width: 0;
  display: flex;
}

.kingdom-kids_wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  text-align: left;
  flex-flow: column;
  max-width: 64em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kingdom-kids_heading {
  color: #026688;
  letter-spacing: -.015em;
  max-width: none;
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1;
}

.connect_button {
  transition: background-color .18s ease, color undefined undefined;
  color: #fff;
  text-align: center;
  background-color: #008bc0;
  border-radius: .35em;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 1.25em;
  padding: .85em 1.15em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  display: inline-flex;
}

.connect_button:hover {
  color: #fff;
  background-color: #026688;
}

.connect_button:focus-visible, .connect_button[data-wf-focus-visible] {
  outline-offset: .125em;
  outline: .125em solid #026688;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 1.11111vw;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: .833333vw;
  }
}

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

  .cookie-consent_banner {
    text-align: center;
  }

  .cookie-banner_wrap {
    flex-direction: column;
  }

  .dropdown_link {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: .85em 2em;
    font-size: 1em;
  }

  .nav_menu-wrap {
    z-index: 1;
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
    grid-auto-flow: row;
    place-content: center;
    place-items: stretch center;
    width: 100%;
    height: auto;
    padding-top: .5em;
    padding-bottom: .5em;
    position: relative;
  }

  .dropdown_content {
    z-index: 1;
    background-color: #f5f5f5;
    border-width: .0556em 0 0;
    border-top-style: solid;
    border-top-color: #0266881f;
    border-radius: 0;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
    position: static;
  }

  .hamburger {
    width: var(--text-size--heading-small);
    height: var(--text-size--heading-small);
    display: flex;
  }

  .nav_link {
    text-align: left;
    border-radius: 0;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: .95em 1.25em;
    font-size: 1.05em;
  }

  .hamburger_wrap {
    z-index: 2;
    cursor: pointer;
    border: .0556em solid #02668847;
    border-radius: .35em;
    width: 3em;
    height: 3em;
    padding: .5em;
    display: block;
    position: relative;
  }

  .dropdown {
    position: static;
  }

  .nav_menu {
    z-index: 10;
    background-color: #fff;
    border-top: .0556em solid #0266882e;
    width: 100%;
    height: auto;
    display: none;
    position: absolute;
    inset: 100% 0% auto;
  }

  .dropdown_trigger {
    text-align: left;
    border-radius: 0;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: .95em 1.25em;
    font-size: 1.05em;
    position: static;
  }

  .navigation {
    position: relative;
  }

  .container {
    width: 90%;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .nav_main-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .home-hero {
    min-height: 34em;
  }

  .graphics_main-wrap {
    grid-template-columns: auto auto;
  }

  .intro_rich-text h1 {
    font-size: 3em;
  }

  .nav_button {
    text-align: left;
    border-radius: 0;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: .95em 1.25em;
    font-size: 1.05em;
  }

  .home-hero_container {
    width: 90%;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .home-event_image {
    width: 12em;
    height: 11em;
  }

  .kingdom-kids_content {
    flex-direction: column;
    align-items: stretch;
  }

  .kingdom-kids_text-wrap {
    max-width: 29em;
    margin-left: auto;
    margin-right: auto;
  }

  .kingdom-kids_wrap {
    text-align: left;
  }

  .kingdom-kids_heading, .impact_heading {
    margin-left: auto;
    margin-right: auto;
  }

  .team_main-wrap {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-columns: repeat(2, 1fr);
  }

  .event_wrap {
    grid-column-gap: 1.35em;
    grid-row-gap: 1.35em;
    grid-template-columns: 12em 1fr;
    padding: 1.35em;
  }

  .media_player {
    margin-left: 0;
    margin-right: 0;
  }

  .audio-player-div {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 0;
    display: block;
  }

  .audio-player-grid {
    grid-template-columns: .5fr 1fr .5fr;
  }

  .content-wrapper {
    min-width: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.66667vw;
  }

  .section {
    text-align: center;
  }

  .cookie-prefs_title {
    font-size: 1.35em;
  }

  .cookie-banner_wrap {
    grid-template-columns: 1fr;
  }

  .cookie-banner_buttons {
    margin-top: .75em;
  }

  .cookie-banner_button {
    margin-left: 0;
    margin-right: 0;
  }

  .site_logo {
    object-position: 50% 45%;
  }

  .dropdown_link {
    width: 100%;
    font-size: 1em;
  }

  .nav_menu-wrap {
    flex-direction: column;
    grid-auto-columns: auto;
    justify-content: space-between;
  }

  .dropdown_content {
    flex-direction: column;
    grid-auto-flow: row;
  }

  .nav_link {
    width: 100%;
    font-size: 1em;
  }

  .nav_menu {
    overflow: hidden;
  }

  .dropdown_trigger {
    width: 100%;
    font-size: 1em;
    position: static;
  }

  .footer_links-heading, .footer_link {
    font-size: var(--text-size--paragraph-main);
  }

  .copyright_text {
    max-width: none;
  }

  .footer_links-nav {
    width: 100%;
    min-width: 0;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .container {
    width: 92%;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .submit-button {
    width: 100%;
  }

  .text-element_xl {
    max-width: 11em;
  }

  .social_wrap {
    order: -1;
  }

  .footer_top {
    flex-direction: column;
  }

  .footer-links_wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .our-story_content {
    flex-direction: column;
    align-items: stretch;
  }

  .home-hero {
    min-height: 32em;
  }

  .form-field_wrap {
    text-align: left;
  }

  .form_bottom-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .paragraphs_wrap {
    grid-auto-flow: row;
  }

  .graphics_main-wrap {
    grid-template-columns: auto;
  }

  .headings_wrap {
    grid-template-columns: auto auto auto;
    grid-auto-flow: row;
    max-width: 20em;
  }

  .news_content {
    width: 100%;
  }

  .intro_rich-text h1 {
    font-size: 2.65em;
  }

  .newsbar_container {
    flex-direction: column;
  }

  .nav_button {
    width: 100%;
    padding-top: .95em;
    padding-bottom: .95em;
    font-size: 1em;
  }

  .home-services_wrap {
    flex-direction: column;
  }

  .sunday-services_home, .home-about {
    min-height: auto;
    padding: 4em 2em;
  }

  .home-events {
    text-align: center;
  }

  .new-believer, .gods-story {
    min-height: auto;
    padding: 4em 2em;
  }

  .home-hero_container {
    width: 92%;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .home-event_image {
    width: 100%;
    max-width: 22em;
    height: 16em;
    margin-left: auto;
    margin-right: auto;
  }

  .childrens-ministry_content {
    flex-direction: column;
    align-items: stretch;
  }

  .kingdom-kids_content {
    flex-direction: column;
  }

  .kingdom-kids_text-wrap, .our-story_text-wrap, .childrens-ministry_text-wrap {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .impact_content {
    flex-direction: column;
    align-items: stretch;
  }

  .impact_text-wrap {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .volunteer_content {
    flex-direction: column;
    align-items: stretch;
  }

  .volunteer_text-wrap {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .connect_content {
    flex-direction: column;
    align-items: stretch;
  }

  .connect_text-wrap {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .serving_content {
    flex-direction: column;
    align-items: stretch;
  }

  .serving_text-wrap {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .baptism_content {
    flex-direction: column;
    align-items: stretch;
  }

  .baptism_text-wrap, .prayers_left-content {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .prayers_content, .salvation_content {
    flex-direction: column;
    align-items: stretch;
  }

  .salvation_text-wrap {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .team-member_name {
    width: 100%;
  }

  .team-member_content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: auto;
    display: flex;
  }

  .team_main-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
    display: grid;
  }

  .event_date-wrap, .event_time-wrap {
    justify-content: center;
  }

  .event_wrap {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: column;
    align-items: stretch;
    padding: 1.25em;
    display: flex;
  }

  .event_details-wrap {
    text-align: center;
    align-items: center;
  }

  .connect_button {
    margin-left: auto;
    margin-right: auto;
  }

  .media_player {
    flex-direction: column-reverse;
    margin-left: 0%;
    margin-right: 0%;
  }

  .audio-player-div {
    height: auto;
    padding: .7em .75em;
  }

  .audio-player-grid {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper {
    align-items: stretch;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-div {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 4vw;
  }

  .cookie-banner_buttons {
    text-align: center;
    flex-direction: column-reverse;
    grid-template-columns: auto;
    grid-auto-flow: row;
    align-items: stretch;
    width: 100%;
  }

  .cookie-prefs_wrap {
    padding: 1em;
  }

  .cookie-prefs_buttons {
    grid-template-columns: 1fr;
  }

  .cookie-prefs_content {
    padding: 1.5em 1.25em;
  }

  .cookie-banner_button {
    width: 100%;
  }

  .site_logo {
    object-position: 50% 45%;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
  }

  .nav_menu-wrap {
    grid-auto-flow: row;
  }

  .nav_menu {
    display: none;
  }

  .copyright_text {
    text-align: center;
    line-height: 1.25;
  }

  .form {
    flex-direction: column;
    display: flex;
  }

  .radio-button_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .utility-page_wrap {
    padding: 2em 1.25em;
  }

  .utility-page_content {
    padding: 1.75em 1.5em;
  }

  .container {
    width: 92%;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .button_wrap {
    justify-content: center;
    align-items: center;
  }

  .page-name {
    font-size: 2.2em;
    line-height: 1.12;
  }

  .form_bottom-wrap {
    width: 100%;
  }

  .headings_wrap {
    grid-column-gap: 1.11111em;
    grid-row-gap: 1.11111em;
  }

  .intro_rich-text h1 {
    font-size: 2.25em;
    line-height: 1.08;
  }

  .section_example, .style-example_wrap {
    padding: 2em;
  }

  .utility_h2 {
    font-size: 2em;
  }

  .content_example {
    padding: 2em;
  }

  .newsbar_container {
    width: 75%;
  }

  .cookie-consent_container {
    width: 92%;
  }

  .sunday-services_home {
    padding-left: 2.22222em;
    padding-right: 2.22222em;
  }

  .home-about_text h2 {
    font-size: 2em;
  }

  .home-events_heading {
    font-size: 2.2em;
  }

  .our-story_image, .childrens-ministry_image, .impact_image {
    width: 100%;
    height: 20em;
  }

  .contact_main-wrap {
    padding: 1.5em;
  }

  .volunteer_image, .connect_image, .serving_image, .baptism_image, .prayers_image, .salvation_image {
    width: 100%;
    height: 20em;
  }

  .kingdom-kids_heading, .impact_heading {
    font-size: 2.2em;
    line-height: 1.12;
  }

  .join-cg_rich-text {
    padding: 1.5em;
  }

  .our-story_heading, .team_heading {
    font-size: 2.2em;
    line-height: 1.12;
  }

  .event_content {
    padding-left: .75em;
    padding-right: .75em;
  }

  .media-wrapper {
    height: 2.75em;
    margin-top: 0;
  }

  .ico-previous.supersparks-prev-button-ddddd {
    width: 15px;
  }

  .pause-play-div {
    width: 3em;
    height: 3em;
    margin-left: 1.25em;
    margin-right: 1.25em;
  }

  .play-link.supersparks-play-button-ddddd.w--current, .play-link.white-play-button.w--current, .play-link.white-play-button.supersparks-play-button-ddddd.w--current, .play-link.supersparks-play-button-ddddd.w--current, .play-link.white-play-button.w--current, .play-link.white-play-button.supersparks-play-button-ddddd.w--current, .play-link.white-play-button.supersparks-play-button-ddddd.w--current {
    width: 27px;
  }

  .play-button-ico {
    color: #bcbfb2;
  }

  .ico-pause-big {
    width: 1.25em;
    height: 1.25em;
  }

  .ico-next.supersparks-next-button-ddddd {
    width: 15px;
  }

  .timeline-wrapper {
    margin-bottom: 6px;
  }

  .timeline-played.supersparks-progress-bar-ddddd {
    border-radius: 1px;
    width: 20%;
  }

  .audio-player-div {
    display: flex;
    position: fixed;
  }

  .audio-player-grid {
    align-content: center;
    justify-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .content-div {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
  }

  .tab-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_1dde743b-55c7-e2ef-8f54-dd8da3ba2592-a3ba258d {
  align-self: center;
}

#w-node-_1dde743b-55c7-e2ef-8f54-dd8da3ba25d2-a3ba258d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dde743b-55c7-e2ef-8f54-dd8da3ba25e1-a3ba258d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_122d1348-9406-3568-a2c6-4e3c08dc3858-08dc383f {
  justify-self: end;
}

#w-node-_122d1348-9406-3568-a2c6-4e3c08dc3884-08dc383f {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1dde743b-55c7-e2ef-8f54-dd8da3ba25d2-a3ba258d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_122d1348-9406-3568-a2c6-4e3c08dc3854-08dc383f {
    place-self: center end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_72050678-ba35-7e59-ec63-a6fbb3f5808a-d83891a7 {
    order: -9999;
    place-self: center;
  }

  #w-node-_1dde743b-55c7-e2ef-8f54-dd8da3ba25d2-a3ba258d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e29faa5d-24a6-0d73-5751-ecbf76fe6f1f-76fe6f13 {
    order: 9999;
    place-self: center;
  }

  #w-node-e29faa5d-24a6-0d73-5751-ecbf76fe6f23-76fe6f13, #w-node-e29faa5d-24a6-0d73-5751-ecbf76fe6f38-76fe6f13 {
    order: -9999;
  }

  #w-node-_1dde743b-55c7-e2ef-8f54-dd8da3ba259e-a3ba258d {
    place-self: center;
  }

  #w-node-_1dde743b-55c7-e2ef-8f54-dd8da3ba25e1-a3ba258d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}
