a {
  color: snow;
  text-decoration: none;
}

.body {
  background-color: #f0f0f0;
}

.image {
  margin-top: 1px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.dark-blue {
  padding-top: 27px;
  padding-bottom: 33px;
  background-color: #25b7bd;
}

.heading {
  color: #fff;
  text-align: center;
}

.background-video {
  display: block;
  margin-top: auto;
  background-color: transparent;
}

.navbar {
  margin-bottom: 0px;
  background-color: transparent;
}

.heading-2 {
  font-family: 'Concert One', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 117px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero._3 {
  padding-top: 114px;
}

.hero-heading {
  margin-bottom: 0px;
  -webkit-transition: background-color 1892ms cubic-bezier(.749, .323, .292, .878);
  transition: background-color 1892ms cubic-bezier(.749, .323, .292, .878);
  font-family: 'Fredoka One', sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.hero-heading:hover {
  color: #6ecccf;
}

.text-block {
  font-family: Nunito, sans-serif;
  text-align: center;
}

.text-block.hero-text {
  margin-top: 0px;
  padding-right: 141px;
  padding-left: 141px;
  color: #fff;
}

.text-block.hero-text.blue {
  color: #98eaec;
}

.text-block.hero-text-video {
  margin-top: 17px;
  padding-right: 141px;
  padding-left: 141px;
  color: #fff;
}

.text-block.hero-text-video.blue {
  color: #98eaec;
}

.link {
  position: static;
  display: inline-block;
  background-color: #25b7bd;
  font-family: 'Fredoka One', sans-serif;
}

.link:hover {
  background-color: #258c90;
}

.link:visited {
  background-color: #354c4d;
}

.link.hero-button {
  margin-top: auto;
}

.link.resources {
  margin-bottom: 12px;
  background-color: #414141;
}

.link.resources:hover {
  background-color: #19777a;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  margin-bottom: auto;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.nav-button {
  float: none;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-weight: 700;
}

.nav-button:hover {
  background-color: rgba(37, 183, 189, 0.3);
}

.nav-button:visited {
  color: #6ecccf;
}

.nav-button.w--current {
  background-color: transparent;
  color: #fff;
  text-shadow: 4px 4px 6px #000;
}

.image-2 {
  padding: auto 0px;
}

.social-icons {
  margin-right: 12px;
  margin-left: 12px;
  padding-top: 19px;
  opacity: 0.5;
}

.social-icons.footericon {
  margin-left: 0px;
  padding-top: 8px;
}

.social-icons.footericon2 {
  padding-top: 0px;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #4d4d4d;
}

.section-2.image {
  padding-top: 127px;
  padding-bottom: 127px;
  background-image: url('../images/g_h_SkyTouch.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-2.beige {
  border-style: none;
  background-color: #6ecccf;
}

.section-2.light-blue {
  padding-top: 0px;
  background-color: #9deaec;
}

.horizontal-bar {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fff;
}

.horizontal-bar.beige {
  display: inline-block;
  background-color: #25b7bd;
}

.quote-heading {
  font-family: 'Fredoka One', sans-serif;
  color: #fff;
}

.about-section {
  position: static;
  padding-right: 57px;
  padding-bottom: 0px;
  padding-left: 57px;
  background-color: transparent;
  text-align: center;
}

.about-section.light-blue {
  padding-bottom: 35px;
  background-color: #e5fdfd;
}

.x-icon {
  margin-top: -71px;
  margin-bottom: 14px;
  padding-bottom: 0px;
  border: 8px solid #2592bd;
  border-radius: 200px;
}

.x-icon.book {
  position: relative;
  left: 0px;
  top: -50px;
  margin-top: auto;
  border-width: 0px;
  border-radius: 25px;
}

.x-icon.book-2 {
  position: static;
  left: 0px;
  top: -20px;
  margin-top: 36px;
  border-width: 0px;
  border-radius: 25px;
}

.about-text {
  margin-bottom: 0px;
  padding-top: 33px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Nunito, sans-serif;
  color: #47474f;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.about-text.booktext {
  padding-top: 32px;
  padding-right: 0px;
  padding-left: 0px;
}

.button {
  display: inline-block;
  padding: 15px 33px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #47474f;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #383f53;
  font-size: 19px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

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

.process-titles {
  margin-bottom: 23px;
  padding-top: 23px;
  border-top: 1px solid rgba(50, 50, 50, 0.13);
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.process-titles.footer {
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
}

.icon-wrapper {
  height: 109px;
  margin-bottom: 24px;
  text-align: center;
}

.paragraph {
  font-family: Nunito, sans-serif;
  color: #414141;
}

.paragraph.uppermagin {
  margin-top: 16px;
}

.lowermargin {
  margin-bottom: 16px;
}

.block-quote {
  border-left-color: #25b7bd;
  font-family: Nunito, sans-serif;
  font-size: 14px;
}

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

.column {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.5)), to(rgba(65, 65, 65, 0.5))), url('../images/g_h_HomeGroup.jpg');
  background-image: linear-gradient(180deg, rgba(65, 65, 65, 0.5), rgba(65, 65, 65, 0.5)), url('../images/g_h_HomeGroup.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column-2 {
  background-image: url('../images/g_Family.jpg');
  background-position: 50% 59%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#25b7bd), to(#25b7bd));
  background-image: linear-gradient(180deg, #25b7bd, #25b7bd);
}

.section-3 {
  padding-top: 93px;
  padding-bottom: 0px;
  border: 0px solid #000;
  background-color: #2e2c2c;
}

.footer-text {
  font-family: 'Fredoka One', sans-serif;
  color: #fff;
}

.footer-text:hover {
  color: #6ecccf;
}

.footer-text.uppermargin {
  margin-top: 9px;
}

.link-block {
  text-decoration: none;
}

.footer-text-2 {
  padding-left: 11px;
  font-family: Nunito, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  text-align: left;
}

.div-block {
  margin-top: 19px;
}

.image-3 {
  position: relative;
  right: 0px;
  bottom: 0px;
}

.hero-image {
  margin-top: 0px;
  padding-top: 0px;
  background-color: #2592bd;
  background-image: url('../images/g_h_quest.jpg');
  background-position: 50% 64%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.video-page {
  margin-top: 0px;
  padding-top: 0px;
  border: 0px none #000;
  background-position: 0px -295px;
}

.hero-image.books-page {
  border: 0px none #000;
  background-image: url('../images/g_h_NightSky.jpg');
  background-position: 0px -393px;
}

.hero-image.resources-page {
  border: 0px none #000;
  background-image: url('../images/g_h_Pray.jpg');
  background-position: 0px -243px;
}

.container {
  margin-top: -63px;
  margin-bottom: 0px;
  padding-top: 126px;
  padding-bottom: 69px;
  border-style: none;
}

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

.light-grey {
  background-color: #25b7bd;
}

.mobile-logo-menu.w--current {
  display: none;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  margin-top: 24px;
  font-family: Nunito, sans-serif;
  color: #6ecccf;
  text-transform: uppercase;
}

.image-5 {
  display: none;
}

.hero-image-2 {
  margin-top: 0px;
  padding-top: 0px;
  background-color: #2592bd;
  background-image: url('../images/g_h_NightSky.jpg');
  background-position: 50% 86%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image-2.video-page {
  margin-top: 0px;
  padding-top: 0px;
  border: 0px none #000;
  background-position: 0px -295px;
}

.hero-image-2.books-page {
  border: 0px none #000;
  background-image: url('../images/g_h_NightSky.jpg');
  background-position: 0px -393px;
}

.hero-image-2.resources-page {
  border: 0px none #000;
  background-image: url('../images/g_h_Pray.jpg');
  background-position: 0px -243px;
}

.hero-image-3 {
  margin-top: 0px;
  padding-top: 0px;
  background-color: #2592bd;
  background-image: url('../images/g_h_Pray.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image-3.video-page {
  margin-top: 0px;
  padding-top: 0px;
  border: 0px none #000;
  background-position: 0px -295px;
}

.hero-image-3.books-page {
  border: 0px none #000;
  background-image: url('../images/g_h_NightSky.jpg');
  background-position: 0px -393px;
}

.hero-image-3.resources-page {
  border: 0px none #000;
  background-image: url('../images/g_h_Pray.jpg');
  background-position: 0px -243px;
}

.hero-image-4 {
  margin-top: 0px;
  padding-top: 0px;
  background-color: #2592bd;
  background-image: url('../images/g_h_Jesus.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image-4.video-page {
  margin-top: 0px;
  padding-top: 0px;
  border: 0px none #000;
  background-position: 0px -295px;
}

.hero-image-4.books-page {
  border: 0px none #000;
  background-image: url('../images/g_h_NightSky.jpg');
  background-position: 0px -393px;
}

.hero-image-4.resources-page {
  border: 0px none #000;
  background-image: url('../images/g_h_Pray.jpg');
  background-position: 0px -243px;
}

.hero-image-6 {
  margin-top: 0px;
  padding-top: 0px;
  background-color: #2592bd;
  background-image: url('../images/g_h_Speak.jpg');
  background-position: 50% 58%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image-6.video-page {
  margin-top: 0px;
  padding-top: 0px;
  border: 0px none #000;
  background-position: 0px -295px;
}

.hero-image-6.books-page {
  border: 0px none #000;
  background-image: url('../images/g_h_NightSky.jpg');
  background-position: 0px -393px;
}

.hero-image-6.resources-page {
  border: 0px none #000;
  background-image: url('../images/g_h_Pray.jpg');
  background-position: 0px -243px;
}

.bio-text {
  margin-bottom: 0px;
  padding: 33px 0px 27px;
  font-family: Nunito, sans-serif;
  color: #47474f;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.bio-text.booktext {
  padding-top: 32px;
  padding-right: 0px;
  padding-left: 0px;
}

.bio-text-2 {
  margin-bottom: 25px;
  padding: 0px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.bio-text-2.booktext {
  padding-top: 32px;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-4 {
  font-family: 'Fredoka One', sans-serif;
}

.speaker-text {
  margin-bottom: 0px;
  padding: 0px 0px 7px;
  font-family: Nunito, sans-serif;
  color: #47474f;
  font-size: 14px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.speaker-text.booktext {
  padding-top: 32px;
  padding-right: 0px;
  padding-left: 0px;
}

.list-text {
  font-family: Nunito, sans-serif;
  text-align: left;
}

.heading-5 {
  font-family: Nunito, sans-serif;
  font-size: 14px;
  text-align: left;
}

.heading-5.name {
  margin-bottom: 0px;
  font-size: 18px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ministry-text {
  margin-bottom: 0px;
  padding: 0px 0px 7px;
  font-family: Nunito, sans-serif;
  color: #47474f;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
}

.ministry-text.booktext {
  padding-top: 32px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-7 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.speaking-section {
  position: static;
  padding-right: 57px;
  padding-bottom: 24px;
  padding-left: 57px;
  background-color: transparent;
  text-align: center;
}

.speaking-section.light-blue {
  padding-bottom: 35px;
  background-color: #e5fdfd;
}

.paragraph-copy {
  font-family: Nunito, sans-serif;
  color: #414141;
}

.paragraph-copy.uppermagin {
  margin-top: 16px;
}

.div-blue {
  margin-top: 20px;
  background-color: #2592bd;
}

.row-2 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tagline {
  font-family: 'Fredoka One', sans-serif;
  color: #6ecccf;
  font-size: 14px;
  text-transform: uppercase;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tagline-icon {
  margin-top: 6px;
}

.hero-image-7 {
  margin-top: 0px;
  padding-top: 0px;
  background-image: url('../images/g_h_Lift.jpg'), -webkit-gradient(linear, left top, left bottom, from(#414141), to(#414141));
  background-image: url('../images/g_h_Lift.jpg'), linear-gradient(180deg, #414141, #414141);
  background-position: 0px -103px, 0px 0px;
  background-size: 960px, auto;
}

.hero-image-7.video-page {
  margin-top: 0px;
  padding-top: 0px;
  border: 0px none #000;
  background-position: 0px -295px;
}

.hero-image-7.books-page {
  border: 0px none #000;
  background-image: url('../images/g_h_NightSky.jpg');
  background-position: 0px -393px;
}

.hero-image-7.resources-page {
  border: 0px none #000;
  background-image: url('../images/g_h_Pray.jpg');
  background-position: 0px -243px;
}

.field-label {
  font-family: Nunito, sans-serif;
  text-align: left;
  text-transform: uppercase;
}

.contact {
  margin-top: 27px;
}

.hearo {
  height: 500px;
  margin-top: 0px;
  background-image: url('../images/hero.png');
  background-position: 50% 50%;
  background-size: cover;
}

.navbar-2 {
  background-color: #414141;
}

@media (max-width: 991px) {
  .x-icon {
    margin-top: 24px;
  }
  .about-text {
    margin-bottom: 20px;
  }
  .menu-button {
    color: #6ecccf;
  }
  .menu-button.w--open {
    background-color: #25b7bd;
  }
  .nav-menu {
    background-color: #414141;
  }
  .mobile-logo-menu.w--current {
    display: block;
    margin-top: 20px;
  }
  .bio-text {
    margin-bottom: 20px;
  }
  .bio-text-2 {
    margin-bottom: 20px;
  }
  .speaker-text {
    margin-bottom: 20px;
  }
  .ministry-text {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section-2 {
    padding: 34px 10px;
  }
  .section-2.image {
    padding: 61px 10px;
    background-attachment: scroll;
  }
  .about-section {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .x-icon {
    margin-top: 15px;
    margin-bottom: 21px;
  }
  .x-icon.book {
    top: 0px;
  }
  .icon-wrapper {
    height: 102px;
  }
  .speaking-section {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .div-block-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 479px) {
  .hero-heading {
    margin-bottom: -17px;
    font-size: 50px;
  }
  .text-block.hero-text {
    padding-right: 16px;
    padding-left: 16px;
  }
  .text-block.hero-text-video {
    padding-right: 16px;
    padding-left: 16px;
  }
  .about-text {
    padding-right: 7px;
    padding-left: 7px;
  }
  .bio-text {
    padding-right: 7px;
    padding-left: 7px;
  }
  .bio-text-2 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .speaker-text {
    padding-right: 7px;
    padding-left: 7px;
  }
  .ministry-text {
    padding-right: 7px;
    padding-left: 7px;
  }
  .column-9 {
    display: none;
  }
  .column-10 {
    display: none;
  }
  .column-11 {
    display: none;
  }
  .column-12 {
    display: none;
  }
  .column-13 {
    display: none;
  }
  .column-14 {
    display: none;
  }
  .column-15 {
    display: none;
  }
  .column-16 {
    display: none;
  }
  .column-17 {
    display: none;
  }
  .column-18 {
    display: none;
  }
  .column-19 {
    display: none;
  }
  .column-20 {
    display: none;
  }
}

