:root {
  --black: #c9863e;
  --cuban-cream: #efedde;
  --panama-tan: #d6c08b;
  --black-brown: #312828;
  --midnight-blue: #1b1871;
  --trans-brown: #31282891;
}

.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;
  background-color: #efedde;
  font-family: brother-1816, sans-serif;
  font-size: .9em;
  font-weight: 200;
  line-height: 1.1em;
}

h2 {
  color: #31282891;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: solitas-serif-condensed, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  line-height: 1.5em;
}

img {
  max-width: 100%;
  margin-bottom: 15px;
  display: inline-block;
}

.home {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

._1280 {
  max-width: 1280px;
  position: relative;
}

._1280.navgap {
  padding-top: 24px;
  padding-left: 60px;
}

._1280._722 {
  height: 722px;
}

.navbar {
  z-index: 100;
  border-bottom: 7px solid var(--black);
  box-shadow: none;
  color: var(--panama-tan);
  background-color: #312828;
  height: 140px;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  width: 290px;
}

.nav-menu {
  flex: 0 auto;
}

.icon {
  margin-right: 0;
  font-weight: 500;
}

.navlink {
  color: var(--panama-tan);
  padding: 0 6px;
}

.navlink:hover, .navlink.w--current {
  color: var(--cuban-cream);
}

.navlink.donate {
  border: 1px solid var(--cuban-cream);
  padding-left: 13px;
  padding-right: 13px;
  position: absolute;
  inset: 0% 9% 0% auto;
}

.navlink.donate:hover {
  border-color: var(--panama-tan);
  background-color: var(--panama-tan);
}

.divider {
  display: inline-block;
}

.droptext {
  margin-right: 20px;
}

.navcenter {
  flex-direction: column;
  flex: 1;
  height: 116px;
  padding-left: 21px;
  font-family: solitas-serif-condensed, sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.8em;
  display: flex;
}

.nav-title {
  padding-left: 7px;
  font-weight: 500;
}

.whitetype {
  color: #fff;
}

.droplist.w--open {
  background-color: var(--cuban-cream);
}

.droplink {
  font-size: 20px;
  line-height: 20px;
}

.droplink:hover {
  background-color: var(--black-brown);
  color: var(--cuban-cream);
}

.headermobile {
  display: none;
}

.home-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 140px;
}

.postbox {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  border-style: solid;
  border-width: 12px 6px;
  border-color: var(--black-brown);
  background-color: var(--black-brown);
  grid-template: "Area Area-2" .65fr
                 "Area Area-3"
                 / 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 64vh;
  display: grid;
  position: relative;
  overflow: hidden;
}

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

.post-main-image {
  border-right: 6px solid var(--black-brown);
  object-fit: cover;
  background-image: url('../images/PHOTO-2022-09-01-19-06-43.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0 solid #000;
  border-left: 0 solid #000;
  overflow: hidden;
}

.post-story-block {
  border-style: solid;
  border-width: 0 0 0 6px;
  border-color: var(--black-brown);
  background-color: var(--cuban-cream);
  background-image: url('../images/misisons-cover.jpg');
  background-position: 75% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 80px 20px 20px;
}

.secondary-post-image {
  border-top: 0px solid var(--black-brown);
  border-left: 0px solid var(--black-brown);
  background-color: var(--cuban-cream);
  object-fit: cover;
  background-image: url('../images/Peru-2022-09-01-19-06-43.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.post-location {
  color: var(--midnight-blue);
  margin-bottom: 44px;
  font-family: solitas-serif-condensed, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
  position: relative;
}

.rich-text-block {
  font-size: 1.1em;
  line-height: 1.6em;
}

.bullets {
  white-space: pre;
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.6em;
}

.home-low-banner {
  color: var(--trans-brown);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: solitas-serif-condensed, sans-serif;
  font-size: 1.85em;
  font-weight: 600;
  line-height: 1.3em;
}

.supportbutton {
  background-color: #77afd2;
  background-image: linear-gradient(to bottom, #1b18711c, #5b599900 0%, var(--midnight-blue));
  border-radius: 6px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .35s;
}

.supportbutton:hover {
  background-image: linear-gradient(to bottom, #5b599900, var(--midnight-blue) 0%, #1b18711c 94%);
}

.supportbutton.emailform {
  margin-top: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.pagination {
  z-index: 50;
  position: absolute;
  inset: auto 0% 20px;
}

.mapbox {
  background-color: #5d71bf;
  background-image: url('../images/worldmap-halo1.svg');
  background-position: 25% 75%;
  background-repeat: no-repeat;
  background-size: 300%;
  width: 100%;
  height: 740px;
  position: relative;
}

.vidbox {
  width: 380px;
  height: 672px;
  position: absolute;
  inset: 25px 10vw 25px auto;
}

.home-3 {
  min-height: 82vh;
  padding: 100px 20px;
}

.footer {
  background-color: var(--black-brown);
  color: #8a8a8a;
  padding: 60px 21px 150px;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.2em;
}

.missions {
  padding-top: 26px;
}

.mis-church {
  color: var(--black);
  font-family: solitas-serif-condensed, sans-serif;
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1.5em;
}

.request-div {
  background-color: #fff;
  border: 6px solid #000;
  height: 400px;
  margin-bottom: 20px;
  padding: 20px;
}

.paragraph {
  font-size: 1.2em;
  line-height: 1.3em;
}

.amt {
  letter-spacing: -1px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
  display: inline-block;
}

.amt.fleft {
  float: left;
}

.mission-post-image {
  margin-top: 10px;
  margin-bottom: 15px;
}

.container {
  max-width: 1280px;
  padding-top: 56px;
}

.footerquote {
  color: var(--black);
  font-family: solitas-serif-condensed, sans-serif;
  font-size: 1.8em;
  line-height: 1.25em;
}

.footer-detail {
  color: #e0e0e0;
  font-size: 1em;
  line-height: 1.7em;
}

.f22 {
  border-bottom: 1px solid #ffffff70;
  padding-bottom: 64px;
}

.footer-low-columns {
  margin-top: 30px;
  line-height: 2em;
}

.alignright {
  text-align: right;
}

.alignright.creditlink {
  font-size: .7em;
  line-height: 1.8em;
}

.next {
  background-color: var(--panama-tan);
  border-width: 3px;
  border-color: #fff;
  border-radius: 10px;
  font-weight: 500;
}

.previous {
  background-color: var(--black-brown);
  color: #fff;
  border-width: 3px;
  border-color: #fff;
  border-radius: 10px;
  font-weight: 500;
}

.flink {
  color: #efedde80;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.flink:hover, .flink.w--current {
  color: #efedde;
}

.top-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 50vh;
  margin-top: 0;
  padding-top: 140px;
}

.top-section.abouteya {
  background-image: url('../images/PHOTO-2022-09-25-17-06-57.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 85vh;
}

.top-section.missionstop {
  background-image: url('../images/misisons-cover.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 104px;
}

.top-section.location {
  background-color: var(--black);
  height: 80vh;
  padding-left: 33vw;
  padding-right: 10vw;
}

.top-section.praywithus {
  background-image: url('../images/Peru-Prayer2.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 85vh;
}

.top-section.contact-top {
  background-image: url('../images/PHOTO-2022-10-05-19-19-06.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 104px;
}

.top-section.donate {
  background-image: url('../images/donate-1600.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 30vh;
}

.top-section.thankyou {
  background-image: url('../images/thanks-sunshine-1600.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-section.incomplete {
  background-image: url('../images/incomplete-unsplash1600.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mapheading {
  color: #fff;
  margin-top: 0;
}

.locationbox {
  position: absolute;
  inset: auto auto 25px 60px;
}

.light {
  font-weight: 200;
}

.lowbanner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.lowbanner.fat {
  padding-bottom: 100px;
}

.story-section {
  padding: 30px 30px 100px;
}

.story-section.proph {
  background-color: var(--panama-tan);
}

.heading {
  color: var(--trans-brown);
}

.heading-2, .columns {
  display: block;
}

.smaller {
  float: right;
  width: 50%;
  margin-left: 10px;
}

.bluetype {
  color: var(--midnight-blue);
}

.heading-main {
  color: var(--trans-brown);
  font-family: solitas-serif-condensed, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 2em;
}

.bold {
  font-weight: 500;
}

.brand {
  z-index: 101;
}

.heading-3 {
  text-align: center;
}

.page-title {
  color: #fff;
  text-align: center;
  text-shadow: -3px 0 3px #0000009e, 3px 0 3px #00000087, 0 3px 3px #000000c2, 0 -3px 3px #0000007a;
  margin-top: 140px;
  font-family: solitas-serif-condensed, sans-serif;
  font-size: 5em;
  font-weight: 500;
  line-height: 4em;
}

.page-title.locationtitle {
  text-align: left;
  font-size: 4em;
  line-height: 1.5em;
}

.home-low-banner-2 {
  color: var(--trans-brown);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: solitas-serif-condensed, sans-serif;
  font-size: 3.42em;
  font-weight: 600;
  line-height: 1.3em;
}

.missions-3 {
  background-color: var(--black-brown);
  padding: 100px 20px;
}

.missions-div {
  color: var(--cuban-cream);
}

.collection-item {
  border-bottom: 1px solid var(--panama-tan);
  height: 850px;
  margin-bottom: 20px;
}

.countrydot {
  float: left;
  background-color: var(--black);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
}

.country-envelope {
  outline-color: var(--trans-brown);
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 10px;
  outline-width: 1px;
  outline-style: solid;
  margin-bottom: 15px;
  padding: 15px 30px;
}

.div-block {
  padding-left: 92px;
}

.country-name-missions {
  color: var(--black-brown);
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 1.5em;
  font-weight: 500;
}

.pastors-name-missions {
  color: var(--black-brown);
  font-size: 1.2em;
}

.country-image {
  object-fit: contain;
  width: 60%;
  height: 67%;
  margin-bottom: 0;
  position: absolute;
  inset: 15% 0% 0% 17%;
}

.maxlink {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

._1200 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  max-width: 1050px;
}

._1200.loc {
  background-position: 100%;
  min-height: 60vh;
}

.locationstory {
  width: 40%;
}

.gridsection {
  padding: 60px 25px;
}

.photo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area Area Area-2 Area-2 Area-2 Area-3" 1fr
                 "Area-7 Area-7 Area-4 Area-4 Area-5 Area-3" 1fr
                 "Area-7 Area-7 Area-4 Area-4 Area-5 Area-6" 1fr
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  height: 80vh;
  margin-bottom: 25px;
  display: grid;
}

.div-block-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.signup-section {
  background-color: var(--panama-tan);
  padding: 50px 30px;
  position: relative;
}

.leftblock {
  z-index: 1;
  background-color: #fff;
  width: 40vw;
  padding: 100px 30px 100px 50px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.grid {
  z-index: 2;
  grid-column-gap: 2px;
  min-width: 1280px;
  position: relative;
}

.westsidestory {
  z-index: 3;
  width: 30%;
  margin-right: 100px;
  font-size: 1.5em;
  line-height: 1.6em;
  position: relative;
}

.rightblock {
  background-color: #8de99f;
  height: 200px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.eastsidestory {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding-left: 5vw;
  padding-right: 0;
  font-size: 1.5em;
  line-height: 1.6em;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.request-section {
  padding: 100px 30px;
}

.current-requests {
  width: 60%;
}

.praise-report {
  background-color: #fff;
  width: 35%;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.zerotop {
  margin-top: 0;
}

.contact-section {
  background-color: var(--panama-tan);
  padding: 50px 30px 100px;
  position: relative;
}

.form-block {
  position: relative;
}

._1280-form {
  max-width: 1280px;
  min-height: 500px;
  position: relative;
}

._1280-form.navgap {
  padding-top: 24px;
  padding-left: 60px;
}

._1280-form._722 {
  height: 722px;
}

.donate-section {
  background-color: var(--panama-tan);
  padding: 50px 30px 100px;
  position: relative;
}

.data {
  font-size: 1em;
  line-height: 1.3em;
}

.rich-text-block-2 {
  font-size: 1em;
  line-height: 1.2em;
}

.gap-box {
  height: 100px;
}

.html-embed {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 20px;
  display: inline-block;
}

.html-embed:hover {
  background-color: #000;
  border-color: #9fe0fa;
}

.image {
  object-fit: cover;
}

.gridblock {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form {
  min-width: 500px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.form-2 {
  min-width: 500px;
}

.columns-2 {
  display: flex;
}

@media screen and (max-width: 991px) {
  ._1280.navgap {
    padding-left: 54px;
  }

  .logo {
    width: 20vw;
  }

  .nav-menu {
    background-color: var(--black-brown);
    text-align: center;
    margin-left: 20px;
  }

  .icon {
    margin-right: 25px;
  }

  .navlink {
    text-align: center;
    padding: 4px;
    font-family: solitas-serif-condensed, sans-serif;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 2em;
  }

  .navlink.drop {
    display: block;
  }

  .navlink.donate {
    background-color: var(--black);
    color: var(--midnight-blue);
    border-style: none;
    position: relative;
    right: 0%;
  }

  .divider {
    display: none;
  }

  .navcenter {
    position: relative;
  }

  .droplist {
    font-family: solitas-serif-condensed, sans-serif;
    font-weight: 500;
  }

  .droplink {
    text-align: center;
    font-family: solitas-serif-condensed, sans-serif;
    font-weight: 500;
  }

  .icon-2 {
    font-size: 2em;
  }

  .headerdesktop {
    display: none;
  }

  .headermobile {
    padding-top: 21px;
    line-height: 1.1em;
    display: block;
  }

  .menu-button {
    font-family: solitas-serif-condensed, sans-serif;
    font-weight: 500;
    position: absolute;
    inset: 29px 0% auto auto;
  }

  .menu-button.w--open {
    background-color: var(--black-brown);
    top: 30px;
  }

  .top-section.location {
    height: 60vh;
    padding-left: 10vw;
    padding-right: 5vw;
  }

  .lowbanner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-title.locationtitle {
    margin-top: 34px;
  }

  ._1200.loc {
    min-height: 50vh;
  }

  .photo-grid {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area Area Area-2 Area-2 Area-2"
                         "Area-3 Area-3 Area-3 Area-7 Area-7"
                         "Area-4 Area-4 Area-5 Area-5 Area-6";
  }

  .signup-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .eastsidestory {
    width: 55%;
    padding-left: 0;
  }

  .request-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .zerotop {
    margin-top: 0;
  }

  .contact-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._1280-form.navgap {
    padding-left: 54px;
  }

  .donate-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form {
    min-width: 300px;
  }

  .form-2 {
    min-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .postbox {
    grid-template: "Area" .75fr
                   "Area-2" 1fr
                   "Area-3" .5fr
                   / 1fr;
  }

  .post-main-image {
    border-bottom-width: 6px;
    border-right-width: 6px;
    border-bottom-color: var(--black-brown);
    border-left-width: 6px;
    border-left-color: var(--black-brown);
  }

  .post-story-block {
    border-right-width: 6px;
  }

  .secondary-post-image {
    border-bottom: 6px solid var(--black-brown);
    border-top-width: 0;
  }

  .home-low-banner {
    font-size: 1.5em;
  }

  .mapbox {
    background-position: 35%;
  }

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

  .page-title.locationtitle {
    font-size: 40px;
    line-height: 40px;
  }

  .home-low-banner-2 {
    font-size: 2em;
  }

  ._1200 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .photo-grid {
    grid-template: "Area Area Area-2" 1fr
                   "Area-3 Area-7 Area-7" 1fr
                   "Area-4 Area-4 Area-5" 1fr
                   "Area-6 Area-6 Area-6"
                   / 1fr 1fr 1fr;
  }

  .leftblock {
    display: none;
  }

  .westsidestory {
    width: 100%;
    margin-bottom: 30px;
  }

  .eastsidestory {
    width: 100%;
    position: relative;
  }

  .request-section {
    padding-top: 51px;
  }

  .current-requests {
    width: 100%;
    padding-bottom: 30px;
  }

  .praise-report {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }

  .donate-section {
    padding-bottom: 215px;
  }

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

  .form, .form-2 {
    width: 80vw;
    min-width: 0;
  }
}

@media screen and (max-width: 479px) {
  ._1280.navgap {
    padding-top: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navcenter {
    padding-left: 10px;
  }

  .headermobile {
    padding-top: 0;
  }

  .postbox {
    grid-auto-columns: .25fr;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .mapbox {
    background-size: 500%;
  }

  .vidbox {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: 25px auto 0%;
  }

  .photo-grid {
    grid-template: "Area Area" 1fr
                   "Area-2 Area-3" 1fr
                   "Area-7 Area-7" 1fr
                   "Area-4 Area-4"
                   "Area-5 Area-5"
                   "Area-6 Area-6"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  ._1280-form.navgap {
    padding-top: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gap-box {
    height: 10px;
  }

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

  .text-block-2 {
    font-size: 1em;
    line-height: 1.4em;
  }
}

#w-node-a336ab48-c243-f5a9-a96a-9f82477065ea-bd015141 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1b262d57-9d8d-378b-1575-ce2ed31500bc-bd015141 {
  grid-area: Area-2;
}

#w-node-_92a2b3b5-cf9b-fb84-20e1-b667bd3eced0-bd015141 {
  grid-area: Area-3;
}

@media screen and (max-width: 767px) {
  #w-node-a336ab48-c243-f5a9-a96a-9f82477065ea-bd015141 {
    grid-area: Area;
  }
}


