@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* 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: #fff;
  color: #000;
  line-height: 1.5;
  font-family: "Helvetica Neue", Helvetica, Arial, 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: 18px;
  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;
}
/*  Headings   */
h1, h2, h3, h4, h5, h6 {
  font-family: "Aleo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 1rem;
}

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: #BF1B4F;
  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: #BF1B4F;
  border: 1px solid #BF1B4F;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 5px 25px;
  text-transform: none;
}
.btn:hover, .btn:focus {
  background: rgba(191, 27, 79, 0.8);
  border-color: #BF1B4F;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}

.ip-buttonBar input {
  background: #BF1B4F;
  border: 1px solid #BF1B4F;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 5px 25px;
  text-transform: none;
}
.ip-buttonBar input:hover, .ip-buttonBar input:focus {
  background: rgba(191, 27, 79, 0.8);
  border-color: #BF1B4F;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}
.ip-buttonBar .btn.btn-default {
  background: #BF1B4F;
  border: 1px solid #BF1B4F;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 5px 25px;
  text-transform: none;
}
.ip-buttonBar .btn.btn-default:hover, .ip-buttonBar .btn.btn-default:focus {
  background: rgba(191, 27, 79, 0.8);
  border-color: #BF1B4F;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}
.ip-buttonBar .btn.btn-default.btn-submit, .ip-buttonBar .btn.btn-default.btn-success, .ip-buttonBar .btn.btn-default.btn-add {
  background: #BF1B4F;
  border: 1px solid #BF1B4F;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 5px 25px;
  text-transform: none;
}
.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(191, 27, 79, 0.8);
  border-color: #BF1B4F;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}
.ip-buttonBar .btn.btn-default.btn-cancel, .ip-buttonBar .btn.btn-default.btn-cancel[disabled] {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #BF1B4F;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 5px 20px;
  text-transform: uppercase;
  margin-right: 1rem;
}
.ip-buttonBar .btn.btn-default.btn-cancel:hover, .ip-buttonBar .btn.btn-default.btn-cancel:focus, .ip-buttonBar .btn.btn-default.btn-cancel[disabled]:hover, .ip-buttonBar .btn.btn-default.btn-cancel[disabled]:focus {
  background: transparent;
  border-color: transparent;
  box-shadow: unset;
  color: #BF1B4F;
  text-decoration: underline;
  text-transform: uppercase;
}
.ip-buttonBar .btn.btn-default[disabled], .ip-buttonBar .btn-processing[disabled], .ip-buttonBar .btn-submit[disabled], .ip-buttonBar .btn-success[disabled] {
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 10px;
  color: #999;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 5px 20px;
  text-transform: none;
}
.ip-buttonBar *[disabled]:hover, .ip-buttonBar *[disabled]:focus,
.ip-buttonBar .btn.btn-default[disabled]:hover, .ip-buttonBar .btn.btn-default[disabled]:focus {
  background: transparent !important;
  border: 1px solid transparent !important;
  box-shadow: unset;
  color:  #BF1B4F;
  text-decoration: none;
  text-transform: none;
}

.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%);
}
.IP_PageBuilder_Registration .ip-group-col .ip-elm-textbox {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  width: 88%;
}
.ip-formText {
  border: 1px solid #e1dada;
  color: #222;
  height: 2rem;
  padding: 0.625rem;
  width: 88%;
}

input[name*=writeInResponse],
input[type=text],
input[type=password] {
  background-color: #fff;
  border: 1px solid #e1dada;
  color: #222;
  height: 2rem;
  padding: 0.625rem;
  width: 88%;
}

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"]:before, .ip-elementLabel:has([isrequired="1"]):before,
label[isrequired="1"]:before,
label:has([isrequired="1"]):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 {
  border: 1px solid #e1dada;
  color: #222;
  height: 2rem;
  padding: 0.325rem;
  width: 88%;
}
select.ip-formSelect {
  border: 1px solid #e1dada;
  color: #222;
  height: 2rem;
  padding: 0.325rem;
  width: 77%;
}
select[multiple="1"] {
  min-height: 2rem;
}

/*Reserve for customized styling for the confirmation page*/
/*Reserved for customized contact box on the homepage*/
/*Reserved styling for tables*/
table.financialSummary {
  margin: 0 auto;
}

table.financialSummary tbody {
  /*tr.chargesHeaderRow td  {
    display: none;
  }*/
}
table.financialSummary tbody tr.chargesDescriptionHeaderRow.headerRow td {
  background: #024;
  border: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
table.financialSummary tbody tr.chargesDescriptionHeaderRow.headerRow td strong {
  font-weight: 700;
}
table.financialSummary tbody tr.chargesDescriptionHeaderRow.headerRow td:last-child {
  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;
}
.ui-dialog-content a {
  color: #BF1B4F;
}
.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-bottom: 0.25rem;
  vertical-align: top;
}
.ip-elementPackages .ip-elementPackage label {
  background: #BF1B4F;
  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 {
  list-style: disc;
}

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 {
  display: flex;
  gap: 0.125rem;
  list-style: none;
  margin-top: 0;
  padding: 0.125rem;
}
@media screen and (max-width: 767px) {
  #progressMenu ul {
    flex-direction: column;
  }
}
#progressMenu ul li {
  background: #e9e9ec;
  border-bottom: unset;
  flex-basis: 33.3333333333%;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 10px;
  text-align: center;
  white-space: nowrap;
}
#progressMenu ul li.currentStep {
  background: #AAE6FF;
  color: #000;
}
#progressMenu ul li span {
  color: #000;
  display: inline-flex;
}
#progressMenu ul li span i {
  margin-right: 0.625rem;
}
ul#publicMenu {
  display: grid;
  gap: 0.125rem;
  grid-template-columns: repeat(5, minmax(15%, 1fr));
  list-style: none;
  margin-top: 2rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  ul#publicMenu {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
ul#publicMenu li {
  background: #e9e9ec;
  border-bottom: unset;
  font-size: clamp(0.875rem, 0.5vw, 1.24rem);
  font-weight: 500;
  padding: 5px 10px;
  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: #000;
}
ul#publicMenu li span {
  color: #000;
  display: inline-flex;
}
ul#publicMenu li span i {
  margin-right: 0.625rem;
}

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: #BF1B4F;
  border: 1px solid #BF1B4F;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 5px 25px;
  text-transform: none;
  font-size: 1rem;
}
body[class*=review] h2 a[href*="/index/registrations/"]:hover, body[class*=review] h2 a[href*="/index/registrations/"]:focus {
  background: rgba(191, 27, 79, 0.8);
  border-color: #BF1B4F;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}
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;
}
header .event-info {
  color: #fff;
  text-align: right;
}

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 header img {
  max-width: 50%;
  padding: 1rem;
}
body[class^=index_registrations] .landing_layout-v1 .ip-formText {
  border-radius: 10px;
  position: relative;
}
body[class^=index_registrations] .landing_layout-v1 h2 {
  padding: 1rem;
}
body[class^=index_registrations] .landing_layout-v1 .ip-elm-textbox {
  padding: 0;
}
body[class^=index_registrations] main {
  flex: 12 1 auto;
}
body[class^=index_registrations_], body {
  height: 100%;
}
body[class^=index_registrations_] .ip-element, body .ip-element {
  padding: 5px 15px;
}
body[class^=index_registrations_] .inside-page, body .inside-page {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
}
body[class^=index_registrations_] .inside-page header, body .inside-page header {
  order: 0;
  width: 100%;
}
body[class^=index_registrations_] .inside-page main, body .inside-page main {
  order: 1;
  width: 100%;
}
body[class^=index_registrations_] .inside-page footer, body .inside-page footer {
  order: 3;
  width: 100%;
}
footer {
  background-color: #454955;
  color: #fff;
  padding: 1rem;
  margin-top: 1rem;
  order: 5;
  width: 100%;
}
footer img {
  height: auto;
  max-height: 55px;
  max-width: 100%;
  width: auto;
}
footer ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
  list-style: none !important;
  padding-left: 0;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 991px) {
  footer ul {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 545px) {
    footer ul {
        flex-direction: column;
        text-align: right;
    }
}
footer ul li {
    line-height: 1.6;
    margin-left: 13px;
}
footer ul li a {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  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: left;
  width: 100%;
}
#developmentStatusMessage {
  display: none !important;
}
.ip-elementLabel[isrequired="1"]:before {
  font-size: 1.25rem;
  font-weight: 700;
}
.ip-buttonBar .btn {
  font-size: 1rem;
}
#btn-cancel, .ip-buttonBar .btn.btn-default.btn-cancel {
  background: transparent;
  border-color: transparent;
  color: #BF1B4F;
  text-transform: none;
}
 #btn-cancel:focus, #btn-cancel:hover, .ip-buttonBar .btn.btn-default.btn-cancel:focus, .ip-buttonBar .btn.btn-default.btn-cancel:hover, .ip-buttonBar a.btn.btn-default.btn-cancel.btn-success:hover{
  background: transparent;
  border-color: transparent;
  color: #BF1B4F;
  text-transform: none;
  text-decoration: underline;
}
.ip-buttonBar input:hover, .ip-buttonBar input:focus, .ip-buttonBar input[disabled], .ip-buttonBar .btn.btn-success.btn-processing:hover, .ip-buttonBar .btn.btn-success.btn-processing:focus,
.ip-buttonBar .btn.btn-success.btn-processing[disabled], .ip-buttonBar .btn.btn-default.btn-submit:hover, .ip-buttonBar .btn.btn-default.btn-submit:focus, .ip-buttonBar .btn.btn-default.btn-submit[disabled],
.ip-buttonBar .btn.btn-default.btn-success:hover, .ip-buttonBar .btn.btn-default.btn-success:focus, .ip-buttonBar .btn.btn-default.btn-success[disabled], .ip-buttonBar .btn.btn-default.btn-add:hover,
.ip-buttonBar .btn.btn-default.btn-add:focus, .ip-buttonBar .btn.btn-default.btn-add[disabled] {
  background: #00786e;
  border-color: #00786e;
}
body[class*=exhibitorreg] .eportal header, .inside-page header, .landing_layout-v1 header {
  background: url(https://secure.icmi.com/eventAssets/icmi_2026_260507102452/image/2026-ICMI-contact/ICMI2026_HeroBanner.jpg), #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left;
  background-attachment: scroll;
  aspect-ratio: 22.8/3 auto;
  height: clamp(145px, 2vw, 160px);
  padding: 0 2rem;
}
body[class*=exhibitorreg] .eportal header img, .inside-page header img, .landing_layout-v1 header img {
  aspect-ratio: auto;
  max-width: 100% !important;
  padding: 1.5rem 0 0 !important;
  height: auto;
}
body[class*=exhibitorreg] .eportal header #event-info, .inside-page header #event-info, .landing_layout-v1 header #event-info {
  border-radius: 20px;
  color: #fff;
  margin: 1rem 0 0;
  padding: 0.15rem 1rem;
}
body[class*=exhibitorreg] .eportal header #event-info p, .inside-page header #event-info p, .landing_layout-v1 header #event-info p {
  margin: unset;
}
body[class*=exhibitorreg] .eportal header #event-info p span, .inside-page header #event-info p span, .landing_layout-v1 header #event-info p span {
  display: block;
  font-size: clamp(0.5rem, 3vw, 0.875rem);
  white-space: nowrap;
}
body[class*=exhibitorreg] .eportal header #event-info p span.venue, .inside-page header #event-info p span.venue, .landing_layout-v1 header #event-info p span.venue {
  font-weight: 400;
  white-space: nowrap;
}
body[class*=exhibitorreg] .eportal header #event-info p span.dates, .inside-page header #event-info p span.dates, .landing_layout-v1 header #event-info p span.dates, 
body[class*=exhibitorreg] .eportal header #event-info p span.city, .inside-page header #event-info p span.city, .landing_layout-v1 header #event-info p span.city {
  font-weight: 700;
}
.landing_layout-v1 {
  color: #000;
}
.landing_layout-v1 .ip-formText {
  border-radius: unset !important;
  width: 65%;
}
@media screen and (max-width: 768px) {
  input[type=text] {
    width: 100%;
  }
  select.ip-formSelect {
      width: 94%;
  }
  body[class*=exhibitorreg] .eportal header, .inside-page header, .landing_layout-v1 header {
    aspect-ratio: auto;
  }
  body[class*=exhibitorreg] .eportal header img, .inside-page header img, .landing_layout-v1 header img {
    max-width: 85% !important;
    padding: .5rem 0 0 !important;
  }
  body .inside-page main {
   margin: 0.75rem auto .75rem;
   width: 99%;
  }
  body[class*=exhibitorreg] .eportal header #event-info, .inside-page header #event-info, .landing_layout-v1 header #event-info {
    margin: -1rem 0 0;
  }
  .landing_layout-v1 .ip-formText{
      width: 95%;
  }
  .landing_layout-v1 section {
    margin-bottom: .5rem;
  }
  .landing_layout-v1 section p {
    margin: 0 1rem .75rem;
  }
  .inside-page main .IP_PageBuilder_Registration .form-group {
    padding: 0;
  }
  .inside-page main .IP_PageBuilder_Registration .ip-group-col {
    padding: 0;
    margin: .5rem;
  }
  body[class^=index_registrations_] .ip-element {
    max-width: 95%;
  }
  body[class*=profile] div[unique_id=hQGjol75]:not([style*=none]), body[class*=profile] div[unique_id=ZHNNxB30]:not([style*=none]), body[class*=profile] div[unique_id=UoRmVm94]:not([style*=none]), body[class*=profile] div[unique_id=jVGiOy38]:not([style*=none]), body[class*=profile] div[unique_id=CfDzgj20]:not([style*=none]), body[class*=profile] div[unique_id=BTEnIF14]:not([style*=none]) {
    grid-template: auto / 8.45rem auto !important;
  }
  body[class*=review] .col-lg-6:first-child .ip-elm-text.form-group, body[class*=review] .col-lg-6:first-child .ip-element.form-group:has(table.ip-workshopTable) {
      grid-template: auto / 7.5rem auto !important;
  }
  body[class*=review] .col-lg-6:first-child div#cVxeuM38 {
      grid-template: auto / auto !important;
  }
  .inside-page main .ip-buttonBar a.btn, .inside-page main .ip-buttonBar input.btn {
    display: block;
    margin: .25rem !important;
    width: 100%;
  }
  body[class*=review] h2 a[href*="/index/registrations/"] {
    display: block;
    margin-top: .5rem;
  }
  table.financialSummary {
    width: 90%;
  }
  body[class*=password] input[type=password] {
    width: 100% !important;
  }
}
.landing_layout-v1 main .content {
  margin-top: 1.25rem;
  padding: 1rem 2rem;
}
.landing_layout-v1 main .content h1 {
  color: #024;
  font-size: clamp(1.125rem, 2vw, 2rem);
  font-weight: 700;
}
.landing_layout-v1 main .content h2 {
  color: #024;
  font-size: clamp(1.125rem, 2vw, 2rem);
  font-weight: 700;
  padding: unset;
}
.landing_layout-v1 main .content p {
  font-size: 1rem;
}
.landing_layout-v1 main .content .ip-element.form-group {
  padding: 0;
}
.landing_layout-v1 main .content div.ip-element label.ip-elementLabel, .landing_layout-v1 main .content .IP_PageBuilder_Registration:has(.ip-elementEmpty.form-group), .landing_layout-v1 main .content .ip-buttonBar .btn.btn-cancel  {
  display: none;
}
.landing_layout-v1 main .content .ip-buttonBar {
  align-content: start;
  margin: 1rem 0 0;
}
.landing_layout-v1 main .helpContent {
  margin-top: 1.25rem;
  padding: 1rem 2rem;
}
.landing_layout-v1 main .helpContent h3 {
  color: #024;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  margin: 0;
}
.landing_layout-v1 main .helpContent .help-btn a {
  color: #BF1B4F;
  font-weight: 700;
}
.landing_layout-v1 section {
  order: 3;
  background: #fff;
  color: #000;
}
.landing_layout-v1 section p {
  font-size: 0.775rem;
}
.landing_layout-v1 section hr {
  color: #024;
  border: 1px solid #6363cf;
}
.landing_layout-v1 section a {
  color: #BF1B4F;
  font-weight: 700;
}
.landing_layout-v1 footer {
  margin-top: unset;
}
.inside-page main {
  background: #fff;
  flex: 1 1 auto;
  margin-top:2rem;
}
.inside-page main h1 {
  margin-top: 0.75rem;
  font-size: clamp(1.7rem, 1vw, 2rem);
}
.inside-page main .IP_PageBuilder_Registration:first-child h2 {
  margin-top: 0.75rem;
  font-size: clamp(1.25rem 1vw, 1.5rem);
}
.inside-page main table.helpbox, .inside-page main tbody:has(.reg-help-email) {
  float: right;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .inside-page main table.helpbox, .inside-page main tbody:has(.reg-help-email) {
    display: table;
    float: none;
    margin: 0 auto 1rem;
    width: 100%;
  }
}
.inside-page main table.helpbox td, .inside-page main tbody:has(.reg-help-email) td {
  text-align: center;
}
.inside-page main table.helpbox td h3, .inside-page main tbody:has(.reg-help-email) td h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.inside-page main table.helpbox td p, .inside-page main tbody:has(.reg-help-email) td p {
  margin-bottom: 0.25rem;
}
.inside-page main table.helpbox td a, .inside-page main tbody:has(.reg-help-email) td a {
  color: #BF1B4F;
}
.inside-page main .instant_gratification_confirmation_page {
  margin-top: 2rem;
}
.inside-page main .instant_gratification_confirmation_page .financialSummaryContainer {
    max-width: none !important;
}
.inside-page main .instant_gratification_confirmation_page table.financialSummary {
    max-width: 50%;
    margin: unset;
}
.inside-page main .instant_gratification_confirmation_page table.financialSummary tr.chargesHeaderRow {
    display: none !important;
}
.inside-page main .instant_gratification_confirmation_page table.financialSummary tr.chargesDescriptionHeaderRow.headerRow td {
    color: #FFF !important;
}
.inside-page footer {
  order: 3;
}

body[class*=profile] .iti input {
  width: 100%;
}
body[class*=profile] div[unique_id=hQGjol75]:not([style*=none]), body[class*=profile] div[unique_id=ZHNNxB30]:not([style*=none]), body[class*=profile] div[unique_id=UoRmVm94]:not([style*=none]), body[class*=profile] div[unique_id=jVGiOy38]:not([style*=none]), body[class*=profile] div[unique_id=CfDzgj20]:not([style*=none]), body[class*=profile] div[unique_id=BTEnIF14]:not([style*=none]) {
  display: grid !important;
  grid-template: auto/10.5rem auto;
  margin-bottom: 0;
}
body[class*=profile] div[unique_id=kSzcGc22], body[class*=profile] div[unique_id=BkdsCI98] { flex-direction: column; }
body[class*=profile] label[for=hQGjol75]:before, body[class*=profile] label[for=ZHNNxB30]:before,
body[class*=profile] label[for=UoRmVm94]:before, body[class*=profile] label[for=jVGiOy38]:before,
body[class*=profile] label[for=CfDzgj20]:before, body[class*=profile] label[for=BTEnIF14]:before {
  transform: translateX(-16px) translateY(-10%) !important;
}
body[class*=registration_options] .ip-elementPackages, body[class*="section_1"] .ip-elementPackages {
  gap: 1rem;
}
body[class*=registration_options] .ip-elementPackages .ip-elementPackage, body[class*="section_1"] .ip-elementPackages .ip-elementPackage {
  background: #e9e9ec;
  border-color: #ccc;
  margin: 0;
  padding: 0;
      width: auto;
}
body[class*=registration_options] #ip-workshops-element label, body[class*="section_1"] #ip-workshops-element label {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
body[class*=registration_options] span.ip-workshopTable-header, body[class*="section_1"] span.ip-workshopTable-header {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  margin-top: 0.25rem;
}
body[class*=registration_options] table.ip-elementContentTable tr.waitListCheckbox:has(:empty), body[class*="section_1"] table.ip-elementContentTable tr.waitListCheckbox:has(:empty) {
  display: none;
}
body[class*=registration_options] table.ip-elementContentTable tr td, body[class*="section_1"] table.ip-elementContentTable tr td{
  padding: 0 0 10px 2px;
}
body[class*=registration_options] table.ip-elementContentTable tr td ul, body[class*="section_1"]  table.ip-elementContentTable tr td ul {
  list-style: disc;
  margin-bottom: 10px;
  margin-top: 0;
}
body[class*=registration_options] table.ip-elementContentTable tr td.workshopCheckbox, body[class*="section_1"] table.ip-elementContentTable tr td.workshopCheckbox {
  width: 1.5rem;
}
body[class*=registration_options] div[unique_id=KmBjGm30], body[class*="section_1"] div[unique_id=KmBjGm30] {
  display: flex;
  flex-direction: row-reverse;
  width: fit-content;
}
body[class*=registration_options] div[unique_id=KmBjGm30] input[type=checkbox], body[class*="section_1"]  div[unique_id=KmBjGm30] input[type=checkbox] {
  margin-right: 0.25rem;
}

body[class*=demographics] main .IP_PageBuilder_Registration .ip-element.ip-elementEmpty {
  display: none;
}
body[class*=review] .col-lg-6:first-child .ip-elm-text.form-group,
body[class*=review] .col-lg-6:first-child .ip-element.form-group:has(table.ip-workshopTable) {
  display: grid;
  width: 100%;
  grid-template: auto/10rem auto;
}
body[class*=review] table.ip-workshopTable td.ip-workshopTable-header span.ip-workshopTitle {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  width: 95%;
}
body[class*=review] table.ip-workshopTable td.ip-workshopTable-header span.ip-workshop-startEndTime {
  line-height: 2;
}
body[class*=review] .col-lg-6:nth-child(2) .ip-elm-html.ip-element.form-group {
  padding: 0.75rem 0 0.5rem;
}
body[class*=review] table.financialSummary tbody tr.chargesHeaderRow td {
  display: none;
}
body[class*=review] .IP_PageBuilder_Registration .ip-group-container:last-child .col-lg-6:first-child h3:has(:not(strong)) {
  font-size: 1rem;
}
body[class*=review] a.btn.btn-default.btn-add.btn-success {
  margin-right: 1.125rem;
}
body[class*=payment] .ip-sectionTitle {
  font-family: "Aleo", serif;
  font-size: 1.5rem;
  font-weight: 700;
}
body[class*=payment] table.financialSummary {
  max-width: 65%;
}
body[class*=payment] table.financialSummary tr.chargesHeaderRow {
  display: none;
}
body[class*=payment] #payments-wrapper h3 {
  font-size: 1rem;
}
body[class*=password] input[type="password"] {
    width: 50%;
}
body[class*=password] input[type=submit][style*=width] {
    width: auto !important;
}
body[class*=password] .inside-page main .ip-buttonBar a.ip-cancel-button.btn.btn-default.btn-cancel.btn-success {
    margin-left: .75rem;
}
body[class*=password] .inside-page main .ip-buttonBar a.ip-cancel-button.btn.btn-default.btn-cancel.btn-success:focus, body[class*=password] .inside-page main .ip-buttonBar a.ip-cancel-button.btn.btn-default.btn-cancel.btn-success:hover {
    background: transparent;
    border-color:transparent;
    text-decoration: underline;
}
body[class*=expo] .landing_layout-v1 main ul, body[class*=expo] .landing_layout-v1 main ol {
  list-style: disc;
  margin: 0 0 1rem 1rem;
}
body[class*=expo] .landing_layout-v1 select {
  width: 80%;
}
body[class*=expo] .landing_layout-v1 .welcome_header h2 {
  padding: 1rem 0 0;
}
body[class*=expo] .landing_layout-v1 .helpContent {
  padding: 2rem 1rem;
}
body[class*=expo] .landing_layout-v1 .ip-formText {
  width: 88%;
}
body[class*=expo] .landing_layout-v1 main .content div.ip-element label.ip-elementLabel {
    display: block;
}
/*body[class*=expo] .landing_layout-v1 div[unique_id=WYlOkF13], body[class*=expo] .landing_layout-v1 div[unique_id=UmrgOV17],
body[class*=expo] .landing_layout-v1 div[unique_id=btVubl36], body[class*=expo] .landing_layout-v1 div[unique_id=cwXIWD22] {
  margin-left: -1rem;
}*/
body[class*=expo] .landing_layout-v1 .btn-cancel {
  display: none;
}
body[class*=exhibitorreg] .eportal main {
  background: #fff;
  flex: 1 1 auto;
  order: 1;
}