@import url(https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
body[class*=profile] div[unique_id=eKrSeo53]:not([style*=none]), body[class*=profile] div[unique_id=QrsfLj52]:not([style*=none]), body[class*=profile] div[unique_id=mDpJTL24]:not([style*=none]), body[class*=profile] div[unique_id=sRVWmC63]:not([style*=none]), body[class*=profile] div[unique_id=lvNHMz01]:not([style*=none]), body[class*=profile] div[unique_id=VoDmPd76]:not([style*=none]) {
  display: grid !important;
  grid-template: auto/10.5rem auto;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body[class*=profile] div[unique_id=eKrSeo53]:not([style*=none]), body[class*=profile] div[unique_id=QrsfLj52]:not([style*=none]), body[class*=profile] div[unique_id=mDpJTL24]:not([style*=none]), body[class*=profile] div[unique_id=sRVWmC63]:not([style*=none]), body[class*=profile] div[unique_id=lvNHMz01]:not([style*=none]), body[class*=profile] div[unique_id=VoDmPd76]:not([style*=none]) {
    grid-template: auto/6.5rem auto;
  }
}
div[unique_id=eKrSeo53] .ip-elementContent, div[unique_id=QrsfLj52] .ip-elementContent, div[unique_id=mDpJTL24] .ip-elementContent, div[unique_id=sRVWmC63] .ip-elementContent, div[unique_id=lvNHMz01] .ip-elementContent, div[unique_id=VoDmPd76] .ip-elementContent {
  display: flex;
  flex-direction: row;
  gap: .75rem;
}

/* Box sizing reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Remove default list styles */
ul, ol {
  list-style: none;
}

/* Remove default link styles */
a {
  color: inherit;
  text-decoration: none;
}

/* Remove default button styles */
button {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

/* Remove default input styles */
input, textarea, select {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  outline: none;
}

/* Remove default table spacing */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Remove default image spacing */
img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* Set core body defaults */
body {
  background: #070e24;
  color: #000;
  line-height: 1.5;
  font-family: '"Open Sans", sans-serif';
}

/* Headings default */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.2;
}

/* Form elements inherit font */
label, input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

/* Optional: HTML5 elements block display */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

/*  Base document styles   */
html {
  background: #fff;
  box-sizing: border-box;
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after {
  box-sizing: inherit;
}

/*  Body   */
body {
  font-weight: 400;
  margin: 0;
  color: #222;
}

/*  Headings   */
h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 1rem;
  color: #222;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

/*   Text elements   */
p {
  margin: 0 0 1rem;
}

small {
  font-size: 0.875rem;
}

b, strong {
  font-weight: 900;
}

/*  Links   */
a {
  color: #002244;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  text-decoration: underline;
}

/*   Lists */
ul, ol {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
}

/*   Images & media   */
img, svg, video {
  display: block;
  height: auto;
  max-width: 100%;
}

/*  Form base (very light)   */
button, input, select, textarea {
  font-family: inherit;
  font-optical-sizing: auto;
  font-size: inherit;
  line-height: inherit;
}

.btn {
  background: #ff547c;
  border: 1px solid #ff547c;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding: 5px 25px;
  text-transform: uppercase;
  font-size: 1rem;
}
.btn:hover, .btn:focus {
  background: rgba(255, 84, 124, 0.8);
  border-color: #ff547c;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.ip-buttonBar input {
  background: #ff547c;
  border: 1px solid #ff547c;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding: 5px 25px;
  text-transform: uppercase;
  font-size: 1rem;
}
.ip-buttonBar input:hover, .ip-buttonBar input:focus {
  background: rgba(255, 84, 124, 0.8);
  border-color: #ff547c;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.ip-buttonBar .btn.btn-default {
  background: #ff547c;
  border: 1px solid #ff547c;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding: 5px 25px;
  text-transform: uppercase;
  font-size: 1rem;
}
.ip-buttonBar .btn.btn-default:hover, .ip-buttonBar .btn.btn-default:focus {
  background: rgba(255, 84, 124, 0.8);
  border-color: #ff547c;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.ip-buttonBar .btn.btn-default.btn-submit, .ip-buttonBar .btn.btn-default.btn-success, .ip-buttonBar .btn.btn-default.btn-add {
  background: #ff547c;
  border: 1px solid #ff547c;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding: 5px 25px;
  text-transform: uppercase;
  font-size: 1rem;
}
.ip-buttonBar .btn.btn-default.btn-submit:hover, .ip-buttonBar .btn.btn-default.btn-submit:focus, .ip-buttonBar .btn.btn-default.btn-success:hover, .ip-buttonBar .btn.btn-default.btn-success:focus, .ip-buttonBar .btn.btn-default.btn-add:hover, .ip-buttonBar .btn.btn-default.btn-add:focus {
  background: rgba(255, 84, 124, 0.8);
  border-color: #ff547c;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.ip-buttonBar .btn.btn-default.btn-cancel {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #000;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 1rem;
  margin-right: 1rem;
}
.ip-buttonBar .btn.btn-default.btn-cancel:hover, .ip-buttonBar .btn.btn-default.btn-cancel:focus {
  background: transparent !important;
  border-color: transparent;
  box-shadow: unset;
  color: #000;
  text-decoration: underline;
  text-transform: uppercase;
}
.btn[disabled], .ip-buttonBar .btn.btn-default[disabled] {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #111;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 1rem;
}
.btn[disabled]:hover, .btn[disabled]:focus, .ip-buttonBar .btn.btn-default[disabled]:hover, .ip-buttonBar .btn.btn-default[disabled]:focus {
  background: transparent !important;
  border-color: transparent;
  box-shadow: unset;
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
}

.ip-elm-html ~ .ip-elm-checkbox-multi .ip-elementLabel[isrequired="1"]:before {
  top: 0;
  transform: translateX(-16px) translateY(-5%);
}

.ip-group-col:nth-child(2) .ip-elm-radio-multi {
  display: flex;
  flex-direction: row;
}
.ip-group-col:nth-child(2) .ip-elm-radio-multi .ip-elementContent {
  display: flex;
  margin-left: 1rem;
}
.ip-group-col:nth-child(2) .ip-elm-radio-multi .ip-elementContent .questionResponse {
  position: relative;
  padding: 0 10px;
  left: -1.435rem;
}
.ip-group-col:nth-child(2) .ip-elm-radio-multi .ip-elementContent .questionResponse input[type=radio] {
  margin-top: 0;
}
.ip-group-col:nth-child(2) .ip-elm-radio-multi .ip-elementContent .questionResponse label {
  font-weight: 400;
}
.ip-group-col:nth-child(2) .ip-elm-radio-multi .ip-elementLabel[isrequired="1"]:before {
  top: 0;
  transform: translateX(-16px) translateY(-5%);
}

.ip-elm-radio-multi {
  display: flex;
  flex-direction: row;
}
.ip-elm-radio-multi .ip-elementContent .questionResponse {
  position: relative;
  padding: 0;
}
.ip-elm-radio-multi .ip-elementContent .questionResponse input[type=radio] {
  margin-top: 0;
}
.ip-elm-radio-multi .ip-elementContent .questionResponse label [isrequired="1"] {
  font-weight: 400;
}
.ip-elm-radio-multi .ip-elementLabel[isrequired="1"]:before {
  top: 0;
  transform: translateX(-16px) translateY(-5%);
}

.index_registrations_demographics .ip-elm-radio-multi {
  flex-direction: column;
}

.IP_PageBuilder_Registration .ip-group-col .ip-elm-textbox {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  width: 90%;
}

.ip-formText {
  border: 1px solid #e1dada;
  color: #222;
  height: 2.5rem;
  padding: 0.625rem;
  width: 90%;
}

input[name*=writeInResponse], input[type=text], input[type=password] {
  background-color: #fff;
  border: 1px solid #e1dada;
  color: #222;
  height: 2.5rem;
  padding: 0.625rem;
  width: 90%;
}
@media screen and (max-width: 767px) {
  input[name*=writeInResponse], input[type=text], input[type=password] {
    width: 99%;
  }
}

body[class*=profile] .iti input {
  width: 100%;
}

label {
  display: unset;
  font-weight: 700;
  line-height: 1.5;
  max-width: 100%;
  margin-bottom: 0.5rem;
  position: relative;
}
label::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-1rem) translateY(-50%);
}

.ip-elm-checkbox-multi {
  display: flex;
}
.ip-elm-checkbox-multi:has(.clearfix):has(.questionResponseCheckbox:nth-child(2)) {
  flex-direction: column;
}
.ip-elm-checkbox-multi .questionResponse.questionResponseCheckbox {
  align-items: flex-start;
  display: flex;
}
.ip-elm-checkbox-multi .questionResponse.questionResponseCheckbox label {
  font-weight: 400;
  width: auto;
}
.ip-elm-checkbox-multi input[type=checkbox],
.ip-elm-checkbox-multi input[type=radio] {
  float: left;
  margin-right: 0.5rem;
  scale: 1.25;
}

.ip-elementLabel[isrequired="1"]:has(.requiredSymbolClass)::before, .ip-elementLabel:has([isrequired="1"]):has(.requiredSymbolClass)::before, label[isrequired="1"]:has(.requiredSymbolClass)::before, label:has([isrequired="1"]):has(.requiredSymbolClass)::before {
  color: red;
  content: "*";
  display: inline-block;
  font-size: 1rem;
  padding-right: 0.5rem;
}
.ip-elementLabel .requiredSymbolClass,
.ip-elementLabel .notRequiredSymbolClass,
label .requiredSymbolClass,
label .notRequiredSymbolClass {
  display: none;
}

span.inlineSymbol.requiredSymbolClass {
  color: red;
  display: inline-block;
  font-size: 1rem;
}

select.ip-formSelect, select {
  border: 1px solid #e1dada;
  color: #222;
  height: 2.5rem;
  padding: 0.325rem;
  width: 80%;
}

select[multiple="1"] {
  min-height: 2.5rem;
}

.questionResponse.questionResponseCheckbox {
  display: inline-flex;
  align-items: start;
  justify-content: space-evenly;
}
.questionResponse.questionResponseCheckbox input[type=checkbox] {
  margin: 4px;
}

table.financialSummary {
  margin: 0.5rem 0.5rem 2.25rem;
  width: 50%;
}

table.financialSummary tbody tr.chargesHeaderRow td {
  display: none;
}
table.financialSummary tbody tr.chargesDescriptionHeaderRow.headerRow td {
  background: #020241;
  border: 0;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}
table.financialSummary tbody tr.chargesDescriptionHeaderRow.headerRow td strong {
  font-weight: 500;
}
table.financialSummary tbody tr.chargesDescriptionHeaderRow.headerRow td:last-child {
  text-align: left;
}
table.financialSummary tbody tr.even td, table.financialSummary tbody tr.odd td, table.financialSummary tbody tr.chargeRow td, table.financialSummary tbody tr.subtotalRow td {
  text-align: left;
}
table.financialSummary tbody tr.even td:last-child, table.financialSummary tbody tr.odd td:last-child, table.financialSummary tbody tr.chargeRow td:last-child, table.financialSummary tbody tr.subtotalRow td:last-child {
  text-align: left;
}
table.financialSummary tbody tr.even td a img[src*="famfamfam/delete"], table.financialSummary tbody tr.odd td a img[src*="famfamfam/delete"], table.financialSummary tbody tr.chargeRow td a img[src*="famfamfam/delete"], table.financialSummary tbody tr.subtotalRow td a img[src*="famfamfam/delete"] {
  display: block;
  filter: saturate(1.5);
  height: 1.25rem;
  image-rendering: auto;
  width: 1.25rem;
}

.well {
  width: fit-content;
}

.ui-dialog-content a {
  color: #002244;
  text-decoration: none;
  cursor: pointer;
}
.ui-dialog-content a:hover, .ui-dialog-content a:focus {
  text-decoration: underline;
}
.ui-dialog-content form .ip-buttonBar a:not(.btn-cancel) {
  font-weight: 700;
  margin: 0 1rem;
  padding: 0 2rem;
  text-transform: uppercase;
}

.ip-elementPackages {
  display: grid !important;
  grid-template: auto/auto auto auto;
  gap: 5px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .ip-elementPackages {
    grid-template: auto/auto auto;
  }
}
@media screen and (max-width: 767px) {
  .ip-elementPackages {
    gap: 1rem;
    grid-template: auto/auto;
  }
}
.ip-elementPackages .ip-elementPackage {
  background: #fff;
  border: 0.0625rem solid #333;
  margin: unset;
  padding: unset;
  vertical-align: top;
  width: auto;
}
.ip-elementPackages .ip-elementPackage label {
  background: #28B4FF;
  color: #fff;
  display: block;
  line-height: 1.5;
  padding: 0.625rem 0.94rem;
  width: 100%;
}
.ip-elementPackages .ip-elementPackage label input {
  margin-right: 0.5rem;
}
.ip-elementPackages .ip-elementPackage .ip-elementPackageDescriptionContainer {
  padding: 1rem;
}
.ip-elementPackages .ip-elementPackage .ip-elementPackageDescriptionContainer .ip-elementPackageDescriptionContainerTitle {
  font-weight: 700;
}
.ip-elementPackages .ip-elementPackage .ip-elementPackageDescription ul, .ip-elementPackages .ip-elementPackage .ip-elementPackageDescription ol {
  list-style: disc;
  list-style-position: inside;
}

.element-SingleAncillaryPackage {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.element-SingleAncillaryPackage .ancillaryPackageName {
  margin-left: 25px;
}
.element-SingleAncillaryPackage input[type=checkbox], .element-SingleAncillaryPackage input[type=radio] {
  position: relative;
  top: -20px;
}

#ip-workshops-element table.ip-elementContentTable tr.waitListCheckbox:has(:empty) {
  display: none;
}
#ip-workshops-element table.ip-elementContentTable tr td {
  padding: 0 0 10px 2px;
}
#ip-workshops-element table.ip-elementContentTable tr td.workshopCheckbox {
  width: 1.5rem;
}

body[class*=payment] #creditCardForm .ip-element:has(#paymentNonce, #cybersourceCaptureContext, #deviceData, #browserLanguage) {
  display: none;
}
body[class*=payment] #creditCardForm .ip-element:has([class*=cybersource]) {
  display: block;
  width: 80%;
}
body[class*=payment] #creditCardForm .ip-element:has([class*=cybersource]) .ip-formText {
  padding: 0 0.625rem;
}
body[class*=payment] #creditCardForm span.form-control:has(.ip-copyAddressContainer) {
  height: auto;
  width: 80%;
}
body[class*=payment] #creditCardForm span.form-control:has(.ip-copyAddressContainer) .ip-copyAddressContainer label input[type=checkbox] {
  margin-right: 0.25rem;
}
body[class*=payment] #creditCardForm span.form-control:has(.ip-copyAddressContainer) .ip-addressContainer {
  margin-left: 1.1rem;
}
body[class*=payment] #creditCardForm span.form-control:has(.ip-copyAddressContainer) .ip-addressContainer-city, body[class*=payment] #creditCardForm span.form-control:has(.ip-copyAddressContainer) .ip-addressContainer-cityStateSeparator, body[class*=payment] #creditCardForm span.form-control:has(.ip-copyAddressContainer) .ip-addressContainer-state,
body[class*=payment] #creditCardForm span.form-control:has(.ip-copyAddressContainer) .ip-addressContainer-statePostalSeparator, body[class*=payment] #creditCardForm span.form-control:has(.ip-copyAddressContainer) .ip-addressContainer-postalCode {
  display: inline-block;
}
body[class*=payment] #creditCardForm span.form-control:has(.ip-copyAddressContainer) .ip-addressContainer-country {
  padding-right: 1rem;
}

#progressMenu ul#progress {
  display: flex;
  gap: 0.125rem;
  list-style: none;
  margin-top: 2rem;
  padding: 0.125rem;
}
@media screen and (max-width: 767px) {
  #progressMenu ul#progress {
    flex-direction: column;
  }
}
#progressMenu ul#progress li {
  background: #ff547c;
  border-bottom: unset;
  flex-basis: 33.3333333333%;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 10px;
  text-align: center;
  white-space: nowrap;
}
#progressMenu ul#progress li.currentStep {
  background: #AAE6FF;
  color: #fff;
}
#progressMenu ul#progress li span, #progressMenu ul#progress li a {
  color: #fff;
  display: inline-flex;
}
#progressMenu ul#progress li span i, #progressMenu ul#progress li a i {
  margin-right: 0.625rem;
}

ul#publicMenu {
  display: grid;
  gap: 0.125rem;
  grid-template-columns: repeat(5, minmax(15%, 1fr));
  line-height: 1;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  ul#publicMenu {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
ul#publicMenu li {
  background: #ff547c;
  border-bottom: unset;
  font-size: clamp(1rem, 0.5vw, 1.24rem);
  font-weight: 500;
  padding: 1.25rem .5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  ul#publicMenu li {
    font-size: clamp(1.24rem, 1vw, 2rem) !important;
  }
}
ul#publicMenu li.currentStep {
  background: #AAE6FF;
  color: #fff;
}
ul#publicMenu li span, ul#publicMenu li a {
  color: #fff;
  display: inline-flex;
}
ul#publicMenu li span i, ul#publicMenu li a i {
  margin-right: 0.625rem;
}

body[class^=index_exhibitorreg] ul#publicMenu .firstMenuItem {
  display: none;
}

body[class*=review] .ip-sectionTitle {
  display: none;
}
body[class*=review] .textElement-label {
  font-weight: 700;
  margin-right: 1rem;
}
body[class*=review] .ip-elm-text {
  flex-direction: column;
  margin-bottom: 0.5rem;
}
body[class*=review] h2 a[href*="/index/registrations/"] {
  background: #ff547c;
  border: 1px solid #ff547c;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding: 5px 25px;
  text-transform: uppercase;
  font-size: 1rem;
}
body[class*=review] h2 a[href*="/index/registrations/"]:hover, body[class*=review] h2 a[href*="/index/registrations/"]:focus {
  background: rgba(255, 84, 124, 0.8);
  border-color: #ff547c;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
body[class*=review] form[action*=addpromocode] {
  margin-bottom: 1rem;
}
body[class*=review] form[action*=addpromocode] .ip-element.form-group {
  padding: 0.5rem 0;
}
body[class*=review] input[value*=Code], body[class*=review] input[value*=code] {
  margin-bottom: 1rem;
}
body[class*=review] a.btn.btn-default.btn-add[href*="/registrations/profile/"] {
  margin-right: 1rem;
}

body[class^=index_exhibitorreg] span.taskElement {
  display: grid;
  grid-template: auto/18% auto;
  gap: 1rem;
  grid-template-areas: "taskFilter taskTable";
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  body[class^=index_exhibitorreg] span.taskElement {
    grid-template: auto/auto;
    grid-template-areas: " taskFilter " " taskTable";
  }
}
body[class^=index_exhibitorreg] .taskFilters {
  float: none !important;
  font-size: clamp(0.85rem, 1vw, 1rem);
  grid-area: taskFilter;
  width: auto;
}
@media screen and (max-width: 991px) {
  body[class^=index_exhibitorreg] .taskFilters {
    display: grid;
    grid-template-columns: repeat(3, minmax(32%, 1fr));
    gap: 1rem;
  }
}
body[class^=index_exhibitorreg] .taskFilters br {
  display: none;
}
body[class^=index_exhibitorreg] .taskFilters label:has(input) {
  color: #000;
  display: flex;
  gap: 5px;
}
body[class^=index_exhibitorreg] .taskFilters span.filterHeader {
  display: block;
  width: auto;
  background-color: #33D7C8;
  color: #fff;
  margin-bottom: 0.5rem;
}
body[class^=index_exhibitorreg] div.taskDisplay {
  float: none !important;
  grid-area: taskTable;
  margin-right: 0;
  margin-left: 0;
  width: auto !important;
}
body[class^=index_exhibitorreg] div.taskDisplay .task {
  font-size: clamp(0.85rem, 1vw, 1rem);
  padding: 1rem;
  width: auto;
}
body[class^=index_exhibitorreg] div.taskDisplay .task .taskHeader {
  display: grid;
  font-size: clamp(0.85rem, 1vw, 1rem);
  grid-template: auto/46% 4% 17% 17% 4%;
}
body[class^=index_exhibitorreg] div.taskDisplay .task .taskDetails {
  width: 90%;
}

@media (max-width: 768px) {
  .index_registrations_groupreview {

  }
  .index_registrations_groupreview .reportView {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    margin: 0 auto;
    border: 1px solid #ddd; /* Optional visual boundary */
  }
  .index_registrations_groupreview table {
    width: auto;
    white-space: pre-wrap;
    border-collapse: collapse;
  }
  .index_registrations_groupreview th, .index_registrations_groupreview td {
    padding: 5px;
    border: 1px solid #eee;
    text-align: left;
  }
  .index_registrations_groupreview #ip-financialSummary-Container {
    max-width: 100vw;
    margin-left: 0;
    padding: 0 10px;
    width: 100%;
  }
  .index_registrations_groupreview #ip-financialSummary-Container .groupFinancialSummary {
    width: auto;
    min-width: 100%;
  }
  .index_registrations_groupreview table.groupFinancialSummary td, .index_registrations_groupreview table.groupFinancialSummary th {
    padding: 3px;
  }
}

header {
  padding: 4rem;
}
header #event-info {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
}
header #event-info .dates {
  font-weight: 900;
}
header #event-info .city {
  font-weight: 900;
}

body[class^=index_registrations] .landing_layout-v1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
}
body[class^=index_registrations] .landing_layout-v1 #event-info {
  color: #fff;
}
body[class^=index_registrations] .landing_layout-v1 #event-info .dates {
  color: inherit;
}
body[class^=index_registrations] .landing_layout-v1 #event-info .venue {
  color: inherit;
}
body[class^=index_registrations] .landing_layout-v1 #event-info .city {
  color: inherit;
}
body[class^=index_registrations] .landing_layout-v1 .ip-formText {
  border-radius: 10px;
  position: relative;
}
body[class^=index_registrations] .landing_layout-v1 .ip-elm-textbox {
  padding: 0;
}
body[class^=index_registrations] main {
  flex: 12 1 auto;
}

body .landing_layout-basic {
  display: flex;
  flex-direction: column;
}
body .landing_layout-basic header {
  background: url(/eventAssets/stgev2_STGNWXDEVS_250626045653/image/networkX-Euro-2026/NetworkX2026-Austria_BG-LP.jpg), #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  background-attachment: scroll;
}
body .landing_layout-basic main {
  flex: 1 1 auto;
  height: 100vh;
}
body .landing_layout-v2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
}
body .landing_layout-v2 main {
  flex: 10 1 auto;
}
body .landing_layout-v2 .ip-formText {
  border-radius: 10px;
  position: relative;
}
body .landing_layout-v2 .ip-elm-textbox {
  padding: 0;
}

body[class^=index_registrations_] {
  height: 100%;
}
body[class^=index_registrations_] .ip-element {
  padding: 5px 15px;
}
body[class^=index_registrations_] .inside-page {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
}
body[class^=index_registrations_] .inside-page header {
  order: 0;
  width: 100%;
}
body[class^=index_registrations_] .inside-page main {
  order: 1;
  width: 100%;
}
body[class^=index_registrations_] .inside-page main a[href*="/index/exhibitorreg/managereg/"] {
  text-align: left;
  display: block;
}
body[class^=index_registrations_] .inside-page footer {
  order: 3;
  width: 100%;
}

body {
  height: 100%;
}
body .ip-element {
  padding: 5px 15px;
}
body .inside-page {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
body .inside-page header {
  order: 0;
  width: 100%;
  flex-shrink: 0;
}
body .inside-page main {
  order: 1;
  width: 100%;
  flex-grow: 1;
}
body .inside-page footer {
  order: 3;
  width: 100%;
  flex-shrink: 0;
}

footer {
  background-color: #454955;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  padding: 1rem;
  margin-top: 1rem;
  order: 5;
  width: 100%;
}
footer img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 55px;
}
footer ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0.5rem;
  padding-left: 0;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer ul {
    padding-top: 1rem;
    flex-direction: column;
    text-align: left;
  }
}
footer ul li {
  line-height: 1.6;
  margin-left: 13px;
}
footer ul li a {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
}
footer ul li a:focus, footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .copyright {
  border-top: 2px solid #fff;
  color: #fff;
  display: block;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  margin-top: 1.2em;
  padding: 1.2em 0 0;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    text-align: left;
  }
}
footer ul.privacy {
  list-style-type: none;
}

.eportal body[class*=exhibitorreg] .eportal main {
  background: #fff;
  flex: 1 1 auto;
  margin-top: 2rem;
  order: 1;
}
.eportal .forgotPasswordLink_parent label[for=forgotPasswordLink] {
  display: none;
}
.eportal .forgotPasswordLink_parent p.forgotPasswordLink {
  margin: 0;
}
.eportal .rememberMe_parent {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.eportal .rememberMe_parent label[for=rememberMe] {
  padding-left: 0.5rem;
}
.eportal .landing-sidebar-container {
  border-radius: 10px;
  background-color: #88cde4;
  padding-top: 1rem;
  margin-top: 1rem;
}
.eportal input[type=text].ip-formText {
  width: 100%;
}

#developmentStatusMessage {
  display: none !important;
}

.ip-elementLabel[isrequired="1"]:before {
  font-size: 1.5rem;
  font-weight: 700;
}
div:has(select[disabled], input[type="text"][disabled]) label[isrequired="1"]:has(.notRequiredSymbolClass), select.ip-formSelect[disabled], select[disabled], input[type=text][disabled] {
  color: #ccc;
}

.textWrap {
  white-space: nowrap;
}

input, select, select.ip-formSelect {
  border-radius: 2rem;
}

body[class*=exhibitorreg] .eportal header .col-xs-12, body[class*=checkin] .inside-page header .col-xs-12, body:not([class]) .inside-page header .col-lg-12, body[class*=password] .inside-page header .col-xs-12, body[class^=index_registrations] .inside-page header .col-xs-12, body:not([class]) .inside-page header .col-xs-12 {
  background: rgba(0, 0, 0, 0.46);
  border-radius: 2rem;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 15%;
}
body[class*=checkin] .inside-page header .col-xs-12, body[class*=password] .inside-page header .col-xs-12, body:not([class]) .inside-page header .col-xs-12 { padding-bottom: 1vh; }
body[class*="checkin"] main .row .container .col-xs-12, body:not([class]) main .row .container .col-xs-12, body[class*="payment"] main .row .container .col-xs-12 #ip-financialSummary-Container {
  background: #fff;
  border-radius: 32px;
  box-shadow: -5px 0px .5px 25px rgba(0, 0, 0, 0.6);
  font-family: "Open Sans", sans-serif;
  margin: 3rem 1.75rem;
  padding: 2rem;
  width: calc(100% - 36px);
}
body[class*="payment"] main .row .container .col-xs-12 .IP_Messages:not(:empty),  body[class*=password] .inside-page  main .row .container .col-xs-12 .IP_Messages:not(:empty) {
  border-radius: 32px;
  padding: 2rem;
  box-shadow: -5px 0px .5px 25px rgba(0, 0, 0, 0.6);
  margin: 3rem 1.75rem;
  width: calc(100% - 36px);
}
body[class*="payment"] main .row .container .col-xs-12 .IP_Messages:has(.cybersource-error){
 background-color: #f2dede;
 border-color: #ebccd1;
 color: #a94442;
}
body[class*="payment"] main .row .container .col-xs-12{
    background: -5px 0px .5px 25px rgba(0, 0, 0, 0.6);
    border-radius: 32px;
    width: calc(100% - 12px);
}
body[class*="payment"] main .row .container .col-xs-12 #ip-financialSummary-Container{ 
   font-family: "Open Sans", sans-serif;
    margin: 1rem 1.75rem 3.5rem;
}
body[class*="payment"] main .row .container .col-xs-12 .IP_PageBuilder_Registration:not(:has(.ip-group-col:empty, .ip-elementEmpty)) {
  background: #fff;
  border-radius: 32px;
  padding: 2rem;
  
}
body[class*="payment"] .inside-page main form .IP_PageBuilder_Registration .row:has(.col-lg-4 .ip-buttonBar) {
  margin-top: -2.75rem;
  border-radius: 0;
}
body[class*="password"] .inside-page main .row .container .col-xs-12 {
  background: rgba(0, 0, 0, 0.46);
  border-radius: 32px;
  font-family: "Open Sans", sans-serif;
  margin: 2rem 0;
  padding: 32px;
}
body[class*="password"] .inside-page main .row .container .col-xs-12 form {
  background: #fff;
  border-radius: 32px;
  padding: 1rem 1rem;
}
body[class*=exhibitorreg] .eportal header img, body[class*=checkin] .inside-page header img, body:not([class*=index]) .inside-page header img, body[class*=password] .inside-page header img, body[class^=index_registrations] .inside-page header img {
  border: 0;
  max-height: 10vh;
  margin: 1rem auto 0;
}
body[class*=exhibitorreg] .eportal header h1, body[class*=checkin] .inside-page header h1,
body[class*=password] .inside-page header h1, body[class^=index_registrations] .inside-page header h1 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
body[class*="password"] .inside-page main form input[type="submit"][style*="108px"] {
  width: auto !important;
  margin: 1rem;
}
body[class*=exhibitorreg] .eportal header p#event-info, body[class*=checkin] .inside-page header p#event-info, body[class*=password] .inside-page header p#event-info, body[class^=index_registrations] .inside-page header p#event-info, body:not([class]) .inside-page header p#event-info {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 600;
  text-align: center;
}
body[class*=exhibitorreg] .eportal header p#event-info span, body[class*=checkin] .inside-page header p#event-info span, body:not([class*=index]) .inside-page header p#event-info span, body[class*=password] .inside-page header p#event-info span, body[class^=index_registrations] .inside-page header p#event-info span, body:not([class]) .inside-page header p#event-info span {
  display: flex;
  flex-direction: column;
}

body[class^=index_registrations], body[class*=checkin], body:not([class*=index]) {
  background: url(/eventAssets/stgev2_STGNWXDEVS_250626045653/image/networkX-Euro-2026/NetworkX2026-Austria_BG-LP.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top right;
  background-attachment: scroll;
}
body[class^=index_registrations] .IP_Messages {
  font-family: "Open Sans", sans-serif;
  margin: 2rem 0 -1rem;
}
body[class^=index_registrations] .IP_Messages .message {
  border-radius: 32px !important;
}
body[class^=index_registrations] .IP_Messages .message i.fa {
  margin-right: .5rem;
}
body[class^=index_registrations] .IP_Messages .message ul li  {
    display: list-item;
    list-style-type: disc;
}
body[class^=index_registrations] .landing_layout-v2 {
  color: #000;
}
body[class^=index_registrations] .landing_layout-v2 header {
  order: 0;
  margin-top: 2rem;
  padding: 0 2rem;
}
body[class^=index_registrations] .landing_layout-v2 header img {
  aspect-ratio: auto;
  max-width: unset;
  padding: 1rem 1rem 0 0;
  height: 7vh;
}
body[class^=index_registrations] .landing_layout-v2 header #event-info.border-topBottom {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.05rem;
  margin-top: 0.25rem;
  padding: 0.5rem 1rem;
}
body[class^=index_registrations] .landing_layout-v2 main .content {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: none;
  margin: 2rem 0 0 1rem;
  padding: 2rem;
  text-align: center;
}
body[class^=index_registrations] .landing_layout-v2 main .content h1 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-family: "Inter", sans-serif;
}
body[class^=index_registrations] .landing_layout-v2 main .content h2 {
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
body[class^=index_registrations] .landing_layout-v2 main .content p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}
body[class^=index_registrations] .landing_layout-v2 main .content p:has(a) {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
}profi
body[class^=index_registrations] .landing_layout-v2 main .content p:has(a) a, body[class^=index_registrations] .landing_layout-v2 main .content p:has(a) a:hover, body[class^=index_registrations] .landing_layout-v2 main .content p:has(a) a:active {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}
body[class^=index_registrations] .landing_layout-v2 main .content a, body[class^=index_registrations] .landing_layout-v2 main .content a:hover, body[class^=index_registrations] .landing_layout-v2 main .content a:active {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  text-decoration: underline;
}
body[class^=index_registrations] .landing_layout-v2 main .login-box {
  background: #ff547c;
  border-radius: 20px;
  color: #fff;
  margin: 2rem 0.25rem 0 0;
  max-width: 30rem;
  padding: 1rem 1rem 1.25rem;
  text-align: center;
}
body[class^=index_registrations] .landing_layout-v2 main .login-box input[type=submit] {
  background: #fff;
  color: #ff547c;
}
body[class^=index_registrations] .landing_layout-v2 main .login-box input[type=submit]:hover {
  background: #fff;
  color: #020241;
}
body[class^=index_registrations] .landing_layout-v2 main .login-box .ip-element.form-group {
  padding: 0;
  margin-bottom: 0;
}
body[class^=index_registrations] .landing_layout-v2 main .login-box .ip-formText {
  box-shadow: none;
}
body[class^=index_registrations] .landing_layout-v2 main .login-box h1, body[class^=index_registrations] .landing_layout-v2 main .login-box h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0;
  padding: unset;
}
body[class^=index_registrations] .landing_layout-v2 main .login-box p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  margin: 1rem 0;
  text-wrap: balance;
}
body[class^=index_registrations] .landing_layout-v2 main .login-box div.ip-element.ip-elm-textbox {
  width: 100%;
}
body[class^=index_registrations] .landing_layout-v2 main .login-box div.ip-element label.ip-elementLabel {
  display: none;
}
body[class^=index_registrations] .landing_layout-v2 main .login-box div.ip-element input {
  font-family: "Open Sans", sans-serif;
  width: 100%;
}
body[class^=index_registrations] .landing_layout-v2 main .login-box .ip-buttonBar {
  align-content: start;
  margin: 1rem 0 0;
}
body[class^=index_registrations] .landing_layout-v2 main .login-box .ip-buttonBar .btn.btn-cancel {
  display: none;
}
body[class^=index_registrations] .landing_layout-v2 main .login-box .ip-buttonBar .btn.btn-submit, body[class^=index_registrations] .landing_layout-v2 main .login-box .ip-buttonBar .btn.btn-processing {
  font-size: 1.25rem;
  padding: 0.2rem 2rem;
}
body[class^=index_registrations] .landing_layout-v2 main .login-box .IP_PageBuilder_Registration:has(.ip-elementEmpty.form-group) {
  display: none;
}
body[class^=index_registrations] .landing_layout-v2 section {
  order: 3;
  background: #fff;
  border-radius: 32px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  margin: 3rem 1rem 0;
  padding: 2rem;
}
body[class^=index_registrations] .landing_layout-v2 section hr {
  color: #33D7C8;
  border: 1px solid #aae6ff;
}
body[class^=index_registrations] .landing_layout-v2 section a {
  color: #020241;
  font-weight: 700;
}
body[class^=index_registrations] .landing_layout-v2 footer {
  margin-top: unset;
}
body[class^=index_registrations] .belowFold {
  order: 2;
}
body[class^=index_registrations] .belowFold section {
  order: 3;
}
body[class^=index_registrations] .belowFold footer {
  order: 4;
}
body[class^=index_registrations] .belowFold footer img {
  margin-left: -2rem;
  max-width: 225px;
  padding: 1rem 1rem 1rem 0;
  width: auto;
}
body[class^=index_registrations] .belowFold footer ul li:not(:last-child):after {
  content: unset;
}
body[class^=index_registrations] .inside-page header {
  order: 0;
  padding: 0;
}
body[class^=index_registrations] .inside-page main {
  flex: 1 1 auto;
}
body[class^=index_registrations] .inside-page main .col-xs-12 {
  margin: 0;
  padding: 0;
}
body[class^=index_registrations] .inside-page main div#progressMenu {
  position: absolute;
  top: -9rem;
  width: 100%;
}
body[class^=index_registrations] .inside-page main div#progressMenu ul#progress {
  margin: 1rem auto 0;
  width: 60%;
}
@media (max-width: 767px) {
  body[class^=index_registrations] .inside-page main div#progressMenu ul#progress {
    flex-direction: row;
    flex-wrap: nowrap;
    left: 0;
    position: unset;
    width: auto;
  }
}
body[class^=index_registrations] .inside-page main div#progressMenu ul li {
  background: transparent !important;
  color: #fff;
}
body[class^=index_registrations] .inside-page main div#progressMenu ul li.currentStep {
  background: transparent !important;
}
body[class^=index_registrations] .inside-page main div#progressMenu ul li span {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
body[class^=index_registrations] .inside-page main div#progressMenu ul li:before {
  background: #ff547c;
  border-radius: 80px;
  color: #fff;
  content: " ";
  display: block;
  font-size: 4.5rem;
  height: 4.5rem;
  line-height: 0.9;
  margin: 0 auto 0.5rem;
  width: 4.5rem;
}
@media (max-width: 991px) {
  body[class^="index_registrations"] .inside-page main div#progressMenu{
    top: -10rem !important;
  }
  body[class^=index_registrations] .inside-page main div#progressMenu ul li:before {
    font-size: 3.5rem;
    height: 3.5rem;
    width: 3.5rem;
  }
}
@media (max-width: 640px) {
   body[class^=index_registrations] .inside-page main div#progressMenu ul li span {
    font-size: 0.6rem;
  }    
  body[class^="index_registrations"] .inside-page main div#progressMenu{
    top: -8.95rem !important;
  }
  body[class^=index_registrations] .inside-page main div#progressMenu ul li:before {
    font-size: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
  }
  body[class^=index_registrations] .inside-page main div#progressMenu ul li:before {
    margin: 0 auto;
  }
}
@media (max-width: 460px) {
    body[class*=exhibitorreg] .eportal header .col-xs-12, body[class*=checkin] .inside-page header .col-xs-12, body:not([class]) .inside-page header .col-lg-12, body[class*=password] .inside-page header .col-xs-12, body[class^=index_registrations] .inside-page header .col-xs-12 {
        padding-bottom: 22%;
    }
    
  body[class^="index_registrations"] .inside-page main div#progressMenu{
    top: -8.5rem !important;
  }
}

body[class^=index_registrations] .inside-page main div#progressMenu ul li#step1:before {
  content: " ";
  background-color: #e1dada;
  background-image: url(/eventAssets/stgev2_STGNWXDEVS_250626045653/image/networkX-Euro-2026/Profile-ico.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
  color: #aae6ff;
}
body[class^=index_registrations] .inside-page main div#progressMenu ul li#step1.currentStep:before {
  background-color: #aae6ff;
  background-size: 75%;
  color: #aae6ff;
}
body[class^=index_registrations] .inside-page main div#progressMenu ul li#step2:before {
  content: " ";
  background-color: #e1dada;
  background-image: url(/eventAssets/stgev2_STGNWXDEVS_250626045653/image/networkX-Euro-2026/Pass-Selection-ico.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
  color: #aae6ff;
}
body[class^=index_registrations] .inside-page main div#progressMenu ul li#step2.currentStep:before {
  background-color: #aae6ff;
  background-size: 75%;
  color: #aae6ff;
}
body[class^=index_registrations] .inside-page main div#progressMenu ul li#step3:before {
  content: " ";
  background-color: #e1dada;
  background-image: url(/eventAssets/stgev2_STGNWXDEVS_250626045653/image/networkX-Euro-2026/Review-ico.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
  color: #aae6ff;
}
body[class^=index_registrations] .inside-page main div#progressMenu ul li#step3.currentStep:before {
  background-color: #aae6ff;
  background-size: 75%;
  color: #aae6ff;
}
body[class^=index_registrations] .inside-page main div#progressMenu ul li#step4:before {
  content: " ";
  background-color: #e1dada;
  background-image: url(/eventAssets/stgev2_STGNWXDEVS_250626045653/image/networkX-Euro-2026/Payment-ico.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
  color: #aae6ff;
}
body[class^=index_registrations] .inside-page main div#progressMenu ul li#step4.currentStep:before {
  background-color: #aae6ff;
  background-size: 75%;
  color: #aae6ff;
}
body[class^=index_registrations] .inside-page main form, body[class*=password] .inside-page  main .row .container .col-xs-12 {
  background: rgba(0, 0, 0, 0.46);
  border-radius: 32px;
  font-family: "Open Sans", sans-serif;
  padding: 32px;
}
body[class*=profile] .inside-page main form .IP_PageBuilder_Registration .row:nth-child(odd) {
  background: #fff;
  border-radius: 32px 32px 0 0;
  padding: 1rem 1rem 0;
}
body[class^=index_registrations] .inside-page main form .IP_PageBuilder_Registration .row:nth-child(even) {
  background: #fff;
  border-radius: 0 0 32px 32px;
  margin-bottom: 1rem;
  padding: 0 1rem 1rem;
}
body:not([class*=profile])[class^=index_registrations] .inside-page main form .IP_PageBuilder_Registration:has(.row){
  background: #fff;
  border-radius: 32px;
  padding: 1rem;
}
body[class^=index_registrations] .inside-page main form .IP_PageBuilder_Registration .row:has(.ip-buttonBar){
    margin-top: -2rem;
    margin-bottom: 0;
}
body[class^=index_registrations] .inside-page footer {
  order: 3;
}

body[class*=profile] .inside-page main .iti {
  width: 100%;
}
body[class*=profile] .inside-page main .iti__selected-flag {
  border-radius: 32px 0 0 32px;
}

body[class*="profile"] .inside-page main div[unique_id="DlPBJR45"] {
  margin: 5rem 0 -7.75rem 2.5rem;
}
body[class*=profile] .inside-page main form .ip-elm-checkbox-multi:has(.questionResponseCheckbox:nth-child(2)) span .questionResponse.questionResponseCheckbox,
body[class*=profile] .inside-page main form .ip-elm-checkbox-multi .questionResponse.questionResponseCheckbox {
  gap: 0.5rem;
  justify-content: flex-start;
}
body[class*=profile] .inside-page main form .ip-group-col:nth-child(2) .ip-elm-radio-multi {
  flex-direction: column;
}
body[class*=profile] .IP_Messages .message {
  margin: 4rem 1.5rem 1.5rem !important;
  box-shadow: -5px 0px .5px 25px rgba(0, 0, 0, 0.6);
}
body[class*=profile] .inside-page main form .IP_PageBuilder_Registration .row:has(.ip-buttonBar) {
  border-radius: 0 0 32px 32px;
  margin-top: -2.75rem !important;
}
body[class*=pass_selection], body[class*=section_4] {
  background-size: 100% 140%;
  height: 220%;
}
body[class*=pass_selection] .inside-page main:not(form) div.ip-element.form-group:has(h2), body[class*=section_4] .inside-page main:not(form) div.ip-element.form-group:has(h2) {
  /*margin: 4rem auto -5.75rem;*/
  width: 90%;
}
body[class*=pass_selection] .inside-page main form .ip-elementPackages .ip-elementPackage .ip-elementPackageDescription ul, body[class*=pass_selection] .inside-page main form .ip-elementPackages .ip-elementPackage .ip-elementPackageDescription ol, body[class*=section_4] .inside-page main form .ip-elementPackages .ip-elementPackage .ip-elementPackageDescription ul, body[class*=section_4] .inside-page main form .ip-elementPackages .ip-elementPackage .ip-elementPackageDescription ol {
  padding-left: 1.15rem;
}
body[class*=pass_selection] .inside-page main form .ip-elementPackages .ip-elementPackage .ip-elementPackageDescription ul li, body[class*=pass_selection] .inside-page main form .ip-elementPackages .ip-elementPackage .ip-elementPackageDescription ol li, body[class*=section_4] .inside-page main form .ip-elementPackages .ip-elementPackage .ip-elementPackageDescription ul li, body[class*=section_4] .inside-page main form .ip-elementPackages .ip-elementPackage .ip-elementPackageDescription ol li {
  list-style-position: outside;
}
body[class*=pass_selection] .inside-page main form .ip-elementPackages .ip-elementPackage label, body[class*=section_4] .inside-page main form .ip-elementPackages .ip-elementPackage label {
  height: 3.875rem;
  padding: 0.625rem 1.5rem;
}
body[class*=pass_selection] .inside-page main form .ip-elementPackages .ip-elementPackage label:has(input[selected], input[checked]), body[class*=section_4] .inside-page main form .ip-elementPackages .ip-elementPackage label:has(input[selected], input[checked]) {
  background: #33D7C8;
}
body[class*=pass_selection] .inside-page main form .ip-elementPackages .ip-elementPackage label input, body[class*=section_4] .inside-page main form .ip-elementPackages .ip-elementPackage label input {
  margin-right: 0.25rem;
  margin-left: -0.95rem;
  scale: 1.15;
}
body[class*=pass_selection] .inside-page main form .IP_PageBuilder_Registration .row:first-child, body[class*=section_4] .inside-page main form .IP_PageBuilder_Registration .row:first-child {
  padding-top: 3rem;
}
body[class*=pass_selection] .inside-page main form .IP_PageBuilder_Registration .row:nth-child(3), body[class*=section_4] .inside-page main form .IP_PageBuilder_Registration .row:nth-child(3)  {
  background: #fff;
  border-radius: 0 0 32px 32px;
  margin-top: -3rem;
}
body[class*=pass_selection] .inside-page main form .IP_PageBuilder_Registration .ip-element.form-group[style*="block"]:has(label), body[class*="section_4"] .inside-page main form .IP_PageBuilder_Registration .row:nth-child(3) .ip-element.form-group[targetenabled="1"]:has(label):not(h2){
  display: none !important;
  padding: 0;
}
body[class*=pass_selection] .inside-page main form .IP_PageBuilder_Registration .row:nth-child(3) .ip-element, body[class*="section_4"] .inside-page main form .IP_PageBuilder_Registration .row:nth-child(3) .ip-element {
    margin: 0;
    padding: 0;
}
body[class*=pass_selection] .inside-page main form .IP_PageBuilder_Registration .row:has([unique_id=lrHakb31]), body[class*=section_4] .inside-page main form .IP_PageBuilder_Registration .row:has([unique_id=lrHakb31]) {
    padding: 0 2rem 1rem;
}
body[class*=pass_selection] .inside-page main .IP_PageBuilder_Registration:has(div[unique_id="bDTcNM64"], div[unique_id="XFdrUX16"]) { 
    background: #fff;
  border-radius: 32px;
  padding: 2rem;
  box-shadow: -5px 0px .5px 25px rgba(0, 0, 0, 0.55);
  margin: 1rem 1.75rem;
  width: calc(100% - 36px);
    
}
body[class*=pass_selection] .inside-page main form .IP_PageBuilder_Registration div:has([unique_id=yRzftp34], [unique_id=AxKlJx01]) .ancillaryPackageName, body[class*=section_4] .inside-page main form .IP_PageBuilder_Registration div[unique_id=yRzftp34] .ancillaryPackageName {
  display: none !important;
  margin-left: 0;
  width: 100%;
}
body[class*=pass_selection] .inside-page main form .IP_PageBuilder_Registration .element-SingleAncillaryPackage label input[type=radio], body[class*=section_4] .inside-page main form .IP_PageBuilder_Registration .element-SingleAncillaryPackage label input[type=radio] {
  position: unset;
}
body[class*=review] .inside-page main #progressMenu {
 top: -12rem !important;
}
body[class*=review] .inside-page main .container {
  background: rgba(0, 0, 0, 0.46);
  border-radius: 32px;
  font-family: "Open Sans", sans-serif;
  margin-top: 1rem;
  padding: 32px;
}
body[class*=review] .inside-page main .container .ip-sectionTitle {
  width: 50%;
  padding: 0.5rem;
  text-align: center;
  margin-top: -4.25rem;
}
body[class*=review] .inside-page main .container div[unique_id=xPPgBW66] h2 strong {
  margin-left: 1rem;
}
body[class*=review] .inside-page main .container .IP_PageBuilder_Registration div[unique_id=UJimLg48] {
  display: none;
}
body[class*=review] .inside-page main .container .IP_PageBuilder_Registration a {
  text-decoration: none;
  white-space: nowrap;
}
body[class*=review] .inside-page main .container .IP_PageBuilder_Registration:has(div[unique_id=xPPgBW66]) {
  margin: -2rem auto -3rem;
}
body[class*=review] .inside-page main .container .IP_PageBuilder_Registration:nth-child(odd) {
  background: #fff;
  border-radius: 32px 32px 0 0;
  padding: 1rem 1rem 0;
}
body[class*=review] .inside-page main .container .IP_PageBuilder_Registration:nth-child(even) {
  background: #fff;
  border-radius: 32px 32px 0 0;
  padding: 1rem 1rem 0;
}
body[class*=review] .inside-page main .container .IP_PageBuilder_Registration:has(.ip-buttonBar) {
  border-radius: 0 0 32px 32px;
  margin-top: -1rem;
}
body[class*=review] .inside-page main .container .IP_PageBuilder_Registration:has(.ip-buttonBar) a {
  text-decoration: none;
}
body[class*=review] .inside-page main .container .IP_PageBuilder_Registration:has(.ip-elementEmpty) {
  display: none;
}
body[class*=review] .inside-page main .container .IP_PageBuilder_Registration .row .col-lg-6:first-child div.ip-elm-text.ip-element.form-group {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin-bottom: 0;

}
body[class*=review] .inside-page main .container .IP_PageBuilder_Registration .row .col-lg-6:first-child span.textElement-label.ip-elementContent {
  font-weight: 700;
}
body[class*=review] .inside-page main .container .IP_PageBuilder_Registration .row .col-lg-6:first-child #mMkBoa25 {
  width: 3rem;
}
body[class*=review] .inside-page main form {
  background: #fff;
  margin: 0;
  padding: 0;
}

body[class*=review] .inside-page main .container .IP_PageBuilder_Registration .row .ip-buttonBar {
    margin-left: 1rem;
}

body[class*=review] .inside-page main .container .IP_PageBuilder_Registration .row .ip-buttonBar a[href*="/registrations/payment"] {
  margin-left: 1.25rem;
}
body[class*=review] table.financialSummary {
    width: 100%;
}

body[class*=review] .IP_Messages .message {
  margin: -2rem 0 3.5rem !important;
  box-shadow: unset;
}

body[class*=checkin] .inside-page header,
body[class*=password] .inside-page header {
  order: 0;
  padding: 0;
}
body[class*=checkin] .inside-page main,
body[class*=password] .inside-page main {
  flex: 1 1 auto;
  order: 1;
}

body[class*=exhibitorreg] .eportal header {
  order: 0;
  padding: 0;
}
body[class*=exhibitorreg] .eportal main {
  flex: 1 1 auto;
  order: 1;
}