@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* Not ideal, due to limitations of Bootstrap */
body {
    overflow-x: hidden;
}

:root {
    --primaryColor: #172138;
    --secondaryColor: #f04dff;
    --primaryFont: "Roboto";
}

/* FONT SIZES
------------------------------------------------------*/

*, html, body, .ui-widget input, p, label { font-family: var(--primaryFont), sans-serif; }

_:-ms-lang(x), input.form-control {
    display: inline-block;
}

::selection {
    background: var(--secondaryColor);
    color: white;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--primaryFont), sans-serif;
    text-wrap: balance;
}

h1.welcome-headline {
    font-size: 33px;
    margin-bottom: 40px;
    font-weight: normal;
    color: var(--primaryColor);
}

h3.registration-h3 {
    font-size: 21px;
    font-weight: normal;
    color: #000;
}

html, body {
    font-size: 1rem;
    background: transparent;
    color: white;
    min-height: 100vh;
}

h1 {
    font-size: 2.3rem;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1rem;
}



/* EV2 REQUIRED STYLES
------------------------------------------------------*/

div.ip-group-container div.ip-element label.errorFieldLabel,
div.ip-group-container div.ip-element label.emptyFieldLabel
{ background: #a94442; color: white; padding: 2px;}


/* Main Styles */


body {
    background-color: #00abb2;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 5;
    accent-color: var(--primaryFont);
}


a, a:active, a:visited, a:hover {
    color: #000;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

u {
    text-decoration: none;
}

.btn.btn-default.btn-processing {
    background: black;
    color: white;
}

a.chosen-single {
    text-shadow: initial;
    font-weight: 500;
}

img {
    max-width: 100%;
    width: 100%;
}

.page-banner {
    margin-top: 20px;
    margin-bottom: 20px;
}

body .page-banner {
    margin-bottom: 80px;
}

.page-banner .main-logo {
    position: relative;
    top: 22px;
    max-width:  450px;
    width: 100%;
}

.page-banner .main-logo img {
    max-width:  100%;
    width: 100%;
}

.page-banner .main-logo span {
    display: block;
    width: 100%;
    max-width: 100%;;
    margin-bottom: 20px;
    text-align: right;
    font-size: 12px;
}

@media screen and (min-width: 1200px) {
    .page-banner .main-logo span {
        top: 25px;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 17px;
    }
}

.page-banner img.partof {
    max-width:  94px;
    width: 100%;
    position: relative;
}

.intro-wrap {
    padding: 0 50px 0 0;
}

aside,
.intro-wrap {
    margin-top: 0;
}

aside p {
    font-weight: 300;
    margin: 0;
}

.intro-wrap h1,
.intro-wrap p {
    color: #fff;
}

.intro-wrap p {
    text-wrap: pretty;
}

.full-row {
    width: 100%;
}

.login-box .ip-buttonBar a {
	display: inline-block;
    padding: 6px 12px;
    margin: 1em 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
}

.login-box label[isrequired="1"]:before {
    color: red;
    font-size: 1.2rem;
    line-height: 2;
    content: "*";
    position: absolute;
    top: 0;
    left: -14px;
}

.login-box label[for="YHVFEs13"],
.login-box label[for="AuveBX03"] {
    margin: 15px 0 25px;
}

.login-box input[name="YHVFEs13"],
.login-box input[name="AuveBX03"] {
    width: 77% !important;
    margin-bottom: 30px;
}

.login-box .ip-group-container > .col-lg-12 {
    padding: 0;
}

.btn,
.ip-buttonBar a.btn,
.login-box .ip-buttonBar a {
    background: var(--primaryColor);
    color: white;
    transition: all ease 0.3s;
    border: 1px solid white;
    padding: 8px 22px;
    font-size: 16px;
}

.btn:hover,
.ip-buttonBar a.btn:hover,
.login-box .ip-buttonBar a:hover {
    background-color: var(--secondaryColor);
    text-decoration: none;
}

.index_registrations_packages .ip-buttonBar, 
.index_registrations_review .ip-buttonBar, 
.index_registrations_payment .ip-buttonBar {
    text-align: right;
}

@media (min-width: 768px) {
    body[class^="index_registrations_"] .page-banner img.partof {
       margin-left: 80px;
    }
}

.ip-buttonBar a.btn-default.btn-cancel {
    background: transparent;
    color: white;
    font-weight: 700;
    border-color: transparent;
}

.ip-buttonBar a.btn-default.btn-cancel:hover {
    color: var(--secondaryColor)
}

.index_registrations_delegate .email_form1 {
    padding-inline: 0;
}

.index_registrations_delegate .login-box {
    input[type="text"] {
        width: 77%;
    }
}

.index_registrations_blackhat .login-box .requiredSymbol,
.buttons.chargesButtonsHeader,
.chargeButtons,
.index_registrations_index .btn-cancel,
.index_registrations_delegate .btn-cancel, 
.index_registrations_asbw_delegate .btn-cancel, 
.index_registrations_free_visitor .btn-cancel, 
.index_registrations_staff .btn-cancel,
.index_registrations_media .btn-cancel,
.index_registrations_freevisitor .btn-cancel,
.index_registrations_vip .btn-cancel, 
.requiredSymbol {
    display: none;
}

.requiredSymbol {
    line-height: 1.1;
}

#BHiBTA36 {
    width: 60%;
}

@media screen and ( width > 768px ) {
    .flex-centred {
        display: flex;
        align-items: center;
    }
}


form input,
form select {
    margin-bottom: 10px;
}

.iti__selected-dial-code,
#ip-financialSummary-Container,
.well {
    color: #000000;
    margin-top: 15px;
}

.iti__country-name,
.iti__dial-code {
    color: black;
}

.index_registrations_review .financialSummary {
    color: white;
}

.index_registrations_payment .financialSummary {
    color: black;
}

.iti__selected-dial-code {
    margin-top: 0;
}


.index_registrations_profile .ip-elm-checkbox-multi.ip-element label[for="hkLqGU81-117"] {
    width: 90%;
}

.index_registrations_profile .questionResponse.questionResponseCheckbox label {
    width: 90%;
}

.index_exhibitorreg_portal .login-box label[for="rememberMe"] {
    width: 90%;
}

.index_exhibitorreg_portal label[for="rememberMe"] + span.ip-elementContent {
    float: left;
}

label[for="workshop_ZdVMUO96"] {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.4rem;
}

label[for="JkWBEV46"],
label[for="LwTvpT75"], 
label[for="LwTvpT75"], 
label[for="jiWRwR78-1744"], 
label[for="cbWXCZ96"] {
    line-height: 1.4;
}

.questionResponse.questionResponseCheckbox {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: flex-start;
    -webkit-box-pack: start;
    gap: 10px;
    margin: 3px 0 10px;
}

.questionResponse.questionResponseCheckbox > label,
.questionResponse.questionResponseCheckbox > input {
    margin: 0;
}

#cbWXCZ96-1225 {
    order: 1;
    margin-top: -4px;
}
label[for="cbWXCZ96-1225"] {
    order: 2;
}


.footer-logos {
    list-style: none;
    padding: 0;
    margin: 100px 0 0;
    display: inline-block;
    align-items: center;
}

.footer-logos li {
    width: 100%;
    margin-bottom: 20px;

}

.footer-logos img {
    width: auto;
}

@media screen and (width >= 992px) {
    .footer-logos {
        display: flex;
    }
    .footer-logos li {
        flex-basis: 100%;
        margin-inline: 10px;
    }
}

table img {
    width: auto;
    margin: auto;
    display: block;
}

.index_registrations_demographics .ip-group-col.col-lg-6 > div {
    margin-bottom: 10px;
}



/* FOOTER */

.footer img {
    width: 180px;
}

.footer .powered-by {
    width: 340px;
    margin: 20px 0 40px;
}

.footer {
    height: 160px;
    color: #FFFFFF;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}


@media screen and ( width > 1920 ) {
    .footer {
        background: unset;
    }
}

.footer > .row:first-of-type {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 30px);
}

.footer ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .footer ul.privacy {
        float: right;
    }
}

.footer ul li {
    float: left;
    padding: 2px 5px;
    font-size: 0.8rem;
}

.footer ul li:last-child {
    clear: both;
}

.footer ul li a {
    color: white;
    text-decoration: underline;
    font-weight: normal;
}

.footer ul li a:hover {
    text-decoration: none;
}

.ui-widget-content a {
    color: black;
}

.index_forgot-password_index .btn-submit {
    margin-right: 10px;
}

div[unique_id="wVFGsB43"] {
    margin-bottom: 20px;
}

label[for="jiWRwR78-1744"]::before {
    display: none;
}