body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #1562a8;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 26px;
}

blockquote {
  margin-bottom: 20px;
  padding: 10px 20px 10px 10px;
  border-left: 5px solid #e2e2e2;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 24px;
  line-height: 26px;
}

.brand {
  width: 180px;
}

.nav-container {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px none #000;
  background-color: transparent;
}

.nav-logo-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-item-text {
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.d-6-menu-trigger-wrapper-2 {
  position: relative;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -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;
  line-height: 1.2;
  cursor: pointer;
}

.nav-inner {
  display: block;
  width: 80vw;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.d-6-line-2 {
  position: absolute;
  width: 100%;
  height: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #ff02f5;
}

.menu-item-wrapper {
  margin: 0px 15px;
  padding-bottom: 0px;
  text-decoration: none;
}

.menu-item-wrapper.w--current {
  padding-bottom: 0px;
  border-bottom: 2px none #ffa588;
  text-decoration: none;
}

.nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.15);
}

.menu-item-underline {
  height: 4px;
  margin-top: 0px;
  border-radius: 10px;
  background-color: rgba(40, 175, 231, 0.5);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.hero-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 99px;
  padding-right: 15%;
  padding-left: 15%;
  -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;
  color: #fff;
}

.erc_home-section1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 0vh;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.erc_home-section1.section-1 {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/prayinghands.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/prayinghands.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.erc_button {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 12px 15px;
  border-radius: 10px;
  background-color: #1e8bc0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.25)), to(transparent));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.25), transparent);
  box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 420ms cubic-bezier(.789, .159, .25, 1);
  transition: all 420ms cubic-bezier(.789, .159, .25, 1);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.erc_button:hover {
  border-radius: 50px;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.erc_button.hero-button {
  margin-bottom: 0px;
}

.erc_button.cta {
  margin-bottom: 10px;
}

.erc_button.footer-button {
  margin-top: 10px;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.25)), to(transparent));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.25), transparent);
}

.erc_button.hide-till-mobile {
  display: none;
}

.erc_flex-content-div {
  width: 60%;
  padding-right: 5vh;
  padding-left: 2vh;
}

.erc_flex-img-div {
  overflow: hidden;
  width: 40%;
  height: 500px;
  text-align: left;
}

.erc_blue-line {
  overflow: hidden;
  width: 25%;
  margin-bottom: 10px;
  border-bottom: 3px solid #1562a8;
  border-radius: 5px;
}

.erc_blue-line.centeralign {
  margin-right: auto;
  margin-left: auto;
  border-bottom-width: 3px;
  border-bottom-color: #f1cf29;
}

.erc_home-flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.erc_blk-txt-h2 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
}

.erc_blk-txt-h2.white {
  color: #fff;
  font-weight: 700;
}

.erc_blk-txt-h2.center-align {
  text-align: center;
}

.erc_blk-txt-h2.center-align.white-txt {
  color: #fff;
}

.erc_home-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, 0.5);
}

.erc_view-ministry-section {
  position: relative;
  display: block;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  text-align: left;
}

.line-2 {
  width: 25%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-bottom: 3px solid #f1cf29;
}

.erc_donation_cta-section {
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 139, 192, 0.7)), to(rgba(30, 139, 192, 0.7))), url('../images/contribute-to-congregation.jpg');
  background-image: linear-gradient(180deg, rgba(30, 139, 192, 0.7), rgba(30, 139, 192, 0.7)), url('../images/contribute-to-congregation.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-42 {
  display: block;
  width: 100%;
  -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-align: center;
}

.div-block-43 {
  display: block;
  width: 100%;
  -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;
  color: #fff;
  text-align: center;
}

.footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.erc_page-header-section {
  display: block;
  height: 65vh;
  padding-top: 220px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/AdobeStock_321940416_Preview.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/AdobeStock_321940416_Preview.jpeg');
  background-position: 0px 0px, 50% 35%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.erc_page-header-section.house-of-prayer-church {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/contribute-to-congregation.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/contribute-to-congregation.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.erc_page-header-section.donate-page {
  height: 60vh;
  padding-top: 200px;
}

.erc_page-header-content-div {
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: center;
}

.nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  min-height: 75px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
  background-color: transparent;
}

.social {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.social:hover {
  opacity: 0.55;
}

.div-block {
  min-height: auto;
  padding: 0px;
}

.section-2 {
  position: relative;
  height: 100vh;
  min-height: 600px;
}

.erc_background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 100px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.home-hero-h1 {
  max-width: 950px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.div-block-13 {
  position: fixed;
  left: auto;
  top: 25%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: auto;
  max-height: 200px;
  min-height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  padding-left: 5px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.link-block-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 3.5px 2.5% 3.5px 5px;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: right;
  text-decoration: none;
}

.link-block-4:hover {
  background-color: rgba(21, 98, 168, 0.75);
}

.link-block-4.w--current {
  border-color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.link-block-4.w--current:hover {
  background-color: #31b3ca;
}

.image-3 {
  width: 23px;
  height: 23px;
  max-width: 25px;
  margin-left: 5px;
}

.text-block {
  white-space: nowrap;
}

.erc_content-div {
  position: relative;
  z-index: 4;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.erc_content-div.our-leaders {
  display: block;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.erc_content-div.our-leaders.end {
  margin-top: 100px;
  margin-bottom: 0px;
}

.erc_80-100-div {
  width: 80%;
  color: #fff;
}

.row_link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #1e8bc0;
  font-weight: 900;
  text-decoration: none;
}

.row_link:hover {
  color: #fff;
}

.row_link:active {
  color: #fff;
}

.row_link:focus {
  color: #1e8bc0;
}

.row_link:visited {
  color: #1e8bc0;
}

.content-div {
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
}

.container-2 {
  width: 90%;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-2.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  -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;
  text-align: left;
}

.div-block-75 {
  display: block;
  max-width: 300px;
  margin-right: 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;
}

.div-block-75.toppadded {
  display: block;
  width: 100%;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-2 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.footer-links {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 400ms cubic-bezier(.696, .009, 0, .997);
  transition: all 400ms cubic-bezier(.696, .009, 0, .997);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.footer-links:hover {
  color: #1e8bc0;
}

.footer-links:active {
  color: #1e8bc0;
}

.footer-links:focus {
  color: #fff;
}

.footer-links:visited {
  color: #fff;
}

.footer-links.w--current {
  color: #1e8bc0;
}

.footer_social-links {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  padding: 5px;
  border-radius: 5px;
  background-color: #1e8bc0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.25)), to(transparent));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.25), transparent);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.footer_social-links:hover {
  opacity: 0.8;
}

.footer_social-links:active {
  opacity: 0.8;
}

.footer_social-links.donate-links {
  width: 45px;
  height: 45px;
  padding: 0px;
  background-color: transparent;
  background-image: none;
}

.footer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 10px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-links-wrapper._1 {
  padding-right: 25px;
  padding-left: 0px;
}

.footer-header {
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 2px solid #1562a8;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-3 {
  padding-top: 20px;
  padding-bottom: 15px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.42);
  background-color: #000;
  color: #fff;
}

.block-quote {
  margin-bottom: 5px;
  line-height: 30px;
}

.paragraph {
  margin-bottom: 20px;
}

.erc_vision-statement-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #1e8bc0;
}

.erc_vision-statement-section.donate-page {
  padding-top: 20px;
  padding-bottom: 100px;
}

.erc_leaders-section {
  padding-top: 100px;
  padding-bottom: 0px;
}

.erc_floating-img {
  width: 330px;
  margin-right: 2%;
  margin-bottom: 5%;
  float: left;
}

.erc_floating-img.right-float {
  margin-right: 0%;
  margin-bottom: 0%;
  margin-left: 2%;
  float: right;
}

.erc_dividing-line {
  width: 90%;
  height: 5px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #1e8bc0;
  background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.25), transparent);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
  background-color: rgba(0, 0, 0, 0.49);
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  text-align: center;
}

.erc_ministry-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.erc_ministry-section.pamela-thompson-foundation {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/pamela-thompson-bcf.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/pamela-thompson-bcf.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.erc_ministry-section.house-prayer-delieverance {
  background-color: #111;
}

.erc_fb-vid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.erc_fb-vid-embed-div {
  width: 45%;
  min-height: 300px;
  margin-right: 20px;
  padding: 20px 0px;
}

.tab-link {
  display: block;
  background-color: #1562a8;
  -webkit-transition: all 420ms ease;
  transition: all 420ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.tab-link:hover {
  background-color: #1e8bc0;
}

.tab-link:active {
  background-color: #1e8bc0;
}

.tab-link:focus {
  background-color: #1562a8;
}

.tab-link:visited {
  background-color: #1562a8;
}

.tab-link.w--current {
  background-color: #1e8bc0;
}

.erc_ministry-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.erc_tabs-content {
  width: 70%;
  padding-right: 10px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.tabs-menu {
  width: 30%;
}

.erc_tab-lightbox-link {
  overflow: hidden;
  width: 65%;
  max-height: 450px;
  margin-top: 20px;
}

.tab-content {
  display: block;
  min-height: auto;
  padding: 20px 40px 20px 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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #d8d8d8;
  font-family: 'PT Sans', sans-serif;
  color: #333;
  text-align: left;
}

.erc_dropdowntoggle {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.erc_dropdowntoggle:hover {
  border-color: rgba(30, 110, 225, 0.5);
}

.erc_ministries-dropdown-div {
  display: none;
  margin-top: 20px;
}

.erc_dropdownarrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 10%;
  color: #1562a8;
  font-size: 21px;
}

.erc_dropdownfeature {
  z-index: auto;
  display: block;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: 0px;
}

.droplistfeature {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0px;
  background-color: #fff;
}

.divinsideaccordion {
  overflow: hidden;
  width: 100%;
  padding: 0px;
  color: #fff;
}

.erc_dropdown-title {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: normal;
}

.contact-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ebebeb;
}

.content-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.form-block {
  display: block;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
}

.field {
  height: 50px;
  margin-bottom: 20px;
  border: 1px solid #e9e8e7;
  border-radius: 5px;
  box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, 0.25);
  font-size: 16px;
}

.field.message {
  height: 125px;
}

.div-block-76 {
  width: 40%;
  padding-right: 1%;
}

.div-block-77 {
  width: 60%;
}

.erc_nap-links {
  -webkit-transition: all 420ms ease;
  transition: all 420ms ease;
  color: #1562a8;
  line-height: 30px;
  text-decoration: none;
}

.erc_nap-links:hover {
  color: #333;
  text-decoration: underline;
}

.erc_nap-links:active {
  color: #333;
  text-decoration: underline;
}

.erc_nap-links:focus {
  color: #1562a8;
  text-decoration: none;
}

.erc_nap-links:visited {
  color: #1562a8;
}

.success-message {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-5 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.erc_donate-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.erc_donate-contentdiv {
  display: block;
  width: 48%;
  padding: 40px 40px 48px;
  -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;
}

.erc_div-flex-wrapper {
  display: block;
  overflow: hidden;
  width: 348.53125px;
  height: 233.015625px;
  -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;
  border: 1px solid transparent;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 420ms ease;
  transition: all 420ms ease;
}

.erc_div-flex-wrapper:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #1e8bc0;
  box-shadow: none;
}

.erc_donate-link-block {
  display: block;
  -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;
}

.div-block-78 {
  width: 48%;
  padding: 20px;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 20px;
  -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;
  border: 1px solid transparent;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 420ms ease;
  transition: all 420ms ease;
}

.link-block-5:hover {
  border-color: #1e8bc0;
  box-shadow: none;
}

.text-block-3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

html.w-mod-js *[data-ix="fixed-side-nav"] {
  opacity: 0;
  -webkit-transform: translate(150px, 0px);
  -ms-transform: translate(150px, 0px);
  transform: translate(150px, 0px);
}

html.w-mod-js *[data-ix="home-hero-h1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -250px);
  -ms-transform: translate(0px, -250px);
  transform: translate(0px, -250px);
}

html.w-mod-js *[data-ix="scroll-h2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="scroll-paragraph"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="page-header-h1"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  p {
    font-size: 1rem;
  }
  .brand {
    margin-left: 0px;
    padding-left: 0px;
  }
  .nav-container {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .menu-item-text {
    font-size: 24px;
  }
  .nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0.9);
  }
  .nav-menu-2 {
    min-width: 240px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
  }
  .d-6-line-2 {
    background-color: #000;
  }
  .menu-item-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .nav {
    display: block;
    width: 100vw;
    height: 111px;
  }
  .hero-content {
    padding-right: 3vw;
    padding-left: 5vw;
  }
  .erc_button {
    margin-bottom: 0px;
  }
  .erc_flex-content-div {
    width: 55%;
    padding-left: 3vh;
  }
  .erc_flex-img-div {
    width: 45%;
  }
  .erc_blue-line.centeralign {
    margin-right: auto;
    margin-left: auto;
  }
  .erc_home-flex-div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .erc_blk-txt-h2 {
    margin: 0px;
    font-size: 32px;
  }
  .erc_view-ministry-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: none;
  }
  .erc_donation_cta-section {
    padding-bottom: 100px;
  }
  .div-block-42 {
    width: 100%;
  }
  .div-block-43 {
    width: 100%;
    text-align: center;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .erc_page-header-section {
    height: auto;
    min-height: 65vh;
    padding-top: 185px;
  }
  .menu-button-2 {
    padding: 10px;
    background-color: transparent;
    color: #fff;
    font-size: 32px;
  }
  .menu-button-2.w--open {
    background-color: #000;
  }
  .nav-menu {
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #1f1f1f;
  }
  .div-block {
    min-width: 160px;
    text-align: right;
  }
  .home-hero-h1 {
    max-width: 800px;
  }
  .container-2.footer {
    padding-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-links-wrapper {
    width: 40%;
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 0px;
  }
  .erc_vision-statement-section.donate-page {
    padding-top: 60px;
  }
  .erc_tab-lightbox-link {
    width: 75%;
  }
  .tab-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .erc_dropdowntoggle:hover {
    opacity: 1;
  }
  .erc_dropdownarrow {
    left: auto;
    right: 10px;
  }
  .erc_dropdown-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
  }
  .div-block-76 {
    width: 50%;
  }
  .div-block-77 {
    width: 50%;
  }
  .link-block-5 {
    min-height: 200px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .brand {
    width: 150px;
  }
  .menu-item-text {
    font-size: 18px;
  }
  .menu-item-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .hero-content {
    margin-bottom: 0vh;
    padding-right: 2vw;
    padding-left: 2vw;
    text-align: center;
  }
  .erc_home-section1.section-1 {
    display: block;
    margin-top: 0%;
    padding-top: 40px;
  }
  .erc_button {
    margin-top: 10px;
    font-size: 16px;
    line-height: 23px;
  }
  .erc_button:hover {
    font-size: 16px;
  }
  .erc_button.hide-till-mobile {
    display: inline-block;
  }
  .erc_button.hide-on-mobile {
    display: none;
  }
  .erc_flex-content-div {
    width: 100%;
    padding-right: 0vh;
    padding-left: 0px;
    text-align: center;
  }
  .erc_flex-img-div {
    width: 65%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .erc_blue-line {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .erc_blue-line.ourleaders {
    margin-left: 0px;
  }
  .erc_blue-line.ourleaders.center-on-mobile {
    margin-left: auto;
  }
  .erc_home-flex-div {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .erc_blk-txt-h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 36px;
  }
  .erc_blk-txt-h2.white {
    text-align: center;
  }
  .erc_view-ministry-section {
    z-index: 2;
    padding-top: 45px;
    padding-bottom: 65px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/women-of-evangelistic.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/women-of-evangelistic.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .erc_donation_cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/contribute-to-congregation.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/contribute-to-congregation.jpg');
    background-attachment: scroll, scroll;
  }
  .div-block-43 {
    width: 100%;
    text-align: center;
  }
  .footer {
    padding: 40px 20px;
  }
  .erc_page-header-section {
    min-height: 30vh;
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .erc_page-header-content-div {
    width: 90%;
    max-width: 1200px;
  }
  .menu-button-2.w--open {
    background-color: #000;
  }
  .navbar {
    padding-top: 5px;
    padding-bottom: 2.5px;
  }
  .nav-menu {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .section-2 {
    max-height: 655px;
    min-height: 600px;
  }
  .erc_background-video {
    padding-top: 23px;
  }
  .home-hero-h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .div-block-13 {
    z-index: 5;
  }
  .erc_content-div.our-leaders {
    margin-bottom: 60px;
  }
  .erc_80-100-div {
    width: 100%;
    text-align: center;
  }
  .container-2.footer {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-75 {
    width: 100%;
    max-width: none;
  }
  .div-block-75.toppadded {
    margin-left: 0px;
  }
  .footer_social-links {
    width: 45px;
    height: 45px;
  }
  .footer_social-links.donate-links {
    width: 50px;
    height: 50px;
  }
  .footer-links-wrapper {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }
  .footer-links-wrapper._1 {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .footer-header {
    margin-bottom: 10px;
  }
  .erc_vision-statement-section.donate-page {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .erc_leaders-section {
    padding-bottom: 60px;
  }
  .erc_floating-img {
    margin-bottom: 2%;
    float: none;
  }
  .erc_floating-img.right-float {
    width: 285px;
    float: none;
  }
  .erc_page-header-h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .erc_ministry-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9));
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .erc_ministry-section.house-prayer-delieverance {
    background-image: none;
  }
  .erc_fb-vid-embed-div {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .erc_ministry-tabs {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .erc_tabs-content {
    width: 60%;
    padding-right: 5px;
    padding-left: 10px;
  }
  .tabs-menu {
    width: 40%;
  }
  .erc_tab-lightbox-link {
    width: 100%;
  }
  .erc_dropdowntoggle {
    overflow: auto;
    padding-left: 10px;
  }
  .erc_ministries-dropdown-div {
    display: block;
  }
  .erc_dropdownarrow {
    right: 0px;
    margin-right: 10px;
  }
  .droplistfeature {
    height: 0px;
  }
  .erc_dropdown-title {
    position: relative;
    display: inline-block;
    max-width: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    white-space: pre-line;
  }
  .content-div-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-76 {
    width: 100%;
  }
  .div-block-77 {
    width: 100%;
    margin-top: 20px;
  }
  .erc_donate-flex {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .erc_donate-contentdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-78 {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 39px;
  }
  blockquote {
    font-size: 20px;
  }
  .brand {
    margin-left: 0px;
  }
  .nav-container {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .menu-item-text {
    font-size: 25px;
    text-align: left;
  }
  .d-6-menu-trigger-wrapper-2 {
    margin-right: 0px;
  }
  .nav-inner {
    width: 100vw;
  }
  .menu-button {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0.8);
  }
  .nav-menu-2 {
    background-color: hsla(0, 0%, 100%, 0.9);
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.05);
    text-align: left;
  }
  .nav-menu-wrap {
    background-color: transparent;
  }
  .d-6-line-2 {
    width: 50%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .menu-item-wrapper {
    display: block;
    max-width: 45%;
  }
  .nav {
    height: auto;
  }
  .hero-content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }
  .erc_home-section1.section-1 {
    padding-bottom: 20%;
  }
  .erc_button {
    margin-bottom: 30px;
    box-shadow: none;
  }
  .erc_button.hide-till-mobile {
    display: inline-block;
    margin-top: 0px;
  }
  .erc_flex-content-div {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .erc_flex-img-div {
    width: 100%;
  }
  .erc_blue-line.centeralign {
    margin-bottom: 0px;
  }
  .erc_home-flex-div {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .erc_blk-txt-h2 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .erc_blk-txt-h2.white {
    font-size: 26px;
  }
  .erc_blk-txt-h2.ministries {
    text-align: left;
  }
  .erc_home-img {
    width: 100%;
    max-width: 100%;
  }
  .line-2 {
    width: 50%;
  }
  .erc_donation_cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .div-block-42 {
    margin-bottom: 15px;
  }
  .div-block-43 {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .erc_page-header-section {
    padding-top: 200px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/AdobeStock_321940416_Preview.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/AdobeStock_321940416_Preview.jpeg');
    background-position: 0px 0px, 60% 35%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .erc_page-header-content-div {
    text-align: left;
  }
  .nav-content {
    width: 95%;
  }
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block {
    display: none;
  }
  .section-2 {
    max-height: none;
    min-height: 500px;
  }
  .erc_background-video {
    padding-top: 0px;
  }
  .home-hero-h1 {
    font-size: 30px;
  }
  .div-block-13 {
    top: 25%;
    display: none;
  }
  .link-block-4 {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  .container-2 {
    width: 98%;
  }
  .container-2.footer {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .div-block-75 {
    display: block;
    width: 100%;
    max-width: none;
  }
  .div-block-75.toppadded {
    margin-top: 10px;
    margin-left: auto;
  }
  .text-block-2 {
    margin-top: 20px;
  }
  .footer-links {
    font-size: 18px;
    line-height: 30px;
  }
  .footer_social-links {
    width: 50px;
    height: 50px;
    margin-left: 10px;
  }
  .footer_social-links.donate-links {
    width: 55px;
    height: 55px;
  }
  .footer-links-wrapper {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 7px;
    padding-left: 0px;
    text-align: center;
  }
  .footer-links-wrapper._1 {
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .footer-header {
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 34px;
  }
  .erc_vision-statement-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .erc_fb-vid-embed-div {
    width: 100%;
  }
  .tab-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .erc_dropdowntoggle {
    padding-left: 10px;
  }
  .erc_dropdownarrow {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-right: 5px;
  }
  .erc_dropdownfeature {
    width: 100%;
  }
  .divinsideaccordion {
    padding: 15px 12px;
  }
  .erc_dropdown-title {
    display: inline-block;
  }
  .form-block {
    max-width: 100%;
    text-align: center;
  }
  .field::-webkit-input-placeholder {
    text-align: center;
  }
  .field:-ms-input-placeholder {
    text-align: center;
  }
  .field::-ms-input-placeholder {
    text-align: center;
  }
  .field::placeholder {
    text-align: center;
  }
  .field.message {
    padding-top: 40px;
  }
  .div-block-76 {
    padding-right: 0%;
    text-align: center;
  }
  .div-block-78 {
    margin-bottom: 40px;
  }
  .link-block-5 {
    min-height: 250px;
  }
  .text-block-3 {
    font-size: 20px;
    line-height: 28px;
  }
}

