:root {
  --brown: #6d4b12;
  --orange: #f5a622;
  --white: white;
  --blue: #07a4c0;
  --trans: #fff0;
  --yellow: #fffbef;
}

h1 {
  color: #f5a622;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #f5a622;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 33px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

a {
  text-decoration: underline;
}

li {
  color: var(--brown);
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

blockquote {
  border-left: 5px solid var(--orange);
  color: var(--brown);
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 10px 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.body {
  background-color: #f3f3f3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.link_nav {
  color: #16b5d1;
  border-bottom-style: none;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.link_nav:hover {
  background-color: #fff;
}

.link_nav.w--current {
  color: #16b5d1;
  background-color: #eee2e4;
}

.link_nav.w--current:hover {
  background-color: #fff;
}

.dropdown-chevron {
  color: #52abd1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: -4px;
  display: flex;
}

.navbar1_menu-button {
  color: #52abd1;
  padding: 0;
}

.nav_dropdown-toggle {
  grid-column-gap: .5rem;
  background-color: #eee2e4;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav_dropdown-toggle:hover {
  background-color: #fff;
}

.nav_container {
  background-color: #eee2e4;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 0;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav__dropdown-link {
  color: #16b5d1;
  background-color: #eee2e4;
  border-bottom-style: none;
  padding: 7px 15px 7px 20px;
  font-size: 15px;
  font-weight: 500;
}

.nav__dropdown-link:hover {
  background-color: #fff;
}

.nav__dropdown-link.w--current {
  color: #16b5d1;
  background-color: #eee2e4;
}

.nav {
  color: #52abd1;
  background-color: #fffbef;
  border-bottom: 10px solid #f5a623;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  display: block;
  position: static;
  overflow: auto;
}

.navbar_link {
  background-color: var(--white);
  color: #07a4c0;
  letter-spacing: .5px;
  border-bottom-style: none;
  padding: 8px 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.navbar_link:hover {
  background-color: var(--white);
  color: var(--orange);
}

.navbar_link.w--current {
  background-color: var(--white);
  color: var(--blue);
}

.navbar_link.w--current:hover {
  color: var(--orange);
  background-color: #fff;
}

.navbar_link.special {
  border: 1px dotted var(--blue);
  box-shadow: 0 2px 5px #0003;
}

.navbar_link.special.w--current {
  border: 1px dotted var(--orange);
}

.hamburger {
  font-size: 24px;
}

.logo {
  color: #de132f;
  max-width: 200px;
  padding-right: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.logo.cms-gallery {
  color: var(--trans);
}

.navbar1_dropdown-list {
  font-size: 15px;
  line-height: 1.2;
}

.navbar1_dropdown-list.w--open {
  background-color: #eee2e4;
  border-style: solid;
  border-width: 1px;
  padding: 0;
}

.text-span {
  text-transform: uppercase;
  font-size: 20px;
}

.nav_menu-dropdown {
  color: #faf9f6;
  padding: 8px 10px;
}

.nav_menu-dropdown:hover {
  background-color: #f0eeee;
}

.nav_menu-dropdown.last {
  margin-right: 100px;
}

.navbar_menu {
  color: #08212c;
  align-items: center;
  margin-top: 40px;
  margin-right: 60px;
  font-weight: 700;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  background-color: #eee2e4;
  margin-top: 10px;
  display: flex;
}

.main {
  background-color: var(--yellow);
  border-top: 0 gray;
  border-bottom: 30px solid #f5a623;
  border-left: 7px #de132f;
  border-right: 0 #de132f;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.section {
  font-variation-settings: normal;
  background-color: #f1f1f1;
  border: 1px #000;
  border-left: 20px #e9e9e9;
  border-right-style: solid;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  display: flex;
}

.article {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 0 gray;
  border-left: 2px solid #f5a623;
  border-radius: 0;
  outline: 3px #333;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  width: 75%;
  max-width: 1220px;
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 10px;
  font-family: Syne, sans-serif;
  display: block;
}

.responsive-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.responsive-iframe {
  border: 0 solid #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.rtb {
  background-color: #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  font-weight: 700;
}

.coda-image {
  border-bottom: 20px solid #eee2e4;
}

.image {
  margin-top: 31px;
  padding-left: 33px;
}

.footer {
  background-color: #f5f5f5;
  border-top: 1px solid #000;
  flex-flow: column;
  margin-top: auto;
  padding: 20px;
  font-weight: 400;
  display: flex;
  position: sticky;
}

.footer-text {
  color: #5c5c5c;
  text-align: center;
  letter-spacing: .3ch;
  text-transform: none;
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
}

.link-footer {
  color: #5c5c5c;
  border: 1px #e9e9e9;
  border-bottom-style: dashed;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.link-footer:hover {
  background-color: #e4e4e4;
  font-weight: 300;
}

.social-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.social {
  color: #333;
  background-color: #fff;
  width: 50px;
  height: 50px;
  margin: 14px;
}

.image-2 {
  max-width: 200px;
  max-height: 200px;
}

.image-3 {
  max-width: 200px;
}

.col-left {
  width: 25%;
  margin-top: 40px;
}

.wrapper-flex-2-col {
  justify-content: flex-start;
  display: flex;
}

.col-right {
  flex: 1;
  order: 0;
  align-self: auto;
}

.church-people {
  margin-bottom: 10px;
}

.aside {
  background-color: #fffbef;
  flex: 0 auto;
  width: 25%;
  height: auto;
  margin-bottom: 55px;
  margin-right: 0;
  padding-right: 0;
}

.heading, .paragraph {
  font-weight: 400;
}

.heading-2 {
  color: #b67433;
  font-weight: 300;
}

.heading-3 {
  color: #a85757;
  font-weight: 400;
}

.heading-4 {
  color: gray;
  font-weight: 700;
}

.rtb_aside {
  min-height: 50px;
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Syne, sans-serif;
}

.rtb_aside p {
  color: #818181;
  margin-top: 0;
  margin-left: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.rtb_aside a {
  color: #07a4c0;
  border-bottom: 1px solid #07a4c0;
  text-decoration: none;
  display: inline-block;
}

.rtb_article {
  color: #07a4c0;
}

.rtb_article p {
  color: #6d4b12;
  margin-bottom: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.rtb_article h2 {
  color: #f5a622;
  margin-top: 20px;
  line-height: 1.2;
}

.rtb_article a {
  color: #07a4c0;
  border-bottom: 1px dotted #07a4c0;
  text-decoration: none;
}

.rtb_article h1 {
  font-size: 44px;
}

.rtb_article h3 {
  margin-bottom: 20px;
  font-size: 26px;
}

.rtb_article li {
  margin-bottom: 3px;
}

.rtb_article blockquote {
  line-height: 1.5;
}

.heading-5 {
  font-size: 16px;
}

.heading-6 {
  font-size: 14px;
}

.paragraph-2 {
  line-height: 1.7;
}

.heading-7 {
  padding-left: 15px;
}

.paragraph-3 {
  font-size: 18px;
  font-weight: 500;
}

.rich-text-block {
  font-family: Syne, sans-serif;
}

.rich-text-block p {
  font-size: 16px;
  font-weight: 400;
}

.heading-8 {
  font-weight: 600;
}

.paragraph-4 {
  font-size: 16px;
  font-weight: 400;
}

.portrait {
  width: 180px;
  max-width: 180px;
}

.wrapper-page {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-nav {
  width: 1220px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-9 {
  color: #f5a622;
  font-size: 27px;
}

.heading-10 {
  color: #f5a622;
}

.image-5 {
  z-index: -1;
  position: absolute;
}

.icon-2 {
  font-size: 24px;
}

.slider-2 {
  height: auto;
}

.list-item {
  color: var(--brown);
}

.block-quote {
  border-left-color: var(--orange);
  margin: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}

.gallery {
  flex-flow: row;
  text-decoration: none;
  display: flex;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 30px;
}

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

  .link_nav {
    color: #16b5d1;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 15px;
  }

  .link_nav:hover {
    background-color: #faf9f6;
  }

  .dropdown-chevron {
    width: 15px;
    inset: auto 0% auto auto;
  }

  .navbar1_menu-button {
    z-index: auto;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .nav_dropdown-toggle {
    color: #f0eeee;
    align-items: center;
    padding: 0 15px 0 10px;
    display: flex;
  }

  .nav_dropdown-toggle:hover {
    color: #faf9f6;
    background-color: #faf9f6;
  }

  .nav_dropdown-toggle.w--open {
    color: #f5ffd6;
  }

  .nav__dropdown-link {
    width: auto;
    padding: 0 0 0 20px;
    font-size: 15px;
    line-height: 1.8;
  }

  .nav__dropdown-link:hover {
    background-color: #faf9f6;
  }

  .navbar_link {
    color: #16b5d1;
    width: auto;
    margin-bottom: 5px;
    padding: 0 15px 0 10px;
    font-size: 15px;
    line-height: 2;
  }

  .navbar_link:hover {
    background-color: #faf9f6;
  }

  .hamburger {
    z-index: 10;
    color: #52abd1;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    margin-top: 0;
    font-size: 24px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list:hover {
    color: #f0eeee;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0;
    overflow: visible;
  }

  .nav_menu-dropdown {
    width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 2;
  }

  .navbar_menu {
    border-style: none none solid;
    border-width: 1px;
    border-color: var(--orange);
    -webkit-text-fill-color: inherit;
    background-color: #fffbef;
    background-clip: border-box;
    margin-top: 0;
    margin-right: 0;
    padding: 0 0 2rem;
    position: absolute;
    overflow: auto;
    box-shadow: 0 2px 5px #0003;
  }

  .navbar_menu.is-page-height-tablet {
    width: 500px;
    height: auto;
    margin-top: 66px;
    padding: 0;
    transition: height .5s;
  }

  .main {
    border: 1px none var(--yellow);
  }

  .article {
    width: 75%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
  }

  .rtb {
    padding-left: 30px;
  }

  .col-left {
    width: 30%;
    margin-top: 40px;
  }

  .rtb_article h2 {
    font-size: 30px;
  }

  .rtb_article h3 {
    font-size: 24px;
  }

  .wrapper-nav {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-2 {
    color: #52abd1;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    margin-top: 22px;
    margin-right: 20px;
    font-size: 40px;
    line-height: 30px;
  }

  .slider-2 {
    height: auto;
  }

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

@media screen and (max-width: 767px) {
  .nav {
    color: #16b5d1;
    height: auto;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger {
    margin: 20px 10px 10px 0;
  }

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .main {
    flex-flow: column;
  }

  .article {
    width: 95vw;
    margin-left: 0;
  }

  .rtb {
    margin-top: 20px;
    padding-left: 20px;
  }

  .col-left {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .aside {
    background-color: #fffbef;
    width: 80%;
    margin: 20px auto 10px;
  }

  .rtb_article p {
    font-size: 16px;
    font-weight: 500;
  }

  .rtb_article h2 {
    font-size: 28px;
  }

  .rtb_article h1 {
    font-size: 34px;
  }

  .portrait {
    width: auto;
    max-width: 180px;
  }

  .heading-11 {
    font-size: 32px;
  }

  .figure {
    margin-bottom: 5px;
  }

  .gallery {
    flex-flow: column;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .nav {
    height: auto;
  }

  .hamburger {
    width: auto;
  }

  .logo {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 21px;
    line-height: 1;
  }

  .text-span {
    font-size: 18px;
  }

  .article {
    width: 90%;
    max-width: none;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .rtb {
    margin-top: 0;
    padding-left: 10px;
  }

  .col-left {
    flex: 0 auto;
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-flex-2-col {
    flex-flow: column;
    display: flex;
  }

  .church-people {
    box-sizing: border-box;
    text-align: left;
    object-fit: cover;
  }

  .aside {
    border: 1px solid #bbb;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    box-shadow: 0 2px 5px #0003;
  }

  .rtb_aside {
    width: 100%;
    margin-top: 20px;
  }

  .rtb_article p {
    font-size: 16px;
    font-weight: 500;
  }

  .rtb_article h2 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.2;
  }

  .rtb_article h1 {
    margin-bottom: 5px;
    font-size: 26px;
  }

  .rtb_article h3 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.2;
  }

  .icon-2 {
    width: auto;
    font-size: 30px;
  }

  .heading-11 {
    font-size: 26px;
  }

  .heading-12 {
    font-size: 16px;
    line-height: 1.2;
  }

  .gallery {
    flex-flow: column;
  }

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


