@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&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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: linear-gradient(90deg, #002244, #003cb2);
  box-sizing: border-box;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  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, sans-serif;
  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: #28B4ff;
  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-size: inherit;
  line-height: inherit;
}

.ip-buttonBar .btn {
  background: #ff547c;
  border: 1px solid #BF1B4f;
  color: #000;
  cursor: pointer;
  font-family: Aleo, sans-serif;
  font-weight: 900;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease 0.4s;
}
.ip-buttonBar .btn.btn-default.btn-cancel, .ip-buttonBar .btn.btn-default[disabled], .ui-dialog-content a.btn-cancel {
  background: transparent;
  border: 1px solid transparent;
  color: #000;
  cursor: pointer;
  font-family: Aleo, sans-serif;
  font-weight: 900;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: all ease 0.4s;
  margin-right: 1rem;
}
.ip-buttonBar .btn.btn-default.btn-cancel:hover, .ip-buttonBar .btn.btn-default[disabled]:hover, .ui-dialog-content a.btn-cancel:hover {
  background: transparent;
  border: none;
  box-shadow: unset;
  color: #000;
  text-decoration: underline;
  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 #BF1B4f;
  color: #000;
  cursor: pointer;
  font-family: Aleo, sans-serif;
  font-weight: 900;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease 0.4s;
}
.ip-buttonBar .btn.btn-default.btn-submit:hover, .ip-buttonBar .btn.btn-default.btn-success:hover, .ip-buttonBar .btn.btn-default.btn-add:hover {
  background: rgba(255, 84, 124, 0.8);
  border: none;
  color: #fff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
  text-transform: uppercase;
}
.ip-buttonBar .btn:hover {
  background: rgba(255, 84, 124, 0.8);
  border: none;
  color: #fff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
  text-transform: uppercase;
}

.btn {
  background: #ff547c;
  border: 1px solid #BF1B4f;
  color: #000;
  cursor: pointer;
  font-family: Aleo, sans-serif;
  font-weight: 900;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease 0.4s;
}
.btn:hover {
  background: rgba(255, 84, 124, 0.8);
  border: none;
  color: #fff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.4);
  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-buttonBar input {
  background: #ff547c;
  border: 1px solid #BF1B4f;
  color: #000;
  cursor: pointer;
  padding: 10px 40px;
  transition: all ease 0.4s;
}
.ip-buttonBar input:hover {
  background: rgba(255, 84, 124, 0.8);
  border: none;
  color: #fff;
}
.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;
}
.ip-formText {
  width: 100%;
  height: 2rem;
  color: #111;
  border: 0.0625rem solid #e1dada;
  padding: 0.625rem;
}
input[name*=writeInResponse], input[type=text], input[type=password] {
  background-color: #fff;
  border: 0.0625rem solid #e1dada;
  color: #111;
  height: 2rem;
  padding: 0.625rem;
  width: 75%;
}
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: 0.0625rem solid #e1dada;
  color: #222;
  height: 2rem;
  padding: 0.325rem;
  width: 75%;
}
select.ip-formSelect {
  border: 0.0625rem solid #e1dada;
  color: #222;
  height: 2rem;
  padding: 0.325rem;
  width: 75%;
}
select[multiple="1"] {
  min-height: 2rem;
}
table.financialSummary {
    max-width: 50%;
}
/*body[class*=payment] table.financialSummary, 
body[class*=review] table.financialSummary {
    max-width: 75%;
}*/
table.financialSummary tbody tr.chargesHeaderRow td {
  background: #003cb2;
  border: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
table.financialSummary tbody tr.chargesDescriptionHeaderRow.headerRow td {
  border: 0;
}
table.financialSummary tbody tr.chargesDescriptionHeaderRow.headerRow td:last-child {
  text-align: right;
}
table.financialSummary tbody tr.chargeRow td:last-child,
table.financialSummary tbody tr.subtotalRow td:last-child {
  text-align: right;
}
.ui-dialog-content a {
  color: #6363cf;
}
.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 {
    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: #ff547c;
  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;
}
#progressMenu ul {
  display: flex;
  gap: 0.125rem;
  list-style: none;
  margin-top: 2rem;
  padding: 0.125rem;
}
@media screen and (max-width: 767px) {
  #progressMenu ul {
    flex-direction: column;
  }
}
#progressMenu ul li {
  background: #024;
  border-bottom: unset;
  flex-basis: 33.3333333333%;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1.25rem 0;
  text-align: center;
}
#progressMenu ul li.currentStep {
  background: #ff547c;
  color: #fff;
}
#progressMenu ul li span {
  color: #fff;
  display: inline-flex;
}
#progressMenu ul li span i {
  margin-right: 0.625rem;
}
ul#publicMenu {
  display: grid;
  gap: 0.125rem;
  grid-template-columns: repeat(auto-fit, 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: #024;
  border-bottom: unset;
  font-size: clamp(0.875rem, 0.5vw, 1.24rem);
  font-weight: 700;
  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: #ff547c;
  color: #fff;
}
ul#publicMenu li span {
  color: #fff;
  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/"], body[class*=section_25] .eportal main .ip-buttonBar a {
  background: #ff547c;
  border: 1px solid #BF1B4f;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  font-family: Aleo, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease 0.4s;
  white-space: nowrap;
}
@media screen and (max-width: 560px){
    body[class*=review] h2 a[href*="/index/registrations/"], body[class*=section_25] .eportal main .ip-buttonBar a {
        font-size: .75rem;
        padding: 10px 20px;
    }
    body[class*=review] input[value*=Code], body[class*=review] input[value*=code] {
    font-size: .75rem;
    padding: 10px 20px;
}
}
body[class*=review] h2 a[href*="/index/registrations/"]:hover, body[class*=section_25] .eportal main .ip-buttonBar a:hover {
  background: rgba(255, 84, 124, 0.8);
  border: none;
  color: #fff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
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*=review] main .ip-buttonBar a.btn.btn-default.btn-add[href*="/groupInfo/"] {
    margin: 0 1rem;
}
body[class*=review] img[src*="famfamfam/delete"] {
  aspect-ratio: auto;
  display: block;
  filter: saturate(2);
  height: clamp(1rem, 1vh, 1.25rem);
  max-width: clamp(1rem, 1vw, 1.25rem);
}
header {
  padding: 0;
}
header .event-info {
  color: #fff;
  text-align: right;
}
body[class^=index_registrations] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 101%;
}
body[class^=index_registrations] .landing_layout-v1 {
  border-radius: 20px;
  margin-top: 4rem;
  padding: 8rem;
}
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;
}
footer {
  background-color: #454955;
  color: #fff;
  padding: 1rem;
  margin-bottom: -1.55rem;
  order: 5;
  width: 100%;
}
footer img {
  max-width: 11.25rem !important;
  min-width: 160px;
}
footer ul {
  display: grid;
  float: right;
  grid-template: auto/auto auto auto auto;
  gap: 5px;
  list-style: none;
  padding-left: 0;
  text-align: right;
  width: 101%;
}
@media screen and (max-width: 991px) {
  footer ul {
    grid-template: auto/auto auto;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  footer ul {
    grid-template: auto/auto;
    text-align: right;
  }
}
footer ul li a {
  color: #fff;
  font-size: 100%;
  text-decoration: none;
}
footer ul li a:focus,
footer ul li a:hover {
  color: #fff;
}
footer p {
  text-align: right;
}
footer .copyright {
  border-top: 2px solid #fff;
  color: #fff;
  clear: both;
  display: block;
  margin-top: 1.2em;
  padding-top: 1.2em;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  width: 100%;
}

#developmentStatusMessage {
  display: none !important;
}

.ip-elementLabel[isrequired="1"]:before {
  font-size: 1.5rem;
  font-weight: 700;
}

.btn, .btn .btn-default, .btn .btn-default .btn-add, .btn .btn-default .btn-submit {
  background: #ff547c;
  border: 1px solid #BF1B4f;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  font-family: Aleo, sans-serif;
  font-weight: 900;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease 0.4s;
}
.btn:hover, .btn .btn-default:hover, .btn .btn-default .btn-add:hover, .btn .btn-default .btn-submit:hover {
  background: rgba(255, 84, 124, 0.8);
  border: none;
  color: #fff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
  text-transform: uppercase;
}

body[class^=index_registrations]:has(.landing_layout-v1) {
  background: url(https://painweek.informaconnect.com/eventAssets/painwk_2026_260331154736/image/2026-PainWeek/PainWeek2026-landingBG.jpg), linear-gradient(90deg, #002244, #003cb2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}
body[class^=index_registrations] .landing_layout-v1 {
  border-radius: 0;
  color: #000;
  display: flex;
  flex-direction: column;
  margin-top: unset;
  min-height: 100vh;
  min-height: 100svh;
  padding: unset;
}
body[class^=index_registrations] .landing_layout-v1 .col-xs-9.col-xs-push-1{
    margin-left: 4%;
}
body[class^=index_registrations] .landing_layout-v1 .ip-formText {
  border-radius: unset;
}
body[class^=index_registrations] .landing_layout-v1 header img {
  margin-left: -2.5rem;
  max-width: 50%;
  padding: 0;
}
body[class^=index_registrations] .landing_layout-v1 header {
  order: 0;
  padding: 0 2rem;
  width: 100%;
}
body[class^=index_registrations] .landing_layout-v1 main {
  order: 1;
  width: 100%;
}
body[class^=index_registrations] .landing_layout-v1 main .textWrap {
  white-space: nowrap;
}
body[class^=index_registrations] .landing_layout-v1 main div.col-xs-12:has(h1) {
    margin-left: -2rem;
}
body[class^=index_registrations] .landing_layout-v1 main div.col-xs-12:has(img) img {
  margin-left: 2rem;
  width: 110px;
}
@media screen and (max-width: 767px) {
  body[class^=index_registrations] .landing_layout-v1 main div.col-xs-12:has(img) img {
    margin-bottom: 0.5rem;
    margin-left: 0;
    width: 70px;
  }
}
body[class^=index_registrations] .landing_layout-v1 main h1 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 3vw, 3rem);
}
body[class^=index_registrations] .landing_layout-v1 main h2 {
  color: #fff;
  font-size: clamp(0.75rem, 1.75vw, 1.58rem);
  font-weight: 500;
  line-height: 1;
  padding: unset;
}
body[class^=index_registrations] .landing_layout-v1 main h3 {
  color: #fff;
  font-family: Aleo, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
body[class^=index_registrations] .landing_layout-v1 main h3 span.date {
  font-size: clamp(1.3rem, 3vw, 2.15rem);
}
body[class^=index_registrations] .landing_layout-v1 main h3 span.location {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: clamp(0.7rem, 1.75vw, 1.152rem);
  margin-left: 0.125rem;
}
body[class^=index_registrations] .landing_layout-v1 main h3 span.pre-event {
  font-weight: 500;
  font-size: clamp(0.78rem, 1.55vw, 1.27rem);
  margin-left: 0.125rem;
}
body[class^=index_registrations] .landing_layout-v1 main .side-side {
  display: grid;
  gap: 1rem;
  grid-template: auto/calc(100% - 150px) 150px;
  margin-bottom: 1rem;
  width: fit-content;
}
body[class^=index_registrations] .landing_layout-v1 main .login-box {
  background: #fff;
  border-radius: 20px;
  float: right;
  margin-bottom: 2rem;
  margin-right: -1rem;
  max-width: 26rem;
  padding: 1.5rem 1rem 1.25rem;
  width: fit-content;
}
@media screen and (min-width: 1600px) {
    body[class^=index_registrations] .landing_layout-v1 main .login-box {
        float:left;
    }
}
body[class^=index_registrations] .landing_layout-v1 main .login-box .ip-element.form-group {
  padding: 0;
}
body[class^=index_registrations] .landing_layout-v1 main .login-box h3 {
  color: #024;
  font-family: Aleo, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
body[class^=index_registrations] .landing_layout-v1 main .login-box p {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
body[class^=index_registrations] .landing_layout-v1 main .login-box input[type=text]{
    width: 80%;
}
body[class^=index_registrations] .landing_layout-v1 main .login-box div.ip-element label.ip-elementLabel {
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 1rem;
  line-height: 1.75;
}
body[class^=index_registrations] .landing_layout-v1 main .login-box .ip-buttonBar {
  align-content: start;
  margin: 1rem 0 0;
}
body[class^=index_registrations] .landing_layout-v1 main .login-box .ip-buttonBar .btn.btn-cancel {
  display: none;
}
body[class^=index_registrations] .landing_layout-v1 main .login-box .ip-buttonBar .btn.btn-submit,
body[class^=index_registrations] .landing_layout-v1 main .login-box .ip-buttonBar .btn.btn-processing {
  font-size: 1.25rem;
  padding: 0.2rem 2rem;
}
body[class^=index_registrations] .landing_layout-v1 main .login-box .IP_PageBuilder_Registration:has(.ip-elementEmpty.form-group) {
  display: none;
}
body[class^=index_registrations] .inside-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
}
body[class^=index_registrations] .inside-page .IP_PageBuilder_Registration li {
    list-style: disc;
}
body[class^=index_registrations] .inside-page header {
  background: url(https://painweek.informaconnect.com/eventAssets/painwk_2026_260331154736/image/2026-PainWeek/PainWeek2026--insideBG.jpg), linear-gradient(90deg, #002244, #003cb2);
  background-repeat: no-repeat;
  background-size: 100% 170%;
  background-position: top center;
  order: 0;
  padding: 0;
  width: 100%;
}
body[class^=index_registrations] .inside-page header img {
  border: 0;
}
body[class^=index_registrations] .inside-page header p {
  text-align: right;
}
body[class^=index_registrations] .inside-page header p span {
  color: #fff;
  font-family: Aleo, sans-serif;
  font-weight: 700;
}
body[class^=index_registrations] .inside-page header p span.dates {
  display: block;
  font-size: 2rem;
  margin-top: 2rem;
  text-transform: uppercase;
  width: 100%;
}
body[class^=index_registrations] .inside-page header p span.venue {
  font-size: 1.17rem;
  text-transform: uppercase;
}
body[class^=index_registrations] .inside-page header p span.city {
  display: block;
  font-size: clamp(0.98rem, 1.5vw, 1.07rem);
  font-style: italic;
}
body[class^=index_registrations] .inside-page main {
  background: #fff;
  margin-bottom: -1rem;
  order: 1;
  width: 100%;
}
body[class^=index_registrations] .inside-page main label[for=GhNxPX00]:before {
  top: 24%;
}
body[class^=index_registrations] .inside-page main #MultipleRegList .ip-sectionTitle {
  color: #ff547c;
  font-family: Aleo, sans-serif;
  font-size: clamp(0.98rem, 2.56vw, 1.58rem);
  font-weight: 700;
  margin-top: 2rem;
}
body[class^=index_registrations] .belowFold {
  background: #fff;
  margin-bottom: 0;
  order: 2;
  width: 100%;
}
/*
@media screen and (min-height: 1340px) and (orientation: portrait){
    body[class^=index_registrations] .belowFold {
      bottom: 0;
      position: fixed;
    }
}
@media screen and (min-width: 768px) and (min-height: 740px) {
    body[class^=index_registrations] .belowFold {
      bottom: 0;
      position: fixed;
    }
}*/
body[class^=index_registrations] section {
  background: #fff;
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  height: fit-content;
  margin-bottom: -1rem;
  order: 3;
  padding: 1.5rem 2.5rem 0.5rem 0;
}
body[class^=index_registrations] section p {
  font-family: Open Sans, sans-serif;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  margin: -0.5rem 0 1rem 0.125rem;
}
body[class^=index_registrations] section a {
  font-weight: 700;
}
body[class^=index_registrations] footer .col-xs-12.col-sm-9 {
    padding-right: 2rem;
}
body[class^=index_registrations] footer img {
  margin-left: -1.7rem;
  max-width: 225px;
  padding: 1rem 1rem 1rem 0;
  width: auto;
}
body[class^=index_registrations] footer ul li:not(:last-child):after {
  content: unset;
}
body[class*=profile] .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 80%;
}
body[class*=profile] div[unique_id=OgsVML95]:not([style*=none]), body[class*=profile] div[unique_id=RkEcmT01]:not([style*=none]), body[class*=profile] div[unique_id=YMHALB09]:not([style*=none]), 
body[class*=profile] div[unique_id=PmLvSM32]:not([style*=none]), body[class*=profile] div[unique_id=brjKsl73]:not([style*=none]), body[class*=profile] div[unique_id=yXYhyY64]:not([style*=none]) {
  display: grid !important;
  grid-template: auto/11.5rem auto;
  margin-bottom: 0;
}
body[class*=profile] input[linktolabelfor="DtylpP53"] {
    margin-right: .5rem;
}
body[class*=packages] main select {
    width: 50%;
}
body[class*=packages] main form .element-SingleAncillaryPackage {
    margin-bottom: -1.25rem;
}
body[class*=packages] main form .element-SingleAncillaryPackage .ancillaryPackageName {
    margin-left: 1.25rem;
}
body[class*=packages] main form .element-SingleAncillaryPackage input#JfgHqg97 {
    position: relative;
    top: -1.35rem;
}
body[class*=confirmation] .inside-page, body[class*=checkin] .inside-page, body[class*=password] .inside-page, body:not([class]) .inside-page {
  width: 100%;
}
body[class*=confirmation] .inside-page header, body[class*=checkin] .inside-page header, body[class*=password] .inside-page header, body:not([class]) .inside-page  header {
  background: url(https://painweek.informaconnect.com/eventAssets/painwk_2026_260331154736/image/2026-PainWeek/PainWeek2026--insideBG.jpg), linear-gradient(90deg, #002244, #003cb2);
  background-repeat: no-repeat;
  background-size: 100% 170%;
  background-position: top center;
  padding: 0;
}
body[class*=confirmation] .inside-page header img, body[class*=checkin] .inside-page header img, body[class*=password] .inside-page header img {
  border: 0;
}
body[class*=confirmation] .inside-page header p, body[class*=checkin] .inside-page header p, body[class*=password] .inside-page header p, body:not([class]) .inside-page header p {
  text-align: right;
}
body[class*=confirmation] .inside-page header p span, body[class*=checkin] .inside-page header p span, body[class*=password] .inside-page header p span, body:not([class]) .inside-page header p span {
  color: #fff;
  font-family: Aleo, sans-serif;
  font-weight: 700;
}
body[class*=confirmation] .inside-page header p span.dates, body[class*=checkin] .inside-page header p span.dates, body[class*=password] .inside-page header p span.dates, body:not([class]) .inside-page header p span.dates {
  display: block;
  font-size: 2rem;
  margin-top: 2rem;
  text-transform: uppercase;
  width: 100%;
}
body[class*=confirmation] .inside-page header p span.venue, body[class*=checkin] .inside-page header p span.venue, body[class*=password] .inside-page header p span.venue, body:not([class]) .inside-page header p span.venue {
  font-size: 1.17rem;
  text-transform: uppercase;
}
body[class*=confirmation] .inside-page header p span.city, body[class*=checkin] .inside-page header p span.city, body[class*=password] .inside-page header p span.city, body:not([class]) .inside-page header p span.city {
  display: block;
  font-size: clamp(0.98rem, 1.5vw, 1.07rem);
}
body[class*=confirmation] .inside-page main, body[class*=checkin] .inside-page main, body[class*=password] .inside-page main, body:not([class]) .inside-page main {
  background: #fff;
  height: 100%;
  margin-top: 2rem;
  min-height: 80vh;
  min-height: 80svh;
}
body[class*=confirmation] .inside-page main input[type=submit][style*=width], body[class*=checkin] .inside-page main input[type=submit][style*=width], body[class*=password] .inside-page main input[type=submit][style*=width], body:not([class]) .inside-page main input[type=submit][style*=width], body[class*=password] .eportal main input[type=submit][style*=width] {
  margin-left: 0.95rem;
  width: auto !important;
}
body[class*=password] .inside-page main input[type=password] { 
     width: 60%;
}

body[class*=exhibitorreg] .eportal {
  background: #fff;
  width: 101%;
}
body[class*=exhibitorreg] .eportal header {
  background: url(https://painweek.informaconnect.com/eventAssets/painwk_2026_260331154736/image/2026-PainWeek/PainWeek2026--insideBG.jpg), linear-gradient(90deg, #002244, #003cb2);
  background-repeat: no-repeat;
  background-size: 100% 170%;
  background-position: top center;
  order: 0;
  padding: 0;
}
body[class*=exhibitorreg] .eportal header img {
  border: 0;
}
body[class*=exhibitorreg] .eportal header p {
  text-align: right;
}
body[class*=exhibitorreg] .eportal header p span {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}
body[class*=exhibitorreg] .eportal header p span.dates {
  display: block;
  font-size: 2rem;
  margin-top: 2rem;
  width: 100%;
}
body[class*=exhibitorreg] .eportal header p span.venue, body[class^=index_exhibitorreg_login] .eportal header p span.city {
  display: inline;
  font-size: 1.25rem;
}
body[class*=exhibitorreg] .eportal main {
  height: 100%;
  min-height: 100vh;
  order: 2;
  width: 101%;
}
body[class*=exhibitorreg] .eportal main .content {
    margin-right: 17%;
}
body[class*=exhibitorreg] .eportal main .content h1 {
  color: #003cb2;
  margin-top: 1.75rem;
}
body[class*=exhibitorreg] .eportal main .content input[type=text],
body[class*=exhibitorreg] .eportal main .content input[type=password] {
  background: #fff;
  border: 0.0625rem solid #e1dada;
  color: #111;
  height: 2rem;
  padding: 0.625rem;
  width: 60%;
}
body[class*=exhibitorreg] .eportal main .content div.forgotPasswordLink_parent {
  padding: 0;
  margin-bottom: 0;
  margin-left: 0.75rem;
}
body[class*=exhibitorreg] .eportal main .content label[for=rememberMe] {
  margin-left: 1.5rem;
  margin-bottom: -1.25rem;
  display: block;
}
body[class*=exhibitorreg] .eportal main .content label[for=forgotPasswordLink], body[class*=exhibitorreg] .eportal ul#publicMenu li.firstMenuItem {
  display: none;
}
body[class*=exhibitorreg] .eportal main .content input[type=checkbox] #rememberMe {
  transform: scale(1.5);
}
body[class*=exhibitorreg] .eportal main .content input.btn.btn-default.btn-submit[value=Login] {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  margin-left: 0.75rem;
}
body[class*=exhibitorreg] .eportal main .content .ip-element, body[class*=exhibitorreg] .eportal main .content .IP_PageBuilder_ExhibitorReg.container-fluid:has(div[unique_id=TxhMkM95]) {
    padding: 5px 0;
}
body[class*=exhibitorreg] .eportal main aside {
  background: #e9e9ec;
  border-radius: 20px;
  float: right;
  max-width: 15rem;
  margin: 2rem 2rem 0 0;
  padding: 1rem;
}
body[class*=exhibitorreg] .eportal main aside h3 {
  color: #BF1B4f;
  font-family: Aleo, sans-serif;
}
body[class*=exhibitorreg] .eportal main .col-sm-3 aside .col-xs-12 .grp{
        border-top: 1px solid #024;
        display: grid;
        grid-template: auto / auto;
        margin: .5rem 0;
        padding: .5rem 0;
        
    }
body[class$=_section_19] .eportal main form .ip-group-col div[unique_id=asuHLX69] div.questionResponse label:before {
    font-size: 1.235rem;
    left: -2.5%;
    top: 40%;
}
body[class$=_section_16] .eportal main div[class*=Filters] {
    order:0;
    display: flex;
    font-size: .75rem;
    flex-direction: column;
    width: clamp(6.25rem, 9vw, 9rem);
}
body[class$=_section_16] .eportal main span.filterHeader {
    width: 100%;
}
body[class$=_section_16] .eportal main div.taskDisplay {
    margin: 0 -25px 0 0;
    width: 80%;
  }
body[class$=section_16] .eportal main .col-sm-3.col-sm-pull-1 aside {
    float: right;
    margin-right: -3rem;
}
body[class*=exhibitorreg] .eportal footer {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  body[class$=_section_16] .eportal main span.taskElement {
    display: flex;
    flex-direction: column;
  }    
  body[class$=_section_16] .eportal main div.taskFilters {
    flex-direction: row;
    gap: 1rem;
    margin-bottom: .25rem;
    width: unset;
  }
  body[class$=_section_16] .eportal main div.taskDisplay {
    order: 2;
    margin: 0 25px;
  }
}
@media screen and (max-width: 768px) {
    body[class*=exhibitorreg] .eportal main .col-sm-3 aside {
        float: none;
        margin: 0 2rem 2rem;
        max-width: unset;
    }
    body[class*=exhibitorreg] .eportal main .col-sm-3 aside .col-xs-12 .grp{
        grid-template: auto / auto auto;
    }
}