@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: 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: "open sans", sans-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: #102db4;
  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: #003CB2;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: Open sans, sans-serif;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
}
.btn:hover, .btn:focus {
  background: rgba(0, 60, 178, 0.8);
  border-color: transparent;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.ip-buttonBar input {
  background: #003CB2;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: Open sans, sans-serif;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
}
.ip-buttonBar input:hover, .ip-buttonBar input:focus {
  background: rgba(0, 60, 178, 0.8);
  border-color: transparent;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.ip-buttonBar .btn.btn-default {
  background: #003CB2;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: Open sans, sans-serif;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
}
.ip-buttonBar .btn.btn-default:hover, .ip-buttonBar .btn.btn-default:focus {
  background: rgba(0, 60, 178, 0.8);
  border-color: transparent;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.4);
  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: #003CB2;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: Open sans, sans-serif;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
}
.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(0, 60, 178, 0.8);
  border-color: transparent;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.4);
  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: 10px 20px;
  text-transform: uppercase;
  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;
}
.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: 10px 20px;
  text-transform: uppercase;
}
.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: 60%;
}

.ip-formText {
  border: 1px solid #e1dada;
  color: #222;
  height: 2rem;
  padding: 0.625rem;
  width: 60%;
}

input[name*=writeInResponse], input[type=text], input[type=password] {
  background-color: #fff;
  border: 1px solid #e1dada;
  color: #222;
  height: 2rem;
  padding: 0.625rem;
  width: 60%;
}
@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"]: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.ip-formSelect, select {
  border: 1px solid #e1dada;
  color: #222;
  height: 2rem;
  padding: 0.325rem;
  width: 60%;
}

select[multiple="1"] {
  min-height: 2rem;
}

.questionResponse.questionResponseCheckbox {
  display: inline-flex;
  align-items: start;
  justify-content: space-evenly;
}
.questionResponse.questionResponseCheckbox input[type=checkbox] {
  margin: 4px;
}

/*Reserve for customized styling for the confirmation page*/
/*Reserved for customized contact box on the homepage*/
/*Reserved styling for tables*/
table.financialSummary {
  margin: 0.5rem auto;
  width: fit-content;
}

table.financialSummary tbody tr.chargesHeaderRow td {
  display: none;
}
table.financialSummary tbody tr.chargesDescriptionHeaderRow.headerRow td {
  background: #003CB2;
  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;
}

/**reserve for customized styling for the login box on the homepage**/
.ui-dialog-content a {
  color: #102db4;
  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;
}

/**Reserved for customized styling for the cases when there are multiple registrants**/
.ip-elementPackages {
  display: grid;
  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: #002244;
  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: #222;
  border-bottom: unset;
  flex-basis: 33.3333333333%;
  font-size: 1rem;
  font-weight: 400;
  padding: 1.25rem 0;
  text-align: center;
  white-space: nowrap;
}
#progressMenu ul#progress li.currentStep {
  background: #003CB2;
  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));
  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: #222;
  border-bottom: unset;
  font-size: clamp(0.875rem, 0.5vw, 1.24rem);
  font-weight: 400;
  padding: 1.25rem 0;
  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: #003CB2;
  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: #003CB2;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: Open sans, sans-serif;
  font-weight: 500;
  padding: 10px 20px;
  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(0, 60, 178, 0.8);
  border-color: transparent;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.4);
  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: #ef76b0;
  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 {
    /* Preserve table layout */
    /* Optional: Visual enhancements */
  }
  .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;
  }
}

.ds-page {
  background: #ffffff;
}

.ds-swatch {
  width: 200px;
  height: 200px;
  text-align: center;
  display: inline-block;
  padding-top: 80px;
}
.ds-swatch.ds-bg-primary {
  background-color: #ef76b0;
}
.ds-swatch.ds-bg-primary-dark {
  background-color: #F184B8;
}
.ds-swatch.ds-bg-primary-light {
  background-color: #F9C8DF;
}
.ds-swatch.ds-bg-primary-pale {
  background-color: #FDEAF3;
}
.ds-swatch.ds-bg-primary-ghost {
  background-color: #FEF8FB;
}
.ds-swatch.ds-bg-secondary {
  background-color: #102db4;
}
.ds-swatch.ds-bg-secondary-dark {
  background-color: #2842BC;
}
.ds-swatch.ds-bg-secondary-light {
  background-color: #9FABE1;
}
.ds-swatch.ds-bg-secondary-pale {
  background-color: #DBE0F4;
}
.ds-swatch.ds-bg-secondary-ghost {
  background-color: #F3F5FB;
}
.ds-swatch.ds-bg-accent {
  background-color: #01bafa;
}
.ds-swatch.ds-bg-accent-dark {
  background-color: #1AC1FB;
}
.ds-swatch.ds-bg-accent-light {
  background-color: #99E3FD;
}
.ds-swatch.ds-bg-accent-pale {
  background-color: #D9F5FE;
}
.ds-swatch.ds-bg-accent-ghost {
  background-color: #F2FCFF;
}
.ds-swatch.ds-bg-gray {
  background-color: #222;
}
.ds-swatch.ds-bg-gray-dark {
  background-color: #383838;
}
.ds-swatch.ds-bg-gray-light {
  background-color: #A7A7A7;
}
.ds-swatch.ds-bg-gray-pale {
  background-color: #DEDEDE;
}
.ds-swatch.ds-bg-gray-ghost {
  background-color: #F4F4F4;
}
.ds-swatch.ds-bg-text {
  background-color: #222;
}
.ds-swatch .ds-swatch__info {
  color: #ffffff;
}

.primary-btn .ip-buttonBar .btn {
  background: #003CB2;
  border: 1px solid transparent;
  border-radius: 40px;
  color: #000;
  cursor: pointer;
  font-family: "open sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.primary-btn .ip-buttonBar .btn.btn-default.btn-cancel {
  background: transparent;
  border: 1px solid transparent;
  border-radius: unset;
  color: #000;
  cursor: pointer;
  font-family: "open sans", sans-serif;
  font-weight: 700;
}
.primary-btn .ip-buttonBar .btn.btn-default.btn-cancel:hover, .primary-btn .ip-buttonBar .btn.btn-default.btn-cancel:focus {
  background: transparent !important;
  border-color: transparent;
  box-shadow: unset;
  color: #000;
}
.primary-btn .ip-buttonBar .btn.btn-default.btn-submit {
  background: #003CB2;
  border: 1px solid transparent;
  border-radius: unset;
  color: #fff;
  cursor: pointer;
  font-family: "open sans", sans-serif;
}
.primary-btn .ip-buttonBar .btn.btn-default.btn-submit:hover, .primary-btn .ip-buttonBar .btn.btn-default.btn-submit:focus {
  background: rgba(0, 60, 178, 0.8);
  border-color: transparent;
  box-shadow: unset;
  color: #fff;
}
.primary-btn .ip-buttonBar .btn.btn-default.btn-success {
  background: #003CB2;
  border: 1px solid transparent;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-family: "open sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.primary-btn .ip-buttonBar .btn.btn-default.btn-success:hover, .primary-btn .ip-buttonBar .btn.btn-default.btn-success:focus {
  background: rgba(0, 60, 178, 0.8);
  border-color: transparent;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.primary-btn .ip-buttonBar .btn.btn-default.btn-add {
  background: #003CB2;
  border: 1px solid transparent;
  border-radius: unset;
  color: #fff;
  cursor: pointer;
  font-family: "open sans", sans-serif;
  font-weight: 500;
}
.primary-btn .ip-buttonBar .btn.btn-default.btn-add:hover, .primary-btn .ip-buttonBar .btn.btn-default.btn-add:focus {
  background: rgba(0, 60, 178, 0.8);
  border-color: transparent;
  box-shadow: unset;
  color: #fff;
}
.primary-btn .ip-buttonBar .btn:hover, .primary-btn .ip-buttonBar .btn:focus {
  background: rgba(0, 60, 178, 0.8);
  border-color: transparent;
  box-shadow: unset;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.secondary-btn .ip-buttonBar .btn {
  background: #102db4;
  border: 1px solid #102db4;
  border-radius: unset;
  color: #fff;
  cursor: pointer;
  font-family: "open sans", sans-serif;
}
.secondary-btn .ip-buttonBar .btn.btn-default.btn-cancel {
  background: transparent;
  border: 1px solid transparent;
  border-radius: unset;
  color: #000;
  cursor: pointer;
  font-family: "open sans", sans-serif;
  font-weight: 700;
}
.secondary-btn .ip-buttonBar .btn.btn-default.btn-cancel:hover, .secondary-btn .ip-buttonBar .btn.btn-default.btn-cancel:focus {
  background: transparent !important;
  border-color: transparent;
  box-shadow: unset;
  color: #000;
}
.secondary-btn .ip-buttonBar .btn.btn-default.btn-submit {
  background: #102db4;
  border: 1px solid #102db4;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  font-family: "open sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.secondary-btn .ip-buttonBar .btn.btn-default.btn-submit:hover, .secondary-btn .ip-buttonBar .btn.btn-default.btn-submit:focus {
  background: rgba(16, 45, 180, 0.8);
  border-color: #102db4;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.secondary-btn .ip-buttonBar .btn.btn-default.btn-success {
  background: #102db4;
  border: 1px solid #102db4;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
  font-family: "open sans", sans-serif;
  font-weight: 500;
}
.secondary-btn .ip-buttonBar .btn.btn-default.btn-success:hover, .secondary-btn .ip-buttonBar .btn.btn-default.btn-success:focus {
  background: rgba(16, 45, 180, 0.8);
  border-color: #102db4;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.4);
  color: #000;
}
.secondary-btn .ip-buttonBar .btn.btn-default.btn-add {
  background: #102db4;
  border: 1px solid #01bafa;
  border-radius: 10px;
  color: #000;
  cursor: pointer;
  font-family: "open sans", sans-serif;
  font-weight: 500;
}
.secondary-btn .ip-buttonBar .btn.btn-default.btn-add:hover, .secondary-btn .ip-buttonBar .btn.btn-default.btn-add:focus {
  background: rgba(16, 45, 180, 0.8);
  border-color: #01bafa;
  box-shadow: unset;
  color: #000;
}
.secondary-btn .ip-buttonBar .btn:hover, .secondary-btn .ip-buttonBar .btn:focus {
  background: rgba(16, 45, 180, 0.8);
  border-color: #102db4;
  box-shadow: unset;
  color: #fff;
}

.accent-btn .ip-buttonBar .btn {
  background: #01bafa;
  border: 1px solid #01bafa;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  font-family: "open sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.accent-btn .ip-buttonBar .btn.btn-default.btn-cancel {
  background: transparent;
  border: 1px solid transparent;
  border-radius: unset;
  color: #000;
  cursor: pointer;
  font-family: "open sans", sans-serif;
  font-weight: 700;
}
.accent-btn .ip-buttonBar .btn.btn-default.btn-cancel:hover, .accent-btn .ip-buttonBar .btn.btn-default.btn-cancel:focus {
  background: transparent !important;
  border-color: transparent;
  box-shadow: unset;
  color: #000;
}
.accent-btn .ip-buttonBar .btn.btn-default.btn-submit {
  background: #01bafa;
  border: 1px solid #01bafa;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: Open sans, sans-serif;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
}
.accent-btn .ip-buttonBar .btn.btn-default.btn-submit:hover, .accent-btn .ip-buttonBar .btn.btn-default.btn-submit:focus {
  background: rgba(1, 186, 250, 0.8);
  border-color: #01bafa;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.accent-btn .ip-buttonBar .btn.btn-default.btn-success {
  background: #01bafa;
  border: 1px solid #01bafa;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
  font-family: "open sans", sans-serif;
  font-weight: 500;
}
.accent-btn .ip-buttonBar .btn.btn-default.btn-success:hover, .accent-btn .ip-buttonBar .btn.btn-default.btn-success:focus {
  background: rgba(1, 186, 250, 0.8);
  border-color: #01bafa;
  box-shadow: unset;
  color: #000;
}
.accent-btn .ip-buttonBar .btn.btn-default.btn-add {
  background: #01bafa;
  border: 1px solid #01bafa;
  border-radius: 10px;
  color: #000;
  cursor: pointer;
  font-family: "open sans", sans-serif;
  font-weight: 900;
}
.accent-btn .ip-buttonBar .btn.btn-default.btn-add:hover, .accent-btn .ip-buttonBar .btn.btn-default.btn-add:focus {
  background: rgba(1, 186, 250, 0.8);
  border-color: #01bafa;
  box-shadow: unset;
  color: #000;
}
.accent-btn .ip-buttonBar .btn:hover, .accent-btn .ip-buttonBar .btn:focus {
  background: rgba(1, 186, 250, 0.8);
  border-color: #01bafa;
  box-shadow: unset;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

header {
  padding: 4rem;
}

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[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:not(:last-child):after {
  content: "|";
}
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: 60%;
}

body ul {
  list-style-type: disc;
}

body[class^=index_registrations_] .btn-processing[disabled], body .btn-processing[disabled] {
  background-color: #ef76b0;
  color: #fff;
}
body[class^=index_registrations_] .landing_layout-v1, body .landing_layout-v1 {
  background-image: url(https://staging.ev2.informa.com/eventAssets/stgev2_STGCMHC26_260220061730/image/CMHC26-bg.jpg);
  background-size: cover;
  background-position-y: 45%;
}
@media screen and (max-width: 767px) {
  body[class^=index_registrations_] .landing_layout-v1 header, body .landing_layout-v1 header {
    padding: 1.5rem;
    text-align: center;
  }
}
body[class^=index_registrations_] .landing_layout-v1 header img, body .landing_layout-v1 header img {
  max-width: 100%;
}
body[class^=index_registrations_] .landing_layout-v1 header #tagline, body .landing_layout-v1 header #tagline {
  color: #fff;
  line-height: 1.75;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  body[class^=index_registrations_] .landing_layout-v1 header #tagline, body .landing_layout-v1 header #tagline {
    text-align: center;
  }
}
body[class^=index_registrations_] .landing_layout-v1 header h1, body .landing_layout-v1 header h1 {
  font-size: 1.5rem;
  font-weight: 500;
}
body[class^=index_registrations_] .landing_layout-v1 header p, body .landing_layout-v1 header p {
  color: #fff;
}
body[class^=index_registrations_] .landing_layout-v1 main, body .landing_layout-v1 main {
  padding: 20px 40px;
}
body[class^=index_registrations_] .landing_layout-v1 main p, body .landing_layout-v1 main p {
  color: #fff;
  font-family: "open sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
body[class^=index_registrations_] .landing_layout-v1 main p .venue, body[class^=index_registrations_] .landing_layout-v1 main p .city, body .landing_layout-v1 main p .venue, body .landing_layout-v1 main p .city {
  font-style: italic;
}
body[class^=index_registrations_] .landing_layout-v1 main p .city, body .landing_layout-v1 main p .city {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  body[class^=index_registrations_] .landing_layout-v1 main p, body .landing_layout-v1 main p {
    font-size: 1.125rem;
    text-align: center;
  }
}
body[class^=index_registrations_] .landing_layout-v1 main h2, body .landing_layout-v1 main h2 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  margin-top: 1.5rem;
}
body[class^=index_registrations_] .landing_layout-v1 main h2 span, body .landing_layout-v1 main h2 span {
  font-family: "Aleo", serif;
  font-style: italic;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  body[class^=index_registrations_] .landing_layout-v1 main h2, body .landing_layout-v1 main h2 {
    font-size: 1.125rem;
    text-align: center;
  }
}
body[class^=index_registrations_] .landing_layout-v1 main .login-box, body .landing_layout-v1 main .login-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 0.5rem;
  max-width: 76%;
  margin-left: 25%;
  max-height: fit-content;
}
@media screen and (max-width: 767px) {
  body[class^=index_registrations_] .landing_layout-v1 main .login-box, body .landing_layout-v1 main .login-box {
    max-width: 100%;
    margin-left: 0;
    max-height: inherit;
  }
}
body[class^=index_registrations_] .landing_layout-v1 main .login-box p, body .landing_layout-v1 main .login-box p {
  color: #000;
  font-size: 1rem;
}
body[class^=index_registrations_] .landing_layout-v1 main .login-box h3, body .landing_layout-v1 main .login-box h3 {
  color: #071119;
  font-size: 2rem;
  font-family: "Aleo", serif;
}
body[class^=index_registrations_] .landing_layout-v1 main .login-box .ip-element, body .landing_layout-v1 main .login-box .ip-element {
  padding: 0;
}
body[class^=index_registrations_] .landing_layout-v1 main .login-box .ip-elm-textbox, body .landing_layout-v1 main .login-box .ip-elm-textbox {
  width: 100%;
}
body[class^=index_registrations_] .landing_layout-v1 main .login-box label, body .landing_layout-v1 main .login-box label {
  margin-left: 1rem;
  font-weight: 700;
}
body[class^=index_registrations_] .landing_layout-v1 main a.btn-cancel, body .landing_layout-v1 main a.btn-cancel {
  display: none;
}
body[class^=index_registrations_] .landing_layout-v1 .email-disclaimer, body .landing_layout-v1 .email-disclaimer {
  background-color: #fff;
  padding: 0.5rem;
}
body[class^=index_registrations_] .landing_layout-v1 .email-disclaimer a, body .landing_layout-v1 .email-disclaimer a {
  color: #102db4;
}
body[class^=index_registrations_] .landing_layout-v1 .email-disclaimer p, body .landing_layout-v1 .email-disclaimer p {
  font-size: 0.875rem;
}
body[class^=index_registrations_] .inside-page header, body .inside-page header {
  background-image: url(https://staging.ev2.informa.com/eventAssets/stgev2_STGCMHC26_260220061730/image/CMHC-26-Inner-Bg.jpg);
  background-size: cover;
  background-position-y: 64%;
  background-color: #102db4;
  color: #fff;
}
body[class^=index_registrations_] .inside-page header p, body .inside-page header p {
  font-size: 1.5rem;
  font-weight: 900;
}
body[class^=index_registrations_] .inside-page header p .venue, body[class^=index_registrations_] .inside-page header p .city, body .inside-page header p .venue, body .inside-page header p .city {
  font-style: italic;
}
body[class^=index_registrations_] .inside-page header p .dates, body .inside-page header p .dates {
  font-family: "Aleo", serif;
}
body[class^=index_registrations_] .inside-page header h2, body .inside-page header h2 {
  font-size: 1.125rem;
  font-style: italic;
}
body[class^=index_registrations_] .inside-page main, body .inside-page main {
  padding: 20px 40px;
}
body[class^=index_registrations_] .inside-page main .inside-form, body .inside-page main .inside-form {
  background-color: #fff;
}
body[class^=index_registrations_] .inside-page .ip-buttonBar a, body .inside-page .ip-buttonBar a {
  color: #fff;
}
body[class^=index_registrations_] footer, body footer {
  font-size: 1rem;
}
body[class^=index_registrations_] footer ul li:not(:last-child):after, body footer ul li:not(:last-child):after {
  content: "";
}
body[class^=index_registrations_] footer ul a, body footer ul a {
  color: #fff;
}
body[class^=index_registrations_] input[type=text], body input[type=text] {
  width: 100%;
}
body[class^=index_registrations_] a, body a {
  color: #102db4;
}
body[class^=index_registrations_] .ip-element, body .ip-element {
  padding: 5px 0;
}
body[class^=index_registrations_] .btn, body .btn {
  border-radius: 15px;
}
body[class^=index_registrations_] .btn-submit, body .btn-submit {
  width: fit-content !important;
}

.eportal #publicMenu {
  grid-template-columns: repeat(3, minmax(15%, 1fr));
}

.index_registrations_review table.financialSummary {
  width: stretch;
}

/*# sourceMappingURL=CMHC-26.css.map */
