:root {
  --gold: #f6b93b;
  --teal: #569bac;
  --navy: #0e3b58;
  --orange: #fd9420;
  --off-white: #f9e8d0;
  --bg-grey: #fafafa;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

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

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-color: var(--gold) var(--gold) var(--gold) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  z-index: 99;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.navigation.phone {
  margin-right: 0;
}

.navigation-container {
  background-color: var(--teal);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header {
  background-image: url('../images/laughing-by-truck-with-larger-slogan.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  margin-top: -60px;
  padding: 0 100px 10px 10px;
  display: flex;
}

.header.hide {
  display: none;
}

.navigation-logo.w--current {
  text-align: center;
}

.navigation-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  background-color: var(--navy);
  color: #f9e8d0;
  border: 2px #fff;
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

.navigation-button:hover {
  color: #000;
  background-color: #fff;
}

.navigation-button.tablet {
  display: none;
}

.header-content {
  perspective: 2000px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 770px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.header-content.left {
  flex-flow: row;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  padding-top: 0;
  display: flex;
}

.header-content.home {
  display: none;
}

.h1 {
  color: #f9e8d0;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.h1.give {
  color: #f9e8d0;
  font-family: Cormorant Garamond, sans-serif;
}

.paragraph {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.paragraph.cc-gray {
  color: #baae96;
  letter-spacing: 3px;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.paragraph.cc-gray.sermons {
  color: #0e3b58;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: block;
}

.paragraph.cc-gray.sermons.left {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
}

.paragraph.teal {
  color: #668d9a;
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.paragraph.wide {
  letter-spacing: 5.2px;
  align-self: auto;
  font-size: 25px;
}

.button {
  background-color: var(--orange);
  color: #baae96;
  border-radius: 4px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 30px;
  font-family: Forum, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #273042;
}

.button.cc-cta {
  margin-top: 0;
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.button.sermons {
  text-transform: uppercase;
  width: 150px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.button.sermons.homepage {
  background-color: var(--off-white);
  font-family: Poppins, sans-serif;
  display: none;
}

.button.sermons.homepage.give {
  display: none;
}

.button.contact {
  color: #f9e8d0;
}

.container {
  z-index: 1;
  text-align: left;
  background-color: #0000;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.container.cc-center {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.cc-center.down {
  flex-flow: column;
  margin-bottom: 0;
}

.container.cc-center.testimonies {
  align-items: flex-start;
  margin-bottom: 60px;
  padding-top: 20px;
}

.container.cc-cta {
  display: flex;
}

.container.cc-footer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container.cc-contact {
  flex-flow: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.container.visiting {
  margin-top: 0;
  padding-top: 120px;
}

.container.contact-page {
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.features {
  justify-content: center;
  align-items: center;
  padding: 120px 30px 60px;
  display: flex;
}

.features.new {
  padding-bottom: 120px;
}

.features.home {
  flex-flow: row;
}

.features.home.top {
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 0;
}

.h2 {
  color: var(--orange);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.h2.cc-center {
  color: var(--navy);
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.h2.cc-center.verse.top {
  text-align: center;
  margin-top: -40px;
  margin-bottom: 100px;
  font-weight: 400;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
}

.h2.cc-white-text {
  color: #fff;
}

.h2.text-span.cc-post-text {
  text-align: center;
  margin-bottom: 15px;
}

.h2-container {
  color: #273042;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.h2-container.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
}

.h2-container.cc-center.bottom {
  width: 100%;
  margin-top: 120px;
  margin-bottom: 120px;
}

.h2-container.cc-center.give {
  margin-bottom: 100px;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.h2-container.contact-page {
  padding-left: 0;
  padding-right: 0;
}

.text-span {
  color: var(--orange);
  letter-spacing: 2px;
  text-transform: none;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.text-span.cc-white-text {
  color: #fff;
}

.text-span.bible-verse {
  color: var(--teal);
  font-size: 19px;
  display: block;
}

.text-span.thank-you {
  font-size: 25px;
  line-height: 30px;
}

.feature-item-container {
  border: 1px solid #f7f7f7;
  height: 330px;
  padding: 50px 40px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px #0000000d;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  color: #668d9a;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Forum, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.h3.cc-cta {
  color: var(--orange);
  margin-bottom: 0;
}

.h3.cc-header {
  color: #f9e8d0;
  -webkit-text-stroke-color: #f9e8d0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3.cc-latest-posts {
  text-align: center;
  margin-bottom: 40px;
}

.slider-section {
  background-color: #f9e8d0;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 240px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.slider {
  flex: 1;
  max-width: 1440px;
  height: 720px;
  margin-top: -360px;
}

.slide {
  background-image: url('../images/walking-on-sidewalk-by-house-no-shadow-on-shirt.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slide-nav {
  font-size: 6px;
}

.icon {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-top: 342px;
}

.icon.home {
  display: none;
}

.left-arrow, .right-arrow {
  display: block;
}

.slide-2 {
  background-image: url('../images/holding-hand-by-car-smaller.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/walking-by-truck-smaller.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.body {
  background-color: #f9e8d0;
}

.about {
  background-color: #f9e8d0;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  display: flex;
}

.about.hide {
  display: none;
}

.link {
  color: var(--gold);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.premium {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium.cc-background {
  background-color: #0000;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-text {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  flex: 1;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row.cc-reverse {
  flex-direction: row-reverse;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  background-color: var(--orange);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #f9e8d0;
}

.cta-column {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: #0e3b58;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.footer-column {
  justify-content: center;
  width: 50%;
  margin-bottom: 0;
  display: flex;
}

.footer-column.cc-footer {
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
}

.text-footer-credits {
  color: #569bac;
  text-align: center;
  -webkit-text-stroke-color: #f6b93b;
  text-transform: none;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.text-footer-credits.gold {
  color: #f6b93b;
}

.footer-links-list {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.footer-links-list.cm {
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-right: 0;
}

.link-footer {
  color: #fff;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: #ffffffb3;
}

.link-footer.candescent {
  color: #f6b93b;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.link-footer.facebook {
  width: 20px;
  margin-bottom: 15px;
}

.link-footer.tan {
  color: #f6b93b;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.link-social {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  display: flex;
}

.link-social.youtube {
  width: auto;
  margin-bottom: 15px;
}

.footer-social {
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;
}

.nav-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
}

.nav-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nav-icon-piece {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.header-inner {
  background-color: var(--orange);
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner.cc-header-extra {
  background-image: linear-gradient(#668d9a, #668d9a);
  padding-bottom: 210px;
}

.header-inner.cc-header-extra.give {
  background-image: linear-gradient(to bottom, var(--orange), var(--orange));
  padding-bottom: 120px;
}

.header-inner.orange {
  background-color: var(--orange);
}

.header-inner-content {
  width: 85%;
}

.inner-category {
  align-items: center;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.premium-banner {
  background-image: url('../images/image-premium-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  display: flex;
}

.premium-banner-inner {
  background-color: var(--gold);
  max-width: 370px;
  padding: 60px 50px;
}

.premium-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px 0;
  display: flex;
}

.premium-intro.testimonial {
  padding-top: 0;
}

.premium-image-banner {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}

.premium-image-banner.about {
  background-image: url('../images/Family-picture.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 700px;
  margin-top: 120px;
}

.premium-image-container {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  text-align: center;
  border-radius: 20px;
  width: 70%;
  margin-bottom: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.container-quote.cd {
  display: none;
}

.block-quote {
  color: var(--teal);
  border-left: 0 #0000;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.author {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 16px;
  display: flex;
}

.image {
  border-radius: 50%;
  width: auto;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.image.sermon {
  height: 35px;
}

.text-block {
  color: #273042;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.pricing-block {
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.pricing-block:hover {
  box-shadow: 0 5px 20px #00000024;
}

.price {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-block-separator {
  background-color: var(--gold);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  background-color: var(--gold);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.facts {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.fact-block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  box-shadow: 0 5px 20px #0000000d;
}

.image-2 {
  margin-bottom: 20px;
}

.facts-gray-background {
  background-color: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-questions {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: -30px -10px;
  display: flex;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.header-banner.sermons {
  margin-top: 0;
  display: none;
}

.header-banner.calendar {
  margin-top: -145px;
}

.about-intro {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 115px 30px 75px;
  display: flex;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts-item {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px #0000000d;
}

.post-info {
  padding: 30px;
}

.post-date {
  color: #273042;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header-blog {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  max-width: 1440px;
  max-height: 750px;
  position: relative;
}

.header-color {
  background-color: var(--gold);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.contact-intro {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.contact-info-text {
  color: #999;
  width: 25%;
  font-family: Forum, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-info-text.cc-text-black {
  width: auto;
  color: var(--teal);
  font-family: Poppins, sans-serif;
}

.contact-info-text.field-name {
  color: #0e3b58;
  letter-spacing: 1px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Forum, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  border-bottom-color: #000;
}

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  color: #000;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.logo {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.logo.w--current {
  letter-spacing: 2px;
  text-decoration: none;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--navy);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.nav-link.w--current {
  color: #f9e8d0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;
}

.image-3 {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: contain;
  max-width: 50%;
  margin-bottom: 3px;
  margin-left: 20px;
}

.image-3.phone {
  display: none;
}

.text-block-2 {
  color: var(--navy);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-2.home-page {
  color: var(--navy);
  margin-bottom: 60px;
  margin-left: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-2.home-page.testimonial {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
}

.text-block-2.visiting {
  margin-bottom: 0;
}

.no-underline-link {
  color: var(--teal);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.no-underline-link.contact {
  color: #0e3b58;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.no-underline-link.calendar {
  font-weight: 600;
}

.text-block-3 {
  color: #668d9a;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.text-block-4 {
  color: #668d9a;
  font-family: Forum, sans-serif;
  font-size: 20px;
}

.dropdown-subject {
  width: 100%;
}

.old-toggle {
  height: 80px;
  display: block;
  position: static;
}

.accordion-item-trigger-question-2 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.accordion-item-2 {
  background-color: #f9e8d0;
  margin-bottom: 100px;
}

.question-heading {
  color: #82bc41;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline;
}

.question-heading.brown {
  color: var(--teal);
  letter-spacing: 1px;
  -webkit-text-stroke-color: #f9e8d0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.question-heading.brown.about {
  color: var(--off-white);
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
  font-family: Cormorant Garamond, sans-serif;
  line-height: 30px;
}

.accordion-wrapper {
  background-color: #f9e8d0;
}

.accordion-item-content-answer-2 {
  color: #633614;
  text-align: left;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  overflow: hidden;
}

.accordion-item-trigger-question {
  cursor: pointer;
  background-color: #633614;
  border: 1px #633614;
  border-radius: 7px 7px 0 0;
  width: 95%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: opacity .2s;
  display: inline-block;
}

.accordion-item-trigger-question.white {
  background-color: var(--orange);
  border-style: solid;
  border-color: #668d9a;
  border-radius: 7px;
  width: 100%;
  padding-left: 10px;
}

.accordion-item-trigger-question.white.about {
  background-color: var(--navy);
  border-style: none;
}

.accordion-item-trigger-question.testimonies {
  text-align: right;
  background-color: #f9e8d0;
  margin-bottom: 0;
}

.paragraph-2 {
  color: #633614;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 300;
}

.paragraph-2.left {
  text-align: left;
  width: 97.6258%;
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph-2.left.answer {
  width: 100%;
  color: var(--navy);
  letter-spacing: 1px;
  overflow-wrap: normal;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-2.left.answer.home {
  font-size: 16px;
  line-height: 25px;
}

.paragraph-2.left.verse {
  color: #999;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  line-height: 20px;
  display: block;
}

.passage-reference-accordion {
  color: #668d9a;
  text-align: left;
  -webkit-text-stroke-color: #668d9a;
  margin: 0 20px 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.accordion-item-content-answer {
  color: #383536;
  text-align: left;
  width: auto;
  margin: 20px;
  overflow: hidden;
}

.down-arrow {
  float: right;
  height: 15px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 10px;
}

.down-arrow.home {
  height: 25px;
  margin-top: 0;
  display: block;
}

.down-arrow.about {
  background-color: #0000;
}

.answer-paragraph-2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}

.accordion-item {
  margin-bottom: 10px;
}

.donation {
  text-align: center;
  text-transform: none;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  font-family: Forum, sans-serif;
  display: flex;
}

.cm {
  object-fit: contain;
  height: 50px;
  margin-top: -30px;
  margin-left: 0;
  padding-left: 0;
  overflow: visible;
}

.candescent-link {
  flex: none;
  align-self: center;
  padding-right: 0;
}

.text-block-5 {
  color: #668d9a;
  font-family: Forum, sans-serif;
  font-size: 40px;
  text-decoration: none;
}

.text-block-5.church-name {
  color: #569bac;
  margin-left: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.social-image {
  width: auto;
  max-width: none;
  height: 35px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  overflow: visible;
}

.social-image.youtube {
  width: auto;
  height: 35px;
  margin-top: 0;
  margin-bottom: 0;
}

.social-image.facebook, .social-image.instagram {
  width: auto;
  height: 35px;
  margin-top: 0;
}

.social-image.spotify {
  width: auto;
  height: 35px;
  margin-top: 0;
  margin-bottom: 20px;
}

.social-image.apple-music {
  width: auto;
  height: 35px;
  margin-top: 0;
}

.social-image.apple {
  width: auto;
  height: 35px;
  margin-top: 0;
  margin-bottom: 0;
}

.left-column-2 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.pastor {
  clear: none;
  object-fit: contain;
  order: 0;
  display: block;
  position: static;
}

.image-4 {
  object-fit: contain;
  object-position: 0% 50%;
  margin-bottom: 40px;
  display: block;
  overflow: visible;
}

.image-5 {
  border-radius: 7px;
  width: auto;
  max-width: none;
}

.body-3 {
  color: #4d4d4d;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border-radius: 7px;
  margin: 0;
  padding: 30px 30px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.body-3.tax {
  background-color: #0000;
}

.body-3 h3 {
  color: #273042;
  font-family: Forum, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.body-3.calendar-h5 {
  text-align: left;
  display: block;
}

.body-3.calendar-h5 h5 {
  color: #848d96;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.body-3.calendar-h5 p {
  color: #848d96;
  text-align: left;
  font-family: Poppins, sans-serif;
}

.body-3.calendar-h5.subscribe {
  color: #273042;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.body-3.calendar-h5 li {
  color: #848d96;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  list-style-type: decimal;
}

.body-3.donation {
  text-align: left;
  padding-top: 0;
}

.body-3.founder, .body-3.staff {
  text-align: left;
}

.body-3.blog {
  background-image: none;
}

.body-3.golf-answer {
  padding-top: 0;
}

.body-3 h2 {
  text-align: left;
  text-transform: uppercase;
  margin-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.body-3.cash {
  text-align: left;
}

.body-3.therapy {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.body-3.gala {
  background-color: #fff;
}

.body-3.founders-message {
  text-align: center;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  font-size: 22px;
  line-height: 33px;
}

.body-3.list {
  margin-left: 0;
}

.list {
  color: #848d96;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 600;
}

.giving-image {
  height: 300px;
}

.columns {
  align-items: center;
  display: flex;
}

.social-list {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-6 {
  background-color: #0000;
}

.sermon-sites {
  justify-content: space-around;
  align-items: center;
  width: 90%;
  display: flex;
}

.date-speaker-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-7 {
  margin-top: -100px;
}

.next-button {
  color: #baae96;
  background-color: #668d9a;
  border-style: none;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
}

.sermon-item-container {
  mix-blend-mode: soft-light;
  border: 3px #f7f7f7;
  border-radius: 7px;
  box-shadow: 0 2px 5px #0003;
}

.text-block-6, .icon-3 {
  color: #fff;
}

.footer-contact {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.contact-icon {
  height: 35px;
}

.contact-icon.contact-page {
  height: 75px;
}

.social-icons {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 125px;
  display: flex;
}

.social-icons.actual {
  justify-content: space-between;
}

.left-right-column {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.div-block {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block.footer-div {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
}

.icon-div {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  vertical-align: top;
  align-self: flex-start;
  overflow: visible;
}

.arrow.home {
  display: none;
}

.rich-text-block {
  color: var(--navy);
  letter-spacing: 1px;
  flex-flow: column;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.image-11 {
  border-radius: 7px;
  width: 300px;
}

.image-11.profile {
  display: none;
}

.image-12 {
  border-radius: 20px;
  max-width: 50%;
}

.smaller-calendar {
  display: none;
}

.give-div {
  flex-flow: wrap;
  justify-content: space-around;
  display: flex;
}

.fund-div {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.pastor-pic-div {
  text-align: center;
}

.div-block-3 {
  justify-content: space-between;
  width: 60%;
  margin-top: -10px;
  padding-left: 41px;
  display: flex;
}

.div-block-3.give {
  width: 90%;
}

.div-block-3.give.pastor {
  justify-content: flex-start;
  width: 100%;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.contact-matt {
  font-weight: 800;
  text-decoration: none;
}

.phone {
  float: left;
  clear: left;
  margin-right: 5px;
}

.list-2 {
  color: #848d96;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
}

.list-2.center {
  align-items: center;
  line-height: 30px;
  display: flex;
}

.list-2.center.llink {
  color: #668d9a;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.sermon-link {
  color: #668d9a;
  justify-content: space-between;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.form-success {
  background-color: #0000;
  font-family: Poppins, sans-serif;
}

.text-block-7 {
  color: #273042;
  flex-flow: column;
  display: flex;
}

.form-error {
  color: #d8080b;
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

.error-message {
  color: #273042;
  background-color: #0000;
  border-radius: 7px;
  font-family: Poppins, sans-serif;
}

.givebutter-widget {
  margin-right: 40px;
  display: none;
}

.tagline {
  vertical-align: top;
  border-radius: 20px;
  align-items: flex-start;
  max-width: 50%;
  margin-right: 0;
  padding-right: 0;
  display: inline-flex;
}

.body-4 {
  background-color: #f9e8d0;
}

.video {
  border-radius: 20px;
  max-width: 100%;
  margin-bottom: 60px;
}

.slide-4 {
  background-image: url('../images/Senior-smiling-in-car.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-15 {
  border-radius: 15px;
  max-width: 70%;
}

.text-block-8 {
  color: #f6b93b;
  letter-spacing: 1px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.figure {
  width: 20%;
}

.image-16 {
  border-radius: 20px;
}

.image-17 {
  border-radius: 20px;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
}

.paragraph-3 {
  margin-bottom: 0;
}

.body-5 {
  background-color: #f9e8d0;
}

.image-18 {
  text-align: center;
  border-radius: 10px;
  margin-top: 10px;
  line-height: 20px;
}

.div-block-4 {
  text-align: left;
}

.image-19 {
  margin-left: 30px;
}

.verse {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.reference {
  color: var(--teal);
  letter-spacing: 1px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.bible-verse {
  color: var(--teal);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.verse-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

.verse-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.verse-reference {
  color: var(--orange);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 30px;
}

.verse-words {
  color: var(--navy);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.image-20 {
  height: 27px;
  margin-left: 5px;
  margin-right: 5px;
}

.answer {
  color: var(--navy);
  letter-spacing: 1px;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.rich-text-block-2 {
  color: var(--navy);
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
}

.rich-text-block-2.robert {
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.bio {
  flex-flow: row;
  align-items: flex-start;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.image-21 {
  border-radius: 20px;
}

.image-22.phone {
  display: none;
}

.autoplay {
  display: block;
}

.slide-5 {
  background-image: url('../images/wider-talking-at-table.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-23 {
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 20px;
  width: auto;
  height: auto;
}

.figure-2 {
  border-radius: 20px;
  margin-bottom: 0;
}

.paragraph-5 {
  font-size: 20px;
  line-height: 30px;
}

.contact-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-text {
  color: var(--teal);
  text-align: center;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.slide-6 {
  background-image: url('../images/First-slogan-slide-1200.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/2nd-slogan-slide.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/final-moto-slide-1200.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.tablet, .landscape, .portrait {
  display: none;
}

.figure-3, .figure-4 {
  width: 550px;
}

.image-24 {
  border-radius: 20px;
}

.image-25 {
  border-radius: 20px;
  display: none;
}

.founder-figure {
  display: none;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-left: 0;
    padding-right: 0;
  }

  .header {
    background-image: url('../images/laughing-by-truck-with-larger-slogan.png');
    background-size: auto;
    align-self: center;
    height: 400px;
    margin-top: -60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    text-align: center;
    width: 100px;
    margin: 20px 30px;
  }

  .navigation-button.tablet {
    justify-content: center;
    display: flex;
  }

  .header-content {
    justify-content: flex-start;
    align-self: center;
    align-items: flex-end;
    padding-top: 0;
  }

  .header-content.left {
    justify-content: flex-start;
  }

  .header-content.home {
    display: none;
  }

  .h1 {
    text-align: left;
    margin-bottom: 0;
    font-size: 72px;
    line-height: 55px;
  }

  .h1.mt-gilead {
    margin-bottom: -15px;
    padding-bottom: 0;
  }

  .h1.give {
    font-size: 38px;
  }

  .paragraph {
    text-align: left;
    font-size: 19px;
  }

  .paragraph.cc-gray {
    margin-bottom: 0;
    font-size: 13px;
  }

  .paragraph.cc-gray.sermons {
    text-align: center;
  }

  .paragraph.wide {
    font-size: 14px;
  }

  .button.sermons.homepage {
    width: 100px;
    padding: 10px 20px;
    font-size: 15px;
  }

  .container {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .container.cc-center.testimonies {
    flex-flow: column;
    align-items: center;
  }

  .container.cc-footer {
    flex-flow: row;
  }

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .features {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .features.home {
    padding-bottom: 20px;
  }

  .h2.cc-center {
    font-size: 12px;
    font-weight: 300;
  }

  .h2.testimonials {
    text-align: center;
    margin-bottom: 40px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 0;
  }

  .h2-container.cc-center {
    width: 100%;
  }

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

  .text-span.thank-you {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .feature-item-container {
    text-align: center;
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .collection-list {
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-section {
    margin-top: 180px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  .icon {
    margin-top: 220px;
  }

  .left-arrow, .right-arrow {
    display: block;
  }

  .about {
    padding-left: 0;
    padding-right: 0;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse, ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .text-footer-credits {
    margin-top: 10px;
    font-size: 14px;
  }

  .footer-links-list.cm {
    width: 100%;
  }

  .link-footer.candescent {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .link-footer.tan {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .collection-item {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .header-inner.cc-header-extra {
    height: 400px;
    padding-top: 220px;
  }

  .header-inner.cc-header-extra.give {
    background-image: linear-gradient(to bottom, var(--orange), var(--orange));
    padding-top: 240px;
    padding-bottom: 190px;
  }

  .header-inner-content {
    width: 80%;
  }

  .inner-category {
    font-size: 13px;
  }

  .premium-intro.sermons {
    padding-top: 0;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .container-quote {
    width: 90%;
  }

  .block-quote {
    font-size: 30px;
    font-weight: 500;
  }

  .author {
    margin-top: 10px;
  }

  .image.sermon {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    align-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .header-banner {
    margin-top: -60px;
  }

  .header-banner.beliefs {
    margin-top: -100px;
  }

  .header-banner.calendar {
    margin-top: -125px;
  }

  .about-intro {
    padding-top: 75px;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .our-goals {
    flex-flow: wrap;
    padding-top: 0;
  }

  .blog-posts-item {
    width: 50%;
  }

  .post-list {
    justify-content: center;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .contact-info-text.cc-text-black {
    text-align: left;
  }

  .contact-info-text.field-name {
    text-align: right;
    padding-right: 40px;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: var(--gold);
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link.w--current {
    color: #569bac;
    font-weight: 500;
  }

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .menu-button:active, .menu-button.w--open {
    background-color: var(--gold);
  }

  .latest-posts {
    text-align: center;
    flex-flow: wrap;
    padding-top: 0;
  }

  .image-3 {
    margin-top: 3px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .text-block-2.home-page {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-2.home-page.testimonial {
    text-align: center;
  }

  .no-underline-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .no-underline-link.contact {
    text-align: left;
  }

  .accordion-item-2 {
    text-align: center;
  }

  .cm {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .text-block-5.church-name {
    font-size: 40px;
  }

  .social-image {
    height: 30px;
  }

  .body-3 h2 {
    text-transform: capitalize;
    margin-bottom: 0;
  }

  .giving-image {
    object-fit: scale-down;
    height: 200px;
  }

  .footer-contact {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .social-icons {
    justify-content: space-around;
  }

  .div-block.footer-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
  }

  .image-8 {
    object-fit: scale-down;
    max-width: 90%;
  }

  .give-div {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .fund-div {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-3 {
    width: 70%;
  }

  .div-block-3.give {
    width: 95%;
    display: flex;
  }

  .div-block-3.give.pastor {
    margin-top: 10px;
  }

  .sermon-link {
    flex: none;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
  }

  .tagline {
    align-self: flex-start;
  }

  .image-15 {
    max-width: 60%;
  }

  .text-block-8 {
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
  }

  .image-18 {
    border-radius: 0;
  }

  .image-21, .image-22 {
    margin-right: 10px;
  }

  .computer {
    display: none;
  }

  .tablet {
    display: block;
  }

  .image-24 {
    width: 50%;
  }

  .image-25 {
    width: 99.9999%;
  }
}

@media screen and (max-width: 767px) {
  img {
    object-fit: scale-down;
    max-width: 80%;
  }

  .navigation {
    padding-left: 0;
  }

  .navigation.phone {
    margin-right: 0;
  }

  .header {
    background-image: url('../images/laughing-by-truck.png');
    background-size: auto;
    height: 300px;
    margin-top: -90px;
    padding: 30px 30px 0;
  }

  .navigation-links {
    display: none;
  }

  .navigation-button.tablet {
    justify-content: center;
    width: 75px;
    margin-left: 10px;
    margin-right: 0;
  }

  .header-content {
    justify-content: flex-end;
    padding-top: 0;
  }

  .header-content.left {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 70px;
  }

  .h1 {
    font-size: 72px;
    line-height: 54px;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .h1.mt-gilead {
    margin-top: 100px;
    font-size: 30px;
  }

  .paragraph.cc-gray {
    margin-bottom: 0;
  }

  .paragraph.wide {
    letter-spacing: 4px;
    font-size: 10px;
  }

  .paragraph.calendar {
    margin-bottom: 0;
  }

  .button.sermons.homepage {
    width: 80px;
    padding: 0 10px;
    font-size: 12px;
  }

  .container.cc-cta, .container.cc-footer {
    flex-wrap: wrap;
  }

  .container.cc-contact {
    flex-flow: column;
  }

  .features {
    padding-top: 80px;
  }

  .h2.cc-center {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .h2.cc-center.verse {
    width: 80%;
    font-size: 14px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 0;
  }

  .h2-container.cc-center {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .h2-container.cc-center.bottom {
    flex-flow: column;
    align-self: center;
    align-items: center;
    width: 80%;
    margin: 60px 20px;
    display: flex;
  }

  .text-span {
    font-size: 30px;
    line-height: 30px;
  }

  .feature-item-container {
    text-align: center;
    flex-flow: column;
    align-items: center;
    height: auto;
    display: flex;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .slider-section {
    margin: 60px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    object-fit: fill;
    background-color: #f9e8d0;
    max-width: 667px;
    height: 350px;
    margin-top: -150px;
  }

  .slide {
    border-radius: 0;
  }

  .icon {
    margin-top: 140px;
  }

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

  .about {
    padding-top: 0;
    padding-bottom: 0;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing, ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .text-footer-credits {
    margin-top: 0;
    font-size: 14px;
  }

  .text-footer-credits.more-width {
    font-size: 14px;
  }

  .footer-links-list.cm {
    width: 100%;
    margin-top: 20px;
  }

  .link-footer.candescent {
    margin-top: 0;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    flex: 1;
    width: 100%;
  }

  .feature-icon {
    flex-flow: column;
    justify-content: center;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 0;
  }

  .premium-image-banner.about {
    margin-top: 40px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .author {
    flex-flow: column;
  }

  .header-banner.calendar {
    margin-top: -60px;
  }

  .about-intro {
    flex-flow: column;
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 0;
    padding-bottom: 90px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-intro {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .contact-info-text.field-name {
    width: 25%;
    padding-right: 20px;
    font-size: 16px;
  }

  .image-3 {
    margin-left: 10px;
  }

  .text-block-2.home-page {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-2.visiting {
    margin-top: 0;
    margin-bottom: 0;
  }

  .no-underline-link.contact {
    font-size: 12px;
  }

  .donation {
    flex-flow: column;
  }

  .cm {
    height: 75px;
  }

  .text-block-5.church-name {
    font-size: 31px;
  }

  .social-image {
    height: 45px;
  }

  .footer-contact {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .social-icons {
    width: 100%;
  }

  .left-right-column {
    flex-flow: row;
    width: 100%;
    margin-top: 20px;
  }

  .div-block.footer-div {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .icon-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-9 {
    max-width: 100%;
  }

  .image-10 {
    margin-top: 40px;
  }

  .image-12, .image-13 {
    max-width: 100%;
  }

  .desktop-calendar {
    display: none;
  }

  .smaller-calendar {
    display: block;
  }

  .smaller-calendar.phone {
    display: none;
  }

  .calendar-image {
    max-width: 100%;
  }

  .div-block-3 {
    width: 90%;
  }

  .div-block-3.give {
    width: 95%;
  }

  .sermon-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .video {
    margin-bottom: 0;
  }

  .slide-4 {
    background-size: cover;
  }

  .image-15 {
    max-width: 90%;
    margin-top: 60px;
  }

  .verse-section.home {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .verse-words {
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact-div {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .slide-8 {
    background-size: cover;
  }

  .mask {
    max-width: 667px;
  }

  .tablet {
    display: none;
  }

  .landscape {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navigation.phone {
    background-color: var(--teal);
    justify-content: center;
    width: 100%;
    max-width: none;
  }

  .navigation-container {
    width: 90%;
    max-width: 100%;
    height: 100px;
  }

  .header {
    background-position: 40% 0;
    background-size: auto;
    flex-flow: column;
    height: 300px;
    margin-top: -70px;
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .navigation-button.tablet {
    display: inline-flex;
  }

  .header-content {
    align-items: center;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .header-content.left {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .h1.mt-gilead {
    margin-top: 80px;
    margin-bottom: -7px;
    font-size: 40px;
  }

  .h1.give {
    line-height: 45px;
  }

  .paragraph {
    font-size: 12px;
  }

  .paragraph.cc-gray, .paragraph.cc-gray.sermons {
    font-size: 11px;
  }

  .paragraph.cc-gray.sermons.left {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }

  .paragraph.bible-verse {
    font-family: Forum, sans-serif;
    font-size: 10px;
    line-height: 20px;
  }

  .button.sermons.homepage {
    height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 12px;
  }

  .button.sermons.homepage.give {
    display: flex;
  }

  .h2 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .h2.cc-center {
    font-size: 20px;
    line-height: 30px;
  }

  .h2-container.cc-center.bottom {
    margin-top: 100px;
  }

  .text-span {
    font-family: Cormorant Garamond, sans-serif;
    font-size: 30px;
    line-height: 45px;
  }

  .text-span.bible-verse {
    font-family: Forum, sans-serif;
    font-size: 15px;
  }

  .text-span.thank-you {
    font-size: 14px;
  }

  .h3.cc-header {
    line-height: 36px;
  }

  .slider-section {
    align-content: stretch;
    height: 250px;
    margin-top: 60px;
    display: flex;
  }

  .slider {
    width: 100%;
    max-width: 393px;
    height: 250px;
    margin-top: 0;
  }

  .slide {
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .icon {
    margin-top: 0;
  }

  .left-arrow, .right-arrow {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-2, .slide-3 {
    width: 100%;
    height: 100%;
  }

  .body.home {
    align-items: stretch;
  }

  .about {
    padding-left: 0;
    padding-right: 0;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .footer-column {
    flex-wrap: wrap;
  }

  .text-footer-credits {
    width: 300px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 26px;
  }

  .text-footer-credits.gold {
    margin-top: 20px;
    font-size: 16px;
  }

  .footer-links-list {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-links-list.cm {
    margin-top: 10px;
  }

  .link-footer.candescent {
    margin-top: 0;
    font-size: 17px;
  }

  .link-footer.tan {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
  }

  .link-social {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-social {
    width: 50%;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 140px;
  }

  .header-inner.cc-header-extra.calendar {
    height: 300px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .header-inner.cc-header-extra.history {
    height: 325px;
    padding-top: 200px;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-intro.testimonial {
    padding-bottom: 0;
  }

  .premium-image-banner {
    max-width: none;
  }

  .premium-image-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .container-quote {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .block-quote {
    line-height: 45px;
  }

  .author.podcast {
    flex-flow: row;
  }

  .faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner {
    width: 100%;
  }

  .header-banner.calendar {
    margin-top: -40px;
  }

  .about-intro {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .post-date {
    font-size: 10px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .image-3 {
    height: auto;
    margin-left: 10px;
  }

  .image-3.phone {
    width: 120px;
    max-width: none;
    display: inline-flex;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .accordion-item-2 {
    margin-bottom: 0;
  }

  .question-heading {
    margin-left: 0;
  }

  .question-heading.brown {
    font-size: 20px;
    line-height: 30px;
  }

  .question-heading.brown.about {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
  }

  .accordion-item-trigger-question.white.about {
    text-align: left;
  }

  .accordion-item-trigger-question.testimonies {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paragraph-2.left.answer.home {
    text-align: center;
    font-size: 14px;
  }

  .paragraph-2.left.verse {
    font-size: 12px;
  }

  .passage-reference-accordion {
    font-size: 14px;
  }

  .accordion-item-content-answer {
    text-align: center;
  }

  .accordion-item-content-answer.home {
    margin-bottom: 0;
  }

  .down-arrow.about {
    background-color: #0000;
    margin-top: 0;
    margin-right: 5px;
  }

  .text-block-5.church-name {
    text-transform: none;
    font-family: Merriweather, serif;
    font-size: 14px;
  }

  .social-image {
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
  }

  .body-3 {
    object-fit: contain;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }

  .body-3 h2 {
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 22px;
    line-height: 25px;
    display: block;
  }

  .footer-contact {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .contact-icon {
    height: 30px;
  }

  .contact-icon.envelope {
    max-width: 100%;
    height: 40px;
  }

  .contact-icon.phone, .contact-icon.location {
    height: 35px;
  }

  .social-icons {
    width: 90px;
  }

  .social-icons.actual {
    flex-flow: column;
  }

  .social-icons.actual.less-width {
    flex-flow: row;
    justify-content: center;
    width: 50px;
    margin-bottom: 10px;
  }

  .social-icons.more-width {
    width: 250px;
  }

  .social-icons._501 {
    justify-content: center;
    width: 150px;
    line-height: 24px;
  }

  .left-right-column {
    flex-flow: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .icon-div {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-8, .image-12 {
    max-width: 100%;
  }

  .smaller-calendar {
    display: none;
  }

  .smaller-calendar.phone {
    display: block;
  }

  .image-14 {
    max-width: 100%;
  }

  .div-block-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-matt {
    margin-top: 5px;
  }

  .list-2 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .slide-4 {
    width: 100%;
    height: 100%;
  }

  .text-block-8 {
    font-size: 30px;
    line-height: 45px;
  }

  .div-block-4 {
    text-align: center;
  }

  .image-19 {
    display: none;
  }

  .reference {
    font-size: 30px;
  }

  .bible-verse {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }

  .verse-section {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .verse-reference {
    font-size: 30px;
  }

  .verse-words {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }

  .image-20 {
    height: 22px;
  }

  .image-21 {
    text-align: center;
    max-width: 100%;
    margin-right: 0;
  }

  .image-22 {
    width: 300px;
    max-width: 100%;
  }

  .text-span-2 {
    width: 200px;
  }

  .paragraph-4 {
    text-align: center;
  }

  .slide-5 {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .bold-text-9 {
    font-size: 30px;
    line-height: 40px;
  }

  .slide-6 {
    background-size: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: 300px;
    margin-left: 0;
    padding: 0;
  }

  .slide-7 {
    width: 100%;
    height: 100%;
  }

  .slide-8 {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .mask {
    max-width: 393px;
    height: 250px;
    max-height: none;
  }

  .landscape {
    display: none;
  }

  .portrait {
    display: block;
  }

  .navbar {
    width: 360px;
  }
}


