.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;
  }
}

.content {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.herocontainer {
  border-radius: 0;
  width: auto;
  padding: 10px 10px 0;
}

.video {
  border-radius: 0;
  width: 100%;
}

.subvideos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.subblock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #87c9ff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 757px;
  height: 300px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.subblock.hero {
  cursor: pointer;
  background-color: #2f4467;
  background-image: url('../images/chris-leggat-JAkWUtmsFXM-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 1180px;
  height: 400px;
  position: relative;
  overflow: clip;
}

.subblock.one {
  background-image: url('../images/david-rangel-kN4enV9R8XU-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.subblock.two {
  cursor: pointer;
  background-image: url('../images/karl-magnuson-85J99sGggnw-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  width: 300px;
  height: 300px;
  text-decoration: none;
}

.subblock.three {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: 205px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: start stretch;
  width: 300px;
  height: 300px;
  padding: 5px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 0 7px -1px #0003;
}

.subblock.zero {
  cursor: pointer;
  background-image: url('../images/chris-leggat-JAkWUtmsFXM-unsplash.jpg');
  background-position: 0%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  width: 300px;
  text-decoration: none;
}

.footer {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.footer.bottom {
  position: static;
}

.link {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

.logo {
  width: 100px;
  max-width: none;
}

.logoblock {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.text-block {
  color: #c7c7c7;
  font-size: 20px;
}

.articlebutton {
  background-color: #e49848;
  border-radius: 10px;
  padding: 10px 25px;
  font-size: 18px;
  line-height: 24px;
}

.articlebutton.alt {
  background-color: #2f4467;
}

.heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

.heading.media {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
}

.videoborder {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: clip;
}

.body {
  font-family: Exo, sans-serif;
}

.articlecontent {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.articlecontainer {
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 60px;
  display: flex;
}

.articleheader {
  background-color: #175777;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.heading-2 {
  color: #fff;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
}

.articlecopy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.text-block-2 {
  text-align: left;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.contactcontainer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-text-stroke-color: #000;
  padding: 10px 0 60px;
  font-size: 16px;
  line-height: 1.2em;
  display: flex;
}

.text-block-3 {
  font-size: 18px;
  line-height: 24px;
}

.contactheader {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.contactimage {
  border-radius: 5px;
  width: 50%;
  overflow: clip;
}

.contactform {
  width: 50%;
}

.formblock {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.text-field {
  border-radius: 5px;
  height: 200px;
}

.text-block-4 {
  font-size: 18px;
  line-height: 24px;
}

.text-field-2 {
  border-radius: 5px;
}

.text-block-5 {
  color: #dedede;
  font-size: 24px;
  line-height: 32px;
}

.heading-3 {
  color: #fff;
}

.videocontainer {
  border-radius: 20px;
  width: 100%;
  overflow: clip;
}

.video-2 {
  width: auto;
}

.image-2 {
  z-index: 3;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: -35% auto auto 0%;
}

.subblockcontent {
  z-index: 5;
  position: relative;
}

.newscontainer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
}

.scrollpanel {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  padding: 10px;
  display: flex;
  overflow: scroll;
}

.scrollpanel.right {
  justify-content: flex-start;
}

.mediacard {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 5px 5px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px -1px #0003;
}

.mediacard.article {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.image-3 {
  border-radius: 0;
  width: 100%;
  max-width: none;
}

.mediaimage {
  background-image: url('../images/judge.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: clip;
}

.mediaimage._2 {
  background-image: url('../images/saving.png');
  background-position: 100%;
  background-size: cover;
}

.h3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3em;
}

.mediaheader {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.mediatitle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.p {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.p.small {
  color: #a8a8a8;
  font-family: Lato, sans-serif;
}

.p.small.limit {
  padding-left: 10px;
  padding-right: 10px;
}

.mediadescription {
  color: #767676;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.mediadescription.mobile {
  display: none;
  overflow: visible;
}

.image-4 {
  width: 27px;
  max-width: none;
}

.image-4.video {
  width: 32px;
}

.articlecard {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px 5px 5px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 0 7px -1px #0003;
}

.articleimage {
  background-image: url('../images/alone-judgement.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  width: 100px;
  height: 100%;
  overflow: clip;
}

.articleimage.two {
  background-image: url('../images/jesus-death.png');
  background-position: 70%;
}

.readingcontent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-5 {
  width: 150px;
  max-width: none;
  height: auto;
}

.image-6, .image-7, .image-8, .image-9 {
  width: 27px;
  max-width: none;
}

.buttoncta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  border: 0 #000;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 1px 10px 1px 3px;
  text-decoration: none;
  display: flex;
}

.buttoncta.share {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #175777;
  background-color: #fff;
  border: 2px solid #000;
  padding-left: 2px;
  padding-right: 10px;
}

.text-block-6 {
  color: #fff;
  border: 1px #000;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  text-decoration: none;
}

.text-block-6.share {
  color: #000;
  font-family: Lato, sans-serif;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
}

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

.iconimage {
  width: 22px;
  max-width: none;
}

.heading-4 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.videoscroller {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ctabuttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

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

.image-10 {
  width: auto;
  max-width: none;
}

.suggestedmedia {
  background-image: url('../images/kilarov-zaneit-ZRFztIxiy3M-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.suggestedmedia.a1 {
  background-image: url('../images/jesus-death.png');
}

.suggestedmedia.v1 {
  background-image: url('../images/judge.png');
  background-position: 50% 100%;
}

.suggestedmedia.a2 {
  background-image: url('../images/alone-judgement-2.png');
}

.suggestedmedia.v2 {
  background-image: url('../images/saving.png');
  background-position: 50% 100%;
}

.cardtitle {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.image-11 {
  width: 35px;
  max-width: none;
}

.body-2 {
  font-family: Lato, sans-serif;
}

.video-desc {
  padding-top: 16px;
  padding-bottom: 32px;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.floating {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: fixed;
  inset: auto 8px 8px auto;
  box-shadow: 0 2px 8px #00000040;
}

.chat-btn {
  width: 40px;
  height: 40px;
}

.chat-btn-icon {
  width: 100%;
}

.chat-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.text-block-7 {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .content {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .video {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }

  .subvideos {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .subblock.three {
    height: 340px;
  }

  .subblock.zero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    height: 60px;
    position: static;
  }

  .logo {
    width: 100px;
  }

  .logoblock {
    padding-top: 20px;
  }

  .heading {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
  }

  .articlecontainer {
    width: 90%;
    padding-bottom: 10px;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .articlecopy {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .contactcontainer {
    margin-right: 0;
    padding-left: 0;
  }

  .formblock {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-field {
    height: 100px;
  }

  .text-block-5 {
    font-size: 20px;
    line-height: 20px;
  }

  .videocontainer {
    border-radius: 10px;
    width: 100%;
  }

  .image-2 {
    width: 900px;
    max-width: none;
    top: -10%;
  }

  .newscontainer {
    flex-flow: column;
  }

  .mediacard {
    width: 450px;
    height: auto;
  }

  .articlecard {
    grid-template-columns: .25fr 1.5fr;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 1.3em;
  }

  .videoscroller {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100vw;
  }

  .video {
    width: 100%;
    height: 500px;
  }

  .subvideos {
    flex-flow: wrap;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 50px;
  }

  .subblock.two {
    width: 200px;
    height: 200px;
  }

  .subblock.three {
    width: 230px;
    height: auto;
  }

  .subblock.zero {
    width: 200px;
    height: 200px;
  }

  .footer {
    height: 50px;
  }

  .logo {
    width: 70px;
  }

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

  .articlebutton {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .articleheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .articlecopy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .text-block-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contactcontainer {
    padding-bottom: 20px;
  }

  .contactimage, .contactform {
    width: 100%;
  }

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

  .text-block-5 {
    font-size: 18px;
  }

  .videocontainer {
    width: 95%;
  }

  .scrollpanel {
    height: auto;
  }

  .mediacard {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 400px;
    height: 480px;
  }

  .image-4.video {
    height: auto;
  }

  .buttoncta {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .videoscroller {
    padding: 10px 5px;
    overflow: scroll;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 100vw;
    padding-top: 20px;
  }

  .video {
    height: 450px;
  }

  .subvideos {
    box-sizing: border-box;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    display: grid;
    overflow: scroll;
  }

  .subblock {
    height: 350px;
  }

  .subblock.hero {
    height: 500px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .subblock.two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: flex-start stretch;
    display: flex;
  }

  .subblock.three {
    height: 300px;
  }

  .subblock.zero {
    width: 200px;
    height: 200px;
  }

  .footer {
    height: 40px;
    margin-bottom: 80px;
  }

  .logo {
    width: 70px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .articlebutton {
    font-size: 16px;
    line-height: 22px;
  }

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

  .articlecopy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-bottom: 0;
  }

  .text-block-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 22px;
  }

  .contactcontainer {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-bottom: 40px;
  }

  .contactimage, .contactform {
    width: 100%;
  }

  .text-block-4 {
    line-height: 22px;
  }

  .videocontainer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 500px;
    display: block;
  }

  .video-2 {
    height: 100%;
  }

  .newscontainer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .scrollpanel {
    height: auto;
    padding-bottom: 10px;
  }

  .h3 {
    font-size: 16px;
    font-weight: 700;
  }

  .p {
    font-size: 16px;
  }

  .p.small {
    font-size: 12px;
    line-height: 1.3em;
  }

  .mediadescription {
    font-size: 14px;
  }

  .mediadescription.mobile {
    font-size: 16px;
    display: block;
  }

  .mediadescription.desktop {
    display: none;
  }

  .image-4.video {
    width: 25px;
  }

  .articlecard {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: .5fr 1fr;
    place-content: stretch center;
    place-items: start stretch;
    padding-right: 5px;
  }

  .articleimage {
    width: 100%;
    height: 100%;
  }

  .readingcontent {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .image-5 {
    width: auto;
    height: 100px;
  }

  .image-6, .image-7 {
    width: 20px;
  }

  .buttoncta {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 1px 15px 1px 4px;
  }

  .buttoncta.share {
    padding: 2px 10px 2px 3px;
  }

  .text-block-6, .text-block-6.share {
    font-size: 16px;
  }

  .heading-4 {
    font-size: 18px;
  }

  .videoscroller {
    justify-content: start;
  }

  .image-11 {
    width: 30px;
  }
}

#w-node-_2b5c9f7f-fa05-b0dd-8435-2fa7a1a64e73-a9c32e1f, #w-node-_0950fb5d-f62d-641d-4edb-af075579654b-a9c32e1f, #w-node-_5a9429df-283b-c8ae-109e-12b1d3140c78-a9c32e1f, #w-node-_9f0629f6-e52e-e2c9-95b0-3b68e1dfbd77-b3c1160b, #w-node-_9f0629f6-e52e-e2c9-95b0-3b68e1dfbd81-b3c1160b, #w-node-_9f0629f6-e52e-e2c9-95b0-3b68e1dfbd85-b3c1160b, #w-node-f3d2cd48-d5ca-f491-ffe2-df0006417fec-a23bf1ab, #w-node-f3d2cd48-d5ca-f491-ffe2-df0006417ff1-a23bf1ab, #w-node-f3d2cd48-d5ca-f491-ffe2-df0006417ff5-a23bf1ab, #w-node-b4aa00a4-aac5-8bd7-6243-9863168a5d87-40e4f493, #w-node-b4aa00a4-aac5-8bd7-6243-9863168a5d8c-40e4f493, #w-node-b4aa00a4-aac5-8bd7-6243-9863168a5d91-40e4f493, #w-node-f3d2cd48-d5ca-f491-ffe2-df0006417fec-57a4368e, #w-node-f3d2cd48-d5ca-f491-ffe2-df0006417ff1-57a4368e, #w-node-f3d2cd48-d5ca-f491-ffe2-df0006417ff5-57a4368e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_115c888c-eddb-fc29-38a1-f368e1a69f0f-b71df1bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


