html,
body {
    width: 100%;
    overflow-x: hidden;
}
input.paynbtn.single-pay.page_break_step.page-break-step-5 {
    display: none !important;
}
p.ticketadd__price + p, .price__item > div:nth-of-type(2) {
    display: none;
}
span[for="show_in_local_time"], label[for="show_in_local_time"] {
    display: none!important;
}
span.question-mark {
    display: none !important;
}
.row.keynotes-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#readcontent {
    width: 100%;
    overflow-x: hidden;
}

.theme-btn.btn-white {
    background: var(--white);
    color: rgba(37, 38, 56, 1);
}

.theme-btn.btn-white:hover,
.theme-btn.btn-white:focus {
    background: rgba(37, 38, 56, 1);
    color: var(--white);
}

/* body.homepage-body .header-content nav {
    display: none;
} */

.header-content .col-md-9.text-right {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.agenda-style-7 li[aria-label="Keynote"] {
    display: none;
}

#main-nav .navbar-nav {
    flex-direction: row;
}

/* =========================================================================
   TGC Agenda — Category Filter styles (dropdown version)
   ========================================================================= */

.agenda-category-filter {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px 0;
    padding: 14px 16px;
    background: #f7f6f3;
    border: 1px solid #e4e1d8;
    border-radius: 8px;
    float: right;
}

.agenda-category-filter__label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

.agenda-category-select {
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding: 8px 32px 8px 14px;
    border-radius: 6px;
    border: 1px solid #cfcabb;
    background-color: #fff;
    cursor: pointer;
    min-width: 220px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23555'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.19l3.71-3.96a.75.75 0 111.08 1.04l-4.25 4.53a.75.75 0 01-1.08 0L5.21 8.27a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

.agenda-category-select:hover {
    border-color: #a8a292;
}

.agenda-category-select:focus {
    outline: none;
    border-color: #6a3d9a;
    box-shadow: 0 0 0 3px rgba(106, 61, 154, 0.15);
}

.agenda-category-empty {
    padding: 30px 10px;
    text-align: center;
    color: #777;
    font-style: italic;
    font-size: 14px;
    /* display: none;  toggled on by JS only when a pane is emptied out */
}

@media (max-width: 600px) {
    .agenda-category-filter {
        display: flex;

        float: none;
    }

    .agenda-category-filter {
        flex-direction: column;
        align-items: flex-start;
    }

    .agenda-category-select {
        width: 100%;
    }
}



.col-xs-12.col-md-3.time:has(.round-label) .webinar_time {
    display: none;
}

/*Home page agenda----------------------*/
#event-schedule-section h2 {
    font-weight: 300;
    color: var(--white);
}

#event-schedule-section {
    background-color: #5a8a72;
    background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786000272schedule-brick-bg-png1786000272.png');
    background-size: cover;
    padding: 80px 0;
}

#event-schedule-section .schedule-main-title {

    font-size: 48px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
}

#event-schedule-section .schedule-day-tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 40px;
}

#event-schedule-section .schedule-day-tab {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    padding: 14px 60px;
    cursor: pointer;
    background: transparent;
    border: none;
    transition: background 0.2s;
    text-align: center;
    min-width: 220px;
    font-family: 'Empirica Headline';
}

#event-schedule-section .schedule-day-tab.active {
    background-color: #e56a46;
    color: #fff;
    border-radius: 3px;
}

#event-schedule-section .schedule-content-panel {
    display: none;
    max-width: 700px;
    margin: 0 auto 36px auto;
}

#event-schedule-section .schedule-content-panel.active {
    display: block;
}

#event-schedule-section .schedule-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 16px 0;
    /*border-bottom: 1px solid rgba(255,255,255,0.13);*/
}

#event-schedule-section .schedule-item:last-child {
    border-bottom: none;
}

#event-schedule-section .schedule-time {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    min-width: 80px;
    text-align: left;
    padding-top: 0px;
    opacity: 0.95;
}

#event-schedule-section .schedule-label {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    opacity: 0.95;
}

#event-schedule-section .schedule-cta-wrap {
    text-align: center;
    margin-top: 36px;
}

#event-schedule-section .schedule-breakout-btn {
    display: inline-block;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 18px 48px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #fff;
    transition: background 0.2s, color 0.2s;
}

#event-schedule-section .schedule-breakout-btn:hover {
    background: transparent;
    color: #fff;
}

#event-schedule-section .tabs-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 40px;
}




/* Event Font -------------------------*/
/* Empirica Headline Regular */
@font-face {
    font-family: 'Empirica Headline';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1775625376empiricaheadline-regular-woff21775625376.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1775625376empiricaheadline-regular-woff1775625376.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Empirica Headline Italic */
@font-face {
    font-family: 'Empirica Headline';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1775625375empiricaheadline-italic-woff21775625375.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1775625375empiricaheadline-italic-woff1775625375.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Empirica Headline Light */
@font-face {
    font-family: 'Empirica Headline';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1775625376empiricaheadline-light-woff21775625376.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1775625376empiricaheadline-light-woff1775625376.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Empirica Headline Light Italic */
@font-face {
    font-family: 'Empirica Headline';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1775625376empiricaheadline-lightitalic-woff21775625376.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1775625376empiricaheadline-lightitalic-woff1775625376.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Mallory Book (Regular) */
@font-face {
    font-family: 'Mallory';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1775625519mallory-book-woff21775625519.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1775625519mallory-book-woff1775625519.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Mallory Book Italic */
@font-face {
    font-family: 'Mallory';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1775625519mallory-bookitalic-woff21775625519.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1775625519mallory-bookitalic-woff1775625519.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Mallory Medium */
@font-face {
    font-family: 'Mallory';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1775625519mallory-medium-woff21775625519.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1775625519mallory-medium-woff1775625519.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Mallory Medium Italic */
@font-face {
    font-family: 'Mallory';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1775625519mallory-mediumitalic-woff21775625519.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1775625519mallory-mediumitalic-woff1775625519.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

.ts-speaker .speaker-img img {
    height: 100%;
    object-position: top;
    object-fit: cover;
}


.card-inner .speaker-img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    /* object-fit: contain !important; */
    object-fit: cover !important;
    aspect-ratio: auto !important;
}

.agenda-row .row1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.agenda-row .agenda-body h3 {
    margin-top: 20px;
    font-size: 24px;
    text-align: left;
    color: #252638;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: initial;
}

.agenda-row .time {
    background: #5E9075;
    padding: 30px 10px;
}

.agenda-row .row1 .col-xs-12.col-md-9 {
    border: 1px solid #ddd;
}

.agenda-row {
    margin-bottom: 5px;
}

.agenda-row .agenda-body .row {
    display: block;
    margin: 0;
}

.agenda-row .time p {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0px;
}

.agenda-row .agenda-body p {
    font-size: 16px;
    line-height: 22px;
}

.agenda-row .agenda-body h2 {
    font-size: 21px;
    color: #000;
    line-height: 28px;
}

.agenda-row .agenda-body p.highlight {
    padding: 15px 30px;
    border-radius: 30px 30px;
    background: #f2624b;
    color: #000;
    font-weight: 800;
    margin: 0px 0px;
    text-align: left;
}

.speaker2 {
    margin-top: 20px;
    padding-left: 74px;
    margin-bottom: 10px;
    position: relative;
    min-height: 80px;
}

.speaker2 img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid #ddd;
    position: absolute;
    top: -10px;
    left: 0;
    margin: 0;
}

span.designation {
    display: block;
    font-size: 13px;
    line-height: 16px;
}

.speaker2 a {
    color: #f2624b;
    font-size: 18px;
}

.nav-tabs {
    margin-bottom: 20px;
    border-bottom: 0px solid #ddd;
}

.nav-tabs>li>a {
    margin-right: 10px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 6px;
    padding: 15px 20px;
    background-color: #435F64;
    color: #fff;
    margin-bottom: 20px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #5E9075;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #5E9075;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}

.nav-tabs>li.active>a::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 17px solid #e56a46;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    display: none;
}

.agenda-style-7 {
    padding: 50px 0px;
}

h4.modal-title {
    text-align: left;
}

h3.main-title {
    text-align: center;
    font-size: 36px;
}

.speaker.mh-60 img {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1637318330dummy-png1637318330.png);
    background-size: 100% 100%;
    padding: 1px;
    object-fit: cover;
    object-position: top;
}

.modal-dialog .modal-body p {
    padding: 0 !important;
    margin-top: 0px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
}

.modal-body img {
    width: 100%;
    height: auto;
}

.modal-body p a {
    color: #000;
}

.modal-body p a:hover {
    color: #428bca;
}

.modal-body p a strong {
    font-weight: 300;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 900px;
    }
}

.session-location {
    margin-bottom: 10px;
}

.agenda-body h3:before {
    color: #5e9075 !important;
    font-size: 30px !important;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "\f107";
    right: 10px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.5s;
    color: #e6e6e6;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.agenda-body h3.collapsed:before {
    content: "\f106";
    right: 10px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.5s;
}

.session-location {
    display: flex;
    align-items: center;
}

.session-location img {
    margin-right: 5px;
    width: 18px;
}

.agenda-row .speaker {
    padding-left: 60px;
    position: relative;
    cursor: pointer;
}

.speaker {
    min-height: 60px;
}

.agenda-row .speaker img {
    height: 50px;
    border-radius: 25px;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.webinarsdescription {
    padding-bottom: 20px;
}

/* Override any square ratio applied by carousel/theme */
.card-inner,
.card-inner img {
    aspect-ratio: auto !important;
}

.slick-slider div {
    transition: none;
}

.agenda-row .time.color1 {
    background-color: #252638
}

.agenda-row .time.color2 {
    background-color: #435F64
}

.agenda-row .time.color3 {
    background-color: #5E9075
}

.agenda-row .time.color4 {
    background-color: #D3D782
}

.agenda-row .time.color5 {
    background-color: #E56A46
}

@media screen and (min-width: 1900px) {
    .card-inner {

        height: 400px !important;

    }
}

@media screen and (min-width: 2400px) {
    .card-inner img {
        object-position: top;

    }
}

:root {
    --mainThemeColor: #252638;
    --mainThemeColor-rgb: 243, 101, 49;
    --mainThemeColor2: #5E9075;
    --eventFontColor: #696969;
    --btnDark: #D3D782;
    --btnOrange: #E56A46;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: 'Mallory';
    --eventHeadingFont: 'Empirica Headline';
    --h1FontSize: 45px;
    --h2FontSize: 42px;
    --h3FontSize: 38px;
    --h4FontSize: 22px;
    --h5FontSize: 20px;
    --h6FontSize: 18px;
    --white: #fff;
    --black: #000;
    --yellow: #ffd600;
    --lightGrey: #ddd;
    --darkgrey: #333;
    --halfWidth: 50%;
    --quarterWidth: 75%;
    --faqBgColor: #fafafa;
    --footerBg: #212121;
    --curved: 6px;
    --rounded: 50px;
    --btnFontSize: 18px;




}

.mainVid .popup {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.mainVid {
    position: relative;
    min-height: 650px;
  background-color: #252638;
}

#church-cta {
    background: url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/uploads/vjf/content/misc/1778752805bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

#church-cta .main-title {
    color: var(--mainThemeColor);
}

section#church-cta h2 {
    font-size: 60px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #5E9075;
}

img.c-pic {
    width: 100%;
    display: block;
    margin: 50px 0;
}

section#church-cta p {
    font-weight: 500;
    font-size: 23px;
    font-family: 'Mallory';
    line-height: 30px;
    max-width: 850px;
    margin: 15px auto;
    color: #252638;
}

a.theme-btn:focus {
    outline: none;
}

.ticketItems button {
    background: #252638 !important;

}

.coupncode button {
    background: #252638 !important;

}

.slick-prev:before,
.slick-next:before {

    font-size: 40px !important;

}

.slick-next {
    right: 15px !important;
}

.slick-prev,
.slick-next {
    width: 40px !important;
    ;
    height: 40px !important;

}

.slick-prev {
    left: 15px !important;
    z-index: 2 !important;
}

.backButtonRegisterUser,
.order__summary h6,
.ticketFormCol .panel-heading {
    background: #252638 !important;

}

html {
    scroll-padding-top: 100px;
}


.time-note {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 4px;
}

/* General-------------------------- */
html,
a,
* {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

body {
    font-family: var(--eventFont);
    font-size: var(--eventFontSize);
    color: var(--eventFontColor);
    line-height: 26px;
    overflow-x: hidden;
}

body>.header-content>.container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

body>.header-content {
    position: absolute;
    top: 0;
    padding: 22px 18px;
    left: 0;
    width: 100%;
    z-index: 100;
}

.simple-section {
    padding: 50px 0px;
}

.coloredBg {
    background: var(--mainThemeColor);
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
}


.jotform-wrapper,
iframe {
    background: transparent;
}


.whiteText * {
    color: var(--white);
}

.whiteText a:hover,
.whiteText a:focus {
    color: var(--yellow);
}

h4.form-heading {
    font-size: 0px;
}

body>p:first-of-type {
    margin: 0px;
}

/* slider with caption */

.slider_with_caption {
    position: relative;
}


.slider_content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: rgba(0, 0, 0, .4);
}

.slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    color: #FFF;
    font-size: 27px;
}

.slider-arrow:hover {
    transform: scale(1.3);
    color: #FFF;
}

.slider-arrow:focus {
    color: #FFF;
}

.slider-arrow.left {
    left: 5%;
}

.slider-arrow.right {
    right: 5%;
}

.banner_video {
    /*    height: 700px;*/
    overflow: hidden;
    position: relative;
}


@media screen and (min-width: 1060px) {
    .banner_video {
        height: 600px;
    }
}

/*---------------animatio nVideo BG-----------*/

.animation_video {
    width: 100%;
    height: auto;
    /*Set to 100% if need to show full video*/
    position: relative;
}

.animation_video .vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.animation_video .vid video {
    object-fit: cover;
    height: 100%;
}

.animation_video .slider_content1 {
    position: relative;
    /*    top: 50%;*/
    /*Uncomment this for full video*/
    /*    transform: translateY(-50%);*/
    /*Uncomment this for full video*/
    padding: 40px 15px 90px;
}

.animation_video::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: var(--black);
    position: absolute;
    opacity: 0.6;
}

.subpagehero-sec {
    background: #252638;
    width: 100%;
    color: #ffffff;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-heading {
    display: none;
}

.subpagehero-sec h1.subpagehero-title {
    font-size: 70px;
    margin: 0;
}

section#travelSec .map-title {
    color: var(--mainThemeColor);
    margin-bottom: 20px;
}

section#travelSec .map-des {
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
    color: var(--mainThemeColor);
}


img.indianapolis-map-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

section#travelSec .main-title {
    margin-bottom: 20px;
    color: var(--mainThemeColor);
}

section#travelSec .main-intro {
    color: var(--mainThemeColor);
    margin-top: 0;
    margin-bottom: 0;
}


section#travelSec section {
    padding: 25px 0;
}

img.parking-logo-img {
    margin: 20px auto;
    display: block;
    max-width: 220px;
}

.faq .panel-collapse .panel-body ul {
    list-style: disc;
}

.faq .panel-collapse .panel-body p,
.faq .panel-collapse .panel-body ul,
.faq .panel-collapse .panel-body ul li,
.faq .panel-collapse .panel-body ol li {
    font-size: 16px;
    text-align: left;
    font-family: var(--eventFont);
    color: #554e4e;
}

.faq .panel-collapse .panel-body ol li {
    margin: 0;
}

section#eventSec .intro-dark {
    color: #000;
    margin-top: 0;
    font-size: 18px;
}

/* event card */
.event-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.02);
    transition: transform 0.25s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    margin: 40px 0;
}

.event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.03);
}

/* card head (title area) */
.event-card-head {
    padding: 1.75rem 1.75rem 0.75rem 1.75rem;
    border-bottom: 1px solid #f0f2f5;
}

.event-card-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.2px;
    color: var(--mainThemeColor);
    margin: 0 0 0.35rem 0;
    text-align: left;
}

/* card body */
.event-card-body {
    padding: 1.25rem 1.75rem 1rem 1.75rem;
    flex: 1;
}

/* meta tags (datetime, host, speakers) */
.event-card-tage {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    background: #f1f5f9;
    padding: 0.25rem 0.85rem;
    border-radius: 40px;
    color: var(--mainThemeColor);
    margin-bottom: 0.75rem;
    margin-right: 0.6rem;
    letter-spacing: -0.2px;
}

/* speakers / host slight variation */
.event-card-tage:has(strong) {
    background: #eef2ff;
    color: var(--mainThemeColor);
}

.event-card-des {
    margin: 1.2rem 0 1rem 0;
    font-size: 16px;
    color: var(--eventFontColor);
    line-height: 1.6;
}

.event-card-des i {
    font-style: italic;
    color: var(--btnOrange);
}

.contact-link {
    margin: 1rem 0 0.4rem;
    font-size: 0.85rem;
}

.contact-link a {
    color: var(--btnOrange);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px dashed #fcd9cc;
    transition: color 0.2s;
}

.contact-link a:hover {
    color: var(--btnOrange);
    border-bottom-color: var(--btnOrange);
}

/* card footer with register button */
.event-card-footer {
    padding: 1rem 1.75rem 1.75rem 1.75rem;
    border-top: 1px solid #edf2f7;
    margin-top: auto;
}

section#exhibitorSec .intro-dark {
    color: #000;
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}

section#exhibitorSec .main-title {
    color: var(--mainThemeColor);
}

section#exhibitorGuideSec .intro-dark {
    color: #000;
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}

section#exhibitorGuideSec .main-title {
    color: var(--mainThemeColor);
}

section#exhibitorGuideSec .intro-dark.text-left {
    text-align: left;
}

section#exhibitorGuideSec ul.intro-dark.text-left {
    list-style: disc;
    padding-left: 20px;
}

.main-intro.intro-dark {
    color: #000;
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}

.main-intro.intro-dark.text-left {
    text-align: left;
}

ul.intro-dark.text-left {
    list-style: disc;
    padding-left: 20px;
}

ol li {
    margin-bottom: 15px;
}

section#volunteerSec .main-title {
    color: var(--mainThemeColor);
}

section#auxiliaryEventHostSec .main-title {
    color: var(--mainThemeColor);
}


@media (max-width: 767px) {

    .main-intro {
        font-size: 14px !important;
        line-height: normal;
    }

    .subpagehero-sec h1.subpagehero-title {
        font-size: 36px;
    }

    .animation_video .slider_content {

        padding: 30px 15px 50px;
    }
}

/* end of animation video  */


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}


.banner_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Buttons------------------------------ */

.theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6.11px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 12px 25px;
    text-align: center;
}

.theme-btn:hover,
.theme-btn:focus {
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);


}

.btn-lime {
    background-color: #E56A46;
    color: var(--white) !important;
}

.btn-lime:hover {
    color: #252638 !important;
    background-color: #D3D782 !important;
}

.btn-orange {
    background-color: #E56A46;
    color: #FFF !important;
}

.btn-orange:hover {
    color: #252638 !important;
    background-color: #D3D782 !important;
}

.btn-green {
    background-color: #5E9075;
    color: #FFF !important;
}

.btn-green:hover {
    background-color: #4b745e;
    color: #FFF !important;
}

.button-outline-arrow {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #E56A46;
    color: #FFF;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15.6px;
    letter-spacing: 0%;
    text-align: center;
    gap: 6px;

}

.button-outline-arrow:hover,
.button-outline-arrow:focus {
    background-color: #E56A46;
    color: #FFF !important;
    text-decoration: none;
}


.vFairsBtn {
    padding: 12px 35px;
    margin: 30px 5px;
    display: inline-block;
    font-size: var(--btnFontSize);
    font-weight: 600;
    border: 2px solid transparent;
}

.coloredShadow {
    box-shadow: 0px 15px 25px 0px rgb(249 71 67 / 30%);
}

.grayShadow {
    box-shadow: 0px 15px 25px 0px rgba(67, 67, 67, 0.2);
}

.curved {
    border-radius: var(--curved);
}

.rounded {
    border-radius: var(--rounded) !important;
}

.btnWhite {
    background: var(--white);
    color: var(--mainThemeColor);
    border: 2px solid var(--mainThemeColor);
}

.btnBlack {
    background: var(--black);
    color: var(--white);
}

.btnColored {
    /* background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%); */
    background-color: var(--btnDark);
    color: var(--mainThemeColor) !important;
    border-radius: 5px;
}

.btnColored:hover,
.btnColored:focus {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
    color: var(--white) !important;
    text-decoration: none !important;
}

.btnWhite:hover,
.btnWhite:focus,
.btnBlack:hover,
.btnBlack:focus {
    background: var(--mainThemeColor);
    color: var(--white);
    text-decoration: none !important;
}

/* Headings--------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.popup h1 {
    font-family: var(--eventHeadingFont);
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: center;
}

h1,
.popup h1 {
    font-size: 180px;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: .9;
}

.popup .banner-text {
    font-weight: 500;
    font-size: 42px;
    line-height: 31.47px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #D3D782;
    margin: 24px 0 58px;
    text-align: center;


}

.popup h1 span {
    color: #D3D782;
    font-size: 100px;
    text-transform: none;
}

h2 {
    font-size: var(--h2FontSize);
}

h3 {
    font-size: var(--h3FontSize);
}

h4 {
    font-size: var(--h4FontSize);
}

h5 {
    font-size: var(--h5FontSize);
}

h6 {
    font-size: var(--h6FontSize);
}

/* Top black bar----------------------- */
.slim-bar {
    position: initial;
    background-color: var(--black);
    color: var(--white);

}

.slim-bar ul>li {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;

}

.slim-bar .row {
    justify-content: end !important;
}

/* Set 0 padding or Margin */
.noPadding {
    padding: 0px !important;
}

.noTopPadding {
    padding-top: 0px !important;
}

.noBottomPadding {
    padding-bottom: 0px !important;
}

.noLeftPadding {
    padding-left: 0px !important;
}

.noRightPadding {
    padding-right: 0px !important;
}

.noMargin {
    margin: 0px !important;
}

.noTopMargin {
    margin-top: 0px !important;
}

.noBottomMargin {
    margin-bottom: 0px !important;
}

.noLeftMargin {
    margin-left: 0px !important;
}

.noRightMargin {
    margin-right: 0px !important;
}


/* Main Heading------------------------- */
.main-title {
    color: #D3D782;
    font-family: var(--eventHeadingFont);
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 40px;
    z-index: 0;
}

.main-title span {
    display: block;
    color: var(--mainThemeColor);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}


.main-title .headingOverlayText {
    position: absolute;
    color: var(--overlayHeadingTextColor);
    margin: 0px 0px 0px 0px;
    font-size: 150px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -9px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    width: 100%;
    display: inline;
    text-transform: lowercase;
}




/* Unordered list------------------------------- */
ul {
    list-style: none;
    padding: 0px;
}

ul li {
    margin-bottom: 15px;
}

ul.checklist li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 40px;
}

ul.checklist li i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 25px;
}

/* Event Logo----------------------------------- */
.event-logo img {
    margin: 8px 0px;
}

/* Main Navigation------------------------------ */
#main-nav {
    padding: 0px;
    display: flex !important;
}

.two-btns .white-btn {
    box-shadow: none;
    background: #7ac014;
    width: 270px;
}

#main-nav a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 16px;
}

#main-nav a:hover, #main-nav a:focus {
    color: #5e9075 !important;
    text-decoration: none;
}

.fullWidthNav .container {
    max-width: 100%;
    width: 100%;
}

.header-content .row {
    display: flex;
    align-items: center;
    flex-wrap: initial;

}

.header-content nav {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-left: 0px;
    padding-right: 0px;
}

#main-nav .navbar-nav li {
    margin-bottom: 0px;
}

#main-nav .navbar-nav li.dropdown {
    margin-left: 10px;
}

.stickyNav {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 55;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background: #252638;
}

#main-nav .navbar-nav li.active a {
    color: #5e9075;
    text-decoration: none;
}

.navClose {
    display: none;
}

.navbar-toggle {
    margin-right: 0px;
    background: var(--mainThemeColor);
    border-radius: 6px;
}

#LoginBtn {
    border-radius: var(--rounded) !important;
    font-family: var(--eventFont);
}

#LoginBtn:hover,
#LoginBtn:focus {
    color: var(--white) !important;
}

.navbar-toggle {
    /*Set to 0 if Accessibility Feature not added*/
    margin-right: 42px;
    background: var(--mainThemeColor);
    border-radius: 6px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--white);
}



/* Hero Section */
.main_top_area {
    background: url("https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1775550930banner-1-png1775550930.png")no-repeat center;
    background-size: cover;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 4%;
    position: relative;
}

.main_top_area::before {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    /* background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%); */
    position: absolute;
    /* opacity: 0.9; */
}

.popup .col-sm-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

#date-info {
    margin-top: 40px;
    margin-bottom: 30px;
    color: var(--white);
    font-weight: 300;
    font-size: 40px;

    align-items: center;
    gap: 10px;
}

#date-info .dot {
    background-color: #D3D782;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* .eventDate::after {
    content: "|";
    margin-left: 7px;
} */

.two-btns {
    text-align: center;
    margin: 0;
    padding: 2px;
    /* border: solid 2px var(--white); */
    /* display: inline-block; */
    /* border-radius: 40px; */
}


.two-btns a {
    background: var(--white);
    color: var(--mainThemeColor) !important;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 18px;
    border-radius: 5px;
    text-transform: uppercase;
}


.two-btns a:first-child {
    background: var(--btnOrange);
    color: var(--white) !important;
    box-shadow: none;
}

.two-btns:hover a {
    background: transparent;
    color: var(--white) !important;
    box-shadow: none;
}

.two-btns a:hover {
    background: var(--white) !important;
    color: var(--mainThemeColor) !important;
    box-shadow: 0px 10px 25px 0px rgb(249 71 67 / 30%);
    text-decoration: none;
}

.two-btns i {
    margin-right: 5px;
}

/*Registration Form---------------------*/

.container-parent.header-content {
    position: relative;
    background: #252638;
}


input[type="file"] {
    width: 40%;
}

.reg-form-wrap h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px auto;
    max-width: 850px;
    color: var(--eventFontColor);
}

.page-heading {
    height: 1px;
}

form input[type=submit] {
    background: var(--mainThemeColor);
    border-color: var(--mainThemeColor);
    border-radius: var(--rounded) !important;
}

.reg-form-data .col-12 input[type=submit]:hover,
.reg-form-data .col-12 input[type=submit]:focus {
    background: var(--darkgrey);
}

.reg-form-data input::file-selector-button {
    background: var(--mainThemeColor2) !important;
    text-transform: uppercase !important;
    color: #000 !important;
}

.nw-frm-bldr .reg-form-data {
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
}

.nw-frm-bldr .control-label {
    font-size: var(--smallText);
    font-family: var(--eventHeadingFont);
    color: var(--eventFontColor);
}

.reg-form-data .form-control {
    font-size: var(--smallText);
    font-family: var(--eventFont);
    color: var(--eventFontColor);
}

.nw-frm-bldr.reg-form-wrap>.row>.col-12,
.row.row-content>div>.container-fluid {
    padding: 0;
}


/*Thank you page-----------------------*/
.thanksWrapper {
    text-align: center;
    max-width: var(--halfWidth);
    margin: 20px auto;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: 1px solid #dedede;
    padding: 30px 50px 50px;
    width: 100%;
    max-width: 90%;
}

.thanksWrapper span {
    display: block;
    font-size: 22px;
    font-weight: 400;
}

.thanksWrapper p {
    margin-top: 30px;
}


.container.full-page-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

/* .full-page-container .col-lg-12 {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} */

.row-content {
    padding: 0;
}

/* Login Modal----------------------- */
#LoginModal h4,
#forgot-pwd-modal h4 {
    font-size: 20px;
}

#LoginModal .modal-header,
#forgot-pwd-modal .modal-header {
    background: var(--mainThemeColor);
}

#login-footer a,
#login-footer button,
#reset-pwd-frm a,
#reset-pwd-frm button {
    background: var(--mainThemeColor);
    font-family: var(--eventFont);
}

#login-footer .btn-default,
#reset-pwd-frm .btn-default {
    background: var(--white);
}

#login-footer .btn-darkgrey,
#reset-pwd-frm .btn-darkgrey {
    color: var(--white);
}

#login-footer .btn-default,
#reset-pwd-frm .btn-default {
    border-color: #ccc;
}

#login-footer .col-sm-8 .btn-darkgrey,
#reset-pwd-frm .btn-darkgrey {
    border-radius: var(--rounded) !important;
    font-family: var(--eventFont);
}

#LoginBtn {
    font-size: var(--smallText);
    padding: 6px 12px;
}

.modal .modal-dialog {
    max-width: initial;
}

#login-footer .row .col-sm-4 {
    max-width: initial;
    flex: 33%;
    order: 2;
}

#login-footer .btn,
#reset-pwd-frm .btn {
    border-radius: var(--rounded);
}

#login-footer .btn:hover,
#reset-pwd-frm .btn:hover {
    background: var(--darkgrey) !important;
    color: var(--white) !important;
}

#reset-pwd-frm label,
#LoginModal label {
    font-family: var(--eventHeadingFont);
    /*display:none;*/
}

#reset-pwd-frm input,
#LoginModal input {
    font-family: var(--eventFont);
}


/*Login Modal New UI------------------------*/
#LoginModal .modal-content,
#reset-pwd-frm .modal-content,
#forgot-pwd-modal .modal-content {
    border-radius: 23px;
}

#LoginModal .modal-header,
#reset-pwd-frm .modal-header,
#forgot-pwd-modal .modal-header {
    background: no-repeat;
    border: none;
}

#LoginModal h4,
#forgot-pwd-modal h4 {
    font-size: 34px;
    font-weight: 400;
    color: var(--mainThemeColor);
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}

#LoginModal h4::after {
    content: "to access your event";
    display: block;
    font-size: 28px;
    font-weight: 300;
    color: #4f4b4a;
    line-height: 28px;
    text-transform: lowercase;
}

#LoginModal button.close span,
#forgot-pwd-modal button.close span {
    font-size: 27px;
    font-family: var(--eventFont);
}

#LoginModal .modal-content,
#forgot-pwd-modal .modal-content {
    border-radius: 8px;
    padding-left: 47px;
    padding-top: 27px;
    padding-bottom: 40px;
    background: #fff url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685015673login-img-png1685015673.png")no-repeat right bottom;
    min-height: 530px;
}

#LoginModal button.close,
#forgot-pwd-modal button.close {
    background: #ededed;
    width: 32px;
    height: 32px;
    color: #f8643c;
    opacity: 1;
    border-radius: 100%;
    margin: 0px;
    margin-top: -27px;
    padding: 0px;
}

#login-footer .row .col-sm-4 .btn-default,
#forgot-pwd-modal .btn-default {
    display: none;
}

#reset-pwd-frm input,
#LoginModal input,
#forgot-pwd-modal input {
    max-width: 366px;
    min-height: 50px;
    background: #f4f4f4;
    border-color: #dcdcdc;
    box-shadow: none;
    border-radius: 4px;
}

#login-footer,
#forgot-pwd-modal .modal-footer {
    border: none;
    padding: 0px;
    padding-left: 15px;

}

#login-footer .row .col-sm-4 {
    float: none;
    text-align: left;
}

#login-footer .col-sm-4,
#login-footer .col-sm-8 {
    float: none;
    position: relative;
    width: 100%;
    max-width: 100%;
}

#LoginModal #LoginEmail {
    background: #F4F4F4 url(" https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767user-icon-png1685016767.png")no-repeat 13px center !important;
    padding-left: 46px;
}

#LoginModal #Password {
    background: #F4F4F4 url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767lock2-icon-png1685016767.png)no-repeat 13px center !important;
    padding-left: 46px;
}

#login-footer .row .col-sm-4 button[type="submit"],
#forgot-pwd-modal .modal-footer button[type="submit"] {
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    margin-left: 0px;
}

#login-footer .col-sm-8 .forgot-btn:hover,
#login-footer .col-sm-8 .forgot-btn:focus {
    background: none !important;
    text-decoration: none;
    color: #f8633e !important;
}

#login-footer .col-sm-8 .forgot-btn {
    position: absolute;
    top: -124px;
    right: 0px;
    background: no-repeat;
    color: #f8633e;
    text-decoration: underline;
    padding: 0;
}

#login-footer .btn-modal-registration,
#reset-pwd-frm .btn-modal-registration {
    color: #797979;
    font-size: 15px;
    background: none;
    border: 2px solid #818181;
    line-height: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

#login-footer .btn-modal-registration:hover,
#login-footer .btn-modal-registration:focus {
    background: #818181 !important;
    color: #fff;
}

#LoginModal .modal-body {
    margin-top: 30px;

}

#login-footer>.row {
    display: flex;
    flex-direction: column-reverse;
    min-height: 167px;
    max-width: 366px;
    margin-left: -15px;
}

#LoginModal .form-group,
#reset-pwd-frm .form-group {
    margin-bottom: 15px;
}

#forgot-pwd-modal .modal-footer {
    text-align: left;
}

#forgot-pwd-modal .modal-content {
    min-height: 340px;
    background-size: 380px;
}

#resetemail {
    background: #F4F4F4 url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685078819envelop-icon-png1685078819.png)no-repeat 13px center !important;
    padding-left: 46px;
}

@media (min-width: 769px) {

    #LoginModal .modal-dialog,
    #forgot-pwd-modal .modal-dialog {
        width: 850px;

    }
}

@media (max-width: 768px) {

    #LoginModal .modal-dialog,
    #forgot-pwd-modal .modal-dialog {
        width: 750px;
    }
}

@media (max-width:767px) {
    .event-logo img {
        max-width: 100px;
    }

    .popup .banner-text {
        margin: 24px 0 25px;
    }

    .popup h1 span {
        font-size: 24px;
    }

    .popup h1 {
        font-size: 40px;
    }

    .main_top_area {
        padding-top: 30%;
        padding-bottom: 8%;
        height: auto;
    }

    #about .theme-btn {
        margin-bottom: 40px;
    }

    .popup .banner-text {
        font-size: 20px;
    }

    #LoginModal h4,
    #forgot-pwd-modal h4 {
        font-size: 24px;

    }

    #LoginModal h4::after {
        font-size: 22px;

    }

    #reset-pwd-frm input,
    #LoginModal input,
    #forgot-pwd-modal input {
        max-width: 100%;

    }

    #login-footer .row {
        max-width: 98%;
    }

    #LoginModal .modal-content,
    #forgot-pwd-modal .modal-content {

        padding-left: 15px;
        padding-top: 27px;
        padding-bottom: 40px;
        background: #fff;

        padding-right: 15px;

    }

    #login-footer .col-sm-8 .forgot-btn {

        top: -74px;
        right: 0px;

    }

    #login-footer .col-sm-8 {
        text-align: left;
        margin-top: 0px;
        border-top: 0px solid #ddd;
        margin-left: 15px;
    }

    #login-footer>.row {
        display: flex;
        flex-direction: column-reverse;
        min-height: 135px;
    }

    #LoginModal button.close,
    #forgot-pwd-modal button.close {
        margin-top: -24px;
        margin-right: -15px;
    }

    #forgot-pwd-modal .modal-content {
        min-height: 280px;

    }
}

/*End Login Modal New UI------------------------*/







/* Countdown Timer---------------------------- */
.countdown-container {
    text-align: center;
    margin-top: -50px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
    padding: 0px 29px 0px 15px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#clockdiv {
    font-family: var(--eventHeadingFont);
    color: var(--mainThemeColor);
    display: inline-block;
    font-weight: 700;
    text-align: center;
    font-size: 50px;
}

#clockdiv .smalltext {
    color: var(--eventFontColor);
    font-size: var(--eventFontSize);
}

#clockdiv>div {
    background: none;
    position: relative;
    margin-right: 40px;
}

#clockdiv>div::before {
    content: ":";
    color: var(--lightGrey);
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-60%);
}

#clockdiv>div:last-child::before {
    content: "";

}

/* About section -------------------------------------- */
#about {
    background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1775550930aboutbackground-png1775550930.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.main-intro {
    /*max-width: 967px;
    margin: 55px auto 40px auto;*/
    font-weight: 500;
    font-size: 23.29px;
    line-height: 30.28px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFF;

}

.main-intro strong {
    margin-bottom: 25px;
    font-size: 20px;
    display: block;
}

.slide-text-wrap {
    background-color: #435F64;
    padding: 100px 0;
}

.slide-text {
    color: var(--white);
    /* display: flex; */
    align-items: center;
    justify-content: flex-start;
    font-size: 58px;
    font-weight: 300;
    text-transform: unset;
    flex-wrap: wrap;
    transition: transform 0.3s ease;
}

.slide-text span {
    color: #D3D782;
    text-transform: unset;
    margin-left: 10px;
    text-align: left;
}

.slide-text span {
    display: inline-block;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.slide-text span.fade-out {
    opacity: 0;
    transform: translateY(-10px);
}

.slide-text span.fade-in {
    opacity: 0;
    transform: translateY(10px);
    transition: none;
}


/* Why Attend section------------------------------------ */
#whyAttend {
    padding-top: 80px;
}

#whyAttend .main-title {
    margin-bottom: 60px;
}

#whyAttend .headingOverlayText {
    color: var(--overlayHeadingTextColor2)
}

#whyAttend li i {
    color: var(--yellow);
}

.whiteText .main-title span {
    color: var(--yellow);
}



/* Agenda-------------------------------------------- */
#agenda {
    background-color: #f1f1f1;
}

#agenda section .container>h3 {
    display: none;
}

#agenda section h3 {
    font-size: var(--h4FontSize);
    font-weight: 600;
}

#agenda section {
    background: none !important;
}

#agenda .nav-tabs>li>a {
    color: var(--mainThemeColor) !important;
    background-color: var(--white) !important;

}

#agenda .nav>li>a:hover,
.nav>li>a:focus {

    color: var(--mainThemeColor) !important;
}

#agenda .agenda-style-6 .time-box,
#agenda .nav-tabs>li.active>a,
#agenda .nav-tabs>li.active>a:hover,
#agenda .nav-tabs>li.active>a:focus {
    background: var(--mainThemeColor) !important;
    color: var(--white) !important;

}

.nav-tabs>li.active>a:before,
.nav-tabs>li.active>a:focus:before,
.nav-tabs>li.active>a:hover:before {
    border-top-color: var(--mainThemeColor) !important;

}

div.speaker2[data-toggle="modal"] {
    cursor: pointer;
}

div.speaker2[data-toggle="modal"]:hover strong {
    color: var(--mainThemeColor);
}

.agenda-time span {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;

}

/*Speakers Section----------------------------------------*/
#speakers {
    background-color: #252638;
    padding: 30px 0 80px 0;
    overflow-x: hidden;
}

.speaker-card {
    padding: 0 10px;
}

.card-inner {
    position: relative;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    transition: all 0.3s ease;
}

.speaker-card:hover .card-inner {
    transform: translateY(-10px);
    /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4); */
}

.speaker-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    z-index: 1;
    transition: transform 0.5s ease;
}

.speaker-card:hover .speaker-img {
    transform: scale(1.05);
}

.card-overlay {
    position: relative;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 15%, transparent 60%);
    width: 100%;
    padding: 25px 15px;
    text-align: center;
}

.speaker-name {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.speaker-role {
    color: #D3D782;
    font-size: 15px;
    margin: 0;
}

.slick-prev:before,
.slick-next:before {
    color: #D3D782 !important;
}


#registration-cta {
    background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1775559121registration-banner-png1775559121.png');
    background-size: cover;
    background-position: center;
    position: relative;
    color: #ffffff;
}

.reg-title {
    /* font-size: 60px; */
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 300;
    text-transform: uppercase;
}

.reg-price {
    font-size: 75px;
    color: #D3D782;
    font-weight: 400;
    margin: 0 0 15px 0;
}

#registration-cta .theme-btn-wrapper {
    margin: 20px 0 45px 0;
}

@media (max-width: 767px) {
    #registration-cta .theme-btn-wrapper {
        margin-bottom: 30px;
    }

    .reg-title {
        font-size: 32px;
    }

    .reg-price {
        font-size: 60px;
    }

    #church-cta h2 {
        font-size: 32px !important;
    }

    section#church-cta p {
        font-size: 18px !important;
        line-height: normal !important;
    }

    img.c-pic {
        margin: 20px 0 !important;
    }
}

/*Sponsors Section----------------------------------------*/
.logos-list {
    text-align: center;
}

.logos-list img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 5px;
    padding: 5px;
    border: solid 1px #eee;
    transition: all 0.2s ease;
}

.logos-list img:hover {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
}


/* FAQs Section------------------------------------------- */
.faq.padding {
    padding: 0
}

.faq .main-title {
    color: var(--mainThemeColor);
}

.faq .two-btns a {
    background-color: #5E9075;
}

.faq .panel {
    /* background: var(--faqBgColor); */
    padding: 0 0 20px 0;
    margin: 0 0 27px;
    border: none;
    /* border-radius: 15px; */
    /* box-shadow: 0 1px 1px rgb(0 0 0 / 5%); */
    border-bottom: #D3D782;
}


.faq .panel-heading {
    padding: 0 !important;
    background: 0 0 !important
}

.faq h4.panel-title a {
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    line-height: 24px;
    color: var(--eventFontColor);
    font-family: var(--eventFont);
    font-size: 21px;
    font-weight: 300;
    text-transform: none;
    /* padding-left: 45px; */
    text-align: left;
    text-transform: uppercase;
}

.faq .panel-collapse {
    text-decoration: none;
    cursor: pointer
}

.faq .panel-collapse .panel-body {
    width: 100% !important;
    padding-bottom: 0;
    border: none !important;
    padding-top: 9px;
    font-size: var(--eventFontSize) !important;
    font-family: var(--eventFont) !important;
    line-height: 24px !important;
    color: var(--eventFontColor) !important
}

.faq .panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    font-size: 19px;
    color: var(--mainThemeColor);
}

.faq .panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.faq .panel-title>a:hover,
.faq .panel-title>a:active,
.faq .panel-title>a:focus {
    text-decoration: none;
}

.num_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    color: var(--white);
    font-style: normal;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    display: none;
}

.cus-accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    /* padding: 12px 45px 0px 45px; */
    font-weight: 300;
}

/* Contact Section------------------------------ */
.ask-cta {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ask-cta>.container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ask-cta .contact-img {
    max-height: 200px;
}

#contact {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contactPersons {
    display: flex;
    flex-wrap: wrap;
}

.contactPersons_box {
    margin-right: 70px;
    margin-bottom: 30px;
}

.contactPersons_box p {
    margin-bottom: 0px;
}

.textSmall {
    font-size: var(--smalltext);
    font-weight: 400;
}

.contactPersons_box h5 {
    line-height: 23px;
}

.contactPersons>div:nth-child(even) {
    margin-right: 0px;
}




/* Footer----------------------------- */
footer {
    background: #252638;
    padding: 20px 0px;
    position: relative;
    border-top-color: #252638;
}

.footer-buttons {
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
}

.copyright {
    text-align: center;
    margin: 30px 0;
    font-weight: 400;
    font-style: Italic;
    font-size: 12px;
    line-height: 15.6px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

}



.footer-links li {
    display: inline-block;
    position: relative;
}

.footer-links li:after {
    content: "|";
    margin: 0px 5px 0px 12px;
}

.footer-links li:last-child::after {
    margin-right: 0px;
    content: "";
}

.footer-links a {
    font-size: var(--smalltext) !important;
}

.socialIcons {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.socialIcons li {
    display: inline-block;
    padding-right: 10px;
}

.socialIcons li:last-child {
    padding-right: 0px;
}

.socialIcons li a {
    font-size: 20px;
    color: var(--white);
    text-decoration: none;
}

.socialIcons li a:hover i {
    color: var(--mainThemeColor);
}

/*Top to the Page button---------------*/
#top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: var(--white);
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    z-index: 45;
    display: none;
    background-color: var(--mainThemeColor);
    font-size: 24px;
    padding-top: 13px;
    border-radius: 5px;
}

#top:hover,
#top:focus {
    background-color: var(--darkgrey);
}


/*Accessibility Features---------------*/
.btn.btn-access.slide {
    position: absolute;
    z-index: 45;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    background: var(--darkgrey);
    right: 12px;
    top: 46px;
    text-align: center;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-access.slide:hover {
    background: var(--mainThemeColor);
}

.accsess_tray {
    display: block;
    position: fixed;
    right: 10px;
    background-color: var(--white);
    top: 110px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 4px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.accsess_tray #readspeaker_button1,
.accsess_tray .hall-wrap .rsbtn {
    right: -34px;
}

.accsess_tray .rsexpanded span {
    margin: 0;
}

.accsess_tray .rsexpanded span.rsbtn_text {
    margin: 5px 0 0 6px;
}

.accsess_tray .rsexpanded .rsbtn_progress_container.rsimg {
    margin: 7px 0 0 5px;
}

.accsess_tray .rsexpanded .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_icon.rsimg {
    display: inline-block;
}

.accsess_tray svg path {
    fill: var(--mainThemeColor);
}

.accsess_tray .btn-tray {
    padding: 6px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px !important;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-right: 5px;
    background: rgba(var(--mainThemeColor-rgb), 0.1);
    color: var(--mainThemeColor);
}

.accsess_tray .btn-tray:last-child {
    margin-right: 4px;
}

.accsess_tray .btn-tray.btn:hover {
    opacity: 0.9;
}

.accsess_tray .btn-tray svg path {
    fill: var(--mainThemeColor);
}

.accsess_tray span {
    margin-right: 8px;
}

.accsess_tray .btn-close-access {
    text-align: center;
    padding: 8px 8px;
    background: transparent;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#accessibility-fade-in {
    width: 1px;
    opacity: 0;
    transition: all 0.75s ease;
    z-index: 5;
}

#accessibility-fade-in.show {
    opacity: 1;
    width: 262px;
    display: flex !important;
}




@media (max-width: 767px) {


    .slide-text {
        font-size: 34px;
        justify-content: center;
    }

    .footer-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .button-outline-arrow {
        justify-content: center;
    }

    #main-nav .navbar-nav li.dropdown {
        margin-left: 0;
        margin-top: 10px;
    }

    .slider_content {
        position: relative;
        height: auto;
    }

    .banner_video {
        height: auto;
    }

    .embed-container {
        height: auto;
    }

    #main-nav {
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 55;
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: none !important;
    }

    #main-nav .navbar-nav {
        flex-direction: column;

    }

    #main-nav .navbar-nav {
        flex-direction: column;
        flex-grow: initial;
    }

    .navClose {
        position: absolute;
        top: 15px;
        right: 20px;
        color: var(--white);
        font-size: 22px;
        font-family: 'Poppins';
        border-radius: 100%;
        width: 40px;
        height: 40px;
        border: 2px solid var(--white);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #main-nav.in {
        display: flex !important;
    }

    #main-nav a {
        color: var(--white);
        font-size: 18px;
        padding: 18px 15px;
        text-align: center;
    }

    #main-nav li.language-dropdown a {
        color: var(--darkgrey);
    }

    #main-nav .dropdown-menu li a {
        font-size: 14px !important;
        padding: 7px !important;
    }

    #main-nav .open .dropdown-menu {
        border: 1px solid;
    }

    #main-nav .language-dropdown.open .dropdown-menu {
        border: none;
    }

    #LoginBtn {
        margin-top: 12px;
    }

    .event-logo {
        flex-grow: 1;
    }

    .whyAttendImg {
        max-width: 320px !important;
        display: block;
        margin: auto;
    }

    .contactPersons {
        justify-content: space-around;
    }

    .contactPersons_box {
        margin-right: 0px;
    }

    #contact h3 {
        text-align: center;
    }

    .footer-section .row>div {
        text-align: center !important;
    }

    input[type="file"] {
        width: 100%;
    }

    .modal .modal-dialog {
        width: 95% !important;
    }

    .modal-footer .btn+.btn {
        margin-left: 2px;
    }

    #login-footer .row {
        flex-direction: column;
    }

    #login-footer .row .col-sm-4 {
        order: 1;
    }

    #login-footer .row .col-sm-8 {
        order: 2;
    }

    #login-footer .col-sm-8 {
        padding-left: 2px;
        padding-right: 2px;
    }

    form input[type=submit] {
        width: 100% !important;
    }

    .reg-form-data input::file-selector-button {
        background: var(--mainThemeColor2) !important;
        text-transform: uppercase;
    }

    .popup {

        padding: 0 30px;
    }

    .countdown-container {

        margin-top: 50px;
    }

    .language-dropdown .dropdown-menu li a {
        color: #FFF !important;
        display: block;
        text-align: center;
        padding: 10px !important;
    }
}

@media (max-width: 575px) {
    .main-intro {
        max-width: 100%;
    }

    .headingOverlayText {
        display: none !important;
    }

    .main-title span {
        font-size: 18px;
    }

    h3.main-title {
        font-size: 30px;
    }

    .two-btns {
        margin: 0px 0 50px;
    }



    #whyAttend {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    :root {
        --h1FontSize: 35px;
        --h4FontSize: 18px;
    }

    #date-info span {
        display: block;
        text-align: center;
    }

    .eventDate::after {
        content: "";
        margin-left: 0px;
    }

    .countdown-container {
        padding: 0px 19px 0px 5px;

    }

    #clockdiv>div>span {
        min-width: 50px;
    }

    #clockdiv {
        font-size: 40px;
    }

    #clockdiv .smalltext {
        font-size: 12px;
    }

    #clockdiv>div {

        margin-right: 13px;
    }

    #clockdiv>div::before {

        right: -11px;

    }

    .two-btns {
        border-radius: 29px;
        width: 100%;
        border: none;
    }

    .two-btns a {
        display: block;
    }

    .two-btns a:first-child {
        border: 2px solid var(--white);
        margin-bottom: 10px;
    }

}



/*Code copy button styles------------------*/
pre {
    position: relative;
    overflow: auto;

    /* make space  */
    margin: 5px 0;
    padding: 1.75rem 0 1.75rem 1rem;
    border-radius: 10px;
}

pre button {
    border: none;
    position: absolute;
    top: 5px;
    right: 5px;
    color: var(--white);
    font-size: var(--smalltext);
    padding: 5px 10px;
    background-color: var(--mainThemeColor);
    border-radius: 5px;
}

pre button:hover {
    cursor: pointer;
    background-color: var(--footerBg);
}

.content-page {
    padding: 50px 0;
}

.content-page ul {
    list-style-type: disc;
    margin-left: 20px;
}

.content-page ul li {
    margin-bottom: 0;
}

.content-page p,
.content-page li {
    text-align: justify;
}

.section.privacy-policy h4 {
    margin-top: 22px;
}

.section.terms-of-service li {
    margin-bottom: 20px;
}


/*New login UI updates-----------------*/

#LoginModal .modal-content,
#forgot-pwd-modal .modal-content {
    background: var(--white);
    padding-left: 25px;
    padding-right: 25px;
    min-height: initial;
    padding-bottom: 20px;
}

#LoginModal button.close,
#forgot-pwd-modal button.close {
    background: #fff;
    width: 32px;
    height: 32px;
}

#LoginModal #LoginEmail {
    padding-left: 40px;
    background-size: 18px !important;
}

#LoginModal #Password {
    padding-left: 40px;
    background-size: 15px !important;
}

#LoginModal .modal-dialog,
#forgot-pwd-modal .modal-dialog {
    width: max-content;

}

#LoginModal h4::after {
    content: "";
}

#reset-pwd-frm input,
#LoginModal input,
#forgot-pwd-modal input {
    width: 100%;

    min-width: 320px;
}

#login-footer .col-sm-8 .forgot-btn {
    position: initial;
    background: no-repeat;
    color: var(--eventFontColor);
    text-decoration: underline;
    padding: 6px 12px;
    margin: 0px;
    display: block;
    float: none !important;
    margin-top: 12px;
}

#login-footer .btn-modal-registration,
#reset-pwd-frm .btn-modal-registration {
    color: var(--mainThemeColor);
}

#LoginModal .modal-content,
#forgot-pwd-modal .modal-content {

    padding-top: 8px;
    border-radius: 8px;

}

#LoginModal .modal-header,
#reset-pwd-frm .modal-header,
#forgot-pwd-modal .modal-header {

    padding: 9px 15px 0px;
}

#login-footer .row .col-sm-4 button[type="submit"],
#forgot-pwd-modal .modal-footer button[type="submit"] {
    min-width: 320px;
}

#login-footer>.row {
    display: flex;
    flex-direction: column-reverse;
    min-height: initial;
}

#login-footer .col-sm-8 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

#login-footer .btn-modal-registration,
#reset-pwd-frm .btn-modal-registration {
    border: 0px solid #818181;
    margin-top: 50px;
    text-decoration: underline;
}

#LoginModal .modal-body {
    margin-top: 10px;
}

#LoginModal button.close,
#forgot-pwd-modal button.close {
    position: relative;
    right: -30px;
    margin-top: -10px;
}

#login-footer .btn-modal-registration:hover,
#login-footer .btn-modal-registration:focus {
    background: var(--white) !important;
    color: var(--darkgrey) !important;
    text-decoration: underline;
}

#reset-pwd-frm label,
#LoginModal label {
    display: block;
}

#forgot-pwd-modal .modal-footer button[type="submit"] {
    width: 94%;
    min-width: 94%;
}

.control-label {

    padding-top: 0px !important;
    margin-top: 0px !important;

}

#login-footer .col-sm-8 .btn:active {
    box-shadow: none;
}

#LoginModal button:focus,
#LoginModal a:focus {
    outline: none;
}

@media(max-width:767px) {
    #login-footer .row .col-sm-8 {
        order: initial;
    }

    #login-footer .row .col-sm-4 {

        padding-left: 20px;
        padding-right: 0px;
    }

    #login-footer .row .col-sm-4 button[type="submit"],
    #forgot-pwd-modal .modal-footer button[type="submit"] {
        min-width: 100%;
    }

    #login-footer .col-sm-8 a {
        margin-top: 30px;
    }

    #LoginModal button.close,
    #forgot-pwd-modal button.close {
        right: -14px;
    }

    #reset-pwd-frm input,
    #LoginModal input,
    #forgot-pwd-modal input {
        width: 100%;
        min-width: 100%;
    }

}

/*New login UI updates end-----------------*/

/*New Accessibility Features layout----------------------*/
.accessibility-actions {
    position: absolute;
    top: 4px;
    text-align: left;
    display: flex;
    align-items: center;
    margin: 0px;
}

.accessibility-actions>a:nth-child(1) {
    height: 33px;
    width: 35px;
}

.accessibility-actions>a:nth-child(1) *,
.accessibility-actions>a:nth-child(2) * {
    display: none;
}

.accessibility-actions>span:nth-of-type(1) span,
.accessibility-actions>span:nth-of-type(1) span a,
.accessibility-actions>span:nth-of-type(2) span,
.accessibility-actions>span:nth-of-type(2) a {
    display: block;
    width: 33px;
    height: 33px;
    margin: 0px;
}

.accessibility-actions>span:nth-of-type(1) a img,
.accessibility-actions>span:nth-of-type(2) a img {
    display: none;
}

.accessibility-actions>a:nth-child(2) {
    min-width: 80px;
    font-size: 0px;
    margin-left: 5px;
    height: 33px;
}

.accessibility-actions>span:nth-of-type(1) {
    min-width: 33px;
    display: inline-block;
    margin: 0px;
    height: 33px;
    margin-left: 5px;
    order: 5;
}

.accessibility-actions>h3 {
    font-size: 0px;
    width: 21px;
    height: 33px;
    margin-left: 4px;
    order: 4;
}

.accessibility-actions>span:nth-of-type(2) {
    margin-left: 5px;
    margin-right: 0px;
    width: 32px;
    height: 33px;
    order: 3;
}

/*End New Accessibility Features layout----------------------*/

/*3rd level dropdown*/

/*.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}



.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



@media screen and (max-width: 767px) {
    .dropdown-menu {
        position: static;
        float: none;
        width: auto;
    }

    .dropdown-submenu>.dropdown-menu {
        margin-left: 0;
        margin-top: 0;
    }

    .dropdown-submenu {
        position: static;
    }
}*/


@media screen and (min-width: 993px) {
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a::after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #000;
    margin-top: 6px;
    margin-right: -10px;
}

.dropdown-submenu>ul.dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 5px;
}

.section.registration-form {
    padding-bottom: 50px;
    background: #F8FDF7;
}

.section.registration-form h3 {
    text-align: center;
    margin-top: 50px;
}

.reg-form-data input[type=submit] {
    background: var(--mainThemeColor) !important;
    border-color: var(--mainThemeColor) !important;
    border-radius: 50px !important;
}

.fa.fa-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
}

.header-content a,
.header-content a:focus,
.header-content a:active {
    outline: none;
}

.youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 767px) {

    .youtube-container iframe {
        width: 100% !important;
        /* height: 450px !important; */
    }

    #date-info {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 25px;
    }

}




/*------- Conference for Your Church ---------*/

.ConferenceChurch {
    background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1785331418bg-banner-png1785331418.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 0 0;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}

.ConferenceChurch .section-heading {
    font-family: var(--eventHeadingFont);
    font-size: 42px;
    font-weight: 300;
    color: #e2e8f0;
    margin-top: 0;
    margin-bottom: 50px;
    letter-spacing: 0.5px;
    text-transform: initial;
}

.ConferenceChurch .section-heading span {
    color: #c9bf80;
}

.ConferenceChurch .gallery-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 0px;
}

.ConferenceChurch .gallery-item {
    /* background: #ffffff; */
    /* padding: 6px; */
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4); */
    transition: transform 0.3s ease;
    max-width: 250px;
}

.ConferenceChurch .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

/*.ConferenceChurch .gallery-item.item-1 {
  transform: rotate(-4deg) translateY(5px);
}
*/

.ConferenceChurch .gallery-item.item-2 {
    /* transform: rotate(2deg) translateY(-5px);*/
    margin-left: -45px;
}

.ConferenceChurch .gallery-item.item-3 {
    /* transform: rotate(-3deg) translateY(3px);*/
    margin-left: -45px;
}

.ConferenceChurch .gallery-item.item-4 {
    /*transform: rotate(4deg) translateY(-2px);*/
    margin-left: -45px;
}

.ConferenceChurch .gallery-item:hover {
    transform: scale(1.05) rotate(0deg);
    z-index: 10;
}

.ConferenceChurch .section-desc {
    font-size: 16px;
    line-height: 1.6;
    max-width: 680px;
    margin: 0 auto 60px auto;
    color: #d1d5db;
    font-weight: 300;
}

.bottom-border {
    height: 24px;
    width: 100%;
    background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew/1000003017/content/files/1785331218border-png1785331218.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 100%;
}

@media (max-width: 768px) {
    .ConferenceChurch {
        padding-top: 50px;
    }

    .ConferenceChurch .section-heading {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .ConferenceChurch .gallery-wrapper {
        gap: 20px;
    }

    .ConferenceChurch .gallery-item {
        max-width: 45%;
    }

    .ConferenceChurch .gallery-item.item-1,
    .ConferenceChurch .gallery-item.item-2,
    .ConferenceChurch .gallery-item.item-3,
    .ConferenceChurch .gallery-item.item-4 {
        transform: none;
    }
}

.ConferenceChurchBreakout {
    background-color: #425b60;
    padding: 40px 0 0 0;
    position: relative;
    text-align: center;
    color: #ffffff;
}

.ConferenceChurchBreakout .breakout-text {
    font-family: var(--eventHeadingFont);
    font-size: 32px;
    line-height: 1.35;
    font-weight: 300;
    color: #f1f5f9;
    margin: 0 0 35px 0;
    letter-spacing: 0.3px;
    text-transform: initial;
}

.ConferenceChurchBreakout .breakout-text span {
    color: #c9bf80;
}

@media (max-width: 768px) {
    .ConferenceChurchBreakout {
        padding-top: 30px;
    }

    .ConferenceChurchBreakout .breakout-text {
        font-size: 22px;
        margin-bottom: 25px;
        padding: 0 15px;
    }
}

.ConferenceChurchOptions {
    background-color: #f6f8f4;
    padding: 60px 0;
    color: #2c3e35;
    font-family: sans-serif;
}

.ConferenceChurchOptions .section-title {
    font-family: var(--eventHeadingFont);
    font-size: 34px;
    color: #558b6e;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 12px;
    text-transform: initial;
}

.ConferenceChurchOptions .section-sub {
    font-size: 15px;
    color: #435F64;
    margin-bottom: 40px;
}

.ConferenceChurchOptions .grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.ConferenceChurchOptions .calling-card {
    flex: 1;
    min-width: 170px;
    max-width: 195px;
    display: flex;
    flex-direction: column;
}

.ConferenceChurchOptions .card-header {
    padding: 14px 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    line-height: 1.4em;
}

.ConferenceChurchOptions .card-header.header-1 {
    background-color: #252638;
}

.ConferenceChurchOptions .card-header.header-2 {
    background-color: #252638;
}

.ConferenceChurchOptions .card-header.header-3 {
    background-color: #5E9075;
}

.ConferenceChurchOptions .card-header.header-4 {
    background-color: #435F64;
}

.ConferenceChurchOptions .card-header.header-5 {
    background-color: #D3D782;
}

.ConferenceChurchOptions .card-header.header-6 {
    background-color: #E56A46;
}

.ConferenceChurchOptions .card-body {
    padding: 15px 12px;
    flex-grow: 1;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ConferenceChurchOptions .card-body.body-1 {
    background-color: #e5e9eb;
}

.ConferenceChurchOptions .card-body.body-2 {
    background-color: #e3e8e9;
}

.ConferenceChurchOptions .card-body.body-3 {
    background-color: #e5efe9;
}

.ConferenceChurchOptions .card-body.body-4 {
    background-color: #e1e9e7;
}

.ConferenceChurchOptions .card-body.body-5 {
    background-color: #f1f4e3;
}

.ConferenceChurchOptions .card-body.body-6 {
    background-color: #faede6;
}

.ConferenceChurchOptions .option-item {
    font-size: 12px;
    line-height: 1.4;
    color: #252638;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid #252638;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ConferenceChurchOptions .card-body>.option-item:nth-of-type(1) {
    min-height: 63.50px;
}

.ConferenceChurchOptions .card-body>.option-item:nth-of-type(2) {
    min-height: 92.20px;
}

.ConferenceChurchOptions .option-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ConferenceChurchOptions .option-item:first-child {
    padding-top: 0;
}

.ts-speaker a.view-speaker.ts-image-popup {
    left: 0;
    width: 100%;
    height: 100%;
}

.ts-speaker .view-speaker {
    border: none !important;
}

.ts-speaker .view-speaker span.glyphicon.glyphicon-plus-sign {
    visibility: hidden;
    border: 0;
}

.section.speakers-page .modal-header {
    height: 36px;
    background: var(--mainThemeColor) !important;
}

.section.speakers-page h3.main-title {
    color: #233444;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

.pagebreak-steps-main {
    padding: 60px 0 0 !important;
}

.pagebreak-steps li.active p {
    display: none !important;
}

span#grp_fld_1655645 .btm__test {
    display: none !important;
}

.reg-price-card {
    background: rgb(248 253 247 / 50%);
    display: inline-block;
    padding: 20px;
    color: #252638;
    border-radius: 8px;
    margin: 12px 0;
}

.reg-price-card .reg-price {
    color: #252638;
}

.reg-price-card .reg-price span.original-price {
    display: block;
    text-decoration: line-through;
    color: #435f64;
    font-size: 32px;
        font-style: italic;
}

/*End home page agenda------------------*/
@media (max-width: 767px) {
    .agenda-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .agenda-tabs::-webkit-scrollbar {
        display: none;
    }

    .agenda-tabs > li {
        float: none;
        flex: 0 0 auto;
        display: inline-block;
    }

    .agenda-tabs > li > a {
        white-space: nowrap;
    }
  .agenda-row .time {
    padding: 10px 10px;
}
  .nav-tabs>li>a {
    margin-right: 8px;
    padding: 8px 10px;
    margin-bottom: 5px;
  }

}

@media (max-width: 991px) {
    .ConferenceChurchOptions .grid-container {
        gap: 15px;
    }

    .ConferenceChurchOptions .calling-card {
        min-width: 45%;
        max-width: 48%;
    }
}

@media (max-width: 480px) {
    .ConferenceChurchOptions .calling-card {
        min-width: 100%;
        max-width: 100%;
    }
}
a.ticketadd__readmore {
    display: none !important;
}
#grp_fld_1781744 .col-12.order-change div label {
    padding-left: 100px !important;
    text-indent: -84px !important;
}