@import url(https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
:root {
    --primaryColor: #024;
    --secondaryColor: #ffca3e;
    --accentColor: #9423FC;
    --linkColor: #9423FC;
    --headerTextColor: #024;
    --headingFont: "Aleo", serif;
    --bodyFont: "Open Sans", sans-serif;
    --bodyTextColor: #333;
    --btnBackground: #EEAF00 linear-gradient(0deg,#F5E669 40%, #EEAF00 100%);
    --btnBackground2: #f1f1f1; /* #024 linear-gradient(0deg,#CACACA 40%, #999 100%) */
    --headerBgExhibitorList: #024 url(https://enterpriseconnect.informaconnect.com/eventAssets/epcico_2026_250820160316/image/ECLV26-Banner-right.png) no-repeat top right;
    --headerBackground: #024 url('https://enterpriseconnect.informaconnect.com/eventAssets/epcico_2026_250820160316/image/ECLV26-LPBanner-right.png') no-repeat top right;

    --color-red: #f00;
    --color-brickRed: #a94442;
    --color-white: #fff;
    --color-gray: #bbb;
    --color-black: #000;
    --footerBgColor: #30333B;
}
*, html, body, .ui-widget input, p, label { font-family: var(--bodyFont); }
/* Not ideal, due to limitations of Bootstrap */
body { overflow-x: hidden; }

/* FONT SIZES
------------------------------------------------------*/
_:-ms-lang(x), input.form-control { display: inline-block; }
h1, h2, h3, h4, h5, h6 { color: var(--headerTextColor); font-family: var(--headingFont); font-weight: 800; }
html, body { font-size: 1rem; }
h1 { font-size: 2rem; }
h2 { font-size: 1.6rem; }
h3 { font-size: 1.3rem; }

/* EV2 REQUIRED STYLES
------------------------------------------------------*/
div.ip-group-container div.ip-element label.errorFieldLabel, div.ip-group-container div.ip-element label.emptyFieldLabel { color: var(--color-brickRed, #a94442); }

/* THEME STYLES */
body { accent-color: var(--primaryColor); background-color: var(--color-white); color: var(--bodyTextColor, #333); }
a, a:active, a:visited, a:hover { color: var(--linkColor, #9423FC); font-weight: 700; }
a:hover { text-decoration: underline; }
form a:not(.index_registrations_payment a), form a:active:not(.index_registrations_payment a), form a:visited:not(.index_registrations_payment a), .index_registrations_review a:not(h2 a), .index_registrations_review a:not(h2 a):visited { color: var(--linkColor, #9423FC); display: inline-block; margin: 10px 0 15px; }
form .col-lg-6 .ip-elm-html a { display: unset; }
.index_registrations_packages form .ip-elm-html a { display: inline; margin: 0; }
form a:hover, .index_registrations_review a:not(h2 a):hover { color: var(--linkColor, #9423FC); text-decoration: underline; }
.intro-wrap { padding: 0; margin-top: 50px; }
.full-row { width: 100%; }
img, .header-section img { max-width: 100%; width: 100%; }
.even img { width: auto; }
hr { border-color: var(--bodyTextColor, #333); }
input[type=text], input[type=password], input[type=tel], select { border: 1px solid var( --color-gray, #bbb); border-radius: 2px; color: var(--bodyTextColor, #333); font-size: 0.9rem; padding: 5px; }
body[class^="index_exhibitorreg_"] .page-banner { background: var(--headerBgExhibitorList); background-size: auto 100%; clear: both; margin-bottom: 15px; padding: 20px 0 0; }
.page-banner { background: var(--headerBackground); background-size: auto 100%; clear: both; margin-bottom: 15px; padding: 20px 0 0; }
.page-banner h1 { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.page-banner img { margin: 0 0 30px 0; }
.page-banner ul { list-style: none; margin: 10px 0 0; /*padding: 0;*/ }
.page-banner ul li { color: var(--color-white, #fff); font-size: 1.3rem; font-weight: 400; line-height: 1; width: 100%; }
.page-banner ul li:first-child { font-size: 1.7rem; font-weight: 600; }
.page-banner p, .page-banner h3 { color: var(--color-white, #fff); }
@media screen and (max-width: 768px) {
    .page-banner { background-size: cover; }
    .page-banner img { width: 75%; }
    .page-banner ul { margin-bottom: 30px; }
}
.intro-wrap h1 { font-size: 2.75rem; font-weight: 400; }
.intro-wrap p { font-size: 1.25rem; }
label[isrequired="1"]:before { color: var(--linkColor, #9423FC); content: "* "; display: inline-block; float: left; font-size: 1.2rem; margin-left: -.8em; margin-top: 2px; }
 .login-box .IP_PageBuilder_Registration .ip-elementEmpty:first-of-type, .notRequiredSymbolClass, .requiredSymbolClass { display: none !important; }
.login-box { margin-bottom: 60px; }
.login-box input[type="text"] { border: 1px solid var( --color-gray, #bbb); width: 100%; }
.login-box h3 { font-size: 1.4rem; }
.login-box p { color: var(--bodyTextColor, #333); }
.index_exhibitorreg_login .login-box label { font-weight: 400; margin-left: 0; line-height: normal; }
#YHVFEs13 { margin: 10px 0; width: 80%; }
@media screen and (width > 768px) {
    div.login-box input[type="text"] { width: 80%; }
    .index_exhibitorreg_login  div.login-box input[type="text"], .index_exhibitorreg_login  div.login-box input[type="password"] { width: 50%; margin-bottom: 5px; }
}

.thirty { max-width: 165px; }
.date-info h2 { background: var(--color-black, #000); color: var(--color-white, #fff); margin-bottom: 0; margin-top: 20px; padding: 10px; text-align: center; }
.btn { background: var(--btnBackground); color: var(--bodyTextColor, #333); font-size: 0.85rem; }
.btn:disabled, input[type="submit"]:disabled, input[type="submit"]:hover:disabled { background: var(--btnBackground2); color: var(--bodyTextColor, #333); }

.landing-text { background: rgba(255,255,255,0.6); margin: 20px 0; padding: 20px; }
.landing-text p { color: var(--color-black, #000); font-size: 0.9rem; }
.contact-card { margin-bottom: 30px; text-align: center; }
.privacy-section { padding-bottom: 40px; padding-top: 100px; }
.privacy-section p { text-wrap: pretty; font-size: 0.8rem; font-weight: 400; }
.privacy-section a { text-wrap: pretty; font-size: 0.8rem; font-weight: 600; }

/* INSIDE */
.ip-group-container.row { margin-top: 10px; }
.index_registrations_profile .ip-group-container p strong { display: block; margin: 10px 0; }
.index_registrations_profile h2, .index_registrations_pass_information h2, .index_registrations_review h2 { font-size: 2rem; }
.index_registrations_profile form, .index_registrations_pass_information form, .index_registrations_review form, .index_registrations_carbon_offsets form, .index_registrations_review .ip-group-col:has(#WMutHJ47), .overview-wrapper, .index_registrations_pass_selection .ip-element:has(label[for="OLLAJG31"]),
.index_registrations_section_4 .ip-element:has(label[for="OLLAJG31"]) { color: var(--bodyTextColor, #333); margin: 10px 0; padding: 5px; }
.index_registrations_review #ip-financialSummary-Table:has(table.financialSummary){ color: var(--bodyTextColor, #333); margin: 10px 0; padding: 5px; }
.index_registrations_profile form label { margin: 5px 0 0; font-weight: 700;}
.index_registrations_profile form label[for="mytDBX30-454"], .index_registrations_profile form label[for="tdvtNP84-351"], .index_registrations_profile form label[for="htNXcC20-281"],  .index_registrations_profile form label[for^="ZNeeQL51-"] { font-weight:400; }
.index_registrations_profile form .ip-elm-html.ip-element[unique_id="WABQJY36"], .index_registrations_profile form .ip-elm-html.ip-element[unique_id="nnccZv47"] { margin: -23px 0 0; }
.index_registrations_profile form .ip-elm-html.ip-element u a { display: unset; margin: unset; text-decoration: underline; }
.index_registrations_pass_information .writeInResponseWrapper { margin: 5px 0 10px; }
.index_registrations_profile .ip-formPassword {  margin: 5px 0 10px; width: 80%; }
.index_registrations_profile .iti--separate-dial-code .iti__selected-flag, .index_registrations_profile .iti--separate-dial-code .iti__selected-flag:hover { height: 32px; margin-top: 5px; }
.index_registrations_profile form input[type=text], .index_registrations_profile form input[type=tel], .index_registrations_profile form select, .index_registrations_profile .chosen-container { margin-bottom: 15px !important; margin-top: 5px !important; /*Override core code*/ }
.element-SingleAncillaryPackage.ip-element[unique_id="ywzCLB16"] span.clearfix { display: unset; }
aside a { font-size: 0.95rem; word-break: break-word; }
#vNXtTf02 { width: 100%; }
/*.overview-wrapper { color: var(--color-black, #000); }*/
.index_registrations_review h2 a { background: var(--btnBackground); border-radius: 5px; color: var(--bodyTextColor, #333); display: table; font-size: 1rem; margin-top: 10px; padding: 7px; text-align: center; text-decoration: none; text-transform: uppercase; transition: all ease-in 0.3s; }
.index_registrations_review h2 a:hover { background: var(--btnBackground2); color: var(--bodyTextColor, #333); }
.index_registrations_review h2 a { background: var(--btnBackground); color: var(--bodyTextColor, #333); padding-left: 10px; padding-right: 10px; text-decoration: none; text-transform: uppercase; }
.index_registrations_review h2 a:hover { background: var(--btnBackground2); color: var(--bodyTextColor, #333); }
.index_registrations_review .btn.btn-add  { background: var(--btnBackground); color: var(--bodyTextColor, #333); font-size: 1rem; text-decoration: none; text-transform: uppercase; }
.index_registrations_review .btn-add:hover { background: var(--btnBackground2); color: var(--bodyTextColor, #333); text-transform: uppercase; }
.overview-wrapper h2 { line-height: 1.5; width: 100%; }
.index_registrations_payment .ip-sectionTitle, .index_registrations_payment table, .index_registrations_payment label { color: var(--color-black, #000); }
#VMSXIs83 label { height: 4rem; }

/* PROGRESS MENU + PUBLIC MENU */
#progressMenu ul, #publicMenu { align-items: center; display: block; padding: 0; margin: 40px 0 20px; list-style: none; }
#progressMenu ul li, #publicMenu li { background: var(--btnBackground); color: var(--bodyTextColor, #333); display: block; font-size: 1.25rem; margin-bottom: 1px; padding: 10px 0; text-align: center; text-decoration: none; }
@media screen and (min-width: 768px) { #publicMenu li { flex: 1 0 auto; } }
#publicMenu li:first-child { display: none; }
#publicMenu li:last-child { border-right: unset; }
#publicMenu li a { color: var(--bodyTextColor, #333); font-size: 1rem; font-weight:400; }
#progressMenu ul li.currentStep, #publicMenu li:hover { background: var(--btnBackground2); color: var(--bodyTextColor, #333); }
#progressMenu ul li.completedStep { background: var(--btnBackground2); color: var(--bodyTextColor, #333); }
@media screen and (min-width: 768px) {
    #progressMenu ul, #publicMenu { display: flex; gap: 10px; }
    .index_registrations_groupreview #progressMenu ul,.index_registrations_groupreview #publicMenu { flex-wrap: wrap; }
    #progressMenu ul li { border-bottom: unset; flex-basis: 33.33%; padding: 10px 0; }
    #publicMenu li { border-bottom: unset; flex-basis: 20%; padding: unset; }
    #publicMenu li a { display: block; height: 100%; padding: 10px; }
}
.index_exhibitorreg_changepassword #publicMenu li:last-child { flex: 0 20%; }
.index_exhibitorreg_changepassword #password,  .index_exhibitorreg_changepassword #confirm_password {margin: 10px auto; width: 80%; }
.index_exhibitorreg_changepassword input.btn { width: unset !important;}
/* HIDE PROGRESS MENU WHEN IN REVIEW STAGE */
.index_registrations_review:has(#publicMenu) #progressMenu { display: none; }

/* PACKAGES */
.ip-buttonBar input.btn, .ip-buttonBar a.btn-success.btn-submit, .index_exhibitorreg_login .btn-submit, .index_registrations_review .ip-buttonBar .btn-submit.btn-default, .index_registrations_payment .ip-buttonBar .btn-submit.btn-default, .index_registrations_review .btn.btn-submit, .overview-wrapper h2 a, button { background: var(--btnBackground); border-color: transparent; border-radius: 7px; color: var(--bodyTextColor, #333); font-size: 1rem; font-weight: 700; padding-bottom: 7px; padding-top: 7px; text-transform: uppercase; transition: all ease-in 0.3s; }
.index_registrations_review input.btn.btn-submit, .index_registrations_review a.btn.btn-submit, .index_registrations_review a.btn.btn-submit.btn-default { width: auto; }
.ip-buttonBar .btn-cancel.btn { border: unset; color: var(--bodyTextColor, #333); font-size: 1.1rem; text-transform: uppercase; }
.ip-buttonBar .btn.btn-submit { width: 160px; }
.index_registrations_payment .ip-buttonBar { width: 350px; }
.login-box input.btn { margin-top: 5px; width: 25%; }
.index_registrations_review .ip-buttonBar .btn-submit.btn-default, .index_registrations_payment .ip-buttonBar .btn-submit.btn-default, .index_registrations_review .btn.btn-submit { transition: background-color ease-out 0.3s; width: 56.5%; }
.index_registrations_review .ip-buttonBar .btn-submit.btn-default:hover, .index_registrations_payment .ip-buttonBar .btn-submit.btn-default:hover, .index_registrations_review .btn.btn-submit:hover { background: var(--btnBackground2); }
.index_registrations_review .ip-buttonBar .btn-cancel.btn, .index_registrations_payment .ip-buttonBar .btn-cancel.btn { color: var(--bodyTextColor, #333); }
@media screen and (min-width: 768px) {
    .login-box input.btn { width: 15%; }
    .login-box input.btn:disabled { background: var(--btnBackground2); width: 100%; }
}

.ip-buttonBar input.btn:hover, .overview-wrapper h2 a:hover { animation:infinite-spinning 5s alternate infinite; }
@keyframes infinite-spinning {
    0% { background-position: 0; }
    50% { background-position: 200px 0; }
    100% { background-position: 600px 0; }
}
label[for="fQlOjI23"], label[for="uAaBay70"], label[for="fQlOjI23-486"], label[for="uAaBay70-487"] { font-weight: 400; }

/* PAYMENT */
.index_registrations_payment .form-control { width: 100%; }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .index_registrations_payment .form-control { width: 70%; }
}
#ip-financialSummary-Table .table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th { border: 1px solid var(--color-black, #000); }
#ip-financialSummary-Table { color: var(--color-black, #000); }
#creditCardForm .ip-element { margin-bottom: 10px; }
.content-wrapper { color: var(--color-white, #fff); }
.chargesButtonsHeader, .chargeButtons { display: none; }
.index_registrations_review .btn-submit { margin-top: 10px; }
.index_exhibitorreg_login .ip-element:has(label[for=rememberMe]) { display: flex; }
.index_exhibitorreg_login label[for=rememberMe] { order: 1 }
.ip-buttonBar{ float: right; }
.login-box .ip-buttonBar, .index_forgot-password_index .ip-buttonBar{ float: left; }

/* FOOTER */
.footer img { width: 180px; }
.footer { background: var(--footerBgColor); color: var(--color-white, #fff); margin-top: 50px; padding-bottom: 10px; padding-top: 10px; width: 100%; }
.footer ul { list-style: none; margin: 25px 0 0 0; padding: 0; }
.footer ul li { float: left; font-size: 0.8rem; padding: 2px 5px; }
.footer ul li a { color: var(--color-white, #fff); font-weight: 400; text-decoration: underline; }
.footer ul li a:hover { text-decoration: none; }
.footer ul li .footerCopy { display: block;}
.index_registrations_review .footer ul li .footerCopy { margin-top: .52rem; }
@media screen and (min-width: 992px) {
    .page-banner ul { list-style: none; }
    .index_registrations_payment .form-control { width: 450px; }
    .index_registrations_delegate .footer { bottom: 0; left: 0; margin-top: 0; position: absolute; right: 0; }
    .footer ul { float: right; margin: 10px 0 0; }
}

/* UI Login Block */
.ui-dialog .ui-dialog-content { background: var(--color-white, #fff); color: var(--bodyTextColor, #333); }
.ui-dialog .ui-dialog-content a { color: var(--linkColor, #9423FC); }
.ui-dialog-titlebar { background: var(--primaryColor); color: var(--color-white, #fff); }

.ip-elm-html.ip-element { margin-bottom: 10px; }
#password { color: var(--color-black, #000); }
.index_registrations_ex2025 .ip-buttonBar.clearfix a { background: var(--btnBackground); border-radius: 2px; font-weight: 700; padding: 10px; text-decoration: none; text-transform: uppercase; transition: all ease-in 0.3s; }
.index_registrations_ex2025 .ip-buttonBar.clearfix a:hover { background: var(--btnBackground2); color: var(--bodyTextColor, #333);}

/* FORM STYLE ONLY */
input[type=text] { height: 32px; width: 80%; }
input[type=checkbox], input[type=radio] { margin-right: 8px; }
select, .form-control { height: 32px; width: 64.5%; }
label { display: unset; font-weight: 400; line-height: 1.4; }
.requiredSymbol { color: var(--linkColor, #9423FC); font-size: 1.2rem; float: left; margin-left: -20px; }
.index_registrations_packages .requiredSymbol { margin-left: -15px; }
.login-box label { clear: both; display: inline-block; font-weight: 700; line-height: 0; margin-left: 15px; }
.login-box form { border-radius: 5px; padding: 0; width: 100%; }
.login-box form input[type="text"] { color: var(--color-black, #000); width: 100%; }
@media screen and (min-width: 768px) { .login-box input[type="text"] { width: 65%; } }
.login-box .btn-cancel { display: none; }
.login-box .btn { margin-top: 0; }

/* PHONE NUMBER + PASSWORD INPUTS */
.iti--separate-dial-code, .ip-elm-password, .ip-elm-confirmpassword, .ip-elm-textbox { width: 80%; }

/******/
.ip-buttonBar a.btn { background: initial; color: var(--bodyTextColor, #333); font-weight: bold; margin-right: 10px;}
.index_registrations_additional_events .ip-elm-radio-multi span.ip-elementContent { display: flex; margin-top: 5px; }
.index_registrations_additional_events .ip-elm-radio-multi .questionResponse { margin-right: 5px; }
.purchasableItemElement > .form-group { display: flex; margin-bottom: 0; }
.purchasableItemElement > .form-group label { margin-left: 5px; order: 2; }
.purchasableItemElement > .form-group span { order: 1; }
.index_registrations_changepassword input[type="password"] { margin-bottom: 10px; }
.index_registrations_changepassword .btn-submit[style] { width: 230px !important; }
.index_registrations_carbon_offsets label { margin-left: 4px; }
.index_registrations_carbon_offsets .ip-elementLabel .requiredSymbol { margin-left: 0; }
.index_registrations_carbon_offsets .auxEventCheckbox label { margin-left: 10px; }
.index_registrations_review label { font-weight: 700; float: left; margin-right: 10px; }
.credit-card-wrapper { width: 100%; }

/* EXHIBITOR PROFILE */
.index_exhibitorreg_portal form { float: none; padding: 0; width: 70%; }
.index_exhibitorreg_portal .login-box label { margin-left: 0; width: 100%; }
.index_exhibitorreg_section_11 form label .requiredSymbol .notRequiredSymbolClass, .index_exhibitorreg_section_11 form label .requiredSymbol .requiredSymbolClass { display: none !important; }
.index_exhibitorreg_section_11 form label[isrequired="1"]:before { margin-top: .8rem; }