/* FONT FAMILY
------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap);

/* BRAND COLOR PALETTE & FONTS  
------------------------------------------------------*/
:root {
    --primaryColor: #ffeb00;
    --color-red: #f44e21;
    --color-orange: #ff8b00;
    --color-yellow30: #fff9b2;
    --color-yellow60: #fff366;
    --color-yellow: #e8d600;
    --color-grayLight: #f6f6f6;
    --color-grayLight-1: #f5f5f5;
    --color-grayMid: #c6c6c6;
    --color-grayDark: #878787;
    --footerBgColor: #000;
   
    /*site Font*/
    --primaryFont:  "Noto Sans Mono", "Space Mono", sans-serif;
    --standardFont: "Open Sans", sans-serif;

    /* Colors - mono-chromatic */
    --color-white: #fff;
    --color-offWhite: #f9efe6;
    --color-gray: #525a5c;
    --color-gray-classic: #ccc;
    --color-gray-bright: #eee;
    --color-gray-medium: #999;
    --color-dark-charcoal: #333;
    --color-black: #000;
    --color-teal: #00a8ac;
    --color-teal1: #068588;
    --boxShadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

html, body, .ui-widget input { font-family: var(--primaryFont); }
h1, h2, h3, h4, h5, h6, .secondary_hero, .index_registrations_review .ip-sectionTitle { color: var(--color-black); font-kerning: normal; font-weight: 700; font-variant-ligatures: common-ligatures; }
#progressMenu #progress li { font-family: var(--primaryFont); font-kerning: normal; font-variant-ligatures: common-ligatures; }
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* GRID
------------------------------------------------------*/
body { height: 100vh; margin: 0; overflow-x: hidden; padding: 0; }
#flex { align-items: stretch; background-color: transparent; display: flex; flex-direction: column; height: 100%; margin: 0; padding: 0; }
#flex #header { background-color: var(--color-grayLight); flex-basis: auto; flex-grow: 0; align-self: left; flex-shrink: 0; order: 0; }
#flex #main { flex-grow: 10; order: 1; }
#flex #pre-footer { flex-grow: 0; order: 2; }
#flex #footer { align-self: center;  flex-basis: auto; flex-grow: 0; flex-shrink: 0; order: 3; }
#flex #header .heightcenter { align-items: center; display: flex; height: 100%; justify-content: space-between; }
#flex #header .heightcenter .col-sm-7 { flex-grow: 7; }
#flex #header .heightcenter .col-sm-5 { flex-grow: 5; }
#flex .welcome_header .heightadjust { align-items: flex-end; display: flex; height: 100%; justify-content: space-between; }
#flex .welcome_header .heightadjust .col-sm-9 { flex-grow: 9; }
#flex .welcome_header .heightadjust .col-sm-8 { flex-grow: 8; }
#flex .welcome_header .heightadjust .col-sm-7 { flex-grow: 7; }
#flex .welcome_header .heightadjust .col-sm-6 { flex-grow: 6; }
#flex .welcome_header .heightadjust .col-sm-6 { flex-grow: 5; }
#flex .welcome_header .heightadjust .col-sm-4 { flex-grow: 4; }
#flex .welcome_header .heightadjust .col-sm-3 { flex-grow: 3; }
/*.welcome_header { margin: 2rem 0; }*/
.secondary_page .welcome_header { margin: 1rem 0; }
.contact-links{ display: flex; gap: 20px; }

/* IE ADJUSTMENTS
-------------------------------------- */
.ip-elementContent, .ip-elementLabel { display: block; }

/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * See the Getting Started docs for more information: http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/* fix for IE 11 issue with typed content not showing in the .form-control input fields */
_:-ms-lang(x), input.form-control { display: inline-block; }

html, body { background-color: var(--color-grayLight); color: var(--color-black); font-family: var(--standardFont); font-size: 14px; }
/* FONT SIZES
------------------------------------------------------*/
.ui-dialog, .ui-widget { font-size: 15.2px; line-height: 1.4; }
#progressMenu #progress li { font-size: 16px; line-height: 1; letter-spacing: 1px; text-transform: uppercase; }
span.kern { letter-spacing: 1px; }
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.285rem; }
.dates { color: var(--color-black); font-weight: 500; margin 0; padding: 4px 0 36px 2rem; white-space: nowrap; }
.secondary_page h3.dates { font-size: 15.2px; }
.secondary_page h3.dates .venue { white-space: nowrap; }
.secondary_page h3.dates .venue:before { content: " - "; }
.secondary_page h3.dates br { display: none; }
p { font-size: 15.2px; line-height: 1.4; }
.index_registrations_review .ip-sectionTitle, .secondary_hero { font-size: 1.4285rem; }
.et_email_form .help_text, .et_email_form label { font-size: 15.2px; }
.ui-dialog .ip-buttonBar a, .btn, .btn-default, .btn-submit, .btn-success, .btn-primary, .ui-widget input { font-size: 16px; font-weight: 600; line-height: 1.4; }
.btn { padding: 2px 12px !important; }
.btn-sm { font-size: 14px; }
.btn-xs { font-size: 12px; }
p.forgotPasswordLink { font-size: 1.2rem !important; }
.ip-elementContent, .ip-elementLabel { display: block; font-size: 16.8px; }
h2 a.btn-success.btn-sm { font-size: 16.8px; }

/* EV2 REQUIRED STYLES
------------------------------------------------------*/
div.ip-group-container div.ip-element label.errorFieldLabel, div.ip-group-container div.ip-element label.emptyFieldLabel { color: var(--color-red); }

/* STYLES
------------------------------------------------------*/
form .ip-element label { font-weight: 700; }
.ip-elementContentTable .packageRadio label, .ip-elementContentTable .packageName, .ip-elementContentTable .packageName .ip-elementLabel, form .ip-element .questionResponse label { font-weight: 400; }
a:hover { text-decoration: underline; }
#publicMenu li a { font-size: 0.857rem; font-weight: 400; text-transform: uppercase; }
#publicMenu li a:hover { font-weight: 400; text-decoration: none; }

/* BORDERS
------------------------------------------------------*/
.btn, .btn-default, .btn-submit, .btn-success, .btn-primary { border-width: 2px; }
.btn-sm { border-width: 1px; }

/* COLORS
-----------------------------------------------------*/
a:visited, a:hover, a:focus, a { color: var(--color-orange); font-weight: 600; }
.eventBG { background-color: var(--color-black); background-image: url(https://ai.informaconnect.com/eventAssets/aiinco_newyork_2025_250625172451/files/networkMap-white.jpg);
    background-repeat: no-repeat; background-position: bottom left; background-size: cover; min-height: 30rem; }
.event_color_background_subheader { background-color: var(--color-grayLight); color: var(--color-grayDark); padding: 0 0; }
.event_color_background_info { background-color: var(--color-grayLight); color: var(--color-black); margin: 40px 0; padding: 0; position: relative; }
.event_color_background_info a { color: var(--color-black); }
/*.event_color_background_info .col-xs-12 div { background-color: var(--color-white); border: 1px solid var(--color-black); margin: 0 10% -40px; padding: 1.5rem; padding-bottom: 1rem; position: relative; top: -20px; z-index: 5; }*/
.event_color_background_info_light { background-color: var(--color-grayLight); color: var(--color-grayDark); padding: 4rem 0; }
.financialSummary .chargesDescriptionHeaderRow { background-color: var(--primaryColor); color: var(--color-black); }
.instant_gratification_confirmation_page .financialSummary .chargesDescriptionHeaderRow { background-color: var(--color-gray-bright); }
.financialSummary .balanceDueRow { background-color: var(--color-offWhite); }
.wrapper_logo { background-color: transparent; color: var(--color-black); }
.welcome_header h1 { color: var(--color-black); text-align: left; }
.welcome_header h2 { color: var(--color-black); padding-right: 15px;  text-align: right; }
.welcome_header h2.dates img { margin-top: -.25rem; }

/* used to position subhead compared to logo width */
@media (max-width: 520px) {
    .welcome_header h2 { margin-left: 92px; text-align: left; }
}

.welcome_header p, form label { color: var(--color-black); }

#progressMenu #progress { border-top: 1px solid var(--color-black); border-bottom: 1px solid var(--color-black); }
#progressMenu #progress li { background-color: var(--color-grayMid); border-bottom: none; border-right: 1px solid var(--color-white); color: var(--color-black); }
#progressMenu #progress li:first-child, #progressMenu #progress li:last-child { /* border-radius: 20px 0 0 20px; */ }
#progressMenu #progress li.currentStep { background-color: var(--color-orange); }
#publicMenu li:hover { background-color: var(--color-grayDark); color: var(--color-white); }
#publicMenu li a { color: var(--color-grayDark); }
#publicMenu li a:hover { color: var(--color-white); }
.index_registrations_demographics form .ip-element label { border-top: 1px solid var(--color-white); }
.index_registrations_demographics form .ip-element .questionResponse label { border-top: 0 solid var(--color-white); }
.index_registrations_review .ip-sectionTitle { color: var(--primaryColor); }
form .ip-element .questionResponse label { border-top: 0 solid var(--color-white); padding-left: 15px !important; }
.et_email_form_parent { background-color: var(--color-grayLight); }
.et_email_form label h2, .et_email_form label, .et_email_form, form .IP_PageBuilder_Registration .ip-group-container input[type="text"], .ip-elementContent .ip-elementPackages .ip-elementPackageTitle label { color: var(--color-black); }
form .packageName { color: var(--color-grayDark); }
form .packageDescription { border: 1px solid var(--color-gray-bright); }
.ip-elementContent .et_elementPackage { background-color: var(--color-grayLight); border-radius: 2px; }
.ip-elementContent .ip-elementPackageTitle { background-color: var(--primaryColor); border-radius: 2px 2px 0 0; color: var(--color-white); height: 56px; }
.ui-dialog .ui-dialog-content, .ui-dialog-content, .ui-dialog .ui-widget-content { background: var(--color-white) none !important; color: var(--color-black); }
.ui-widget-content { background: var(--color-white) none; border: 1px solid var(--color-white); border-radius: 2px; box-shadow: var(--boxShadow); color: var(--color-black); }
.ui-widget-header { background: var(--color-black); border: 0 solid var(--color-white); border-bottom: 4px solid var(--color-black); color: var(--primaryColor); }
.ui-widget-content select, .ui-dialog select, .ui-dialog input { color: var(--color-dark-charcoal); }
.ui-dialog a, .ui-dialog a:hover, .ui-dialog .btn-default:visited:hover, .ui-dialog .btn-default:hover, .ui-dialog .btn-submit:hover { color: var(--color-orange); }
.ui-dialog form label, .ui-dialog .btn-defaul:visited, .ui-dialog .btn-default, .ui-dialog .btn-submit { color: var(--color-black); }
.ui-dialog form label .ip-elementLabel { width: 400px !important; }
.ui-dialog .btn-cancel { margin-right: 10px; }
.btn { font-weight: 600; background-image: none; text-transform: capitalize; }
.btn-default.disabled, .btn-default[disabled], .btn-success.disabled, .btn-success[disabled], .btn-default.disabled.active, .btn-default.disabled:active, .btn-default[disabled].active, .btn-default[disabled]:active, .btn-success.disabled.active,
.btn-success.disabled:active, .btn-success[disabled].active, .btn-success[disabled]:active, .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-success.disabled.focus, 
.btn-success.disabled:focus, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-default.disabled:hover, .btn-default[disabled]:hover, .btn-success.disabled:hover, .btn-success[disabled]:hover { background-color: var(--color-grayMid); background-image: none; border-color: var(--color-grayMid); color: var(--color-white); font-weight: 700; text-transform: uppercase; }
.ui-dialog .ip-buttonBar a, a.btn, a.btn-default, .btn-default, .btn-primary, .btn-success { background-color: var(--primaryColor); background-image: none; border-color: var(--primaryColor); color: var(--color-black); font-weight: 600; }
.ui-dialog .ip-buttonBar a:visited, a.btn-default:visited, a.btn-primary:visited, a.btn-success:visited, a.btn:visited, .btn-default:visited, .btn-primary:visited, .btn-success:visited, .ui-dialog .ip-buttonBar a:hover,
a.btn-default:visited:hover, a.btn-primary:visited:hover, a.btn-success:visited:hover, a.btn-default:hover, a.btn-primary:hover, a.btn-success:hover, a.btn:hover,
.btn-default:hover, .btn-primary:hover, .btn-success:hover { background-color: var(--color-yellow); background-image: none; border-color: var(--color-yellow); color: var(--color-black); }
.btn-default:focus:hover, .btn-primary:focus:hover, .btn-success:focus:hover, .btn-default:focus, .btn-primary:focus, .btn-success:focus, .btn-success.active, .btn-success:active, .btn-default:active, 
.btn-primary:active, .btn-success:active, .btn-default:active:hover, .btn-primary:active:hover, .btn-success:active:hover, .btn-submit, a.btn-submit:visited, .btn-submit:visited, .btn-submit.active, 
.btn-submit:active:hover { background-color: var(--primaryColor); background-image: none; border-color: var(--primaryColor); color: var(--color-black); }
a.btn-submit:hover, .btn-submit:hover, .btn-submit:focus { background-color: var(--color-black); background-image: none; border-color: var(--color-black); color: var(--primaryColor); }
.ui-dialog .ip-buttonBar a.cancel, .btn-cancel, .ui-dialog .btn-cancel, a.btn-cancel:visited, a.btn-cancel, 
.ui-dialog .ip-buttonBar a.cancel:hover, .ui-dialog .btn-cancel:hover, a.btn-cancel:hover { background-color: transparent; background-image: none; border-color: transparent; color: var(--color-orange); }

/* UI buttonBar a -> btn-cancel */
.index_registrations_profile .ui-dialog .ip-buttonBar a { background-color: var(--color-grayMid); background-image: none; border-color: var(--color-grayMid); color: var(--color-white); }
.index_registrations_profile .ui-dialog .ip-buttonBar a:hover { background-color: var(--color-gray-medium); background-image: none; border-color: var(--color-gray-medium); color: var(--color-white); }
.secondary_hero, h1, h2, h3, h4, h5, h6 { color: var(--color-black); }
#wireToggle, #creditCardToggle, #checkToggle { border-top: 1px solid var(--color-grayDark); }
.ip-elm-html .btn-primary, .ip-elm-html .btn-primary:active, .ip-elm-html .btn-primary:visited { background-color: var(--primaryColor) !important; }
.brightBlue { color: var(--color-orange) !important; }

/* BACKGROUNDS
------------------------------------------------------- */
.reg-row, .exhibitors_theme { background-color: var(--color-grayLight) !important; }

/* NEW CLASSES ADDED WITH JS
------------------------------------------------------- */
.et_not_required_label, .et_hide_me { display: none; }

/* GENERAL
-------------------------------------------------------*/
hr.spacer { border: 0 solid var(--color-white); clear: both; display: block; margin: 30px 0; }
hr.spacer:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.reg-row .container, .event_color_background_subheader .container, .event_color_background_info .container, .heightadjust .container { width: 90%; }
.ui-dialog .ip-buttonBar a, .form-control, .btn { border-radius: 0; }
.form-control { max-width: 500px; }
.et_email_form_parent .et_email_form { margin: 5px; }
.et_for_checkbox_write_in { margin: 0 0 0 25px; }
td { vertical-align: top; }
.et_email_form input[type="text"] { min-width: auto; }
.chzn-container { max-width: 300px; }
.notRequiredSymbolClass { display: none; }
.requiredSymbolInline, .inlineSymbol:before, .requiredSymbolClass:before { content: "*"; }
.requiredSymbolClass { background-image: none; color: var(--color-orange); display: inline-block; font-family: Arial; font-size: 1.643rem; height: 15px; line-height: 1; margin: 0 0 0 -14px; overflow: hidden; width: 9px; }
.requiredSymbolInline, .inlineSymbol { color: var(--color-orange); display: inline-block; float: inherit; font-family: Arial; font-size: 1.643rem; height: 13px; line-height: 1; margin: 0; overflow: hidden; position: relative; width: 8px; }
.container-fluid { width: 100%; }
.col-lg-6, .index_registrations_review #ip-financialSummary-Container, .index_registrations_review .ip-sectionTitle { margin-left: 0; padding-left: 0; }
.index_registrations_review #ip-financialSummary-Container .ip-sectionTitle { margin-left: 0; }
#ip-financialSummary-Container { display: table; max-width: 550px; width: 95%; }
.IP_PageBuilder_Registration.container-fluid { display: inline-block; }
.IP_PageBuilder_Registration .well { max-width: 550px; }
.et_reg_icon { max-width: 500px; width: 100%; }
.ip-group-col.col-lg-12 { padding-left: 0; }
input[type="hidden"] { border: 0; clear: left; display: none; float: left; *font-size: 0; height: 0; line-height: 1; margin: 0; overflow: hidden; padding: 0; visibility: hidden; width: 0; }
.form-group p { font-size: 1.087rem; }
.event-logo h1 { margin: 0 !important; }
.event-banner { width: 100% !important; }
.event-logo { background: var(--color-white); }
.network-img { float: left; margin-right: 0; position: relative; z-index: 1; }
@media screen and ( min-width: 768px) and (max-width: 991px ) {
    .network-img { margin-top: -45px; }
}
@media screen and ( min-width: 992px ) {
    .network-img { margin-top: -412px; }
}
/*.yellow-box { margin-top: unset; }
@media screen and ( min-width: 768px ) { .yellow-box { margin-top: -99px; } }*/
.contact-links p { font-size: 1.3rem; text-decoration: underline; }

/* LOGO AND MENUS
-------------------------------------------------------*/
.header_logo { padding-bottom: 10px; padding-top: 25px; }
.header_logo img { height: auto; max-width: 100%; }
.header_logo_secondary { text-align: left; }
.header_logo_secondary img { margin-bottom: 1rem; max-height: 130px; width: auto; }
.header_logo.header_logo_secondary { padding-top: 15px; padding-bottom: 0; }
.subhead { font-size: 1.5rem; font-weight: 700; }
.highlight_one_text_padding { margin: 1rem 0; }
.event_color_background_subheader { margin: 0; }
.event_color_background_info_light { margin-bottom: 15px; margin-top: -18px; padding: 0 0; }
.wrapper_logo { background-color: var(--primaryColor); border: none; clear: both; padding-bottom: 0; }
.wrapper_logo.secondary_page {}
.index_registrations_attendee_landing .IP_PageBuilder_Registration, .index_registrations_attendee .IP_PageBuilder_Registration,
.index_registrations_index .IP_PageBuilder_Registration, .wrapper_logo form { float: none; width: 100%; }
.welcome_header h1 { font-size: 2.143rem; line-height: 35px; margin-top: 0; margin-left: 0; font-weight: 400; padding: 4px; }
.welcome_header h1 img { width: clamp(138px, 100%, 270px); margin:0 0 1.55rem; padding: 25px; }
.secondary_page .welcome_header h1 img { max-width: 110px; }
.logo-secondary-page { max-width: 165px !important; }
.banner-secondary-page { height: 20vh !important; }
.welcome_header p { font-size: 15.2px; font-weight: normal; margin: 1rem 0; }
.heightadjust h3 { font-size: 1.5rem; font-weight: 400; margin-top: 0; padding-top: 10px; }
.event_color_background_form_column { background: var(--color-grayLight); border: 2px solid var(--color-black); margin: 5% auto; padding: 0 37px; width: clamp(320px, 85%, 1300px); z-index: 2; }
.event_color_background_form_column form + .IP_PageBuilder_Registration, .email_form1 .ip-buttonBar .btn-cancel { display: none; }
.event_color_background_form_column .message { text-align: left; }
#main .landing_sidebar { background-color: var(--color-white); border: 1px solid var(--color-grayMid); border-radius: 10px; margin: 30px 0; }
#main .landing_sidebar h3 + h4 { margin-top: 20px; }
#main .landing_sidebar h4 { border-top: 1px solid var(--color-grayMid); font-size: clamp(1.2rem, 100%, 1.7rem); margin-top: 20px; padding-top: 20px; text-transform: uppercase; }
#main .landing_sidebar h4:first-of-type { border-top: none; padding-top: 0; }
#main .landing_sidebar span.response { font-size: .9rem; white-space: nowrap; }
#main .landing_sidebar span.address { font-size: 1.1rem; line-height: 1.5; }
#main .landing_sidebar a { font-size: clamp(0.65rem, 100%, .85rem); padding: 15px 0; }
#main .landing_sidebar p:last-child, #main .landing_sidebar ul:last-child { margin-bottom: 20px; }
#main .landing_sidebar ul { padding-left: 1.35em; }
.row.reg-row-container { align-items: center; display: flex; margin: 2% 0 0; }
.et_email_form_parent { /*box-shadow: var(--boxShadow);*/ float: none; margin: 0 35px; text-align: left; width: calc( 100% - 70px ); }
.email_form1 .form-control { max-width: 100%; }
.email_form1 .ip-buttonBar.form-group { float: right; }
.email_form1 .ip-buttonBar .btn { font-size: 1.4rem; font-weight: 700; margin-right: 0; }
.event-about { border-left: 4px solid var(--primaryColor); min-height: 30rem; margin-left: 1.5rem;}
.event-about h3 { margin-top: 0; }
.event-about p { font-size: 15.2px; padding-top: 10px; }
/*.event-about p:last-child { padding-bottom: 25px; }*/
.event_sponsor_under_logo { margin-top: 25px; }
.welcome_onthe_right { text-align: left; }
.welcome_onthe_right .event_sponsor { text-align: center; }
.welcome_onthe_right .et_email_form_parent { max-width: none; margin: 0 auto; }
.et_onsite_theme_logo .event_sponsor h6 { color: var(--color-white); margin-bottom: 3px; }
.et_onsite_theme_logo .event_sponsor img { background-color: var(--color-white); padding: 10px 15px; }
.event_date, .event_date_secondary { margin-top: 25px; }
.event_date img, .event_date_secondary img { max-width: 100%; }
.et_email_form_parent input[type="text"] { padding: 4px 8px; width: 90%; }
.index_registrations_index form .IP_PageBuilder_Registration .ip-group-container input[type="text"], 
.index_registrations_attendee form .IP_PageBuilder_Registration .ip-group-container input[type="text"] { margin: 0; width: 100%; }
.ip-buttonBar { margin-top: 10px; }
.ip-buttonBar .btn { margin-right: 10px; padding: 5px 40px !important; }
.emailus { margin-bottom: 2px; margin-top: 4px; }
.help_text { font-size: 0.9em; }
label .help_text { display: block; font-weight: normal; }
.et_email_form .help_text { margin-bottom: 12px; }
#loadProfileForm label[for="password"] { display: block; }
.reg-row h2 { font-size: 2.087rem !important; }

/* PROGRESS MENU
------------------------------------------------*/
#progressMenu { display: inline-block; float: none; margin: 0 0 2rem 0; width: 100%; }
#progressMenu #progress { display: flex; flex-direction: row; justify-content: center; list-style-type: none; margin: 35px 0 0 0; padding: 0; table-layout: fixed; width: 100%; }
#progressMenu #progress li { display: table; flex-basis: auto; flex-grow: 1; flex-shrink: 1; margin: 0; padding: 0; order: 0; vertical-align: middle; text-align: center; width: auto; }
#progressMenu #progress li span { display: table-cell; font-weight: normal; margin: 0; padding: 0.5em; text-align: center; vertical-align: middle; }
#progressMenu #progress li.currentStep span { font-weight: 700; }

/* HELPBOX
----------------------------------*/
#helpbox, #progressMenu + table, .helpbox { display: none; }
.helpbox { float: right; margin: 0 0 0 -30%; overflow: hidden; width: 30%; }
.helpbox td { vertical-align: top; }
.helpbox p { font-size: 0.8rem; line-height: 1.25; }
.helpbox h2, .helpbox h3 { font-family: var(--standardFont); font-size: 0.867rem; font-weight: 900; margin: 0; padding: 0; }
.helpbox a img { height: auto; max-width: 60px; padding: 0; width: 100%; }
.helpbox td:first-child { max-width: 80px; min-width: 50px; padding: 0 10px; text-align: left; width: 25%; }
#progressMenu.et_no_help_box { margin-right: 0; }

/* EXHIBITORS REG AND PORTAL
-------------------------------------------------------*/
.exhibitor-portal-reg h1 { word-spacing: -13px; }
.exhibitors-inside-main { padding-top: 35px; }
label[for="mftHYw83priceAndSoldText"] { margin-left: 5px; }
div.task { width: 100% !important; }
span.taskElement { margin-left: 0 !important; }
.task .taskDetails p { font-size: 15.2px;}
div.checkboxRow { padding-bottom: 10px; }
label.ip-elementLabel.et_label_checkbox_parent[for="XOFBTV10"] { margin-left: 40px; }
label[for="XOFBTV10"] span.requiredSymbolClass { margin-left: -40px !important; }
input#XOFBTV10-926{ left: 18px !important; top: -25px !important; }

/* PUBLIC MENU
/* Used at top of exhibitor portal
----------------------------------------------- */
#publicMenu {
    border-spacing: 5px;
    display: table;
    /*flex-direction: row; flex-wrap: wrap; justify-content: space-around; align-content: stretch;*/
    list-style-type: none;    
    margin-top: 25px;
    padding: 0;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}
#publicMenu li { display: table-cell; margin-bottom: 5px; margin-right: 10px; }
#publicMenu li:last-of-type { margin-right: 0; }
#publicMenu li a { background-color: var(--primaryColor); border: 2px solid var(--color-black); color: var(--color-black); display: block; font-size: 16px; font-weight: 600; line-height: 1.4; margin: 0; min-height: 60px; padding: 16px 20px; text-align: center; text-transform: capitalize; vertical-align: middle; }
#publicMenu li a:hover, #publicMenu li a:active, #publicMenu li a:focus { background-color: var(--color-black); border-color: var(--color-black); color: var(--primaryColor) !important; font-weight: 600; }

/* ------------------------------------------ */
.event_color_background_subheader h3 { text-transform: initial; }
.event_color_background_subheader .text-left h3 { margin-top: 0; }

/* REGISTRATION PROFILE FORM TWO COLUMN LAYOUT
------------------------------------------------------- */
.index_registrations_profile form .ip-element label.et_label_for_checkbox { width: 90%; }
.index_registrations_profile form .ip-group-container.row { margin: 0 auto; }
.index_registrations_profile form .btn-submit { float: none; }

/* checkbox on profile page */
.ip-element .questionResponse { position: relative; margin-top: 0; }
.index_registrations_profile .ip-element .questionResponse { position: relative; }
.ip-element .questionResponse input[type="radio"], .ip-element .questionResponse input[type="checkbox"] { position: absolute; left: 0; top: 0; }
.ip-element .questionResponse label.et_label_for_checkbox { margin-left: 5px; margin-right: -25px; margin-top: 0; float: none; }
.ip-element .questionResponse .writeInResponseWrapper label.et_label_for_checkbox { margin-right: 0; }

/* checkbox on exhib login */
.rememberMe_parent { margin-bottom: 20px; position: relative; }
label[for="rememberMe"] { margin-left: 20px; }
.rememberMeCheckbox_span { height: 20px; float: none; left: 0; margin: 0; overflow: hidden; padding: 0; position: absolute; top: 0; width: 20px; }
input#rememberMe { margin: 0; }

/* line to split questions and hide line for other choice
---------------------------------------------------------------------------------------*/
.clearfix:after { clear: both; content: ""; display: table; }
.writeInResponseDropdownWrapper { margin-top: 5px; }
.writeInResponseWrapper span label { padding-right: 10px; }
.writeInResponseWrapper input[type="checkbox"] { margin-top: 7px; }

/* REQUIRED SYMBOL
------------------------------------------*/
form .ip-element label { display: inline-block; position: relative; }
form .ip-element label span.requiredSymbol, form .ip-element label span.requiredSymbolClass { left: 0; position: absolute; top: 2px; }

/* CHECKBOXES
------------------------------------------*/
.element-SingleAncillaryPackage { position: relative; }
.element-SingleAncillaryPackage label { float: none; margin-left: 20px; margin-right: -25px; margin-top: 0; }
.element-SingleAncillaryPackage label input[type="radio"] { position: absolute; left: -18px; }

/* PACKAGES
------------------------------------------*/
form .packageName { font-weight: 700; padding: 0 5px; }
form .packageDescription { border-radius: 2px; float: left; margin-bottom: 20px; padding: 10px 20px; }
.ip-elementContent .ip-elementPackagesNoWrap { flex-wrap: wrap; }
.ip-elementContent .et_elementPackage { border: 11px solid var(--color-white); margin: 0 -1px; padding: 0; }
.ip-elementContent .ip-elementPackages .ip-elementPackageTitle label { margin: 0 0 0 24px; padding: 5px 10px; }
.ip-elementPackages .ip-elementPackageTitle label input { position: absolute; top: 5px; left: -13px; }
.ip-elementContent .ip-elementPackageDescription { padding: 10px 15px; }
.ip-elementPackages .ip-elementPackageDescription ul { padding: 0 0 0 20px; }

/* ADDITIONAL ACTIVITIES
------------------------------------------*/
.purchasableItemElementParent { border-bottom: 1px solid var(--color-gray-bright); position: relative; width: 100%; }
.purchasableItemElement { left: 0; margin-right: 110px; position: relative; top: 0; }
.purchasableItemElementParent div.ip-element span.ip-elementContent.clearfix,
.purchasableItemElement span.ip-elementContent.clearfix { left: 0; position: absolute; top: 0; }
.purchasableItemElementParent div.ip-element label, .purchasableItemElement .ip-element label { font-weight: 400; margin-left: 20px; margin-right: -26px; }
.purchasableItemInput.form-control { min-width: 40px; width: 50px; }
form .ip-elementContent.clearfix.purchasableItemInputBox { position: absolute; right: 0; top: 0; width: 80px; }
form .ip-elementContent.clearfix.purchasableItemInputBox .ip-element label { left: -15px; margin: 0; position: absolute; top: 5px; }
form .ip-element .ip-workshopTitle label { font-weight: normal; }
.ip-workshopTable { width: auto; }
.ip-workshopTable td { font-size: 90%; opacity: 0.8; padding-bottom: 10px; }
.ip-workshopTable .ip-workshopTable-header { font-size: 100%; font-weight: 700; padding-top: 5px; opacity: 1; }
.ip-workshopTable .ip-workshopTable-header.ip-workshop-checkbox { padding-right: 0; padding-top: 4px; width: 20px; }
.ip-workshopTable .ip-workshopTable-header .ip-workshopTitle { float: left; width: 70%; }
.ip-workshopTable .ip-workshopTable-header .ip-workshopPrice { float:right; width: 20%; }
.ip-elementContentTable .packageRadio { padding-right: 5px; }
.ip-elementContentTable .packageName { padding-top: 1px; }

/* ------------------------------------------ */
.index_registrations_review form .ip-element, .index_registrations_review .ip-element { margin-bottom: 1rem; }
.index_registrations_review .ip-buttonBar .btn-submit { margin-left: 15px; }
.index_registrations_review .ip-element label { float: left; width: 200px; }
.index_registrations_review form .ip-element label { float: none; }
#tutotH15 { margin-top: 30px; }
#wireToggle, #creditCardToggle, #checkToggle { display: inline-block; padding-top: 10px; width: 100%; }
#checkForm, #creditCardForm, #wireForm { display: inline-block; width: 100%; }
#creditCardForm { padding: 0 25px; }
#creditCardForm .form-control { width: 100%; }
#creditCardForm #cardNumber { height: auto; width: 100%; }
#creditCardForm .ip-copyAddressContainer label input { float: left; margin-right: 7px; }
.ip-addressContainer-postalCode, .ip-addressContainer-address1, .ip-addressContainer-cityStateSeparator { margin-right: 5px; }
#creditCardForm .blankLabel { display: none; }
#creditCardForm .ip-addressContainer { clear: both; display: block; margin-left: 18px; margin-bottom: 10px; position: relative; }
#creditCardForm .ip-addressContainer div { clear: none; float: left; }
#creditCardForm .ip-addressContainer .ip-addressContainer-country, #creditCardForm .ip-addressContainer .ip-addressContainer-city { clear: left; }
form .ip-element label[for="cardNumber"] { display: block; }
.credit-card-wrapper { width: 100%; }

/* FINANCIAL TABLE
----------------------------------------------------*/
.financialSummary { width: 100%; }
.ip-element h2 a.btn { margin-top: -5px; }
.IP_PageBuilder_Registration .et_email_form .ip-buttonBar { margin-bottom: 5px; }
.financialSummary .chargesHeaderRow, .index_registrations_review .financialSummary .chargeButtons,
#header > div > div > div > div.col-sm-5.event_color_background_form_column > form > div > div > div > div.ip-buttonBar.form-group .index_registrations_review .financialSummary .chargesButtonsHeader { display: none; }
.index_registrations_review .btn-cancel { margin-right: 15px; }

/*--------------------*/
.index_registrations_payment .IP_PageBuilder_Registration .well h3 { font-size: 1em; margin: 0; }
.index_registrations_payment #ip-financialSummary-Container .ip-sectionTitle { display: none; }
.index_registrations_payment #ip-financialSummary-Container .financialSummary { margin-bottom: 0; }

/* CHANGE PASSWORD
--------------------------------------------*/
.index_registrations_changepassword input[type="submit"], .index_exhibitorreg_changepassword input[type="submit"] { width: auto !important; }
.index_exhibitorreg_changepassword form .ip-container .ip-element { margin-bottom: 15px; }

/* UI buttonBar a -> btn-cancel */
.ui-dialog .ip-buttonBar a, .ui-dialog .ip-buttonBar a.cancel, .index_registrations_profile .ui-dialog .ip-buttonBar a { box-sizing: border-box; cursor: pointer; display: inline-block; float: left; /*height: 38px;*/ line-height: 1.4; margin: 0 10px 0 0; padding: 6px 12px; text-decoration: none; text-transform: uppercase; }
.btnStart { text-transform: capitalize !important; }

/* UI close button */
.ui-dialog .ui-dialog-titlebar-close { right: 13px; }
.ui-button-icon-only .ui-icon { margin-left: -9px !important; }
.ui-dialog .ui-dialog-content { padding: 15px 25px !important; }
.ui-dialog .ui-dialog-content form .ip-element { margin-bottom: 15px; }
.index_registrations_index .ui-dialog .ui-dialog-content form .ip-element { margin-bottom: 0; }
.note_text { font-weight: 700; float: left; width: 100%; }

/*------------------*/
#checkForm, #wireForm { font-size: 0.9285rem; padding-left: 20px; }
#creditCardForm .note { font-size: 0.9285rem; }

/* MEDIA THEME
-----------------------------------------*/

.et_media_color_bar { margin-bottom: 40px; }
.et_media_color_bar h4 { color: var(--color-white); }
/*.et_media_date_bar h4 { color: ; }*/
.et_media_theme_content .helpbox, .et_media_theme_content #progressMenu { display: none; }
.et_media_theme_logo { border-bottom: 1px solid; margin-bottom: 0; }
.et_media_theme_logo .header_logo img { margin: 0 auto; }
.et_media_theme_logo .header_logo_secondary { text-align: center; }
.et_media_theme_logo .header_logo_secondary img { max-height: 150px; }

/* ONSITE THEME
-----------------------------------------*/
.ip-buttonBar-onsiteCheckIn a, .ip-buttonBar-onsiteRegistration a { font-size: 2.6vh; padding: 15px;  white-space: normal; width: 80%; }
.ip-buttonBar-onsiteCheckIn, .ip-buttonBar-onsiteRegistration { text-align: center; }
.et_onsite_theme_content .helpbox, .et_onsite_theme_content #progressMenu { display: none; }
.et_onsite_theme_logo { border-bottom: 1px solid; margin-bottom: 0; text-align: center; }
.et_onsite_theme_logo .header_logo img { margin: 0 auto; max-height: 200px; }
.index_checkin_landing .et_onsite_theme_logo .header_logo img { max-height: 100%; }
.or-divider { position: relative; text-align: center; }
.or-divider-bg { height: 1px; position: absolute; top: 50%; width: 100%; }
.or-divider-text { background-color: var(--color-white); display: inline; font-weight: bold; padding: 0 10px; position: relative; }
.nameLookupReport td { cursor: pointer; }
.message-body { margin-top: 30px; }
.onsite_theme { background: var(--color-grayLight) !important; }
.hidden { display: none; }

/* RESPONSIVE
-----------------------------------------*/
/* iphone5 */
@media (max-width: 320px) {
    #progressMenu { margin: 0; width: 100%; }
    .helpbox td { font-size: 0.667rem; }
    .container-fluid { padding: 0; }
    .welcome_header h1 { font-size: 2.143rem; line-height: 35px; }
    .index_registrations_attendee_landing .wrapper_logo, .index_registrations_attendee .wrapper_logo, .index_registrations_index .wrapper_logo { background-size: cover; height: auto; }
    .header_logo img { height: auto; width: 100%; }
    .welcome_header,  #ip-financialSummary-Container, .ip-group-container { margin-left: 0; }
    .index_registrations_review .ip-element label { float: initial; width: auto; }
    #publicMenu li { display: block; float: left; margin-bottom: 1px; width: 100%; }
    .event_date, .event_date_secondary { margin-top: 0; }
}

/* iphone6 */
@media (min-width: 321px) and (max-width: 375px) {
    .welcome_header h1 { font-size: 2.143rem; line-height: 35px; }
    .index_registrations_attendee_landing .wrapper_logo, .index_registrations_attendee .wrapper_logo,
    .index_registrations_index .wrapper_logo { background-size: cover; height: auto; }
    .header_logo img { height: auto; width: 100%; }
    .welcome_header, #ip-financialSummary-Container, .ip-group-container { margin-left: 0; }
    .index_registrations_review .ip-element label { float: initial; width: auto; }
    #publicMenu li { display: block; float: left; margin-bottom: 1px; width: 100%; }
    .event_date, .event_date_secondary { margin-top: 0; }
}

/* iphone6 plus */
@media (min-width: 376px) and (max-width: 414px) {
    .welcome_header h1 { font-size: 2.143rem; line-height: 35px; }
    .index_registrations_attendee_landing .wrapper_logo, .index_registrations_attendee .wrapper_logo,
    .index_registrations_index .wrapper_logo { background-size: cover; height: auto; }
    .header_logo img { height: auto; max-width: 100%; }
    .welcome_header, #ip-financialSummary-Container, .ip-group-container { margin-left: 0; }
    .heightadjust h3 { text-align: center; }
    .index_registrations_review .ip-element label { float: initial; width: auto; }
    #publicMenu li { display: block; float: left; margin-bottom: 1px; width: 100%; }
    .event_date, .event_date_secondary { margin-top: 0; }
}

/* All Phones */
@media (max-width: 414px) {
    #flex #header .heightadjust { display: block; height: auto; }
    .welcome_header { margin: 1rem 0 0 0; }
    .welcome_header h1 { padding: 0; text-align: center; }
    .welcome_header h1 img { margin-left: auto; margin-right: auto; }
    h3.dates { border-left: none; margin-top: 1rem; text-align: center; }
    .heightadjust h3 { font-size: 1.3rem; text-align: center; }   
    .welcome_header h1 img { max-width: 250px; }
    .dates { padding-bottom: 5px; }
    .event_color_background_form_column { margin-top: 20px; }
    #progressMenu #progress li { font-size: 0.85rem; }
    .container-fluid { padding: 5px; }
}

/* Extra Small / All Tablets */
@media (min-width: 415px) and (max-width: 767px) {
    .secondary_page .col-xs-12 { width: auto; }
    .welcome_header h1 { font-size: 2.143rem; line-height: 35px; }
    .index_registrations_attendee_landing .wrapper_logo, .index_registrations_attendee .wrapper_logo,
    .index_registrations_index .wrapper_logo { background-size: cover; height: auto; }
    .header_logo img { height: auto; max-width: 100%; }
    .welcome_header { margin-left: 0; }
    .heightadjust h3 { text-align: center; }
    #progressMenu #progress li { font-size: 15.2px; }
    #publicMenu li { display: block; float: left; margin-bottom: 1px; width: 100%; }
    .event_date, .event_date_secondary { margin-top: 0; }
    
}

/* All Phones and Tablets */
@media (max-width: 767px) {
    .welcome_header h1 img { width: 185px; }
    .row.reg-row-container { flex-direction: column; }
    .welcome_header h2.dates { font-size: 111%; margin-left: 0px; }
    #progressMenu { float: none; margin-bottom: 1rem; width: 100%; }
    #progressMenu #progress { min-height: 35px; }
    #progressMenu #progress li { float: none; width: auto; }
    .helpbox { border-bottom: 1px solid var(--color-offWhite); float: none; margin: 0 0 1rem 0; padding-bottom: 1rem; width: 100%; }
    .helpbox table { margin-left: auto; margin-right: auto; }
    #flex #header .heightcenter { display: block; height: auto; }
    .event-about { border: 0px solid transparent; min-height: 17rem; margin-top: 3rem;}
}

/* Small */
@media (min-width: 768px) and (max-width: 991px) {
    .welcome_header { margin-left: 1rem; }
    .welcome_header h1 { font-size: 2.5rem; line-height: 40px; }
    .welcome_header h1 img { width: 185px; }

    .index_registrations_attendee_landing .wrapper_logo, .index_registrations_attendee .wrapper_logo,
    .index_registrations_index .wrapper_logo { background-size: cover; height: auto; }
    .helpbox { margin-left: -40%; width: 40%; }
    .helpbox a img { max-height: 35px; width: auto; }
    /*#progressMenu { width: 60%; }
    #progressMenu #progress { min-height: 35px; }*/
    #publicMenu li { display: block; float: left; margin-bottom: 1px; width: 50%; }
    .header_logo_secondary img { margin-bottom: 1rem; max-height: 91px; width: auto; }
    .row.reg-row-container {flex-direction: column; }
    .event-about { border: 0px solid transparent; min-height: 17rem; margin-top: 3rem; }
}

/* Medium */
@media (min-width: 992px) and (max-width: 1199px) {
    span.newline { display: block; }
    .welcome_header h1 { font-size: 2.286rem; line-height: 38px; }
    .welcome_onthe_right .welcome_header h1 { font-size: 1.857rem; line-height: 30px; }
    .welcome_header p { font-size: 15.2px; }
}

/* Large */
@media (min-width: 1200px) {
    span.newline { display: block; }
    .welcome_header h1 { font-family: var(--standardFont); font-size: 1.93rem; font-weight: 700; line-height: 40px; }
    .welcome_onthe_right .welcome_header h1 { font-size: 1.857rem; line-height: 30px; }
    .welcome_header p { font-size: 15.2px; }
}
@media (max-width: 1400px) {
    /*.row.reg-row-container {flex-direction: column; }
    .event_color_background_form_column { margin-left: 0; min-width: 100%; width: 100%; }
    .event-about { max-width: 100%; width: 100%; }*/
    .event_color_background_subheader { display: none; }
}
@media (min-width: 1660px) {
    /*.network-img { margin-top: -410px; }
    .event-about { margin-top: 74px; }
    .event_color_background_form_column{ padding: 20px 37px; }*/
}
/*----------END-MEDIA-------------*/

/* HIDE
------------------------------------------------------------------*/
/*form label[for=userLabel], form label[for=passwordLabel],*/
#loadProfileForm .ip-buttonBar a.ip-button-cancel, form label[for="gELrwr84"], form label[for="YUxCGI71"],
form label[for="NHWkfG86"], form label[for="xpvLPE05"], .et_email_form .btn-cancel, form label[for="forgotPasswordLink"],
div.ip-element.ip-elementEmpty, form label[for="rememberMe"] .requiredSymbol, .IP_Messages:empty { border: 0;content: none; display: none; height: 0; margin: 0; padding: 0; }
div.ip-element.ip-elementEmpty:after, div.ip-element.ip-elementEmpty:before { display: none; content: none; }
.event_sponsor_secondary, .landing_page .event_sponsor, .exhibitors_theme .event_sponsor_secondary { display: none; }
.event_sponsor h5, .event_sponsor h6 { color: var(--color-white); margin-bottom: 3px; }
.small-footer { margin-top: -18px; }
label.ip-elementLabel h3 { color: var(--color-black); text-transform: uppercase; }
.index_registrations_attendee label.ip-elementLabel h3, .index_registrations_index label.ip-elementLabel h3 { color: var(--primaryColor); font-size: 1.4285rem; }
.index_registrations_attendee a.btn.btn-success.padding-btn, .index_registrations_index .a.btn.btn-success.padding-btn { border-radius: 4px; font-size: 0.9285rem; padding: 11px 22px 11px 22px; }

@media (min-width: 375px) and (max-width: 667px) {
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable { width: 100% !important; }
    input[type="checkbox"], input[type="radio"] { margin: 3px 0 0 !important; }
    .index_registrations_package_options form .packageDescription { margin-top: 38px; width: 100%; }
}

@media (min-width: 320px) and (max-width: 568px) {
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable { width: 100% !important; }
    input[type="checkbox"], input[type="radio"] { margin: 3px 0 0 !important; }
}

@media (min-width: 414px) and (max-width: 736px) {
    input[type="checkbox"], input[type="radio"] { margin: 3px 0 0 !important; }
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable { width: 100% !important; }
}
.index_registrations_package_options .ip-elementPackage { border: 1px solid var(--color-grayMid); background-color: var(--color-grayLight); margin: 30px 0 30px 30px; padding: 0 0 10px 0 !important; vertical-align: top; width: 300px; }
.index_registrations_package_options .ip-elementPackageTitle { background-color: var(--primaryColor); min-height: 70px; }
.index_registrations_package_options .ip-workshopTable, .index_registrations_section_2.ip-workshopTable { width: auto; }
.index_registrations_section_2 table td.ip-workshopTable-header .ip-workshopTitle { font-weight: bold; padding: 0 10px 0 0; }
.index_registrations_section_2 .ip-elementContentTable tr th, .ip-elementContentTable tr td { padding: 0 0 10px 0; }
.index_registrations_section_2 table td.ip-workshopTable-header .ip-workshopTitle, table td.ip-workshopTable-header .ip-workshopPrice { display: inline-block; margin: -3px 0 0 0; }
.index_registrations_section_2 .ip-workshopPrice { float: right; }
.index_registrations_section_2 .ip-workshopTitle, .index_registrations_section_2 .ip-workshop-checkbox { float: left; }
.index_registrations_section_2 .ip-elementContentTable tr td { vertical-align: middle !important; }
.index_registrations_section_2 .ip-elementContentTable tr th, .ip-elementContentTable tr td { padding: 0 0 10px 2px; }
.index_registrations_section_2 table td.ip-workshopTable-header .ip-workshopTitle { font-weight: bold; padding: 0 10px 0 0; }
.index_registrations_section_2 table.ip-elementContentTable.ip-workshopTable { font-size: 0.9285rem; }
.index_registrations_section_2 table td.ip-workshopTable-header .ip-workshopTitle, .index_registrations_package_options table td.ip-workshopTable-header .ip-workshopTitle { width: 70%; }
.index_registrations_section_2 .ip-elementPackageTitle { background-color: var(--primaryColor); padding: 0 0 0 5px; }
.index_registrations_section_2 .ip-elementPackageTitle label { color: var(--color-white); }
.index_registrations_section_2 .ip-elementPackageTitle input#fKROjd12-3, .index_registrations_section_2 .ip-elementPackageTitle input#fKROjd12-4,
.index_registrations_section_2 .ip-elementPackageTitle input#fKROjd12-5, .index_registrations_section_2 .ip-elementPackageTitle input#fKROjd12-11 { margin: 5px 5px 0 0; }
.index_registrations_section_2 .ip-elementPackage { background-color: var(--color-grayLight); border: 1px solid var(--color-grayMid); margin: 30px 0 30px 30px; padding: 0 0 10px 0 !important; vertical-align: top; width: 300px; }
.index_registrations_section_2 .ip-elementPackageTitle { background-color: var(--primaryColor); min-height: 70px; }
.index_registrations_section_2 .ip-elementPackageDescription { padding: 0 10px; }
label[for="lexwYw60"].ip-elementLabel h3 { color: var(--color-grayDark); font-weight: 800; }
.event_color_background_subheader .col-sm-6.text-center h3 { color: var(--color-black); font-weight: 700; font-size: 1.5rem; }
.event_color_background_subheader .col-sm-6.text-center p { color: var(--color-black); font-weight: 400; }
.wrapper_logo.landing_page .header_logo img { padding-top: 46px; }
.welcome_header h1 { font-family: var(--standardFont); font-weight: 700; }
input[type="checkbox"][disabled] { opacity: 0.45; }
.ui-dialog .ui-dialog-titlebar-close, .ui-widget-content { outline: none; } 
.wrapper_logo_header { background-color: var(--color-white); clear: both; padding-bottom: 0; }
.header_logo_top { padding-bottom: 15px; padding-top: 15px; }
.header_logo_top img { height: auto; max-width: 100%; }
h1.welcomeheaderheadtext { color: var(--primaryColor); font-size: 2.786rem; font-weight: 700; line-height: 50px; padding-top: 23px; }
/* .col-sm-6.text-center a.btn.btn-success, .col-sm-6.text-center a.btn.btn-success:visited{ background-color: var(--color-teal);  border-color: var(--color-teal); background-image: none; color: var(--color-white); }
.col-sm-6.text-center a.btn.btn-success:hover{ background-color: #158184; border-color: #158184; background-image: none; color: var(--color-white); }*/
.element-SingleAncillaryPackage.ip-element.form-group[unique_id="XTxFLb82"] .ancillaryPackageName, .element-SingleAncillaryPackage.ip-element.form-group[unique_id="eTeLlX31"] .ancillaryPackageName, 
.element-SingleAncillaryPackage.ip-element.form-group[unique_id="nwNOCF97"] .ancillaryPackageName, .element-SingleAncillaryPackage.ip-element.form-group[unique_id="DSpFuP57"] .ancillaryPackageName,
.element-SingleAncillaryPackage.ip-element.form-group[unique_id="rVDNJI61"] .ancillaryPackageName, .element-SingleAncillaryPackage.ip-element.form-group[unique_id="LYHsgP23"] .ancillaryPackageName, 
.element-SingleAncillaryPackage.ip-element.form-group[unique_id="SfJGYR92"] .ancillaryPackageName, .element-SingleAncillaryPackage.ip-element.form-group[unique_id="gNmAEc39"] .ancillaryPackageName, 
.element-SingleAncillaryPackage.ip-element.form-group[unique_id="PwFXBo84"] .ancillaryPackageName { left: 24px; position: absolute; top: 11px; }
.element-SingleAncillaryPackage.ip-element.form-group[unique_id="XTxFLb82"] span.ip-elementContent.clearfix input#XTxFLb82, .element-SingleAncillaryPackage.ip-element.form-group[unique_id="nwNOCF97"] span.ip-elementContent.clearfix input#nwNOCF97,
.element-SingleAncillaryPackage.ip-element.form-group[unique_id="eTeLlX31"] span.ip-elementContent.clearfix input#eTeLlX31, .element-SingleAncillaryPackage.ip-element.form-group[unique_id="DSpFuP57"] span.ip-elementContent.clearfix input#DSpFuP57,
.element-SingleAncillaryPackage.ip-element.form-group[unique_id="rVDNJI61"] span.ip-elementContent.clearfix input#rVDNJI61, .element-SingleAncillaryPackage.ip-element.form-group[unique_id="LYHsgP23"] span.ip-elementContent.clearfix input#LYHsgP23, 
.element-SingleAncillaryPackage.ip-element.form-group[unique_id="SfJGYR92"] span.ip-elementContent.clearfix input#SfJGYR92, .element-SingleAncillaryPackage.ip-element.form-group[unique_id="gNmAEc39"] span.ip-elementContent.clearfix input#gNmAEc39, 
.element-SingleAncillaryPackage.ip-element.form-group[unique_id="PwFXBo84"] span.ip-elementContent.clearfix input#PwFXBo84 { float: left; margin-top: -6px; top: 12px; }
form .packageDescription { border-radius: 2px; float: left; margin-bottom: 20px; margin-top: 14px; padding: 10px 10px; width: 51%; }
.index_registrations_package_options .element-SingleAncillaryPackage.ip-element.form-group[unique_id="RJPbFB19"] .ancillaryPackageName, .ancillaryPackageName, .ip-elm-html.ip-element.form-group[unique_id="zzTmTK86"] { font-weight: 700; }
.index_registrations_package_options .element-SingleAncillaryPackage.ip-element.form-group[unique_id="RJPbFB19"] label { font-weight: 400; }
label[for="XTxFLb82"].ip-elementLabel span.requiredSymbolClass, label[for="YHVFEs13"].ip-elementLabel span.requiredSymbolClass, label[for="nwNOCF97"].ip-elementLabel span.requiredSymbolClass, label[for="eTeLlX31"].ip-elementLabel span.requiredSymbolClass,
label[for="DSpFuP57"].ip-elementLabel span.requiredSymbolClass, label[for="rVDNJI61"].ip-elementLabel span.requiredSymbolClass, label[for="LYHsgP23"].ip-elementLabel span.requiredSymbolClass, label[for="SfJGYR92"].ip-elementLabel span.requiredSymbolClass, 
label[for="gNmAEc39"].ip-elementLabel span.requiredSymbolClass, label[for="PwFXBo84"].ip-elementLabel span.requiredSymbolClass, .index_registrations_subscription label[for="ULFmeu05"].ip-elementLabel span.requiredSymbolClass { display: none; }
.header_logo_left { padding-bottom: 15px; padding-top: 12px; text-align: center; }
/* .col-sm-12.text-center a.btn.btn-success, .col-sm-12.text-center a.btn.btn-success:visited, .col-sm-12.text-center a.btn.btn-success:active { background-color: var(--color-teal); border-color: var(--color-teal); background-image: none; color: var(--color-white); }
.col-sm-12.text-center a.btn.btn-success:hover { background-color: var(--color-teal1); border-color: var(--color-teal1); background-image: none; color: var(--color-white); } */
.welcome_header p { color: var(--color-grayDark); font-size: 1.285rem; font-weight: 400; text-align: justify; }
h1.welcomeheaderheadtext { font-size: 2.357rem; }
label.ip-elementLabel[for="HzyPlT79"] h3 { color: var(--primaryColor); }
.index_registrations_packages .ip-elementAdditionalPackageDetails, .index_registrations_section_2 .ip-elementAdditionalPackageDetails { display: block !important; margin: 5px; }
.index_registrations_packages .ip-elementAdditionalPackage, .index_registrations_section_2 .ip-elementAdditionalPackage { padding: 0 !important; }
.index_registrations_packages .ip-elementAdditionalPackageTitle, .index_registrations_section_2 .ip-elementAdditionalPackageTitle { background-color: var(--primaryColor); border-radius: 2px 2px 0 0; color: var(--color-white); font-weight: 700; height: 74px; padding: 9px !important; }
.index_registrations_packages .ip-elementAdditionalPackage, .index_registrations_section_2 .ip-elementAdditionalPackage { border: 1px solid transparent; margin: 0 0 30px -5px !important; }
.ip-elementAdditionalPackage { width: 271px !important; }
label[for="GLhGWo09"].ip-elementLabel span.requiredSymbolClass { left: -18px; position: absolute; top: 12px; }
.index_registrations_packages .ip-elementContentTable .workshopName .ip-workshopTitle { float: left; width: 70%; }
.index_registrations_packages .ip-elementContentTable .workshopName .ip-workshopPrice { float: right; width: 30%; }
.index_registrations_packages table.ip-elementContentTable { width: 65%; }
.index_registrations_profile input#pItFzh05-382, .index_registrations_profile input#hhQMcB92-389 { margin-top: -0.7%; }
.index_registrations_profile form .ip-element label[for="pItFzh05-382"].et_label_for_checkbox, .index_registrations_profile form .ip-element label[for="hhQMcB92-389"].et_label_for_checkbox { margin-top: -10px; position: absolute; }
.element-SingleAncillaryPackage.ip-element.form-group .ancillaryPackageName { left: 30px; position: absolute; }
div#qvHbuP68_chzn { width: 100% !important; }
div#heovyy69City_chosen { width: 300px !important; }
.header_logo_top_inside, .header_logo_left_inside{ padding-bottom: 40px; padding-top: 40px; }
.index_registrations_profile form .ip-element label[for="vrtJXt86-688"].et_label_for_checkbox, .index_registrations_profile form .ip-element label[for="ecazwU09-687"].et_label_for_checkbox { position: absolute; }
.index_registrations_payment span.ip-elementContent.clearfix span.form-control { background-color: var(--color-grayLight-1); border: 1px solid transparent; box-shadow: inset 0 1px 1px var(--color-grayLight-1); }
span.logoiot { border-right: 2px solid #a19494; height: 61px; left: 0; position: absolute; right: -14px;top: 37px; }
span.aisummit, span.titlesp { font-size: 0.785rem; font-weight: 700; }
img.img-responsive.aisummit_logo, img.img-responsive.title_sponsor { padding: 20px; }
.ip-elementPackage { padding: 0 0 30px 0 !important; }
/*label[for="RYhVwv38-839"], label[for="RYhVwv38-840"] { margin-left: 20px; }*/
.ip-elm-html.ip-element.form-group[unique_id="RTGMUr50"] { margin-top: 31px; }
label[for="kotEyb62"].ip-elementLabel.et_label_checkbox_parent { padding-top: 19px; }
label[for="YHVFEs13"].ip-elementLabel, label[for="YHVFEs13"].ip-elementLabel h3 { display: block; font-size: 1.5rem; font-weight: 700; }
@media (min-width: 375px) and (max-width: 1024px) {
    .wrapper_logo, .wrapper_logo.secondary_page, .exhibitors_theme .wrapper_logo { background-image: none !important; }
}
label[for="YfvstK44"].ip-elementLabel { width: 100%; }
.new-registration { background-color: var(--color-orange) !important; border: 2px solid var(--color-black); color: var(--color-black); cursor: pointer; padding: 4px 8px; }
.new-registration:hover { background-color: var(--color-black) !important; color: var(--color-orange) !important; text-decoration: none !important; }

/*SIDEBAR LAYOUT*/
.custom-width-container { width: 1300px !important; }