﻿	
/*----------------------------------------------------------------------------------
--This section Fixes issue with mobile timetable selector   		  --
------------------------------------------------------------------------------------*/
xn-timetable-selector ul.timetable-selector.mobile {
  display: block;
  color: #324164;
  font-size: 18px;
  font-weight: 400; }
  xn-timetable-selector ul.timetable-selector.mobile li {
    display: block;
    width: 100%;
    border-top: 1px solid #CDCDCD; }
    xn-timetable-selector ul.timetable-selector.mobile li:last-child {
      border-bottom: 1px solid #CDCDCD; }
    xn-timetable-selector ul.timetable-selector.mobile li .timetable {
      padding: 20px 32px 12px 32px;
      display: block;
      width: 100%;
      line-height: 28px; }
      xn-timetable-selector ul.timetable-selector.mobile li .timetable .name {
        display: inline-block;
        width: 75%;
        margin: 0;
        vertical-align: top; }
      xn-timetable-selector ul.timetable-selector.mobile li .timetable .filter {
        display: inline-block;
        width: 10%;
        text-align: center;
        margin: 0;
        visibility: hidden; }
        xn-timetable-selector ul.timetable-selector.mobile li .timetable .filter .filter-svg {
          width: 28px;
          height: 28px; }
        xn-timetable-selector ul.timetable-selector.mobile li .timetable .filter.visible {
          visibility: visible; }
      xn-timetable-selector ul.timetable-selector.mobile li .timetable .expand, xn-timetable-selector ul.timetable-selector.mobile li .timetable .expanded {
        display: inline-block;
        float: right; }
        xn-timetable-selector ul.timetable-selector.mobile li .timetable .expand:after, xn-timetable-selector ul.timetable-selector.mobile li .timetable .expanded:after {
          font-family: fontAwesome;
          content: '\f078'; }
      xn-timetable-selector ul.timetable-selector.mobile li .timetable .expanded {
        display: none; }
        xn-timetable-selector ul.timetable-selector.mobile li .timetable .expanded:after {
          content: '\f078'; }
    xn-timetable-selector ul.timetable-selector.mobile li ul.date-picker {
      padding: 20px 32px;
      width: 100%;
      display: block;
      background-color: #16acf1;
      font-weight: 300;
      margin-bottom: 0; }
      xn-timetable-selector ul.timetable-selector.mobile li ul.date-picker li {
        border: none;
        max-height: 62px; }
        xn-timetable-selector ul.timetable-selector.mobile li ul.date-picker li .prev-day {
          display: inline-block;
          width: 10%;
          float: left;
          padding-top: 3px; }
          xn-timetable-selector ul.timetable-selector.mobile li ul.date-picker li .prev-day:after {
            font-family: fontAwesome;
            content: '\f053'; }
        xn-timetable-selector ul.timetable-selector.mobile li ul.date-picker li .date {
          display: inline-block;
          width: 80%;
          text-align: center;
          padding-top: 3px; }
          xn-timetable-selector ul.timetable-selector.mobile li ul.date-picker li .date .day {
            font-weight: bold; }
        xn-timetable-selector ul.timetable-selector.mobile li ul.date-picker li .next-day {
          display: inline-block;
          width: 10%;
          float: right;
          text-align: right;
          padding-top: 3px; }
          xn-timetable-selector ul.timetable-selector.mobile li ul.date-picker li .next-day:after {
            font-family: fontAwesome;
            content: '\f054'; }
    xn-timetable-selector ul.timetable-selector.mobile li ul.locations {
      width: 100%;
      display: block;
      margin: 0;
      padding: 0;
      background-color: #76cef7; }
      xn-timetable-selector ul.timetable-selector.mobile li ul.locations li {
        border: none; }
        xn-timetable-selector ul.timetable-selector.mobile li ul.locations li .location {
          display: block;
          padding: 20px 32px; }
          xn-timetable-selector ul.timetable-selector.mobile li ul.locations li .location .name {
            text-align: center;
            margin: 0;
            width: 60%;
            display: inline-block; }
          xn-timetable-selector ul.timetable-selector.mobile li ul.locations li .location .collapse {
            display: inline-block;
            width: 20%;
            float: left;
            text-align: left;
            padding-top: 2px; }
            xn-timetable-selector ul.timetable-selector.mobile li ul.locations li .location .collapse:after {
              font-family: fontAwesome;
              content: '\f053'; }
          xn-timetable-selector ul.timetable-selector.mobile li ul.locations li .location .expand {
            display: none; }
            xn-timetable-selector ul.timetable-selector.mobile li ul.locations li .location .expand:after {
              font-family: fontAwesome;
              content: '\f054'; }
        xn-timetable-selector ul.timetable-selector.mobile li ul.locations li.collapsed .location .name {
          text-align: left; }
        xn-timetable-selector ul.timetable-selector.mobile li ul.locations li.collapsed .location .expand {
          display: inline-block;
          width: 20%;
          float: right;
          text-align: right;
          padding-top: 2px; }
        xn-timetable-selector ul.timetable-selector.mobile li ul.locations li.collapsed .location .collapse {
          display: none; }
        xn-timetable-selector ul.timetable-selector.mobile li ul.locations li.collapsed ul.events {
          display: none; }
        xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events {
          padding: 0;
          background-color: #ffffff; }
          xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event {
            display: none;
            padding: 20px 32px;
            border-bottom: 1px solid #CDCDCD;
            font-weight: bold; }
            xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event:last-child {
              border-bottom: none; }
            xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event .times {
              display: block;
              width: 100%; }
            xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event .title {
              font-weight: 300; }
            xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event .book-now {
              display: block; }
              xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event .book-now:before {
                content: 'Book now';
                color: #e9530e; }
            xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event.unbookable .book-now:before {
              content: 'More info'; }
            xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event .select {
              display: inline-block;
              float: right;
              text-align: right; }
              xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event .select:after {
                font-family: fontAwesome;
                content: '\f054'; }
          xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event.visible {
            display: inline-block; }
    xn-timetable-selector ul.timetable-selector.mobile li .timetable-status {
      padding: 16px;
      text-align: center;
      font-weight: 300; }
      xn-timetable-selector ul.timetable-selector.mobile li .timetable-status:empty {
        display: none; }
    xn-timetable-selector ul.timetable-selector.mobile li.collapsed .timetable-status {
      display: none; }
    xn-timetable-selector ul.timetable-selector.mobile li.collapsed ul.date-picker, xn-timetable-selector ul.timetable-selector.mobile li.collapsed ul.locations {
      display: none; }
    xn-timetable-selector ul.timetable-selector.mobile li.collapsed .timetable .expand {
      display: none; }
    xn-timetable-selector ul.timetable-selector.mobile li.collapsed .timetable .expanded {
      display: inline-block; }

/*----------------------------------------------------------------------------------
-  Original  		  
------------------------------------------------------------------------------------*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
	font-family: 'PF DinText Std', 'Arial', sans-serif;
}
label {
	text-transform: initial;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: 'PF DinText Std', 'Arial', sans-serif;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: 'PF DinText Std', 'Arial', sans-serif;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

*,
*:after,
*:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-family: 'PF DinText Std', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 64px 0 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    width: 100%;
    margin: 8px;
}

a {
    color: #f19124;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}/*
@font-face {
    font-family: 'PF DinText Std';
    src: url('css/fonts/PFDinTextStd-Bold.eot');
    src: url('css/fonts/PFDinTextStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/PFDinTextStd-Bold.woff2') format('woff2'),
        url('css/fonts/PFDinTextStd-Bold.woff') format('woff'),
        url('css/fonts/PFDinTextStd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PF DinText Std';
    src: url('css/fonts/PFDinTextStd-Regular.eot');
    src: url('css/fonts/PFDinTextStd-Regular.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/PFDinTextStd-Regular.woff2') format('woff2'),
        url('css/fonts/PFDinTextStd-Regular.woff') format('woff'),
        url('css/fonts/PFDinTextStd-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sailec';
    src: url('css/fonts/Sailec-Medium.eot');
    src: url('css/fonts/Sailec-Medium.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/Sailec-Medium.woff2') format('woff2'),
        url('css/fonts/Sailec-Medium.woff') format('woff'),
        url('css/fonts/Sailec-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sailec';
    src: url('css/fonts/Sailec-Bold.eot');
    src: url('css/fonts/Sailec-Bold.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/Sailec-Bold.woff2') format('woff2'),
        url('css/fonts/Sailec-Bold.woff') format('woff'),
        url('css/fonts/Sailec-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
*/
.xn-alert {
    padding: 8px 16px;
    margin-bottom: 16px;
    border-radius: 3px;
    border: 1px solid #fff;
    width: 100%;
    margin-top: 4px;
}

.xn-alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}

.xn-alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.xn-alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

/*.xn-select:before {
    font-family: fontAwesome;
    content: "";
}*/

.xn-delete:before {
    font-family: fontAwesome;
    content: "\f1f8";
    color: #5d7b89;
}

.xn-basket:before {
    font-family: fontAwesome;
    content: "";
}

.xn-info:before {
    font-family: fontAwesome;
    content: "";
}

.xn-view:before {
    font-family: fontAwesome;
    content: "";
}

.xn-cancel:before {
    font-family: fontAwesome;
    content: "";
    color: #d50000;
}

.xn-pdf:after {
    font-family: fontAwesome;
    content: "";
    margin-left: 8px;
}

.xn-word:after {
    font-family: fontAwesome;
    content: "";
    margin-left: 8px;
}

.xn-text:after {
    font-family: fontAwesome;
    content: "";
    margin-left: 8px;
}

.xn-zip:after {
    font-family: fontAwesome;
    content: "";
    margin-left: 8px;
}

.xn-file:after {
    font-family: fontAwesome;
    content: "";
    margin-left: 8px;
}

.xn-help:after {
    font-family: fontAwesome;
    content: "\f059";
    margin-left: 4px;
    color: #f19124;
    cursor: help;
}

.xn-plain-text {
    padding: 0 16px;
}

.xn-buttons {
    display: flex;
    padding: 8px 0;
}

.xn-buttons .xn-button {
    margin-left: 8px;
    flex: 1 1 auto;
}

.xn-buttons .xn-button:first-child {
    margin-left: 0;
}

.xn-buttons .xn-button:last-child {
    margin-right: 0;
}

.xn-button {
    display: block;
    background-color: #949494;
    color: #fff;
    padding: 8px 16px;
    margin: 8px;
    border: none;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.xn-button:hover {
    background-color: #f19124;
}

.xn-button:hover.xn-mute {
    background-color: #aeaeae;
    color: #fff;
    border: 1px solid #aeaeae;
}

.xn-button.xn-mute {
    background-color: #fff;
    color: #949494;
    border: 1px solid #949494;
}

.xn-button.xn-cta {
    display: block;
    background-color: #f19124;
    color: #fff;
    /* line-height: 30px; */
    padding: 0px 16px;
    margin: 0px;
    height: 40px;
    line-height:40px;
    border: none;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.xn-button.xn-cta:hover {
    background-color: #b9420b;
}

.xn-button.xn-cta:hover.xn-mute {
    background-color: #f37237;
    color: #fff;
    border: 1px solid #f37237;
}

.xn-button.xn-cta.xn-mute {
    background-color: #fff;
    color: #f19124;
    border: 1px solid #f19124;
}

.xn-button.xn-primary {
    display: block;
    background-color: #f19124;
    color: #fff;
    padding: 8px 16px;
    margin: 8px;
    border: none;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.xn-button.xn-primary:hover {
    background-color: #f19124;
}

.xn-button.xn-primary:hover.xn-mute {
    background-color: #f19124;
    color: #fff;
    border: 1px solid #f19124;
}

.xn-button.xn-primary.xn-mute {
    background-color: #fff;
    color: #f19124;
    border: 1px solid #f19124;
}

.xn-button.xn-secondary {
    display: block;
    background-color: #009688;
    color: #fff;
    padding: 8px 16px;
    margin: 8px;
    border: none;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.xn-button.xn-secondary:hover {
    background-color: #00635a;
}

.xn-button.xn-secondary:hover.xn-mute {
    background-color: #00c9b6;
    color: #fff;
    border: 1px solid #00c9b6;
}

.xn-button.xn-secondary.xn-mute {
    background-color: #fff;
    color: #009688;
    border: 1px solid #009688;
}

.xn-button.xn-danger {
    display: block;
    background-color: #f44336;
    color: #fff;
    padding: 8px 16px;
    margin: 8px;
    border: none;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.xn-button.xn-danger:hover {
    background-color: #ea1c0d;
}

.xn-button.xn-danger:hover.xn-mute {
    background-color: #f77066;
    color: #fff;
    border: 1px solid #f77066;
}

.xn-button.xn-danger.xn-mute {
    background-color: #fff;
    color: #f44336;
    border: 1px solid #f44336;
}

.xn-button.xn-success {
    display: block;
    background-color: #f19124;
    color: #fff;
    padding: 8px 16px;
    margin: 8px;
    border: none;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.xn-button.xn-success:hover {
    background-color: #2d8331;
}

.xn-button.xn-success:hover.xn-mute {
    background-color: #52c457;
    color: #fff;
    border: 1px solid #52c457;
}

.xn-button.xn-success.xn-mute {
    background-color: #fff;
    color: #f19124;
    border: 1px solid #f19124;
}

.xn-button:disabled {
    background-color: #808080;
}

.xn-button:disabled:hover {
    background-color: #808080;
    cursor: not-allowed;
}

a.xn-button:hover {
    text-decoration: none;
}

lh-card {
    height: 100%;
}

lh-card .xn-card {
    background-color: #333e49;
    display: flex;
    flex-flow: column nowrap;
    color: #fff;
    height: calc(100% - 16px);
    border-radius: 3px;
    margin: 8px 8px 8px 0px;
    position: relative;
}

lh-card .xn-card .xn-heading {
    font-weight: normal;
    font-size: 1.1rem;
    padding: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    align-self: left;
    margin-bottom: 0;
    display: block;
    width: 100%;
}

lh-card .xn-card .xn-image {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    flex: 0 0 150px;
}

lh-card .xn-card>* {
    padding: 16px;
}

lh-card .xn-card.xn-selected .xn-image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

lh-card .xn-card.xn-selected>* {
    background-color: #f19124;
}

.xn-help {
    position: relative;
}

@media(max-width:1024px) {
    .xn-help:active:before,
    .xn-help:hover:before {
        position: fixed;
        content: attr(title);
        top: 30%;
        left: 15%;
        width: 70%;
        background: #fff;
        border: 1px solid #cdcdcd;
        z-index: 1000;
        padding: 8px;
        font-weight: 300;
        text-transform: none;
        background-color: #d1ecf1;
        border-color: #bee5eb;
        color: #0c5460;
        -webkit-box-shadow: 10px 10px 20px -6px rgba(0, 0, 0, .75);
        -moz-box-shadow: 10px 10px 20px -6px rgba(0, 0, 0, .75);
        box-shadow: 10px 10px 20px -6px rgba(0, 0, 0, .75);
    }
}

.xn-help:hover {
    cursor: help;
}

ul.xn-grid {
    display: flex;
    flex-flow: row wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.xn-grid li.xn-header {
    flex: 1 1 100%;
    font-size: 14px;
    text-transform: initial;
    padding: 8px 0 0 0;
    font-weight: 600;
}

ul.xn-grid>li {
    flex: 1;
    overflow: hidden;
}

ul.xn-grid>li.xn-selected .xn-card {
    background-color: #f19124;
}

.xn-tile.xn-small ul.xn-grid.xn-grid-1>li {
    flex: 0 0 100%;
}

.xn-tile.xn-small ul.xn-grid.xn-grid-2>li {
    flex: 0 0 100%;
}

.xn-tile.xn-small ul.xn-grid.xn-grid-3>li {
    flex: 0 0 100%;
}

.xn-tile.xn-small ul.xn-grid.xn-grid-4>li {
    flex: 0 0 50%;
}

.xn-tile.xn-small ul.xn-grid.xn-grid-5>li {
    flex: 0 0 50%;
}

.xn-tile.xn-small ul.xn-grid.xn-grid-6>li {
    flex: 0 0 50%;
}

@media(max-width:1023px) {
    .xn-tile.xn-small ul.xn-grid.xn-grid-1>li {
        flex: 0 0 100%;
    }
    .xn-tile.xn-small ul.xn-grid.xn-grid-2>li {
        flex: 0 0 100%;
    }
    .xn-tile.xn-small ul.xn-grid.xn-grid-3>li {
        flex: 0 0 100%;
    }
    .xn-tile.xn-small ul.xn-grid.xn-grid-4>li {
        flex: 0 0 50%;
    }
    .xn-tile.xn-small ul.xn-grid.xn-grid-5>li {
        flex: 0 0 50%;
    }
    .xn-tile.xn-small ul.xn-grid.xn-grid-6>li {
        flex: 0 0 50%;
    }
}

@media(max-width:767px) {
    .xn-tile.xn-small ul.xn-grid.xn-grid-1>li {
        flex: 0 0 100%;
    }
    .xn-tile.xn-small ul.xn-grid.xn-grid-2>li {
        flex: 0 0 100%;
    }
    .xn-tile.xn-small ul.xn-grid.xn-grid-3>li {
        flex: 0 0 100%;
    }
    .xn-tile.xn-small ul.xn-grid.xn-grid-4>li {
        flex: 0 0 100%;
    }
    .xn-tile.xn-small ul.xn-grid.xn-grid-5>li {
        flex: 0 0 100%;
    }
    .xn-tile.xn-small ul.xn-grid.xn-grid-6>li {
        flex: 0 0 100%;
    }
}

.xn-tile.xn-medium ul.xn-grid.xn-grid-1>li {
    flex: 0 0 100%;
}

.xn-tile.xn-medium ul.xn-grid.xn-grid-2>li {
    flex: 0 0 50%;
}

.xn-tile.xn-medium ul.xn-grid.xn-grid-3>li {
    flex: 0 0 33.33333%;
}

.xn-tile.xn-medium ul.xn-grid.xn-grid-4>li {
    flex: 0 0 25%;
}

.xn-tile.xn-medium ul.xn-grid.xn-grid-5>li {
    flex: 0 0 20%;
}

.xn-tile.xn-medium ul.xn-grid.xn-grid-6>li {
    flex: 0 0 16.66667%;
}

@media(max-width:1023px) {
    .xn-tile.xn-medium ul.xn-grid.xn-grid-1>li {
        flex: 0 0 50%;
    }
    .xn-tile.xn-medium ul.xn-grid.xn-grid-2>li {
        flex: 0 0 50%;
    }
    .xn-tile.xn-medium ul.xn-grid.xn-grid-3>li {
        flex: 0 0 50%;
    }
    .xn-tile.xn-medium ul.xn-grid.xn-grid-4>li {
        flex: 0 0 50%;
    }
    .xn-tile.xn-medium ul.xn-grid.xn-grid-5>li {
        flex: 0 0 50%;
    }
    .xn-tile.xn-medium ul.xn-grid.xn-grid-6>li {
        flex: 0 0 50%;
    }
}

@media(max-width:767px) {
    .xn-tile.xn-medium ul.xn-grid.xn-grid-1>li {
        flex: 0 0 100%;
    }
    .xn-tile.xn-medium ul.xn-grid.xn-grid-2>li {
        flex: 0 0 100%;
    }
    .xn-tile.xn-medium ul.xn-grid.xn-grid-3>li {
        flex: 0 0 100%;
    }
    .xn-tile.xn-medium ul.xn-grid.xn-grid-4>li {
        flex: 0 0 100%;
    }
    .xn-tile.xn-medium ul.xn-grid.xn-grid-5>li {
        flex: 0 0 100%;
    }
    .xn-tile.xn-medium ul.xn-grid.xn-grid-6>li {
        flex: 0 0 100%;
    }
}

.xn-tile.xn-large ul.xn-grid.xn-grid-1>li {
    flex: 0 0 100%;
}

.xn-tile.xn-large ul.xn-grid.xn-grid-2>li {
    flex: 0 0 50%;
}

.xn-tile.xn-large ul.xn-grid.xn-grid-3>li {
    flex: 0 0 33.33333%;
}

.xn-tile.xn-large ul.xn-grid.xn-grid-4>li {
    flex: 0 0 25%;
}

.xn-tile.xn-large ul.xn-grid.xn-grid-5>li {
    flex: 0 0 20%;
}

.xn-tile.xn-large ul.xn-grid.xn-grid-6>li {
    flex: 0 0 16.66667%;
}

@media(max-width:1023px) {
    .xn-tile.xn-large ul.xn-grid.xn-grid-1>li {
        flex: 0 0 50%;
    }
    .xn-tile.xn-large ul.xn-grid.xn-grid-2>li {
        flex: 0 0 50%;
    }
    .xn-tile.xn-large ul.xn-grid.xn-grid-3>li {
        flex: 0 0 50%;
    }
    .xn-tile.xn-large ul.xn-grid.xn-grid-4>li {
        flex: 0 0 50%;
    }
    .xn-tile.xn-large ul.xn-grid.xn-grid-5>li {
        flex: 0 0 50%;
    }
    .xn-tile.xn-large ul.xn-grid.xn-grid-6>li {
        flex: 0 0 50%;
    }
}

@media(max-width:767px) {
    .xn-tile.xn-large ul.xn-grid.xn-grid-1>li {
        flex: 0 0 100%;
    }
    .xn-tile.xn-large ul.xn-grid.xn-grid-2>li {
        flex: 0 0 100%;
    }
    .xn-tile.xn-large ul.xn-grid.xn-grid-3>li {
        flex: 0 0 100%;
    }
    .xn-tile.xn-large ul.xn-grid.xn-grid-4>li {
        flex: 0 0 100%;
    }
    .xn-tile.xn-large ul.xn-grid.xn-grid-5>li {
        flex: 0 0 100%;
    }
    .xn-tile.xn-large ul.xn-grid.xn-grid-6>li {
        flex: 0 0 100%;
    }
}

.xn-modal {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10; }
    .xn-modal.xn-visible {
    display: block; }
    .xn-modal.xn-modal-large .xn-content {
    width: 700px; }
    @media (max-width: 767px) {
    .xn-modal.xn-modal-large .xn-content {
    width: 100%; } }
    .xn-modal.xn-modal-small .xn-content {
    width: 350px; }
    @media (max-width: 767px) {
    .xn-modal.xn-modal-small .xn-content {
    width: 100%; } }
    .xn-modal .xn-content {
    background: white;
    width: 500px;
    padding: 16px;
    border-radius: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    max-height: calc(100% - 86px);
    overflow-y: auto;
    -webkit-box-shadow: 10px 10px 20px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 20px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 20px -6px rgba(0, 0, 0, 0.75); }
    .xn-modal .xn-content > .xn-heading {
    margin: 0 8px; }
    .xn-modal .xn-content .xn-close {
    color: black;
    position: absolute;
    top: 8px;
    right: 16px; }
    .xn-modal .xn-content .xn-close:before {
    font-family: fontAwesome;
    content: "\f00d";
    font-size: 20px; }
    .xn-modal .xn-content .xn-close:hover {
    text-decoration: none; }
    @media (max-width: 767px) {
    .xn-modal .xn-content {
    padding-top: 90px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
    border-radius: 0;
    overflow-y: auto; }
    .xn-modal .xn-content h2 {
    font-size: 1.5rem; }
    .xn-modal .xn-content .xn-close {
    top: 60px; } }
table:not(.xn-qr-code) {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 8px;
}

table:not(.xn-qr-code) th,
table:not(.xn-qr-code) td {
    text-align: left;
    padding: 8px;
}

table:not(.xn-qr-code) th.xn-align-right,
table:not(.xn-qr-code) td.xn-align-right {
    text-align: right;
}

table:not(.xn-qr-code) th.xn-align-center,
table:not(.xn-qr-code) td.xn-align-center {
    text-align: center;
}

table:not(.xn-qr-code) th .xn-button,
table:not(.xn-qr-code) td .xn-button {
    display: inline-block;
    padding: 2px 8px;
}

table:not(.xn-qr-code) th .xn-date,
table:not(.xn-qr-code) td .xn-date {
    white-space: nowrap;
}

table:not(.xn-qr-code) th .xn-time:before,
table:not(.xn-qr-code) td .xn-time:before {
    content: ' - ';
}

table:not(.xn-qr-code) th {
    font-size: 16px;
    text-transform: initial;
    font-weight: bold;
    border-bottom: 1px solid #cdcdcd;
}

table:not(.xn-qr-code) tbody tr {
    border-bottom: 1px solid #cdcdcd;
}

table:not(.xn-qr-code) tbody tr:last-child {
    border-bottom: none;
}

table:not(.xn-qr-code) tbody tr td.xn-actions a {
    color: #f19124;
}

table:not(.xn-qr-code) tbody tr.xn-overdue {
    color: #d50000;
}

table:not(.xn-qr-code) tbody tr.xn-overdue td:first-child:before {
    font-family: fontAwesome;
    content: "";
    margin-right: 4px;
}

table:not(.xn-qr-code) tfoot tr td {
    border-top: 1px solid #cdcdcd;
}

table:not(.xn-qr-code) tfoot tr td .xn-total {
    font-size: 16px;
    text-transform: initial;
    font-weight: bold;
    margin-right: 8px;
}

form {
    background-color: #fff;
    display: block;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

select {
    text-transform: initial;
}

select[multiple] {
    overflow-y: scroll;
}

textarea {
    resize: vertical;
}

.xn-input-group,
.xn-option-group {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 12px;
}

.xn-input-group label,
.xn-option-group label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    flex-basis: 100%;
    margin-bottom: 4px;
}

.xn-input-group.xn-required label,
.xn-option-group.xn-required label {
    flex-basis: auto;
}

.xn-input-group.xn-required span.xn-required-text,
.xn-option-group.xn-required span.xn-required-text {
    text-transform: initial;
    font-size: 12px;
    color: #d50000;
    white-space: nowrap;
    margin-left: 4px;
}

.xn-input-group.xn-required .xn-options,
.xn-option-group.xn-required .xn-options {
    flex-basis: 100%;
}

.xn-input-group .xn-inputs,
.xn-option-group .xn-inputs {
    display: flex;
    flex-basis: 100%;
    align-self: flex-end;
}

@media(max-width:767px) {
    .xn-input-group .xn-inputs,
    .xn-option-group .xn-inputs {
        flex-flow: row wrap;
    }
}

.xn-option-group label {
    margin-bottom: 8px;
}

.xn-option-group.xn-required label {
    flex-basis: auto;
}

.xn-option-group.xn-required span.xn-required-text {
    text-align: left;
    margin-left: 8px;
    flex-basis: auto;
}

.xn-validation-message {
    border: 1px solid #d50000;
    background-color: #ff3c3c;
    color: #fff;
    flex-basis: 100%;
    margin: 8px 0;
    padding: 8px;
    border-radius: 3px;
}

.xn-guidance {
    border: 1px solid #cdcdcd;
    flex-basis: 100%;
    margin: 8px 0;
    padding: 8px;
    border-radius: 3px;
}

.xn-form-links-list {
    margin: 0;
}

.xn-form-links-list ul {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.xn-form-links-list ul li {
    margin: 8px 0;
}

.xn-form-links-list ul li a {
    font-size: 14px;
}

input[type='checkbox'],
input[type='radio'] {
    display: none;
}

input[type='checkbox']+input+label,
input[type='checkbox']+span+label,
input[type='checkbox']+label,
input[type='radio']+input+label,
input[type='radio']+span+label,
input[type='radio']+label {
    font-weight: normal;
}

input[type='checkbox']+input+label:hover,
input[type='checkbox']+span+label:hover,
input[type='checkbox']+label:hover,
input[type='radio']+input+label:hover,
input[type='radio']+span+label:hover,
input[type='radio']+label:hover {
    cursor: pointer;
}

input[type='checkbox']+input+label:before,
input[type='checkbox']+span+label:before,
input[type='checkbox']+label:before,
input[type='radio']+input+label:before,
input[type='radio']+span+label:before,
input[type='radio']+label:before {
    font-family: fontAwesome;
    font-weight: normal;
    content: '\f192';
    text-align: center;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #cdcdcd;
    margin-right: 8px;
    background-color: #fff;
}

input[type='radio']+input+label:before,
input[type='radio']+span+label:before,
input[type='radio']+label:before {
    content: '\f192';
}

input[type='checkbox']:checked+input+label:before,
input[type='checkbox']:checked+span+label:before,
input[type='checkbox']:checked+label:before {
    content: '\f192';
    color: #f19124;
}

input[type='radio']:checked+input+label:before,
input[type='radio']:checked+span+label:before,
input[type='radio']:checked+label:before {
    content: '\f192';
    color: #f19124;
}

.xn-option-group {
    margin-top: 4px;
}

.xn-option-group label {
    float: none;
}

.xn-options.xn-inline {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
}

.xn-options.xn-inline label {
    max-width: 25%;
    word-wrap: break-word;
    padding-right: 8px;
}

@media(max-width:1023px) {
    .xn-options.xn-inline label {
        max-width: 33%;
    }
}

@media(max-width:767px) {
    .xn-options.xn-inline label {
        max-width: 100%;
    }
}

.xn-border {
    border: 1px solid #cdcdcd;
    padding: 8px;
}

.xn-tile.xn-small form .xn-options.xn-inline label {
    max-width: 100%;
}

.xn-tile.xn-small .xn-input-group .xn-inputs {
    flex-flow: row wrap;
    max-width: 100%;
}

input:not([type='checkbox']),
select,
textarea {
    font-size: 18px;
    width: 100%;
    padding: 8px;
    border: 1px solid #bbb;
    border-radius: 3px;
}

.xn-header {
    width: 1184px;
    margin: 0 auto;
    padding: 0 16px;
}

@media(max-width:1183px) {
    .xn-header {
        width: 100%;
        margin: 0;
    }
}

@media(max-width:1023px) {
    .xn-header {
        display: block;
    }
}

.xn-header .xn-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #f19124;
    padding: 10px 3px;
}

.xn-auth-header {
    height: 120px;
    background-color: #333e49;
    margin-top: 60px;
    display: block;
}

.xn-auth-header .xn-header-logo {
    display: block;
    width: 1184px;
    margin: 20px auto;
    padding-top: 0px;
}
.xn-auth-header .xn-header-logo::after {
	background-image: url('images/placesLeisureMonoWhite.svg');
    background-size: 150px 120px;
	background-repeat: no-repeat;
    display: inline-block;
    width: 250px; 
    height:150px;
	margin-left: 20px;
    content: "";
}

.xn-auth-header .xn-header-logo .xn-icon-logo {
    width: 120px;
    height: 63px;
    fill: white;
}

@media(max-width:1183px) {
    .xn-auth-header .xn-header-logo {
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }
}

.xn-container {
    display: flex;
    width: 1184px;
    margin: 0 auto;
    background-color: #fff;
    padding: 4px;
    flex-flow: row wrap;
}

.xn-container .xn-tile {
    display: flex;
    flex-flow: column nowrap;
    flex: 100%;
    background-color: #fff;
}

@media(max-width:1183px) {
    .xn-container {
        width: 100%;
        padding: 0;
        margin: 0;
    }
}

@media(max-width:1023px) {
    .xn-container {
        display: block;
    }
}

.xn-container .xn-tile.xn-small {
    flex: 30%;
}

@media(max-width:1023px) {
    .xn-container .xn-tile.xn-small {
        flex: 40%;
    }
}

@media(max-width:767px) {
    .xn-container .xn-tile.xn-small {
        flex: 100%;
    }
}

.xn-container .xn-tile.xn-medium {
    flex: 70%;
}

@media(max-width:1023px) {
    .xn-container .xn-tile.xn-medium {
        flex: 60%;
    }
}

@media(max-width:767px) {
    .xn-container .xn-tile.xn-medium {
        flex: 100%;
    }
}

.xn-navbar {
    padding: 8px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #333e49;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    justify-content: space-between;
    min-height: 54px;
}

.xn-navbar .xn-navbar-brand {
    background-color: #f19124;
    color: #fff;
    padding: 0px 12px;
    height:40px;
    line-height:40px;
    font-size: 1rem;
    border-radius: 3px;
    border: 1px solid #f19124;
    /* line-height: 30px; */
}

@media(max-width:370px) {
    .xn-navbar .xn-navbar-brand {
        font-size: 0;
    }
}

.xn-navbar .xn-navbar-brand:before {
    font-family: fontAwesome;
    content: '\f015';
    margin-right: 4px;
}

@media(max-width:370px) {
    .xn-navbar .xn-navbar-brand:before {
        margin-right: 0;
        font-size: 1rem;
    }
}

.xn-navbar .xn-navbar-brand:hover {
    text-decoration: none;
}

.xn-navbar .xn-navbar-additional {
    display: flex;
}

.xn-navbar form {
    background: none;
}

.xn-navbar form .btn {
    background-color: #f19124;
    border-color: #f19124;
    color: #fff;
}

.xn-no-print {
    display: none;
}

lh-basketdetails-component {
    display: block;
    background-color: #fff;
    margin: 8px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

lh-basketdetails-component .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

lh-basketdetails-component .xn-heading,
lh-basketdetails-component legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

lh-basketdetails-component>lh-card .xn-card {
    margin: 0;
}

lh-basketdetails-component>lh-card .xn-card .xn-heading {
    text-align: left;
}

lh-basketdetails-component #xn-promotionCode-group a {
    display: inline-block;
}

lh-basketdetails-component #xn-promotionCode-group input {
    width: auto;
}

lh-basketdetails-component table tbody tr td.xn-description {
    max-width: 90%;
}

lh-basketdetails-component table tbody tr td.xn-cost {
    text-align: right;
    vertical-align: bottom;
}

lh-basketdetails-component table tbody tr td.xn-additional {
    width: 32px;
    text-align: right;
    vertical-align: bottom;
}

lh-basketdetails-component table tbody tr td.xn-additional .xn-pay-today-link:before {
    font-family: fontAwesome;
    content: "\f05a";
    cursor: pointer;
    color: #f19124;
}

lh-basketdetails-component table tbody tr td.xn-actions {
    width: 32px;
    text-align: right;
    vertical-align: bottom;
}

lh-basketdetails-component table tfoot tr td {
    font-weight: bold;
}

lh-basketdetails-component table tfoot tr td.xn-total {
    text-align: right;
}

lh-basketsummary-component,
xn-basketsummarytest-component {
    display: block;
    background-color: #fff;
    margin: 8px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
    color: #000;
    display: inline-block;
    width: 114px;
    margin: 0 0 0 8px;
    -webkit-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 20px -1px rgba(0, 0, 0, .75);
    position: fixed;
    top: 8px;
    right: 8px;
    height: auto;
    z-index: 1000;
}

lh-basketsummary-component .image,
xn-basketsummarytest-component .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

lh-basketsummary-component .xn-heading,
lh-basketsummary-component legend,
xn-basketsummarytest-component .xn-heading,
xn-basketsummarytest-component legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

lh-basketsummary-component>lh-card .xn-card,
xn-basketsummarytest-component>lh-card .xn-card {
    margin: 0;
}

lh-basketsummary-component>lh-card .xn-card .xn-heading,
xn-basketsummarytest-component>lh-card .xn-card .xn-heading {
    text-align: left;
}

lh-basketsummary-component .xn-detail,
xn-basketsummarytest-component .xn-detail {
    max-height: 500px;
    overflow-y: auto;
}

lh-basketsummary-component .xn-detail table,
xn-basketsummarytest-component .xn-detail table {
    table-layout: auto;
}

lh-basketsummary-component .xn-summary,
xn-basketsummarytest-component .xn-summary {
    margin: 0 8px 0 0;
    padding: 6px 4px 6px 6px;
    cursor: pointer;
    width: 100%;
}

lh-basketsummary-component .xn-summary .xn-no-items .xn-count,
xn-basketsummarytest-component .xn-summary .xn-no-items .xn-count {
    color: #333e49;
}

lh-basketsummary-component .xn-summary .xn-icon,
xn-basketsummarytest-component .xn-summary .xn-icon {
    display: inline-block;
    margin: 0 0 0 4px;
}

lh-basketsummary-component .xn-summary .xn-icon:before,
xn-basketsummarytest-component .xn-summary .xn-icon:before {
    font-family: fontAwesome;
    content: "\f291";
    display: inline-block;
	font-size:14px;
}

lh-basketsummary-component .xn-summary .xn-no-items,
xn-basketsummarytest-component .xn-summary .xn-no-items {
    margin-right: 2px;
    float: right;
}

lh-basketsummary-component .xn-summary .xn-no-items .xn-count,
xn-basketsummarytest-component .xn-summary .xn-no-items .xn-count {
    display: inline-block;
}

lh-basketsummary-component .xn-detail,
xn-basketsummarytest-component .xn-detail {
    margin-top: 8px;
    padding: 0 8px;
    display: none;
}

lh-basketsummary-component .xn-detail table,
xn-basketsummarytest-component .xn-detail table {
    font-size: 14px;
}

lh-basketsummary-component .xn-detail table tbody tr,
xn-basketsummarytest-component .xn-detail table tbody tr {
    background-color: inherit !important;
}

lh-basketsummary-component .xn-detail table tbody tr td.xn-cost,
xn-basketsummarytest-component .xn-detail table tbody tr td.xn-cost {
    text-align: right;
    vertical-align: bottom;
}

lh-basketsummary-component .xn-detail table tbody tr td.xn-description,
xn-basketsummarytest-component .xn-detail table tbody tr td.xn-description {
    min-width: 120px;
    max-width: 250px;
}

lh-basketsummary-component .xn-detail table tbody tr:not(.xn-promotion-line),
xn-basketsummarytest-component .xn-detail table tbody tr:not(.xn-promotion-line) {
    border-top: 1px dashed #cdcdcd;
}

lh-basketsummary-component .xn-detail table tbody tr:first-child,
xn-basketsummarytest-component .xn-detail table tbody tr:first-child {
    border-top: 1px solid #cdcdcd;
}

lh-basketsummary-component .xn-detail table tfoot tr,
xn-basketsummarytest-component .xn-detail table tfoot tr {
    font-weight: bold;
}

lh-basketsummary-component .xn-detail table tfoot tr td.xn-total,
xn-basketsummarytest-component .xn-detail table tfoot tr td.xn-total {
    text-align: right;
}

lh-basketsummary-component .xn-detail .xn-empty-basket,
xn-basketsummarytest-component .xn-detail .xn-empty-basket {
    padding: 0 16px 8px 16px;
    max-width: 200px;
}

lh-basketsummary-component:hover,
xn-basketsummarytest-component:hover {
    width: auto;
}

lh-basketsummary-component:hover .xn-detail,
xn-basketsummarytest-component:hover .xn-detail {
    display: block;
}

#xn-basket-summary .xn-component {
    width: 124px;
}

xn-bookings-component .xn-bookings-grid {
    margin: 0 10px;
}

xn-bookings-component .xn-bookings-no-result {
    margin: 15px;
}

xn-bookings-component .xn-bookings-order {
    padding: 0 17px;
}

xn-bookings-component .xn-card .xn-booking-info {
    display: flex;
}

xn-bookings-component .xn-card .xn-booking-info>div {
    flex: 3;
}

xn-bookings-component .xn-card .xn-booking-info>div:last-child {
    flex: 1;
    text-align: right;
}

xn-bookings-component .xn-card .xn-buttons {
    padding-bottom: 0;
}

xn-bookings-component .xn-card .xn-buttons>button {
    margin-bottom: 0;
}

xn-bookings-component .xn-card .xn-image {
    background-image: url(images/premium.jpg);
}

xn-bookings-component .xn-card .xn-image.xn-img-football {
    background-image: url(images/places.jpg);
}

xn-bookings-component .xn-card .xn-image.xn-img-swimming {
    background-image: url(images/swim.jpg);
}

xn-bookings-component .xn-card .xn-image.xn-img-gym {
    background-image: url(images/gym.jpg);
}

xn-bookingsfilter-component lh-card .xn-card .xn-heading {
    padding: 0;
    display: flex;
}

xn-bookingsfilter-component lh-card .xn-card .xn-heading>div {
    padding: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

xn-bookingsfilter-component lh-card .xn-card .xn-heading>div.xn-image {
    flex: 0 0 30%;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

xn-bookingsfilter-component .xn-card .xn-image {
    background-image: url(images/gym.jpeg);
}

xn-bookingsfilter-component .xn-card .xn-image.xn-img-football {
    background-image: url(images/football.jpeg);
}

xn-bookingsfilter-component .xn-card .xn-image.xn-img-swimming {
    background-image: url(images/swim.jpg);
}

xn-bookingsfilter-component .xn-card .xn-image.xn-img-gym {
    background-image: url(images/css/gym.jpg);
}

xn-directdebitdetails-component {
    display: block;
    background-color: #fff;
    margin: 8px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

xn-directdebitdetails-component .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

xn-directdebitdetails-component .xn-heading,
xn-directdebitdetails-component legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

xn-directdebitdetails-component>lh-card .xn-card {
    margin: 0;
}

xn-directdebitdetails-component>lh-card .xn-card .xn-heading {
    text-align: left;
}

xn-directdebitdetails-component .xn-detail {
    display: flex;
}

@media(max-width:1023px) {
    xn-directdebitdetails-component .xn-detail {
        display: block;
    }
}

xn-directdebitdetails-component .xn-detail #xn-accountName-group {
    flex: 1;
}

xn-directdebitdetails-component .xn-detail #xn-accountName-group label {
    flex-basis: auto;
}

xn-directdebitdetails-component .xn-detail #xn-accountName-group .xn-inputs {
    flex-basis: 100%;
}

xn-directdebitdetails-component .xn-detail #xn-accountName-group .xn-inputs input {
    width: 250px;
}

@media(max-width:767px) {
    xn-directdebitdetails-component .xn-detail #xn-accountName-group .xn-inputs input {
        width: 100%;
    }
}

xn-directdebitdetails-component .xn-detail #xn-accountNumber-group {
    flex: 1;
}

xn-directdebitdetails-component .xn-detail #xn-accountNumber-group label {
    flex-basis: auto;
}

xn-directdebitdetails-component .xn-detail #xn-accountNumber-group .xn-inputs {
    flex-basis: 100%;
}

xn-directdebitdetails-component .xn-detail #xn-accountNumber-group .xn-inputs input {
    width: 128px;
}

@media(max-width:767px) {
    xn-directdebitdetails-component .xn-detail #xn-accountNumber-group .xn-inputs input {
        width: 100%;
    }
}

xn-directdebitdetails-component .xn-detail #xn-sortCode-group {
    flex: 1;
}

xn-directdebitdetails-component .xn-detail #xn-sortCode-group label {
    flex-basis: auto;
}

xn-directdebitdetails-component .xn-detail #xn-sortCode-group .xn-inputs {
    flex-basis: 100%;
}

xn-directdebitdetails-component .xn-detail #xn-sortCode-group .xn-inputs #xn-sortCode1,
xn-directdebitdetails-component .xn-detail #xn-sortCode-group .xn-inputs #xn-sortCode2,
xn-directdebitdetails-component .xn-detail #xn-sortCode-group .xn-inputs #xn-sortCode3 {
    flex-basis: auto;
    width: 48px;
    margin-right: 16px;
    text-align: center;
}

xn-directdebitdetails-component .xn-detail #xn-sortCode-group .xn-inputs #xn-sortCode3 {
    margin-right: 0;
}

lh-fillquestionnaire-component {
    display: block;
    background-color: #fff;
    margin: 8px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

lh-fillquestionnaire-component .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

lh-fillquestionnaire-component .xn-heading,
lh-fillquestionnaire-component legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

lh-fillquestionnaire-component>lh-card .xn-card {
    margin: 0;
}

lh-fillquestionnaire-component>lh-card .xn-card .xn-heading {
    text-align: left;
}

lh-filter-component {
    display: block;
    background-color: #fff;
    margin: 8px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

lh-filter-component .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

lh-filter-component .xn-heading,
lh-filter-component legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

lh-filter-component>lh-card .xn-card {
    margin: 0;
}

lh-filter-component>lh-card .xn-card .xn-heading {
    text-align: left;
}

lh-joinnow-component {
    display: block;
    background-color: #fff;
    margin: 8px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

lh-joinnow-component .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

lh-joinnow-component .xn-heading,
lh-joinnow-component legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

lh-joinnow-component>lh-card .xn-card {
    margin: 0;
}

lh-joinnow-component>lh-card .xn-card .xn-heading {
    text-align: left;
}

lh-listquestionnaires-component {
    display: block;
    background-color: #fff;
    margin: 8px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

lh-listquestionnaires-component .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

lh-listquestionnaires-component .xn-heading,
lh-listquestionnaires-component legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

lh-listquestionnaires-component>lh-card .xn-card {
    margin: 0;
}

lh-listquestionnaires-component>lh-card .xn-card .xn-heading {
    text-align: left;
}

@media(max-width:767px) {
    lh-listquestionnaires-component table thead {
        display: none;
    }
    lh-listquestionnaires-component table tbody tr.xn-footer td {
        display: inline-block;
    }
    lh-listquestionnaires-component table tbody tr:not(.xn-footer) td {
        display: block;
        padding: 0;
    }
    lh-listquestionnaires-component table tbody tr:not(.xn-footer) td:nth-child(1) {
        text-align: left !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
    }
    lh-listquestionnaires-component table tbody tr:not(.xn-footer) td:nth-child(1):before {
        content: "Questionnaire";
        text-align: left;
        display: block;
        width: 150px;
        font-weight: bold;
    }
    lh-listquestionnaires-component table tbody tr.xn-footer td {
        display: inline-block;
    }
    lh-listquestionnaires-component table tbody tr:not(.xn-footer) td {
        display: block;
        padding: 0;
    }
    lh-listquestionnaires-component table tbody tr:not(.xn-footer) td:nth-child(2) {
        text-align: left !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
    }
    lh-listquestionnaires-component table tbody tr:not(.xn-footer) td:nth-child(2):before {
        content: "Last Completed";
        text-align: left;
        display: block;
        width: 150px;
        font-weight: bold;
    }
}

.xn-tile.xn-small lh-listquestionnaires-component table thead {
    display: none;
}

.xn-tile.xn-small lh-listquestionnaires-component table tbody tr.xn-footer td {
    display: inline-block;
}

.xn-tile.xn-small lh-listquestionnaires-component table tbody tr:not(.xn-footer) td {
    display: block;
    padding: 0;
}

.xn-tile.xn-small lh-listquestionnaires-component table tbody tr:not(.xn-footer) td:nth-child(1) {
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.xn-tile.xn-small lh-listquestionnaires-component table tbody tr:not(.xn-footer) td:nth-child(1):before {
    content: "Questionnaire";
    text-align: left;
    display: block;
    width: 150px;
    font-weight: bold;
}

.xn-tile.xn-small lh-listquestionnaires-component table tbody tr.xn-footer td {
    display: inline-block;
}

.xn-tile.xn-small lh-listquestionnaires-component table tbody tr:not(.xn-footer) td {
    display: block;
    padding: 0;
}

.xn-tile.xn-small lh-listquestionnaires-component table tbody tr:not(.xn-footer) td:nth-child(2) {
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.xn-tile.xn-small lh-listquestionnaires-component table tbody tr:not(.xn-footer) td:nth-child(2):before {
    content: "Last Completed";
    text-align: left;
    display: block;
    width: 150px;
    font-weight: bold;
}

xn-marketingpreferences-component {
    display: block;
    background-color: #fff;
    margin: 8px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

xn-marketingpreferences-component .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

xn-marketingpreferences-component .xn-heading,
xn-marketingpreferences-component legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

xn-marketingpreferences-component>lh-card .xn-card {
    margin: 0;
}

xn-marketingpreferences-component>lh-card .xn-card .xn-heading {
    text-align: left;
}

xn-marketingpreferences-component .xn-options {
    width: 100%;
}

xn-membershippricebreakdown-component table tbody tr:nth-child(even) {
    background-color: #fff !important;
}

xn-membershippricebreakdown-component tr.xn-payment-due-today td {
    border-top: 1px solid #cdcdcd;
    font-weight: bold;
}

lh-membership-price {
    display: block;
    background-color: #fff;
    margin: 8px 8px 8px 0px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
}

lh-membership-price .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

lh-membership-price .xn-heading,
lh-membership-price legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

lh-membership-price>lh-card .xn-card {
    margin: 0;
}

lh-membership-price>lh-card .xn-card .xn-heading {
    text-align: left;
}

lh-membership-price .xn-cost {
    text-align: center;
    padding: 20px 0px 0px 0px;
}

lh-membership-price .xn-cost .xn-pounds {
    font-size: 3rem;
}
lh-membership-price .xn-cost .xn-pence {
    font-size: 2.5rem;
}

lh-membership-price .xn-cost .xn-frequency {
    font-size: .7rem;
    display: block;
    text-transform: initial;
}

lh-membership-price .xn-payment-method {
    text-align: center;
}

lh-membership-price .xn-pay-today {
    text-align: center;
    padding-top: 0;
}

lh-membership-price .xn-pay-today span {
    cursor: pointer;
    color: #999;
    font-size: 14px;
}

lh-membership-price .xn-pay-today span:hover {
    border-bottom: 1px solid #f19124;
}

lh-membership-price ul.xn-benefits,
lh-membership-price ul.xn-sites {
    list-style-type: none;
    padding: 0 16px;
}

lh-membership-price ul.xn-benefits>li,
lh-membership-price ul.xn-sites>li {
    margin-bottom: 8px;
}

lh-membership-price ul.xn-benefits>li .xn-title,
lh-membership-price ul.xn-sites>li .xn-title {
    font-weight: 600;
    display: block;
}

lh-membership-price ul.xn-benefits li.xn-toggle-additional-benefits,
lh-membership-price ul.xn-benefits li.xn-toggle-sites,
lh-membership-price ul.xn-sites li.xn-toggle-additional-benefits,
lh-membership-price ul.xn-sites li.xn-toggle-sites {
    color: #f19124;
    cursor: pointer;
}

lh-membership-price ul.xn-benefits li.xn-additional-benefit,
lh-membership-price ul.xn-benefits li.xn-site-list,
lh-membership-price ul.xn-sites li.xn-additional-benefit,
lh-membership-price ul.xn-sites li.xn-site-list {
    display: none;
}

lh-membership-price ul.xn-benefits {
    margin-bottom: 0;
}

lh-membership-price ul.xn-sites .xn-multi-site {
    color: #f19124;
}

lh-membership-price lh-card .xn-image.xn-img-premium {
    background-image: url(images/premium.jpg);
}

lh-membership-price lh-card .xn-image.xn-img-places {
    background-image: url(images/places.jpg);
}

lh-membership-price lh-card .xn-image.xn-img-swim {
    background-image: url(images/swim.jpg);
}

lh-membership-price lh-card .xn-image.xn-img-gym {
    background-image:url(images/gym.jpg);
}

lh-membership-prices-component {
    display: block;
    background-color: #fff;
    margin: 8px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

lh-membership-prices-component .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

lh-membership-prices-component .xn-heading,
lh-membership-prices-component legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

lh-membership-prices-component>lh-card .xn-card {
    margin: 0;
}

lh-membership-prices-component>lh-card .xn-card .xn-heading {
    text-align: left;
}

lh-membership-upsell lh-membership-price lh-card .xn-button {
    min-height: 64px;
}

lh-multisave-component {
    display: block;
    background-color: #fff;
    margin: 8px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

lh-multisave-component .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

lh-multisave-component .xn-heading,
lh-multisave-component legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

lh-multisave-component>lh-card .xn-card {
    margin: 0;
}

lh-multisave-component>lh-card .xn-card .xn-heading {
    text-align: left;
}

lh-mydocuments-component {
    display: block;
    background-color: #fff;
    margin: 8px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

lh-mydocuments-component .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

lh-mydocuments-component .xn-heading,
lh-mydocuments-component legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

lh-mydocuments-component>lh-card .xn-card {
    margin: 0;
}

lh-mydocuments-component>lh-card .xn-card .xn-heading {
    text-align: left;
}

@media(max-width:767px) {
    lh-mydocuments-component table thead {
        display: none;
    }
    lh-mydocuments-component table tbody tr.xn-footer td {
        display: inline-block;
    }
    lh-mydocuments-component table tbody tr:not(.xn-footer) td {
        display: block;
        padding: 0;
    }
    lh-mydocuments-component table tbody tr:not(.xn-footer) td:nth-child(1) {
        text-align: left !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
    }
    lh-mydocuments-component table tbody tr:not(.xn-footer) td:nth-child(1):before {
        content: "Document Name";
        text-align: left;
        display: inline-block;
        width: 150px;
        font-weight: bold;
    }
    lh-mydocuments-component table tbody tr.xn-footer td {
        display: inline-block;
    }
    lh-mydocuments-component table tbody tr:not(.xn-footer) td {
        display: block;
        padding: 0;
    }
    lh-mydocuments-component table tbody tr:not(.xn-footer) td:nth-child(2) {
        text-align: left !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
    }
    lh-mydocuments-component table tbody tr:not(.xn-footer) td:nth-child(2):before {
        content: "Version";
        text-align: left;
        display: inline-block;
        width: 150px;
        font-weight: bold;
    }
    lh-mydocuments-component table tbody tr.xn-footer td {
        display: inline-block;
    }
    lh-mydocuments-component table tbody tr:not(.xn-footer) td {
        display: block;
        padding: 0;
    }
    lh-mydocuments-component table tbody tr:not(.xn-footer) td:nth-child(3) {
        text-align: left !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
    }
    lh-mydocuments-component table tbody tr:not(.xn-footer) td:nth-child(3):before {
        content: "File Type";
        text-align: left;
        display: inline-block;
        width: 150px;
        font-weight: bold;
    }
    lh-mydocuments-component table tbody tr.xn-footer td {
        display: inline-block;
    }
    lh-mydocuments-component table tbody tr:not(.xn-footer) td {
        display: block;
        padding: 0;
    }
    lh-mydocuments-component table tbody tr:not(.xn-footer) td:nth-child(4) {
        text-align: left !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
    }
    lh-mydocuments-component table tbody tr:not(.xn-footer) td:nth-child(4):before {
        content: "Agreed-upon Date";
        text-align: left;
        display: inline-block;
        width: 150px;
        font-weight: bold;
    }
}

.xn-tile.xn-small lh-mydocuments-component table thead {
    display: none;
}

.xn-tile.xn-small lh-mydocuments-component table tbody tr.xn-footer td {
    display: inline-block;
}

.xn-tile.xn-small lh-mydocuments-component table tbody tr:not(.xn-footer) td {
    display: block;
    padding: 0;
}

.xn-tile.xn-small lh-mydocuments-component table tbody tr:not(.xn-footer) td:nth-child(1) {
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.xn-tile.xn-small lh-mydocuments-component table tbody tr:not(.xn-footer) td:nth-child(1):before {
    content: "Document Name";
    text-align: left;
    display: inline-block;
    width: 150px;
    font-weight: bold;
}

.xn-tile.xn-small lh-mydocuments-component table tbody tr.xn-footer td {
    display: inline-block;
}

.xn-tile.xn-small lh-mydocuments-component table tbody tr:not(.xn-footer) td {
    display: block;
    padding: 0;
}

.xn-tile.xn-small lh-mydocuments-component table tbody tr:not(.xn-footer) td:nth-child(2) {
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.xn-tile.xn-small lh-mydocuments-component table tbody tr:not(.xn-footer) td:nth-child(2):before {
    content: "Version";
    text-align: left;
    display: inline-block;
    width: 150px;
    font-weight: bold;
}

.xn-tile.xn-small lh-mydocuments-component table tbody tr.xn-footer td {
    display: inline-block;
}

.xn-tile.xn-small lh-mydocuments-component table tbody tr:not(.xn-footer) td {
    display: block;
    padding: 0;
}

.xn-tile.xn-small lh-mydocuments-component table tbody tr:not(.xn-footer) td:nth-child(3) {
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.xn-tile.xn-small lh-mydocuments-component table tbody tr:not(.xn-footer) td:nth-child(3):before {
    content: "File Type";
    text-align: left;
    display: inline-block;
    width: 150px;
    font-weight: bold;
}

.xn-tile.xn-small lh-mydocuments-component table tbody tr.xn-footer td {
    display: inline-block;
}

.xn-tile.xn-small lh-mydocuments-component table tbody tr:not(.xn-footer) td {
    display: block;
    padding: 0;
}

.xn-tile.xn-small lh-mydocuments-component table tbody tr:not(.xn-footer) td:nth-child(4) {
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.xn-tile.xn-small lh-mydocuments-component table tbody tr:not(.xn-footer) td:nth-child(4):before {
    content: "Agreed-upon Date";
    text-align: left;
    display: inline-block;
    width: 150px;
    font-weight: bold;
}

xn-myMemberships-component {
    display: block;
    background-color: #fff;
    margin: 8px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

xn-myMemberships-component .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

xn-myMemberships-component .xn-heading,
xn-myMemberships-component legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

xn-myMemberships-component>lh-card .xn-card {
    margin: 0;
}

xn-myMemberships-component>lh-card .xn-card .xn-heading {
    text-align: left;
}

xn-myMemberships-component .xn-dd-guarantee {
    margin-top: 16px;
}

xn-myMemberships-component .xn-memberships-link {
    margin-top: 8px;
}

xn-myMemberships-component a {
    color: #f19124;
}

@media(max-width:767px) {
    xn-myMemberships-component .xn-myMemberships-group table thead {
        display: none;
    }
    xn-myMemberships-component .xn-myMemberships-group table tbody tr.xn-footer td {
        display: inline-block;
    }
    xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td {
        display: block;
        padding: 0;
    }
    xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td:nth-child(1) {
        text-align: left !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
    }
    xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td:nth-child(1):before {
        content: "Membership";
        text-align: left;
        display: inline-block;
        width: 120px;
        font-weight: bold;
    }
    xn-myMemberships-component .xn-myMemberships-group table tbody tr.xn-footer td {
        display: inline-block;
    }
    xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td {
        display: block;
        padding: 0;
    }
    xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td:nth-child(2) {
        text-align: left !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
    }
    xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td:nth-child(2):before {
        content: "Start Date";
        text-align: left;
        display: inline-block;
        width: 120px;
        font-weight: bold;
    }
    xn-myMemberships-component .xn-myMemberships-group table tbody tr.xn-footer td {
        display: inline-block;
    }
    xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td {
        display: block;
        padding: 0;
    }
    xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td:nth-child(3) {
        text-align: left !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
    }
    xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td:nth-child(3):before {
        content: "Expiry Date";
        text-align: left;
        display: inline-block;
        width: 120px;
        font-weight: bold;
    }
    xn-myMemberships-component .xn-myMemberships-group table tbody tr.xn-footer td {
        display: inline-block;
    }
    xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td {
        display: block;
        padding: 0;
    }
    xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td:nth-child(4) {
        text-align: left !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
    }
    xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td:nth-child(4):before {
        content: "Status";
        text-align: left;
        display: inline-block;
        width: 120px;
        font-weight: bold;
    }
}

.xn-tile.xn-small xn-myMemberships-component .xn-myMemberships-group table thead {
    display: none;
}

.xn-tile.xn-small xn-myMemberships-component .xn-myMemberships-group table tbody tr.xn-footer td {
    display: inline-block;
}

.xn-tile.xn-small xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td {
    display: block;
    padding: 0;
}

.xn-tile.xn-small xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td:nth-child(1) {
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.xn-tile.xn-small xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td:nth-child(1):before {
    content: "Membership";
    text-align: left;
    display: inline-block;
    width: 120px;
    font-weight: bold;
}

.xn-tile.xn-small xn-myMemberships-component .xn-myMemberships-group table tbody tr.xn-footer td {
    display: inline-block;
}

.xn-tile.xn-small xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td {
    display: block;
    padding: 0;
}

.xn-tile.xn-small xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td:nth-child(2) {
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.xn-tile.xn-small xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td:nth-child(2):before {
    content: "Start Date";
    text-align: left;
    display: inline-block;
    width: 120px;
    font-weight: bold;
}

.xn-tile.xn-small xn-myMemberships-component .xn-myMemberships-group table tbody tr.xn-footer td {
    display: inline-block;
}

.xn-tile.xn-small xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td {
    display: block;
    padding: 0;
}

.xn-tile.xn-small xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td:nth-child(3) {
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.xn-tile.xn-small xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td:nth-child(3):before {
    content: "Expiry Date";
    text-align: left;
    display: inline-block;
    width: 120px;
    font-weight: bold;
}

.xn-tile.xn-small xn-myMemberships-component .xn-myMemberships-group table tbody tr.xn-footer td {
    display: inline-block;
}

.xn-tile.xn-small xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td {
    display: block;
    padding: 0;
}

.xn-tile.xn-small xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td:nth-child(4) {
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.xn-tile.xn-small xn-myMemberships-component .xn-myMemberships-group table tbody tr:not(.xn-footer) td:nth-child(4):before {
    content: "Status";
    text-align: left;
    display: inline-block;
    width: 120px;
    font-weight: bold;
}

xn-paymentxnpay-component {
    display: block;
    background-color: #fff;
    margin: 8px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

xn-paymentxnpay-component .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

xn-paymentxnpay-component .xn-heading,
xn-paymentxnpay-component legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

xn-paymentxnpay-component>lh-card .xn-card {
    margin: 0;
}

xn-paymentxnpay-component>lh-card .xn-card .xn-heading {
    text-align: left;
}

xn-profile-component {
    display: block;
    background-color: #fff;
    margin: 8px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

xn-profile-component .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

xn-profile-component .xn-heading,
xn-profile-component legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

xn-profile-component>lh-card .xn-card {
    margin: 0;
}

xn-profile-component>lh-card .xn-card .xn-heading {
    text-align: left;
}

xn-profile-component #xn-chkTwoFactorAuthentication-group label {
    flex-basis: auto;
}

lh-qrcode-component,
xn-qrcode-component {
    display: block;
    background-color: #fff;
    margin: 8px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

lh-qrcode-component .image,
xn-qrcode-component .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

lh-qrcode-component .xn-heading,
lh-qrcode-component legend,
xn-qrcode-component .xn-heading,
xn-qrcode-component legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

lh-qrcode-component>lh-card .xn-card,
xn-qrcode-component>lh-card .xn-card {
    margin: 0;
}

lh-qrcode-component>lh-card .xn-card .xn-heading,
xn-qrcode-component>lh-card .xn-card .xn-heading {
    text-align: left;
}

lh-qrcode-component .xn-qr-code,
xn-qrcode-component .xn-qr-code {
    margin: 0 auto;
}

lh-qrcode-component .xn-qr-code-description,
xn-qrcode-component .xn-qr-code-description {
    text-align: center;
    margin-bottom: 8px;
}

lh-qrcode-component .xn-qr-code-content,
xn-qrcode-component .xn-qr-code-content {
    text-align: center;
    margin-top: 8px;
}

xn-restrictions-component {
    display: block;
    background-color: #fff;
    margin: 8px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

xn-restrictions-component .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

xn-restrictions-component .xn-heading,
xn-restrictions-component legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

xn-restrictions-component>lh-card .xn-card {
    margin: 0;
}

xn-restrictions-component>lh-card .xn-card .xn-heading {
    text-align: left;
}

xn-selectsite-component {
    display: block;
    background-color: #fff;
    margin: 8px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

xn-selectsite-component .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

xn-selectsite-component .xn-heading,
xn-selectsite-component legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

xn-selectsite-component>lh-card .xn-card {
    margin: 0;
}

xn-selectsite-component>lh-card .xn-card .xn-heading {
    text-align: left;
}

xn-termsandconditions-component {
    display: block;
    background-color: #fff;
    margin: 8px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

xn-termsandconditions-component .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

xn-termsandconditions-component .xn-heading,
xn-termsandconditions-component legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

xn-termsandconditions-component>lh-card .xn-card {
    margin: 0;
}

xn-termsandconditions-component>lh-card .xn-card .xn-heading {
    text-align: left;
}

xn-dedicatedtimetable-component {
    display: block;
    background-color: #fff;
    margin: 8px;
    padding: 8px;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

xn-dedicatedtimetable-component .image {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 26px auto 0;
    max-width: 550px;
    min-height: 300px;
    padding: 24px;
    position: relative;
    width: 80%;
}

xn-dedicatedtimetable-component .xn-heading,
xn-dedicatedtimetable-component legend {
    font-size: 18px;
    color: #f19124;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

xn-dedicatedtimetable-component>lh-card .xn-card {
    margin: 0;
}

xn-dedicatedtimetable-component>lh-card .xn-card .xn-heading {
    text-align: left;
}

xn-day-selector ul {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    list-style-type: none;
    padding: 0;
    display: flex;
    margin: 0;
    height: 60px;
    margin-bottom: 20px;
}

xn-day-selector ul li {
    flex-basis: 134%;
    text-align: left;
    padding: 8px 16px 8px 16px;
    cursor: pointer;
    border-style: solid;
    border-color: #e6e6e6;
    border-width: 1px 1px 1px 0;
    color: #b9babc;
}

xn-day-selector ul li:nth-child(2) {
    border-width: 1px 1px 1px 1px;
}

xn-day-selector ul li .name {
    font-weight: bold;
    font-size: large;
}

xn-day-selector ul li .date {
    font-size: medium;
}

xn-day-selector ul li.selected {
    color: #293651;
    border-bottom: none;
}

xn-day-selector ul li:hover:not(.prev-week):not(.next-week):not(.calendar):not(.selected) {
    color: #324164;
}

xn-day-selector ul li.prev-week {
    flex-basis: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 8px 0 8px 0;
}

xn-day-selector ul li.prev-week .prev-day-svg {
    margin-top: 4px;
    margin-left: 0;
    width: 38px;
    height: 38px;
    padding: 10px;
    fill: #b9bcbe;
}

xn-day-selector ul li.prev-week .prev-day-svg:hover {
    fill: #293651;
}

xn-day-selector ul li.prev-week:hover:before {
    background-color: #f19124;
    color: #fff;
}

xn-day-selector ul li.next-week {
    flex-basis: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 8px 0 8px 0;
}

xn-day-selector ul li.next-week .next-day-svg {
    margin-top: 4px;
    margin-left: 62px;
    width: 38px;
    height: 38px;
    padding: 10px;
    fill: #b9bcbe;
}

xn-day-selector ul li.next-week .next-day-svg:hover {
    fill: #293651;
}

xn-day-selector ul li.next-week:hover:before {
    background-color: #f19124;
    color: #fff;
}

xn-day-selector ul li.calendar {
    flex-basis: 54%;
    padding: 8px 6px;
}

xn-day-selector ul li.calendar .calendar-svg {
    margin-top: 3px;
    margin-left: 3px;
    width: 32px;
    height: 32px;
}

xn-day-selector.mobile {
    display: none;
}

xn-timetable-selector ul.timetable-selector {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    cursor: pointer;
    color: #fff;
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
    -webkit-border-radius: 32px 32px 0 0;
    -moz-border-radius: 32px 32px 0 0;
    border-radius: 32px 32px 0 0;
}

xn-timetable-selector ul.timetable-selector .selector {
    list-style-type: none;
    flex: 1 1 0;
    margin: 0 5px;
    text-align: center;
    position: relative;
    overflow-y: hidden;
}

xn-timetable-selector ul.timetable-selector .selector:first-child {
    margin-left: 30px;
}

xn-timetable-selector ul.timetable-selector .selector:last-child {
    margin-right: 30px;
}

xn-timetable-selector ul.timetable-selector .selector .header {
    background-color: #f0f0f0;
    color: #324164;
    font-weight: normal;
    max-height: 50px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    display: flex;
}

xn-timetable-selector ul.timetable-selector .selector .header .name {
    order: 2;
    padding: 14px 4px;
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: large;
}

xn-timetable-selector ul.timetable-selector .selector .header .dropdown {
    order: 3;
    flex: 0 0 50px;
    visibility: hidden;
    padding: 14px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}

xn-timetable-selector ul.timetable-selector .selector .header .dropdown .dropdown-svg {
    fill: #f19124;
    width: 12px;
    height: 20px;
    margin-left: 5px;
}

xn-timetable-selector ul.timetable-selector .selector .header .dropdown:hover {
    background-color: #f19124;
}

xn-timetable-selector ul.timetable-selector .selector .header .filter {
    order: 1;
    flex: 0 0 50px;
    visibility: hidden;
    padding: 14px;
    background-color: #55636e;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}

xn-timetable-selector ul.timetable-selector .selector .header .filter .filter-svg {
    width: 22px;
    height: 22px;
}

xn-timetable-selector ul.timetable-selector .selector .header .filter:hover {
    background-color: #f19124;
}

xn-timetable-selector ul.timetable-selector .selector .header:hover {
    background-color: #f19124;
    color: #fff;
}

xn-timetable-selector ul.timetable-selector .selector .header:hover .dropdown-svg {
    fill: #fff;
}

xn-timetable-selector ul.timetable-selector .selector.is-dropdown .header {
    color: #f19124;
}

xn-timetable-selector ul.timetable-selector .selector.is-dropdown .header:hover {
    color: #fff;
}

xn-timetable-selector ul.timetable-selector .selector.is-dropdown .dropdown {
    visibility: visible;
}

xn-timetable-selector ul.timetable-selector .selector.selected .header {
    background-color: #55636e;
    color: #fff;
}

xn-timetable-selector ul.timetable-selector .selector.selected .header .name.has-note:after {
    content: '*';
}

xn-timetable-selector ul.timetable-selector .selector.selected .header .dropdown-svg,
xn-timetable-selector ul.timetable-selector .selector.selected .header .filter-svg {
    fill: #fff;
}

xn-timetable-selector ul.timetable-selector .selector.selected .header .filter.filters-available {
    visibility: visible;
    position: relative;
}

xn-timetable-selector ul.timetable-selector .selector.selected .header .filter.filters-available:hover {
    background-color: #f19124;
}

xn-timetable-selector ul.timetable-selector.mobile {
    display: block;
    color: #324164;
    font-size: 18px;
    font-weight: 400;
}

xn-timetable-selector ul.timetable-selector.mobile li {
    display: block;
    width: 100%;
    border-top: 1px solid #cdcdcd;
}

xn-timetable-selector ul.timetable-selector.mobile li:last-child {
    border-bottom: 1px solid #cdcdcd;
}

xn-timetable-selector ul.timetable-selector.mobile li .timetable {
    padding: 20px 32px 12px 32px;
    display: block;
    width: 100%;
    line-height: 28px;
}

xn-timetable-selector ul.timetable-selector.mobile li .timetable .name {
    display: inline-block;
    width: 75%;
    margin: 0;
    vertical-align: top;
}

xn-timetable-selector ul.timetable-selector.mobile li .timetable .filter {
    display: inline-block;
    width: 10%;
    text-align: center;
    margin: 0;
    visibility: hidden;
}

xn-timetable-selector ul.timetable-selector.mobile li .timetable .filter .filter-svg {
    width: 28px;
    height: 28px;
}

xn-timetable-selector ul.timetable-selector.mobile li .timetable .filter.visible {
    visibility: visible;
}

xn-timetable-selector ul.timetable-selector.mobile li .timetable .expand,
xn-timetable-selector ul.timetable-selector.mobile li .timetable .expanded {
    display: inline-block;
    vertical-align: top;
}

xn-timetable-selector ul.timetable-selector.mobile li .timetable .expand svg,
xn-timetable-selector ul.timetable-selector.mobile li .timetable .expanded svg {
    margin-top: 6px;
    margin-left: 10px;
    width: 16px;
    height: 16px;
}

xn-timetable-selector ul.timetable-selector.mobile li .timetable .expanded {
    display: none;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.date-picker {
    padding: 20px 32px;
    width: 100%;
    display: block;
    background-color: #82d0f6;
    font-weight: 300;
    margin-bottom: 0;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.date-picker li {
    border: none;
    max-height: 62px;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.date-picker li .prev-day {
    display: inline-block;
    width: 10%;
    float: left;
    padding-top: 3px;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.date-picker li .prev-day svg {
    width: 16px;
    height: 16px;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.date-picker li .date {
    display: inline-block;
    width: 80%;
    text-align: center;
    padding-top: 3px;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.date-picker li .date .day {
    font-weight: bold;
    margin-right: 8px;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.date-picker li .next-day {
    display: inline-block;
    width: 10%;
    float: right;
    text-align: right;
    padding-top: 3px;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.date-picker li .next-day svg {
    width: 16px;
    height: 16px;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    background-color: #c9e8fb;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li {
    border: none;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li .location {
    display: block;
    padding: 20px 32px;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li .location .name {
    text-align: center;
    margin: 0;
    width: 60%;
    display: inline-block;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li .location .collapse {
    display: inline-block;
    width: 20%;
    float: left;
    text-align: left;
    padding-top: 2px;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li .location .collapse svg {
    width: 16px;
    height: 16px;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li .location .expand {
    display: none;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li.collapsed .location .name {
    text-align: left;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li.collapsed .location .expand {
    display: inline-block;
    width: 20%;
    float: right;
    text-align: right;
    padding-top: 2px;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li.collapsed .location .expand svg {
    width: 16px;
    height: 16px;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li.collapsed .location .collapse {
    display: none;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li.collapsed ul.events {
    display: none;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events {
    padding: 0;
    background-color: #fff;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event {
    display: none;
    padding: 20px 32px;
    border-bottom: 1px solid #cdcdcd;
    font-weight: bold;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event:last-child {
    border-bottom: none;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event .times {
    display: block;
    width: 100%;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event .title {
    font-weight: 300;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event .book-now {
    display: block;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event .book-now:before {
    content: 'Book now';
    color: #f19124;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event.unbookable .book-now:before {
    content: 'More info';
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event .select {
    display: inline-block;
    float: right;
    text-align: right;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event .select svg {
    width: 16px;
    height: 16px;
}

xn-timetable-selector ul.timetable-selector.mobile li ul.locations li ul.events li.event.visible {
    display: inline-block;
}

xn-timetable-selector ul.timetable-selector.mobile li .timetable-status {
    padding: 16px;
    text-align: center;
    font-weight: 300;
}

xn-timetable-selector ul.timetable-selector.mobile li .timetable-status:empty {
    display: none;
}

xn-timetable-selector ul.timetable-selector.mobile li.collapsed .timetable-status {
    display: none;
}

xn-timetable-selector ul.timetable-selector.mobile li.collapsed ul.date-picker,
xn-timetable-selector ul.timetable-selector.mobile li.collapsed ul.locations {
    display: none;
}

xn-timetable-selector ul.timetable-selector.mobile li.collapsed .timetable .expand {
    display: none;
}

xn-timetable-selector ul.timetable-selector.mobile li.collapsed .timetable .expanded {
    display: inline-block;
}

xn-timetable-selector .xn-popup .overlay .container .body ul.additional-timetables {
    list-style-type: none;
    padding: 0;
    text-align: center;
    font-size: 18px;
}

xn-timetable-selector .xn-popup .overlay .container .body ul.additional-timetables li:not(.spacer) {
    margin: 16px 0;
    padding: 12px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #55636e;
    color: #fff;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

xn-timetable-selector .xn-popup .overlay .container .body ul.additional-timetables li:not(.spacer):hover:not(.selected) {
    background-color: #f19124;
    color: #fff;
}

xn-timetable-selector .xn-popup .overlay .container .body ul.additional-timetables li:not(.spacer):hover:not(.selected) .name:before {
    display: inline-block;
    width: 10px;
    margin-left: 10px;
    content: '+';
    float: left;
}

xn-timetable-selector .xn-popup .overlay .container .body ul.additional-timetables li:not(.spacer) .name {
    display: block;
}

xn-timetable-selector .xn-popup .overlay .container .body ul.additional-timetables li:not(.spacer) .name:before {
    display: inline-block;
    content: ' ';
    width: 20px;
}

xn-timetable-selector .xn-popup .overlay .container .body ul.additional-timetables li:not(.spacer) .name:after {
    display: inline-block;
    content: ' ';
    width: 20px;
}

xn-timetable-selector .xn-popup .overlay .container .body ul.additional-timetables li:not(.spacer).selected {
    color: #324164;
    background-color: #fff;
}

xn-timetable-selector .xn-popup .overlay .container .body ul.additional-timetables li:not(.spacer).selected .name:after {
    margin-right: 10px;
    content: 'x';
    float: right;
}

xn-timetable-selector .xn-popup .overlay .container .body ul.additional-timetables li.spacer {
    height: 20px;
}

@media(max-width:768px) {
    xn-timetable-selector ul.timetable-selector .selector:first-child {
        margin-left: 0;
    }
    xn-timetable-selector ul.timetable-selector .selector:last-child {
        margin-right: 0;
    }
}

xn-time-selector ul.time-selector {
    list-style-type: none;
    padding: 0;
    display: flex;
    margin: 0 0 20px 0;
    background-color: #f6f6f6;
    border-radius: 40px 40px 40px 40px;
    font-weight: bold;
    font-size: large;
    height: 50px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

xn-time-selector ul.time-selector li {
    text-align: center;
    flex-basis: 51%;
    padding: 6px 0 0 0;
    cursor: pointer;
    line-height: 40px;
}

xn-time-selector ul.time-selector li.selected {
    background-color: #82d0f6;
}

xn-time-selector ul.time-selector li.selected+li,
xn-time-selector ul.time-selector li.selected+li+li {
    background-color: #c1e7fa;
}

xn-time-selector ul.time-selector li:hover {
    background-color: #c1e7fa;
}

xn-time-selector ul.time-selector li.earlier {
    flex-basis: 116.5%;
    background-color: #f0f0f0;
    color: #c0c2c4;
    padding-right: 16px;
    border-radius: 40px 0 0 40px;
    padding-top: 0;
}

xn-time-selector ul.time-selector li.earlier.enabled {
    color: #293651;
}

xn-time-selector ul.time-selector li.earlier.enabled .earlier-svg {
    fill: #293651;
}

xn-time-selector ul.time-selector li.earlier.enabled:hover {
    background-color: #c1e7fa;
}

xn-time-selector ul.time-selector li.earlier .earlier-text {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

xn-time-selector ul.time-selector li.earlier .earlier-svg {
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    fill: #c0c2c4;
    width: 11px;
    height: 30px;
}

xn-time-selector ul.time-selector li.later {
    flex-basis: 166.5%;
    background-color: #f0f0f0;
    color: #c0c2c4;
    padding-left: 16px;
    border-radius: 0 40px 40px 0;
    padding-top: 0;
}

xn-time-selector ul.time-selector li.later.enabled {
    color: #293651;
}

xn-time-selector ul.time-selector li.later.enabled .later-svg {
    fill: #293651;
}

xn-time-selector ul.time-selector li.later.enabled:hover {
    background-color: #c1e7fa;
}

xn-time-selector ul.time-selector li.later .later-text {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

xn-time-selector ul.time-selector li.later .later-svg {
    display: inline-block;
    margin-top: 10px;
    margin-left: 5px;
    fill: #c0c2c4;
    width: 11px;
    height: 30px;
}

xn-time-selector ul.time-selector li.current-time {
    flex-basis: 50%;
    background-color: #f0f0f0;
}

xn-time-selector ul.time-selector li.current-time .current-time-svg {
    fill: #293651;
    fill-rule: evenodd;
    width: 25px;
    height: 32px;
    padding-top: 8px;
}

xn-time-selector ul.time-selector li.current-time:hover {
    background-color: #c1e7fa;
}

xn-time-selector ul.time-selector.mobile {
    display: none;
}

xn-time-selector .earlier-later {
    padding: 10px;
    color: #c0c2c4;
    min-height: 22px;
}

xn-time-selector .earlier-later .earlier,
xn-time-selector .earlier-later .later {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

xn-time-selector .earlier-later .earlier.enabled,
xn-time-selector .earlier-later .later.enabled {
    color: #f00;
}

xn-time-selector .earlier-later .later {
    float: right;
}

.xn-popup .overlay {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(33, 45, 55, .3);
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.xn-popup .overlay .offset {
    display: block;
    height: 100%;
    float: right;
    background: #38424b;
}

.xn-popup .overlay .container {
    overflow: auto;
    padding-right: 20px;
    display: block;
    background: #212e37;
    width: 420px;
    height: 100%;
    margin-right: 0;
    padding-top: 16px;
    z-index: 1000;
    padding: 24px;
}

.xn-popup .overlay .container .header {
    color: #fff;
    position: relative;
    margin-top: 150px;
}

.xn-popup .overlay .container .header .close-svg {
    width: 16px;
    height: 16px;
    fill: #cacdcf;
    fill-rule: evenodd;
    cursor: pointer;
}

.xn-popup .overlay .container .header .title {
    padding-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #c0c2c4;
}

.xn-popup .overlay .container .body {
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
}

.xn-popup .overlay .container .body .title {
    text-align: center;
    font-size: 18px;
    border-bottom: 2px solid #f19124;
    padding-top: 8px;
    padding-bottom: 24px;
}

.xn-popup .overlay .container .footer {
    margin-left: 16px;
    margin-right: 16px;
}

.xn-popup .overlay .container .footer .button {
    position: relative;
    display: block;
    padding: 10px;
    text-align: center;
    width: 150px;
    margin: 0 auto;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    margin-bottom: 16px;
    cursor: pointer;
    background-color: #fff;
    color: #324164;
    z-index: 2000;
    font-size: 14px;
}

.xn-popup .overlay .container .footer .button.cta {
    background-color: #f19124;
    border: none;
    color: #fff;
}

xn-activity-popup.mobile .xn-popup .overlay .offset,
xn-filter-popup.mobile .xn-popup .overlay .offset {
    width: 100%;
}

xn-activity-popup.mobile .xn-popup .overlay .container,
xn-filter-popup.mobile .xn-popup .overlay .container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

xn-activity-popup.mobile .xn-popup .overlay .container .header,
xn-filter-popup.mobile .xn-popup .overlay .container .header {
    margin-top: 32px;
}

xn-filter-popup .xn-popup .overlay .container .body .filter-group .filter-group-name {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-bottom: 2px solid #f19124;
    padding-bottom: 8px;
}

xn-filter-popup .xn-popup .overlay .container .body .filter-group .filters {
    display: flex;
    flex-flow: wrap;
    border-bottom: 2px solid #f19124;
    padding-bottom: 24px;
    margin-bottom: 16px;
}

xn-filter-popup .xn-popup .overlay .container .body .filter-group .filters .filter-container {
    flex: 0 0 50%;
    white-space: nowrap;
    overflow: hidden;
}

xn-filter-popup .xn-popup .overlay .container .body .filter-group .filters .filter-container .filter {
    display: block;
    cursor: pointer;
    color: #fff;
    margin: 24px 4px 0 4px;
}

xn-filter-popup .xn-popup .overlay .container .body .filter-group .filters .filter-container .filter .filter-name {
    display: inline-block;
    font-size: small;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 4px;
}

xn-filter-popup .xn-popup .overlay .container .body .filter-group .filters .filter-container .filter:first-child {
    margin-right: 12px;
}

xn-filter-popup .xn-popup .overlay .container .body .filter-group .filters .filter-container .filter:last-child {
    margin-left: 12px;
}

xn-filter-popup .xn-popup .overlay .container .body .filter-group .filters .filter-container .filter .checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #344957;
    padding: 4px 3px 3px 3px;
    margin-right: 5px;
}

xn-filter-popup .xn-popup .overlay .container .body .filter-group .filters .filter-container .filter .checkbox .filter-tick-svg {
    display: none;
    fill: #fff;
}

xn-filter-popup .xn-popup .overlay .container .body .filter-group .filters .filter-container .filter.selected .checkbox .filter-tick-svg {
    display: block;
}

xn-filter-popup .xn-popup .overlay .container .body .filter-group .filters .filter-container.disabled {
    display: none;
}

xn-filter-popup .xn-popup .overlay .container .body .filter-group .filters .filter-container.disabled .filter {
    cursor: not-allowed;
    color: #666;
}

xn-filter-popup .xn-popup .overlay .container .body .filter-group .filters .filter-container.disabled .filter .filter-name:before {
    color: #38424b;
}

xn-event-selector {
    color: #313d66;
}

xn-event-selector .timetable-status {
    margin: 16px;
    display: block;
    text-align: center;
}

xn-event-selector .timetable-note {
    font-size: 14px;
    margin-top: 16px;
    display: block;
}

xn-event-selector .body {
    display: flex;
}

xn-event-selector .body .locations {
    position: relative;
    flex-basis: 18%;
    font-weight: bold;
    font-size: 21px;
}

xn-event-selector .body .locations .xn-row {
    background-color: #fff;
    border-right: 6px solid #e6e6e6;
}

xn-event-selector .body .locations .xn-row.title {
    border-top: 1px solid #e6e6e6;
}

xn-event-selector .body .locations .xn-row.header {
    background-color: #f6f6f6;
    border-radius: 20px 0 0 0;
}

xn-event-selector .body .locations .xn-row.footer {
    background-color: #f6f6f6;
    border-radius: 0 0 0 20px;
}

xn-event-selector .body .events-container {
    position: relative;
    overflow: hidden;
    flex-basis: 74%;
}

xn-event-selector .body .events-container .events {
    flex-basis: 100%;
}

xn-event-selector .body .events-container .events .xn-row {
    display: flex;
    padding: 0;
}

xn-event-selector .body .events-container .events .xn-row .xn-col {
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    width: 33.33333%;
    background-color: #fff;
    border-right: 1px solid #e6e6e6;
}

xn-event-selector .body .events-container .events .xn-row .xn-col:nth-child(odd) {
    border-right: 1px solid #e6e6e6;
}

xn-event-selector .body .events-container .events .xn-row.event-row .xn-col {
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

xn-event-selector .body .events-container .events .xn-row.header .xn-col,
xn-event-selector .body .events-container .events .xn-row.footer .xn-col {
    background-color: #f6f6f6;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 7px;
}

xn-event-selector .body .on-next {
    flex-basis: 8%;
    color: #fff;
    border-left: 6px solid #e6e6e6;
    overflow: hidden;
}

xn-event-selector .body .on-next .xn-row:not(.header) {
    background-color: #78828b;
    font-size: small;
    border-bottom: 1px solid #55636e;
}

xn-event-selector .body .on-next .xn-row:not(.header) .title {
    display: -webkit-box;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
    max-height: 48px;
    margin-bottom: 8px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

xn-event-selector .body .on-next .xn-row:not(.header) .details {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

xn-event-selector .body .on-next .xn-row:not(.header):last-child {
    border-radius: 0 0 20px 0;
}

xn-event-selector .body .on-next .xn-row:empty {
    background-color: #55636e;
}

xn-event-selector .body .on-next .xn-row.header {
    background-color: #55636e;
    padding: 4px 0 0 8px;
    font-weight: bold;
    font-size: large;
}

xn-event-selector .body .on-next .xn-row.header:first-child {
    border-radius: 0 20px 0 0;
}

xn-event-selector .body .xn-row {
    height: 96px;
    min-height: 96px;
    max-height: 96px;
    padding: 10px 10px;
    margin: 0;
}

xn-event-selector .body .xn-row.event-row {
    position: relative;
}

xn-event-selector .body .xn-row.header {
    background-color: #fff;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
}

xn-event-selector .body .xn-row.footer {
    background-color: #fff;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
}

xn-event-selector .event {
    position: absolute;
    margin-top: 1px;
    margin-left: 0;
    padding-right: 2px;
    height: 96px;
    width: 200px;
    border-right: 1px solid #e6e6e6;
    background-color: #82d0f6;
    color: #324164;
    background-repeat: no-repeat;
    background-size: 64px;
    background-position: 0 0;
    overflow: hidden;
}

xn-event-selector .event.unbookable {
    background-color: #c9e8fc;
}

xn-event-selector .event.unbookable .details .available-places {
    font-weight: bold;
}

xn-event-selector .event.unbookable .details .book-now:before {
    content: 'More info';
}

xn-event-selector .event.unbookable:hover {
    background-color: #f37237;
}

xn-event-selector .event .details {
    padding: 10px;
    overflow: hidden;
}

xn-event-selector .event .details .title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 14px;
    color: #324164;
}

xn-event-selector .event .details .times {
    display: none;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

xn-event-selector .event .details .available-places {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #47545d;
}

xn-event-selector .event .details .description {
    display: block;
    display: -webkit-box;
    font-size: 12px;
    line-height: 16px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

xn-event-selector .event .details .book-now {
    display: inline-block;
    background-color: #fff;
    color: #324164;
    padding: 1px 8px 5px 18px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

xn-event-selector .event .details .book-now:before {
    content: 'Book now';
}

xn-event-selector .event .details .book-now svg {
    fill: #324164;
    width: 16px;
    height: 16px;
}

xn-event-selector .event:hover {
    background-color: #f19124;
    color: #fff;
}

xn-event-selector .event:hover .details .title {
    color: #fff;
}

xn-event-selector .event:hover .details .available-places {
    color: #e6e6e6;
}

xn-event-selector .event:hover .details .book-now {
    display: inline-block;
    color: #f19124;
}

xn-event-selector .event:hover .details .book-now svg {
    fill: #f19124;
}

xn-calendar-popup .title .prev-month,
xn-calendar-popup .title .next-month {
    width: 25%;
    color: #f19124;
    padding: 8px 14px;
    cursor: pointer;
}

xn-calendar-popup .title .prev-month svg,
xn-calendar-popup .title .next-month svg {
    fill: #f19124;
    padding-top: 6px;
    width: 20px;
    height: 22px;
}

xn-calendar-popup .title .prev-month:hover,
xn-calendar-popup .title .next-month:hover {
    color: #fff;
}

xn-calendar-popup .title .prev-month:hover svg,
xn-calendar-popup .title .next-month:hover svg {
    fill: #fff;
}

xn-calendar-popup .title .month-name {
    display: inline-block;
    width: 50%;
}

xn-calendar-popup table.calendar {
    width: 100%;
    table-layout: fixed;
    margin-top: 8px;
    margin-bottom: 32px;
    border-collapse: collapse;
}

xn-calendar-popup table.calendar tr.calendar-weekdays td.calendar-day {
    padding-bottom: 16px;
    border-bottom: 2px solid #f19124;
}

xn-calendar-popup table.calendar tr.calendar-weekdays td.calendar-day.selected .day-name {
    color: #fff;
}

xn-calendar-popup table.calendar tr.calendar-weekdays:hover {
    background-color: #212e37;
}

xn-calendar-popup table.calendar tr.calendar-week:nth-child(even),
xn-calendar-popup table.calendar tr.calendar-week:hover {
    background-color: #212e37;
}

xn-calendar-popup table.calendar tr.calendar-week:nth-child(2) td {
    padding-top: 50px;
}

xn-calendar-popup table.calendar td.calendar-day {
    text-align: center;
    vertical-align: middle;
    padding: 8px 0;
    cursor: pointer;
}

xn-calendar-popup table.calendar td.calendar-day .day-number {
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    padding: 8px;
    min-width: 36px;
    display: inline-block;
}

xn-calendar-popup table.calendar td.calendar-day .day-name {
    color: #47545d;
    text-transform: initial;
}

xn-calendar-popup table.calendar td.calendar-day:hover:not(.disabled):not(.selected) .day-number {
    background-color: #f19124;
    color: #fff;
}

xn-calendar-popup table.calendar td.calendar-day.disabled {
    color: #47545d;
    cursor: not-allowed;
}

xn-calendar-popup table.calendar td.calendar-day.selected .day-number {
    background-color: #fff;
    color: #f19124;
}

xn-activity-popup .xn-popup .container .body .details {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}

xn-activity-popup .xn-popup .container .body .details .date {
    flex-basis: 60%;
    padding-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

xn-activity-popup .xn-popup .container .body .details .location {
    flex-basis: 40%;
    text-align: right;
    font-size: 14px;
}

xn-activity-popup .xn-popup .container .body .details .times {
    flex-basis: 100%;
    padding-bottom: 24px;
    border-bottom: 2px solid #47545d;
    font-size: 18px;
}

xn-activity-popup .xn-popup .container .body .details .description {
    flex-basis: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 2px solid #f19124;
    white-space: pre-wrap;
    font-size: 14px;
}

xn-activity-popup .xn-popup .container .body .details .pay-on-site,
xn-activity-popup .xn-popup .container .body .details .membership-discounts-available {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    font-size: 14px;
}

xn-activity-popup .xn-popup .container .body .details ul.price-table {
    list-style: none;
    padding-left: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
    width: 100%;
    display: block;
}

xn-activity-popup .xn-popup .container .body .details ul.price-table li {
    width: 100%;
}

xn-activity-popup .xn-popup .container .body .details ul.price-table li span.price {
    float: right;
}

@media(min-width:516px) {
    xn-activity-popup .popup-container {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 64px;
    }
}

xn-timetable-component {
    line-height: 1.15;
}

xn-timetable-component .group:after {
    content: "";
    display: table;
    clear: both;
}

xn-timetable-component *,
xn-timetable-component *:before,
xn-timetable-component *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.xn-menu-buttons {
    display: block;
    margin: 0 16px;
}

.xn-menu-buttons .xn-tg-button {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background-color: #f19124;
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    color: #fff;
    flex: 0 0 100%;
}

.xn-menu-buttons .xn-tg-button .xn-title {
    text-transform: initial;
    font-weight: 500;
    flex: 0 0 100%;
}

.xn-menu-buttons .xn-tg-button .xn-description {
    flex: 0 0 60%;
}

.xn-menu-buttons .xn-tg-button .xn-image {
    font-size: 68px;
    line-height: 1;
    flex: 0 0 35%;
    text-align: right;
}

.xn-menu-buttons .xn-tg-button .xn-image:before {
    font-family: fontAwesome;
}

.xn-menu-buttons .xn-tg-button:hover {
    text-decoration: none;
}

@media(max-width:767px) {
    .xn-menu-buttons .xn-tg-button {
        flex: 0 0 100%;
    }
}

.xn-menu-buttons #xn-online-booking-link .xn-image:before {
    content: "";
}

.xn-menu-buttons #xn-qr-code-link .xn-image:before {
    content: "";
}

.xn-menu-buttons #xn-marketing-preferences-link .xn-image:before {
    content: "";
}

.xn-menu-buttons #xn-membership-prices-link .xn-image:before {
    content: "";
}

.xn-menu-buttons #xn-members-homepage-link .xn-image:before {
    content: "";
}

.xn-menu-buttons #xn-account-login-link .xn-image:before {
    content: "";
}

.xn-menu-buttons #xn-account-register-link .xn-image:before {
    content: "";
}

.xn-menu-buttons #xn-account-signup-link .xn-image:before {
    content: "";
}

.xn-menu-buttons #xn-member-profile-link .xn-image:before {
    content: "";
}

.xn-menu-buttons #xn-memberships-link .xn-image:before {
    content: "";
}

.xn-menu-buttons #xn-member-documents-link .xn-image:before {
    content: "";
}

.xn-container.receipt #xn-body {
    margin: 16px;
}

@media(max-width:767px) {
    .xn-container.receipt table thead {
        display: none;
    }
    .xn-container.receipt table tbody tr.xn-footer td {
        display: inline-block;
    }
    .xn-container.receipt table tbody tr:not(.xn-footer) td {
        display: block;
        padding: 0;
    }
    .xn-container.receipt table tbody tr:not(.xn-footer) td:nth-child(1) {
        text-align: left !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
        margin-top: 8px;
        font-size: 18px;
        border-bottom: 1px solid #cdcdcd;
    }
    .xn-container.receipt table tbody tr.xn-footer td {
        display: inline-block;
    }
    .xn-container.receipt table tbody tr:not(.xn-footer) td {
        display: block;
        padding: 0;
    }
    .xn-container.receipt table tbody tr:not(.xn-footer) td:nth-child(2) {
        text-align: left !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
    }
    .xn-container.receipt table tbody tr:not(.xn-footer) td:nth-child(2):before {
        content: "Price";
        text-align: left;
        display: inline-block;
        width: 120px;
        font-weight: bold;
    }
    .xn-container.receipt table tbody tr.xn-footer td {
        display: inline-block;
    }
    .xn-container.receipt table tbody tr:not(.xn-footer) td {
        display: block;
        padding: 0;
    }
    .xn-container.receipt table tbody tr:not(.xn-footer) td:nth-child(3) {
        text-align: left !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
    }
    .xn-container.receipt table tbody tr:not(.xn-footer) td:nth-child(3):before {
        content: "Qty";
        text-align: left;
        display: inline-block;
        width: 120px;
        font-weight: bold;
    }
    .xn-container.receipt table tbody tr.xn-footer td {
        display: inline-block;
    }
    .xn-container.receipt table tbody tr:not(.xn-footer) td {
        display: block;
        padding: 0;
    }
    .xn-container.receipt table tbody tr:not(.xn-footer) td:nth-child(4) {
        text-align: left !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
    }
    .xn-container.receipt table tbody tr:not(.xn-footer) td:nth-child(4):before {
        content: "Item Total";
        text-align: left;
        display: inline-block;
        width: 120px;
        font-weight: bold;
    }
}

.xn-container.receipt table {
    margin-bottom: 8px;
}

.xn-container.receipt table tbody tr td,
.xn-container.receipt table thead tr th {
    background-color: #fff;
    border: 1px solid #000;
}

@media(max-width:767px) {
    .xn-container.receipt table tbody tr td {
        border: none;
        margin: 4px;
    }
    .xn-container.receipt table tbody tr:nth-child(even) {
        background-color: #fff;
    }
    .xn-container.receipt table tbody tr:nth-child(even) td {
        background-color: inherit;
        margin: 4px;
    }
}

.xn-container.receipt .xn-total-text {
    text-align: right;
    font-weight: bold;
}

.xn-container.receipt .xn-total {
    font-weight: bold;
}

@media(max-width:767px) {
    .xn-container.receipt .xn-footer {
        text-align: right;
    }
    .xn-container.receipt .xn-footer td {
        padding: 8px 0;
    }
}

nav.bg-dark {
    background-color: #f00 #f19124;
}

/*-----------------*/
/*-----------------*/
/*-----------------*/

.xn-navbar-additional .btn {
	background-color: #f19124;
	color: #fff;
	padding: 0px 12px;
	font-size: 1rem;
	height:40px;
	border-radius: 3px;
	border: 1px solid #f19124;
	line-height: 1.5;
}
.xn-navbar-additional .xn-summary {
	background-color: #ffffff;
	padding: 8px 12px;
	font-size: 1rem;
	border-radius: 3px;
	line-height: 1.5;
}
.xn-navbar-additional form {
	margin: 0px;
	padding-top: 0px;
}
lh-membership-price .xn-card .xn-heading {
	text-align: center!important;
}
#xn-contactBy-group {
	display: block;
}
#xn-contactBy-group label {
	font-weight: normal;
	text-transform: initial;
}
#xn-gender-group .xn-options input {
    font-size: 18px;
    max-width: 20px!important;
    padding: 8px;
	float: left!important;
    border: 1px solid #bbb;
    border-radius: 3px;
	text-align: left!important;
}
lh-membership-price lh-card .xn-image.xn-img-premium {
    background-image: url(images/premium.jpg);
}
lh-membership-price lh-card .xn-image.xn-img-gym {
    background-image: url(images/gym.jpg);
}
lh-membership-price lh-card .xn-image.xn-img-swimming {
    background-image: url(images/swim.jpg);
}
lh-membership-price lh-card .xn-image.xn-img-payasyougo {
    background-image: url(images/places.jpg);
}

		.auto-margins {
			margin: auto !important;
        }
        lh-membership-prices-component #xn-order-by-group {
            display: none;
        }
        lh-membership-price .xn-heading {
            background-color:#f19124;
            border-radius: 3px 3px 0px 0px;
        }
        .xn-benefits li {
            font-size:14px;
        }
        .xn-benefits li:first-child {
            padding-top: 25px;
        }
        .xn-benefits li:nth-child(2) {
            color:#f19124;
            font-size: 16px;
        }
        .xn-cost span.xn-frequency {
            display: none;
        }
        div.xn-payment-method {
            padding-top: 0px;
        }

        lh-membership-price .xn-card {
            padding-bottom: 25px;
        }
        .xn-input-group label {
            color: #333e49;
            font-size: 18px;
        }
        .xn-input-group label span {
            color:#f19124;
        }
        lh-filter-component lh-list .xn-grid {
            padding-bottom: 40px;
        }
        .xn-input-group {
            font-size:18px;
        }
        .xn-input-group label {
            font-size:14px;
        }
        .xn-additional-fees {
            text-align: center;
        }
        lh-card .xn-payment-method {
            padding: 0px 16px;
        }
        .xn-cost .xn-free {
            font-size: 3rem;
        }
        .xn-card .xn-cost .xn-free {
            padding-bottom: 105px;
            display: inline-block;
            text-align: center;
            width: 100%;
        }
        @media(max-width:767px) {
            .xn-card .xn-cost .xn-free {
                padding-bottom: 0px;
            }
        }
        @media(max-width:767px) {
            xn-dedicatedtimetable-component th {
                font-size:12px!important;
            }
            xn-dedicatedtimetable-component th:first-child {
                width:100px;
            }
            xn-dedicatedtimetable-component td:first-child {
                width:100px;
            }
        }

        xn-dedicatedtimetable-component .xn-input-group label {
            font-size:16px;
        }
        /*
        -------------------
        -------------------
        -------------------
        */
        .xn-menu-button {
			background: #ffffff;
			display: table;
			padding: 0;
			width: 100%
		}

		.xn-menu-button {
			background-image: url("images/desktopBg.png");
			background-size: 100%;
			border-radius: 10px;
			color: #ffffff;
			height: 217px;
			width: 700px;
		}

		@media (max-width:760px) {
			.xn-menu-button {
				background-image: url("images/mobileBg.png");
				background-size: cover;
				height: auto;
				padding: 20px;
				width: 100%;
			}
		}

		.xn-menu-button:not(:last-child) {
			margin-bottom: 20px;
		}

		.xn-text-wrapper {
			display: table-cell;
			height: 100%;
			margin-bottom: 0;
			position: relative;
			text-align: center;
			vertical-align: middle;
			width: 500px;
		}

		@media (max-width:760px) {
			.xn-text-wrapper {
				height: auto;
				width: 100%;
			}
		}

		.xn-image-wrapper {
			display: table-cell;
			height: 100%;
			margin-bottom: 0;
			position: relative;
			text-align: center;
			vertical-align: middle;
			width: 200px;
		}

		@media (max-width:760px) {
			.xn-image-wrapper {
				display: none;
			}
		}

		.xn-text-inset {
			display: table;
			width: 400px;
		}

		@media (max-width:760px) {
			.xn-text-inset {
				height: auto;
				width: 100%;
			}
		}

		.xn-image-inset {
			display: table;
			float: right;
			padding-right: 20px;
			width: 150px;
		}

		@media (max-width:760px) {
			.xn-image-inset {
				display: none;
			}
		}

		.xn-menu-button-toggle {
			position: absolute;
			top: 50%;
			right: 0;
			margin-top: -8px;
		}

		.xn-menu-button-placeholder {
			border: none;
			margin: 0 1em 1em 0;
			height: 50px;
		}

		.xn-tile .xn-menu-buttons .xn-title {
			font-size: 28px;
		}
		.xn-text-wrapper .xn-title::after {
			background-color: orange;
			border-radius: 5px;
			content: '';
			display: block;
			height: 2px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 10px;
			margin-top: 10px;
			width: 70px;
		}

		.xn-description {
			font-size: 16px;
		}

		.auto-margins {
			margin: auto !important;
		}
		#xn-member-profile-link .xn-image {
			background-image: url("images/xn-member-profile-link.png");
			background-size: 100%;
			height:120px;
			width:120px;
		}
		#xn-memberships-link .xn-image {
			background-image: url("images/xn-memberships-link.png");
			background-size: 100%;
			height:120px;
			width:120px;
		}
		#xn-member-documents-link .xn-image {
			background-image: url("images/xn-member-documents-link.png");
			background-size: 100%;
			height:120px;
			width:120px;
		}
		#xn-membership-prices-link .xn-image {
			background-image: url("images/xn-membership-prices-link.png");
			background-size: 100%;
			height:120px;
			width:120px;
		}
		#xn-online-booking-link .xn-image {
			background-image: url("images/xn-online-booking-link.png");
			background-size: 100%;
			height:120px;
			width:120px;
		}
		#xn-marketing-preferences-link .xn-image {
			background-image: url("images/xn-marketing-preferences-link.png");
			background-size: 100%;
			height:120px;
			width:120px;
        }
        #xn-members-homepage-link .xn-image {
            background-image: url("images/xn-members-homepage-link.png");
			background-size: 100%;
			height:120px;
			width:120px;
        }
        .xn-menu-button {
            color:#ffffff;
            transition: ease all 0.5s;
        }
        .xn-menu-button:hover {
            color:#cccccc;
        }
        lh-filter-component .xn-card:hover {
            background-color: #404e5c;
            cursor: pointer;
        }
        select#xn-dob-day,
        select#xn-dob-month  {
            margin-right: 15px;
        }
        @media (max-width:480px) {
            select#xn-dob-day,
            select#xn-dob-month  {
                margin-bottom: 10px;
                margin-right: 0px;
            }
        }
        .xn-loading-icon {
            display: inline-block;
            animation: xn-spin 2s infinite linear;
            -webkit-animation-name: spin;
            -webkit-animation-duration: 2000ms;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            -moz-animation-name: spin;
            -moz-animation-duration: 2000ms;
            -moz-animation-iteration-count: infinite;
            -moz-animation-timing-function: linear;
            -ms-animation-name: spin;
            -ms-animation-duration: 2000ms;
            -ms-animation-iteration-count: infinite;
            -ms-animation-timing-function: linear;
            
            animation-name: spin;
            animation-duration: 2000ms;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        .xn-loading-icon:before {
            font-family: fontAwesome;
            content: '\f1ce'; 
        }

        @-ms-keyframes spin {
            from {
                -ms-transform: rotate(0deg);
            }
            to {
                -ms-transform: rotate(360deg);
            }
        }

        @-moz-keyframes spin {
            from {
                -moz-transform: rotate(0deg);
            }
            to {
                -moz-transform: rotate(360deg);
            }
        }

        @-webkit-keyframes spin {
            from {
                -webkit-transform: rotate(0deg);
            }
            to {
                -webkit-transform: rotate(360deg);
            }
        }

        @keyframes spin {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }

        xn-membershipapplicablesites-component .xn-content {
            overflow-y: scroll;
            max-height:500px;
        }

        lh-dd-guarantee .xn-content>h2:after {
            content: '';
            width: 96px;
            height: 31px;
            background: url(images/dd-logo.png);
            margin: 8px 16px;
            position: absolute;
            right: 8px;
            top: 20px;
           }

           .receipt #xn-body p:nth-child(3) {
            display: none;
           }

           .receipt #xn-body:nth-child(2) div p {
            color: #f19124;
            padding-top: 20px;
           }

           button.xn-selected {
            background: #f19124;
           }
           xn-dedicatedtimetable-component .xn-select {
               padding: 8px;
           }


xn-timetable-selector .filters-available { visibility: hidden !important; }

xn-timetable-selector .timetables .timetable .filter { visibility: hidden !important; }

xn-day-selector > ul > li.calendar:before {
    font-family: fontAwesome;
    content: '\f073';
    font-size: 24px;
}

xn-day-selector > ul > li.prev-week:before, xn-day-selector > ul > li.next-week:before {
    font-family: fontAwesome;
content: '\f053';
}
xn-day-selector > ul > li.next-week:before {
    content: '\f054';
    padding: 8px;
}

xn-calendar-popup .title .next-month:before {
    font-family: fontAwesome;
    content: '\f054';
}

xn-calendar-popup .title .prev-month:before {
    font-family: fontAwesome;
    content: '\f053';
}