/* Event Font -------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800;900&family=Roboto:wght@400;500;700&display=swap');


@font-face {
    font-family: 'FreightTextProBold';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/9970/uploads/vjf/content/misc/1693580794FreightTextProBold-Regular.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/9970/uploads/vjf/content/misc/1693580819FreightTextProBold-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html{
  scroll-behavior: smooth;
}

.custom-col-1 .control-label {
    color: #00263e !important;
}
.custom-col-1 .control-label span {
    font-family: 'Poppins';
    font-weight: 300;
}
form#form_30038 {
    box-shadow: none;
    border: none;
    background: #e7e5e1;
}

.section.registration-form {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew/9971/content/files/1694418847oldparkland-13-jpg1694418847.jpg);
  background-size: auto;
    margin-top: -60px;
}

.formbuilder-form-wrap {
    margin-top: 70px;
}

form#form_20437 br{
  display:block;
}
span#grp_fld_1386716 img {
    margin-bottom: 30px;
}
span#grp_fld_1394798 p:nth-of-type(2), span.break span
 {
    color: #00263e;
    font-weight: normal;
}
@font-face {
    font-family: 'Times New Roman';

    src: 
        
        url('https://vepimg.b8cdn.com/uploads/vjfnew/10724/content/files/1704957186times-new-roman-ttf1704957186.ttf') format('truetype'),
       
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Times New Roman';

    src: 
        
        url('https://vepimg.b8cdn.com/uploads/vjfnew/10724/content/files/1704958861times-new-roman-italic-ttf1704958861.ttf') format('truetype'),
       
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Times New Roman';

    src: 
        
        url('https://vepimg.b8cdn.com/uploads/vjfnew/10724/content/files/1704957186times-new-roman-bold-ttf1704957186.ttf') format('truetype'),
       
    font-weight: bold;
    font-style: normal;
}




@font-face {
    font-family: 'freight';
    src:url('https://vepimg.b8cdn.com/uploads/vjfnew/9970/content/files/1693500893freighttextprobold-regular-otf1693500893.otf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mrseaves';
    src:url('https://vepimg.b8cdn.com/uploads/vjfnew/9970/content/files/1693500108emigre-mrs-eaves-small-caps-ot-otf1693500108.otf') format('opentype'),   
    font-weight: normal;
    font-style: normal;
}
.two-btns a:last-of-type {
    color: #00263e;
}
/* Setting of Landing page colors and Font */
:root {
    --mainThemeColor: #c6ac7f;
    --mainThemeColor-rgb:243,101,49;
    --mainThemeColor2: #c6ac7f;
    --eventFontColor: #333;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: 'Poppins';
    --eventHeadingFont: 'Poppins';
    --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: #00263e;
    --curved: 6px;
    --rounded: 29px;
    --btnFontSize: 18px;




}
#faq .panel-body a {
    text-decoration: underline;
}
/* 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;
}
.hero.image img {
    max-width: 300px;
    margin-top: 35px;
}
body {
    font-family: var(--eventFont);
    font-size: var(--eventFontSize);
    color: var(--eventFontColor);
    line-height: 26px;
}

body > .header-content > .container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

body > .header-content {
    position: relative;
    z-index: 999999;
  background: white;
}

.simple-section {
    padding: 100px 0px;
      background: #00263e;
}

input#emailMatch {
    width: 100%;
}

.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%);
}

.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;
}



/* Buttons------------------------------ */
.vfairsBtn {
    padding: 12px 35px;
    margin: 0;
    display: inline-block;
    font-size: var(--btnFontSize);
    font-weight: 600;
    border: 2px solid transparent;
}

.coloredShadow {
    box-shadow: 0px 15px 25px 0px rgba(var(--mainThemeColor-rgb),0.3);
}

.grayShadow {
    box-shadow: 0px 15px 25px 0px rgba(67, 67, 67, 0.2);
}

.curved {
    border-radius: var(--curved);
}

.rounded {
    border-radius: var(--rounded);
}

.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%);
    color: #00263e !important;
}

.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;
}

h1,
.popup h1 {
    font-size: var(--h1FontSize);
    font-weight: 600;
}

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 {
    text-align: left;
    position: relative;
    z-index: 0;
    line-height: 1.3;
    margin-top: 0;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
}

.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: 12px 0px;
    width: 180px;
}

/* Main Navigation------------------------------ */
#main-nav {
    padding: 0px;
    display: flex !important;
}
#main-nav .navbar-nav {
    flex-direction: row;
    justify-content: end;
    flex-grow: 1;
}

#main-nav a {
    color: #00263e;
    font-size: var(--eventFontSize);
    padding: 8px 15px;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: normal;
  box-shadow: unset;
}

#main-nav a:hover,
#main-nav a:focus {
    color: var(--mainThemeColor);
    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;
}

.stickyNav {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 55;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background: var(--white);
}

#main-nav .navbar-nav li.active a {
    color: var(--mainThemeColor);
    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/9970/uploads/vjf/content/misc/1693407902pexels-ollie-craig-6398585.jpg")no-repeat center;*/
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 6%;
    position: relative;
    min-height: 560px;
  background-color:#00263E;
}

.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, #00263e9e 0%, #00263e63 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: 0px;
    margin-bottom: 30px;
    color: var(--white);
    font-weight: 600;
    font-family: var(--eventFont);
}

.eventDate::after {
    content: "|";
    margin-left: 7px;
}

.two-btns {
    text-align: center;
    margin: 35px 0 20px;
    padding: 2px;
    border: solid 2px var(--white);
    display: inline-block;
    border-radius: 40px;

}


.two-btns a {
    background: var(--white);
    display: inline-block;
    padding: 12px 34px;
    border-radius: 40px;
    letter-spacing: 1px;
    font-size: 18px;
}


.two-btns a:first-child {
    background: #c6ac7f;
    color: #00263e !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: #00263e !important;
    
    text-decoration: none;
}

.two-btns i {
    margin-right: 5px;
}

/*Registration Form---------------------*/
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]:hover, .reg-form-data .col-12 input[type=submit]:focus {
    background: #c6ac7f;
}
  .reg-form-data input::file-selector-button {
    background: var(--mainThemeColor) !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: 16px;
    font-family: var(--eventHeadingFont);
  color: var(--eventFontColor);
}

.reg-form-data .form-control {
  
    font-family: var(--eventFont);

}
.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;
}

.full-page-container .col-lg-12 {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.row-content {
    padding: 10px 0px;
}

/* 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);
}
#reset-pwd-frm input,
#LoginModal input{
    font-family: var(--eventFont);
}


/* 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);*/
}

#clockdiv {
    font-family: var(--eventHeadingFont);
    color: var(--mainThemeColor);
    display: inline-block;
    font-weight: 600;
    text-align: center;
    font-size: 50px;
}

#clockdiv .smalltext {
    color: #fff;
    font-size: var(--eventFontSize);
  font-weight: normal;
}

#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: "";

}
#clockdiv .eventlive {
    max-width: 500px;
    font-size: 24px;
}

/* About section -------------------------------------- */
.main-intro {
    max-width: 75%;
    text-align: center;
    margin: auto;
}

.main-intro strong {
    margin-bottom: 25px;
    font-size: 20px;
    display: block;
}


/* 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;
  padding: 0;
}

#agenda section .container>h3 {
    display: none;
}

#agenda section h3 {
    font-size: var(--h4FontSize);
    font-weight: normal;
    color: #00263e;
    text-transform: uppercase;
}

#agenda section {
    background: none !important;
}

#agenda .nav-tabs>li>a {
    color: var(--mainThemeColor) !important;
    background-color: var(--white) !important;
    text-transform: uppercase;
}

#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;
  font-weight: bold;


}

.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;

}

.nav-tabs>li.active>a:after,
.nav-tabs>li.active>a:focus:after,
.nav-tabs>li.active>a:hover:after {


    border-top-color: var(--mainThemeColor) !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 .panel {
    background: var(--faqBgColor);
    padding: 24px 25px 24px;
    margin: 0 0 27px;
    border: none;
    border-radius: 15px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);

}


.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(--eventHeadingFont);
    font-weight: 600;
    text-transform: none;
  padding-left: 45px;
}

.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: '068';
    padding-right: 5px;
    font-size: 19px;
    color: var(--mainThemeColor);
}

.faq .panel-title>a.collapsed:before {
    float: right !important;
    content: '067';
}

.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: 28px;
    text-align: center;
    background: #c6ac7f;
    color: var(--white);
    font-style: normal;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    bottom: -2px;
}

.cus-accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 12px 45px 0px 45px;
}

/* 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: var(--footerBg);
    padding: 20px 0px;
    position: relative;
    border-top-color: var(--mainThemeColor);
}

.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: 5;
}
.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;
  }

/* Privacy Policy------------- */
.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;
}


@media (max-width: 767px) {
  .main-title::after {
    content: "";
    display: none !important;
}
  
    #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;
}
  #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(--mainThemeColor) !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;
    }

    .simple-section {
        padding: 20px 0px;
    }

    #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;
}

}



div#bluesec {
    background: #00263e;
    color: white;
    text-align: center;
    padding: 40px 0;
}
div#bluesec span {
    font-size: 28px;
}

div#bluesec h1 {
    margin-bottom: 24px;
    margin-top: 8px;
}

div#bluesec h2 {
    margin-top: 40px;
    font-size: 38px;
}


.header-content.sticky {
    background: white;
    color: white;
    /* display: none; */
}

.main-intro.lead {
    max-width: 100%;
    text-align: justify;
    margin: auto;
    line-height: 1.5;
    color: white;
    font-size: 16px;
}


.main-title::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: 0;
    width: 180px;
    height: 3px;
    background-color: #c6ac7f;
  display:none;
}
.faq p {
    color: #333;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

.panel-body ul li {
    list-style-type: "›";
    padding-left: 16px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: inherit;
}

div#emailMatchModal {
    background: grey;
}

.hero.image {
    position: relative;
    width: 100%;
    /*height: 100vh;*/
    background: url('https://vepimg.b8cdn.com/uploads/vjfnew/19310/content/files/1751900841nyc-shutterstock-54132262-jpg1751900841.jpg') center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
      padding: 6% 0;
 
    z-index: 1;
}


.modal-header {
    background: transparent!important;
}

.modal-header h4 {
    color: #00263e!important;
    font-family: 'Poppins'!important;
  text-transform: uppercase;

}

button#emailMatchSubmitButton {
    background: #c6ac7f;
    border: 0;
}



a.vfairsBtn.btnColored.rounded {
    color:#fff;
  text-transform: uppercase;
}

.hero.image .text-center {
    background: #00263e;
    max-width: 800px;
    width: 100%;
    padding: 30px;
    margin: 0 25px;
}


.hero.image .text-center h1 {
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}

.hero.image .text-center h3 {
    color: white;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 26px;
    /* margin-top: 7px; */
    line-height: 41px;
  font-weight: normal;
}

.hero.image .text-center h1 {
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.section.advisory-board .container.full-page-container {
    max-width: unset;
    width: 100%;
    margin: 0!important;
    padding: 0!important;
}

.section.advisory-board .row-content{
  padding:0;
}

.section.advisory-board .agenda-rows:nth-of-type(4) {
    display: none;
}

.section.advisory-board .agenda-rows:nth-of-type(5) {
    display: none;
}

.section.advisory-board h4[aria-label="Fall Meeting"] {
    display: none;
}

.agenda-design1 h4 span {
    display: inline-block;
    padding-bottom: 0;
    background: #c6ac7f!important;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    margin-left: 35px;
}






h4[aria-label="Advisory Board"] {
    display: none;
}

.section.advisory-board .agenda-rows:nth-of-type(1) {
    display: block;
}

.section.advisory-board .agenda-rows:nth-of-type(2) {
    display: block;
}

.section.advisory-board .agenda-rows:nth-of-type(3) {
    display: block;
}

.section.advisory-board h4[aria-label="Advisory Board"] {
    display: block;
}

@media (max-width:480px) {
  .hero.image .text-center {
    background: #00263e;
    max-width: unset;
    width:100%;
    left: 0;
    position: relative;
    top: 0;
    padding: 50px;
}
}


.agenda-design1 .agenda-row .agenda-col:first-child {
    vertical-align: top;
    padding-top: 18px;
    width: 160px!important;
    text-align: center;
}

div#login-footer .col-sm-8 {
    display: none;
}

div#login-footer .col-sm-4 {
    width:100%!important;
}

span.break {
    display: block;
  font-size: 16px!important;
  
}


span.break.gap {
    display: block;
  font-size: 22px!important;
  margin-top: 12px;
  text-transform: capitalize;
}
}

.custom-col-1 .control-label {
    font-size: 16px;
}

h1#fld_1497645 {
    text-align: center;
    color: #00263e;
  text-transform: uppercase;
}

span#grp_fld_1386716 p img {
    width: 50%!important;
}

h1#fld_1504578 {
    text-align: center;
  color: #00263e;
  font-weight: normal;
  margin-top: 20px;
      display: flex;
    align-items: center;
    text-align: center;
      font-size: 20px;
}

h1#fld_1497648 {
    text-align: center;
  color: #00263e;
  font-weight: normal;
  margin-top: 20px;
      display: flex;
    align-items: center;
    text-align: center;
      font-size: 20px;
}

h1#fld_1499245 {
    text-align: center;
    color: #00263e;
    margin-top: 20px;
    font-weight: normal;
}


h1#fld_1504562 {
    text-align: center;
  color: #00263e;
  font-weight: normal;
    
  margin-top: 20px;
}

h1#fld_1421005 {
    text-align: center;
    color: #00263e;
  margin-top: 20px;
  font-weight: normal;
}

h1#fld_1504577 {
    text-align: center;
    color: #00263e;
  margin-top: 20px;
  font-weight: normal;
}

.nw-frm-bldr.reg-form-wrap .m-1 .col-12:nth-of-type(1) h3 {
    display: none;
}

#agenda .agenda-style-6 .time-box {
    background: #00263e !important;
    color: var(--white) !important;
}

.speaker_container {
    margin-bottom: 30px;
    min-height: 488px!important;
    flex-shrink: 0;
    z-index: 1;
    padding: 20px;
    width: 100%;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    background: #00263e!important;
    background-size: 1000%;
    -webkit-animation: Gradient 10s ease infinite !important;
    -moz-animation: Gradient 20s ease infinite !important;
    animation: Gradient 20s ease infinite !important;
  border:1px #c6ac7f solid!important;
}

.speaker.mh-60 {
    display: none!important;
}

.agenda-style-6 .time-box {
    padding: 30px!important;
    background: #e3006a;
    color: #ffffff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px 0px 0px 10px;
}

.webinarsdescription p:nth-of-type(1) {
    color: #c6ac7f;
    font-weight: 800;
}

.webinarsdescription p:nth-of-type(1) {
    color: #00263e;
    font-weight: 500;
}

.speaker_container:hover .speaker_img-src img {
    filter: grayscale(0)!important;
}

.speaker_img-src h4 {
    font-weight: 600;
    
}

span#grp_fld_1423286 {
    color: #317ec2;
    font-weight: normal;
    font-family: 'Poppins';
  margin-top: 20px;
}

section#speakers .main-title {
    margin-bottom: 60px;
      font-weight: normal;
}

.speaker_img-src h4 {
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 22px !important;
    color: #c6ac7f !important;
    min-height: 45px;
    margin-top: 20px!important;
}

.speaker_img-src h5 {
    color: #fff;
    font-weight: normal!important;
}

.btn-close {
    color: #333;
    background-color: #fff;
    border-color: #ccc !important;
    text-align: center;
    padding: 10px 13px !important;
    border-radius: 25px 25px !important;
    font-weight: 800;
    transition: all 0.2s ease;
    text-decoration: none !important;
    outline: none !important;
    font-family: 'Poppins' !important;
}

form#form_20437 br {
    display: none!important;
}

.reg-form-data .col-12 input[type=submit] {
    width: 31%;
    height: 50px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 34px;
    border-radius: 40px;
    letter-spacing: 1px;
    font-size: 18px;
    background: #c6ac7f;
    color: #00263e !important;
    box-shadow: none;
    display: inline-block;
    padding: 12px 34px;
    border-radius: 40px!important;
    letter-spacing: 1px;
    font-size: 18px;
    border: solid 2px var(--white);
  text-transform: uppercase;
  margin-top: 30px;
}

span.webinar_time {
    font-weight: normal;
}

footer#footer h3 {
    font-weight: normal;
}

.custom-col-1 .control-label {
    /* display: inline-block; */
    /* width: 32%; */
    /* float: left; */
    text-overflow: clip;
    overflow: hidden;
    white-space: pre-wrap;
    vertical-align: middle;
    font-weight: 600;
}

footer#footer .col-xs-12.col-md-4.col-md-offset-2 p {
    text-align: right;
}

footer#footer .col-xs-12.col-md-4.col-md-offset-2 h3 {
    text-align: right;
}

.modal.fade .modal-dialog {
    top: 100px;
}

.speaker_img-src h5 span {
    display: block;
    margin: 20px 0px;
}

.speaker_img-src h5 span {
    display: block;
    margin: 20px 0px;
}

.speaker_img-src h5 span:first-child {
    font-style: italic;
}

/*span#grp_fld_1386735 label {
    font-weight: normal;
}

span#grp_fld_1386736 label {
    font-weight: normal;
}

span#grp_fld_1388438 label {
    font-weight: normal;
}

span#grp_fld_1386737 label {
    font-weight: normal;
}

span#grp_fld_1386707 label {
    font-weight: normal;
}

span#grp_fld_1386708 label {
    font-weight: normal;
}

span#grp_fld_1386710 label {
    font-weight: normal;
}

span#grp_fld_1386718 label {
    font-weight: normal;
}

span#grp_fld_1386719 label {
    font-weight: normal;
}*/

.speaker_img-src img {
    width: 200px;
    height: 200px;
    margin: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 4px solid #fff;
    border-radius: 50%;
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1662021371placeholder-png1662021371.png) no-repeat;
    background-size: 100% 100%;
}

.speaker_img-src {
    text-align: center;
    cursor: pointer;
}

div#userExistingListValidationModal {
    background: grey;
}

div#userExistingListValidationModal .modal-dialog {
    top: 120px;
}

p.error {
    color: red;
}

p.lpacdesc {
    display: none;
}

.eventlive {
    display: none !important;
}

.speaker_img-src h5 em {
    line-height: 30px;
    margin: 14px 0 0 0;
    height: 60px;
    display: inline-block ! Important;
}
.session-location {
    color: #00263e;
    font-weight: 500;
}

.agenda-style-6 .detail-box .webinarsdescription p {
    margin-bottom: 10px;
    line-height: 20px;
    font-weight: 200!important;
}

span#grp_fld_1421010 p {
    font-family: 'Poppins';
    color: #317ec2;
    font-weight: bold;
}

h1#fld_1420997 span {
    margin-top: 10px;
}

h1#fld_1421005 span {
    margin-top: 10px;
}

.required.control-label:after {
    content: "*";
    color: red;
  display:none;
}

input#fld_281037 {
    text-align: center;
    font-weight: 600;
    width: 31%;
    height:auto;
    border-radius: 7px;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 34px;
    border-radius: 40px;
    letter-spacing: 1px;
    font-size: 18px;
    background: #c6ac7f;
    color: #00263e !important;
    box-shadow: none;
    display: inline-block;
    padding: 12px 34px;
    border-radius: 40px !important;
    letter-spacing: 1px;
    font-size: 18px;
    border: solid 2px var(--white);
    text-transform: uppercase;
    margin-top: 30px;
    font-family: 'Poppins';
}

.slim-bar ul > li, .slim-bar ul > li > a {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    text-decoration: none;
    font-family: 'poppins';
}

footer#footer .col-xs-12.col-md-4.col-md-offset-2 p {
    text-align: right;
    font-family: 'poppins';
}

span#grp_fld_1423286 h5 {
    font-size: 17px;
    font-weight: 600;
}

span#grp_fld_1423286 span {
    font-weight: 500;
    font-size: 14px !important;
    margin-top: 10px;
}

.edit-profile-box-login a.btn-primary {
    background: #c6ac7f;
    padding: 12px 34px;
    border-radius: 40px;
    letter-spacing: 1px;
    font-size: 18px;
    color: #00263e !important;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid transparent;
}

div#MessageResponseWindow .ResponseBoxTxt p:nth-of-type(2) {
    margin-top: 20px;
}

input#submit {
    text-align: center;
    font-weight: 600;
    width: 31%;
    height:auto;
    border-radius: 7px;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 34px;
    border-radius: 40px;
    letter-spacing: 1px;
    font-size: 18px;
    background: #c6ac7f;
    color: #00263e !important;
    box-shadow: none;
    display: inline-block;
    padding: 12px 34px;
    border-radius: 40px !important;
    letter-spacing: 1px;
    font-size: 18px;
    border: solid 2px var(--white);
    text-transform: uppercase;
    margin-top: 30px;
    font-family: 'Poppins';
}

form#form_77867 {
    margin-top: 80px;
}

.custom-col-1 .control-label {
    color: #00263e !important;
    font-family: 'Poppins';
    font-size: 16px;
}

.section.registration-form {
    background: #00263e;
    background-size: auto;
    margin-top: -60px;
}


h1#fld_1497648::before, h1#fld_1497648::after {
    content: "";
    flex: 1;
    border-top: 2px solid #C6AC7F;
    margin: 0 10px;
    color: #C6AC7F;
}

h1#fld_1504578::before, h1#fld_1504578::after {
    content: "";
    flex: 1;
    border-top: 2px solid #C6AC7F;
    margin: 0 10px;
    color: #C6AC7F;
}

span#grp_fld_1497657 p {
    font-family: 'Poppins';
    color: #317ec2;
    font-weight: bold;
}

.reg-form-data .col-12 input[type=submit] {
    width: 31%;
    height: auto;
    border-radius: 7px;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 34px;
    border-radius: 40px;
    letter-spacing: 1px;
    font-size: 18px;
    background: #c6ac7f;
    color: #00263e !important;
    box-shadow: none;
    display: inline-block;
    padding: 12px 34px;
    border-radius: 40px !important;
    letter-spacing: 1px;
    font-size: 18px;
    border: solid 2px var(--white);
    text-transform: uppercase;
    margin-top: 30px;
}

.reg-form-data .col-12 input[type=submit] {
    height: auto !important;
      font-weight: bold;
      font-family: 'Poppins' !important;
}

.btn.btn-danger.crow {
    background: #c6ac7f;
    border: #c6ac7f;
    border-radius: 60px;
    padding: 13px;
    color: #00263e;
    font-family: 'Poppins' !important;
    font-weight: bold;
  text-transform: uppercase;
}

.btn.btn-primary.crow {
    background: #c6ac7f;
    border: #c6ac7f;
    border-radius: 60px;
    padding: 13px;
    color: #00263e;
    font-family: 'Poppins' !important;
    font-weight: bold;
  width: 152px;
  text-transform: uppercase;
}

h1#fld_806846 {
    text-align: center;
    color: #00263e;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 500;
}

h1#fld_806847 {
    color: #00263e;
    font-size: 25px;
    text-align: center;
    color: #00263e;
    font-family: 'Poppins';
    font-weight: 500;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 10px;
}

h1#fld_806847::before, h1#fld_806847::after {
    content: "";
    flex: 1;
    border-top: 2px solid #C6AC7F;
    margin: 0 10px;
    color: #C6AC7F;
}

span#grp_fld_806849 p {
    color: #00263e;
    font-weight: 500;
    font-family: 'Poppins';
}

span#grp_fld_806850 p {
    color: #00263e;
    font-size: 20px;
    font-size: 20px;
    text-align: center;
    color: #00263e;
    font-family: 'Poppins';
    color: #317ec2;
    font-weight: normal;
    font-family: 'Poppins';
    text-align: center;
    font-family: 'Poppins';
    color: #00263e;
    margin-top: 10px;
    font-size: 23px;
}

span#grp_fld_806858 p {
    font-size: 20px;
    text-align: center;
    color: #00263e;
    font-family: 'Poppins';
    /* margin-top: 10px; */
    color: #317ec2;
    font-weight: normal;
    font-family: 'Poppins';
    text-align: center;
    font-family: 'Poppins';
    color: #00263e;
    margin-top: 10px;
    font-size: 23px;
}

.section .starrr-container {
    margin-bottom: 5px;
    padding: 10px 0px;
}

a.fa.fa-star {
    font-size: 30px !important;
}

.section.survey-cms-page-05-22 {
    background: #00263e;
}