html { scroll-behavior: smooth; }

.bg-grey-100 {
    background: #F9F9F9;
}

.bg-dark-blue {
    background: #0B2655;
}

.bg-even-dark-blue {
    background: #081938;
}

.bg-white {
    background: #fff;
}

.bg-orange {
    background: #D7764D;
}

.bg-brown {
    background: #863A2F;
}

.style-h1 {
    font-size: 80px;
	max-width: 720px;
    line-height: 84px;
    text-transform: none;
    margin-bottom: 24px;
    font-weight: 700;
    display: block;
}

.style-64 {
    font-size: 64px;
    line-height: 72px;
    text-transform: none;
    margin-bottom: 24px;
    font-weight: 800;
    display: block;
}

.style-58 {
    font-size: 56px;
    line-height: 64px;
    text-transform: none;
    margin-bottom: 32px;
    font-weight: 800;
    display: block;
}

.style-h2 {
    font-size: 48px;
    line-height: 52px;
    text-transform: none;
    margin-bottom: 32px;
    font-weight: 700;
    display: block;
}

.style-h3 {
    font-size: 32px;
    line-height: 36px;
    text-transform: none;
    /* margin-bottom: 32px; */
    margin-bottom: 16px;
    font-weight: 600;
    display: block;
}

.style-h4 {
    font-size: 24px;
    line-height: 36px;
    text-transform: none;
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
}

.style-redrains {
    font-size: 88px;
    line-height: 88px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 400;
    display: block;
}

.style-aurelie-smith {
    font-size: 56px;
    line-height: 64px;
    display: block;
}

.style-engravers-mt {
    font-size: 128px;
    line-height: 136px;
    text-transform: uppercase;
    margin-bottom: 32px;
    display: block;
    font-weight: 400;
}

.style-lar {
    font-size: 96px;
    line-height: 110px;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 24px;
}

.style-lar strong {
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.style-lar span {
    display: inline-block;
    white-space: nowrap;
    position: relative;
}

.style-lar span::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 95%;
    width: 100%;
    background: #fff;
    z-index: -1;
}

a.all-sermons.nectar-button.regular-button {
    border: 2px solid white;
    background: none;
	text-align: center;
}

.agenda-buttons {
    display: flex;
    gap: 16px;
}

.ministry-section .agenda-buttons {
    justify-content: center;
}

button.nectar-button {
    border: none;
    background: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

a.has-icon.nectar-button.regular-button {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.large:not(.see-through):not(.see-through-2):not(.see-through-3) {
    padding-right: 46px !important;
    padding-left: 46px !important;
}

.button-rounded {
    padding: 0 32px;
    height: 100%;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase !important;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 20px;
    transition: all .3s ease-in-out;
}

.button-rounded:hover {
    color: #fff;
    opacity: .6;
}

.button-rounded.button-border.text-brown {
    border-color: #863A2F;
    color: #863A2F;
    text-transform: uppercase !important;
    font-size: 16px !important;
    line-height: 20px;
}

.button-rounded.button-border.text-brown:hover {
    opacity: .6;
}

.eyebrow {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.eyebrow-xs {
    font-size: 12px;
    line-height: 12px;
}

.eyebrow-s {
    font-size: 14px;
    line-height: 14px;
}

.eyebrow-m {
    font-size: 16px;
    line-height: 16px;
}

.eyebrow-l {
    font-size: 18px;
    line-height: 18px;
}

.text-montserrat, .text-montserrat strong {
    font-family: 'Montserrat', sans-serif;
}

.text-redrains {
    font-family: 'Redrains', sans-serif;
}

.text-aurelie-smith {
    font-family: 'Aurelie Smith', sans-serif;
}

.text-engravers-mt {
    font-family: 'Engravers MT', sans-serif;
}

.text-inter {
    font-family: 'Inter', sans-serif;
}

.text-xxl {
    font-size: 24px;
    line-height: 32px;
}

.text-xl {
    font-size: 20px;
    line-height: 26px;
}

.text-l {
    font-size: 18px;
    line-height: 26px;
}

.text-m {
    font-size: 16px;
    line-height: 24px;
    color: #6f6f6f;
}

.d-block {
    display: block;
}

.text-white {
    color: #fff;
}

.text-orange {
    color: #D7764D;
}

.text-grey-100 {
    color: #F9F9F9;
}

.text-grey-200 {
    color: #E9E9E9;
}

.text-grey-500 {
    color: #A6A6A6;
}

.text-grey-700 {
    color: #636363;
}

.text-grey-800 {
    color: #3A3A3A;
}

.text-dark-blue {
    color: #0B2655;
}

.text-dark {
    color: #000000;
}

.text-brown {
    color: #863A2F;
}

.bold-brown strong {
    color: #863A2F;
}

.text-medium {
    font-weight: 500;
}

.text-semibold {
    font-weight: 600;
}

.text-bold {
    font-weight: 700;
}

.text-extrabold {
    font-weight: 800;
}

.text-right {
    text-align: right;
}

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

.mb-48 {
    margin-bottom: 48px;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mb-24 {
    margin-bottom: 24px;
}

.pr-48 {
    padding-right: 48px;
}

.limit-800 {
    width: 800px;
    max-width: 100%;
    margin: auto;
}

.limit-590 {
    width: 590px;
    max-width: 100%;
    margin: auto;
}

.ministries-section {
    padding: 120px 0 60px;
}

.ministries-header p {
    width: 485px;
    max-width: 100%;
}

.ministries-body {
    margin-top: 140px;
    position: relative;
    height: 270px;
}

.ministries-svg {
    position: absolute;
    right: 0;
    top: -60px;
    z-index: 12;
}

.ministries-svg-arrow {
    position: absolute;
    inset: 0 0 0 0;
    margin: auto;
}

.ministries-svg-text {
    animation: rotate 12s linear infinite;
}

@keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}

.swiper-ministries {
    overflow: visible;
}

.swiper-ministries .swiper-slide {
    width: 380px;
    height: 270px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: #ccc;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.swiper-ministries .swiper-slide-active {
    transform-origin: right;
    transform: translateY(-100px);
    width: 620px;
    height: 500px;
}

.swiper-ministries .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-ministries .swiper-slide svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.swiper-ministries .swiper-slide-prev {
    /* transform: translateX(-65px); */
}

.ministries-intro-section {
    padding: 140px 0 96px;
}

.ministries-intro-image {
    height: 640px;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
}

.ministries-intro-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.bible-verse {
    margin-top: 120px;
    padding: 150px;
    position: relative;
    overflow: hidden;
}

.bible-verse-content {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bible-verse-text {
    font-size: 40px;
    line-height: 52px;
}

.bible-verse-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    z-index: 1;
}

.bible-verse-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bible-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bible-bg-1 {
    z-index: 5;
    background: #D7764D;
    opacity: .7;
}

.bible-bg-2 {
    z-index: 4;
    mix-blend-mode: screen;
    background: #D7764D;
}

.bible-bg-3 {
    z-index: 3;
    mix-blend-mode: multiply;
    background: #000;
    opacity: .3;
}

.bible-bg-4 {
    z-index: 2;
    mix-blend-mode: multiply;
    background: #000;
    opacity: .3;
}

.bible-bg-5 {
    z-index: 2;
    mix-blend-mode: color;
    background: #0B2655;
}

.last-message-section {
    padding: 96px 0;
}

.content-middle {
    align-items: center;
}

.events-and-meetings-section {
    padding: 96px 0;
}

.events-and-meetings-image {
    height: 470px;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
}

.events-and-meetings-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.events-and-meetings-time {
    display: flex;
    align-items: center;
    gap: 16px;
}

.special-events {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

.special-events-section {
    padding: 128px 0;
}

.special-event-thumb {
    position: relative;
    overflow: hidden;
    height: 280px;
    border-radius: 4px;
}

.special-event-date {
    position: absolute;
    top: 24px;
    right: 24px;
    background: rgba(11, 38, 85, .5);
    border-radius: 4px;
    width: 65px;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.special-event-month {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.special-event-day {
    font-size: 32px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.special-event-image {
    width: 100%;
    height: 100%;
}

.special-event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.special-event-infos {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.special-event-infos span {
    margin-bottom: 0;
}

.special-event-infos p {
    margin-top: 8px;
}

.faq-section {
    padding: 128px 0;
    position: relative;
    z-index: 0;
}

.last-section {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.last-section .container {
    position: relative;
    z-index: 5;
}

.last-section.first-section {
    height: 360px;
}

.last-section.auto-section {
    height: auto;
    padding: 72px 0;
}

.last-section.hr {
    height: 30px;
    background: #d6764f;
}

.faq {
    border-bottom: 2px solid rgba(0,0,0,0.08);
    margin-bottom: 30px;
    cursor: pointer;
}

.faq.no-border {
    border: none;
}

.faq.no-border .faq-header span {
    color: #0B2655;
}

.faq-header {
    position: relative;
    margin-bottom: 30px;
}

.faq-header-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.faq-header span {
    font-size: 22px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
    display: block;
    font-family: 'Montserrat';
}

.faq-header i {
    content: "";
    margin-left: -2px;
    font-family: FontAwesome;
    width: 32px;
    height: 30px;
    position: relative;
    border: 2px solid #888;
    border-radius: 30px 30px;
    -ms-transition: border-color .15s ease;
    transition: border-color .15s ease;
    -webkit-transition: border-color .15s ease;
}

.faq-header i::before {
    content: " ";
    top: 14px;
    left: 6px;
    margin-top: -2px;
    width: 14px;
    height: 2px;
    position: absolute;
    background-color: #888;
    transition: background-color 0.15s ease;
}

.faq-header i::after {
    content: " ";
    top: 6px;
    left: 14px;
    width: 2px;
    margin-left: -2px;
    height: 14px;
    position: absolute;
    background-color: #888;
    transform-origin: center;
    transition: transform 0.45s cubic-bezier(.3,.4,.2,1), background-color 0.15s ease;
}

.faq-body {
    overflow: hidden;
    display: none;
}

.faq-body p {
    font-size: 18px;
    line-height: 32px;
    color: #6f6f6f;
    font-weight: 400;
    padding-right: 60px;
    font-family: 'Montserrat', sans-serif;
}

.faq.active .faq-body {
    display: block;
}

.faq.active .faq-header i, .faq.active .faq-header span,
.faq:hover .faq-header i, .faq:hover .faq-header span {
    color: #D7764D;
    border-color: #D7764D;
}

.faq.active .faq-header i::after, .faq.active .faq-header i::before,
.faq:hover .faq-header i::after, .faq:hover .faq-header i::before {
    background-color: #D7764D;
}

.faq.faq-brown.active .faq-header i, .faq.faq-brown.active .faq-header span,
.faq.faq-brown:hover .faq-header i, .faq.faq-brown:hover .faq-header span {
    color: #863A2F;
    border-color: #863A2F;
}

.faq.faq-brown.active .faq-header i::after, .faq.faq-brown.active .faq-header i::before,
.faq.faq-brown:hover .faq-header i::after, .faq.faq-brown:hover .faq-header i::before {
    background-color: #863A2F;
}

.faq.active .faq-header i::after {
    transform: scale(1, 0) rotate(90deg);
}

.faq.active .faq-header svg {
    transform: rotate(180deg);
}

.contact-section {
    overflow: hidden;
}

.contact-wrapper {
    display: flex;
}

.contact-left {
    width: 40%;
    padding: 100px 0;
    padding-right: 135px;
    align-self: center;
}

.contact-right {
    position: relative;
    width: 60%;
    padding: 100px 0;
    padding-left: 100px;
}

.contact-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0B2655;
    width: 5000px;
    height: 100%;
}

.contact-section form {
    position: relative;
    z-index: 1;
    color: #fff;
}

.contact-section form input {
    background: #fff;
    margin-bottom: 16px;
}

.contact-section form textarea {
    height: 200px;
    background: #fff;
    margin-bottom: 16px;
}

.contact-section form label {
    color: #fff;
}

.contact-line {
    display: flex;
    margin-bottom: 24px;
}

.contact-line-icon {
    width: 40px;
    padding-top: 5px;
}

.contact-line-info {
    flex: 1;
}

.contact-line-info a, .contact-line-info p {
    color: #636363;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-line-info p strong {
    color: #0B2655;
    display: block;
}

.contact-section form label {
    font-size: 16px;
    font-weight: 300 !important;
    font-family: 'Montserrat';
}

.contact-section form .flex {
    display: flex;
    gap: 32px;
}

.flex div {
    flex: 1;
}

.hero-section {
    padding: 126px 0;
    text-align: center;
}

.intro-section {
    padding: 96px 0;
}

.intro-section .vc_column-inner, .intro-section .wpb_wrapper, .intro-section .context-box {
    height: 100%;
}

.context-box {
    padding: 32px;
    font-family: 'Montserrat';
}

.context-box-list {
    margin-bottom: 16px;
}

.context-box-title {
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    color: #D7764D;
    text-transform: uppercase;
}

.context-box-value {
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 14px;
    display: block;
}

.banner-section {
    overflow: hidden;
    position: relative;
}

.banner-image {
    position: absolute;
    width: 55%;
    height: 100%;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-wrapper {
    display: flex;
}

.banner-left {
    width: 55%;
    padding: 100px 0;
    padding-right: 135px;
    align-self: center;
}

.banner-right {
    position: relative;
    width: 45%;
    padding: 100px 0;
    padding-left: 100px;
}

/* Easter 2024 */

.landing-header {
    padding-top: 40px;
}

.landing-header .wpb_row {
    margin-bottom: 0;
}

.button-back {
    display: flex;
    align-items: center;
    gap: 8px;
}

.button-icon {
    display: inline-flex;
    gap: 8px;
}

.button-border {
    background: none;
    border: 2px solid #0B2655;
    font-weight: 500;
    color: #0B2655;
    text-transform: none !important;
    font-size: 18px !important;
    letter-spacing: 0;
}

.button-border:hover {
    color: #0B2655;
}

.verse-box {
    padding: 64px 96px;
    background: rgba(255, 255, 255, .6);
    margin-bottom: 64px;
}

.verse-text {
    color: #0B2655;
    font-family: 'Montserrat';
    font-size: 21px;
    line-height: 32px;
    font-weight: 500;
}

.verse-info {
    color: #0B265550;
}

.cards-section {
    margin-bottom: 64px;
}

.cards-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 64px;
}

.event {
    position: relative;
    padding: 48px;
}

.event-background {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.event-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-infos {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 2;
}

.event-infos .style-h3 {
    margin-bottom: 16px;
}

.event-infos p {
    padding-bottom: 0;
}

.event-infos span {
    display: block;
}

.event-infos div:nth-child(2), .event-infos div:nth-child(3) {
    max-width: 60%;
}

.event-icon {
    display: flex !important;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.event-icon svg {
    margin-top: 4px;
}

.event-icon div:first-child {
    width: 25px;
}

.event-icon div:last-child {
    flex: 1;
}

.event-text {
    font-size: 14px;
    line-height: 24px;
    color: #6F6F6F;
}

.event:nth-child(1) .color-primary {
    color: #374535
}

.event:nth-child(1) .color-secondary {
    color: #4E634C
}

.event:nth-child(1) .color-tertiary {
    color: #839282
}

.event:nth-child(1) svg path {
    fill: #839282
}

.event:nth-child(2) .color-primary {
    color: #432F4E
}

.event:nth-child(2) .color-secondary {
    color: #60436F
}

.event:nth-child(2) .color-tertiary {
    color: #A08EA9
}

.event:nth-child(2) svg path {
    fill: #A08EA9
}

.event:nth-child(3) .color-primary {
    color: #491616
}

.event:nth-child(3) .color-secondary {
    color: #68201F
}

.event:nth-child(3) .color-tertiary {
    color: #956362
}

.event:nth-child(3) svg path {
    fill: #956362
}

.event:nth-child(4) .color-primary {
    color: #635746
}

.event:nth-child(4) .color-secondary {
    color: #C5AD8B
}

.event:nth-child(4) .color-tertiary {
    color: #D1BDA2
}

.event:nth-child(4) svg path {
    fill: #D1BDA2
}

.share-section {
    background: rgba(255, 255, 255, .6);
    backdrop-filter: blur(14px);
    padding: 64px 0;
    position: relative;
    z-index: 2;
}

.share-buttons {
    display: inline-flex;
    gap: 18px;
}

.background-top {
    position: relative;
}

.texture-top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 80%;
}

.background-bottom {
    position: relative;
}

.texture-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Love & Respect */

.lar-section {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.lar-background {
    position: absolute;
    left: -62px;
    top: 0;
    width: calc(100% + 62px);
    height: 100%;
    overflow: hidden;
}

.lar-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lar-flex {
    display: flex;
    gap: 62px
}

.lar-left {
    width: 40%;
    padding-top: 100px;
    padding-bottom: 32px;
    padding-left: 90px;
    padding-right: 62px;
    position: relative;
    z-index: 3;
}

.lar-right {
    width: 60%;
    position: relative;
}

.lar-description {
    width: 420px;
    max-width: 100%;
}

.lar-buttons {
    padding-top: 24px;
    display: flex;
    gap: 24px;
}

.lar-schedule {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 24px 56px;
    display: flex;
    gap: 62px;
    z-index: 3;
    border-radius: 24px 0 0 0;
    backdrop-filter: blur(10px);
    background: rgba(0,0,0,.5);
}

.lar-schedule span {
    display: block;
    margin-bottom: 6px;
}

.video-section {
    padding-top: 64px;
}

.video-thumb {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.video-layer {
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;;
}

.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all .3s ease-in-out;
}

.video-thumb:hover img {
    transform: scale(1.2);
}

.conference-section {
    padding: 64px 0;
}

.conference-section .wpb_row {
    margin-bottom: 0 !important;
}

.conference-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 32px;
}

.conference-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grey-box {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.grey-box p {
    padding-bottom: 0;
}

.grey-box a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.schedule-section {
    padding: 96px 0;
}

.schedule-list {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 64px;
}

.schedule-item {
    border-radius: 16px;
    border: 1px solid #000;
    display: flex;
    gap: 32px;
    padding: 20px 32px;
}

.schedule-item div:first-child {
    white-space: nowrap;
}

.schedule-title {
    flex: 1;
}

.schedule-item div:last-child {
    text-align: right;
}

.ticket-section {
    padding: 128px 0 62px;
}

.ticket-plan {
    display: flex;
    justify-content: center;
    gap: 56px;
    margin-top: 96px;
}

.ticket-item {
    margin-bottom: 40px;
    border-bottom: none;
    padding-bottom: 40px;
    width: 455px;
    max-width: 100%;
    padding: 48px 56px;
    background: #fff;
    border-radius: 16px;
    text-align: center;
}

.ticket-item p {
    margin-bottom: 40px;
}

.ticket-image img {
    width: 100%;
    height: auto;
}

.ticket-tag {
    display: inline-flex;
    align-items: center;
    padding: 0 24px;
    background: #863A2F;
    border-radius: 16px;
    justify-content: center;
    margin-bottom: 16px;
    height: 42px;
    gap: 4px;
}

.ticket-tag span {
    margin-bottom: 0;
}

.max-800 {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.max-1000 {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.acomodations-section {
    padding: 96px 0;
}


.acomodations-image {
    position: relative;
}

.acomodations-image img {
    float: right;
    max-width: inherit !important;
}

.acomodations-col {
    width: 440px;
    max-width: 100%;
    margin-bottom: 100px !important;
}

.acomodations-item {
    margin-bottom: 40px;
    border-bottom: 1px solid #863A2F40;
    padding-bottom: 40px;   
    
}

.acomodations-item:last-child {
    border: none;
    padding-bottom: 0;
}

.show-tablet {
    display: none;
}

/* New Ministries */

.agenda-header {
    padding: 180px 0;
    position: relative;
    background: #000;
}

.agenda-content {
    position: relative;
    width: 60%;
    z-index: 3;
}

.agenda-layer {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 75%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.agenda-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    object-position: 50% 50%;
}

.ministries-video {
    aspect-ratio: 1017/572;
    background: #B4B4B4;
}

.ministry-section {
    padding: 96px 0;
    position: relative;
    z-index: 0;
}

.ministry-section .sms-optin {
	font-size: 24px;
	color: white;
	font-weight: 600;
}

.ministry-section .sms-optin em {
	font-size: 24px;
	color: white;
	font-weight: 400;
	letter-spacing: 0.015em;
}

.upcoming-events {
    display: flex;
    gap: 32px;
}

.upcoming-events-box {
    background: #F9F9F9;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.upcoming-events-date {
    margin-bottom: 24px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.upcoming-events-date span, .upcoming-events-date h2 {
    margin-bottom: 0;
}

.image-grid {
    margin-top: 82px; 
    display: grid; 
    gap: 32px;
}

.image-grid div {
    width: 100%;
    aspect-ratio: 530 / 460;
}

.image-grid div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.thumb img {
    display: block;
    margin: 0 !important;
}

.thumb svg {
    width: 80px;
    height: 80px;
    position: absolute;
    inset: 0;
    z-index: 2;
    margin: auto;
}

.thumb a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.ministry-form-holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ministry-form-fields {
    display: flex;
    gap: 32px;
}

.ministry-form-fields div {
    flex: 1;
}

.ministry-form-fields input {
    background: #fff;
}

.ministry-form-button {
    text-align: center;
    width: 100%;
}

.ministry-form-button input {
    padding: 16px 32px;
}

@media(max-width: 1460px) {
    .lar-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .agenda-content {
        width: 80%;
    }
}

@media(max-width: 1023px) {
    .ministry-section .agenda-buttons {
        align-items: center;
    }

    .upcoming-events {
        flex-direction: column;
    }

    .lar-flex {
        display: flex;
        gap: 32px;
    }

    .lar-buttons {
        padding-top: 0;
        align-items: flex-start;
    }

    .style-lar {
        font-size: 36px;
        line-height: 50px;
        text-transform: none;
        font-weight: 500;
        margin-bottom: 12px;
    }

    .lar-schedule {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 95%;
        padding: 12px 24px;
        display: flex;
        gap: 32px;
        z-index: 3;
        border-radius: 24px 0 0 0;
        backdrop-filter: blur(10px);
        background: rgba(0, 0, 0, .5);
    }

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

    .button-rounded, .button-rounded.button-border.text-brown {
        padding: 0 16px;
        height: 42px;
        font-size: 12px !important;
        text-transform: uppercase !important;
    }

    .lar-schedule span {
        display: block;
        margin-bottom: 0px;
        font-size: 12px;
        line-height: 18px;
    }

    .video-thumb {
        height: 300px;
    }

    .conference-section, .video-section, .schedule-section {
        padding: 24px 0;
    }

    .style-h2, .mb-48 {
        margin-bottom: 16px;
    }

    .conference-gallery {
        gap: 12px;
    }

    .tabs {
        margin-bottom: 24px;
    }

    .schedule-item {
        border-radius: 16px;
        border: 1px solid #000;
        display: flex;
        gap: 0px;
        padding: 20px 32px;
        flex-direction: column;
    }

    .schedule-list {
        margin-bottom: 24px;
    }

    .ticket-section {
        padding: 64px 0 0px;
    }

    .ticket-plan {
        display: flex;
        justify-content: center;
        gap: 0px;
        margin-top: 16px;
        flex-direction: column;
        align-items: center;
    }

    .ticket-item {
        padding: 24px 36px;
    }

    .acomodations-section {
        padding: 16px 0;
    }

    .acomodations-col {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px !important;
    }

    .pr-48 {
        padding: 0;
    }

    .acomodations-image img {
        float: none;
        max-width: 100% !important;
    }

    .lar-buttons {
        flex-direction: row;
    }

    .hide-tablet {
        display: none;
    }

    .show-tablet {
        display: inline-block;
    }

    .tablet-d-flex {
        display: flex;
        justify-content: space-between;
    }
}

@media(max-width: 1024px) and (min-width: 821px) {
    .hero-section {
        padding: 96px 0;
    }

    .lar-right, .lar-left {
        width: 50%;
    }

    .faq-section .text-center {
        /* text-align: left; */
        margin-bottom: 30px;
    }

    .intro-section .wpb_column, .intro-section .vc_column-inner {
        flex-direction: column;
    }

    .banner-wrapper {
        flex-direction: column;
    }

    .banner-image {
        position: relative;
        width: 100%;
        height: auto;
    }

    .banner-left {
        padding: 0;
    }

    .banner-right {
        padding: 30px 0 0;
        padding-left: 0;
        width: 100%;
    }

    .event-infos div:nth-child(2), .event-infos div:nth-child(3) {
        max-width: 100%;
    }

    .event-background {
        opacity: .2;
    }

    .lar-left {
        width: 100%;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 30px;
        padding-right: 30px;
        position: relative;
        z-index: 3;
    }

    .lar-right {
        height: 400px;
        width: 100%;
    }
}

@media(max-width: 820px) {
    .lar-left {
        width: 100%;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 30px;
        padding-right: 30px;
        position: relative;
        z-index: 3;
    }

    .lar-right {
        height: 400px;
        width: 100%;
    }

    .lar-flex {
        flex-direction: column;
    }

    .agenda-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .wpb_wrapper {
        width: 100%;
    }
    
    .style-h1 {
        font-size: 44px;
        line-height: 50px;
        margin-bottom: 12px;
    }

    .style-h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }

    .style-h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .style-h4 {
        font-size: 20px;
        line-height: 28px;
    }
    
    .eyebrow-l {
        font-size: 16px;
        line-height: 18px;
    }

    .eyebrow-m {
        font-size: 14px;
        line-height: 18px;
    }

    .text-l {
        font-size: 16px;
        line-height: 20px;
    }

    .ministries-section {
        padding: 30px 0 40px;
    }

    .ministries-header p {
        padding-bottom: 0;
    }

    .ministries-body {
        margin-top: 30px;
        height: auto;
    }
    
    .ministries-svg {
        transform: scale(.9);
    }

    .swiper-ministries .swiper-slide {
        width: 90%;
        height: 220px;
    }

    .swiper-ministries .swiper-slide-active {
        transform-origin: right;
        transform: scale(1);
        width: 90%;
    }

    .ministries-intro-section {
        padding: 30px 0 40px;
    }

    .ministries-intro-image {
        height: 260px;
    }

    .bible-verse {
        margin-top: 40px;
        padding: 60px 30px;
    }

    .bible-verse-text {
        font-size: 24px;
        line-height: 30px;
    }

    .last-message-section {
        padding: 30px 0 0;
    }

    .events-and-meetings-section {
        padding: 30px 0 0;
    }

    .events-and-meetings-image {
        height: 260px;
    }

    .special-events-section {
        padding: 30px 0 10px;
    }

    .special-events {
        grid-template-columns: 1fr;
    }

    .special-events-section .vc_row-flex, .special-events-section .wpb_column {
        margin-bottom: 0 !important;
    }

    .faq-section .vc_row-flex {
        margin-bottom: 0 !important;
    }

    .faq-section {
        padding: 40px 0;
    }

    .faq-header {
        padding-right: 60px;
    }

    .faq-header span {
        font-size: 18px;
        line-height: 24px;
    }

    .contact-wrapper {
        display: block;
    }

    .contact-left {
        width: 100%;
        padding: 30px 0;
        padding-right: 0;
    }

    .contact-line {
        display: flex;
        margin-bottom: 12px;
    }
    
    .contact-right {
        position: relative;
        width: 100%;
        padding: 30px 0;
        padding-left: 0;
    }

    .contact-right::before {
        content: '';
        position: absolute;
        top: 0;
        left: -200px;
        background: #0B2655;
        width: 5000px;
        height: 100%;
    }

    .hide-sm {
        display: none !important;
    }

    .hero-section {
        padding: 40px 0;
        text-align: center;
    }
    
    .intro-section {
        padding: 40px 0;
    }

    .intro-section .style-h2 {
        margin-bottom: 0;
    }

    .last-section.first-section {
        height: 200px;
    }

    .style-aurelie-smith {
        font-size: 40px;
        line-height: 40px;
    }

    .style-redrains {
        font-size: 42px;
        line-height: 52px;
    }

    .banner-wrapper {
        flex-direction: column;
    }

    .banner-image {
        position: relative;
        width: 100%;
        height: auto;
    }

    .banner-right {
        padding: 30px 0 0;
        padding-left: 0;
        width: 100%;
    }

    .banner-left {
        padding: 0;
    }

    .faq-section .text-center {
        text-align: left;
        margin-bottom: 30px;
    }

    .event-infos div:nth-child(2), .event-infos div:nth-child(3) {
        max-width: 100%;
    }

    .verse-box {
        padding: 32px;
    }

    .verse-text {
        font-size: 20px;
    }

    .style-engravers-mt {
        font-size: 78px;
        line-height: 66px;
    }

    .cards-holder {
        grid-template-columns: 1fr;
    }

    .landing-header {
        padding-top: 0;
    }
    
}

@media(max-width: 628px) {
	
	.agenda-layer {
  	   background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 25%, rgba(255, 255, 255, 0) 100%);
  	  opacity: 60%;
	}
	
	
    .lar-buttons {
        flex-direction: column;
    }

    .button-back span {
        display: none;
    }

    .event {
        padding: 24px;
    }

    .event-background {
        opacity: .2;
    }

    .verse-text {
        font-size: 16px;
        line-height: 24px;
    }

    .share-buttons {
        flex-direction: column;
        gap: 8px;    
    }
}

.tabs {
    display: flex;
    position: relative;
    background-color: #863A2F15;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 260px;
    margin: 0 auto;
    height: 50px;
    padding: 8px;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 64px;
}

.tab {
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    color: #863A2F;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    width: 100px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.tab.active {
    color: #fff;
}

.pill {
    position: absolute;
    top: 8px;
    width: 100px;
    height: calc(100% - 16px);
    background-color: #863A2F;
    border-radius: 25px;
    transition: transform 0.3s ease;
    z-index: 0;
}

.content{
    display: none;
}

.content.active {
    display: block;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
    #header-outer #top nav, .slider-nav span span {
        display: none !important;
    }

    #top #mobile-cart-link, #top .mobile-search, #top .span_9>.slide-out-widget-area-toggle {
        display: inline-block;
    }

    body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark=true] img.starting-logo.dark-version, body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting=true] img.starting-logo:not(.dark-version):not(.mobile-only-logo), body #header-outer:not(.transparent) #top .span_3 #logo[data-supplied-ml=true] img:not(.mobile-only-logo) {
        display: none !important;
    }

    #top #logo .retina-logo, #top .span_3 #logo .mobile-only-logo {
        display: block !important;
    }

    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 50px !important;
        width: auto !important;
    }

    .container {
        max-width: var(--mobile-container-width) !important;
        padding: 0;
    }
}

.agenda-verses::before {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 24px;
}

.agenda-verses p {
    letter-spacing: 0;
    max-width: 100%;
    display: inline-block;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    letter-spacing: 0;
    max-width: 100%;
    display: inline-block;
    width: 470px;
    font-weight: bold;
}

.agenda-verses em {
    letter-spacing: 0;
    max-width: 100%;
    display: inline-block;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    max-width: 100%;
    display: inline-block;
    width: 470px;
    margin-bottom: 12px;
}

/* Ministries Listing Page */

#ministries-page {
    overflow-x: hidden;
}

#ministries-page .ministries-hero {
    padding: 128px 0;
    background-color: #fff;
}

#ministries-page .ministries-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 715px) minmax(0, 1fr);
    gap: 48px 64px;
    align-items: center;
    min-height: 144px;
}

#ministries-page .ministries-hero-left {
    max-width: 715px;
}

#ministries-page .ministries-hero-left .style-64 {
    margin-bottom: 0;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: 800;
    color: #0B2655;
}

#ministries-page .ministries-hero-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    margin-left: auto;
    max-width: 592px;
    width: 100%;
}

#ministries-page .ministries-hero-description {
    width: 100%;
    max-width: 350px;
    margin: 0;
    padding-bottom: 0 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #6F6F6F;
    text-align: right;
}

@media (max-width: 820px) {
    #ministries-page .ministries-hero-description {
        text-align: left;
    }
}

#ministries-page .ministries-hero-cta {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    background: #D7764D !important;
    color: #fff !important;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

#ministries-page .ministries-hero-cta span {
    color: #fff;
}

@media (min-width: 1025px) and (max-width: 1280px) {
    #ministries-page .ministries-hero {
        padding: 96px 0;
    }

    #ministries-page .ministries-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 32px 40px;
        align-items: center;
        min-height: 0;
    }

    #ministries-page .ministries-hero-left {
        max-width: 100%;
    }

    #ministries-page .ministries-hero-left .style-64 {
        font-size: 56px;
        line-height: 64px;
    }

    #ministries-page .ministries-hero-right {
        max-width: 100%;
        gap: 24px;
    }

    #ministries-page .ministries-hero-description {
        max-width: 100%;
        text-align: right;
    }
}

#ministries-page .ministries-grid-section {
    padding-top: 0;
    padding-bottom: 113px !important;
}

#ministries-page .ministry-applications-results,
#ministries-page .vc_row-fluid,
#ministries-page .row_col_wrap_12,
#ministries-page .wpb_column,
#ministries-page .row {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
}

#ministries-page .filter-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 45px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

#ministries-page .ministries-listing-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 24px;
    border-radius: 8px;
    background: #fff7ed;
    color: #7c2d12;
    font-size: 14px;
    line-height: 22px;
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 11%;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
    transition: transform .65s cubic-bezier(.05, .2, .1, 1), box-shadow .65s cubic-bezier(.05, .2, .1, 1);
}

#ministries-page .filter-results .nectar-fancy-box.is-hidden {
    display: none !important;
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"]:after {
    display: none;
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] .box-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.2%;
    height: 100.2%;
    z-index: 1;
    overflow: hidden;
    background-color: #f4f4f4;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform 1s ease, opacity .5s ease .25s;
    -webkit-transition: transform 1s ease, opacity .5s ease .25s;
    transform: scale(1);
    -webkit-transform: scale(1);
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] .box-bg:before,
#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] .box-bg:after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    display: block;
    content: '';
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, .75) 100%);
    transition: opacity .65s cubic-bezier(.05, .2, .1, 1);
    -webkit-transition: opacity .65s cubic-bezier(.05, .2, .1, 1);
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] .box-bg:before {
    z-index: 2;
    opacity: 1;
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] .box-bg:after {
    z-index: 3;
    background-color: transparent !important;
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"][data-color="accent-color"] .box-bg:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--nectar-accent-color, #d6764f) 100%);
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] .box-bg:after,
#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"].hovered .box-bg:before {
    opacity: 0;
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"].hovered .box-bg:after {
    opacity: 1;
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"][data-bg-animation="long_zoom"].hovered .box-bg {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: transform 9s cubic-bezier(.1, .2, .7, 1);
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"]:not(.disable-hover-movement).hovered {
    transform: translateY(-10px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, .22);
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] .box-bg-image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-color: #f4f4f4;
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] .inner {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 0;
    align-self: flex-end;
    pointer-events: none;
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] .inner,
#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] .inner * {
    color: #fff;
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] > .inner > .heading-wrap {
    transition: opacity .65s cubic-bezier(.05, .2, .1, 1), transform .65s cubic-bezier(.05, .2, .1, 1);
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] .heading-wrap h2 {
    margin: 0;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 33px;
    line-height: 38px;
    font-weight: 700;
    text-align: left;
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] .hover-content {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 10px;
    max-width: 80%;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .18s cubic-bezier(.05, .2, .1, 1), transform .18s cubic-bezier(.05, .2, .1, 1);
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"].hovered .hover-content {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .65s cubic-bezier(.05, .2, .1, 1) .15s, transform .65s cubic-bezier(.05, .2, .1, 1) .15s;
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] .hover-content p {
    margin: 0;
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] .hover-content p + p {
    margin-top: 8px;
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] .box-link {
    position: absolute;
    z-index: 100;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}

#ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] .box-link .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#ministries-page .ministries-community-section {
    padding: 96px 0 144px 0;
}

#ministries-page .ministries-community-header {
    margin-bottom: 60px;
}

#ministries-page .ministries-community-title {
    margin-bottom: 16px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: 800;
    color: #fff;
}

#ministries-page .ministries-community-subtitle {
    max-width: 998px;
    margin: 0;
    padding-bottom: 0 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #F9F9F9;
}

#ministries-page .ministries-community-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 45px;
    justify-content: start;
    width: 100%;
    max-width: 100%;
}

#ministries-page .ministry-community-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    max-width: 100%;
    min-height: 511px;
}

#ministries-page .ministry-community-card-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

#ministries-page .ministry-community-card-link:hover,
#ministries-page .ministry-community-card-link:focus-visible,
#ministries-page .ministry-community-card-link:hover .ministry-community-card-title,
#ministries-page .ministry-community-card-link:focus-visible .ministry-community-card-title {
    text-decoration: none;
}

#ministries-page .ministry-community-card-link:focus-visible {
    outline: 2px solid #D7764D;
    outline-offset: 4px;
    border-radius: 4px;
}

#ministries-page .ministry-community-card .ministry-community-thumb {
    width: 100%;
    height: 270px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

#ministries-page .ministry-community-card .ministry-community-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #f4f4f4;
    transform: scale(1);
    transition: transform 1s ease;
}

#ministries-page .ministry-community-card:hover .ministry-community-thumb img {
    transform: scale(1.12);
    transition: transform 6s cubic-bezier(.1, .2, .7, 1);
}

#ministries-page .ministry-community-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

#ministries-page .ministry-community-card-title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
}

#ministries-page .ministry-community-excerpt {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #F9F9F9;
}

#ministries-page .ministry-community-excerpt p {
    padding-bottom: 0 !important;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #F9F9F9;
}

#ministries-page .ministry-community-cta {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    background: #D7764D !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: auto;
    margin-bottom: 0 !important;
}

#ministries-page .ministry-community-cta span {
    color: #fff;
}

#ministries-page .nectar-button.large {
    margin-bottom: 0 !important;
    padding: 12px 16px !important;
}

#ministries-page .wpb_column {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 1024px) {
    #ministries-page .container,
    #ministries-page .container.main-content {
        width: 100%;
        max-width: var(--mobile-container-width) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    #ministries-page .ministries-hero {
        padding: 64px 0;
    }

    #ministries-page .ministries-hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    #ministries-page .ministries-hero-left .style-64 {
        font-size: 48px;
        line-height: 56px;
    }

    #ministries-page .filter-results {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
        row-gap: 45px;
    }

    #ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] {
        min-height: 380px !important;
    }

    #ministries-page .ministries-community-title {
        font-size: 48px;
        line-height: 56px;
    }

    #ministries-page .ministries-community-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 40px;
        row-gap: 45px;
        max-width: 100%;
        justify-content: start;
    }

    #ministries-page .ministry-community-card {
        max-width: 100%;
        min-height: 0;
    }

    #ministries-page .ministries-community-section {
        padding: 72px 0;
    }
}

@media (max-width: 820px) {
    #ministries-page .ministries-hero {
        padding: 40px 0;
    }

    #ministries-page .ministries-hero-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        min-height: 0;
    }

    #ministries-page .ministries-hero-left,
    #ministries-page .ministries-hero-right {
        max-width: 100%;
    }

    #ministries-page .ministries-hero-left .style-64 {
        font-size: 36px;
        line-height: 44px;
    }

    #ministries-page .ministries-hero-right {
        align-items: flex-start;
        gap: 24px;
    }

    #ministries-page .filter-results {
        grid-template-columns: 1fr;
        column-gap: 30px;
        row-gap: 45px;
    }

    #ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] {
        min-height: 320px !important;
    }

    #ministries-page .ministries-grid-section {
        padding-bottom: 64px !important;
    }

    #ministries-page .ministries-community-title {
        font-size: 36px;
        line-height: 44px;
    }

    #ministries-page .ministries-community-header {
        margin-bottom: 40px;
    }

    #ministries-page .ministries-community-cards {
        grid-template-columns: 1fr;
        column-gap: 30px;
        row-gap: 45px;
    }

    #ministries-page .ministry-community-card .ministry-community-thumb {
        height: 240px;
    }

    #ministries-page .ministry-community-card-title {
        font-size: 24px;
        line-height: 30px;
    }

    #ministries-page .ministries-community-section {
        padding: 56px 0;
    }

    #ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] {
        padding: 10%;
    }

    #ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] .heading-wrap h2 {
        font-size: 22px;
        line-height: 26px;
    }

    #ministries-page .filter-results .nectar-fancy-box[data-style="hover_desc"] .hover-content {
        font-size: 14px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    #ministries-page .ministries-hero-left .style-64 {
        font-size: 32px;
        line-height: 40px;
    }
}