@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";
.xn-modal {
  z-index: 20;
  background: #00000080;
  display: none;
  position: fixed;
  inset: 0;
}

.xn-modal.xn-visible {
  display: block;
}

.xn-modal h2 {
  color: #e84b0f;
}

.xn-modal.xn-modal-auto > .xn-content {
  width: max-content;
  max-width: 80vw;
  max-height: max-content;
}

@media (width <= 767px) {
  .xn-modal.xn-modal-auto > .xn-content {
    width: 100%;
  }
}

.xn-modal.xn-modal-large > .xn-content {
  width: 700px;
}

@media (width <= 767px) {
  .xn-modal.xn-modal-large > .xn-content {
    width: 100%;
  }
}

.xn-modal.xn-modal-small > .xn-content {
  width: 400px;
}

@media (width <= 767px) {
  .xn-modal.xn-modal-small > .xn-content {
    width: 100% !important;
  }
}

.xn-modal > .xn-content {
  width: 500px;
  max-height: -webkit-calc(100% - 86px);
  max-height: calc(100% - 86px);
  box-shadow: none;
  background-color: #fff;
  margin-top: 22px;
  padding: 16px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0 !important;
}

.xn-modal > .xn-content .xn-header {
  color: #e84b0f;
  padding: 0;
  font-size: 1.4rem;
}

.xn-modal > .xn-content .xn-header, .xn-modal > .xn-content h2 {
  width: 100%;
  margin: 0;
  padding: 1px 0 16px;
  font-size: 1.125rem;
  font-weight: 700;
}

.xn-modal > .xn-content .xn-header .xn-for-person {
  padding-top: 5px;
  font-size: .875rem;
  font-weight: normal;
}

.xn-modal > .xn-content .xn-detail {
  max-height: -webkit-calc(100vh - 290px);
  max-height: calc(100vh - 390px);
  margin: 0 0 16px;
  padding-top: 16px;
  font-size: .875rem;
  overflow-y: auto;
}

.xn-modal > .xn-content .xn-detail ul li, .xn-modal > .xn-content .xn-detail p {
  margin-bottom: 10px;
}

.xn-modal > .xn-content .xn-detail p span.bold-text {
  font-weight: 700;
}

.xn-modal > .xn-content .xn-detail .xn-buttons {
  justify-content: center;
  margin: 0;
}

.xn-modal > .xn-content .xn-detail .xn-buttons .xn-button {
  text-align: center;
  min-width: 150px;
  margin: 30px 0 0 15px;
  padding: 11px 40px;
  font-size: .95625rem;
  font-weight: 400;
  display: inline-block;
  border: none !important;
}

.xn-modal > .xn-content .xn-detail .xn-buttons .xn-button.xn-mute {
  padding: 10px 39px;
}

.xn-modal > .xn-content .xn-detail #xn-show-all-in-attendance-group #xn-show-all-in-attendance {
  display: none;
}

.xn-modal > .xn-content .xn-detail #xn-show-all-in-attendance-group #xn-show-all-in-attendance-label {
  padding: 0;
  font-size: .875rem;
  font-weight: 300;
}

@media (width <= 767px) {
  .xn-modal > .xn-content .xn-detail {
    height: 100%;
    max-height: 100%;
  }
}

.xn-modal > .xn-content .xn-detail .xn-sub-locations-container {
  padding-bottom: 1px;
  padding-left: 17px;
}

.xn-modal > .xn-content .xn-loading-text {
  padding: 5px;
}

.xn-modal > .xn-content .xn-close, .xn-modal > .xn-content + .xn-close {
  text-align: center;
  width: 14px;
  height: 14px;
}

.xn-modal > .xn-content .xn-close:before, .xn-modal > .xn-content + .xn-close:before {
  vertical-align: 3px;
  font-size: .7rem;
  display: inline-block;
}

.xn-modal > .xn-content .xn-header + p + .xn-detail {
  max-height: -webkit-calc(100vh - 240px);
  max-height: calc(100vh - 240px);
}

@media (width <= 767px) {
  .xn-modal > .xn-content {
    border-radius: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
    overflow-y: auto;
  }
}

.xn-modal .xn-close {
  border: none;
  position: absolute;
  top: 12px;
  right: 16px;
}

.xn-modal .xn-close:before {
  content: "";
  font-family: fontAwesome;
  font-size: 1.2rem;
}

.xn-modal .xn-close:hover {
  cursor: pointer;
}

@media (width <= 767px) {
  #xn-viewTicketPricesModal, #xn-viewPartyTicketModal > .xn-content .xn-detail {
    max-height: -webkit-calc(100vh - 120px);
    max-height: calc(100vh - 320px);
  }
}

.xn-alert-modal-text {
  color: #fff !important;
}

.reminder-section {
  padding: 10px;
  display: block !important;
}

.reminder-text {
  margin-bottom: 10px;
  font-weight: bold;
}

.reminder-options {
  flex-wrap: wrap;
  padding-left: 10px;
  display: flex;
}

.reminder-option {
  margin-right: 20px;
  padding: 5px;
  font-weight: bold;
  display: inline-block !important;
}

.reminder-checkbox {
  margin-left: 5px;
  opacity: 1 !important;
  display: inline !important;
}

xn-footer-component {
  margin-top: 100px;
}

@media (width <= 767px) {
  xn-footer-component {
    margin-top: 50px;
  }
}

xn-footer-component .xn-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}

xn-footer-component .xn-custom-message {
  float: left;
  margin-left: 3px;
}

xn-footer-component .xn-tracking-link {
  float: right;
  cursor: pointer;
  margin-right: 3px;
}

html {
  box-sizing: border-box;
  background-color: #fff;
}

*, :after, :before {
  box-sizing: inherit;
}

h2 {
  color: #627175;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

body {
  color: #000;
  background-color: #fff;
  margin: 0;
  font-family: Roboto, sans-serif;
}

@media (width <= 767px) {
  body {
    margin: 0;
  }
}

.xn-consent {
  width: 100%;
  max-width: 1184px;
  margin: 0 auto;
  padding: 0 20px;
}

.xn-consent h1 {
  color: #e84b0f;
  text-align: center;
  margin: 0;
  padding: 60px 0 30px;
  font-size: 1.85rem;
  font-weight: 700;
}

.xn-consent h1 small {
  font-size: 1.25rem;
  font-weight: 300;
  display: block;
}

.xn-container {
  flex-flow: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
}

.xn-container .xn-tile {
  flex-flow: column;
  width: 1184px;
  margin: 0 auto;
  display: flex;
}

@media (width <= 1200px) {
  .xn-container .xn-tile {
    width: 100%;
  }

  .xn-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

@media (width <= 1024px) {
  .xn-container {
    display: block;
  }
}

.xn-auth-header {
  box-shadow: none;
  background-color: #2d393b;
  border: none;
  height: 85px;
  display: block;
}

.xn-auth-header .xn-auth-header-content {
  border-bottom: none;
  align-items: center;
  width: 1184px;
  height: 85px;
  margin: 0 auto;
  padding-top: 0;
  display: flex;
}

.xn-auth-header .xn-auth-header-content:hover {
  border-bottom: none;
}

.xn-auth-header .xn-auth-header-content .xn-icon-logo {
  background: url("logo.4c2f94a3.png") 0 0 / cover;
  flex: none;
  width: 100px;
  height: 62px;
  margin-left: 20px;
}

@media screen and (width <= 767px) {
  .xn-auth-header .xn-auth-header-content .xn-icon-logo {
    background: url("logo.4c2f94a3.png") 0 0 / cover;
    width: 100px;
    height: 62px;
    margin-top: 12px;
    margin-right: 24px;
  }
}

@media (width <= 767px) {
  .xn-auth-header .xn-auth-header-content .xn-icon-logo {
    height: 36px;
    margin: 0 8px;
  }
}

.xn-auth-header .xn-auth-header-content .xn-auth-header-title {
  text-align: center;
  color: #fff;
  flex: auto;
  margin-right: 120px;
  padding-top: 12px;
  font-size: 1.3rem;
  font-weight: 700;
  display: block;
}

@media (width <= 767px) {
  .xn-auth-header .xn-auth-header-content {
    padding: 10px 0;
  }
}

@media (width <= 1200px) {
  .xn-auth-header .xn-auth-header-content {
    width: 100%;
  }
}

@media (width <= 767px) {
  .xn-auth-header {
    height: 54px;
    margin-top: 0;
  }
}

.xn-auth-language-header .xn-auth-language-header-content {
  border-bottom: none;
  align-items: center;
  width: 1184px;
  height: 85px;
  margin: -85px auto;
  padding-top: 0;
  display: flex;
}

.xn-auth-language-header .xn-auth-language-header-content:hover {
  border-bottom: none;
}

.xn-auth-language-header .xn-auth-language-header-content .xn-icon-logo {
  background: url("logo.4c2f94a3.png") 0 0 / cover;
  flex: none;
  width: 100px;
  height: 62px;
  margin-left: 20px;
}

@media screen and (width <= 767px) {
  .xn-auth-language-header .xn-auth-language-header-content .xn-icon-logo {
    background: url("logo.4c2f94a3.png");
    width: 110px;
    height: 62px;
  }
}

@media (width <= 767px) {
  .xn-auth-language-header .xn-auth-language-header-content .xn-icon-logo {
    height: 36px;
    margin: 0 8px;
  }
}

.xn-auth-language-header .xn-auth-language-header-content .xn-auth-language-header-title {
  text-align: right;
  color: #fff;
  flex: auto;
  margin-right: 10px;
  padding-top: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  display: block;
}

@media (width <= 767px) {
  .xn-auth-language-header .xn-auth-language-header-content {
    justify-content: flex-end;
    width: auto;
    height: 75px;
    padding: 10px 0;
  }
}

@media (width <= 1200px) {
  .xn-auth-language-header .xn-auth-language-header-content {
    width: 100%;
  }
}

@media (width <= 767px) {
  .xn-auth-language-header {
    height: 54px;
    margin-top: 0;
  }
}

form {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 0;
  margin-left: 20px;
  padding-bottom: 70px;
}

@media (width <= 767px) {
  form {
    margin-left: 0;
  }
}

form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

form fieldset legend {
  color: #e84b0f;
  padding: 32px 0 16px;
  font-size: 1.5rem;
  font-weight: bold;
}

form fieldset legend.xn-heading-text {
  margin-bottom: 16px !important;
}

form fieldset .xn-legend {
  color: #e84b0f;
  padding: 32px 0 16px;
  font-size: 1.5rem;
  font-weight: bold;
}

form fieldset .xn-required-message {
  text-align: right;
  margin-bottom: 8px;
  font-size: .8rem;
}

form fieldset .xn-required-message:before {
  content: "*";
  color: #d50000;
  vertical-align: top;
  margin-right: 4px;
  font-size: .6rem;
  display: inline-block;
}

form fieldset .xn-heading-text {
  margin-bottom: 16px;
}

form fieldset .xn-fields {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
  position: static;
}

form fieldset .xn-fields .xn-input-group {
  flex-flow: wrap;
  flex: 0 0 100%;
  margin-bottom: 20px;
  display: flex;
}

form fieldset .xn-fields .xn-input-group label {
  text-transform: none;
  color: #2d393b;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

form fieldset .xn-fields .xn-input-group label .xn-title {
  font-weight: bold;
}

form fieldset .xn-fields .xn-input-group input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 8px;
  font-size: 16px;
  font-weight: 400;
}

form fieldset .xn-fields .xn-input-group input.input-validation-error {
  border: 2px solid #f44336;
}

form fieldset .xn-fields .xn-input-group select {
  border: 1px solid #aaa;
  border-radius: 3px;
  margin-right: 10px;
  padding: 8px;
  font-size: 16px;
  font-weight: 400;
}

form fieldset .xn-fields .xn-input-group select.input-validation-error {
  border: 2px solid #f44336;
}

form fieldset .xn-fields .xn-input-group input[type="checkbox"], form fieldset .xn-fields .xn-input-group input[type="radio"] {
  opacity: 0;
  margin-left: -12px;
  display: inline-block;
}

form fieldset .xn-fields .xn-input-group input[type="checkbox"] + input + label {
  cursor: pointer;
  margin-bottom: 0;
  font-size: 14px;
  position: relative;
}

form fieldset .xn-fields .xn-input-group input[type="checkbox"] + input + label > span.xn-tick {
  vertical-align: text-bottom;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  padding-left: 4px;
  display: inline-block;
  position: relative;
}

form fieldset .xn-fields .xn-input-group input[type="checkbox"] + input + label > span.xn-tick:before {
  content: url("white-tick.17d1c927.svg");
  width: 10px;
  display: block;
  position: relative;
}

form fieldset .xn-fields .xn-input-group input[type="checkbox"]:checked + input + label > span.xn-tick {
  background-color: #3aa93f;
  border-color: #3aa93f;
}

form fieldset .xn-fields .xn-input-group input[type="checkbox"]:focus + input + label span.xn-tick:after {
  content: "";
  position: absolute;
  inset: -4px;
  box-shadow: 0 1px #84a5dc, 0 2px #a6c7ff;
}

form fieldset .xn-fields .xn-input-group .xn-inputs {
  flex-basis: 100%;
  display: flex;
}

form fieldset .xn-fields .xn-input-group .xn-inputs + .xn-guidance {
  margin: 20px 0 0;
}

form fieldset .xn-fields .xn-input-group.xn-required label {
  flex-basis: auto;
}

form fieldset .xn-fields .xn-input-group.xn-required span.xn-required-text {
  text-transform: uppercase;
  color: #d50000;
  flex-basis: auto;
  margin-left: 4px;
  font-size: .8rem;
}

form fieldset .xn-fields .xn-input-group.xn-required .xn-options {
  flex-basis: 100%;
}

form fieldset .xn-fields .xn-input-group input:not([type="checkbox"]):not([type="radio"]), form fieldset .xn-fields .xn-input-group select, form fieldset .xn-fields .xn-input-group textarea {
  width: 315px;
}

@media (width <= 767px) {
  form fieldset .xn-fields .xn-input-group input:not([type="checkbox"]):not([type="radio"]), form fieldset .xn-fields .xn-input-group select, form fieldset .xn-fields .xn-input-group textarea {
    width: 100%;
  }
}

form fieldset .xn-fields .xn-option-group span.xn-required-text {
  text-transform: uppercase;
  color: #d50000;
  flex-basis: auto;
  margin-left: 4px;
  font-size: .8rem;
}

form fieldset .xn-fields #xn-gender-group {
  width: 100%;
}

form fieldset .xn-fields #xn-gender-group .xn-options {
  border-top: 1px solid #e6e7e8;
  border-bottom: 1px solid #e6e7e8;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

form fieldset .xn-fields #xn-gender-group .xn-options label {
  margin-right: 8px;
  display: inline-block;
}

form fieldset .xn-fields #xn-gender-group label {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

form fieldset .xn-fields #xn-Title {
  width: 100%;
  margin-right: 0;
  padding: 0 25px;
}

form.xn-compact fieldset legend, form.xn-compact fieldset .xn-legend {
  color: #e84b0f;
  padding-top: 30px;
  padding-bottom: 20px;
}

form.xn-compact fieldset .xn-fields {
  padding: 10px 0;
}

form.xn-compact fieldset .xn-fields .xn-input-group {
  margin-top: 8px;
}

form .xn-buttons {
  justify-content: flex-end;
  margin: 8px 0;
  padding: 0;
  display: flex;
}

form .xn-buttons .xn-button {
  text-transform: uppercase;
  color: #fff;
  background-color: #e84b0f;
  border: none;
  border-radius: 3px;
  flex: none;
  width: auto;
  margin: 0 8px 0 0;
  padding: 8px 16px;
  font-size: 14px;
}

form .xn-buttons .xn-button:hover {
  cursor: pointer;
  background-color: #b83c0c;
}

@media (width <= 767px) {
  form .xn-buttons {
    flex-flow: wrap;
  }

  form .xn-buttons .xn-button {
    width: 100%;
    margin: 0 0 8px;
  }
}

form .xn-form-links-list ul {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
}

form .xn-form-links-list ul li {
  margin: 8px 0;
  position: relative;
}

form .xn-form-links-list ul li .xn-link-title, form .xn-form-links-list ul li .xn-link-subtitle {
  display: none;
}

form .xn-form-links-list ul li a {
  color: #e84b0f;
  border-bottom: 1px solid #aaa;
  font-size: 14px;
}

form .xn-form-links-list ul li a:hover {
  border-bottom-color: #e84b0f;
}

form .xn-form-links-list ul li.xn-register, form .xn-form-links-list ul li.xn-signup, form .xn-form-links-list ul li.xn-crmregister {
  background-color: #e84b0f;
  border-radius: 3px;
  padding: 16px 0 78px;
}

form .xn-form-links-list ul li.xn-register:hover, form .xn-form-links-list ul li.xn-signup:hover, form .xn-form-links-list ul li.xn-crmregister:hover {
  background-color: #b83c0c;
}

form .xn-form-links-list ul li.xn-register .xn-link-title, form .xn-form-links-list ul li.xn-register .xn-link-subtitle, form .xn-form-links-list ul li.xn-signup .xn-link-title, form .xn-form-links-list ul li.xn-signup .xn-link-subtitle, form .xn-form-links-list ul li.xn-crmregister .xn-link-title, form .xn-form-links-list ul li.xn-crmregister .xn-link-subtitle {
  color: #fff;
  margin-left: 150px;
  display: block;
}

form .xn-form-links-list ul li.xn-register .xn-link-title, form .xn-form-links-list ul li.xn-signup .xn-link-title, form .xn-form-links-list ul li.xn-crmregister .xn-link-title {
  font-weight: bold;
}

form .xn-form-links-list ul li.xn-register .xn-link-title:before, form .xn-form-links-list ul li.xn-signup .xn-link-title:before, form .xn-form-links-list ul li.xn-crmregister .xn-link-title:before {
  content: "";
  color: #fff;
  background-color: #2d393b;
  border-radius: 5px 0 0 5px;
  width: 132px;
  padding: 32px 24px 32px 40px;
  font-family: fontAwesome;
  font-size: 68px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset -10px 0 16px -4px #000000bf;
}

form .xn-form-links-list ul li.xn-register a, form .xn-form-links-list ul li.xn-signup a, form .xn-form-links-list ul li.xn-crmregister a {
  background-color: none;
  border-bottom: 0;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 0;
  position: absolute;
  inset: 0;
}

form .xn-form-links-list ul li.xn-signup .xn-link-title:before, form .xn-form-links-list ul li.xn-crmregister .xn-link-title:before {
  content: "";
}

.xn-guidance {
  color: #2d393b;
  background-color: #fff;
  border: #aaa;
  flex-basis: 100%;
  margin: 8px 0;
  padding: 13px 20px 13px 60px;
  font-size: 14px;
  position: relative;
  border-radius: 0 !important;
  font-size: .875rem !important;
}

.xn-guidance a {
  border: none;
}

.xn-guidance:before {
  color: #2196f3;
  content: "";
  margin-right: 4px;
  font-family: fontAwesome;
  font-size: 1.7rem;
  position: absolute;
  top: calc(50% - 13px);
  left: 20px;
}

.xn-guidance + input[type="checkbox"] + input + label, .xn-guidance + input[type="checkbox"] + label {
  margin-top: 10px;
}

.xn-guidance.xn-existing-account {
  margin: 0 0 32px;
  font-size: 16px;
}

#xn-PasswordGuidance-group {
  margin-bottom: 0;
}

.xn-instruction {
  flex-basis: 100%;
  margin: 0 0 8px;
  font-size: 14px;
}

.xn-auth-center-button {
  text-align: center;
  width: 100%;
}

@media (width <= 767px) {
  .xn-auth-center-button button:nth-child(n+2) {
    margin-top: 10px !important;
  }
}

.xn-auth-center-ep-button {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
}

.xn-auth-form {
  width: 1184px;
  margin: 0 auto 70px;
}

@media (width <= 1024px) {
  .xn-auth-form {
    width: auto;
  }
}

.xn-auth-form form {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}

@media (width <= 767px) {
  .xn-auth-form form {
    width: 300px;
    margin: 0 auto;
  }

  .xn-auth-form form legend, .xn-auth-form form .xn-legend {
    color: #e84b0f;
    padding-left: 0;
  }

  .xn-auth-form form .xn-form-links-list {
    margin: 0;
  }
}

.xn-auth-form form legend {
  color: #e84b0f;
  text-align: center;
  padding: 60px 0 30px;
  font-size: 1.85rem;
  font-weight: 700;
}

.xn-auth-form form .xn-header {
  color: #e84b0f;
  margin: 0;
}

.xn-auth-form form .xn-legend, .xn-auth-form form .xn-header {
  color: #e84b0f;
  text-align: center;
  padding: 60px 0 30px;
  font-size: 1.85rem;
  font-weight: 700;
}

.xn-auth-form form .xn-underline {
  background: #e84b0f;
  border: none;
  width: 160px;
  height: 3px;
  margin: 0 auto 30px;
  display: block;
}

.xn-auth-form form .xn-required-message {
  text-align: center;
  color: #e84b0f;
  font-size: .875rem;
  font-weight: 400;
}

.xn-auth-form form .xn-required-message:before {
  content: "*";
  color: #e84b0f;
  font-size: .875rem;
  font-weight: 400;
}

.xn-auth-form form .xn-heading-text {
  text-align: center;
  color: #2d393b;
  padding-top: 70px;
  font-size: 1.25rem;
  font-weight: 300;
}

.xn-auth-form form legend + .xn-heading-text, .xn-auth-form form legend.xn-heading-text, .xn-auth-form form .xn-legend + .xn-heading-text, .xn-auth-form form .xn-or-text-between-fields {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 30px;
  font-weight: 400;
}

.xn-auth-form form .xn-fields.xn-myaccount-fields {
  padding-top: 25px;
}

.xn-auth-form form .xn-fields.xn-myaccount-fields .xn-or-text-between-fields {
  padding-bottom: 0;
}

.xn-auth-form form .xn-fields {
  padding-top: 70px;
}

.xn-auth-form form .xn-fields .xn-instruction {
  text-align: center;
  color: #2d393b;
  padding-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 400;
}

.xn-auth-form form .xn-fields .xn-instruction a {
  color: #fff;
  text-align: center;
  background: #b9420b;
  border: none;
  border-radius: 35px;
  min-width: 260px;
  margin: 60px auto 0;
  padding: 11px 40px;
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
}

.xn-auth-form form .xn-fields .xn-guidance {
  margin: 0 0 7px;
}

.xn-auth-form form .xn-fields .xn-input-group label {
  color: #2d393b;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

.xn-auth-form form .xn-fields .xn-input-group .xn-required-text {
  padding-top: 10px;
  color: #0000 !important;
  font-size: 1px !important;
}

.xn-auth-form form .xn-fields .xn-input-group .xn-required-text:before {
  content: "*";
  color: #b9420b;
  font-size: 1.25rem;
}

.xn-auth-form form .xn-fields .xn-input-group .xn-inputs input[type="text"], .xn-auth-form form .xn-fields .xn-input-group .xn-inputs input[type="email"], .xn-auth-form form .xn-fields .xn-input-group .xn-inputs input[type="password"], .xn-auth-form form .xn-fields .xn-input-group .xn-inputs input[type="tel"] {
  color: #2d393b;
  border: 1px solid #dbdedf;
  width: 100%;
  height: 64px;
  padding: 0 30px;
  font-size: 1.06rem;
}

.xn-auth-form form .xn-fields .xn-input-group .xn-inputs select {
  border: 1px solid #dbdedf;
  height: 64px;
}

.xn-auth-form form .xn-fields .xn-input-group input[type="checkbox"] + input + label, .xn-auth-form form .xn-fields .xn-input-group input[type="checkbox"] + label {
  color: #2d393b;
  width: 100%;
  padding: 0;
  font-size: .875rem;
  font-weight: 600;
}

.xn-auth-form form .xn-fields .xn-input-group input[type="checkbox"] + input + label a, .xn-auth-form form .xn-fields .xn-input-group input[type="checkbox"] + label a {
  color: #b9420b;
  border: none;
}

.xn-auth-form form .xn-fields .xn-input-group input[type="checkbox"] + input + label .xn-tick, .xn-auth-form form .xn-fields .xn-input-group input[type="checkbox"] + label .xn-tick {
  vertical-align: 2px;
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  padding: 0;
}

.xn-auth-form form .xn-fields .xn-input-group input[type="checkbox"] + input + label .xn-tick:before, .xn-auth-form form .xn-fields .xn-input-group input[type="checkbox"] + label .xn-tick:before {
  width: 10px;
  margin: -3px 0 0 2px;
}

.xn-auth-form form .xn-fields .xn-option-group .xn-required-text {
  padding-top: 10px;
  color: #0000 !important;
  font-size: 1px !important;
}

.xn-auth-form form .xn-fields .xn-option-group .xn-required-text:before {
  content: "*";
  color: #b9420b;
  font-size: 1.25rem;
}

.xn-auth-form form .xn-required-message + .xn-fields {
  padding-top: 55px;
}

.xn-auth-form form .xn-required-message + .xn-guidance {
  margin-top: 30px;
}

.xn-auth-form form .xn-required-message + .xn-guidance + .xn-fields {
  padding-top: 40px;
}

.xn-auth-form form .xn-buttons .xn-do-not-have {
  background: #2d393b !important;
}

.xn-auth-form form .xn-buttons .xn-button {
  color: #fff;
  text-align: center;
  text-transform: none;
  background: #b9420b;
  border: none;
  border-radius: 35px;
  min-width: 260px;
  margin: 60px auto 30px;
  padding: 11px 40px;
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
}

@media (width <= 767px) {
  .xn-auth-form form .xn-buttons .xn-button:nth-child(2) {
    margin-top: 10px;
  }
}

.xn-auth-form form .xn-buttons + .xn-instruction {
  text-align: center;
  color: #2d393b;
  padding-bottom: 10px;
  font-size: .87rem;
  font-weight: 400;
}

.xn-auth-form form .xn-form-links-list ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

.xn-auth-form form .xn-form-links-list ul li {
  text-align: center;
}

.xn-auth-form form .xn-form-links-list ul li a {
  color: #fff;
  text-align: center;
  text-transform: none;
  background: #e84b0f;
  border: none;
  border-radius: 35px;
  min-width: 150px;
  margin: 10px auto 30px;
  padding: 7px 40px;
  font-weight: 400;
  display: inline-block;
  font-size: .95625rem !important;
}

.xn-auth-form .xn-form-footer {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}

.xn-auth-form .xn-form-footer .xn-buttons {
  text-align: center;
}

.xn-auth-form .xn-form-footer .xn-buttons .xn-button {
  color: #fff;
  text-align: center;
  text-transform: none;
  background: #b9420b;
  border: none;
  border-radius: 35px;
  min-width: 260px;
  margin: 60px auto 30px;
  padding: 11px 40px;
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
}

.xn-auth-form .xn-form-footer .xn-buttons + .xn-instruction {
  text-align: center;
  color: #2d393b;
  padding-bottom: 10px;
  font-size: .87rem;
  font-weight: 400;
}

.xn-auth-form .xn-form-footer .xn-form-links-list ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

.xn-auth-form .xn-form-footer .xn-form-links-list ul li {
  text-align: center;
}

.xn-auth-form .xn-form-footer .xn-form-links-list ul li a {
  color: #fff;
  text-align: center;
  text-transform: none;
  background: #e84b0f;
  border: none;
  border-radius: 35px;
  min-width: 150px;
  margin: 10px auto 30px;
  padding: 7px 40px;
  font-weight: 400;
  display: inline-block;
  font-size: .95625rem !important;
}

.xn-auth-form.xn-logout-form form legend, .xn-auth-form.xn-login-form form legend {
  padding: 60px 0 30px;
  font-size: 3.4rem;
}

.xn-auth-form.xn-logout-form form legend.xn-heading-text, .xn-auth-form.xn-login-form form legend.xn-heading-text {
  text-align: center;
  color: #2d393b;
  max-width: fit-content;
  padding-top: 70px;
  padding-bottom: 0;
  font-size: 1.87rem;
  font-weight: 300;
}

.xn-auth-form.xn-logout-form form .xn-legend, .xn-auth-form.xn-logout-form form .xn-header, .xn-auth-form.xn-login-form form .xn-legend, .xn-auth-form.xn-login-form form .xn-header {
  padding: 60px 0 30px;
  font-size: 3.4rem;
}

.xn-auth-form.xn-login-form form .xn-heading-text {
  font-size: 1.87rem;
}

.xn-auth-form.xn-login-form form .xn-fields {
  padding-top: 30px;
}

.xn-auth-form.xn-login-form form .xn-fields .xn-input-group#xn-Username-group, .xn-auth-form.xn-login-form form .xn-fields .xn-input-group#xn-Password-group {
  flex: 0 0 49% !important;
}

@media screen and (width <= 767px) {
  .xn-auth-form.xn-login-form form .xn-fields .xn-input-group#xn-Username-group, .xn-auth-form.xn-login-form form .xn-fields .xn-input-group#xn-Password-group {
    flex: 0 0 100% !important;
  }
}

.xn-auth-form.xn-login-form form .xn-fields .xn-input-group#xn-Username-group label, .xn-auth-form.xn-login-form form .xn-fields .xn-input-group#xn-Password-group label {
  display: none;
}

.xn-auth-form.xn-login-form form .xn-fields .xn-input-group#xn-RememberMe-checkbox-group {
  padding-top: 30px;
  flex: 0 0 100% !important;
}

.xn-auth-form.xn-login-form form .xn-fields .xn-input-group#xn-RememberMe-checkbox-group label {
  text-align: center;
  margin: 0 auto;
}

.xn-auth-form.xn-login-form form .xn-fields .xn-input-group#xn-RememberMe-checkbox-group label .xn-tick {
  vertical-align: 1px;
  width: 12px;
  height: 12px;
}

.xn-auth-form.xn-login-form form .xn-fields .xn-input-group#xn-RememberMe-checkbox-group label .xn-tick:before {
  width: 8px;
  margin: -5px 0 0 1px;
}

.xn-auth-form.xn-login-form form .xn-auth-center-ep-button .xn-button {
  padding: 11px 5px;
}

.xn-auth-form.xn-login-form form .xn-myaccount-button {
  text-align: center;
  text-transform: none;
  color: #fff;
  background: #e84b0f;
  border: none;
  border-radius: 35px;
  min-width: 260px;
  margin: 60px 30px;
  padding: 11px 40px;
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
}

@media (width <= 767px) {
  .xn-auth-form.xn-login-form form .xn-myaccount-button {
    margin: 0 0 20px;
  }
}

.xn-auth-form.xn-login-form form .xn-myaccount-button i {
  display: block;
}

.xn-auth-form.xn-login-form form .xn-myaccount-href {
  color: #fff;
  border-bottom: none;
  text-decoration: none;
}

.xn-auth-form.xn-login-form form .xn-form-links-list .xn-passwordretrieval {
  text-align: center;
}

.xn-auth-form.xn-login-form form .xn-form-links-list .xn-passwordretrieval:before {
  color: #b9420b;
  margin-right: 5px;
}

.xn-auth-form.xn-login-form form .xn-form-links-list .xn-passwordretrieval a {
  color: #2d393b;
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  margin: 10px 0 0;
  padding: 0;
  font-size: .875rem;
  font-weight: 600;
  display: inline-block;
}

.xn-auth-form.xn-login-form form .xn-form-links-list .xn-register, .xn-auth-form.xn-login-form form .xn-form-links-list .xn-signup, .xn-auth-form.xn-login-form form .xn-form-links-list .xn-crmregister {
  background-color: #597175;
  border-radius: 0;
  padding: 30px 180px 30px 30px;
}

@media screen and (width <= 500px) {
  .xn-auth-form.xn-login-form form .xn-form-links-list .xn-register, .xn-auth-form.xn-login-form form .xn-form-links-list .xn-signup, .xn-auth-form.xn-login-form form .xn-form-links-list .xn-crmregister {
    padding: 30px;
  }
}

.xn-auth-form.xn-login-form form .xn-form-links-list .xn-register .xn-link-title, .xn-auth-form.xn-login-form form .xn-form-links-list .xn-signup .xn-link-title, .xn-auth-form.xn-login-form form .xn-form-links-list .xn-crmregister .xn-link-title {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 1.4375rem;
  font-weight: 800;
}

.xn-auth-form.xn-login-form form .xn-form-links-list .xn-register .xn-link-title:before, .xn-auth-form.xn-login-form form .xn-form-links-list .xn-signup .xn-link-title:before, .xn-auth-form.xn-login-form form .xn-form-links-list .xn-crmregister .xn-link-title:before {
  content: none;
}

.xn-auth-form.xn-login-form form .xn-form-links-list .xn-register .xn-link-subtitle, .xn-auth-form.xn-login-form form .xn-form-links-list .xn-signup .xn-link-subtitle, .xn-auth-form.xn-login-form form .xn-form-links-list .xn-crmregister .xn-link-subtitle {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 1.4375rem;
  font-weight: 300;
}

.xn-auth-form.xn-login-form form .xn-form-links-list .xn-register a, .xn-auth-form.xn-login-form form .xn-form-links-list .xn-signup a, .xn-auth-form.xn-login-form form .xn-form-links-list .xn-crmregister a {
  text-align: left;
  color: #0000;
  background: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.xn-auth-form.xn-login-form form .xn-form-links-list .xn-register:after, .xn-auth-form.xn-login-form form .xn-form-links-list .xn-signup:after, .xn-auth-form.xn-login-form form .xn-form-links-list .xn-crmregister:after {
  content: "Select";
  color: #fff;
  text-align: center;
  pointer-events: none;
  background: #e84b0f;
  border-radius: 35px;
  width: 120px;
  padding: 6px 0;
  font-size: .95625rem;
  display: block;
  position: absolute;
  top: calc(50% - 16px);
  right: 30px;
  font-weight: 400 !important;
}

@media screen and (width <= 500px) {
  .xn-auth-form.xn-login-form form .xn-form-links-list .xn-register:after, .xn-auth-form.xn-login-form form .xn-form-links-list .xn-signup:after, .xn-auth-form.xn-login-form form .xn-form-links-list .xn-crmregister:after {
    margin-top: 20px;
    position: relative;
    top: 0;
    right: 0;
  }
}

.xn-auth-form.xn-login-form form .xn-ep-text {
  padding-top: 0;
}

.xn-auth-form.xn-login-form form .xn-ep-buttons {
  display: block;
}

.xn-auth-form.xn-anonymous-register-member-form #xn-TermsAccepted-checkbox-group label {
  padding-top: 20px;
}

.xn-auth a, .xn-auth a:visited, .xn-auth a:active, .xn-auth-form a, .xn-auth-form a:visited, .xn-auth-form a:active {
  color: #e84b0f;
}

.xn-auth {
  width: 100%;
  max-width: 1184px;
  margin: 0 auto;
}

.xn-auth .xn-content-container {
  margin-bottom: 70px;
  margin-left: 20px;
  margin-right: 20px;
}

.xn-auth .xn-content-container h3, .xn-auth .xn-content-container .xn-legend {
  text-align: center;
  color: #e84b0f;
  margin: 0;
  padding: 60px 0 30px;
  font-size: 1.85rem;
  font-weight: 700;
}

.xn-auth .xn-content-container .xn-underline {
  background: #e84b0f;
  border: none;
  width: 160px;
  height: 3px;
  margin: 0 auto 30px;
  display: block;
}

.xn-auth .xn-content-container .xn-content {
  padding-top: 70px;
  padding-bottom: 30px;
  position: relative;
}

.xn-auth .xn-content-container .xn-content .xn-content-detail {
  flex-flow: wrap;
  display: flex;
}

.xn-auth .xn-content-container .xn-content .xn-content-detail:before, .xn-auth .xn-content-container .xn-content .xn-content-detail:after {
  content: "";
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  top: 0;
  left: 0;
}

.xn-auth .xn-content-container .xn-content .xn-content-detail:after {
  top: auto;
  bottom: 0;
}

.xn-auth .xn-content-container .xn-content .xn-content-detail .xn-instruction {
  text-align: center;
  color: #2d393b;
  padding-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 400;
}

.xn-auth .xn-content-container .xn-content .xn-content-detail .xn-instruction a {
  color: #fff;
  text-align: center;
  background: #b9420b;
  border: none;
  border-radius: 35px;
  min-width: 260px;
  margin: 60px auto 0;
  padding: 11px 40px;
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
}

.xn-auth .xn-content-container .xn-form-group .xn-buttons .xn-button {
  color: #fff;
  text-align: center;
  text-transform: none;
  background: #b9420b;
  border: none;
  border-radius: 35px;
  min-width: 260px;
  margin: 60px auto 30px;
  padding: 11px 40px;
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
}

.xn-auth .xn-content-container .xn-form-group .xn-instruction {
  text-align: center;
  color: #2d393b;
  padding-bottom: 10px;
  font-size: .87rem;
  font-weight: 400;
}

.xn-auth.xn-permissions {
  width: 100%;
  max-width: 1184px;
  margin-left: 20px;
  padding: 0 20px;
  margin: 0 auto !important;
}

.xn-auth.xn-permissions form {
  margin: 0;
}

.xn-auth.xn-permissions h1 {
  color: #e84b0f;
  text-align: center;
  margin: 0;
  padding: 60px 0 30px;
  font-size: 1.85rem;
  font-weight: 700;
}

.xn-auth.xn-permissions .xn-permission-clientname {
  color: #2d393b;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.xn-auth.xn-permissions .xn-permission-type {
  color: #2d393b;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

.xn-auth.xn-permissions ul {
  margin: 0 0 20px;
}

.xn-auth.xn-permissions ul li {
  color: #2d393b;
  font-size: .875rem;
  font-weight: 400;
}

.xn-auth.xn-permissions .xn-buttons {
  justify-content: center;
  margin: 0;
}

.xn-auth.xn-permissions .xn-buttons .xn-button {
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 35px;
  min-width: 150px;
  margin: 30px 0 0 15px;
  padding: 11px 40px;
  font-size: .95625rem;
  display: inline-block;
  background: #b9420b !important;
  font-weight: 400 !important;
}

.xn-auth .xn-buttons {
  margin: 8px 0;
  padding: 0;
  display: flex;
}

.xn-auth .xn-buttons a.xn-button {
  text-decoration: none;
}

.xn-auth .xn-buttons .xn-button {
  text-transform: uppercase;
  color: #fff;
  background-color: #e84b0f;
  border: none;
  border-radius: 3px;
  flex: none;
  width: auto;
  margin: 0;
  padding: 8px 16px;
  font-size: 14px;
}

@media (width <= 767px) {
  .xn-auth {
    width: 280px;
    margin: 0 auto;
  }

  .xn-auth h3 {
    text-align: center;
    padding-left: 0;
  }

  .xn-auth .xn-content-container {
    margin-left: 0;
  }

  .xn-auth .xn-content-container h3 {
    padding: 70px 0 30px;
  }

  .xn-auth .xn-instruction {
    margin: 0 0 0 8px;
    font-size: 14px;
  }

  .xn-auth .xn-form-links-list {
    margin: 0;
  }

  .xn-auth .xn-buttons {
    margin: 40px 20px;
  }
}

.xn-auth.xn-logged-out-confirmation h3, .xn-auth.xn-login-error h3, .xn-auth.xn-register-error h3, .xn-auth.xn-logged-out-confirmation .xn-legend, .xn-auth.xn-login-error .xn-legend, .xn-auth.xn-register-error .xn-legend {
  padding: 60px 0 30px;
  font-size: 3.4rem;
}

.xn-auth.xn-logged-out-confirmation .xn-content .xn-instruction, .xn-auth.xn-login-error .xn-content .xn-instruction, .xn-auth.xn-register-error .xn-content .xn-instruction {
  font-size: 1.87rem !important;
}

.xn-auth-form.xn-consent-form {
  padding: 0 20px;
}

.xn-auth-form.xn-consent-form > .xn-instruction {
  text-align: center;
  color: #2d393b;
  padding-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 400;
}

.xn-auth-form.xn-consent-form > .xn-instruction a {
  color: #fff;
  text-align: center;
  background: #b9420b;
  border: none;
  border-radius: 35px;
  min-width: 260px;
  margin: 60px auto 0;
  padding: 11px 40px;
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
}

.xn-auth-form.xn-consent-form fieldset legend, .xn-auth-form.xn-consent-form fieldset .xn-legend {
  text-align: center;
  padding: 60px 0 30px;
  font-size: 1.85rem;
  font-weight: 700;
  color: #e84b0f !important;
}

.xn-auth-form.xn-consent-form fieldset .xn-underline {
  background: #e84b0f;
  border: none;
  width: 160px;
  height: 3px;
  margin: 0 auto 30px;
  display: block;
}

.xn-auth-form.xn-consent-form fieldset .xn-required-message {
  text-align: center;
  color: #e84b0f;
  font-size: .875rem;
  font-weight: 400;
}

.xn-auth-form.xn-consent-form fieldset .xn-required-message:before {
  content: "*";
  color: #e84b0f;
  font-size: .875rem;
  font-weight: 400;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields {
  padding-top: 30px !important;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields .xn-instruction {
  text-align: center;
  color: #2d393b;
  padding-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 400;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields .xn-instruction a {
  color: #fff;
  text-align: center;
  background: #b9420b;
  border: none;
  border-radius: 35px;
  min-width: 260px;
  margin: 60px auto 0;
  padding: 11px 40px;
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields .xn-guidance {
  margin: 0 0 7px;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group label {
  color: #2d393b;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group .xn-required-text {
  padding-top: 10px;
  color: #0000 !important;
  font-size: 1px !important;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group .xn-required-text:before {
  content: "*";
  color: #b9420b;
  font-size: 1.25rem;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group .xn-inputs input[type="text"], .xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group .xn-inputs input[type="email"], .xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group .xn-inputs input[type="password"], .xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group .xn-inputs input[type="tel"] {
  color: #2d393b;
  border: 1px solid #dbdedf;
  width: 100%;
  height: 64px;
  padding: 0 30px;
  font-size: 1.06rem;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group input[type="checkbox"] + input + label, .xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group input[type="checkbox"] + label {
  color: #2d393b;
  width: 100%;
  padding: 0;
  font-size: .875rem;
  font-weight: 600;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group input[type="checkbox"] + input + label a, .xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group input[type="checkbox"] + label a {
  color: #b9420b;
  border: none;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group input[type="checkbox"] + input + label .xn-tick, .xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group input[type="checkbox"] + label .xn-tick {
  vertical-align: 2px;
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  padding: 0;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group input[type="checkbox"] + input + label .xn-tick:before, .xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group input[type="checkbox"] + label .xn-tick:before {
  width: 10px;
  margin: -3px 0 0 2px;
}

.xn-auth-form.xn-consent-form .xn-buttons {
  justify-content: center;
  margin: 0;
}

.xn-auth-form.xn-consent-form .xn-buttons .xn-button {
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 35px;
  min-width: 150px;
  margin: 30px 8px 0;
  padding: 11px 40px;
  font-size: .95625rem;
  display: inline-block;
  background: #b9420b !important;
  font-weight: 400 !important;
}

.xn-auth-form.xn-consent-form .xn-form-links-list ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

.xn-auth-form.xn-consent-form .xn-form-links-list ul li {
  text-align: center;
}

.xn-auth-form.xn-consent-form .xn-form-links-list ul li a {
  color: #fff;
  text-align: center;
  text-transform: none;
  background: #e84b0f;
  border: none;
  border-radius: 35px;
  min-width: 150px;
  margin: 10px 0 30px;
  padding: 7px 40px;
  font-size: .95625rem;
  display: inline-block;
  font-weight: 400 !important;
}

.xn-login-form form fieldset .xn-fields {
  justify-content: space-between;
  display: flex;
}

.xn-login-form form fieldset .xn-fields .xn-input-group {
  flex: 0 0 47%;
  align-content: flex-start;
}

@media (width <= 767px) {
  .xn-login-form form fieldset .xn-fields .xn-input-group {
    flex-basis: 100%;
  }

  .xn-login-form form fieldset .xn-fields .xn-input-group label {
    width: 100%;
    margin-left: 0;
  }

  .xn-login-form form fieldset .xn-fields #xn-RememberMe-checkbox-group {
    flex-basis: 100%;
  }

  .xn-login-form form fieldset .xn-fields #xn-RememberMe-checkbox-group label {
    text-align: left;
  }
}

.xn-login-form form fieldset .xn-required .xn-required-text {
  display: none;
}

@media (width <= 767px) {
  .xn-login-form form .xn-buttons {
    justify-content: center;
  }
}

.xn-forgotten-password-form form fieldset .xn-required .xn-required-text {
  display: none;
}

a {
  color: #e84b0f;
  border-bottom: 1px solid #aaa;
  text-decoration: none;
  position: relative;
}

a:hover {
  border-bottom-color: #e84b0f;
}

.xn-validation-message {
  color: #fff;
  background-color: #f44336;
  border: none;
  width: 100%;
  margin: 8px 0 10px;
  padding: 13px 20px 13px 60px;
  display: inline-block;
  position: relative;
  border-radius: 0 !important;
  font-size: .875rem !important;
}

.xn-validation-message:before {
  content: "";
  border-radius: 50%;
  margin-right: 4px;
  padding: 6px;
  font-family: fontAwesome;
  font-size: 1rem;
  position: absolute;
  top: calc(50% - 13px);
  left: 20px;
}

.xn-validation-message ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}

.xn-validation-message a, .xn-validation-message a:visited, .xn-validation-message a:active {
  color: #fff;
  border-bottom-color: #fff;
}

.xn-validation-message a:hover, .xn-validation-message a:visited:hover, .xn-validation-message a:active:hover {
  border-color: #f44336;
}

.xn-validation-message a {
  font-weight: 800;
}

.xn-auth-form.xn-signup-form .xn-TermsAccepted-label > *, .xn-auth-form.xn-register-existing-member-form .xn-TermsAccepted-label > *, .xn-auth-form.xn-complete-guest-register-form .xn-TermsAccepted-label > * {
  float: left;
  width: calc(100% - 28px);
}

.xn-auth-form.xn-signup-form #xn-AllowMarketing-checkbox-group label span, .xn-auth-form.xn-register-existing-member-form #xn-AllowMarketing-checkbox-group label span, .xn-auth-form.xn-complete-guest-register-form #xn-AllowMarketing-checkbox-group label span {
  float: left;
  display: inline-block;
}

.xn-auth-form.xn-signup-form #xn-AllowMarketing-checkbox-group label span.xn-link-text, .xn-auth-form.xn-register-existing-member-form #xn-AllowMarketing-checkbox-group label span.xn-link-text, .xn-auth-form.xn-complete-guest-register-form #xn-AllowMarketing-checkbox-group label span.xn-link-text {
  width: calc(100% - 28px);
}

.xn-signup-form .xn-buttons, .xn-signup-form form > .xn-buttons, .xn-signup-form > .xn-buttons, .xn-register-member-form form > .xn-buttons, .xn-register-member-form > .xn-buttons, .xn-permissions form > .xn-buttons, .xn-permissions > .xn-buttons, .xn-consent-form form > .xn-buttons, .xn-consent-form > .xn-buttons, .xn-anonymous-register-member-form form > .xn-buttons, .xn-anonymous-register-member-form > .xn-buttons, .xn-login-form form > .xn-buttons, .xn-login-form > .xn-buttons, .xn-two-factor-form form > .xn-buttons, .xn-two-factor-form > .xn-buttons, .xn-logout-form form > .xn-buttons, .xn-logout-form > .xn-buttons {
  border-top: none;
  justify-content: flex-end;
  margin: 8px 0;
  padding: 0;
}

.xn-two-factor-form form {
  width: auto;
}

#skip-to-content-link {
  color: #fff;
  text-align: center;
  z-index: 100;
  border-radius: 35px;
  outline: none;
  width: 280px;
  margin: 0 auto;
  padding: 11px 40px;
  font-size: .95625rem;
  font-weight: 400;
  display: block;
  position: fixed;
  top: -80000px;
  left: calc(50% - 140px);
  box-shadow: 0 0 20px -1px #00000080;
  background: #b9420b !important;
  border: none !important;
}

#skip-to-content-link:focus {
  top: 81px;
  left: 0;
}

#maincontent {
  position: relative;
  top: -60px;
}

.hidden {
  display: none;
}

@keyframes xn-spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.xn-loading-icon {
  animation: 2s linear infinite xn-spin;
  display: inline-block;
}

.xn-loading-icon:before {
  content: "";
  font-family: fontAwesome;
}

xn-registrationtermsandconditions-component {
  position: relative;
  top: -2px;
}

xn-registrationtermsandconditions-component span {
  font-size: 14px;
}

xn-registrationtermsandconditions-component span a {
  margin-left: 4px;
}

xn-registrationtermsandconditions-component span a.termsandconditions-links, xn-registrationtermsandconditions-component span a.termsandconditions-links:hover {
  text-decoration: underline !important;
}

.xn-TermsAccepted-label + div.xn-component {
  width: 80%;
}

#xn-DateOfBirth-group .xn-inputs {
  flex-flow: wrap;
}

#xn-DateOfBirth-group .xn-inputs #xn-DateOfBirth-Day {
  width: -webkit-calc(25% - 8px);
  width: calc(25% - 8px);
  max-width: -webkit-calc(25% - 8px);
  float: left;
  flex: none;
  max-width: calc(25% - 8px);
  margin-right: 8px;
}

@media (width <= 767px) {
  #xn-DateOfBirth-group .xn-inputs #xn-DateOfBirth-Day {
    float: none;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }
}

#xn-DateOfBirth-group .xn-inputs #xn-DateOfBirth-Month {
  width: -webkit-calc(50% - 8px);
  width: calc(50% - 8px);
  max-width: -webkit-calc(50% - 8px);
  float: left;
  flex: none;
  max-width: calc(50% - 8px);
  margin-right: 8px;
}

@media (width <= 767px) {
  #xn-DateOfBirth-group .xn-inputs #xn-DateOfBirth-Month {
    float: none;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }
}

#xn-DateOfBirth-group .xn-inputs #xn-DateOfBirth-Year {
  float: left;
  flex: none;
  width: 25%;
  max-width: 25%;
  margin-right: 0;
}

@media (width <= 767px) {
  #xn-DateOfBirth-group .xn-inputs #xn-DateOfBirth-Year {
    float: none;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }
}

nav.xn-navbar {
  padding: 8px;
}

nav.xn-navbar xn-homebutton-component .xn-navbar-brand:before {
  padding-top: 8px;
  line-height: 20px;
  display: block;
}

xn-cookiebanner-component .xn-cookie-banner-header {
  z-index: 20;
  white-space: nowrap;
  z-index: 11;
  background: #fff;
  border: 3px solid #fff;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  justify-content: space-between;
  width: 100%;
  min-width: 256px;
  padding: 8px;
  font-weight: bold;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 15px 4px #000000bf;
}

xn-cookiebanner-component .xn-cookie-banner-header .xn-buttons {
  justify-content: flex-end;
  margin: 8px 0;
  padding: 0;
  display: flex;
}

xn-cookiebanner-component .xn-cookie-banner-header .xn-buttons .xn-button {
  text-transform: uppercase;
  color: #fff;
  background-color: #e84b0f;
  border: none;
  border-radius: 3px;
  flex: none;
  width: auto;
  margin: 0 8px 0 0;
  padding: 8px 16px;
  font-size: 14px;
}

xn-cookiebanner-component .xn-cookie-banner-header .xn-buttons .xn-button:hover {
  cursor: pointer;
  background-color: #b83c0c;
}

@media screen and (width <= 767px) {
  xn-cookiebanner-component .xn-cookie-banner-header .xn-buttons {
    flex-flow: wrap;
  }

  xn-cookiebanner-component .xn-cookie-banner-header .xn-buttons .xn-button {
    width: 100%;
    margin: 0 0 8px;
  }
}

xn-cookiebanner-component .xn-cookie-banner-header .xn-cookie-banner-name {
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  white-space: -webkit-pre-wrap;
  word-break: break-all;
  white-space: normal;
  margin: 4px;
  font-weight: normal;
  white-space: -moz-pre-wrap !important;
}

@media screen and (width <= 767px) {
  xn-cookiebanner-component .xn-cookie-banner-header .xn-cookie-banner-name {
    margin-bottom: 8px;
  }
}

xn-cookiebanner-component .xn-cookie-banner-header .xn-cookie-banner-title {
  text-overflow: ellipsis;
  margin: 4px 4px 4px 0;
  font-weight: bold !important;
}

@media screen and (width <= 767px) {
  xn-cookiebanner-component .xn-cookie-banner-header .xn-cookie-banner-title {
    margin-bottom: 8px;
  }
}

@media screen and (width <= 1024px) {
  xn-cookiebanner-component .xn-cookie-banner-header {
    width: 75%;
  }
}

@media screen and (width <= 767px) {
  xn-cookiebanner-component .xn-cookie-banner-header {
    flex-flow: wrap;
    width: calc(100% - 16px);
  }
}

xn-cookiebanner-component .xn-Option-radio {
  opacity: 1;
  appearance: none;
  background-color: #e7e6e7;
  background-clip: content-box;
  border: 2px solid #bbb;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-bottom: -3px;
  margin-left: 0;
  padding: 2px;
  display: inline-block;
}

xn-cookiebanner-component .xn-buttons {
  width: 100%;
  padding: 8px 0 0;
  display: flex;
}

xn-cookiebanner-component .xn-options {
  float: right;
}

@media (width <= 767px) {
  xn-cookiebanner-component .xn-detail {
    height: revert !important;
  }
}

forms > .xn-buttons, .xn-buttons-centred {
  justify-content: space-around !important;
}

* {
  font-family: Raleway, sans-serif;
}

body {
  background: #fff;
  padding-bottom: 80px;
}

.xn-guidance {
  color: #2d393b !important;
  background: #e6e7e8 !important;
}

.xn-guidance a {
  color: #054188 !important;
}

.xn-guidance:before {
  color: #2d393b !important;
}

.xn-validation-message, .xn-validation-error {
  color: #fff !important;
  background: #ea0001 !important;
}

.xn-validation-message:before, .xn-validation-error:before {
  color: #ea0001;
  background: #fff;
}

.xn-alert.xn-alert-info, .xn-alert.xn-alert-warning {
  color: #2d393b !important;
  background: #e6e7e8 !important;
}

.xn-alert.xn-alert-info a, .xn-alert.xn-alert-warning a {
  color: #054188 !important;
}

.xn-alert.xn-alert-info:before, .xn-alert.xn-alert-warning:before {
  color: #2d393b;
}

.xn-alert.xn-alert-success {
  color: #2d393b !important;
  background: #e6e7e8 !important;
}

.xn-alert.xn-alert-success a {
  color: #054188 !important;
}

.xn-alert.xn-alert-success:before {
  color: #008e33;
}

.xn-alert.xn-alert-danger {
  color: #fff !important;
  background: #ea0001 !important;
}

.xn-alert.xn-alert-danger:before {
  color: #ea0001;
  background: #fff;
}

.xn-modal .xn-content {
  border: 15px solid #f0f1f2;
}

.xn-modal .xn-content .xn-header, .xn-modal .xn-content h2 {
  color: #2d393b;
}

.xn-modal .xn-content .xn-detail {
  border-top: 1px solid #dbdedf;
}

.xn-modal .xn-content .xn-detail ul li, .xn-modal .xn-content .xn-detail p {
  color: #2d393b;
}

.xn-modal .xn-content .xn-detail .xn-buttons .xn-button {
  color: #fff;
  border-radius: 35px;
  background: #032957 !important;
}

.xn-modal .xn-content .xn-detail .xn-buttons .xn-button.xn-mute {
  color: #6f8d92;
  background: #fff !important;
  border: 1px solid #6f8d92 !important;
}

.xn-modal .xn-content .xn-close, .xn-modal .xn-content + .xn-close {
  color: #fff;
  background: #6f8d92;
}

#xn-options + .xn-options-title {
  text-align: center;
  color: #000;
  flex-basis: 100%;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 45px;
  font-size: 1.875rem;
}

.xn-loading {
  color: #2d393b;
}

.xn-menu-buttons .xn-options-title, .xn-menu-buttons #xn-options {
  color: #000;
}

.xn-menu-buttons .xn-menu-button {
  background: #dbdedf;
}

@media screen and (width <= 767px) {
  .xn-menu-buttons .xn-menu-button {
    flex-basis: 100%;
  }
}

.xn-menu-buttons .xn-menu-button .xn-text-wrapper {
  color: #2d393b;
  background-color: #054188;
}

.xn-menu-buttons .xn-menu-button .xn-text-wrapper:hover .xn-text-wrapper, .xn-menu-buttons .xn-menu-button .xn-text-wrapper:focus .xn-text-wrapper {
  background-color: #032957;
}

.xn-menu-buttons .xn-menu-button .xn-image-wrapper {
  color: #032957;
}

.xn-menu-buttons .xn-menu-button:hover {
  background: #054188;
}

.xn-menu-buttons .xn-menu-button:hover .xn-text-wrapper {
  color: #fff;
}

.xn-menu-buttons .xn-menu-button:hover .xn-image-wrapper, xn-basketdetails-component .xn-promotionCode-group label {
  color: #2d393b;
}

xn-basketdetails-component .xn-promotionCode-group input[type="text"] {
  color: #2d393b;
  border: 1px solid #dbdedf;
}

xn-basketdetails-component .xn-promotionCode-group .xn-help {
  vertical-align: -3px;
  margin-left: 10px;
  margin-right: 10px;
}

xn-basketdetails-component .xn-promotionCode-group .xn-help:after {
  color: #2d393b;
  font-size: 1.875rem;
}

xn-basketdetails-component .xn-promotionCode-group .xn-button {
  color: #fff;
  border-radius: 35px;
  background: #032957 !important;
}

xn-basketdetails-component .xn-items tbody tr:not(.xn-membership-breakdown):not(.xn-spacer) .xn-description {
  color: #2d393b;
}

xn-basketdetails-component .xn-items tbody tr:not(.xn-membership-breakdown):not(.xn-spacer) .xn-description:after {
  background: #dbdedf;
}

xn-basketdetails-component .xn-items tbody tr:not(.xn-membership-breakdown):not(.xn-spacer) .xn-cost {
  color: #2d393b;
}

xn-basketdetails-component .xn-items tbody tr:not(.xn-membership-breakdown):not(.xn-spacer) .xn-cost:after {
  background: #dbdedf;
}

xn-basketdetails-component .xn-items tbody tr:not(.xn-membership-breakdown):not(.xn-spacer) .xn-actions a:before {
  color: #054188;
}

xn-basketdetails-component .xn-items tbody tr:not(.xn-membership-breakdown):not(.xn-spacer) .xn-actions:after {
  background: #dbdedf;
}

xn-basketdetails-component .xn-items tbody tr.xn-membership-breakdown td {
  color: #2d393b !important;
}

xn-basketdetails-component .xn-items tbody tr.xn-membership-breakdown.xn-caveat td {
  color: #054188 !important;
}

xn-basketdetails-component .xn-items tfoot tr td:last-of-type:before {
  background: #dbdedf;
}

xn-basketdetails-component .xn-items .xn-total-text {
  color: #2d393b;
}

xn-basketdetails-component .xn-items .xn-total-text:before {
  background: #dbdedf;
}

xn-basketdetails-component .xn-items .xn-total {
  color: #2d393b;
}

xn-basketdetails-component .xn-items .xn-total:before {
  background: #dbdedf;
}

xn-basketcheckout-component .xn-buttons .xn-button {
  color: #fff;
  border-radius: 35px;
  background: #032957 !important;
}

xn-suggestionlist-component .xn-header {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

xn-suggestionlist-component .xn-header .xn-title {
  color: #2d393b;
  font-size: 1.25rem;
}

xn-suggestionlist-component .xn-grid li {
  width: 50% !important;
}

xn-suggestionlist-component xn-card-component .xn-heading {
  color: #fff !important;
  background: #2d393b !important;
}

xn-suggestionlist-component xn-card-component .xn-buttons {
  background: #2d393b !important;
}

xn-suggestionlist-component xn-card-component .xn-buttons .xn-button {
  color: #fff;
  border-radius: 35px;
  background: #032957 !important;
}

.xn-plain-text {
  color: #2d393b;
}

form fieldset + fieldset legend {
  width: 100%;
  padding-top: 30px;
}

form fieldset legend {
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: 800;
}

form fieldset .xn-input-group label, form fieldset .xn-option-group label {
  color: #2d393b;
}

form fieldset .xn-input-group#xn-contactBy-group, form fieldset .xn-option-group#xn-contactBy-group {
  border-bottom: 1px solid #e6e7e8;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 20px;
}

form fieldset .xn-input-group#xn-contactBy-group label, form fieldset .xn-option-group#xn-contactBy-group label {
  color: #2d393b;
  font-size: .875rem;
  font-weight: 400;
}

form fieldset .xn-input-group .xn-required-text:before, form fieldset .xn-option-group .xn-required-text:before {
  color: #032957;
}

form fieldset .xn-input-group input[type="text"], form fieldset .xn-input-group input[type="email"], form fieldset .xn-input-group input[type="password"], form fieldset .xn-input-group input[type="tel"], form fieldset .xn-input-group input[type="date"], form fieldset .xn-input-group #xn-saved-search, form fieldset .xn-option-group input[type="text"], form fieldset .xn-option-group input[type="email"], form fieldset .xn-option-group input[type="password"], form fieldset .xn-option-group input[type="tel"], form fieldset .xn-option-group input[type="date"], form fieldset .xn-option-group #xn-saved-search, form fieldset .xn-input-group select, form fieldset .xn-option-group select {
  color: #2d393b;
  border: 1px solid #dbdedf;
  width: 100%;
  height: 32px;
  padding: 0 20px;
  font-size: 1rem;
  border-radius: 0 !important;
}

form fieldset .xn-input-group select[multiple], form fieldset .xn-option-group select[multiple] {
  height: auto;
}

form fieldset .xn-input-group input[type="checkbox"] + input + label, form fieldset .xn-input-group input[type="checkbox"] + label, form fieldset .xn-option-group input[type="checkbox"] + input + label, form fieldset .xn-option-group input[type="checkbox"] + label {
  color: #2d393b;
  width: 100%;
  padding: 0;
  font-size: .875rem;
  font-weight: 600;
}

form fieldset .xn-input-group input[type="checkbox"] + input + label a, form fieldset .xn-input-group input[type="checkbox"] + label a, form fieldset .xn-option-group input[type="checkbox"] + input + label a, form fieldset .xn-option-group input[type="checkbox"] + label a {
  color: #032957;
  border: none;
}

form fieldset .xn-input-group input[type="checkbox"] + input + label:before, form fieldset .xn-input-group input[type="checkbox"] + label:before, form fieldset .xn-option-group input[type="checkbox"] + input + label:before, form fieldset .xn-option-group input[type="checkbox"] + label:before {
  vertical-align: -2px;
}

form fieldset .xn-input-group input[type="checkbox"] + input + label .xn-tick, form fieldset .xn-input-group input[type="checkbox"] + label .xn-tick, form fieldset .xn-option-group input[type="checkbox"] + input + label .xn-tick, form fieldset .xn-option-group input[type="checkbox"] + label .xn-tick {
  vertical-align: 2px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  padding: 0;
  border-radius: 0 !important;
}

form fieldset .xn-input-group input[type="checkbox"] + input + label .xn-tick:before, form fieldset .xn-input-group input[type="checkbox"] + label .xn-tick:before, form fieldset .xn-option-group input[type="checkbox"] + input + label .xn-tick:before, form fieldset .xn-option-group input[type="checkbox"] + label .xn-tick:before {
  width: 10px;
  margin: -3px 0 0 2px;
}

form fieldset .xn-input-group input[type="checkbox"]:checked + input + label > span.xn-tick, form fieldset .xn-input-group input[type="checkbox"]:checked + label > span.xn-tick, form fieldset .xn-option-group input[type="checkbox"]:checked + input + label > span.xn-tick, form fieldset .xn-option-group input[type="checkbox"]:checked + label > span.xn-tick {
  background-color: #032957;
  border-color: #032957;
}

form fieldset .xn-input-group input[type="checkbox"]:checked + input + label:before, form fieldset .xn-input-group input[type="checkbox"]:checked + label:before, form fieldset .xn-option-group input[type="checkbox"]:checked + input + label:before, form fieldset .xn-option-group input[type="checkbox"]:checked + label:before {
  color: #032957;
}

form fieldset .xn-input-group .xn-options label, form fieldset .xn-option-group .xn-options label {
  font-size: 1rem;
  font-weight: 400;
}

form fieldset .xn-input-group .xn-options input[type="radio"]:checked + input + label:before, form fieldset .xn-input-group .xn-options input[type="radio"]:checked + label:before, form fieldset .xn-option-group .xn-options input[type="radio"]:checked + input + label:before, form fieldset .xn-option-group .xn-options input[type="radio"]:checked + label:before {
  color: #032957;
}

form fieldset .xn-input-group .xn-help:after, form fieldset .xn-option-group .xn-help:after {
  color: #2d393b;
  margin-left: 30px;
  font-size: 1.25rem;
}

form fieldset .xn-input-group#xn-txtPostCode-group .xn-inputs .xn-buttons, form fieldset .xn-option-group#xn-txtPostCode-group .xn-inputs .xn-buttons {
  width: calc(50% - 8px);
  max-width: calc(50% - 8px);
  display: flex;
}

@media screen and (width <= 767px) {
  form fieldset .xn-input-group#xn-txtPostCode-group .xn-inputs .xn-buttons, form fieldset .xn-option-group#xn-txtPostCode-group .xn-inputs .xn-buttons {
    width: 100%;
    max-width: 100%;
  }
}

form fieldset .xn-input-group#xn-txtPostCode-group .xn-inputs .xn-buttons .xn-button, form fieldset .xn-option-group#xn-txtPostCode-group .xn-inputs .xn-buttons .xn-button {
  color: #fff;
  text-align: center;
  text-transform: none;
  border: none;
  border-radius: 35px;
  flex: 0 49%;
  padding: 5px 40px;
  font-size: .875rem;
  font-weight: 400;
  background: #2d393b !important;
}

form fieldset .xn-input-group#xn-txtPostCode-group .xn-inputs .xn-buttons .xn-button:first-child, form fieldset .xn-option-group#xn-txtPostCode-group .xn-inputs .xn-buttons .xn-button:first-child {
  background: #032957 !important;
}

form > .xn-buttons {
  border-top: 6px solid #dbdedf;
  justify-content: flex-start;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

form > .xn-buttons .xn-button {
  color: #fff;
  text-align: center;
  text-transform: none;
  border: none;
  border-radius: 35px;
  margin: 0 auto;
  padding: 11px 60px;
  font-size: 1.4375rem;
  font-weight: 400;
  background: #032957 !important;
}

form > .xn-buttons .xn-button[disabled] {
  background: #e6e7e8 !important;
}

xn-restrictions-component section > div {
  color: #2d393b;
  padding-bottom: 5px;
  font-weight: 400;
}

xn-restrictions-component section .xn-heading {
  padding-bottom: 15px;
}

xn-multisave-component {
  margin: 8px;
  padding: 8px;
}

xn-multisave-component .xn-buttons {
  border-top: 6px solid #dbdedf;
  justify-content: center;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

xn-multisave-component .xn-buttons .xn-button {
  color: #fff;
  text-align: center;
  text-transform: none;
  border: none;
  border-radius: 35px;
  margin: 0 auto;
  padding: 11px 60px;
  font-size: 1.4375rem;
  font-weight: 400;
  background: #032957 !important;
}

xn-qrcode-component .xn-qr-code-description, xn-qrcode-component .xn-qr-code-content {
  color: #2d393b;
}

xn-qrcode-component .xn-qr-code-error {
  color: #ea0001;
}

xn-directdebitdetails-component .xn-detail .xn-input-group label {
  color: #2d393b;
}

xn-directdebitdetails-component .xn-detail .xn-input-group .xn-required-text:before {
  color: #032957;
}

xn-directdebitdetails-component .xn-detail .xn-input-group .xn-help:after {
  color: #2d393b;
}

xn-directdebitdetails-component .xn-detail .xn-input-group input[type="text"], xn-directdebitdetails-component .xn-detail .xn-input-group input[type="email"], xn-directdebitdetails-component .xn-detail .xn-input-group input[type="password"], xn-directdebitdetails-component .xn-detail .xn-input-group input[type="tel"], xn-directdebitdetails-component .xn-detail .xn-input-group input[type="date"] {
  color: #2d393b;
  border: 1px solid #dbdedf;
}

xn-directdebitdetails-component .xn-buttons {
  border-top: 6px solid #dbdedf;
}

xn-directdebitdetails-component .xn-buttons .xn-button {
  color: #fff;
  border-radius: 35px;
  background: #032957 !important;
}

xn-directdebitdetails-component .xn-dd-guarantee-link a {
  background: #0759b9;
  border-radius: 35px;
}

xn-marketingpreferences-component form .xn-input-group label, xn-marketingpreferences-component form .xn-option-group label {
  color: #2d393b;
}

xn-marketingpreferences-component form .xn-input-group .xn-required-text:before, xn-marketingpreferences-component form .xn-option-group .xn-required-text:before {
  color: #032957;
}

xn-marketingpreferences-component form .xn-input-group input[type="text"], xn-marketingpreferences-component form .xn-input-group input[type="email"], xn-marketingpreferences-component form .xn-input-group input[type="password"], xn-marketingpreferences-component form .xn-input-group input[type="tel"], xn-marketingpreferences-component form .xn-input-group input[type="date"], xn-marketingpreferences-component form .xn-input-group #xn-contactTelephoneNumber, xn-marketingpreferences-component form .xn-option-group input[type="text"], xn-marketingpreferences-component form .xn-option-group input[type="email"], xn-marketingpreferences-component form .xn-option-group input[type="password"], xn-marketingpreferences-component form .xn-option-group input[type="tel"], xn-marketingpreferences-component form .xn-option-group input[type="date"], xn-marketingpreferences-component form .xn-option-group #xn-contactTelephoneNumber, xn-marketingpreferences-component form .xn-input-group select, xn-marketingpreferences-component form .xn-option-group select {
  color: #2d393b;
  border: 1px solid #dbdedf;
}

xn-marketingpreferences-component form .xn-input-group input[type="checkbox"] + input + label, xn-marketingpreferences-component form .xn-input-group input[type="checkbox"] + label, xn-marketingpreferences-component form .xn-option-group input[type="checkbox"] + input + label, xn-marketingpreferences-component form .xn-option-group input[type="checkbox"] + label {
  color: #2d393b;
}

xn-marketingpreferences-component form .xn-input-group input[type="checkbox"] + input + label a, xn-marketingpreferences-component form .xn-input-group input[type="checkbox"] + label a, xn-marketingpreferences-component form .xn-option-group input[type="checkbox"] + input + label a, xn-marketingpreferences-component form .xn-option-group input[type="checkbox"] + label a {
  color: #032957;
}

xn-marketingpreferences-component form .xn-input-group input[type="checkbox"]:checked + input + label > span.xn-tick, xn-marketingpreferences-component form .xn-input-group input[type="checkbox"]:checked + label > span.xn-tick, xn-marketingpreferences-component form .xn-option-group input[type="checkbox"]:checked + input + label > span.xn-tick, xn-marketingpreferences-component form .xn-option-group input[type="checkbox"]:checked + label > span.xn-tick {
  background-color: #032957;
  border-color: #032957;
}

xn-marketingpreferences-component form .xn-input-group input[type="checkbox"]:checked + input + label:before, xn-marketingpreferences-component form .xn-input-group input[type="checkbox"]:checked + label:before, xn-marketingpreferences-component form .xn-option-group input[type="checkbox"]:checked + input + label:before, xn-marketingpreferences-component form .xn-option-group input[type="checkbox"]:checked + label:before {
  color: #032957;
}

xn-marketingpreferences-component form .xn-input-group .xn-options label, xn-marketingpreferences-component form .xn-option-group .xn-options label {
  font-size: 1rem;
  font-weight: 400;
}

xn-marketingpreferences-component form .xn-input-group .xn-options input[type="radio"]:checked + input + label:before, xn-marketingpreferences-component form .xn-input-group .xn-options input[type="radio"]:checked + label:before, xn-marketingpreferences-component form .xn-option-group .xn-options input[type="radio"]:checked + input + label:before, xn-marketingpreferences-component form .xn-option-group .xn-options input[type="radio"]:checked + label:before {
  color: #032957;
}

xn-marketingpreferences-component form .xn-input-group .xn-help:after, xn-marketingpreferences-component form .xn-option-group .xn-help:after {
  color: #2d393b;
  margin-left: 30px;
  font-size: 1.25rem;
}

xn-marketingpreferences-component form .xn-input-group#xn-txtPostCode-group .xn-inputs .xn-buttons, xn-marketingpreferences-component form .xn-option-group#xn-txtPostCode-group .xn-inputs .xn-buttons {
  width: calc(50% - 8px);
  max-width: calc(50% - 8px);
  display: flex;
}

xn-marketingpreferences-component form .xn-input-group#xn-txtPostCode-group .xn-inputs .xn-buttons .xn-button, xn-marketingpreferences-component form .xn-option-group#xn-txtPostCode-group .xn-inputs .xn-buttons .xn-button {
  color: #fff;
  text-align: center;
  text-transform: none;
  border: none;
  border-radius: 35px;
  flex: 0 0 49%;
  padding: 5px 40px;
  font-size: .875rem;
  font-weight: 400;
  background: #2d393b !important;
}

xn-marketingpreferences-component form .xn-input-group#xn-txtPostCode-group .xn-inputs .xn-buttons .xn-button:first-child, xn-marketingpreferences-component form .xn-option-group#xn-txtPostCode-group .xn-inputs .xn-buttons .xn-button:first-child {
  background: #032957 !important;
}

xn-marketingpreferences-component .xn-buttons {
  border-top: 6px solid #dbdedf;
}

xn-marketingpreferences-component .xn-buttons .xn-button {
  color: #fff;
  border-radius: 35px;
  background: #032957 !important;
}

xn-tickettransfer-component table, xn-mydocuments-component table, xn-mymemberships-component table, xn-bookinghistory-component table, xn-mypayments-component table, xn-lhreceipt-component .Items table, xn-memberdebts-component table, xn-memberNotes-component table, .xn-container.receipt > .xn-container > .Items table {
  margin-top: 20px;
}

xn-tickettransfer-component table thead tr th, xn-mydocuments-component table thead tr th, xn-mymemberships-component table thead tr th, xn-bookinghistory-component table thead tr th, xn-mypayments-component table thead tr th, xn-lhreceipt-component .Items table thead tr th, xn-memberdebts-component table thead tr th, xn-memberNotes-component table thead tr th, .xn-container.receipt > .xn-container > .Items table thead tr th {
  color: #2d393b;
  padding: 22px 12px 22px 0 !important;
}

xn-tickettransfer-component table thead tr th:last-of-type, xn-mydocuments-component table thead tr th:last-of-type, xn-mymemberships-component table thead tr th:last-of-type, xn-bookinghistory-component table thead tr th:last-of-type, xn-mypayments-component table thead tr th:last-of-type, xn-lhreceipt-component .Items table thead tr th:last-of-type, xn-memberdebts-component table thead tr th:last-of-type, xn-memberNotes-component table thead tr th:last-of-type, .xn-container.receipt > .xn-container > .Items table thead tr th:last-of-type {
  padding-right: 0 !important;
}

xn-tickettransfer-component table tbody tr, xn-mydocuments-component table tbody tr, xn-mymemberships-component table tbody tr, xn-bookinghistory-component table tbody tr, xn-mypayments-component table tbody tr, xn-lhreceipt-component .Items table tbody tr, xn-memberdebts-component table tbody tr, xn-memberNotes-component table tbody tr, .xn-container.receipt > .xn-container > .Items table tbody tr {
  border-bottom: 1px solid #dbdedf;
}

xn-tickettransfer-component table tbody tr td, xn-mydocuments-component table tbody tr td, xn-mymemberships-component table tbody tr td, xn-bookinghistory-component table tbody tr td, xn-mypayments-component table tbody tr td, xn-lhreceipt-component .Items table tbody tr td, xn-memberdebts-component table tbody tr td, xn-memberNotes-component table tbody tr td, .xn-container.receipt > .xn-container > .Items table tbody tr td {
  color: #2d393b;
  background: #fff;
  font-size: .875rem;
  font-weight: 500;
  padding: 22px 12px 22px 0 !important;
}

@media screen and (width <= 767px) {
  xn-tickettransfer-component table tbody tr td, xn-mydocuments-component table tbody tr td, xn-mymemberships-component table tbody tr td, xn-bookinghistory-component table tbody tr td, xn-mypayments-component table tbody tr td, xn-lhreceipt-component .Items table tbody tr td, xn-memberdebts-component table tbody tr td, xn-memberNotes-component table tbody tr td, .xn-container.receipt > .xn-container > .Items table tbody tr td {
    padding: 12px 0 0 !important;
  }
}

xn-tickettransfer-component table tbody tr td:last-of-type, xn-mydocuments-component table tbody tr td:last-of-type, xn-mymemberships-component table tbody tr td:last-of-type, xn-bookinghistory-component table tbody tr td:last-of-type, xn-mypayments-component table tbody tr td:last-of-type, xn-lhreceipt-component .Items table tbody tr td:last-of-type, xn-memberdebts-component table tbody tr td:last-of-type, xn-memberNotes-component table tbody tr td:last-of-type, .xn-container.receipt > .xn-container > .Items table tbody tr td:last-of-type {
  padding-right: 0 !important;
}

xn-tickettransfer-component table tbody tr td .xn-button, xn-mydocuments-component table tbody tr td .xn-button, xn-mymemberships-component table tbody tr td .xn-button, xn-bookinghistory-component table tbody tr td .xn-button, xn-mypayments-component table tbody tr td .xn-button, xn-lhreceipt-component .Items table tbody tr td .xn-button, xn-memberdebts-component table tbody tr td .xn-button, xn-memberNotes-component table tbody tr td .xn-button, .xn-container.receipt > .xn-container > .Items table tbody tr td .xn-button {
  color: #fff;
  text-align: center;
  text-transform: none;
  border: none;
  font-size: .875rem;
  font-weight: 400;
  background: #054188 !important;
  border-radius: 26px !important;
  padding: 3px 15px !important;
}

xn-tickettransfer-component table tbody tr td a i, xn-mydocuments-component table tbody tr td a i, xn-mymemberships-component table tbody tr td a i, xn-bookinghistory-component table tbody tr td a i, xn-mypayments-component table tbody tr td a i, xn-lhreceipt-component .Items table tbody tr td a i, xn-memberdebts-component table tbody tr td a i, xn-memberNotes-component table tbody tr td a i, .xn-container.receipt > .xn-container > .Items table tbody tr td a i {
  color: #054188 !important;
}

xn-tickettransfer-component table tfoot tr, xn-mydocuments-component table tfoot tr, xn-mymemberships-component table tfoot tr, xn-bookinghistory-component table tfoot tr, xn-mypayments-component table tfoot tr, xn-lhreceipt-component .Items table tfoot tr, xn-memberdebts-component table tfoot tr, xn-memberNotes-component table tfoot tr, .xn-container.receipt > .xn-container > .Items table tfoot tr {
  border-top: none;
}

xn-tickettransfer-component table tfoot tr td, xn-mydocuments-component table tfoot tr td, xn-mymemberships-component table tfoot tr td, xn-bookinghistory-component table tfoot tr td, xn-mypayments-component table tfoot tr td, xn-lhreceipt-component .Items table tfoot tr td, xn-memberdebts-component table tfoot tr td, xn-memberNotes-component table tfoot tr td, .xn-container.receipt > .xn-container > .Items table tfoot tr td {
  color: #2d393b;
  padding: 15px 0 0 !important;
}

xn-tickettransfer-component table tfoot tr td.xn-total, xn-mydocuments-component table tfoot tr td.xn-total, xn-mymemberships-component table tfoot tr td.xn-total, xn-bookinghistory-component table tfoot tr td.xn-total, xn-mypayments-component table tfoot tr td.xn-total, xn-lhreceipt-component .Items table tfoot tr td.xn-total, xn-memberdebts-component table tfoot tr td.xn-total, xn-memberNotes-component table tfoot tr td.xn-total, .xn-container.receipt > .xn-container > .Items table tfoot tr td.xn-total {
  color: #032957;
  font-weight: 700;
}

xn-tickettransfer-component .xn-input-group.xn-bookings-order label, xn-mydocuments-component .xn-input-group.xn-bookings-order label, xn-mymemberships-component .xn-input-group.xn-bookings-order label, xn-bookinghistory-component .xn-input-group.xn-bookings-order label, xn-mypayments-component .xn-input-group.xn-bookings-order label, xn-lhreceipt-component .Items .xn-input-group.xn-bookings-order label, xn-memberdebts-component .xn-input-group.xn-bookings-order label, xn-memberNotes-component .xn-input-group.xn-bookings-order label, .xn-container.receipt > .xn-container > .Items .xn-input-group.xn-bookings-order label {
  color: #2d393b;
  text-transform: none;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
}

xn-tickettransfer-component .xn-input-group.xn-bookings-order select, xn-mydocuments-component .xn-input-group.xn-bookings-order select, xn-mymemberships-component .xn-input-group.xn-bookings-order select, xn-bookinghistory-component .xn-input-group.xn-bookings-order select, xn-mypayments-component .xn-input-group.xn-bookings-order select, xn-lhreceipt-component .Items .xn-input-group.xn-bookings-order select, xn-memberdebts-component .xn-input-group.xn-bookings-order select, xn-memberNotes-component .xn-input-group.xn-bookings-order select, .xn-container.receipt > .xn-container > .Items .xn-input-group.xn-bookings-order select {
  color: #2d393b;
  background: #f0f1f2;
  border: 1px solid #f0f1f2;
  width: 100%;
  height: 32px;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 1rem;
  border-radius: 0 !important;
}

xn-tickettransfer-component .xn-dd-guarantee-link, xn-tickettransfer-component .xn-memberships-link, xn-mydocuments-component .xn-dd-guarantee-link, xn-mydocuments-component .xn-memberships-link, xn-mymemberships-component .xn-dd-guarantee-link, xn-mymemberships-component .xn-memberships-link, xn-bookinghistory-component .xn-dd-guarantee-link, xn-bookinghistory-component .xn-memberships-link, xn-mypayments-component .xn-dd-guarantee-link, xn-mypayments-component .xn-memberships-link, xn-lhreceipt-component .Items .xn-dd-guarantee-link, xn-lhreceipt-component .Items .xn-memberships-link, xn-memberdebts-component .xn-dd-guarantee-link, xn-memberdebts-component .xn-memberships-link, xn-memberNotes-component .xn-dd-guarantee-link, xn-memberNotes-component .xn-memberships-link, .xn-container.receipt > .xn-container > .Items .xn-dd-guarantee-link, .xn-container.receipt > .xn-container > .Items .xn-memberships-link {
  text-align: left;
}

xn-tickettransfer-component .xn-dd-guarantee-link > a, xn-tickettransfer-component .xn-memberships-link > a, xn-mydocuments-component .xn-dd-guarantee-link > a, xn-mydocuments-component .xn-memberships-link > a, xn-mymemberships-component .xn-dd-guarantee-link > a, xn-mymemberships-component .xn-memberships-link > a, xn-bookinghistory-component .xn-dd-guarantee-link > a, xn-bookinghistory-component .xn-memberships-link > a, xn-mypayments-component .xn-dd-guarantee-link > a, xn-mypayments-component .xn-memberships-link > a, xn-lhreceipt-component .Items .xn-dd-guarantee-link > a, xn-lhreceipt-component .Items .xn-memberships-link > a, xn-memberdebts-component .xn-dd-guarantee-link > a, xn-memberdebts-component .xn-memberships-link > a, xn-memberNotes-component .xn-dd-guarantee-link > a, xn-memberNotes-component .xn-memberships-link > a, .xn-container.receipt > .xn-container > .Items .xn-dd-guarantee-link > a, .xn-container.receipt > .xn-container > .Items .xn-memberships-link > a {
  color: #fff;
  text-align: center;
  text-transform: none;
  border: none;
  border-radius: 35px;
  min-width: 150px;
  padding: 8px 20px;
  font-size: .875rem;
  font-weight: 400;
  display: inline-block;
  background: #054188 !important;
}

xn-tickettransfer-component .xn-dd-guarantee-link, xn-mydocuments-component .xn-dd-guarantee-link, xn-mymemberships-component .xn-dd-guarantee-link, xn-bookinghistory-component .xn-dd-guarantee-link, xn-mypayments-component .xn-dd-guarantee-link, xn-lhreceipt-component .Items .xn-dd-guarantee-link, xn-memberdebts-component .xn-dd-guarantee-link, xn-memberNotes-component .xn-dd-guarantee-link, .xn-container.receipt > .xn-container > .Items .xn-dd-guarantee-link {
  padding-top: 60px;
}

xn-tickettransfer-component .xn-memberships-link > a, xn-mydocuments-component .xn-memberships-link > a, xn-mymemberships-component .xn-memberships-link > a, xn-bookinghistory-component .xn-memberships-link > a, xn-mypayments-component .xn-memberships-link > a, xn-lhreceipt-component .Items .xn-memberships-link > a, xn-memberdebts-component .xn-memberships-link > a, xn-memberNotes-component .xn-memberships-link > a, .xn-container.receipt > .xn-container > .Items .xn-memberships-link > a {
  background: #435558 !important;
}

xn-tickettransfer-component, xn-bookinghistory-component, xn-mypayments-component, xn-memberdebts-component {
  margin: 0;
}

xn-selectsite-component #xn-change-site-group {
  background: #054188;
}

xn-selectsite-component #xn-change-site-group label {
  color: #fff;
}

xn-selectsite-component #xn-change-site-group .xn-buttons .xn-button {
  color: #fff;
  border-radius: 35px;
  background: #2d393b !important;
}

xn-selectsite-component .xn-modal .xn-detail form select {
  color: #2d393b;
  border: 1px solid #dbdedf;
}

xn-selectsite-component .xn-modal .xn-detail form input[type="checkbox"] + input + label, xn-selectsite-component .xn-modal .xn-detail form input[type="checkbox"] + label {
  color: #2d393b;
}

xn-selectsite-component .xn-modal .xn-detail form input[type="checkbox"] + input + label a, xn-selectsite-component .xn-modal .xn-detail form input[type="checkbox"] + label a {
  color: #032957;
}

xn-selectsite-component .xn-modal .xn-detail form input[type="checkbox"]:checked + input + label > span.xn-tick, xn-selectsite-component .xn-modal .xn-detail form input[type="checkbox"]:checked + label > span.xn-tick {
  background-color: #032957;
  border-color: #032957;
}

xn-selectsite-component .xn-modal .xn-detail form input[type="checkbox"]:checked + input + label:before, xn-selectsite-component .xn-modal .xn-detail form input[type="checkbox"]:checked + label:before {
  color: #032957;
}

xn-listfilter-component > div > .xn-heading:before, xn-listfilter-component > div > p {
  color: #2d393b;
}

xn-listfilter-component #xn-hide-list-filters-button-group .xn-button {
  color: #fff;
  border-radius: 35px;
  background: #032957 !important;
}

xn-listfilter-component > .xn-filters .xn-search-filter .xn-heading {
  color: #2d393b;
}

xn-listfilter-component > .xn-filters .xn-search-filter .xn-filter-text-search .xn-input-group .xn-inputs input[type="text"], xn-listfilter-component > .xn-filters .xn-search-filter .xn-filter-text-search .xn-input-group .xn-inputs input[type="email"], xn-listfilter-component > .xn-filters .xn-search-filter .xn-filter-text-search .xn-input-group .xn-inputs input[type="password"], xn-listfilter-component > .xn-filters .xn-search-filter .xn-filter-text-search .xn-input-group .xn-inputs input[type="tel"], xn-listfilter-component > .xn-filters .xn-search-filter .xn-filter-text-search .xn-input-group .xn-inputs input[type="date"], xn-listfilter-component > .xn-filters .xn-search-filter .xn-filter-text-search .xn-input-group .xn-inputs #xn-contactTelephoneNumber {
  color: #2d393b;
  border: 1px solid #2d393b;
}

xn-listfilter-component > .xn-filters > div > div:not(.xn-search-filter) > .xn-heading {
  color: #2d393b;
  background: #f0f1f2;
}

xn-listfilter-component > .xn-filters > div > div:not(.xn-search-filter) > .xn-heading:before {
  color: #2d393b;
}

xn-listfilter-component > .xn-filters > div > div:not(.xn-search-filter) > .xn-heading.xn-filter-items-visibility {
  color: #fff;
  background: #054188;
}

xn-listfilter-component > .xn-filters > div > div:not(.xn-search-filter) > .xn-heading.xn-filter-items-visibility:before {
  color: #fff;
}

xn-listfilter-component > .xn-filters > div > div:not(.xn-search-filter) > .xn-heading.xn-items-selected {
  color: #fff;
  background: #054188;
}

xn-listfilter-component > .xn-filters > div > div:not(.xn-search-filter) > .xn-heading.xn-items-selected:before {
  color: #fff;
}

xn-listfilter-component > .xn-filters > div > div:not(.xn-search-filter) > .xn-grid {
  background: #6f8d92;
}

@media screen and (width <= 767px) {
  xn-listfilter-component > .xn-filters > div > div:not(.xn-search-filter) > .xn-grid li {
    margin-right: 1.25%;
    flex-basis: 48.75% !important;
  }
}

@media screen and (width <= 370px) {
  xn-listfilter-component > .xn-filters > div > div:not(.xn-search-filter) > .xn-grid li {
    margin-right: 0%;
    flex-basis: 100% !important;
  }
}

xn-listfilter-component > .xn-filters > div > div:not(.xn-search-filter) > .xn-grid li .xn-card {
  background-color: #f0f1f2;
}

xn-listfilter-component > .xn-filters > div > div:not(.xn-search-filter) > .xn-grid li .xn-card .xn-heading {
  color: #2d393b;
}

xn-listfilter-component > .xn-filters > div > div:not(.xn-search-filter) > .xn-grid li .xn-card .xn-heading:before {
  background: #fff;
  border: 1px solid #6f8d92;
}

xn-listfilter-component > .xn-filters > div > div:not(.xn-search-filter) > .xn-grid li.xn-selected .xn-card {
  background-color: #2d393b;
}

xn-listfilter-component > .xn-filters > div > div:not(.xn-search-filter) > .xn-grid li.xn-selected .xn-card .xn-heading {
  color: #fff;
}

xn-listfilter-component > .xn-filters > div > div:not(.xn-search-filter) > .xn-grid li.xn-selected .xn-card .xn-heading:before {
  background: #032957;
  border: 1px solid #032957;
}

xn-listfilter-component > .xn-filters > div > div:not(.xn-search-filter) > .xn-grid.xn-filter-items-visibility {
  background: #054188;
}

xn-listfilter-component #xn-saved-search-modal {
  width: 100%;
}

xn-listfilter-component #xn-saved-search-modal form {
  border-top: 1px solid #dbdedf;
  margin-top: 0;
  padding-top: 16px;
}

xn-listfilter-component #xn-saved-search-modal form .xn-buttons {
  flex-wrap: wrap;
  padding-bottom: 0;
}

xn-listfilter-component #xn-saved-search-modal form .xn-buttons .xn-button {
  flex-basis: 49%;
  margin-bottom: 10px;
  margin-left: 0%;
  margin-right: 1%;
  padding: 5px 15px;
  font-size: 1rem;
}

xn-listfilter-component #xn-saved-search-modal form .xn-buttons .xn-button:nth-child(2n) {
  margin-left: 1%;
  margin-right: 0%;
}

xn-savefilter-component > div:not(.xn-modal) .xn-heading:before, xn-savefilter-component > div:not(.xn-modal) #xn-saved-search-button-group label {
  color: #2d393b;
}

xn-savefilter-component > div:not(.xn-modal) #xn-saved-search-button-group .xn-current-filter .xn-button.xn-cta {
  background: #032957 !important;
}

xn-savefilter-component > div:not(.xn-modal) #xn-saved-search-button-group .xn-current-filter .xn-filter-name {
  color: #2d393b;
  background: #f0f1f2;
}

xn-savefilter-component > div:not(.xn-modal) #xn-saved-search-button-group .xn-input-group #xn-save-filter {
  color: #2d393b;
  border: 1px solid #dbdedf;
}

xn-savefilter-component > div:not(.xn-modal) #xn-saved-search-button-group .xn-input-group .xn-button {
  color: #fff;
  border-radius: 35px;
  background: #2d393b !important;
}

xn-savefilter-component > div:not(.xn-modal) #xn-saved-search-button-group .xn-buttons .xn-button.xn-cta {
  color: #fff;
  border-radius: 35px;
  background: #032957 !important;
}

xn-savefilter-component #xn-saved-search-modal table tbody tr {
  border-bottom: 1px solid #dbdedf;
}

xn-savefilter-component #xn-saved-search-modal table tbody tr td {
  color: #2d393b;
  background: #fff;
}

xn-savefilter-component #xn-saved-search-modal table tbody tr td .xn-button {
  color: #fff;
  background: #054188 !important;
}

xn-savefilter-component #xn-saved-search-modal table tbody tr td a:before {
  color: #054188 !important;
}

xn-termsandconditionslink-component {
  color: #2d393b;
  margin-bottom: 30px;
  font-size: .875rem;
  font-weight: 400;
  display: block;
}

xn-termsandconditionslink-component a {
  color: #032957;
  border: none;
  font-weight: 800;
}

xn-day-selector .day-selector {
  border-top: 1px solid #e6e7e8;
  border-bottom: 1px solid #e6e7e8;
}

xn-day-selector .day-selector li.prev-week svg path, xn-day-selector .day-selector li.next-week svg path, xn-day-selector .day-selector li.calendar svg path {
  fill: #2d393b;
}

xn-day-selector .day-selector li.day .name {
  color: #032957;
}

xn-day-selector .day-selector li.day .date {
  color: #2d393b;
}

xn-day-selector .day-selector li.day:before {
  background: #e6e7e8;
}

xn-day-selector .day-selector li.day.selected {
  background: #2d393b;
}

xn-day-selector .day-selector li.day.selected .date, xn-day-selector .day-selector li.day.selected .name {
  color: #fff;
}

@media screen and (width <= 767px) {
  xn-dedicatedtimetable-component > .xn-input-group {
    width: 100%;
  }
}

xn-dedicatedtimetable-component > .xn-input-group input[type="checkbox"] + input + label, xn-dedicatedtimetable-component > .xn-input-group input[type="checkbox"] + label {
  color: #2d393b;
}

xn-dedicatedtimetable-component > .xn-input-group input[type="checkbox"] + input + label a, xn-dedicatedtimetable-component > .xn-input-group input[type="checkbox"] + label a {
  color: #032957;
}

xn-dedicatedtimetable-component > .xn-input-group input[type="checkbox"]:checked + input + label > span.xn-tick, xn-dedicatedtimetable-component > .xn-input-group input[type="checkbox"]:checked + label > span.xn-tick {
  background-color: #032957;
  border-color: #032957;
}

xn-dedicatedtimetable-component > .xn-input-group input[type="checkbox"]:checked + input + label:before, xn-dedicatedtimetable-component > .xn-input-group input[type="checkbox"]:checked + label:before {
  color: #032957;
}

xn-dedicatedtimetable-component xn-termsandconditionslink-component {
  text-align: right;
  width: 50%;
  margin-bottom: 40px;
}

@media screen and (width <= 767px) {
  xn-dedicatedtimetable-component xn-termsandconditionslink-component {
    text-align: left;
    width: 100%;
  }
}

xn-dedicatedtimetable-component xn-day-selector:before, xn-dedicatedtimetable-component > p {
  color: #2d393b;
}

xn-dedicatedtimetable-component > table tbody tr {
  border-bottom: 1px solid #dbdedf;
}

xn-dedicatedtimetable-component > table tbody tr td {
  color: #2d393b;
  background: #fff;
}

xn-dedicatedtimetable-component > table tbody tr td .xn-button {
  color: #fff;
  background: #054188 !important;
}

xn-dedicatedtimetable-component > table tbody tr td a i {
  color: #054188 !important;
}

xn-dedicatedtimetable-component > table tbody tr.xn-selected td {
  color: #fff;
  background: #032957;
}

xn-bookinghistory-component #xn-cancel-booking-confirm .xn-buttons {
  padding-top: 20px;
}

xn-bookinghistory-component #xn-cancel-booking-confirm .xn-buttons .xn-button {
  margin: 0;
}

xn-bookinghistory-component + .xn-links li, xn-mypayments-component + .xn-links li, xn-memberdebts-component + .xn-links li {
  text-align: left;
}

xn-bookinghistory-component + .xn-links li > a, xn-mypayments-component + .xn-links li > a, xn-memberdebts-component + .xn-links li > a {
  color: #fff;
  text-align: center;
  text-transform: none;
  border: none;
  border-radius: 35px;
  min-width: 150px;
  padding: 8px 20px;
  font-size: .875rem;
  font-weight: 400;
  display: inline-block;
  background: #435558 !important;
}

xn-bookinghistory-component + .xn-links li:first-child > a, xn-mypayments-component + .xn-links li:first-child > a, xn-memberdebts-component + .xn-links li:first-child > a {
  margin-top: 20px;
  background: #054188 !important;
}

xn-lhreceipt-component .xn-modal .xn-detail > div > p {
  margin-top: 10px;
}

xn-lhreceipt-component .xn-modal .xn-detail > p {
  text-align: center;
  color: #2d393b;
  font-style: italic;
}

xn-memberdebts-component .xn-total-due-wrapper {
  color: #2d393b;
}

xn-memberdebts-component .xn-total-due-wrapper .xn-total-due {
  color: #032957;
}

xn-memberdebts-component tfoot td {
  color: #2d393b;
}

xn-memberdebts-component tfoot td .xn-button {
  color: #fff;
  background: #032957 !important;
}

xn-memberdebts-component tfoot td:nth-child(2) {
  color: #032957;
}

.xn-container.receipt > .xn-container {
  margin: 8px;
  padding: 4px;
}

.xn-container.receipt > .xn-container > p, .xn-container.receipt > .xn-container > div, .xn-container.receipt > .xn-container > div > p {
  width: 100%;
  margin: 0;
  padding: 0;
}

.xn-container.receipt > .xn-container > p, .xn-container.receipt > .xn-container > div > p {
  color: #2d393b;
  padding-bottom: 20px;
  font-size: .875rem;
  font-weight: 400;
}

.xn-container.receipt > .xn-container > p a, .xn-container.receipt > .xn-container > div > p a {
  color: #032957;
  border: none;
  font-weight: 800;
}

.xn-container.receipt > .xn-container > .Items {
  padding-top: 20px;
  padding-bottom: 10px;
}

.xn-container.receipt > .xn-container > .Items table {
  margin-top: 0;
}

xn-bookinglist-component .xn-input-group.xn-bookings-order label, xn-qrcodeticketlist-component .xn-input-group.xn-bookings-order label {
  color: #2d393b;
}

xn-bookinglist-component .xn-input-group.xn-bookings-order select, xn-qrcodeticketlist-component .xn-input-group.xn-bookings-order select {
  color: #2d393b;
  background: #f0f1f2;
  border: 1px solid #f0f1f2;
}

xn-bookinglist-component xn-card-component .xn-card, xn-qrcodeticketlist-component xn-card-component .xn-card {
  background: #fff;
  border: 20px solid #f0f1f2;
}

xn-bookinglist-component xn-card-component .xn-card .xn-heading, xn-qrcodeticketlist-component xn-card-component .xn-card .xn-heading {
  color: #2d393b;
  background: #f0f1f2;
  order: 0;
}

xn-bookinglist-component xn-card-component .xn-card .xn-image, xn-qrcodeticketlist-component xn-card-component .xn-card .xn-image {
  background-color: #054188;
  order: 1;
}

xn-bookinglist-component xn-card-component .xn-card .xn-more-info, xn-qrcodeticketlist-component xn-card-component .xn-card .xn-more-info {
  color: #fff;
  order: 3;
}

xn-bookinglist-component xn-card-component .xn-card .xn-more-info:after, xn-qrcodeticketlist-component xn-card-component .xn-card .xn-more-info:after, xn-bookinglist-component xn-card-component .xn-card .xn-more-info:hover:after, xn-qrcodeticketlist-component xn-card-component .xn-card .xn-more-info:hover:after {
  background: #2196f3;
}

xn-bookinglist-component xn-card-component .xn-card .xn-booking-description, xn-qrcodeticketlist-component xn-card-component .xn-card .xn-booking-description {
  color: #2d393b;
  order: 2;
}

xn-bookinglist-component xn-card-component .xn-card .xn-content, xn-qrcodeticketlist-component xn-card-component .xn-card .xn-content {
  color: #2d393b;
  order: 4;
}

xn-bookinglist-component xn-card-component .xn-card .xn-content > div, xn-qrcodeticketlist-component xn-card-component .xn-card .xn-content > div {
  border-bottom: 1px solid #e6e7e8;
}

xn-bookinglist-component xn-card-component .xn-card .xn-alerts, xn-qrcodeticketlist-component xn-card-component .xn-card .xn-alerts {
  order: 5;
}

xn-bookinglist-component xn-card-component .xn-card .xn-alerts .xn-alert-success, xn-qrcodeticketlist-component xn-card-component .xn-card .xn-alerts .xn-alert-success {
  color: #fff !important;
  background: #008e33 !important;
}

xn-bookinglist-component xn-card-component .xn-card .xn-alerts .xn-alert-success a, xn-qrcodeticketlist-component xn-card-component .xn-card .xn-alerts .xn-alert-success a {
  font-weight: 800;
  color: #fff !important;
  cursor: pointer !important;
}

xn-bookinglist-component xn-card-component .xn-card .xn-alerts .xn-alert-success:before, xn-qrcodeticketlist-component xn-card-component .xn-card .xn-alerts .xn-alert-success:before {
  color: #fff;
}

xn-bookinglist-component xn-card-component .xn-card .xn-buttons, xn-qrcodeticketlist-component xn-card-component .xn-card .xn-buttons {
  order: 6;
}

xn-bookinglist-component xn-card-component .xn-card .xn-buttons .xn-button, xn-qrcodeticketlist-component xn-card-component .xn-card .xn-buttons .xn-button {
  color: #fff;
  border-radius: 35px;
  background: #032957 !important;
}

xn-bookinghistory-component .xn-card {
  margin: 0;
}

xn-bookinghistory-component .xn-card .xn-content {
  border: none;
}

xn-bookinghistory-component .xn-card .xn-content > div {
  flex-basis: 100% !important;
}

xn-membershipprices-component > section > form .xn-input-group label {
  color: #2d393b;
}

xn-membershipprices-component > section > form .xn-input-group select {
  color: #2d393b;
  background: #f0f1f2;
  border: 1px solid #f0f1f2;
}

xn-membershipprice-component {
  height: auto;
}

xn-membershipprice-component xn-card-component .xn-card {
  background: #2d393b;
}

xn-membershipprice-component xn-card-component .xn-card .xn-heading {
  color: #fff;
  background: #171d1e;
}

xn-membershipprice-component xn-card-component .xn-card .xn-content .xn-cost .xn-pounds, xn-membershipprice-component xn-card-component .xn-card .xn-content .xn-cost .xn-pounds > span, xn-membershipprice-component xn-card-component .xn-card .xn-content .xn-cost .xn-pence, xn-membershipprice-component xn-card-component .xn-card .xn-content .xn-frequency, xn-membershipprice-component xn-card-component .xn-card .xn-content .xn-duration, xn-membershipprice-component xn-card-component .xn-card .xn-content .xn-payment-method, xn-membershipprice-component xn-card-component .xn-card .xn-content .xn-additional-fees, xn-membershipprice-component xn-card-component .xn-card .xn-content .xn-pay-today span {
  color: #fff;
}

xn-membershipprice-component xn-card-component .xn-card .xn-content .xn-toggle-additional-benefits, xn-membershipprice-component xn-card-component .xn-card .xn-content .xn-toggle-applicable-sites, xn-membershipprice-component xn-card-component .xn-card .xn-content .xn-add-to-basket {
  color: #fff;
  border-radius: 35px;
  background: #032957 !important;
}

xn-membershipprice-component xn-card-component .xn-card .xn-content .xn-membership-benefits {
  background: #f0f1f2;
}

xn-membershipprice-component xn-card-component .xn-card .xn-content .xn-membership-benefits .xn-benefits .xn-title {
  color: #032957 !important;
}

xn-membershipprice-component xn-card-component .xn-card .xn-buttons .xn-button {
  color: #fff;
  border-radius: 35px;
  background: #054188 !important;
}

xn-membershipprice-component xn-card-component .xn-card .xn-image.required ~ .xn-buttons:before, xn-membershipprice-component xn-card-component .xn-card .xn-image.Required ~ .xn-buttons:before, xn-membershipprice-component xn-card-component .xn-card .xn-img-required ~ .xn-buttons:before {
  color: #fff;
  border-radius: 35px;
  background: #435558 !important;
}

#xn-book-now-confirm .xn-buttons .xn-button {
  color: #fff;
  border-radius: 35px;
  background: #032957 !important;
}

@media screen and (width <= 370px) {
  #xn-book-now-confirm .xn-buttons .xn-button {
    width: 100%;
    margin: 10px 0 0 !important;
  }
}

#xn-book-now-confirm .xn-buttons .xn-button.xn-mute {
  color: #6f8d92;
  background: #fff !important;
  border: 1px solid #6f8d92 !important;
}

xn-currentperson-component .xn-modal .xn-buttons .xn-button {
  color: #fff;
  border-radius: 35px;
  background: #032957 !important;
}

xn-currentperson-component .xn-modal .xn-buttons .xn-button.xn-mute {
  color: #6f8d92;
  background: #fff !important;
  border: 1px solid #6f8d92 !important;
}

xn-currentperson-component .xn-current-person-header {
  background: #dbdedf;
}

@media screen and (width <= 1024px) {
  xn-currentperson-component .xn-current-person-header {
    flex-wrap: wrap;
    width: 75%;
  }
}

@media screen and (width <= 767px) {
  xn-currentperson-component .xn-current-person-header {
    width: calc(80% - 30px);
  }
}

xn-currentperson-component .xn-current-person-header .xn-current-person-name {
  color: #2d393b;
}

@media screen and (width <= 1024px) {
  xn-currentperson-component .xn-current-person-header .xn-current-person-name {
    flex: 0 0 100%;
  }
}

xn-currentperson-component .xn-current-person-header .xn-buttons {
  padding: 0;
}

@media screen and (width <= 1024px) {
  xn-currentperson-component .xn-current-person-header .xn-buttons {
    justify-content: space-between;
    width: 100%;
  }
}

xn-currentperson-component .xn-current-person-header .xn-buttons .xn-button {
  border-radius: 35px;
  background: #032957 !important;
}

@media screen and (width <= 1024px) {
  xn-currentperson-component .xn-current-person-header .xn-buttons .xn-button {
    flex: auto;
    display: block;
  }

  xn-currentperson-component .xn-current-person-header .xn-buttons .xn-button:first-child {
    margin-left: 0;
  }
}

xn-currentperson-component .xn-current-person-header .xn-buttons .xn-button.xn-primary {
  background: #2d393b !important;
}

xn-linkedmembers-component .xn-modal .xn-buttons .xn-button {
  color: #fff;
  border-radius: 35px;
  background: #032957 !important;
}

xn-linkedmembers-component .xn-modal .xn-buttons .xn-button.xn-mute {
  color: #6f8d92;
  background: #fff !important;
  border: 1px solid #6f8d92 !important;
}

xn-linkedmembers-component xn-card-component .xn-card {
  background: #fff;
  border: 20px solid #f0f1f2;
}

xn-linkedmembers-component xn-card-component .xn-card .xn-heading {
  color: #2d393b;
  background: #f0f1f2;
}

xn-linkedmembers-component xn-card-component .xn-card .xn-prime-linked {
  color: #2d393b;
}

xn-linkedmembers-component xn-card-component .xn-card .xn-buttons .xn-button {
  color: #fff;
  border-radius: 35px;
  background: #032957 !important;
}

xn-linkedmembers-component xn-card-component .xn-card .xn-image, xn-linkedmembers-component xn-card-component .xn-card.xn-selected > * {
  background-color: #054188;
}

@media screen and (width <= 767px) {
  xn-linkedmembers-component > .xn-buttons {
    flex-wrap: wrap;
    width: auto;
  }
}

xn-linkedmembers-component > .xn-buttons .xn-button {
  color: #fff;
  border-radius: 35px;
  background: #032957 !important;
}

@media screen and (width <= 767px) {
  xn-linkedmembers-component > .xn-buttons .xn-button {
    flex-basis: 100%;
    width: 100%;
    margin: 15px 0 0;
    display: block;
  }
}

.xn-members-home-addlinkedperson .xn-container {
  padding: 0 16px;
}

.xn-members-home-addlinkedperson .xn-container p {
  color: #2f3e45;
  font-size: .875rem;
  font-weight: 400;
}

.xn-members-home-addlinkedperson .xn-container xn-profile-component {
  border-top: 1px solid #e6e7e8;
  margin: 20px 0 0;
  padding: 20px 0 0;
}

#skip-to-content-link {
  color: #fff;
  border-radius: 35px;
  background: #032957 !important;
}

ul.xn-grid > li.xn-selected .xn-card {
  background-color: #054188;
}

table:not(.xn-qr-code) tbody tr td.xn-actions a {
  color: #054188;
}

table:not(.xn-qr-code) tbody tr.xn-overdue {
  color: #ea0001;
}

table:not(.xn-qr-code) .xn-sortable-header.xn-sort-desc:after, table:not(.xn-qr-code) .xn-sortable-header.xn-sort-asc:after, xn-changepassword-component .xn-form .xn-required-message, xn-changepassword-component .xn-form .xn-required-message:before {
  color: #054188;
}

xn-changepassword-component .xn-form .xn-heading-text, xn-changepassword-component .xn-form .xn-fields .xn-instruction {
  color: #2d393b;
}

xn-changepassword-component .xn-form .xn-fields .xn-instruction a {
  color: #fff;
  background: #032957;
}

xn-changepassword-component .xn-form .xn-fields .xn-input-group label {
  color: #2d393b;
}

xn-changepassword-component .xn-form .xn-fields .xn-input-group .xn-required-text:before {
  color: #ea0001;
}

xn-changepassword-component .xn-form .xn-fields .xn-input-group .xn-inputs input[type="text"], xn-changepassword-component .xn-form .xn-fields .xn-input-group .xn-inputs input[type="email"], xn-changepassword-component .xn-form .xn-fields .xn-input-group .xn-inputs input[type="password"] {
  color: #2d393b;
  border: 1px solid #dbdedf;
}

xn-changepassword-component .xn-form .xn-fields .xn-input-group input[type="checkbox"] + input + label, xn-changepassword-component .xn-form .xn-fields .xn-input-group input[type="checkbox"] + label {
  color: #2d393b;
}

xn-changepassword-component .xn-form .xn-fields .xn-input-group input[type="checkbox"] + input + label a, xn-changepassword-component .xn-form .xn-fields .xn-input-group input[type="checkbox"] + label a {
  color: #032957;
}

xn-changepassword-component .xn-form .xn-fields .xn-input-group input[type="checkbox"]:checked + input + label > span.xn-tick, xn-changepassword-component .xn-form .xn-fields .xn-input-group input[type="checkbox"]:checked + label > span.xn-tick {
  background-color: #032957;
  border-color: #032957;
}

xn-changepassword-component .xn-form .xn-buttons .xn-button {
  color: #fff;
  background: #032957;
}

xn-changepassword-component .xn-form .xn-buttons + .xn-instruction {
  color: #2d393b;
}

xn-changepassword-component .xn-form .xn-form-links-list ul li a {
  color: #fff;
  background: #054188;
}

xn-cookiebanner-component .xn-cookie-banner-header .xn-buttons .xn-button {
  background-color: #054188;
}

xn-cookiebanner-component .xn-cookie-banner-header .xn-buttons .xn-button:hover {
  background-color: #032957;
}

xn-cookiebanner-component .xn-buttons .xn-button {
  background-color: #054188;
}

xn-cookiebanner-component .xn-buttons .xn-button:hover {
  background-color: #032957;
}

xn-cookiebanner-component input[type="radio"]:checked {
  background-color: #054188;
}

xn-listfilter-component .xn-filters > div > div > .xn-heading.xn-items-selected {
  background: #054188;
}

xn-listfilter-component .xn-filters > div > div > .xn-heading.xn-items-selected:hover {
  background: #032957;
}

xn-listfilter-component li.xn-selected #xn-card-component .xn-card:hover {
  background-color: #032957;
}

xn-listfilter-component .xn-filters > div > div div.xn-type-filter > .xn-heading, xn-listfilter-component .xn-filters > div > div div.xn-date-filter > .xn-heading {
  color: #fff;
  background: #6f8d92;
}

xn-listfilter-component .xn-filters > div > div div.xn-type-filter > .xn-heading:before, xn-listfilter-component .xn-filters > div > div div.xn-date-filter > .xn-heading:before {
  color: #fff;
}

xn-listfilter-component .xn-filters > div > div div.xn-type-filter > .xn-heading.xn-filter-items-visibility, xn-listfilter-component .xn-filters > div > div div.xn-date-filter > .xn-heading.xn-filter-items-visibility {
  color: #2d393b;
  background: #f0f1f2;
}

xn-membershipfilter-component li.xn-selected #xn-card-component .xn-card:hover {
  background-color: #032957;
}

xn-membershipprice-component .xn-pay-today span {
  border-bottom: 1px solid #054188;
}

xn-membershipprice-component ul.xn-benefits li.xn-toggle-applicable-sites, xn-membershipprice-component ul.xn-sites li.xn-toggle-applicable-sites, xn-membershipprice-component .xn-toggle-additional-benefits, xn-membershipprice-component .xn-toggle-applicable-sites {
  color: #2d393b;
}

xn-membershipprice-component ul.xn-sites .xn-multi-site {
  color: #054188;
}

#xn-myMemberships-component table tbody tr td:nth-child(5) .xn-added-by:before, #xn-myMemberships-component table tbody tr td:nth-child(5) .xn-added-by:after {
  color: #2d393b;
}

xn-calendar-popup .title .prev-month, xn-calendar-popup .title .next-month {
  color: #054188;
}

xn-calendar-popup .title .prev-month:hover, xn-calendar-popup .title .next-month:hover {
  background-color: #054188;
}

xn-calendar-popup table.calendar tr.calendar-weekdays td.calendar-day.selected .day-name {
  color: #054188;
}

xn-calendar-popup table.calendar td.calendar-day:hover:not(.disabled):not(.selected) .day-number {
  background-color: #054188;
}

xn-calendar-popup table.calendar td.calendar-day.selected .day-number {
  background-color: #2d393b;
}

xn-event-selector .event:hover {
  background-color: #054188;
}

xn-event-selector .event:hover .details .book-now {
  color: #054188;
}

xn-event-selector .event.unbookable:hover {
  background-color: #0759b9;
}

.xn-popup .overlay .container .header .title, .xn-popup .overlay .container .body .title {
  color: #054188;
}

.xn-popup .overlay .container .footer .button.cta, xn-timetable-selector .xn-popup .overlay .container .body ul.additional-timetables li:not(.spacer).selected, xn-timetable-selector .xn-popup .overlay .container .body ul.additional-timetables li:not(.spacer):hover:not(.selected) {
  background-color: #054188;
}

xn-timetable-selector ul.timetable-selector .selector .header {
  border-radius: 35px;
}

xn-timetable-selector ul.timetable-selector .selector .header .dropdown:hover, xn-timetable-selector ul.timetable-selector .selector .header:hover {
  background-color: #054188;
}

xn-timetable-selector ul.timetable-selector .selector.is-dropdown .header, .xn-header .xn-title {
  color: #054188;
}

.xn-header .xn-heading-text {
  color: #000;
}

.xn-header .xn-required-message, .xn-header .xn-required-message:before {
  color: #032957;
}

.xn-menu-buttons .xn-menu-button .xn-text-wrapper {
  background-color: #054188;
}

.xn-menu-buttons .xn-menu-button:hover .xn-text-wrapper, .xn-menu-buttons .xn-menu-button:focus .xn-text-wrapper {
  background-color: #032957;
}

body.xn-members-home-index header .xn-header .xn-title, body.xn-members-home-index .xn-container .xn-tile .xn-menu-buttons .xn-options-title {
  color: #000;
}

.xn-members-home-index, .xn-public-home-index {
  background-color: #fff;
}

.xn-members-home-index header .xn-header .xn-title, .xn-public-home-index header .xn-header .xn-title {
  color: #000;
}

.xn-members-home-index header .xn-header .xn-title span, .xn-public-home-index header .xn-header .xn-title span {
  color: #054188;
}

.xn-members-home-index header .xn-header .xn-underline, .xn-public-home-index header .xn-header .xn-underline {
  background: #054188;
}

.xn-members-home-index .xn-container, .xn-public-home-index .xn-container, .xn-members-home-index .xn-container .xn-tile, .xn-public-home-index .xn-container .xn-tile {
  background: none;
}

.xn-members-home-index .xn-container .xn-tile xn-notices-component .xn-notices-title, .xn-public-home-index .xn-container .xn-tile xn-notices-component .xn-notices-title {
  color: #fff;
}

.xn-members-home-index .xn-container .xn-tile xn-notices-component .xn-jump-to-options a, .xn-public-home-index .xn-container .xn-tile xn-notices-component .xn-jump-to-options a, .xn-members-home-index .xn-container .xn-tile xn-notices-component .xn-jump-to-options a:before, .xn-public-home-index .xn-container .xn-tile xn-notices-component .xn-jump-to-options a:before {
  color: #032957;
}

.xn-members-home-index .xn-container .xn-tile .xn-menu-buttons .xn-menu-button:hover .xn-image-wrapper .xn-image-inset .xn-image, .xn-public-home-index .xn-container .xn-tile .xn-menu-buttons .xn-menu-button:hover .xn-image-wrapper .xn-image-inset .xn-image {
  color: #fff;
}

#sidebar-wrapper #xn-help-close {
  background-color: #054188;
}

.xn-navbar {
  background: #054188;
}

.xn-navbar .xn-navbar-brand {
  background-color: #054188;
}

.xn-navbar .xn-navbar-brand:hover {
  background-color: #032957;
  border-color: #032957;
}

xn-basketsummary-component .xn-detail, xn-basketsummarytest-component .xn-detail {
  background: #032957;
}

xn-basketsummary-component .xn-detail .xn-empty-basket, xn-basketsummarytest-component .xn-detail .xn-empty-basket {
  color: #000;
}

xn-basketsummary-component .xn-detail .xn-items tbody tr:not(.xn-membership-breakdown):not(.xn-spacer) .xn-description, xn-basketsummarytest-component .xn-detail .xn-items tbody tr:not(.xn-membership-breakdown):not(.xn-spacer) .xn-description {
  color: #2d393b;
}

xn-basketsummary-component .xn-detail .xn-items tbody tr:not(.xn-membership-breakdown):not(.xn-spacer) .xn-description:after, xn-basketsummarytest-component .xn-detail .xn-items tbody tr:not(.xn-membership-breakdown):not(.xn-spacer) .xn-description:after {
  background: #dbdedf;
}

xn-basketsummary-component .xn-detail .xn-items tbody tr:not(.xn-membership-breakdown):not(.xn-spacer) .xn-cost, xn-basketsummarytest-component .xn-detail .xn-items tbody tr:not(.xn-membership-breakdown):not(.xn-spacer) .xn-cost {
  color: #2d393b;
}

xn-basketsummary-component .xn-detail .xn-items tbody tr:not(.xn-membership-breakdown):not(.xn-spacer) .xn-cost:after, xn-basketsummarytest-component .xn-detail .xn-items tbody tr:not(.xn-membership-breakdown):not(.xn-spacer) .xn-cost:after {
  background: #dbdedf;
}

xn-basketsummary-component .xn-detail .xn-items tbody tr.xn-membership-breakdown td, xn-basketsummarytest-component .xn-detail .xn-items tbody tr.xn-membership-breakdown td, xn-basketsummary-component .xn-detail .xn-items .xn-total-text, xn-basketsummarytest-component .xn-detail .xn-items .xn-total-text {
  color: #2d393b;
}

xn-basketsummary-component .xn-detail .xn-items .xn-total-text:before, xn-basketsummarytest-component .xn-detail .xn-items .xn-total-text:before {
  background: #dbdedf;
}

xn-basketsummary-component .xn-detail .xn-items .xn-total, xn-basketsummarytest-component .xn-detail .xn-items .xn-total {
  color: #032957;
}

xn-basketsummary-component .xn-detail .xn-items .xn-total:before, xn-basketsummarytest-component .xn-detail .xn-items .xn-total:before {
  background: #dbdedf;
}

xn-basketsummary-component .xn-detail .xn-buttons .xn-button, xn-basketsummarytest-component .xn-detail .xn-buttons .xn-button {
  color: #fff;
  background: #032957 !important;
}

xn-basketsummary-component:hover .xn-summary, xn-basketsummarytest-component:hover .xn-summary {
  background: #032957;
}

.xn-brand-header {
  background-color: #fff;
  height: 96px;
}

.xn-brand-header .xn-brand-header-content .xn-icon-logo {
  background: url("CHELTENHAMLIDO.4aef2d1d.jpg") 0 0 / cover;
  width: 209px;
  height: 96px;
}

.xn-brand-header .xn-brand-header-content .xn-brand-header-title {
  color: #fff;
}

.xn-brand-language-header {
  background-color: #fff;
  height: 96px;
}

.xn-brand-language-header .xn-brand-language-header-content .xn-icon-logo {
  background: url("CHELTENHAMLIDO.4aef2d1d.jpg") 0 0 / cover;
  width: 209px;
  height: 96px;
}

.xn-brand-language-header .xn-brand-language-header-content .xn-brand-header-title, .xn-brand-language-header .xn-brand-language-header-content .xn-brand-language-header-title {
  color: #fff;
}

@media screen and (width <= 767px) {
  .xn-brand-language-header {
    height: 40px;
  }
}

.xn-branding-link {
  color: #054188 !important;
  border: none !important;
  font-weight: 800 !important;
}

a.xn-branding-link:hover {
  color: #0759b9 !important;
  text-decoration: none !important;
}

.xn-button.xn-cta {
  background-color: #054188;
}

.xn-button.xn-cta:hover {
  background-color: #032957;
}

.xn-alert-text {
  color: #ea0001;
}

#xn-loginout-button, .xn-navbar xn-logincontrol-component button:before, .xn-navbar xn-homebutton-component .xn-navbar-brand:before, xn-basketsummary-component .xn-summary .xn-icon, xn-basketsummary-component .xn-summary .xn-no-items .xn-count {
  color: #fff;
}

.xn-auth-header {
  background-color: #fff;
  height: 96px;
}

.xn-auth-header .xn-auth-header-content .xn-icon-logo {
  background: url("CHELTENHAMLIDO.4aef2d1d.jpg") 0 0 / 100% 100%;
  width: 209px;
  height: 96px;
}

@media screen and (width <= 767px) {
  .xn-auth-header .xn-auth-header-content .xn-icon-logo {
    background: url("CHELTENHAMLIDO.4aef2d1d.jpg");
    width: 209px;
    height: 96px;
  }
}

.xn-auth-header .xn-auth-header-content .xn-auth-header-title {
  color: #fff;
}

.xn-auth-language-header {
  background-color: #fff;
  height: 96px;
}

.xn-auth-language-header .xn-auth-language-header-content .xn-icon-logo {
  background: url("CHELTENHAMLIDO.4aef2d1d.jpg") 0 0 / 100% 100%;
  width: 209px;
  height: 96px;
}

@media screen and (width <= 767px) {
  .xn-auth-language-header .xn-auth-language-header-content .xn-icon-logo {
    background: url("CHELTENHAMLIDO.4aef2d1d.jpg");
    width: 209px;
    height: 96px;
  }
}

.xn-auth-language-header .xn-auth-language-header-content .xn-auth-language-header-title {
  color: #fff;
}

.xn-auth .xn-content-container h3 {
  color: #054188;
}

.xn-auth .xn-content-container .xn-underline {
  background: #054188;
}

.xn-auth .xn-content-container .xn-content .xn-content-detail .xn-instruction {
  color: #2d393b;
}

.xn-auth .xn-content-container .xn-content .xn-content-detail .xn-instruction a, .xn-auth .xn-content-container .xn-form-group .xn-buttons .xn-button {
  color: #fff;
  background: #032957;
  border-radius: 35px;
}

.xn-auth .xn-content-container .xn-form-group .xn-instruction {
  color: #2d393b;
}

.xn-auth-form form .xn-legend, .xn-auth-form form .xn-header, .xn-auth-form form legend {
  color: #054188;
  margin: 0;
}

.xn-auth-form form .xn-underline {
  background: #054188;
}

.xn-auth-form form .xn-required-message, .xn-auth-form form .xn-required-message:before {
  color: #054188;
}

.xn-auth-form form .xn-heading-text {
  color: #2d393b;
}

.xn-auth-form form .xn-heading-text a {
  color: #054188;
}

.xn-auth-form form .xn-fields .xn-instruction {
  color: #2d393b;
}

.xn-auth-form form .xn-fields .xn-instruction a {
  color: #fff;
  background: #032957;
  border-radius: 35px;
}

.xn-auth-form form .xn-fields .xn-input-group label {
  color: #2d393b;
}

.xn-auth-form form .xn-fields .xn-input-group .xn-required-text:before {
  color: #032957;
}

.xn-auth-form form .xn-fields .xn-input-group .xn-inputs input[type="text"], .xn-auth-form form .xn-fields .xn-input-group .xn-inputs input[type="email"], .xn-auth-form form .xn-fields .xn-input-group .xn-inputs input[type="password"], .xn-auth-form form .xn-fields .xn-input-group .xn-inputs input[type="tel"] {
  color: #2d393b;
  border: 1px solid #dbdedf;
}

.xn-auth-form form .xn-fields .xn-input-group input[type="checkbox"] + input + label, .xn-auth-form form .xn-fields .xn-input-group input[type="checkbox"] + label {
  color: #2d393b;
}

.xn-auth-form form .xn-fields .xn-input-group input[type="checkbox"] + input + label a, .xn-auth-form form .xn-fields .xn-input-group input[type="checkbox"] + label a {
  color: #032957;
}

.xn-auth-form form .xn-fields .xn-input-group input[type="checkbox"]:checked + input + label > span.xn-tick, .xn-auth-form form .xn-fields .xn-input-group input[type="checkbox"]:checked + label > span.xn-tick {
  background-color: #032957;
  border-color: #032957;
}

.xn-auth-form form .xn-buttons .xn-button {
  color: #fff;
  background: #032957;
  border-radius: 35px;
}

.xn-auth-form form .xn-buttons + .xn-instruction {
  color: #2d393b;
}

.xn-auth-form form .xn-form-links-list ul li a {
  color: #fff;
  background: #054188;
  border-radius: 35px;
}

.xn-auth-form .xn-form-footer .xn-buttons .xn-button {
  color: #fff;
  background: #032957;
  border-radius: 35px;
}

.xn-auth-form .xn-form-footer .xn-buttons + .xn-instruction {
  color: #2d393b;
}

.xn-auth-form .xn-form-footer .xn-form-links-list ul li a {
  color: #fff;
  background: #054188;
  border-radius: 35px;
}

.xn-auth-form.xn-login-form form .xn-buttons .xn-button {
  margin: 0 auto;
}

.xn-auth-form.xn-login-form form .xn-form-links-list .xn-passwordretrieval:before {
  color: #032957;
}

.xn-auth-form.xn-login-form form .xn-form-links-list .xn-passwordretrieval a {
  color: #2d393b;
}

.xn-auth-form.xn-login-form form .xn-form-links-list .xn-register {
  background-color: #597175;
}

.xn-auth-form.xn-login-form form .xn-form-links-list .xn-register:after {
  color: #fff;
  background: #054188;
  border-radius: 35px;
}

.xn-auth-form.xn-login-form form .xn-form-links-list .xn-signup {
  background-color: #6f8d92;
}

.xn-auth-form.xn-login-form form .xn-form-links-list .xn-signup:after {
  color: #fff;
  background: #054188;
  border-radius: 35px;
}

.xn-auth-form.xn-login-form form .xn-form-links-list .xn-crmregister {
  background-color: #435558;
}

.xn-auth-form.xn-login-form form .xn-form-links-list .xn-crmregister:after {
  color: #fff;
  background: #054188;
  border-radius: 35px;
}

.xn-auth .xn-content-container .xn-legend, .xn-auth .xn-content-container h3 {
  color: #054188;
}

.xn-consent h1 {
  color: #054188;
  margin: 0;
}

.xn-auth-form.xn-consent-form > .xn-instruction {
  color: #2d393b;
}

.xn-auth-form.xn-consent-form > .xn-instruction a {
  color: #fff;
  background: #032957;
  border-radius: 35px;
}

.xn-auth-form.xn-consent-form fieldset legend, .xn-auth-form.xn-consent-form fieldset .xn-legend {
  margin: 0;
  color: #054188 !important;
}

.xn-auth-form.xn-consent-form fieldset .xn-underline {
  background: #054188;
}

.xn-auth-form.xn-consent-form fieldset .xn-required-message, .xn-auth-form.xn-consent-form fieldset .xn-required-message:before {
  color: #054188;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields .xn-instruction {
  color: #2d393b;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields .xn-instruction a {
  color: #fff;
  background: #032957;
  border-radius: 35px;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group label {
  color: #2d393b;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group .xn-required-text:before {
  color: #032957;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group .xn-inputs input[type="text"], .xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group .xn-inputs input[type="email"], .xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group .xn-inputs input[type="password"], .xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group .xn-inputs input[type="tel"] {
  color: #2d393b;
  border: 1px solid #dbdedf;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group input[type="checkbox"] + input + label, .xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group input[type="checkbox"] + label {
  color: #2d393b;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group input[type="checkbox"] + input + label a, .xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group input[type="checkbox"] + label a {
  color: #032957;
}

.xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group input[type="checkbox"]:checked + input + label > span.xn-tick, .xn-auth-form.xn-consent-form fieldset .xn-fields .xn-input-group input[type="checkbox"]:checked + label > span.xn-tick {
  background-color: #032957;
  border-color: #032957;
}

.xn-auth-form.xn-consent-form .xn-buttons .xn-button {
  color: #fff;
  border-radius: 35px;
  background: #032957 !important;
}

.xn-auth-form.xn-consent-form .xn-form-links-list ul li a {
  color: #fff;
  background: #054188;
  border-radius: 35px;
}

.xn-auth.xn-permissions h1 {
  color: #054188;
  margin: 0;
}

.xn-auth.xn-permissions .xn-permission-clientname, .xn-auth.xn-permissions .xn-permission-type, .xn-auth.xn-permissions ul li {
  color: #2d393b;
}

.xn-auth.xn-permissions .xn-buttons .xn-button {
  color: #fff;
  border-radius: 35px;
  background: #032957 !important;
}

.xn-auth-form.xn-login-form form .xn-myaccount-button {
  background: #054188;
}

.xn-auth-form.xn-login-form form .xn-ep-text {
  color: #171d1e;
}

#xn-gender-male, #xn-gender-female, #xn-gender-unknown {
  accent-color: #054188;
}
/*# sourceMappingURL=auth.e2d5bbc7.css.map */
