/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/*===Colors===*/
@import url("https://use.typekit.net/ilr7jrl.css");
@import url("https://use.typekit.net/ilr7jrl.css");
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@400;600;700&display=swap");
.com-content-article.item-page, .com-content-category-blog__item.blog-item {
  display: flex;
  gap: 2rem;
}
.com-content-category-blog__item.blog-item {
  flex-flow: row nowrap;
}
.com-content-category-blog__item {
  margin-bottom: 4rem;
}
.com-content-category-blog__item .item-content {
  width: 100%;
}
.com-content-category-blog.blog h1 {
  font-family: "great-vibes";
  color: #a08732;
  font-size: 3.5rem;
}
.mainFigure {
  text-align: center;
}
.com-content-article.item-page.fullImage {
  display: inherit;
}
.com-content-article.item-page.fullImage .mainImgWrap {
  max-width: 100%;
  margin-bottom: 4rem;
}
.com-content-article.item-page.fullImage .mainGild {
  display: none;
}
.com-content-article.item-page.noImage .mainImgWrap {
  display: none;
}
.page-header .left.item-image {
  display: none;
}
.mainImgWrap {
  max-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mainImgWrap figure {
  padding: 0;
  margin: 0;
  border-radius: 3px;
}
.gildLeft, .gildRight {
  border: solid 6px #dfc87b;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  background: #fff;
}
.gildCenter {
  height: 5px;
  min-width: 1px;
  width: 100%;
  background: #dfc87b;
}
.mainGild {
  display: flex;
  align-items: center;
  min-width: 280px;
}
.g-home-particles .mainGild {
  min-width: 280px;
}
iframe .hidden.popupBtn {
  display: inherit !important;
  visibility: visible !important;
}
iframe .jl-grid {
  display: none;
}
@media only all and (max-width: 1200rem) {
  .g-home-particles #g-header .mainGild {
    min-width: inherit;
    width: 100%;
    max-width: 200px;
  }
  #g-header .separatorText {
    font-size: 1.5rem !important;
  }
}
@media only all and (max-width: 959px) {
  .g-home-particles #g-header .mainGild:nth-of-type(1) {
    display: none;
  }
}
@media only all and (max-width: 600px) {
  .g-home-particles #g-header .mainGild {
    display: none;
  }
}
.swoosh {
  margin-top: -1.2rem;
}
.noSwoosh .swoosh {
  display: none;
}
.pagination a, p.readmore .btn {
  background: #040d40;
  border-radius: 317px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #fff;
  font-family: "Assistant", serif;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1.2rem;
  outline: 2px solid #040d40;
  outline-offset: 2px;
  transition: all 0.2s;
  text-transform: uppercase;
  position: relative;
  padding: 0 1rem;
  width: fit-content;
}
.pagination a:hover, p.readmore .btn:hover {
  background: #e3b313 !important;
  color: #040d40 !important;
  outline: 2px solid #e3b313;
}
p.readmore .btn {
  padding: 1rem 2rem;
  margin: 6px;
  height: auto;
}
p.readmore .btn span.icon-chevron-right::before {
  font-family: "Font Awesome 6 Pro";
  content: "";
}
.previous {
  margin-right: 2rem;
}
.minmodal .modal-content {
  padding: 2rem;
}
.minmodal .modal-dialog {
  max-width: 700px;
}
.articleFlexBox {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.articleFlexBox .articleFlexBoxItem img {
  margin-inline: auto;
}
.articleFlexBox .articleFlexBoxItem:has(img) {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@media screen and (width < 1600px) {
  .articleFlexBox {
    display: flex;
    flex-flow: column-reverse;
  }
}
@media screen and (width > 1269px) and (width < 1731px) {
  #g-navigation .menuBlock .g-content {
    padding-left: 0.5rem;
    padding-right: 0rem;
  }
  #g-navigation .g-main-nav .g-toplevel > li:last-of-type {
    margin-right: 0;
  }
  #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
    font-size: 1.2rem;
  }
  #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator::after {
    top: 11px !important;
  }
}
/*===Colors===*/
.getInvolvedPage #g-intro .g-container, .getInvolvedPage #g-features .g-container, .getInvolvedPage #g-utility .g-container, .studyLearn #g-intro .g-container, .studyLearn #g-features .g-container, .studyLearn #g-utility .g-container, .contactPage #g-intro .g-container, .contactPage #g-features .g-container, .contactPage #g-utility .g-container {
  width: calc(100% - 12rem);
}
.getInvolvedPage p, .studyLearn p, .contactPage p {
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
}
.getInvolvedPage #g-header, .studyLearn #g-header, .contactPage #g-header {
  background: url('../../images/elements/bottom-decor.png') center bottom no-repeat;
  padding-bottom: 100px !important;
  border-bottom: solid 20px #262626;
}
.getInvolvedPage #g-intro, .getInvolvedPage #g-features, .studyLearn #g-intro, .studyLearn #g-features, .contactPage #g-intro, .contactPage #g-features {
  background: #fff;
  border-bottom: 50px solid #dfc87b;
}
.getInvolvedPage .flex.lightShine, .studyLearn .flex.lightShine, .contactPage .flex.lightShine {
  display: flex;
  gap: 3vw;
}
.getInvolvedPage .flex.lightShine .red, .studyLearn .flex.lightShine .red, .contactPage .flex.lightShine .red {
  color: #740000;
}
.getInvolvedPage .flex.lightShine h3, .studyLearn .flex.lightShine h3, .contactPage .flex.lightShine h3 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.3;
}
.getInvolvedPage .flex.lightShine h4, .studyLearn .flex.lightShine h4, .contactPage .flex.lightShine h4 {
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.3;
}
.getInvolvedPage .flex.lightShine a, .studyLearn .flex.lightShine a, .contactPage .flex.lightShine a {
  font-size: clamp(1.5rem, 1.7vw, 1.7rem);
}
.getInvolvedPage .showButton.redButton a, .studyLearn .showButton.redButton a, .contactPage .showButton.redButton a {
  width: fit-content;
  background: #740000;
  color: #fff;
  outline: 2px solid #740000;
  margin: 2rem auto;
}
.getInvolvedPage .showButton.redButton a:hover, .studyLearn .showButton.redButton a:hover, .contactPage .showButton.redButton a:hover {
  background: #e3b313;
  outline: 2px solid #e3b313;
  color: #040d40;
}
.getInvolvedPage .lightShineTitle, .studyLearn .lightShineTitle, .contactPage .lightShineTitle {
  text-align: center;
  margin-bottom: 2rem;
}
.getInvolvedPage .lightShineTitle img, .studyLearn .lightShineTitle img, .contactPage .lightShineTitle img {
  max-width: 700px;
  margin: auto;
}
.getInvolvedPage .lightShineLeft, .studyLearn .lightShineLeft, .contactPage .lightShineLeft {
  border-right: solid 3px #e3b313;
  padding-right: 3vw;
}
.getInvolvedPage .lightShineLeft, .getInvolvedPage .lightShineRight, .studyLearn .lightShineLeft, .studyLearn .lightShineRight, .contactPage .lightShineLeft, .contactPage .lightShineRight {
  width: 50%;
}
.getInvolvedPage .featuredMinistriesRight, .studyLearn .featuredMinistriesRight, .contactPage .featuredMinistriesRight {
  margin-top: 3vw;
}
.getInvolvedPage .featuredMinistriesLeft, .getInvolvedPage .featuredMinistriesRight, .studyLearn .featuredMinistriesLeft, .studyLearn .featuredMinistriesRight, .contactPage .featuredMinistriesLeft, .contactPage .featuredMinistriesRight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2vw;
}
.getInvolvedPage .featuredMinistriesLeft > div:nth-of-type(1), .getInvolvedPage .featuredMinistriesLeft > div:nth-of-type(2), .getInvolvedPage .featuredMinistriesRight > div:nth-of-type(1), .getInvolvedPage .featuredMinistriesRight > div:nth-of-type(2), .studyLearn .featuredMinistriesLeft > div:nth-of-type(1), .studyLearn .featuredMinistriesLeft > div:nth-of-type(2), .studyLearn .featuredMinistriesRight > div:nth-of-type(1), .studyLearn .featuredMinistriesRight > div:nth-of-type(2), .contactPage .featuredMinistriesLeft > div:nth-of-type(1), .contactPage .featuredMinistriesLeft > div:nth-of-type(2), .contactPage .featuredMinistriesRight > div:nth-of-type(1), .contactPage .featuredMinistriesRight > div:nth-of-type(2) {
  width: 30%;
}
.getInvolvedPage .featuredMinistriesLeft > div:nth-of-type(3), .getInvolvedPage .featuredMinistriesRight > div:nth-of-type(3), .studyLearn .featuredMinistriesLeft > div:nth-of-type(3), .studyLearn .featuredMinistriesRight > div:nth-of-type(3), .contactPage .featuredMinistriesLeft > div:nth-of-type(3), .contactPage .featuredMinistriesRight > div:nth-of-type(3) {
  width: 64%;
}
.getInvolvedPage .featuredMinistriesLeft .button.btnBlu, .getInvolvedPage .featuredMinistriesRight .button.btnBlu, .studyLearn .featuredMinistriesLeft .button.btnBlu, .studyLearn .featuredMinistriesRight .button.btnBlu, .contactPage .featuredMinistriesLeft .button.btnBlu, .contactPage .featuredMinistriesRight .button.btnBlu {
  width: fit-content;
}
.getInvolvedPage .featuredMinistryText, .studyLearn .featuredMinistryText, .contactPage .featuredMinistryText {
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
}
.getInvolvedPage .mainImgWrap, .getInvolvedPage .headerBox, .studyLearn .mainImgWrap, .studyLearn .headerBox, .contactPage .mainImgWrap, .contactPage .headerBox {
  display: none;
}
.getInvolvedPage .articleBody, .studyLearn .articleBody, .contactPage .articleBody {
  display: flex;
}
.getInvolvedPage .articleBody > div:nth-of-type(1), .getInvolvedPage .articleBody > div:nth-of-type(3), .studyLearn .articleBody > div:nth-of-type(1), .studyLearn .articleBody > div:nth-of-type(3), .contactPage .articleBody > div:nth-of-type(1), .contactPage .articleBody > div:nth-of-type(3) {
  width: 25%;
}
.getInvolvedPage .articleBody > div:nth-of-type(2), .studyLearn .articleBody > div:nth-of-type(2), .contactPage .articleBody > div:nth-of-type(2) {
  width: 50%;
}
.getInvolvedPage .articleBody > div:nth-of-type(3), .studyLearn .articleBody > div:nth-of-type(3), .contactPage .articleBody > div:nth-of-type(3) {
  align-self: flex-end;
}
.getInvolvedPage .com-content-article.item-page, .getInvolvedPage .com-content-category-blog__item.blog-item, .studyLearn .com-content-article.item-page, .studyLearn .com-content-category-blog__item.blog-item, .contactPage .com-content-article.item-page, .contactPage .com-content-category-blog__item.blog-item {
  display: block;
}
.getInvolvedPage #g-container-main, .studyLearn #g-container-main, .contactPage #g-container-main {
  border-bottom: solid 50px #dfc87b;
}
.studyLearn #g-features {
  text-align: center;
}
.studyLearn #g-features .g-grid {
  width: 100%;
}
.studyLearn .articleBodyNormal {
  display: flex;
  gap: 3rem;
}
.studyLearn .articleBodyNormal > div {
  width: 50% !important;
}
.studyLearn .articleBodyNormal .articleBodyText p:nth-of-type(1) {
  font-family: "Assistant", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: bold;
  text-transform: uppercase;
  color: #121b4d;
  line-height: 1.3;
}
.studyLearn .articleBodyNormal .readmore {
  margin-top: 1.5rem;
  text-align: center;
}
.studyLearn .articleBodyNormal .readmore a {
  margin: auto;
  width: fit-content;
}
.studyLearn .flex.lightShine {
  text-align: center;
}
.studyLearn .flex.lightShine img {
  max-width: 500px;
}
.studyLearn .flex.lightShine .txtRed {
  font-size: clamp(1.5rem, 1.7vw, 1.7rem);
}
.studyLearn .flex.lightShine h4 {
  margin-bottom: 0;
}
.studyLearn .flex.lightShine .lightShineLeft {
  padding-right: 0;
}
.studyLearn .flex.LIAT {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
}
.studyLearn .flex.LIAT img {
  max-width: 200px;
}
.studyLearn .flex.LIAT .liatText {
  font-family: "Assistant", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: bold;
  text-transform: uppercase;
  color: #a08732;
  text-justify: distribute;
}
.studyLearn .flex.LIAT .liatAmster {
  font-family: "amsterdam", serif;
  font-size: clamp(8rem, 12vw, 12rem);
  text-align: center;
  color: #121b4d;
  line-height: 1;
}
.contactPage #g-container-main {
  display: none;
}
.contactPage #g-testimonials, .contactPage #g-expanded {
  padding: 3rem 3vw !important;
  position: relative;
}
.contactPage #g-testimonials {
  background: #d9d9d9;
}
.contactPage #g-expanded {
  background: #dfc87b;
}
.contactPage #g-expanded h3.g-title {
  font-size: clamp(3rem, 6vw, 6rem);
  color: #121b4d;
  line-height: 1;
}
.contactPage .expanded-a {
  font-size: 2rem;
  font-weight: bold;
  color: #121b4d;
  max-width: 500px;
}
.contactPage .supportThanks {
  font-family: "great-vibes";
  font-weight: normal;
  font-size: clamp(2.5rem, 3vw, 3rem);
  color: #740000;
}
.contactPage .contactAuxInfo {
  z-index: 9;
}
.contactPage .contactAuxInfo .contactInfo {
  margin-top: 3rem;
  padding: 3vw;
  background: #fff;
  width: fit-content;
  margin: auto;
}
.contactPage .g-social {
  max-width: 400px;
  font-size: clamp(2.5rem, 3vw, 3rem);
  text-align: center;
}
.contactPage .g-social:hover {
  color: #fff;
}
.contactPage .testimonialsB {
  display: grid;
  place-content: center;
}
.getInvolvedPage #g-mainbar {
  padding-left: 0;
  padding-bottom: 0;
}
.getInvolvedPage #g-container-main {
  background-image: none;
  position: relative;
}
.getInvolvedPage #g-container-main .g-container {
  width: calc(100% - 8vw);
}
.getInvolvedPage .getInvolvedItem {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  align-items: center;
}
.getInvolvedPage .getInvolvedItem > div:nth-of-type(1) {
  flex: 0 30%;
  width: 30%;
}
.getInvolvedPage .getInvolvedItem > div:nth-of-type(2) {
  flex: 0 30%;
  width: 30%;
}
.getInvolvedPage .getInvolvedItem > div:nth-of-type(3) {
  flex: 0 40%;
  width: 40%;
}
.getInvolvedPage joomla-hidden-mail a {
  background: transparent;
  border-radius: inherit;
  height: inherit;
  color: #333 !important;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  outline: inherit;
  outline-offset: inherit;
  transition: all 0.2s;
  text-transform: inherit;
  position: relative;
  width: inherit;
  margin: inherit;
  display: inherit;
  position: relative;
}
.getInvolvedPage joomla-hidden-mail a:hover {
  background: none !important;
  outline: inherit;
  color: #121b4d !important;
}
.getInvolvedPage joomla-hidden-mail a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #121b4d;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  background: none;
}
.getInvolvedPage .itemDeets {
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
}
.getInvolvedPage .itemDeetsTitle {
  font-weight: bold;
}
.getInvolvedPage .getInvolvedTitle, .getInvolvedPage .getInvolvedImage {
  text-align: center;
}
.getInvolvedPage .getInvolvedTitle h1, .getInvolvedPage .getInvolvedTitle h2, .getInvolvedPage .getInvolvedImage h1, .getInvolvedPage .getInvolvedImage h2 {
  font-family: "Assistant", sans-serif;
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: bold;
  line-height: 1;
  color: #740000;
  background: #fff;
  -webkit-text-stroke: 3px transparent;
  -webkit-background-clip: text;
}
.getInvolvedPage .getInvolvedTitle h1 a, .getInvolvedPage .getInvolvedTitle h2 a, .getInvolvedPage .getInvolvedImage h1 a, .getInvolvedPage .getInvolvedImage h2 a {
  color: #740000;
}
.getInvolvedPage .getInvolvedImage {
  position: relative;
  z-index: 1;
}
.getInvolvedPage .giFeaturedTitle {
  margin-top: -50px;
  z-index: 2;
  position: relative;
}
.getInvolvedPage .com-content-category-blog .category-desc {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 6rem;
}
.getInvolvedPage .com-content-category-blog .category-desc img {
  width: 100%;
  max-width: 700px;
}
.getInvolvedPage .fmButton {
  margin-top: 2rem;
}
.getInvolvedPage .com-content-category-blog__children {
  display: none;
}
.getInvolvedPage .getInvolvedForm {
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  .studyLearn .flex.lightShine img {
    max-width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .getInvolvedPage #g-intro .g-container, .getInvolvedPage #g-features .g-container, .getInvolvedPage #g-utility .g-container, .studyLearn #g-intro .g-container, .studyLearn #g-features .g-container, .studyLearn #g-utility .g-container {
    width: calc(100% - 8rem);
  }
  .getInvolvedPage .lightShineTitle img, .studyLearn .lightShineTitle img {
    max-width: 100%;
  }
  .getInvolvedPage .flex.lightShine, .studyLearn .flex.lightShine {
    display: block;
  }
  .getInvolvedPage .flex.lightShine .lightShineLeft, .studyLearn .flex.lightShine .lightShineLeft {
    border-right: none;
  }
  .getInvolvedPage .flex.lightShine > div, .studyLearn .flex.lightShine > div {
    width: 100%;
  }
  .getInvolvedPage .featuredMinistriesLeft, .getInvolvedPage .featuredMinistriesRight, .studyLearn .featuredMinistriesLeft, .studyLearn .featuredMinistriesRight {
    flex-flow: row wrap;
    gap: inherit;
  }
  .getInvolvedPage .featuredMinistriesLeft > div:nth-of-type(1), .getInvolvedPage .featuredMinistriesLeft > div:nth-of-type(2), .getInvolvedPage .featuredMinistriesRight > div:nth-of-type(1), .getInvolvedPage .featuredMinistriesRight > div:nth-of-type(2), .studyLearn .featuredMinistriesLeft > div:nth-of-type(1), .studyLearn .featuredMinistriesLeft > div:nth-of-type(2), .studyLearn .featuredMinistriesRight > div:nth-of-type(1), .studyLearn .featuredMinistriesRight > div:nth-of-type(2) {
    flex-basis: 0 50%;
    width: 50%;
  }
  .getInvolvedPage .featuredMinistriesLeft > div:nth-of-type(3), .getInvolvedPage .featuredMinistriesRight > div:nth-of-type(3), .studyLearn .featuredMinistriesLeft > div:nth-of-type(3), .studyLearn .featuredMinistriesRight > div:nth-of-type(3) {
    flex-basis: 0 100%;
    width: 100%;
  }
  .getInvolvedPage .articleBody, .studyLearn .articleBody {
    display: block;
  }
  .getInvolvedPage .articleBody > div:nth-of-type(2), .studyLearn .articleBody > div:nth-of-type(2) {
    width: 100%;
  }
  .studyLearn .flex.lightShine {
    display: block;
  }
  .studyLearn .flex.lightShine .lightShineLeft {
    border-right: none;
  }
  .studyLearn .flex.lightShine > div {
    width: 100%;
  }
  .studyLearn .lightShineTitle img {
    max-width: 100%;
  }
  .studyLearn .lightShineRight {
    margin-top: 2rem;
  }
  .getInvolvedPage .getInvolvedItem {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    align-items: center;
  }
  .getInvolvedPage .getInvolvedItem > div:nth-of-type(1) {
    flex: 0 48%;
    width: 48%;
  }
  .getInvolvedPage .getInvolvedItem > div:nth-of-type(2) {
    flex: 0 48%;
    width: 48%;
  }
  .getInvolvedPage .getInvolvedItem > div:nth-of-type(3) {
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .getInvolvedPage .articleBody {
    display: block;
  }
  .getInvolvedPage .articleBody > div:nth-of-type(1), .getInvolvedPage .articleBody > div:nth-of-type(3) {
    width: 50%;
    text-align: center;
  }
  .getInvolvedPage .articleBody > div:nth-of-type(2) {
    width: 100%;
  }
  .studyLearn .articleBodyNormal {
    display: block;
  }
  .studyLearn .articleBodyNormal > div {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .getInvolvedPage .getInvolvedItem {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    align-items: center;
  }
  .getInvolvedPage .getInvolvedItem > div:nth-of-type(1) {
    flex: 0 100%;
    width: 100%;
  }
  .getInvolvedPage .getInvolvedItem > div:nth-of-type(2) {
    flex: 0 100%;
    width: 100%;
  }
  .getInvolvedPage .getInvolvedItem > div:nth-of-type(3) {
    flex: 0 100%;
    width: 100%;
  }
}
/*=Trajan Font=*/
/*=Good Vibes Font=*/
/*=Assistant Font=*/
@font-face {
  font-family: "amsterdam";
  src: url('../../fonts/amsterdam/AmsterdamSignature.ttf') format("ttf"), url('../../fonts/amsterdam/AmsterdamSignature.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
/*===Colors===*/
/*===Trajan Pro Normal===
font-family: "trajan-pro-3", serif;
font-weight: 400;
font-style: normal;
/*===Trajan Pro Semibold===
 font-family: "trajan-pro-3", serif;
font-weight: 600;
font-style: normal;
/*===Trajan Pro Bold===
font-family: "trajan-pro-3", serif;
font-weight: 700;
font-style: normal;
===Good Vibes Font===
font-family: "great-vibes", sans-serif;
font-weight: 400;
font-style: normal;
*/
strong {
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
}
#g-navigation {
  background: #121b4d;
  z-index: 9999;
}
.jl-offcanvas {
  z-index: 999999;
}
h1, h2, h3 {
  scroll-margin-top: 4rem;
}
.videoNewsletter .articleWrap {
  width: 100%;
}
.videoNewsletter .mainImgWrap {
  display: none;
}
.videoNewsletter .video-container {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  padding-bottom: 56.25%;
}
.videoNewsletter .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#g-navigation .g-grid:nth-of-type(2) .g-block:nth-of-type(2) .g-content {
  padding-bottom: 0;
  width: 100%;
}
#g-mainbar {
  padding-left: 2rem;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.5;
}
button.menuSearch {
  color: #fff;
  background: transparent;
  font-size: 1.2rem;
  border: solid 3px #fff;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchThingy .eb-dialog {
  margin-left: 1rem;
  margin-right: 1rem;
}
.searchThingy .awesomplete {
  width: 100%;
}
ul.g-toplevel {
  display: flex;
  justify-content: space-around;
}
.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
  max-height: inherit;
}
.logoBlock .g-content {
  padding: 1rem 0;
  margin: 0;
}
.g-block.logoBlock {
  display: flex;
  align-items: center;
}
.g-block.menuBlock {
  display: flex;
  align-items: flex-end;
}
#g-navigation .g-main-nav .g-dropdown {
  background: #121b4d;
  border: none;
  border-radius: 0;
}
.g-main-nav .g-standard .g-dropdown.g-dropdown-right {
  left: -15px;
}
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: rgba(255, 255, 255, 0.8) !important;
  padding-left: 10px;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator::after, #g-footermenu .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator::after {
  content: "";
  opacity: 1;
  width: 1rem;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.7rem;
  position: absolute;
  top: 14px;
}
#g-footermenu .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator::after {
  margin-top: 6px;
}
#g-footermenu .g-content {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
#g-navigation .g-main-nav .g-sublevel > li:not(:last-child) > .g-menu-item-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-family: "Assistant";
  font-size: 1rem;
}
.g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown {
  margin-top: 0px;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  box-shadow: none;
}
#g-navigation .g-main-nav .g-toplevel {
  line-height: 1;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding-bottom: 0;
}
.docmanItemIntro {
  display: flex;
  gap: 3vw;
  margin-bottom: 2rem;
}
.docToolBar .k-toolbar {
  display: flex;
  gap: 1rem;
  flex-flow: row wrap;
}
.studyLearn #g-features, .studyLearn #g-mainbar {
  scroll-margin-top: 250px;
}
.studyLearn .studyLearnCards .jl-article-meta, .studyLearn .studyLearnCards .tm-title {
  display: none;
}
.studyLearn .studyLearnCards .jl-card-body {
  padding: 0;
}
.studyLearn .studyLearnCards .jl-card-default {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .docmanItemIntro {
    display: flex;
    flex-direction: column;
  }
  .docmanItemIntro .mainImgWrap {
    margin-bottom: 0rem;
  }
  .docmanItemIntro .mainImgWrap img {
    width: 100%;
  }
}
.pagenavigation {
  margin-top: 4rem;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.g-home-particles.g-helium-style #g-header {
  /*margin-top: inherit;
  height: calc(100vh - 217px);
  position: relative;*/
}
.g-home-particles.g-helium-style #g-header .g-container {
  /*position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);*/
}
.hero-slides {
  margin-top: 127px !important;
}
.hideSocial .asocialShare {
  display: none;
}
.textBottom h3.tm-title {
  font-family: "great-vibes";
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1rem;
  font-size: clamp(1.5rem, 2.5vw, 3rem);
}
.textBottom .jl-position-cover.jl-flex-middle {
  align-items: end;
}
.separatorThingy {
  text-align: center;
}
.g-home-particles.g-helium-style #g-intro {
  background: url('../../images/sections/worship_bkgrd-1.jpg') no-repeat;
  background-size: cover;
  padding-top: 10rem !important;
  padding-bottom: 0rem;
}
.g-home-particles.g-helium-style #g-above {
  background: url('../../images/sections/stained-glass-bg.jpg') no-repeat;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.g-home-particles #g-intro .jl-slideshow {
  background: rgba(255, 255, 255, 0.7);
}
.g-home-particles #g-intro .button.btnBlu {
  margin: auto;
}
.g-home-particles #g-intro .itemImg img {
  height: auto !important;
  width: auto !important;
}
.g-home-particles #g-intro .jl-slideshow-items > *, .g-home-particles #g-intro .jl-slideshow-items {
  overflow: inherit;
}
.g-home-particles #g-intro .jl-panel {
  width: 100%;
}
.g-home-particles #g-intro .g-container {
  padding-bottom: 10rem;
  overflow-x: hidden;
}
.g-home-particles #g-testimonials {
  padding: 2rem 0;
}
.g-home-particles #g-intro .frontPageSlider .tm-slidenav {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100vh;
}
.g-home-particles #g-intro .frontPageSlider .tm-slidenav i {
  display: none;
}
.g-home-particles #g-intro .frontPageSlider .tm-slidenav svg {
  color: #121B4D;
  height: 40px;
  width: 40px;
}
.tm-slidenav {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100vh;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tm-slidenav i {
  display: none;
}
.tm-slidenav svg {
  color: #121B4D;
  height: 40px;
  width: 40px;
}
.worshipSlides .g-grid:has(.signUpBtn) {
  margin-inline: auto;
}
#g-intro .g-grid:nth-of-type(2) {
  width: 100%;
  padding-top: 4rem;
}
#g-intro .jl-slider-items .cardContentBox {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 9;
  margin: 1rem;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.2s;
  padding: 2rem;
}
#g-intro .jl-panel {
  position: relative;
}
#g-intro .jl-panel:hover .cardContentBox {
  display: inherit;
  opacity: 1;
}
#g-intro .frontPageSlider .cardContentBox {
  display: none !important;
}
.jl-offcanvas-bar {
  background: #323d78;
}
.jl-offcanvas-bar .jl-nav-default > li > a {
  color: #fff;
  font-size: 2rem;
  font-family: "Bebas Neue";
}
.jl-offcanvas-bar .jl-nav-default > li.jl-active > a, .jl-offcanvas-bar .jl-nav-default .jl-nav-sub li.jl-active > a {
  color: #fff;
}
.jl-offcanvas-bar .jl-nav-default > li > a:hover, .jl-offcanvas-bar .jl-nav-sub li a:hover, .jl-offcanvas-bar .jl-nav-default .jl-nav-sub li.jl-active > a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
  padding-left: 10px;
}
.jl-offcanvas-bar .jl-nav-default .jl-nav-sub a {
  color: #fff;
  font-size: 1.2rem;
  font-family: "Assistant";
}
.jl-offcanvas-bar .jl-close i {
  color: #fff;
  font-size: 1.5rem;
}
.jl-offcanvas-bar .jl-close svg {
  display: none;
}
.jl-offcanvas-bar .jl-nav-parent-icon {
  margin-left: 20px;
}
#g-intro .owl-carousel .owl-item img {
  display: block;
  width: auto;
  margin: auto;
  padding: 2rem;
}
#g-intro .g-owlcarousel.owl-carousel {
  background: rgba(255, 255, 255, 0.4);
}
#g-intro .g-owlcarousel-item-content-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#g-intro .owl-carousel .owl-stage-outer {
  overflow: inherit;
}
#g-intro .g-owlcarousel-item-content {
  position: absolute;
  bottom: -150px;
}
#g-intro .g-owlcarousel .owl-dots {
  bottom: 0;
}
#cardDesc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tm-button:nth-of-type(1) {
  display: none;
}
.tm-button.showButton {
  display: inherit;
}
#cardDesc .tm-description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
.pastorBox {
  display: flex;
  justify-content: flex-end;
  align-items: self-end;
  gap: 2rem;
  margin-bottom: 3rem;
}
.pastorBox .pastorTitle {
  color: #121b4d;
  line-height: 1.3;
}
.pastorBox .italic {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.pastorBox .showButton {
  margin-top: 2rem;
}
.pastorBox .showButton a {
  background: #dfc87b;
  outline: solid 2px #dfc87b;
  outline-offset: 2px;
}
.pastorBox .showButton a:hover {
  background: #121b4d;
  color: #fff;
}
.showButton.eventsBtn a {
  background: #dfc87b;
  outline: solid 2px #dfc87b;
  outline-offset: 2px;
}
.showButton.eventsBtn a:hover {
  background: #121b4d;
  color: #fff;
}
#cardDesc .pastorTitle {
  color: #060606;
}
#cardDesc .pastorName {
  color: #660000;
  text-align: right;
}
#cardDesc .pastorImg {
  border: solid 5px #fff;
  border-radius: 5px;
}
#cardDesc .showButton {
  margin-top: 150px;
}
.g-home-particles #g-utility .g-container {
  margin-top: -170px;
  position: relative;
  z-index: 3;
}
.moveIt {
  text-align: center;
}
.moveButton {
  display: inline-block;
}
.jl-button {
  position: relative;
}
.moveIt .jl-button, .btnBlu, #output .readmore a, a.btn.btn-secondary, #g-aside .btn.btn-primary {
  background: #040d40;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #fff;
  font-family: "Assistant", serif;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1.2rem;
  outline: 2px solid #040d40;
  outline-offset: 2px;
  transition: all 0.2s;
  text-transform: uppercase;
  position: relative;
  padding: 1rem;
  width: fit-content;
}
.lightBlu {
  background: #c7beff;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 3px;
  color: #121b4d;
  font-family: "Assistant", serif;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1.2rem;
  outline: 2px solid #c7beff;
  outline-offset: 2px;
  transition: all 0.2s;
  text-transform: uppercase;
  position: relative;
  padding: 0.5rem 1rem;
  width: fit-content;
}
.lightBlu:hover {
  background: #040d40;
  color: #fff;
  outline: 2px solid #040d40;
}
.modal-content .tm-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.modal-content .tm-content .modalIntroImg {
  text-align: center;
}
.modal-content .tm-content .modalIntroImg img {
  max-width: 500px;
}
.modal-content .tm-content .ministryInfo label {
  font-weight: bold;
}
.modal-content .tm-content .modalItemTitle {
  width: fit-content;
  margin: 0 auto -3.5rem;
  background: #c7beff;
  padding: 1rem 2rem;
  border-radius: 20px;
  position: relative;
  z-index: 3;
  font-size: clamp(1.1rem, 2vw, 2rem);
  font-weight: bold;
  text-wrap: balance;
  text-align: center;
}
.modal-content .tm-content .modalReadmore {
  text-align: center;
}
.modal-content .tm-content .modalReadmore a {
  margin: 2px auto;
}
.modalInfoDiv label {
  font-weight: bold;
}
.emailButton {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.moveIt .jl-button:hover, .btnBlu:hover, #output .readmore a:hover, a.btn.btn-secondary:hover {
  background: #e3b313 !important;
  color: #040d40 !important;
  outline: 2px solid #e3b313;
}
.btnGold, .showButton a {
  background: #e3b313;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #040d40;
  font-family: "Assistant", serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2rem;
  outline: 2px solid #e3b313;
  outline-offset: 2px;
  transition: all 0.2s;
}
.btnGold:hover, .showButton a:hover {
  background: #040d40;
  color: #fff;
  outline: 2px solid #040d40;
}
.showButton a {
  padding-left: 1rem;
  padding-right: 1rem;
}
#output .readmore a span {
  display: none;
}
#output .readmore a::before, .btn.btn-secondary.chevron::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "";
  left: 1.5rem;
}
.btn.btn-secondary.chevron {
  display: inline-block;
  padding-left: 3rem;
  padding-right: 1.5rem;
  margin: 6px;
}
#output .readmore a {
  display: inline-block;
  padding-left: 3.2rem;
}
p.readmore {
  text-align: center;
  margin-top: 4rem;
}
.page-header h1 {
  font-family: "great-vibes";
  color: #a08732;
  font-size: 3.5rem;
}
.separatorBox {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 4rem;
  max-width: 1600px;
  margin: auto;
  padding: 1.5rem 2rem;
}
.separatorText {
  font-family: "trajan-pro-3", serif;
  font-weight: 600;
  font-style: normal;
  color: #121b4d;
  text-transform: uppercase;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  line-height: 2.2rem;
}
#g-separator {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.gilded {
  position: relative;
}
.separatorImg {
  min-width: 280px;
}
.customContentBox {
  position: relative;
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: right;
  text-shadow: 0px 0px 11px black, 0px 0px 11px black;
}
.customContent {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: right;
  line-height: 1.5;
}
.pastor {
  text-align: right;
}
.pastorPic img {
  max-width: 220px;
}
.italic {
  font-style: italic;
}
.pastorTitle {
  font-family: "great-vibes";
  color: #fff;
  font-size: 3.5rem;
}
.pastorName {
  font-family: "Assistant";
  font-weight: 600;
  font-size: 2rem;
  color: #f4e60a;
  line-height: 1.5;
}
.bottomArticles .jl-slider-items .tm-image {
  display: none;
}
.bottomCard .jl-grid div:nth-of-type(2) {
  background: #fff;
  display: flex;
  align-items: center;
}
.bottomCard .jl-grid {
  gap: 1rem;
}
.imageBox img.tm-image {
  visibility: hidden;
}
#g-above .jl-card * {
  color: #fff;
}
.bottomArticles .tm-content, .bottomArticles .tm-button {
  display: none;
}
.coloredBoxes .g-grid:nth-of-type(1) .g-content {
  padding-bottom: 0;
  margin-bottom: 1rem;
}
.coloredBoxes .g-grid:nth-of-type(2) .g-content {
  padding-top: 0;
  margin-top: 0;
}
.coloredBoxes {
  font-size: 1.2rem;
  line-height: 1.5;
}
.coloredBoxes .tm-content p:nth-of-type(1) {
  margin-top: 0;
}
.navLogin {
  background: #dfc87b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  cursor: pointer;
  height: 100%;
}
.memberIcon {
  border: solid 2px #121b4d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  aspect-ratio: 1;
  padding: 0.5rem;
}
.memberText {
  color: #121b4d;
  text-align: center;
  line-height: 1.2;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}
.asocialShare {
  position: absolute;
  bottom: 0;
}
.asocialShare .g-social.social {
  flex-direction: column;
}
.asocialShare .g-particle {
  background: #dfc87b;
  padding: 0.8rem;
}
#g-header .asocialShare a {
  color: #121b4d;
  font-size: 2rem;
  transition: all 0.2s;
}
#g-header .asocialShare a:hover {
  color: #fff;
}
#g-header .tm-item .jl-panel {
  background: rgba(255, 255, 255, 0.8);
  color: #111;
  border-radius: 20px;
  font-family: "Assistant";
  font-size: 1.1rem;
  line-height: 1.1;
  font-weight: 700;
}
#g-header .tm-item.hasPad .jl-panel {
  padding: 2rem;
}
#g-header .tm-item .tm-content {
  background: transparent;
  padding: 2rem;
}
#g-header .btnBlu {
  margin: 1rem auto 2rem;
}
#g-header a {
  color: inherit;
}
#g-header button i {
  margin-right: 0.5rem;
}
.asocialShare .g-social.social {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.asocialShare .g-social.social a {
  padding: 0;
  line-height: 1.6;
}
.fa-telegram::before {
  content: "";
  font-family: "Font Awesome 5 Brands";
}
.eb-close {
  right: 1rem;
  top: 1rem;
}
/*===Canvas Menu===*/
.canvasMenu {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.canvasMenu svg {
  display: none;
}
.canvasMenu .fa-bars {
  font-size: 3rem;
  color: #121b4d;
  transition: all 0.3s;
}
.canMenu .jl-nav {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.canMenu .jl-navbar-toggle.canMenu {
  display: flex;
  flex-direction: column;
}
.canMenu .jl-navbar-toggle.canMenu span {
  margin-left: 0 !important;
}
.canMenu .jl-grid {
  height: 100%;
}
.canMenu .jl-margin-auto-vertical {
  margin: 0 !important;
  padding: 2rem;
}
.canMenu .jl-nav-default > li > a {
  color: #fff;
  font-size: 3rem;
  transition: all 0.3s;
  font-family: "Bebas Neue";
  letter-spacing: 2px;
}
.canMenu .jl-nav-default > li > a:hover {
  padding-left: 10px;
}
.canMenu .jl-modal-close-full {
  top: 3rem;
  right: 4rem;
  padding: 10px;
  background: transparent;
  color: #fff;
  font-size: 2.5rem;
}
.canMenu .jl-modal-close-full svg {
  display: none;
}
.canMenu .jl-first-column {
  display: flex;
  justify-content: center;
}
.jl-modal-dialog.canMenu {
  background: #121b4d;
  padding: 0;
}
/*===Modal Login===*/
.mod-login {
  color: #fff;
  font-family: "Assistant";
  font-size: 1.3rem;
  font-weight: 400;
}
.mod-login .mod-login__options, .mod-login .mod-login__options a {
  color: #fff;
  font-family: "Assistant";
  font-size: 1.3rem;
  font-weight: 400;
  transition: all 0.3s;
}
.mod-login .mod-login__options a:hover {
  color: #e3b313;
}
.mod-login .mod-login__submit.form-group {
  text-align: center;
}
.mod-login .mod-login__submit.form-group button, .mod-login .mod-login-logout__button.logout-button button {
  background: #fff;
  border-radius: 34px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #121b4d;
  font-family: "Assistant", serif;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1.2rem;
  outline: 2px solid #fff;
  outline-offset: 2px;
  transition: all 0.2s;
  text-transform: uppercase;
  padding-left: 2rem;
  padding-right: 2rem;
  width: calc(100% - 2rem);
  margin: 1rem auto;
}
.mod-login .mod-login__submit.form-group button:hover, .mod-login .mod-login-logout__button.logout-button button:hover {
  background: #e3b313;
  color: #fff;
  outline: 2px solid #e3b313;
}
.mod-login input[type="text"], .mod-login input[type="password"] {
  background: #fff !important;
}
.mod-login .plg_system_webauthn_login_button, .mod-login .input-password-toggle {
  display: none !important;
}
.mod-login .logBtn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s;
}
.mod-login .logBtn i {
  font-size: 1rem;
}
.mod-login .inputLabel {
  width: 100%;
}
.mod-login .mod-login__userdata.userdata {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.mod-login .form-check-label {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.mod-login .form-check {
  display: block;
  min-height: inherit;
  padding-left: 0em;
  margin-bottom: 0rem;
}
.mod-login .submitBtn {
  padding-left: 6px;
  padding-right: 6px;
}
.mod-login-logout__button.logout-button button {
  background: #fff;
  border-radius: 34px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #121b4d;
  font-family: "Assistant", serif;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1.2rem;
  outline: 2px solid #fff;
  outline-offset: 2px;
  transition: all 0.2s;
  text-transform: uppercase;
  padding-left: 2rem;
  padding-right: 2rem;
  width: calc(100% - 2rem);
  margin: 1rem auto;
}
.mod-login-logout__button.logout-button button:hover {
  background: #e3b313;
  color: #fff;
  outline: 2px solid #e3b313;
}
.mod-login-logout {
  color: #fff;
  font-family: "Assistant";
  font-weight: 400;
  font-size: 1.2rem;
}
.back-to-top .fas {
  font-size: 2rem;
}
/*===Top Buttons===New Here - Watch Now===*/
#g-footermenu .topButtons {
  display: none;
}
.menuBlock .g-particle {
  position: relative;
}
.topButtons {
  position: absolute;
  margin-left: auto;
  top: -100%;
  right: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.newHereBtn, .watchBtn, .memberLoginBtn {
  font-family: "Assistant";
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1;
}
.memberLoginBtn {
  background: #0175CC;
  color: #fff;
  border: solid 3px #fff;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 1rem;
  transition: all 0.3s;
}
.memberLoginBtn:hover {
  background: transparent;
}
.newHereBtn {
  background: #f58817;
  color: #fff;
  border: solid 3px #fff;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 1rem;
  transition: all 0.3s;
}
.newHereBtn:hover {
  background: #121b4d;
  color: #fff;
}
.newHereBtn:hover .helloSpan {
  padding: 10px;
}
.watchBtn {
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  font-weight: bold;
  color: #fff;
}
.watchLive {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #121b4d;
}
.watchLive span:nth-of-type(1) {
  letter-spacing: 2px;
}
.watchLive span:nth-of-type(2) {
  letter-spacing: 10px;
}
.helloSpan {
  font-size: 14px;
  border-radius: 20px;
  color: #666;
  background: #fff;
  position: relative;
  padding: 8px;
  margin-right: 10px;
}
.helloSpan:after {
  content: "";
  position: absolute;
  right: 0;
  top: 80%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #fff;
  border-right: 0;
  border-bottom: 0;
  margin-top: -8px;
  margin-right: -4px;
}
.watchIcon {
  background: #d50000;
  border-radius: 100%;
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
}
.watchIcon i {
  margin-left: 2px;
}
/*===Inner Pages===*/
#g-container-main, .featureSpacer {
  background: url('../../images/sections/articleBgThree.jpg') left top repeat-y;
  background-attachment: fixed;
  position: relative;
}
.topDecor {
  height: 85px;
  width: 100%;
  background: url('../../images/sections/topDecorTwo.jpg') -818px center repeat-x;
  z-index: 999;
  position: relative;
}
.asocialShare.articleSocials {
  position: fixed;
  top: calc(50% - 107px);
  left: 0;
  z-index: 9;
  box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
  height: 214px;
}
.asocialShare.articleSocials .fa-envelope::before {
  content: "";
}
.asocialShare.articleSocials .fa-telegram-plane::before, .asocialShare.articleSocials .fa-telegram::before {
  content: "";
  /*Instagram*/
}
.asocialShare.articleSocials .fa-twitter::before {
  content: "";
}
.asocialShare.articleSocials .fa-facebook::before {
  content: "";
}
.asocialShare.articleSocials .tm-share-icon a {
  color: #121b4d;
  font-size: 2rem;
  background: transparent;
}
.asocialShare.articleSocials .tm-share-icon a:hover {
  color: #fff;
}
.socialWrap .g-social.social {
  font-size: 1.5rem;
  transition: all 0.3s;
}
.socialWrap .g-social.social a:hover {
  color: #fff;
}
.socialWrap .tm-icons {
  display: flex;
  flex-direction: column;
}
/*===404 Page===*/
.forOforBox {
  display: grid;
  place-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.forOforBox p {
  font-size: 1.5rem;
}
.forOforBox a {
  margin-top: 4rem;
}
/*===Below Content===*/
.leadershipPage h2.g-title {
  font-family: "great-vibes", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #a08732;
  font-size: clamp(1.5rem, 2.5vw, 3rem);
}
.leadershipPage .category-module.mod-list {
  display: flex;
  flex-flow: row wrap;
  border: none;
  gap: 2rem;
  padding: 0.938rem 1.876rem;
  justify-content: space-around;
}
.leadershipPage .category-module.mod-list li {
  border: none;
  min-width: 280px;
  max-width: 300px;
}
.leadershipPage .mod-articles-category-title {
  font-family: "Bebas Neue";
  font-size: 1.9rem;
}
.leadershipPage .staffTitleBox {
  text-align: center;
}
.leadershipPage .staffTitleBox .swoosh {
  margin-top: 0rem;
}
.leadershipPage .com-content-category-blog__children {
  display: none;
}
/* News Layout */
.newsLayout .blog-item {
  flex-direction: column;
}
.newsLayout .left.item-image {
  text-align: center;
}
.newsLayout .readmore a {
  margin-left: auto;
  margin-right: auto;
}
.jl-list {
  font-family: "Assistant";
  display: grid;
  justify-items: start;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 412px), 1fr));
  gap: 2vw;
}
.jl-list .swoosh {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.jl-list .personTitle, .jl-list .personContact {
  font-family: "Assistant";
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.jl-list .personTitle {
  font-weight: bold;
}
.jl-list .personContactBtn {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  border-radius: 100vh;
  width: fit-content;
  background: #C5BDDE;
  color: #121b4d;
  transition: all 0.2s;
}
.jl-list .personContactBtn:hover {
  background: #e3b313;
}
.jl-list .personContactBtn span {
  font-weight: bold;
}
/*===Footer===*/
.yellow, #g-footer ul.g-toplevel li a.yellow {
  color: #d9ac15;
}
#g-footer a, #g-footer p {
  font-family: "Assistant";
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.2;
}
#g-footer ul.g-toplevel {
  display: inherit;
}
#g-footer ul.g-toplevel li {
  display: block;
}
#g-footer ul.g-toplevel li a.yellow {
  color: #d9ac15;
}
#g-footer ul.g-toplevel li a {
  color: #fff;
}
#g-footer .followUs {
  font-style: italic;
  line-height: 1.2;
}
.basicInfoTwo .infoBottomRow p, .basicInfoTwo .infoBottomRow span {
  font-weight: 900;
}
.basicInfoTwo .infoTwo {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-flow: row wrap;
}
.infoTopRow {
  margin-bottom: 2rem;
}
.footerMenu .g-toplevel {
  border-right: solid 3px #465086;
  margin-right: 4rem;
}
.vibes {
  font-family: "great-vibes", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.2rem, 2vw, 2rem);
  line-height: 1.5;
}
.vibesLarge {
  font-size: clamp(4rem, 5vw, 5rem);
  color: #a08732;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.headerBox {
  text-align: center;
}
.itemid-282 h2 {
  text-align: center;
}
.pastorCreds .pastorCredsLine {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.pastorCreds .pastorCredsLine > div {
  width: calc(50% - 1rem);
}
.pastorCreds .pastorCredsLine i {
  margin-right: 1rem;
}
.pastorCreds .pastorCredsLine .fa-arrow-alt-circle-down {
  color: #d50000;
}
.ministriesArticle .page-header .left.item-image {
  display: inherit;
}
.ministriesArticle .headerBox {
  text-align: inherit;
}
.ministriesArticle .mainFigure {
  text-align: inherit;
}
.ministriesArticle .mainFigure figure {
  margin: 0;
}
.ministriesArticle .ministryHeader {
  border: solid 1px #121b4d;
  display: flex;
  gap: 1rem;
  width: fit-content;
  padding-right: 75px;
  position: relative;
  margin: 2rem 0;
}
.ministriesArticle .ministryHeader:after {
  content: "";
  width: 150px;
  height: 150px;
  background: url('../../../../images/elements/join_us_today.png') no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: contain;
}
.ministriesArticle .ministryHeaderInfo {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-around;
}
.ministriesArticle .ministryHeaderTop {
  padding-top: 1rem;
}
.com-finder #search-results .result__taxonomy--Author {
  display: none;
}
.com-finder #search-results div:has(.jl-slideshow) {
  display: none;
}
.com-finder .form-inline .input-group {
  display: flex;
  gap: 10px;
  flex-flow: row wrap;
  margin-top: 10px;
}
.com-finder .form-inline .input-group button {
  margin: 0;
  font-size: 1rem !important;
  padding: 0.5rem 2rem !important;
  line-height: 1 !important;
}
.com-finder .form-inline .input-group input, .com-finder .form-inline .input-group button {
  height: 48px;
}
@media screen and (max-width: 700px) {
  .ministriesArticle .ministryHeader {
    flex-direction: column;
    padding: 1rem;
  }
}
@media only all and (max-width: 1083px) {
  .pastorCreds .pastorCredsLine {
    display: block;
  }
  .pastorCreds .pastorCredsLine > div {
    width: 100%;
  }
}
@media only all and (min-width: 500px) and (max-width: 767px) {
  .g-logo.g-logo-helium {
    margin-top: 0.5rem;
  }
}
@media only all and (max-width: 767px) {
  .footerMenu .g-toplevel {
    border-right: none;
  }
}
.infoTopRow i {
  color: #fff;
  transition: all 0.3s;
  font-size: 2rem;
}
.infoTopRow i:hover {
  color: #e3b313;
}
.basicInfo .info2 a {
  color: #fff;
}
button.smile {
  background: #fd9a02;
  padding: 0.5rem 3rem;
  max-width: 200px;
  border-radius: 3px;
  margin: auto;
}
button.livestream {
  background: transparent;
  margin-top: -10px;
  max-width: 150px;
}
.turq {
  color: #03989e;
}
/*===History Gallery===*/
.historyPic img {
  visibility: hidden;
}
.ATBCgallery .jl-light, .historyPic {
  height: 100%;
  aspect-ratio: 1;
}
.ATBCgallery a.tm-item {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.ATBCgallery a.tm-item img {
  visibility: hidden;
}
/*===Article Links, Content Links===*/
.articleWrap p a, #g-footer p a, .item-content li a {
  display: inline-block;
  position: relative;
  color: #121b4d;
  font-weight: bold;
}
#g-footer p a {
  color: #fff;
}
.articleWrap p a:after, #g-footer p a:after, .item-content li a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #121b4d;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
#g-footer p a:after {
  background-color: #fff;
}
.articleWrap p a:hover:after, #g-footer p a:hover:after, .item-content li a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
/*===Upcoming Events===*/
#g-above .imageBox {
  position: relative;
}
.imageContent {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #121b4d;
  color: #fff;
  display: grid;
  place-items: center;
  padding: 2rem;
}
.imageContent h4 {
  font-size: 8rem;
  margin: 0;
  line-height: 1;
}
/*===Under Article Image Info===*/
.fields-container .field-entry.ministry-leader, .fields-container .field-entry.ministry-email, .fields-container .field-entry.ministry-phone-number {
  display: none;
}
.eventsBtn a:hover {
  color: #fff !important;
}
.itemid-101 #module-atsocialshare-116-particle {
  display: none;
}
.itemid-101 .page-header:first-of-type {
  display: none;
}
.itemid-101 .articleWrap .page-header {
  display: inherit;
}
.itemid-101 .page-header h2 {
  font-family: "great-vibes";
  color: #a08732;
  font-size: 3.5rem;
}
.itemid-101 .com-content-article.item-page {
  padding-top: 3rem;
  font-size: 1.2rem;
  color: #333;
}
.itemid-101 .com-content-article.item-page .pastorTitle {
  color: #121b4d;
}
.itemid-101 .strong {
  font-weight: bold;
}
.homeFeaturesSeparator {
  padding: 3rem;
}
.homeFeaturesSeparator .mainGild {
  max-width: 79%;
  margin: auto;
}
.personalInfo {
  display: none;
}
.contactList {
  display: flex;
  gap: 2rem;
  justify-content: space-around;
}
.contactList .personalInfo {
  display: inherit;
}
.contactList .mainImgWrap {
  display: none;
}
/*.item-page {
    .bigPic {
        display:none;
    }
    .modal.fade.minmodal.show {
        .littlePic {
            display:none;
        }
         .bigPic {
        display:block;
        }
    }
}*/
joomla-hidden-mail a {
  background: #040d40;
  border-radius: 100vh;
  height: 50px;
  color: transparent !important;
  font-family: "Assistant", serif;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1.2rem;
  outline: 2px solid #040d40;
  outline-offset: 2px;
  transition: all 0.2s;
  text-transform: uppercase;
  position: relative;
  width: 200px;
  margin: 5px;
  display: block;
}
joomla-hidden-mail a:hover {
  background: #e3b313 !important;
  outline: 2px solid #e3b313;
}
joomla-hidden-mail a::after {
  content: "Contact";
  inset: 0;
  color: #fff;
  display: grid;
  place-content: center;
  position: absolute;
}
.contactJotform {
  background: #fff;
}
.getInTouch {
  text-align: center;
}
.getInTouch .g-social {
  margin: auto;
}
.getInTouch .g-social a:hover {
  color: #fff;
}
#g-aside {
  height: 100%;
}
#g-aside .mod-login-logout__login-greeting.login-greeting, #g-aside .mod-login__pretext.pretext, #g-aside .mod-login {
  color: #111;
}
#g-aside .mod-login .mod-login__options {
  margin-left: 0;
}
#g-aside .mod-login .mod-login__options a {
  color: #121b4d;
}
.rst-dashboard-search.rst-dashboard-section.text-center {
  text-align: left !important;
}
.rst-dashboard-items.rst-dashboard-section.row {
  display: block;
  margin-top: 1rem;
}
.rst-dashboard-items.rst-dashboard-section.row .col-md-4 {
  width: 100%;
}
.rst-dashboard-items.rst-dashboard-section.row .rst-caption .btn.btn-secondary {
  display: none;
}
.rst-dashboard-items.rst-dashboard-section.row .text-center {
  text-align: left !important;
}
.rst-dashboard-items.rst-dashboard-section.row .card {
  border: none;
}
.rst-dashboard-items.rst-dashboard-section.row .card-body {
  padding: 10px 10px 10px 0;
}
.rst-dashboard-items.rst-dashboard-section.row .card-body h2 {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.rst-dashboard-items.rst-dashboard-section.row .card-body h2 .rst-title {
  text-decoration: underline;
}
.rst-dashboard-items.rst-dashboard-section.row .rst-dashboard-item [class^="rsticketsproicon-"] {
  font-size: 2.5rem;
  margin: 0;
}
@media only all and (max-width: 100rem) {
  .g-home-particles.g-helium-style #g-intro {
    padding-top: 4rem !important;
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 88.99rem) {
  .g-container {
    width: calc(100% - 4rem);
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-container {
    width: calc(100% - 4rem);
  }
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-button {
    padding: 1rem 2rem;
    font-size: inherit;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-button {
    display: inherit;
    padding: 1rem;
    font-size: 1rem;
  }
  .g-owlcarousel-item-button i {
    margin-right: 0.3rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-container {
    width: calc(100% - 4rem);
  }
}
@media only all and (max-width: 30rem) {
  .asocialShare .g-particle {
    padding: 0.2rem !important;
  }
  .asocialShare.articleSocials .tm-share-icon a {
    font-size: 1.5rem;
  }
  .asocialShare.articleSocials {
    position: fixed;
    top: calc(50% - 97px);
    height: 195px;
  }
}
@media only all and (max-width: 75rem) {
  .com-content-article.item-page, .com-content-category-blog__item.blog-item {
    display: block;
  }
  .mainImgWrap {
    max-width: inherit;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 4rem;
  }
}
@media only all and (min-width: 48rem) {
  #g-navigation .g-container {
    width: 100%;
  }
  #g-navigation .g-grid:nth-of-type(2) .logoBlock {
    padding-left: 2rem;
  }
}
@media only all and (max-width: 1270px) {
  #g-navigation .g-grid:nth-of-type(2) {
    justify-content: flex-start;
  }
  #g-navigation .size-20, #g-navigation .size-6 {
    flex: inherit;
    width: inherit;
  }
  #g-navigation .loginModal {
    margin-left: auto !important;
  }
  .loginModal, .canvasMenu, .navLogin {
    min-width: 134px;
  }
  .menuBlock {
    display: none !important;
  }
  .loginModal {
    flex: auto;
  }
  .loginModal .g-particle {
    display: flex;
  }
  .topButtons {
    position: relative;
    margin-left: auto;
    top: inherit;
    right: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 1rem;
  }
  .hiddenLarge {
    margin-left: auto;
    display: flex;
  }
  .hiddenSmall, .size-5.smallScreenNew {
    display: none;
  }
}
.flex.download {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.loginModal .g-content {
  height: 100%;
}
@media only all and (max-width: 1308px) {
  .imageContent h4 {
    font-size: 6rem;
  }
}
@media only all and (min-width: 1271px) {
  .hiddenLarge {
    display: none;
  }
  .size-5.smallScreenNew {
    display: none;
  }
  .loginModal {
    margin-left: auto !important;
  }
  .size-5.loginModal, .size-5.canvasMenu {
    flex: auto;
  }
}
@media only all and (max-width: 1180px) {
  ul.g-toplevel {
    display: inherit !important;
    text-align: center;
  }
}
@media only all and (max-width: 1150px) {
  #g-utility #cardDesc .tm-description {
    display: flex;
    flex-direction: column-reverse;
  }
  #g-utility #cardDesc .showButton {
    margin-top: 2rem;
  }
}
@media only all and (max-width: 1056px) {
  .imageContent h4 {
    font-size: 4rem;
  }
}
@media only all and (max-width: 1039px) {
  .g-home-particles .mainGild {
    min-width: inherit;
  }
}
@media only all and (max-width: 959px) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 1.2rem !important;
  }
  #g-navigation .size-20.logoBlock {
    flex: 100%;
    width: 100%;
  }
  .canvasMenu {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
  }
  .canvasMenu .fa-bars {
    color: #fff;
  }
  .hiddenLarge {
    margin-left: inherit;
  }
  .navLogin {
    background: transparent;
    padding: 0;
    gap: 0;
    height: auto;
  }
  .navLogin .watchBtn {
    flex-direction: row;
  }
  .navLogin .watchBtn .watchLive {
    color: #fff;
  }
  .loginModal .g-particle {
    align-items: center;
    margin-bottom: 1rem !important;
    gap: 1rem;
    flex-flow: row wrap;
    justify-content: center;
  }
  .memberText {
    display: none;
  }
  .memberIcon {
    border: solid 2px #fff;
  }
  .topButtons {
    flex-direction: row;
    margin-right: 0;
  }
  #g-navigation .g-container {
    width: calc(100% - 2rem);
    margin: auto;
  }
  .memberIcon img {
    filter: brightness(0) invert(1);
  }
  .memberIcon {
    padding: 0.2rem;
  }
  .logoBlock .g-content {
    padding: 0 0.938rem 0.938rem 0.938rem;
    margin: 0.625rem;
  }
  .g-logo.g-logo-helium img {
    max-width: 280px;
  }
  .canvasMenu {
    min-width: inherit;
    padding-right: 1rem;
  }
  .navLogin {
    min-width: inherit;
  }
  .customContentBox {
    background-position: center top !important;
  }
  #g-above .bottomCard .jl-grid div:nth-of-type(2) {
    background: transparent;
    margin-top: 0 !important;
  }
  #g-above .bottomCard .jl-grid div:nth-of-type(2) .tm-content {
    background: #fff;
    padding: 1rem;
  }
  .g-home-particles.g-helium-style #g-above {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .g-home-particles.g-helium-style #g-above a.jl-slidenav-previous, .g-home-particles.g-helium-style #g-above a.jl-slidenav-next {
    position: absolute !important;
    top: 0;
  }
  .g-home-particles.g-helium-style #g-above .bottomArticles:hover a.jl-slidenav-previous, .g-home-particles.g-helium-style #g-above .bottomArticles:hover a.jl-slidenav-next {
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 100%;
  }
  .imageContent h4 {
    font-size: 8rem;
  }
}
.asocialShare.articleSocials {
  z-index: 12;
}
@media only all and (max-width: 824px) {
  #g-utility .pastorBox {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .g-offcanvas-toggle {
    display: none;
  }
}
@media only all and (max-width: 700px) {
  .g-home-particles .separatorBox {
    display: inherit;
  }
}
@media only all and (max-width: 692px) {
  #g-utility .pastorTitle {
    line-height: 1;
    font-size: 3rem;
  }
}
@media only all and (max-width: 632px) {
  .g-home-particles.g-helium-style #g-intro {
    padding-top: 4rem !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .imageContent h4 {
    font-size: 4rem;
  }
}
@media only all and (max-width: 576px) {
  #g-utility .pastorTitle {
    line-height: 1;
    font-size: 3rem;
  }
  #g-utility .pastorBox {
    align-items: center;
    flex-direction: column-reverse;
  }
  .pastorName, .pastorTitle {
    line-height: 1.1;
  }
}
.galleryHeader {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 4rem;
}
.galleryHeader p {
  font-size: clamp(2rem, 5vw, 5rem);
  color: #a08732;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.galleryBox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.galleryBox .galleryBoxLeftTop, .galleryBox .galleryBoxLeftBottom, .galleryBox .galleryBoxRightTop, .galleryBox .galleryBoxRightBottom {
  display: flex;
  gap: 10px;
}
.galleryBox .galleryBoxLeft, .galleryBox .galleryBoxRight {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ministryGalleryBottom {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  border-bottom: solid 20px #262626;
}
.ministryGalleryBottom p.vibes {
  font-size: clamp(2rem, 6vw, 6rem);
  color: #a08732;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  line-height: 1.3;
}
.ministryGalleryBottom .ministryGalleryTag {
  color: #121b4d;
  text-align: center;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  line-height: 2.2rem;
}
.txtRed {
  color: #d50000;
}
.trajan {
  font-family: "trajan-pro-3", serif;
}
.aboutAllenTemple #g-container-main {
  display: none;
}
.aboutAllenTemple .flex {
  display: flex;
  align-items: center;
}
.aboutAllenTemple #g-header {
  background: url('../../images/elements/bottom-decor.png') center bottom no-repeat;
  padding-bottom: 100px !important;
  border-bottom: solid 20px #262626;
}
.aboutAllenTemple #g-header .g-container {
  width: 100%;
}
.aboutAllenTemple #g-header p {
  color: #333;
  max-width: 80ch;
  margin: 1rem auto;
  font-size: clamp(1.5rem, 1.7vw, 1.7rem);
  text-align: center;
}
.aboutAllenTemple #g-header .oneWhoVists {
  margin-top: 4rem;
}
.aboutAllenTemple #g-header .oneWhoVists > div:nth-of-type(1) {
  width: 45%;
  text-align: center;
  padding: 1.5rem;
}
.aboutAllenTemple #g-header .oneWhoVists > div:nth-of-type(2) {
  width: 55%;
  text-align: center;
}
.aboutAllenTemple #g-header .oneWhoVistsText {
  background: #19396d;
  position: relative;
  color: #fff;
  text-align: left !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0% 100%);
  font-size: clamp(1.5rem, 1.7vw, 1.7rem);
  font-weight: bold;
}
.aboutAllenTemple #g-header .newComers > div:nth-of-type(1) {
  width: 55%;
  text-align: center;
  padding: 1.5rem;
  background: #dfc87b;
  clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);
  margin-left: 3vw;
  min-height: 100px;
  margin-top: -1px;
}
.aboutAllenTemple #g-header .newComers > div:nth-of-type(2) {
  width: 45%;
  text-align: center;
  color: #333;
  font-size: clamp(1.5rem, 1.7vw, 1.7rem);
}
.aboutAllenTemple #g-header .newComers > div:nth-of-type(2) p {
  line-height: 1.2;
  font-weight: bold;
}
.aboutAllenTemple #g-intro, .aboutAllenTemple #g-features, .aboutAllenTemple #g-utility {
  background: #fff;
  background: url('../../images/elements/bottom-decor.png') center bottom no-repeat;
  padding-bottom: 100px !important;
  border-bottom: solid 20px #262626;
}
.aboutAllenTemple #g-intro h2, .aboutAllenTemple #g-features h2, .aboutAllenTemple #g-utility h2 {
  font-family: "amsterdam", serif;
  font-size: clamp(8rem, 8vw, 8rem);
  text-align: center;
}
.aboutAllenTemple #g-intro p, .aboutAllenTemple #g-features p, .aboutAllenTemple #g-utility p {
  font-size: clamp(1.5rem, 1.7vw, 1.7rem);
  line-height: 1.5;
}
.aboutAllenTemple #g-intro ul, .aboutAllenTemple #g-features ul, .aboutAllenTemple #g-utility ul {
  font-size: clamp(1.5rem, 1.7vw, 1.7rem);
  font-weight: bold;
  line-height: 1.5;
}
.aboutAllenTemple #g-intro .flex.whatWeBelive, .aboutAllenTemple #g-features .flex.whatWeBelive, .aboutAllenTemple #g-utility .flex.whatWeBelive {
  gap: 3rem;
}
.aboutAllenTemple #g-intro .flex.whatWeBelive p, .aboutAllenTemple #g-features .flex.whatWeBelive p, .aboutAllenTemple #g-utility .flex.whatWeBelive p {
  color: #d50000;
}
.aboutAllenTemple #g-utility {
  color: #333;
}
.aboutAllenTemple #g-utility h3 {
  color: #740000;
  font-size: clamp(1.7rem, 2vw, 2rem);
}
.aboutAllenTemple .campusTour {
  gap: 3rem;
}
.aboutAllenTemple .campusTour > div:nth-of-type(1) {
  border-right: solid 5px #dfc87b;
  padding-right: 3vw;
}
.aboutAllenTemple .campusTourBottom {
  gap: 3rem;
}
.aboutAllenTemple .campusTourBottom > div:nth-of-type(1) {
  width: 75%;
}
.aboutAllenTemple .campusTourBottom > div:nth-of-type(2) {
  width: 20%;
}
.aboutAllenTemple #g-intro .flex, .aboutAllenTemple #g-features .flex {
  gap: 3vw;
  align-items: flex-start;
}
@media screen and (max-width: 1700px) {
  .aboutAllenTemple #g-header .g-container, .aboutAllenTemple #g-intro .g-container, .aboutAllenTemple #g-features .g-container, .aboutAllenTemple #g-utility .g-container {
    width: calc(100% - 12rem);
  }
  .aboutAllenTemple .oneWhoVistsText {
    padding: 1.5rem 3rem !important;
  }
  .aboutAllenTemple #g-header .newComers > div:nth-of-type(1) {
    margin-left: 0vw;
  }
  .aboutAllenTemple .flex.campusTourBottom .showButton a {
    width: 254px;
    text-align: center;
  }
}
@media screen and (max-width: 1079px) {
  .aboutAllenTemple #g-utility .campusTourBottom > div:nth-of-type(1) {
    width: 50%;
  }
  .aboutAllenTemple #g-utility .campusTourBottom > div:nth-of-type(2) {
    width: 50%;
  }
}
@media screen and (max-width: 959px) {
  .aboutAllenTemple #g-header .g-container, .aboutAllenTemple #g-intro .g-container, .aboutAllenTemple #g-features .g-container, .aboutAllenTemple #g-utility .g-container {
    width: calc(100% - 8rem);
  }
  .aboutAllenTemple .getInvolvedPage #g-intro .g-container, .aboutAllenTemple .getInvolvedPage #g-features .g-container, .aboutAllenTemple .getInvolvedPage #g-utility .g-container {
    width: calc(100% - 8rem);
  }
  .aboutAllenTemple #g-header .oneWhoVists.flex {
    display: block;
  }
  .aboutAllenTemple #g-header .oneWhoVists.flex > div:nth-of-type(1) {
    width: 100%;
  }
  .aboutAllenTemple #g-header .oneWhoVists.flex > div:nth-of-type(2) {
    width: 100%;
  }
  .aboutAllenTemple #g-header .newComers > div:nth-of-type(1) {
    margin-left: -1vw !important;
  }
  .aboutAllenTemple #g-intro .flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .galleryBox {
    flex-direction: column;
    gap: 10px;
  }
  .galleryBox img {
    max-height: inherit !important;
  }
  .aboutAllenTemple #g-utility .flex.campusTourBottom {
    display: block;
  }
  .aboutAllenTemple #g-utility .flex.campusTourBottom > div:nth-of-type(1) {
    width: 100%;
  }
  .aboutAllenTemple #g-utility .flex.campusTourBottom > div:nth-of-type(2) {
    width: 100%;
  }
  .aboutAllenTemple #g-utility .flex.campusTourBottom .showButton a {
    margin: auto;
  }
  .aboutAllenTemple #g-header .newComers.flex {
    display: block;
  }
  .aboutAllenTemple #g-header .newComers.flex > div:nth-of-type(1) {
    display: none;
  }
  .aboutAllenTemple #g-header .newComers.flex > div:nth-of-type(2) {
    width: 100%;
  }
  .aboutAllenTemple #g-features .flex.whatWeBelive {
    display: block;
  }
  .aboutAllenTemple #g-features .flex.whatWeBelive .left {
    display: flex;
    align-items: center;
  }
  .aboutAllenTemple #g-features .flex.whatWeBelive .left img {
    max-width: 20vw;
  }
  .aboutAllenTemple .flex.campusTour {
    display: block;
  }
  .aboutAllenTemple .flex.campusTour > div:nth-of-type(1) {
    border-right: none;
  }
  .aboutAllenTemple .flex.campusTour > div:nth-of-type(2) {
    width: 100%;
  }
}
@media only all and (max-width: 508px) {
  .pastorTitle {
    font-size: 2.5rem;
  }
  .pastorName {
    font-size: 1.5rem;
  }
}
@media only all and (max-width: 30rem) {
  #g-mainbar {
    padding-left: 0;
  }
}
@media only all and (max-width: 440px) {
  #g-header button i {
    display: none;
  }
}
@media only all and (max-width: 500px) {
  .topButtons {
    flex-flow: row wrap;
  }
  .canvasMenu .fa-bars {
    font-size: 2rem;
  }
  .logoBlock .g-content {
    padding: 0.938rem 2rem 0.938rem 0rem;
    margin: 0.625rem 0;
  }
  .g-logo.g-logo-helium img {
    max-width: 100%;
  }
  #g-navigation .g-container {
    width: calc(100% - 1rem);
  }
}
@media only all and (max-width: 425px) {
  .loginModal .g-particle {
    justify-content: center;
    gap: 2rem;
  }
}
@media screen and (width < 768px) {
  #g-header .hero-slides {
    margin-top: 0px !important;
  }
}
/*# sourceMappingURL=custom__body_only.css.map */