@charset "UTF-8";
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

:root {
  --blue: #3b75bb;
  --indigo: #6610f2;
  --purple: #68455a;
  --pink: #e72276;
  --red: #e73743;
  --orange: #ff6c38;
  --yellow: #f2d586;
  --green: #045d67;
  --teal: #20c997;
  --cyan: #51D0E6;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3b75bb;
  --secondary: #6c757d;
  --success: #045d67;
  --info: #51D0E6;
  --warning: #f2d586;
  --danger: #e73743;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-lg2: 1200px;
  --breakpoint-xl: 1462px;
  --font-family-sans-serif: "roc-grotesk", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "roc-grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #3b75bb;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #295181;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-lg2,
.container-xl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 1024px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-lg2 {
    max-width: 1140px; } }
@media (min-width: 1462px) {
  .container, .container-sm, .container-md, .container-lg, .container-lg2, .container-xl {
    max-width: 1356px; } }
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-lg2-1, .col-lg2-2, .col-lg2-3, .col-lg2-4, .col-lg2-5, .col-lg2-6, .col-lg2-7, .col-lg2-8, .col-lg2-9, .col-lg2-10, .col-lg2-11, .col-lg2-12, .col-lg2,
.col-lg2-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.33333%; }

  .offset-sm-2 {
    margin-left: 16.66667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.33333%; }

  .offset-sm-5 {
    margin-left: 41.66667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.33333%; }

  .offset-sm-8 {
    margin-left: 66.66667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.33333%; }

  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.33333%; }

  .offset-md-2 {
    margin-left: 16.66667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.33333%; }

  .offset-md-5 {
    margin-left: 41.66667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.33333%; }

  .offset-md-8 {
    margin-left: 66.66667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.33333%; }

  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.33333%; }

  .offset-lg-2 {
    margin-left: 16.66667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.33333%; }

  .offset-lg-5 {
    margin-left: 41.66667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.33333%; }

  .offset-lg-8 {
    margin-left: 66.66667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.33333%; }

  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .col-lg2 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-lg2-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-lg2-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-lg2-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .row-cols-lg2-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-lg2-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-lg2-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-lg2-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg2-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-lg2-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-lg2-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg2-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-lg2-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-lg2-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg2-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-lg2-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-lg2-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg2-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-lg2-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-lg2-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg2-first {
    order: -1; }

  .order-lg2-last {
    order: 13; }

  .order-lg2-0 {
    order: 0; }

  .order-lg2-1 {
    order: 1; }

  .order-lg2-2 {
    order: 2; }

  .order-lg2-3 {
    order: 3; }

  .order-lg2-4 {
    order: 4; }

  .order-lg2-5 {
    order: 5; }

  .order-lg2-6 {
    order: 6; }

  .order-lg2-7 {
    order: 7; }

  .order-lg2-8 {
    order: 8; }

  .order-lg2-9 {
    order: 9; }

  .order-lg2-10 {
    order: 10; }

  .order-lg2-11 {
    order: 11; }

  .order-lg2-12 {
    order: 12; }

  .offset-lg2-0 {
    margin-left: 0; }

  .offset-lg2-1 {
    margin-left: 8.33333%; }

  .offset-lg2-2 {
    margin-left: 16.66667%; }

  .offset-lg2-3 {
    margin-left: 25%; }

  .offset-lg2-4 {
    margin-left: 33.33333%; }

  .offset-lg2-5 {
    margin-left: 41.66667%; }

  .offset-lg2-6 {
    margin-left: 50%; }

  .offset-lg2-7 {
    margin-left: 58.33333%; }

  .offset-lg2-8 {
    margin-left: 66.66667%; }

  .offset-lg2-9 {
    margin-left: 75%; }

  .offset-lg2-10 {
    margin-left: 83.33333%; }

  .offset-lg2-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1462px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.33333%; }

  .offset-xl-2 {
    margin-left: 16.66667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.33333%; }

  .offset-xl-5 {
    margin-left: 41.66667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.33333%; }

  .offset-xl-8 {
    margin-left: 66.66667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.33333%; }

  .offset-xl-11 {
    margin-left: 91.66667%; } }
.table, table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
  background-color: transparent; }
  .table th, table th,
  .table td,
  table td {
    padding: 12px;
    vertical-align: top;
    border-top: 1px solid #000; }
  .table thead th, table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #000; }
  .table tbody + tbody, table tbody + tbody {
    border-top: 2px solid #000; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #000; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #000; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c8d8ec; }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #99b7dc; }

.table-hover .table-primary:hover {
  background-color: #b5cbe5; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #b5cbe5; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b9d2d4; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7cabb0; }

.table-hover .table-success:hover {
  background-color: #a9c8ca; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #a9c8ca; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #cef2f8; }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #a5e7f2; }

.table-hover .table-info:hover {
  background-color: #b8ecf5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #b8ecf5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fbf3dd; }
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f8e9c0; }

.table-hover .table-warning:hover {
  background-color: #f8ebc6; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #f8ebc6; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8c7ca; }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f3979d; }

.table-hover .table-danger:hover {
  background-color: #f5b0b5; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f5b0b5; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th, table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }
.table .thead-light th, table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #000; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-lg2 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg2 > .table-bordered {
      border: 0; } }
@media (max-width: 1461.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1em + 1.75rem);
  padding: 0.875rem 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border: 0 solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #97b7de;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(59, 117, 187, 0.25); }
  .form-control::placeholder {
    color: #000;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: transparent; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1; }

.col-form-label-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.875rem 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 0 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 0.3125rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #045d67; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #045d67;
  border-radius: 0; }
  .form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #045d67;
  padding-right: calc(1em + 1.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23045d67' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.25em + 0.4375rem) center;
  background-size: calc(0.5em + 0.875rem) calc(0.5em + 0.875rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #045d67;
    box-shadow: 0 0 0 0 rgba(4, 93, 103, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1em + 1.75rem);
  background-position: top calc(0.25em + 0.4375rem) right calc(0.25em + 0.4375rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #045d67;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23045d67' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1rem/calc(0.5em + 0.875rem) calc(0.5em + 0.875rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #045d67;
    box-shadow: 0 0 0 0 rgba(4, 93, 103, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #045d67; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #045d67; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #045d67; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #068998;
  background-color: #068998; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(4, 93, 103, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #045d67; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #045d67; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #045d67;
  box-shadow: 0 0 0 0 rgba(4, 93, 103, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e73743; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #e73743;
  border-radius: 0; }
  .form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e73743;
  padding-right: calc(1em + 1.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e73743' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e73743' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.25em + 0.4375rem) center;
  background-size: calc(0.5em + 0.875rem) calc(0.5em + 0.875rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #e73743;
    box-shadow: 0 0 0 0 rgba(231, 55, 67, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1em + 1.75rem);
  background-position: top calc(0.25em + 0.4375rem) right calc(0.25em + 0.4375rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e73743;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e73743' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e73743' stroke='none'/%3e%3c/svg%3e") center right 1rem/calc(0.5em + 0.875rem) calc(0.5em + 0.875rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #e73743;
    box-shadow: 0 0 0 0 rgba(231, 55, 67, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e73743; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e73743; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #e73743; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ec656e;
  background-color: #ec656e; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(231, 55, 67, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e73743; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e73743; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e73743;
  box-shadow: 0 0 0 0 rgba(231, 55, 67, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 0.375rem 0;
  font-size: 1.125rem;
  line-height: 1;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #000;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(59, 117, 187, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #3b75bb;
  border-color: #3b75bb; }
  .btn-primary:hover {
    color: #fff;
    background-color: #32639e;
    border-color: #2f5d94; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #32639e;
    border-color: #2f5d94;
    box-shadow: 0 0 0 0 rgba(88, 138, 197, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #3b75bb;
    border-color: #3b75bb; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2f5d94;
    border-color: #2c578b; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(88, 138, 197, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #045d67;
  border-color: #045d67; }
  .btn-success:hover {
    color: #fff;
    background-color: #033c42;
    border-color: #023136; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #033c42;
    border-color: #023136;
    box-shadow: 0 0 0 0 rgba(42, 117, 126, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #045d67;
    border-color: #045d67; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #023136;
    border-color: #02262a; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(42, 117, 126, 0.5); }

.btn-info {
  color: #212529;
  background-color: #51D0E6;
  border-color: #51D0E6; }
  .btn-info:hover {
    color: #212529;
    background-color: #30c7e1;
    border-color: #24c4e0; }
  .btn-info:focus, .btn-info.focus {
    color: #212529;
    background-color: #30c7e1;
    border-color: #24c4e0;
    box-shadow: 0 0 0 0 rgba(74, 182, 202, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #212529;
    background-color: #51D0E6;
    border-color: #51D0E6; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #212529;
    background-color: #24c4e0;
    border-color: #1fbdd8; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(74, 182, 202, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #f2d586;
  border-color: #f2d586; }
  .btn-warning:hover {
    color: #212529;
    background-color: #eec963;
    border-color: #edc558; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #eec963;
    border-color: #edc558;
    box-shadow: 0 0 0 0 rgba(211, 187, 120, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #f2d586;
    border-color: #f2d586; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #edc558;
    border-color: #ecc14c; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(211, 187, 120, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #e73743;
  border-color: #e73743; }
  .btn-danger:hover {
    color: #fff;
    background-color: #dd1b28;
    border-color: #d21926; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #dd1b28;
    border-color: #d21926;
    box-shadow: 0 0 0 0 rgba(235, 85, 95, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e73743;
    border-color: #e73743; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d21926;
    border-color: #c61824; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(235, 85, 95, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #3b75bb;
  border-color: #3b75bb; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #3b75bb;
    border-color: #3b75bb; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0 rgba(59, 117, 187, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #3b75bb;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #3b75bb;
    border-color: #3b75bb; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(59, 117, 187, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #045d67;
  border-color: #045d67; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #045d67;
    border-color: #045d67; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0 rgba(4, 93, 103, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #045d67;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #045d67;
    border-color: #045d67; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(4, 93, 103, 0.5); }

.btn-outline-info {
  color: #51D0E6;
  border-color: #51D0E6; }
  .btn-outline-info:hover {
    color: #212529;
    background-color: #51D0E6;
    border-color: #51D0E6; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0 rgba(81, 208, 230, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #51D0E6;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #51D0E6;
    border-color: #51D0E6; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(81, 208, 230, 0.5); }

.btn-outline-warning {
  color: #f2d586;
  border-color: #f2d586; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #f2d586;
    border-color: #f2d586; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0 rgba(242, 213, 134, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f2d586;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #f2d586;
    border-color: #f2d586; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(242, 213, 134, 0.5); }

.btn-outline-danger {
  color: #e73743;
  border-color: #e73743; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #e73743;
    border-color: #e73743; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0 rgba(231, 55, 67, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #e73743;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e73743;
    border-color: #e73743; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(231, 55, 67, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #3b75bb;
  text-decoration: none; }
  .btn-link:hover {
    color: #295181;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }

  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1200px) {
  .dropdown-menu-lg2-left {
    right: auto;
    left: 0; }

  .dropdown-menu-lg2-right {
    right: 0;
    left: auto; } }
@media (min-width: 1462px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3b75bb; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0;
  padding-left: 0; }
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: 0; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: 0; }

.input-group-prepend {
  margin-right: 0; }

.input-group-append {
  margin-left: 0; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.875rem 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 0 solid #ced4da;
  border-radius: 0; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #3b75bb !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2f5d94 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #045d67 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #023136 !important; }

.bg-info {
  background-color: #51D0E6 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #24c4e0 !important; }

.bg-warning {
  background-color: #f2d586 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #edc558 !important; }

.bg-danger {
  background-color: #e73743 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d21926 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #3b75bb !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #045d67 !important; }

.border-info {
  border-color: #51D0E6 !important; }

.border-warning {
  border-color: #f2d586 !important; }

.border-danger {
  border-color: #e73743 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0 !important; }

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-lg2-none {
    display: none !important; }

  .d-lg2-inline {
    display: inline !important; }

  .d-lg2-inline-block {
    display: inline-block !important; }

  .d-lg2-block {
    display: block !important; }

  .d-lg2-table {
    display: table !important; }

  .d-lg2-table-row {
    display: table-row !important; }

  .d-lg2-table-cell {
    display: table-cell !important; }

  .d-lg2-flex {
    display: flex !important; }

  .d-lg2-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1462px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-lg2-row {
    flex-direction: row !important; }

  .flex-lg2-column {
    flex-direction: column !important; }

  .flex-lg2-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg2-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg2-wrap {
    flex-wrap: wrap !important; }

  .flex-lg2-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg2-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg2-fill {
    flex: 1 1 auto !important; }

  .flex-lg2-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg2-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg2-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg2-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg2-start {
    justify-content: flex-start !important; }

  .justify-content-lg2-end {
    justify-content: flex-end !important; }

  .justify-content-lg2-center {
    justify-content: center !important; }

  .justify-content-lg2-between {
    justify-content: space-between !important; }

  .justify-content-lg2-around {
    justify-content: space-around !important; }

  .align-items-lg2-start {
    align-items: flex-start !important; }

  .align-items-lg2-end {
    align-items: flex-end !important; }

  .align-items-lg2-center {
    align-items: center !important; }

  .align-items-lg2-baseline {
    align-items: baseline !important; }

  .align-items-lg2-stretch {
    align-items: stretch !important; }

  .align-content-lg2-start {
    align-content: flex-start !important; }

  .align-content-lg2-end {
    align-content: flex-end !important; }

  .align-content-lg2-center {
    align-content: center !important; }

  .align-content-lg2-between {
    align-content: space-between !important; }

  .align-content-lg2-around {
    align-content: space-around !important; }

  .align-content-lg2-stretch {
    align-content: stretch !important; }

  .align-self-lg2-auto {
    align-self: auto !important; }

  .align-self-lg2-start {
    align-self: flex-start !important; }

  .align-self-lg2-end {
    align-self: flex-end !important; }

  .align-self-lg2-center {
    align-self: center !important; }

  .align-self-lg2-baseline {
    align-self: baseline !important; }

  .align-self-lg2-stretch {
    align-self: stretch !important; } }
@media (min-width: 1462px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-lg2-left {
    float: left !important; }

  .float-lg2-right {
    float: right !important; }

  .float-lg2-none {
    float: none !important; } }
@media (min-width: 1462px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  .m-sm-n3 {
    margin: -1rem !important; }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

  .m-sm-n4 {
    margin: -1.5rem !important; }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  .m-sm-n5 {
    margin: -3rem !important; }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -3rem !important; }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -3rem !important; }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-lg2-0 {
    margin: 0 !important; }

  .mt-lg2-0,
  .my-lg2-0 {
    margin-top: 0 !important; }

  .mr-lg2-0,
  .mx-lg2-0 {
    margin-right: 0 !important; }

  .mb-lg2-0,
  .my-lg2-0 {
    margin-bottom: 0 !important; }

  .ml-lg2-0,
  .mx-lg2-0 {
    margin-left: 0 !important; }

  .m-lg2-1 {
    margin: 0.25rem !important; }

  .mt-lg2-1,
  .my-lg2-1 {
    margin-top: 0.25rem !important; }

  .mr-lg2-1,
  .mx-lg2-1 {
    margin-right: 0.25rem !important; }

  .mb-lg2-1,
  .my-lg2-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg2-1,
  .mx-lg2-1 {
    margin-left: 0.25rem !important; }

  .m-lg2-2 {
    margin: 0.5rem !important; }

  .mt-lg2-2,
  .my-lg2-2 {
    margin-top: 0.5rem !important; }

  .mr-lg2-2,
  .mx-lg2-2 {
    margin-right: 0.5rem !important; }

  .mb-lg2-2,
  .my-lg2-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg2-2,
  .mx-lg2-2 {
    margin-left: 0.5rem !important; }

  .m-lg2-3 {
    margin: 1rem !important; }

  .mt-lg2-3,
  .my-lg2-3 {
    margin-top: 1rem !important; }

  .mr-lg2-3,
  .mx-lg2-3 {
    margin-right: 1rem !important; }

  .mb-lg2-3,
  .my-lg2-3 {
    margin-bottom: 1rem !important; }

  .ml-lg2-3,
  .mx-lg2-3 {
    margin-left: 1rem !important; }

  .m-lg2-4 {
    margin: 1.5rem !important; }

  .mt-lg2-4,
  .my-lg2-4 {
    margin-top: 1.5rem !important; }

  .mr-lg2-4,
  .mx-lg2-4 {
    margin-right: 1.5rem !important; }

  .mb-lg2-4,
  .my-lg2-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg2-4,
  .mx-lg2-4 {
    margin-left: 1.5rem !important; }

  .m-lg2-5 {
    margin: 3rem !important; }

  .mt-lg2-5,
  .my-lg2-5 {
    margin-top: 3rem !important; }

  .mr-lg2-5,
  .mx-lg2-5 {
    margin-right: 3rem !important; }

  .mb-lg2-5,
  .my-lg2-5 {
    margin-bottom: 3rem !important; }

  .ml-lg2-5,
  .mx-lg2-5 {
    margin-left: 3rem !important; }

  .p-lg2-0 {
    padding: 0 !important; }

  .pt-lg2-0,
  .py-lg2-0 {
    padding-top: 0 !important; }

  .pr-lg2-0,
  .px-lg2-0 {
    padding-right: 0 !important; }

  .pb-lg2-0,
  .py-lg2-0 {
    padding-bottom: 0 !important; }

  .pl-lg2-0,
  .px-lg2-0 {
    padding-left: 0 !important; }

  .p-lg2-1 {
    padding: 0.25rem !important; }

  .pt-lg2-1,
  .py-lg2-1 {
    padding-top: 0.25rem !important; }

  .pr-lg2-1,
  .px-lg2-1 {
    padding-right: 0.25rem !important; }

  .pb-lg2-1,
  .py-lg2-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg2-1,
  .px-lg2-1 {
    padding-left: 0.25rem !important; }

  .p-lg2-2 {
    padding: 0.5rem !important; }

  .pt-lg2-2,
  .py-lg2-2 {
    padding-top: 0.5rem !important; }

  .pr-lg2-2,
  .px-lg2-2 {
    padding-right: 0.5rem !important; }

  .pb-lg2-2,
  .py-lg2-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg2-2,
  .px-lg2-2 {
    padding-left: 0.5rem !important; }

  .p-lg2-3 {
    padding: 1rem !important; }

  .pt-lg2-3,
  .py-lg2-3 {
    padding-top: 1rem !important; }

  .pr-lg2-3,
  .px-lg2-3 {
    padding-right: 1rem !important; }

  .pb-lg2-3,
  .py-lg2-3 {
    padding-bottom: 1rem !important; }

  .pl-lg2-3,
  .px-lg2-3 {
    padding-left: 1rem !important; }

  .p-lg2-4 {
    padding: 1.5rem !important; }

  .pt-lg2-4,
  .py-lg2-4 {
    padding-top: 1.5rem !important; }

  .pr-lg2-4,
  .px-lg2-4 {
    padding-right: 1.5rem !important; }

  .pb-lg2-4,
  .py-lg2-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg2-4,
  .px-lg2-4 {
    padding-left: 1.5rem !important; }

  .p-lg2-5 {
    padding: 3rem !important; }

  .pt-lg2-5,
  .py-lg2-5 {
    padding-top: 3rem !important; }

  .pr-lg2-5,
  .px-lg2-5 {
    padding-right: 3rem !important; }

  .pb-lg2-5,
  .py-lg2-5 {
    padding-bottom: 3rem !important; }

  .pl-lg2-5,
  .px-lg2-5 {
    padding-left: 3rem !important; }

  .m-lg2-n1 {
    margin: -0.25rem !important; }

  .mt-lg2-n1,
  .my-lg2-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg2-n1,
  .mx-lg2-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg2-n1,
  .my-lg2-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg2-n1,
  .mx-lg2-n1 {
    margin-left: -0.25rem !important; }

  .m-lg2-n2 {
    margin: -0.5rem !important; }

  .mt-lg2-n2,
  .my-lg2-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg2-n2,
  .mx-lg2-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg2-n2,
  .my-lg2-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg2-n2,
  .mx-lg2-n2 {
    margin-left: -0.5rem !important; }

  .m-lg2-n3 {
    margin: -1rem !important; }

  .mt-lg2-n3,
  .my-lg2-n3 {
    margin-top: -1rem !important; }

  .mr-lg2-n3,
  .mx-lg2-n3 {
    margin-right: -1rem !important; }

  .mb-lg2-n3,
  .my-lg2-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg2-n3,
  .mx-lg2-n3 {
    margin-left: -1rem !important; }

  .m-lg2-n4 {
    margin: -1.5rem !important; }

  .mt-lg2-n4,
  .my-lg2-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg2-n4,
  .mx-lg2-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg2-n4,
  .my-lg2-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg2-n4,
  .mx-lg2-n4 {
    margin-left: -1.5rem !important; }

  .m-lg2-n5 {
    margin: -3rem !important; }

  .mt-lg2-n5,
  .my-lg2-n5 {
    margin-top: -3rem !important; }

  .mr-lg2-n5,
  .mx-lg2-n5 {
    margin-right: -3rem !important; }

  .mb-lg2-n5,
  .my-lg2-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg2-n5,
  .mx-lg2-n5 {
    margin-left: -3rem !important; }

  .m-lg2-auto {
    margin: auto !important; }

  .mt-lg2-auto,
  .my-lg2-auto {
    margin-top: auto !important; }

  .mr-lg2-auto,
  .mx-lg2-auto {
    margin-right: auto !important; }

  .mb-lg2-auto,
  .my-lg2-auto {
    margin-bottom: auto !important; }

  .ml-lg2-auto,
  .mx-lg2-auto {
    margin-left: auto !important; } }
@media (min-width: 1462px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  .m-xl-n3 {
    margin: -1rem !important; }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

  .m-xl-n4 {
    margin: -1.5rem !important; }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  .m-xl-n5 {
    margin: -3rem !important; }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent; }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-lg2-left {
    text-align: left !important; }

  .text-lg2-right {
    text-align: right !important; }

  .text-lg2-center {
    text-align: center !important; } }
@media (min-width: 1462px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #3b75bb !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #295181 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #045d67 !important; }

a.text-success:hover, a.text-success:focus {
  color: #011b1d !important; }

.text-info {
  color: #51D0E6 !important; }

a.text-info:hover, a.text-info:focus {
  color: #1db3cd !important; }

.text-warning {
  color: #f2d586 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ebbd41 !important; }

.text-danger {
  color: #e73743 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bb1622 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #000 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@font-face {
  font-family: 'fontello';
  src: url("https://tynesidecinema.co.uk/wp-content/themes/tyneside/assets/fonts/fontello-523b03cc/font/fontello.eot?97984176");
  src: url("https://tynesidecinema.co.uk/wp-content/themes/tyneside/assets/fonts/fontello-523b03cc/font/fontello.eot?97984176#iefix") format("embedded-opentype"), url("https://tynesidecinema.co.uk/wp-content/themes/tyneside/assets/fonts/fontello-523b03cc/font/fontello.woff2?97984176") format("woff2"), url("https://tynesidecinema.co.uk/wp-content/themes/tyneside/assets/fonts/fontello-523b03cc/font/fontello.woff?97984176") format("woff"), url("https://tynesidecinema.co.uk/wp-content/themes/tyneside/assets/fonts/fontello-523b03cc/font/fontello.ttf?97984176") format("truetype"), url("https://tynesidecinema.co.uk/wp-content/themes/tyneside/assets/fonts/fontello-523b03cc/font/fontello.svg?97984176#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?97984176#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before, .fontello:before, input[type="checkbox"]:checked + label:before, input[type="checkbox"]:checked + input[type="hidden"] + label:before, .ChooseSeats .InstanceCalendar .PreviousShowingButton:before, .ChooseSeats .InstanceCalendar .NextShowingButton:before, .ChooseSeats .DropDownCalendar .CalendarButton:before, .fntl, .select-wrap:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-rightarrow:before, .ChooseSeats .InstanceCalendar .NextShowingButton:before {
  content: '\e800'; }

/* '' */
.icon-cross:before {
  content: '\e801'; }

/* '' */
.icon-basket:before {
  content: '\e802'; }

/* '' */
.icon-calendar:before, .ChooseSeats .DropDownCalendar .CalendarButton:before {
  content: '\e803'; }

/* '' */
.icon-minus:before {
  content: '\e804'; }

/* '' */
.icon-18:before {
  content: '\e805'; }

/* '' */
.icon-15:before {
  content: '\e806'; }

/* '' */
.icon-account:before {
  content: '\e807'; }

/* '' */
.icon-U:before {
  content: '\e808'; }

/* '' */
.icon-hamburger:before {
  content: '\e809'; }

/* '' */
.icon-12:before {
  content: '\e80a'; }

/* '' */
.icon-PG:before {
  content: '\e80b'; }

/* '' */
.icon-12a:before {
  content: '\e80c'; }

/* '' */
.icon-leftarrow:before, .ChooseSeats .InstanceCalendar .PreviousShowingButton:before {
  content: '\e80d'; }

/* '' */
.icon-plus:before {
  content: '\e80e'; }

/* '' */
.icon-tyneside-icons-16:before {
  content: '\e80f'; }

/* '' */
.icon-tyneside-icons-play:before {
  content: '\e810'; }

/* '' */
.icon-ok:before, input[type="checkbox"]:checked + label:before, input[type="checkbox"]:checked + input[type="hidden"] + label:before {
  content: '\e811'; }

/* '' */
.icon-icon-search:before {
  content: '\e812'; }

/* '' */
.icon-search:before {
  content: '\e813'; }

/* '' */
.icon-up-dir:before {
  content: '\e814'; }

/* '' */
.icon-right-dir:before {
  content: '\e815'; }

/* '' */
.icon-left-dir:before {
  content: '\e816'; }

/* '' */
.icon-down-dir:before {
  content: '\e817'; }

/* '' */
.icon-icon-info:before {
  content: '\e823'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-vimeo:before {
  content: '\f27d'; }

/* '' */
.SpektrixPage h1,
.spx-header-container h1,
.fox h1, .EditTickets h1 .EventName {
  font-family: "bureau-grot-compressed", sans-serif;
  font-size: 40px;
  line-height: 35px;
  font-weight: 500;
  text-transform: uppercase; }
  @media (min-width: 576px) {
    .SpektrixPage h1,
    .spx-header-container h1,
    .fox h1, .EditTickets h1 .EventName {
      font-size: 53px;
      line-height: 55px; } }

.SpektrixPage .View h2,
.spx-header-container .View h2,
.fox .View h2, .ChooseSeats .EventDetails .EventName, .EditTickets h1 .InstanceTime, .Basket2 .Savings h2, .NewAccount .View .YourDetailsHeading,
.NewAccount .View .MyDetailsHeading,
.NewAccount .DetailsEditor .YourDetailsHeading,
.NewAccount .DetailsEditor .MyDetailsHeading,
.NewAccount .AddressEdit .YourDetailsHeading,
.NewAccount .AddressEdit .MyDetailsHeading,
.NewAccount .PaymentOptions .YourDetailsHeading,
.NewAccount .PaymentOptions .MyDetailsHeading,
.MyAccount .View .YourDetailsHeading,
.MyAccount .View .MyDetailsHeading,
.MyAccount .DetailsEditor .YourDetailsHeading,
.MyAccount .DetailsEditor .MyDetailsHeading,
.MyAccount .AddressEdit .YourDetailsHeading,
.MyAccount .AddressEdit .MyDetailsHeading,
.MyAccount .PaymentOptions .YourDetailsHeading,
.MyAccount .PaymentOptions .MyDetailsHeading,
.EditAddress .View .YourDetailsHeading,
.EditAddress .View .MyDetailsHeading,
.EditAddress .DetailsEditor .YourDetailsHeading,
.EditAddress .DetailsEditor .MyDetailsHeading,
.EditAddress .AddressEdit .YourDetailsHeading,
.EditAddress .AddressEdit .MyDetailsHeading,
.EditAddress .PaymentOptions .YourDetailsHeading,
.EditAddress .PaymentOptions .MyDetailsHeading,
.fox .View .YourDetailsHeading,
.fox .View .MyDetailsHeading,
.fox .DetailsEditor .YourDetailsHeading,
.fox .DetailsEditor .MyDetailsHeading,
.fox .AddressEdit .YourDetailsHeading,
.fox .AddressEdit .MyDetailsHeading,
.fox .PaymentOptions .YourDetailsHeading,
.fox .PaymentOptions .MyDetailsHeading, .SpektrixPage.MyAccount h2, .spx-heading-headline, .spx-section-container .spx-heading-headline {
  font-family: "bureau-grot-compressed", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase; }

.SpektrixPage .View h3,
.spx-header-container .View h3,
.fox .View h3, .ChooseSeats h2.SeatingAreaHeading, .ChooseSeats .PricesContainer h3, .EditTickets .Details .Details table th, .Basket2 dl.Items dt.Header, .Basket2 dl.Items dd.Header, .Memberships .Membership li.Period, .SpektrixPage.MyAccount h3 {
  font-family: "bureau-grot-compressed", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  text-transform: none; }

.spx-section-container .spx-subsection-container .spx-heading-sub-headline, .spx-section-container .spx-subsection-container .spx-subsection-summary-container.spx-subsection-summary-container__checkout--ticket-summary h3, .spx-section-container .spx-subsection-container .spx-subsection-summary-container.spx-main-container.spx-main-container__checkout.spx-main-container__checkout--order-summary h3, .spx-section-container .spx-subsection-container .spx-subsection-summary-container.spx-subsection-summary-container__checkout--credit h3.spx-heading-sub-headline, .spx-section-container .spx-subsection-container .spx-subsection-summary-container.spx-subsection-summary-container__checkoutspx-subsection-summary-container__checkout--donation-summary h3.spx-heading-sub-headline, .spx-section-container .spx-subsection-container.spx-subsection-container__checkout.spx-subsection-container__checkout--final-summary h3, .spx-section-container .spx-subsection-container.spx-subsection-container__checkout.spx-subsection-container__checkout--start-checkout-forgotten-password h3 {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 23px; }

.ChooseSeats .EventDetails .DateAndTime, .ChooseSeats .AreaAndVenueDetails, .ChooseSeats .SeatingAreaInstructions,
.ChooseSeats .SeatingAreaOptionalInstructions, .ChooseSeats .InstanceCalendar, .EditTickets, .Basket2 dl.Items, .LoginLogout .OptionalMessage,
.ForgotPassword .OptionalMessage, .Memberships .Membership li.Price, .NewAccount .View .YourDetailsMessage,
.NewAccount .DetailsEditor .YourDetailsMessage,
.NewAccount .AddressEdit .YourDetailsMessage,
.NewAccount .PaymentOptions .YourDetailsMessage,
.MyAccount .View .YourDetailsMessage,
.MyAccount .DetailsEditor .YourDetailsMessage,
.MyAccount .AddressEdit .YourDetailsMessage,
.MyAccount .PaymentOptions .YourDetailsMessage,
.EditAddress .View .YourDetailsMessage,
.EditAddress .DetailsEditor .YourDetailsMessage,
.EditAddress .AddressEdit .YourDetailsMessage,
.EditAddress .PaymentOptions .YourDetailsMessage,
.fox .View .YourDetailsMessage,
.fox .DetailsEditor .YourDetailsMessage,
.fox .AddressEdit .YourDetailsMessage,
.fox .PaymentOptions .YourDetailsMessage {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 25px; }

.ChooseSeats .PriceListTable, .ChooseSeats .PriceListTable th, .LoginLogout .Account_Link,
.ForgotPassword .Account_Link {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 26px; }
  @media (max-width: 767.98px) {
    .ChooseSeats .PriceListTable, .ChooseSeats .PriceListTable th, .LoginLogout .Account_Link,
    .ForgotPassword .Account_Link {
      font-size: 18px;
      line-height: 26px; } }

.SpektrixPage .Container label,
.spx-header-container .Container label,
.fox .Container label, .ChooseSeats .Savings, .Donations, .OfferDetails, .LoginLogout,
.ForgotPassword, .SpektrixPage.ForgotPassword, .SpektrixPage.ForgotPassword .LoginMessage, .PasswordSetMessage, .FoxIFrameControl, .fox, .AddCard, .ChangePassword, .Memberships, .AddGiftVoucher, .NewAccount,
.MyAccount,
.EditAddress, .NewAccount .View,
.NewAccount .DetailsEditor,
.NewAccount .AddressEdit,
.NewAccount .PaymentOptions,
.MyAccount .View,
.MyAccount .DetailsEditor,
.MyAccount .AddressEdit,
.MyAccount .PaymentOptions,
.EditAddress .View,
.EditAddress .DetailsEditor,
.EditAddress .AddressEdit,
.EditAddress .PaymentOptions,
.fox .View,
.fox .DetailsEditor,
.fox .AddressEdit,
.fox .PaymentOptions, .spx-main-container__checkout--start-checkout,
.spx-section-container__checkout--start-checkout-login, .spx-section-container .spx-subsection-container, .spx-section-container .spx-subsection-container#DeliveryAddressSubsection label,
.spx-section-container .spx-subsection-container .spx-field-container__checkout--select-address label, .spx-section-container .spx-subsection-container .spx-field-container__checkout--payment-method label, .spx-section-container .spx-field-container__checkout--donation label, #privacy-policy-header, .spx-wikitext-container {
  font-family: "tablet-gothic", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px; }
  .SpektrixPage .Container label p,
  .spx-header-container .Container label p,
  .fox .Container label p, .ChooseSeats .Savings p, .Donations p, .OfferDetails p, .LoginLogout p,
  .ForgotPassword p, .SpektrixPage.ForgotPassword p, .SpektrixPage.ForgotPassword .LoginMessage p, .PasswordSetMessage p, .FoxIFrameControl p, .fox p, .AddCard p, .ChangePassword p, .Memberships p, .AddGiftVoucher p, .NewAccount p,
  .MyAccount p,
  .EditAddress p, .NewAccount .View p,
  .NewAccount .DetailsEditor p,
  .NewAccount .AddressEdit p,
  .NewAccount .PaymentOptions p,
  .MyAccount .View p,
  .MyAccount .DetailsEditor p,
  .MyAccount .AddressEdit p,
  .MyAccount .PaymentOptions p,
  .EditAddress .View p,
  .EditAddress .DetailsEditor p,
  .EditAddress .AddressEdit p,
  .EditAddress .PaymentOptions p,
  .fox .View p,
  .fox .DetailsEditor p,
  .fox .AddressEdit p,
  .fox .PaymentOptions p, .spx-main-container__checkout--start-checkout p,
  .spx-section-container__checkout--start-checkout-login p, .spx-section-container .spx-subsection-container p, .spx-section-container .spx-subsection-container#DeliveryAddressSubsection label p,
  .spx-section-container .spx-subsection-container .spx-field-container__checkout--select-address label p, .spx-section-container .spx-subsection-container .spx-field-container__checkout--payment-method label p, .spx-section-container .spx-field-container__checkout--donation label p, #privacy-policy-header p, .spx-wikitext-container p, .SpektrixPage .Container label ul,
  .spx-header-container .Container label ul,
  .fox .Container label ul, .ChooseSeats .Savings ul, .Donations ul, .OfferDetails ul, .LoginLogout ul,
  .ForgotPassword ul, .SpektrixPage.ForgotPassword ul, .SpektrixPage.ForgotPassword .LoginMessage ul, .PasswordSetMessage ul, .FoxIFrameControl ul, .fox ul, .AddCard ul, .ChangePassword ul, .Memberships ul, .AddGiftVoucher ul, .NewAccount ul,
  .MyAccount ul,
  .EditAddress ul, .NewAccount .View ul,
  .NewAccount .DetailsEditor ul,
  .NewAccount .AddressEdit ul,
  .NewAccount .PaymentOptions ul,
  .MyAccount .View ul,
  .MyAccount .DetailsEditor ul,
  .MyAccount .AddressEdit ul,
  .MyAccount .PaymentOptions ul,
  .EditAddress .View ul,
  .EditAddress .DetailsEditor ul,
  .EditAddress .AddressEdit ul,
  .EditAddress .PaymentOptions ul,
  .fox .View ul,
  .fox .DetailsEditor ul,
  .fox .AddressEdit ul,
  .fox .PaymentOptions ul, .spx-main-container__checkout--start-checkout ul,
  .spx-section-container__checkout--start-checkout-login ul, .spx-section-container .spx-subsection-container ul, .spx-section-container .spx-subsection-container#DeliveryAddressSubsection label ul,
  .spx-section-container .spx-subsection-container .spx-field-container__checkout--select-address label ul, .spx-section-container .spx-subsection-container .spx-field-container__checkout--payment-method label ul, .spx-section-container .spx-field-container__checkout--donation label ul, #privacy-policy-header ul, .spx-wikitext-container ul, .SpektrixPage .Container label ol,
  .spx-header-container .Container label ol,
  .fox .Container label ol, .ChooseSeats .Savings ol, .Donations ol, .OfferDetails ol, .LoginLogout ol,
  .ForgotPassword ol, .SpektrixPage.ForgotPassword ol, .SpektrixPage.ForgotPassword .LoginMessage ol, .PasswordSetMessage ol, .FoxIFrameControl ol, .fox ol, .AddCard ol, .ChangePassword ol, .Memberships ol, .AddGiftVoucher ol, .NewAccount ol,
  .MyAccount ol,
  .EditAddress ol, .NewAccount .View ol,
  .NewAccount .DetailsEditor ol,
  .NewAccount .AddressEdit ol,
  .NewAccount .PaymentOptions ol,
  .MyAccount .View ol,
  .MyAccount .DetailsEditor ol,
  .MyAccount .AddressEdit ol,
  .MyAccount .PaymentOptions ol,
  .EditAddress .View ol,
  .EditAddress .DetailsEditor ol,
  .EditAddress .AddressEdit ol,
  .EditAddress .PaymentOptions ol,
  .fox .View ol,
  .fox .DetailsEditor ol,
  .fox .AddressEdit ol,
  .fox .PaymentOptions ol, .spx-main-container__checkout--start-checkout ol,
  .spx-section-container__checkout--start-checkout-login ol, .spx-section-container .spx-subsection-container ol, .spx-section-container .spx-subsection-container#DeliveryAddressSubsection label ol,
  .spx-section-container .spx-subsection-container .spx-field-container__checkout--select-address label ol, .spx-section-container .spx-subsection-container .spx-field-container__checkout--payment-method label ol, .spx-section-container .spx-field-container__checkout--donation label ol, #privacy-policy-header ol, .spx-wikitext-container ol {
    margin-bottom: 10px; }
    .SpektrixPage .Container label p:last-child,
    .spx-header-container .Container label p:last-child, .ChooseSeats .Savings p:last-child, .Donations p:last-child, .OfferDetails p:last-child, .LoginLogout p:last-child,
    .ForgotPassword p:last-child, .SpektrixPage.ForgotPassword .LoginMessage p:last-child, .PasswordSetMessage p:last-child, .FoxIFrameControl p:last-child, .fox p:last-child, .AddCard p:last-child, .ChangePassword p:last-child, .Memberships p:last-child, .AddGiftVoucher p:last-child, .NewAccount p:last-child,
    .MyAccount p:last-child,
    .EditAddress p:last-child, .spx-main-container__checkout--start-checkout p:last-child,
    .spx-section-container__checkout--start-checkout-login p:last-child, .spx-section-container .spx-subsection-container p:last-child, .spx-section-container .spx-subsection-container#DeliveryAddressSubsection label p:last-child, .spx-section-container .spx-field-container__checkout--donation label p:last-child, #privacy-policy-header p:last-child, .spx-wikitext-container p:last-child, .SpektrixPage .Container label ul:last-child,
    .spx-header-container .Container label ul:last-child, .ChooseSeats .Savings ul:last-child, .Donations ul:last-child, .OfferDetails ul:last-child, .LoginLogout ul:last-child,
    .ForgotPassword ul:last-child, .SpektrixPage.ForgotPassword .LoginMessage ul:last-child, .PasswordSetMessage ul:last-child, .FoxIFrameControl ul:last-child, .fox ul:last-child, .AddCard ul:last-child, .ChangePassword ul:last-child, .Memberships ul:last-child, .AddGiftVoucher ul:last-child, .NewAccount ul:last-child,
    .MyAccount ul:last-child,
    .EditAddress ul:last-child, .spx-main-container__checkout--start-checkout ul:last-child,
    .spx-section-container__checkout--start-checkout-login ul:last-child, .spx-section-container .spx-subsection-container ul:last-child, .spx-section-container .spx-subsection-container#DeliveryAddressSubsection label ul:last-child, .spx-section-container .spx-field-container__checkout--donation label ul:last-child, #privacy-policy-header ul:last-child, .spx-wikitext-container ul:last-child, .SpektrixPage .Container label ol:last-child,
    .spx-header-container .Container label ol:last-child, .ChooseSeats .Savings ol:last-child, .Donations ol:last-child, .OfferDetails ol:last-child, .LoginLogout ol:last-child,
    .ForgotPassword ol:last-child, .SpektrixPage.ForgotPassword .LoginMessage ol:last-child, .PasswordSetMessage ol:last-child, .FoxIFrameControl ol:last-child, .fox ol:last-child, .AddCard ol:last-child, .ChangePassword ol:last-child, .Memberships ol:last-child, .AddGiftVoucher ol:last-child, .NewAccount ol:last-child,
    .MyAccount ol:last-child,
    .EditAddress ol:last-child, .spx-main-container__checkout--start-checkout ol:last-child,
    .spx-section-container__checkout--start-checkout-login ol:last-child, .spx-section-container .spx-subsection-container ol:last-child, .spx-section-container .spx-subsection-container#DeliveryAddressSubsection label ol:last-child, .spx-section-container .spx-field-container__checkout--donation label ol:last-child, #privacy-policy-header ol:last-child, .spx-wikitext-container ol:last-child {
      margin-bottom: 0; }
  .SpektrixPage .Container label ul,
  .spx-header-container .Container label ul,
  .fox .Container label ul, .ChooseSeats .Savings ul, .Donations ul, .OfferDetails ul, .LoginLogout ul,
  .ForgotPassword ul, .SpektrixPage.ForgotPassword ul, .SpektrixPage.ForgotPassword .LoginMessage ul, .PasswordSetMessage ul, .FoxIFrameControl ul, .fox ul, .AddCard ul, .ChangePassword ul, .Memberships ul, .AddGiftVoucher ul, .NewAccount ul,
  .MyAccount ul,
  .EditAddress ul, .NewAccount .View ul,
  .NewAccount .DetailsEditor ul,
  .NewAccount .AddressEdit ul,
  .NewAccount .PaymentOptions ul,
  .MyAccount .View ul,
  .MyAccount .DetailsEditor ul,
  .MyAccount .AddressEdit ul,
  .MyAccount .PaymentOptions ul,
  .EditAddress .View ul,
  .EditAddress .DetailsEditor ul,
  .EditAddress .AddressEdit ul,
  .EditAddress .PaymentOptions ul,
  .fox .View ul,
  .fox .DetailsEditor ul,
  .fox .AddressEdit ul,
  .fox .PaymentOptions ul, .spx-main-container__checkout--start-checkout ul,
  .spx-section-container__checkout--start-checkout-login ul, .spx-section-container .spx-subsection-container ul, .spx-section-container .spx-subsection-container#DeliveryAddressSubsection label ul,
  .spx-section-container .spx-subsection-container .spx-field-container__checkout--select-address label ul, .spx-section-container .spx-subsection-container .spx-field-container__checkout--payment-method label ul, .spx-section-container .spx-field-container__checkout--donation label ul, #privacy-policy-header ul, .spx-wikitext-container ul, .SpektrixPage .Container label ol,
  .spx-header-container .Container label ol,
  .fox .Container label ol, .ChooseSeats .Savings ol, .Donations ol, .OfferDetails ol, .LoginLogout ol,
  .ForgotPassword ol, .SpektrixPage.ForgotPassword ol, .SpektrixPage.ForgotPassword .LoginMessage ol, .PasswordSetMessage ol, .FoxIFrameControl ol, .fox ol, .AddCard ol, .ChangePassword ol, .Memberships ol, .AddGiftVoucher ol, .NewAccount ol,
  .MyAccount ol,
  .EditAddress ol, .NewAccount .View ol,
  .NewAccount .DetailsEditor ol,
  .NewAccount .AddressEdit ol,
  .NewAccount .PaymentOptions ol,
  .MyAccount .View ol,
  .MyAccount .DetailsEditor ol,
  .MyAccount .AddressEdit ol,
  .MyAccount .PaymentOptions ol,
  .EditAddress .View ol,
  .EditAddress .DetailsEditor ol,
  .EditAddress .AddressEdit ol,
  .EditAddress .PaymentOptions ol,
  .fox .View ol,
  .fox .DetailsEditor ol,
  .fox .AddressEdit ol,
  .fox .PaymentOptions ol, .spx-main-container__checkout--start-checkout ol,
  .spx-section-container__checkout--start-checkout-login ol, .spx-section-container .spx-subsection-container ol, .spx-section-container .spx-subsection-container#DeliveryAddressSubsection label ol,
  .spx-section-container .spx-subsection-container .spx-field-container__checkout--select-address label ol, .spx-section-container .spx-subsection-container .spx-field-container__checkout--payment-method label ol, .spx-section-container .spx-field-container__checkout--donation label ol, #privacy-policy-header ol, .spx-wikitext-container ol {
    padding-left: 1.35em; }
  .SpektrixPage .Container label strong,
  .spx-header-container .Container label strong,
  .fox .Container label strong, .ChooseSeats .Savings strong, .Donations strong, .OfferDetails strong, .LoginLogout strong,
  .ForgotPassword strong, .SpektrixPage.ForgotPassword strong, .SpektrixPage.ForgotPassword .LoginMessage strong, .PasswordSetMessage strong, .FoxIFrameControl strong, .fox strong, .AddCard strong, .ChangePassword strong, .Memberships strong, .AddGiftVoucher strong, .NewAccount strong,
  .MyAccount strong,
  .EditAddress strong, .NewAccount .View strong,
  .NewAccount .DetailsEditor strong,
  .NewAccount .AddressEdit strong,
  .NewAccount .PaymentOptions strong,
  .MyAccount .View strong,
  .MyAccount .DetailsEditor strong,
  .MyAccount .AddressEdit strong,
  .MyAccount .PaymentOptions strong,
  .EditAddress .View strong,
  .EditAddress .DetailsEditor strong,
  .EditAddress .AddressEdit strong,
  .EditAddress .PaymentOptions strong,
  .fox .View strong,
  .fox .DetailsEditor strong,
  .fox .AddressEdit strong,
  .fox .PaymentOptions strong, .spx-main-container__checkout--start-checkout strong,
  .spx-section-container__checkout--start-checkout-login strong, .spx-section-container .spx-subsection-container strong, .spx-section-container .spx-subsection-container#DeliveryAddressSubsection label strong,
  .spx-section-container .spx-subsection-container .spx-field-container__checkout--select-address label strong, .spx-section-container .spx-subsection-container .spx-field-container__checkout--payment-method label strong, .spx-section-container .spx-field-container__checkout--donation label strong, #privacy-policy-header strong, .spx-wikitext-container strong, .SpektrixPage .Container label b,
  .spx-header-container .Container label b,
  .fox .Container label b, .ChooseSeats .Savings b, .Donations b, .OfferDetails b, .LoginLogout b,
  .ForgotPassword b, .SpektrixPage.ForgotPassword b, .SpektrixPage.ForgotPassword .LoginMessage b, .PasswordSetMessage b, .FoxIFrameControl b, .fox b, .AddCard b, .ChangePassword b, .Memberships b, .AddGiftVoucher b, .NewAccount b,
  .MyAccount b,
  .EditAddress b, .NewAccount .View b,
  .NewAccount .DetailsEditor b,
  .NewAccount .AddressEdit b,
  .NewAccount .PaymentOptions b,
  .MyAccount .View b,
  .MyAccount .DetailsEditor b,
  .MyAccount .AddressEdit b,
  .MyAccount .PaymentOptions b,
  .EditAddress .View b,
  .EditAddress .DetailsEditor b,
  .EditAddress .AddressEdit b,
  .EditAddress .PaymentOptions b,
  .fox .View b,
  .fox .DetailsEditor b,
  .fox .AddressEdit b,
  .fox .PaymentOptions b, .spx-main-container__checkout--start-checkout b,
  .spx-section-container__checkout--start-checkout-login b, .spx-section-container .spx-subsection-container b, .spx-section-container .spx-subsection-container#DeliveryAddressSubsection label b,
  .spx-section-container .spx-subsection-container .spx-field-container__checkout--select-address label b, .spx-section-container .spx-subsection-container .spx-field-container__checkout--payment-method label b, .spx-section-container .spx-field-container__checkout--donation label b, #privacy-policy-header b, .spx-wikitext-container b {
    font-weight: 700; }
  .SpektrixPage .Container label h4,
  .spx-header-container .Container label h4,
  .fox .Container label h4, .ChooseSeats .Savings h4, .Donations h4, .OfferDetails h4, .LoginLogout h4,
  .ForgotPassword h4, .SpektrixPage.ForgotPassword h4, .SpektrixPage.ForgotPassword .LoginMessage h4, .PasswordSetMessage h4, .FoxIFrameControl h4, .fox h4, .AddCard h4, .ChangePassword h4, .Memberships h4, .AddGiftVoucher h4, .NewAccount h4,
  .MyAccount h4,
  .EditAddress h4, .NewAccount .View h4,
  .NewAccount .DetailsEditor h4,
  .NewAccount .AddressEdit h4,
  .NewAccount .PaymentOptions h4,
  .MyAccount .View h4,
  .MyAccount .DetailsEditor h4,
  .MyAccount .AddressEdit h4,
  .MyAccount .PaymentOptions h4,
  .EditAddress .View h4,
  .EditAddress .DetailsEditor h4,
  .EditAddress .AddressEdit h4,
  .EditAddress .PaymentOptions h4,
  .fox .View h4,
  .fox .DetailsEditor h4,
  .fox .AddressEdit h4,
  .fox .PaymentOptions h4, .spx-main-container__checkout--start-checkout h4,
  .spx-section-container__checkout--start-checkout-login h4, .spx-section-container .spx-subsection-container h4, .spx-section-container .spx-subsection-container#DeliveryAddressSubsection label h4,
  .spx-section-container .spx-subsection-container .spx-field-container__checkout--select-address label h4, .spx-section-container .spx-subsection-container .spx-field-container__checkout--payment-method label h4, .spx-section-container .spx-field-container__checkout--donation label h4, #privacy-policy-header h4, .spx-wikitext-container h4 {
    margin: 10px 0 3px; }
  .SpektrixPage .Container label a,
  .spx-header-container .Container label a,
  .fox .Container label a, .ChooseSeats .Savings a, .Donations a, .OfferDetails a, .LoginLogout a,
  .ForgotPassword a, .SpektrixPage.ForgotPassword a, .SpektrixPage.ForgotPassword .LoginMessage a, .PasswordSetMessage a, .FoxIFrameControl a, .fox a, .AddCard a, .ChangePassword a, .Memberships a, .AddGiftVoucher a, .NewAccount a,
  .MyAccount a,
  .EditAddress a, .NewAccount .View a,
  .NewAccount .DetailsEditor a,
  .NewAccount .AddressEdit a,
  .NewAccount .PaymentOptions a,
  .MyAccount .View a,
  .MyAccount .DetailsEditor a,
  .MyAccount .AddressEdit a,
  .MyAccount .PaymentOptions a,
  .EditAddress .View a,
  .EditAddress .DetailsEditor a,
  .EditAddress .AddressEdit a,
  .EditAddress .PaymentOptions a,
  .fox .View a,
  .fox .DetailsEditor a,
  .fox .AddressEdit a,
  .fox .PaymentOptions a, .spx-main-container__checkout--start-checkout a,
  .spx-section-container__checkout--start-checkout-login a, .spx-section-container .spx-subsection-container a, .spx-section-container .spx-subsection-container#DeliveryAddressSubsection label a,
  .spx-section-container .spx-subsection-container .spx-field-container__checkout--select-address label a, .spx-section-container .spx-subsection-container .spx-field-container__checkout--payment-method label a, .spx-section-container .spx-field-container__checkout--donation label a, #privacy-policy-header a, .spx-wikitext-container a {
    color: #232f5d;
    text-decoration: underline; }
  .SpektrixPage .Container label a:hover,
  .spx-header-container .Container label a:hover, .ChooseSeats .Savings a:hover, .Donations a:hover, .OfferDetails a:hover, .LoginLogout a:hover,
  .ForgotPassword a:hover, .SpektrixPage.ForgotPassword .LoginMessage a:hover, .PasswordSetMessage a:hover, .FoxIFrameControl a:hover, .fox a:hover, .AddCard a:hover, .ChangePassword a:hover, .Memberships a:hover, .AddGiftVoucher a:hover, .NewAccount a:hover,
  .MyAccount a:hover,
  .EditAddress a:hover, .spx-main-container__checkout--start-checkout a:hover,
  .spx-section-container__checkout--start-checkout-login a:hover, .spx-section-container .spx-subsection-container a:hover, .spx-section-container .spx-subsection-container#DeliveryAddressSubsection label a:hover, .spx-section-container .spx-field-container__checkout--donation label a:hover, #privacy-policy-header a:hover, .spx-wikitext-container a:hover {
    color: #232f5d;
    text-decoration: underline; }
  .SpektrixPage .Container label iframe,
  .spx-header-container .Container label iframe,
  .fox .Container label iframe, .ChooseSeats .Savings iframe, .Donations iframe, .OfferDetails iframe, .LoginLogout iframe,
  .ForgotPassword iframe, .SpektrixPage.ForgotPassword iframe, .SpektrixPage.ForgotPassword .LoginMessage iframe, .PasswordSetMessage iframe, .FoxIFrameControl iframe, .fox iframe, .AddCard iframe, .ChangePassword iframe, .Memberships iframe, .AddGiftVoucher iframe, .NewAccount iframe,
  .MyAccount iframe,
  .EditAddress iframe, .NewAccount .View iframe,
  .NewAccount .DetailsEditor iframe,
  .NewAccount .AddressEdit iframe,
  .NewAccount .PaymentOptions iframe,
  .MyAccount .View iframe,
  .MyAccount .DetailsEditor iframe,
  .MyAccount .AddressEdit iframe,
  .MyAccount .PaymentOptions iframe,
  .EditAddress .View iframe,
  .EditAddress .DetailsEditor iframe,
  .EditAddress .AddressEdit iframe,
  .EditAddress .PaymentOptions iframe,
  .fox .View iframe,
  .fox .DetailsEditor iframe,
  .fox .AddressEdit iframe,
  .fox .PaymentOptions iframe, .spx-main-container__checkout--start-checkout iframe,
  .spx-section-container__checkout--start-checkout-login iframe, .spx-section-container .spx-subsection-container iframe, .spx-section-container .spx-subsection-container#DeliveryAddressSubsection label iframe,
  .spx-section-container .spx-subsection-container .spx-field-container__checkout--select-address label iframe, .spx-section-container .spx-subsection-container .spx-field-container__checkout--payment-method label iframe, .spx-section-container .spx-field-container__checkout--donation label iframe, #privacy-policy-header iframe, .spx-wikitext-container iframe {
    max-width: 100%; }
  .SpektrixPage .Container label .embed-responsive,
  .spx-header-container .Container label .embed-responsive,
  .fox .Container label .embed-responsive, .ChooseSeats .Savings .embed-responsive, .Donations .embed-responsive, .OfferDetails .embed-responsive, .LoginLogout .embed-responsive,
  .ForgotPassword .embed-responsive, .SpektrixPage.ForgotPassword .LoginMessage .embed-responsive, .PasswordSetMessage .embed-responsive, .FoxIFrameControl .embed-responsive, .fox .embed-responsive, .AddCard .embed-responsive, .ChangePassword .embed-responsive, .Memberships .embed-responsive, .AddGiftVoucher .embed-responsive, .NewAccount .embed-responsive,
  .MyAccount .embed-responsive,
  .EditAddress .embed-responsive, .spx-main-container__checkout--start-checkout .embed-responsive,
  .spx-section-container__checkout--start-checkout-login .embed-responsive, .spx-section-container .spx-subsection-container .embed-responsive, .spx-section-container .spx-subsection-container#DeliveryAddressSubsection label .embed-responsive,
  .spx-section-container .spx-subsection-container .spx-field-container__checkout--select-address label .embed-responsive, .spx-section-container .spx-subsection-container .spx-field-container__checkout--payment-method label .embed-responsive, .spx-section-container .spx-field-container__checkout--donation label .embed-responsive, #privacy-policy-header .embed-responsive, .spx-wikitext-container .embed-responsive {
    margin-bottom: 1em; }
  @media (max-width: 767.98px) {
    .SpektrixPage .Container label,
    .spx-header-container .Container label,
    .fox .Container label, .ChooseSeats .Savings, .Donations, .OfferDetails, .LoginLogout,
    .ForgotPassword, .SpektrixPage.ForgotPassword, .SpektrixPage.ForgotPassword .LoginMessage, .PasswordSetMessage, .FoxIFrameControl, .fox, .AddCard, .ChangePassword, .Memberships, .AddGiftVoucher, .NewAccount,
    .MyAccount,
    .EditAddress, .NewAccount .View,
    .NewAccount .DetailsEditor,
    .NewAccount .AddressEdit,
    .NewAccount .PaymentOptions,
    .MyAccount .View,
    .MyAccount .DetailsEditor,
    .MyAccount .AddressEdit,
    .MyAccount .PaymentOptions,
    .EditAddress .View,
    .EditAddress .DetailsEditor,
    .EditAddress .AddressEdit,
    .EditAddress .PaymentOptions,
    .fox .View,
    .fox .DetailsEditor,
    .fox .AddressEdit,
    .fox .PaymentOptions, .spx-main-container__checkout--start-checkout,
    .spx-section-container__checkout--start-checkout-login, .spx-section-container .spx-subsection-container, .spx-section-container .spx-subsection-container#DeliveryAddressSubsection label,
    .spx-section-container .spx-subsection-container .spx-field-container__checkout--select-address label, .spx-section-container .spx-subsection-container .spx-field-container__checkout--payment-method label, .spx-section-container .spx-field-container__checkout--donation label, #privacy-policy-header, .spx-wikitext-container {
      font-size: 18px;
      line-height: 21px; } }

/** DEFAULTS */
* {
  box-sizing: border-box; }

body {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  color: #000;
  -webkit-text-size-adjust: none;
  background: transparent;
  max-width: calc(100vw); }

.ErrorMessage {
  padding: 0;
  margin: 15px 0 23px;
  color: #e73743; }
  .ErrorMessage a {
    color: #e73743;
    border-bottom: 1px solid #e73743; }
  .ErrorMessage ul {
    list-style: none;
    padding-left: 0; }

.SpektrixPage .ErrorMessage {
  margin: 15px 0 23px; }
  .SpektrixPage .ErrorMessage a {
    color: #e73743;
    border-bottom: 1px solid #e73743; }

.spx-validation-message[aria-hidden="true"] {
  margin-top: 10px;
  color: red; }

.SelectMessage {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 15px 0; }

.SpektrixPage {
  position: relative;
  padding-bottom: 50px;
  max-width: 100%; }
  @media (max-width: 767px) {
    .SpektrixPage {
      max-width: 100vw; } }
  @media (min-width: 1124px) {
    .SpektrixPage {
      width: 66.66%; } }
  .SpektrixPage.Error {
    padding-top: 50px; }
  .SpektrixPage .SavedMessage {
    margin-bottom: 15px; }

.SpektrixPage h1,
.spx-header-container h1,
.fox h1 {
  margin: 0 0 38px; }
.SpektrixPage h2,
.spx-header-container h2,
.fox h2 {
  font-family: "tablet-gothic", sans-serif;
  font-weight: 300;
  font-style: normal; }
.SpektrixPage h2, .SpektrixPage p,
.spx-header-container h2,
.spx-header-container p,
.fox h2,
.fox p {
  margin: 0; }
.SpektrixPage a,
.spx-header-container a,
.fox a {
  color: #000;
  text-decoration: none; }
.SpektrixPage .Container,
.spx-header-container .Container,
.fox .Container {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
  position: relative; }
  .SpektrixPage .Container label,
  .spx-header-container .Container label,
  .fox .Container label {
    margin-bottom: 10px; }
    .SpektrixPage .Container label.right,
    .spx-header-container .Container label.right,
    .fox .Container label.right {
      color: #e73743;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 16px;
      line-height: 20px;
      font-family: "tablet-gothic", sans-serif;
      font-weight: 300;
      font-style: normal;
      margin: 0;
      width: auto; }
  .SpektrixPage .Container .Comment,
  .SpektrixPage .Container .ValidationError,
  .spx-header-container .Container .Comment,
  .spx-header-container .Container .ValidationError,
  .fox .Container .Comment,
  .fox .Container .ValidationError {
    padding-top: 5px; }
    @media (max-width: 767px) {
      .SpektrixPage .Container .Comment,
      .SpektrixPage .Container .ValidationError,
      .spx-header-container .Container .Comment,
      .spx-header-container .Container .ValidationError,
      .fox .Container .Comment,
      .fox .Container .ValidationError {
        padding-left: 0; } }
    .SpektrixPage .Container .Comment br,
    .SpektrixPage .Container .ValidationError br,
    .spx-header-container .Container .Comment br,
    .spx-header-container .Container .ValidationError br,
    .fox .Container .Comment br,
    .fox .Container .ValidationError br {
      display: none; }
  .SpektrixPage .Container .ValidationError,
  .spx-header-container .Container .ValidationError,
  .fox .Container .ValidationError {
    color: red !important; }
.SpektrixPage .View h2,
.spx-header-container .View h2,
.fox .View h2 {
  margin-bottom: 15px; }
.SpektrixPage .View h3,
.spx-header-container .View h3,
.fox .View h3 {
  margin-bottom: 15px; }

table {
  background: transparent !important;
  margin-top: 20px; }
  table td, table th {
    white-space: nowrap;
    vertical-align: middle !important; }
    table td:first-child, table th:first-child {
      padding-left: 0; }
  table th {
    text-align: left;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal; }

/** FORM ELEMENTS */
fieldset {
  border: none;
  margin: 0 0 30px;
  padding: 0; }
  fieldset legend {
    margin-bottom: 15px; }

label {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal; }

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  outline-offset: 2px;
  border: none;
  box-shadow: none; }

textarea {
  border: none;
  height: 60px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding: 10px 30px 10px 10px;
  border-radius: 0;
  margin: 0;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000; }

button,
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  margin: 0;
  padding: 10px;
  border: none;
  border-radius: 0;
  background: #fff;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px solid #000; }

input[type="radio"],
input[type="checkbox"],
input[type="checkbox"] + input[type="hidden"] {
  display: inline;
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden; }
  input[type="radio"] + label,
  input[type="checkbox"] + label,
  input[type="checkbox"] + input[type="hidden"] + label {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal; }
    input[type="radio"] + label br,
    input[type="checkbox"] + label br,
    input[type="checkbox"] + input[type="hidden"] + label br {
      display: block !important; }
    input[type="radio"] + label + span,
    input[type="checkbox"] + label + span,
    input[type="checkbox"] + input[type="hidden"] + label + span {
      padding-left: 10px; }
    input[type="radio"] + label:before,
    input[type="checkbox"] + label:before,
    input[type="checkbox"] + input[type="hidden"] + label:before {
      content: " ";
      display: inline-block;
      width: 22px;
      height: 22px;
      margin-right: 10px;
      border: 1px solid #000;
      background: transparent;
      position: relative;
      top: 2px; }
  input[type="radio"][disabled] + label, input[type="radio"][disabled] + input[type="hidden"] + label,
  input[type="checkbox"][disabled] + label,
  input[type="checkbox"][disabled] + input[type="hidden"] + label,
  input[type="checkbox"] + input[type="hidden"][disabled] + label,
  input[type="checkbox"] + input[type="hidden"][disabled] + input[type="hidden"] + label {
    display: none; }
    input[type="radio"][disabled] + label:before, input[type="radio"][disabled] + input[type="hidden"] + label:before,
    input[type="checkbox"][disabled] + label:before,
    input[type="checkbox"][disabled] + input[type="hidden"] + label:before,
    input[type="checkbox"] + input[type="hidden"][disabled] + label:before,
    input[type="checkbox"] + input[type="hidden"][disabled] + input[type="hidden"] + label:before {
      border: 1px solid #000; }

input[type="checkbox"]:checked + label:before, input[type="checkbox"]:checked + input[type="hidden"] + label:before {
  background: #000;
  color: #FDF7E9;
  font-size: 16px;
  line-height: 20px;
  text-align: center; }

input[type="radio"]:checked + label:before {
  content: "";
  background: #000; }

input[type="radio"] + label:before {
  border-radius: 50%; }

.Checkbox {
  display: block;
  padding-bottom: 15px; }

div.Buttons,
div#Buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 25px 0;
  clear: both; }
  @media (max-width: 767px) {
    div.Buttons,
    div#Buttons {
      margin-bottom: 25px; } }
  div.Buttons button,
  div.Buttons input[type="submit"],
  div.Buttons input[type="button"],
  div.Buttons .LinkButton,
  div#Buttons button,
  div#Buttons input[type="submit"],
  div#Buttons input[type="button"],
  div#Buttons .LinkButton {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 3px 12px; }
    div.Buttons button:last-child, div.Buttons button.UpdateButton,
    div.Buttons input[type="submit"]:last-child,
    div.Buttons input[type="submit"].UpdateButton,
    div.Buttons input[type="button"]:last-child,
    div.Buttons input[type="button"].UpdateButton,
    div.Buttons .LinkButton:last-child,
    div.Buttons .LinkButton.UpdateButton,
    div#Buttons button:last-child,
    div#Buttons button.UpdateButton,
    div#Buttons input[type="submit"]:last-child,
    div#Buttons input[type="submit"].UpdateButton,
    div#Buttons input[type="button"]:last-child,
    div#Buttons input[type="button"].UpdateButton,
    div#Buttons .LinkButton:last-child,
    div#Buttons .LinkButton.UpdateButton {
      margin-left: auto; }

.Buttons:empty {
  display: none; }

p.Buttons button,
p.Buttons input[type="submit"],
p.Buttons input[type="button"],
p.Buttons .LinkButton {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal; }

/** CHOOSE SEATS */
.ChooseSeats .EventDetails {
  margin: 0;
  padding-bottom: 0; }
  .ChooseSeats .EventDetails .EventName {
    display: block;
    margin-bottom: 15px; }
  .ChooseSeats .EventDetails .DateAndTime {
    line-height: 30px; }
.ChooseSeats .AreaAndVenueDetails {
  line-height: 30px;
  margin: 0; }
.ChooseSeats .SeatingArea * {
  box-sizing: content-box; }
.ChooseSeats .SeatingArea.Unreserved {
  max-width: 100vw; }
.ChooseSeats .SeatingArea[MoveAndZoom="on"] > div {
  background-color: white; }
.ChooseSeats .SeatingAreaInstructions,
.ChooseSeats .SeatingAreaOptionalInstructions {
  margin-bottom: 26px; }
  @media (max-width: 767px) {
    .ChooseSeats .SeatingAreaInstructions,
    .ChooseSeats .SeatingAreaOptionalInstructions {
      padding-bottom: 30px; } }
.ChooseSeats .InstanceCalendar {
  min-width: 284px;
  margin: 26px 0 39px;
  height: 82px;
  border: none;
  background-color: transparent;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #000;
  padding: 0; }
  @media (min-width: 800px) {
    .ChooseSeats .InstanceCalendar {
      width: calc(89px * 4 + 72px); } }
  .ChooseSeats .InstanceCalendar .PreviousShowingButton {
    margin-left: 8px;
    background: none;
    order: 1;
    margin: 0;
    width: 36px;
    height: 26px;
    text-align: center; }
  .ChooseSeats .InstanceCalendar .CurrentDate {
    order: 2; }
  .ChooseSeats .InstanceCalendar .NextShowingButton {
    background: none;
    order: 4;
    margin: 0;
    width: 36px;
    height: 26px;
    text-align: center; }
.ChooseSeats .AdditionalChargesContainer {
  display: inline-block; }
  @media (min-width: 769px) {
    .ChooseSeats .AdditionalChargesContainer {
      margin-top: -25px; } }
.ChooseSeats .Ticket_Types_Selection .TicketType {
  flex-direction: row;
  align-items: center;
  padding: 8px 0;
  border-top: 2px solid #000; }
.ChooseSeats .Ticket_Types_Selection label {
  width: 300px;
  margin-bottom: 0; }
.ChooseSeats .Ticket_Types_Selection input {
  width: 90px;
  margin-right: 20px; }
.ChooseSeats .Savings {
  background: transparent; }
  .ChooseSeats .Savings ul {
    list-style: none;
    padding-left: 0; }
  .ChooseSeats .Savings + .Buttons .UpdateButton {
    margin-left: 0 !important; }
.ChooseSeats .Buttons {
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
.ChooseSeats .UpdateButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  background: #f2d586;
  color: #000;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 318px;
  border: 1px solid #f2d586; }
  .ChooseSeats .UpdateButton:hover {
    background: black;
    color: #fff; }
.ChooseSeats .RefreshButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  background: transparent;
  color: #000;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 204px;
  border: 1px solid #000; }
  .ChooseSeats .RefreshButton:hover {
    background: black;
    color: #fff; }
.ChooseSeats .PricesContainer {
  margin-top: 26px; }
.ChooseSeats .PricesContainer .scrollable {
  overflow-x: auto; }
.ChooseSeats .PriceListTable {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal; }
  .ChooseSeats .PriceListTable th {
    border: none;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal; }
    .ChooseSeats .PriceListTable th span {
      font-weight: normal; }
  .ChooseSeats .PriceListTable .PriceBand.Info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .ChooseSeats .PriceListTable .PriceBand.Info .ImageIcon {
      background-image: none !important;
      border-radius: 10px;
      overflow: hidden;
      display: block;
      width: 18px;
      height: 18px;
      margin-right: 5px; }
    .ChooseSeats .PriceListTable .PriceBand.Info span {
      display: block;
      height: 20px; }
.ChooseSeats .PromoCode {
  padding-top: 10px;
  flex-direction: row;
  flex-wrap: wrap; }
  .ChooseSeats .PromoCode label {
    width: 100%;
    padding-bottom: 10px;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal; }
  .ChooseSeats .PromoCode .Input_Text {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: calc(50% - 20px);
    height: 42px; }
    @media (max-width: 767px) {
      .ChooseSeats .PromoCode .Input_Text {
        width: calc(50% - 5px); } }
  .ChooseSeats .PromoCode .Button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0;
    background: #000;
    color: #fff;
    border: none;
    box-shadow: none;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "tablet-gothic", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-left: 15px; }
    .ChooseSeats .PromoCode .Button:hover {
      background: black;
      color: #fff; }
    @media (max-width: 767px) {
      .ChooseSeats .PromoCode .Button {
        width: calc(50% - 5px); } }
.ChooseSeats .DropDownCalendar {
  order: 3;
  position: relative;
  left: auto;
  top: auto;
  height: auto; }
  .ChooseSeats .DropDownCalendar .CalendarButton {
    font-size: 28px;
    line-height: 1;
    background: transparent; }
  .ChooseSeats .DropDownCalendar .DropDownSection .CalendarViewport {
    height: 235px; }
  .ChooseSeats .DropDownCalendar .DropDownSection .TitleArea {
    width: 100%; }
  .ChooseSeats .DropDownCalendar .DropDownSection .PrevArrow {
    left: 10px; }
  .ChooseSeats .DropDownCalendar .DropDownSection .NextArrow {
    right: 10px; }
  .ChooseSeats .DropDownCalendar .AdditionalInfoArea .ExpandingArea .DropDownCalendarSelectedInstance .Button {
    border-radius: 0; }

/** EDIT TICKETS */
.EditTickets h1 .InstanceTime {
  display: block;
  text-transform: none;
  margin-top: 38px; }
.EditTickets h1 .Separator {
  display: none; }
.EditTickets h2 .EventName {
  font-family: "tablet-gothic", sans-serif;
  font-weight: 300;
  font-style: normal; }
.EditTickets .Message {
  margin: 20px 0 0; }
  .EditTickets .Message + div {
    margin-bottom: 20px; }
.EditTickets a {
  color: #000; }
.EditTickets a[id*="ChangeMySeatsLink"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  background: transparent;
  color: #000;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  border: 1px solid #000;
  padding: 3px 20px;
  margin-left: 0 !important; }
  .EditTickets a[id*="ChangeMySeatsLink"]:hover {
    background: black;
    color: #fff; }
  @media (max-width: 767px) {
    .EditTickets a[id*="ChangeMySeatsLink"] {
      width: calc(60% - 20px);
      min-width: 210px; } }
.EditTickets .Details .Details {
  padding-bottom: 35px; }
  .EditTickets .Details .Details select {
    min-width: 175px; }
  .EditTickets .Details .Details table {
    margin-top: 50px; }
  .EditTickets .Details .Details table th {
    padding-top: 35px; }
    .EditTickets .Details .Details table th.Type.Column {
      display: table-cell !important;
      width: 35%; }
  .EditTickets .Details .Details table td {
    border: none;
    border-bottom: 1px solid #000;
    padding-bottom: 50px; }
    .EditTickets .Details .Details table td.Type.Column {
      display: table-cell !important; }
  .EditTickets .Details .Details table .select-wrap {
    background: transparent;
    width: 90%;
    font-family: "tablet-gothic", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 24px; }
    .EditTickets .Details .Details table .select-wrap select {
      width: 100%;
      font-family: "tablet-gothic", sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 20px;
      line-height: 24px;
      border: 1px solid #000;
      position: relative;
      height: 100%; }
  .EditTickets .Details .Details td.select-wrap:after {
    top: 32% !important;
    right: 20px !important; }
  @media (max-width: 374px) {
    .EditTickets .Details .Details {
      width: 100vw;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
      .EditTickets .Details .Details table th, .EditTickets .Details .Details table td {
        padding: 20px 10px 12px;
        white-space: nowrap; } }
.EditTickets .Buttons {
  padding-bottom: 30px; }
  .EditTickets .Buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0;
    background: #f2d586;
    color: #000;
    border: none;
    box-shadow: none;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal; }
    .EditTickets .Buttons a:hover {
      background: black;
      color: #fff; }
  .EditTickets .Buttons .Continue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0;
    background: #f2d586;
    color: #000;
    border: none;
    box-shadow: none;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 318px;
    border: 1px solid #f2d586;
    float: right; }
    .EditTickets .Buttons .Continue:hover {
      background: black;
      color: #fff; }
    @media (max-width: 768px) {
      .EditTickets .Buttons .Continue {
        margin-top: 20px;
        margin-left: 0; } }
  .EditTickets .Buttons input:first-child {
    margin-left: 0 !important; }

/** SUPPLEMENTARY EVENTS */
.SupplementaryEventsPage .Button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  background: #f2d586;
  color: #000;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  min-width: 318px;
  border: 1px solid #f2d586;
  margin-left: 0 !important;
  padding: 0 20px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal; }
  .SupplementaryEventsPage .Button:hover {
    background: black;
    color: #fff; }
  @media (max-width: 767px) {
    .SupplementaryEventsPage .Button {
      width: auto;
      padding-left: 20px;
      padding-right: 20px; } }
.SupplementaryEventsPage .SupplementaryEventDiv {
  margin-bottom: 30px; }
  .SupplementaryEventsPage .SupplementaryEventDiv h1 {
    margin-top: 10px; }
  .SupplementaryEventsPage .SupplementaryEventDiv .TicketType {
    flex-direction: row;
    flex-wrap: wrap; }
    .SupplementaryEventsPage .SupplementaryEventDiv .TicketType span {
      width: 100%; }
    .SupplementaryEventsPage .SupplementaryEventDiv .TicketType [type="tel"] {
      max-width: 20%;
      margin-top: 10px; }
    .SupplementaryEventsPage .SupplementaryEventDiv .TicketType .Button {
      min-width: 100px;
      height: 52px;
      margin-left: 20px !important;
      font-family: "roc-grotesk", sans-serif;
      font-weight: 500;
      font-style: normal; }

.SpektrixPage.event-instance-102001 .PricesContainer,
.SpektrixPage.event-instance-102602 .PricesContainer,
.SpektrixPage.event-instance-102801 .PricesContainer,
.SpektrixPage.event-instance-102601 .PricesContainer {
  display: none; }
  .SpektrixPage.event-instance-102001 .PricesContainer .PriceListTable th.TicketType span,
  .SpektrixPage.event-instance-102602 .PricesContainer .PriceListTable th.TicketType span,
  .SpektrixPage.event-instance-102801 .PricesContainer .PriceListTable th.TicketType span,
  .SpektrixPage.event-instance-102601 .PricesContainer .PriceListTable th.TicketType span {
    opacity: 0; }
.SpektrixPage.event-instance-102001 .ChooseSeatsHeading > div,
.SpektrixPage.event-instance-102602 .ChooseSeatsHeading > div,
.SpektrixPage.event-instance-102801 .ChooseSeatsHeading > div,
.SpektrixPage.event-instance-102601 .ChooseSeatsHeading > div {
  color: transparent;
  margin-bottom: -20px; }
  .SpektrixPage.event-instance-102001 .ChooseSeatsHeading > div h1,
  .SpektrixPage.event-instance-102602 .ChooseSeatsHeading > div h1,
  .SpektrixPage.event-instance-102801 .ChooseSeatsHeading > div h1,
  .SpektrixPage.event-instance-102601 .ChooseSeatsHeading > div h1 {
    color: #000; }
  .SpektrixPage.event-instance-102001 .ChooseSeatsHeading > div h1 ~ h2,
  .SpektrixPage.event-instance-102602 .ChooseSeatsHeading > div h1 ~ h2,
  .SpektrixPage.event-instance-102801 .ChooseSeatsHeading > div h1 ~ h2,
  .SpektrixPage.event-instance-102601 .ChooseSeatsHeading > div h1 ~ h2 {
    display: none !important; }
.SpektrixPage.event-instance-102001.ChooseSeats p.Event.EventDetails,
.SpektrixPage.event-instance-102602.ChooseSeats p.Event.EventDetails,
.SpektrixPage.event-instance-102801.ChooseSeats p.Event.EventDetails,
.SpektrixPage.event-instance-102601.ChooseSeats p.Event.EventDetails {
  color: transparent; }
  .SpektrixPage.event-instance-102001.ChooseSeats p.Event.EventDetails span.EventName,
  .SpektrixPage.event-instance-102602.ChooseSeats p.Event.EventDetails span.EventName,
  .SpektrixPage.event-instance-102801.ChooseSeats p.Event.EventDetails span.EventName,
  .SpektrixPage.event-instance-102601.ChooseSeats p.Event.EventDetails span.EventName {
    color: #000;
    margin-bottom: -15px; }
.SpektrixPage.event-instance-102001.ChooseSeats p.Event.EventDetails > .DateAndTime,
.SpektrixPage.event-instance-102602.ChooseSeats p.Event.EventDetails > .DateAndTime,
.SpektrixPage.event-instance-102801.ChooseSeats p.Event.EventDetails > .DateAndTime,
.SpektrixPage.event-instance-102601.ChooseSeats p.Event.EventDetails > .DateAndTime {
  display: none !important; }
.SpektrixPage.event-instance-102001.ChooseSeats p.SeatingAreaInstructions,
.SpektrixPage.event-instance-102001.ChooseSeats p.Event.AreaAndVenueDetails,
.SpektrixPage.event-instance-102001.ChooseSeats h2.SeatingAreaHeading,
.SpektrixPage.event-instance-102602.ChooseSeats p.SeatingAreaInstructions,
.SpektrixPage.event-instance-102602.ChooseSeats p.Event.AreaAndVenueDetails,
.SpektrixPage.event-instance-102602.ChooseSeats h2.SeatingAreaHeading,
.SpektrixPage.event-instance-102801.ChooseSeats p.SeatingAreaInstructions,
.SpektrixPage.event-instance-102801.ChooseSeats p.Event.AreaAndVenueDetails,
.SpektrixPage.event-instance-102801.ChooseSeats h2.SeatingAreaHeading,
.SpektrixPage.event-instance-102601.ChooseSeats p.SeatingAreaInstructions,
.SpektrixPage.event-instance-102601.ChooseSeats p.Event.AreaAndVenueDetails,
.SpektrixPage.event-instance-102601.ChooseSeats h2.SeatingAreaHeading {
  display: none !important; }
.SpektrixPage.event-instance-102001.EditTickets .Message,
.SpektrixPage.event-instance-102602.EditTickets .Message,
.SpektrixPage.event-instance-102801.EditTickets .Message,
.SpektrixPage.event-instance-102601.EditTickets .Message {
  display: none; }
.SpektrixPage.event-instance-102001.EditTickets .Details .SetDonation.Column label,
.SpektrixPage.event-instance-102602.EditTickets .Details .SetDonation.Column label,
.SpektrixPage.event-instance-102801.EditTickets .Details .SetDonation.Column label,
.SpektrixPage.event-instance-102601.EditTickets .Details .SetDonation.Column label {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 0; }
  .SpektrixPage.event-instance-102001.EditTickets .Details .SetDonation.Column label + span,
  .SpektrixPage.event-instance-102602.EditTickets .Details .SetDonation.Column label + span,
  .SpektrixPage.event-instance-102801.EditTickets .Details .SetDonation.Column label + span,
  .SpektrixPage.event-instance-102601.EditTickets .Details .SetDonation.Column label + span {
    padding-left: 0; }
@media (min-width: 1024px) {
  .SpektrixPage.event-instance-102001.EditTickets .Details .Details .SetDonation.Column,
  .SpektrixPage.event-instance-102602.EditTickets .Details .Details .SetDonation.Column,
  .SpektrixPage.event-instance-102801.EditTickets .Details .Details .SetDonation.Column,
  .SpektrixPage.event-instance-102601.EditTickets .Details .Details .SetDonation.Column {
    min-width: 400px;
    text-align: right; } }
.SpektrixPage.event-instance-102001.EditTickets .Details .Details .SetDonation.Column label,
.SpektrixPage.event-instance-102602.EditTickets .Details .Details .SetDonation.Column label,
.SpektrixPage.event-instance-102801.EditTickets .Details .Details .SetDonation.Column label,
.SpektrixPage.event-instance-102601.EditTickets .Details .Details .SetDonation.Column label {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 0; }
.SpektrixPage.event-instance-102001.EditTickets .Details .Details .SetDonation.Column label + span,
.SpektrixPage.event-instance-102602.EditTickets .Details .Details .SetDonation.Column label + span,
.SpektrixPage.event-instance-102801.EditTickets .Details .Details .SetDonation.Column label + span,
.SpektrixPage.event-instance-102601.EditTickets .Details .Details .SetDonation.Column label + span {
  padding-left: 0; }
.SpektrixPage.event-instance-102001 #ctl00_ContentPlaceHolder_EditTicketsWikiTextViewer,
.SpektrixPage.event-instance-102602 #ctl00_ContentPlaceHolder_EditTicketsWikiTextViewer,
.SpektrixPage.event-instance-102801 #ctl00_ContentPlaceHolder_EditTicketsWikiTextViewer,
.SpektrixPage.event-instance-102601 #ctl00_ContentPlaceHolder_EditTicketsWikiTextViewer {
  display: none; }
.SpektrixPage.event-instance-102001 .EditTicketsHeading .InstanceTime,
.SpektrixPage.event-instance-102602 .EditTicketsHeading .InstanceTime,
.SpektrixPage.event-instance-102801 .EditTicketsHeading .InstanceTime,
.SpektrixPage.event-instance-102601 .EditTicketsHeading .InstanceTime {
  display: none; }

@media (min-width: 768px) {
  .SpektrixPage.EditTickets .Details .Details .SetDonation.Column {
    min-width: 300px;
    text-align: right; } }

.select-wrap {
  position: relative;
  max-height: 46px;
  overflow: visible;
  display: block; }
  .select-wrap:after {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    font-size: 26px;
    line-height: 1;
    color: #000;
    user-select: none;
    z-index: 0;
    font-size: 20px; }
  .select-wrap select {
    padding-right: 50px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #000;
    color: #000;
    background: transparent;
    position: relative;
    z-index: 10; }

select::-ms-expand {
  display: none; }

/** BASKET */
.Basket2 .Savings {
  padding: 20px 0;
  background-color: transparent; }
  .Basket2 .Savings h2 {
    margin-bottom: 10px; }
  .Basket2 .Savings ul {
    display: none;
    list-style: none;
    padding-left: 0; }
    .Basket2 .Savings ul li {
      padding-bottom: 10px; }
    .Basket2 .Savings ul a {
      font-family: "roc-grotesk", sans-serif;
      font-weight: 500;
      font-style: normal; }
.Basket2 .PromoCode {
  padding-top: 10px;
  flex-direction: row;
  flex-wrap: wrap; }
  .Basket2 .PromoCode label {
    width: 100%;
    padding-bottom: 10px;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal; }
  .Basket2 .PromoCode .Input_Text {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: calc(100% - 170px);
    height: 48px; }
    @media (max-width: 767px) {
      .Basket2 .PromoCode .Input_Text {
        width: calc(50% - 5px); } }
  .Basket2 .PromoCode .Button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0;
    background: #fff;
    color: #000;
    border: none;
    box-shadow: none;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-left: auto;
    height: 48px;
    width: 170px;
    border-bottom: 1px solid #000; }
    .Basket2 .PromoCode .Button:hover {
      background: black;
      color: #fff; }
    @media (max-width: 767px) {
      .Basket2 .PromoCode .Button {
        width: calc(50% - 5px); } }
.Basket2 .Promo .PromoItems {
  list-style: none;
  padding-left: 0;
  margin: 16px 0; }
  .Basket2 .Promo .PromoItems li {
    display: flex;
    align-items: center; }
  .Basket2 .Promo .PromoItems a {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 5px; }
  .Basket2 .Promo .PromoItems .AddButton {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 40px;
    flex: 1; }
  .Basket2 .Promo .PromoItems .Button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0;
    background: #f2d586;
    color: #000;
    border: none;
    box-shadow: none;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal;
    height: 38px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
    margin-left: 20px !important;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal; }
    .Basket2 .Promo .PromoItems .Button:hover {
      background: black;
      color: #fff; }
  @media (max-width: 767px) {
    .Basket2 .Promo .PromoItems li {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column nowrap;
      flex-flow: column nowrap;
      align-items: flex-start;
      width: 100%; }
    .Basket2 .Promo .PromoItems .AddButton {
      align-items: center;
      justify-content: space-between;
      width: 100%;
      margin-top: 5px;
      margin-left: 0; }
    .Basket2 .Promo .PromoItems .Button {
      width: auto;
      padding: 0 10px; } }
.Basket2 div.Items {
  padding: 20px 0; }
.Basket2 dl.Items {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000; }
  .Basket2 dl.Items::after {
    display: block;
    clear: both;
    content: ""; }
  .Basket2 dl.Items dt {
    clear: both; }
    .Basket2 dl.Items dt.Header {
      padding-left: 10px; }
    .Basket2 dl.Items dt.Item {
      font-family: "roc-grotesk", sans-serif;
      font-weight: 400;
      font-style: normal;
      margin-bottom: 5px; }
    .Basket2 dl.Items dt.Header, .Basket2 dl.Items dt.Footer {
      float: left;
      width: 100%;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .Basket2 dl.Items dt.Fee {
      float: left;
      width: auto;
      border: none; }
      .Basket2 dl.Items dt.Fee::after {
        display: block;
        clear: both;
        content: ""; }
    .Basket2 dl.Items dt.Footer {
      font-family: "roc-grotesk", sans-serif;
      font-weight: 400;
      font-style: normal;
      display: inline-block;
      clear: both;
      width: auto;
      border: none;
      margin-bottom: 0; }
  .Basket2 dl.Items dd {
    position: relative;
    margin-left: 0; }
    .Basket2 dl.Items dd::after {
      display: block;
      clear: both;
      content: ""; }
    .Basket2 dl.Items dd.Header {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .Basket2 dl.Items dd.Header .Breakdown li.Total {
        width: 75px;
        min-width: 75px;
        text-align: right; }
        @media (min-width: 768px) {
          .Basket2 dl.Items dd.Header .Breakdown li.Total {
            width: 95px;
            min-width: 95px;
            text-align: left; } }
      .Basket2 dl.Items dd.Header .Quantity .Title {
        display: none; }
      .Basket2 dl.Items dd.Header .Quantity:after {
        content: "Quantity"; }
    .Basket2 dl.Items dd .Details {
      font-family: "tablet-gothic", sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 22px; }
      .Basket2 dl.Items dd .Details p, .Basket2 dl.Items dd .Details ul, .Basket2 dl.Items dd .Details ol {
        margin-bottom: 10px; }
        .Basket2 dl.Items dd .Details p:last-child, .Basket2 dl.Items dd .Details ul:last-child, .Basket2 dl.Items dd .Details ol:last-child {
          margin-bottom: 0; }
      .Basket2 dl.Items dd .Details ul, .Basket2 dl.Items dd .Details ol {
        padding-left: 1.35em; }
      .Basket2 dl.Items dd .Details strong, .Basket2 dl.Items dd .Details b {
        font-weight: 700; }
      .Basket2 dl.Items dd .Details h4 {
        margin: 10px 0 3px; }
      .Basket2 dl.Items dd .Details a {
        color: #232f5d;
        text-decoration: underline; }
      .Basket2 dl.Items dd .Details a:hover {
        color: #232f5d;
        text-decoration: underline; }
      .Basket2 dl.Items dd .Details iframe {
        max-width: 100%; }
      .Basket2 dl.Items dd .Details .embed-responsive {
        margin-bottom: 1em; }
      @media (max-width: 767.98px) {
        .Basket2 dl.Items dd .Details {
          font-size: 18px;
          line-height: 21px; } }
      .Basket2 dl.Items dd .Details span {
        display: block;
        padding-bottom: 5px; }
      .Basket2 dl.Items dd .Details br {
        display: none; }
    .Basket2 dl.Items dd .ViewDetails {
      padding-top: 10px;
      font-family: "roc-grotesk", sans-serif;
      font-weight: 400;
      font-style: normal; }
      .Basket2 dl.Items dd .ViewDetails a {
        border-bottom: 1px solid #000;
        display: inline-block;
        line-height: 1; }
    .Basket2 dl.Items dd .Breakdown {
      list-style: none;
      padding-left: 0;
      display: flex;
      align-items: center;
      margin: 0;
      justify-content: space-between;
      font-family: "roc-grotesk", sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 20px;
      line-height: 23px;
      padding-right: 10px; }
      @media (min-width: 768px) {
        .Basket2 dl.Items dd .Breakdown {
          min-width: 440px; } }
      .Basket2 dl.Items dd .Breakdown li {
        width: 220px;
        margin-left: 25px;
        text-align: left; }
      .Basket2 dl.Items dd .Breakdown li.Total {
        width: 75px;
        min-width: 75px;
        margin-left: 10px;
        text-align: right; }
        @media (min-width: 768px) {
          .Basket2 dl.Items dd .Breakdown li.Total {
            width: 95px;
            min-width: 95px;
            text-align: left; } }
      @media (max-width: 767px) {
        .Basket2 dl.Items dd .Breakdown {
          justify-content: flex-end; }
          .Basket2 dl.Items dd .Breakdown li {
            width: auto !important;
            margin-left: 15px; } }
      .Basket2 dl.Items dd .Breakdown .Label {
        display: none; }
    .Basket2 dl.Items dd.Item {
      margin-bottom: 11px;
      padding-bottom: 16px; }
      .Basket2 dl.Items dd.Item.Instance {
        border-bottom: 1px solid #000;
        font-family: "roc-grotesk", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        line-height: 25px;
        padding-left: 10px; }
      .Basket2 dl.Items dd.Item.Membership .Total {
        margin-left: auto; }
      .Basket2 dl.Items dd.Item .Breakdown {
        margin-top: -20px;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          .Basket2 dl.Items dd.Item .Breakdown {
            position: absolute;
            top: -31px;
            right: 0;
            margin-top: 0;
            margin-bottom: 0;
            max-width: 440px; } }
      .Basket2 dl.Items dd.Item .Buttons {
        display: flex;
        justify-content: space-between;
        width: 92px; }
        @media (min-width: 768px) {
          .Basket2 dl.Items dd.Item .Buttons {
            margin-top: 10px; } }
        .Basket2 dl.Items dd.Item .Buttons input {
          font-family: "roc-grotesk", sans-serif;
          font-weight: 400;
          font-style: normal;
          padding: 0;
          border: none;
          border-bottom: 1px solid #e73743;
          line-height: 20px;
          height: auto;
          background: none;
          text-decoration: none !important;
          color: #e73743;
          cursor: pointer;
          margin: 0 10px 0 0; }
      @media (max-width: 767px) {
        .Basket2 dl.Items dd.Item p {
          padding-right: 100px; }
        .Basket2 dl.Items dd.Item p.Buttons {
          padding-right: 0; } }
    @media (max-width: 767px) {
      .Basket2 dl.Items dd.GiftVoucher .Breakdown {
        display: block;
        margin: 20px 0;
        background: transparent; }
        .Basket2 dl.Items dd.GiftVoucher .Breakdown li {
          width: 100%;
          float: none;
          margin: 0;
          padding: 0; } }
    .Basket2 dl.Items dd.Promo {
      margin-bottom: 20px;
      border-bottom: 1px solid #fff; }
    .Basket2 dl.Items dd.Fee {
      padding-bottom: 10px;
      margin-bottom: 0;
      border-bottom: 1px solid #000; }
      .Basket2 dl.Items dd.Fee .Commission {
        margin-right: 0;
        margin-left: 0;
        width: 95px; }
      .Basket2 dl.Items dd.Fee .Breakdown {
        width: auto;
        justify-content: flex-end; }
    .Basket2 dl.Items dd.Footer {
      padding: 20px 0 10px 0;
      background: white; }
      .Basket2 dl.Items dd.Footer .Breakdown {
        width: auto; }
        .Basket2 dl.Items dd.Footer .Breakdown .GrandTotal {
          order: 4;
          width: 95px; }
        .Basket2 dl.Items dd.Footer .Breakdown .Saving {
          margin-left: auto; }
          @media (min-width: 768px) {
            .Basket2 dl.Items dd.Footer .Breakdown .Saving {
              max-width: 138px; } }
      .Basket2 dl.Items dd.Footer .Commission {
        order: -1;
        visibility: hidden; }
  .Basket2 dl.Items dt.Item.Instance, .Basket2 dl.Items dt.Fee, .Basket2 dl.Items dt.Footer {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 23px;
    padding-left: 10px; }
  .Basket2 dl.Items dt.Footer {
    padding: 20px 0 10px 10px;
    position: relative;
    z-index: 10; }
  .Basket2 dl.Items .AddAnotherGiftVoucher.Button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0;
    background: #f2d586;
    color: #000;
    border: none;
    box-shadow: none;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal;
    border: 1px solid #f2d586;
    margin-bottom: 30px;
    padding: 0 20px; }
    .Basket2 dl.Items .AddAnotherGiftVoucher.Button:hover {
      background: black;
      color: #fff; }
.Basket2 .Buttons .CheckoutLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  background: #f2d586;
  color: #000;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 318px;
  border: 1px solid #f2d586; }
  .Basket2 .Buttons .CheckoutLink:hover {
    background: black;
    color: #fff; }
.Basket2 > .Buttons {
  display: inline-flex;
  width: 50%; }
  @media (max-width: 767px) {
    .Basket2 > .Buttons {
      -webkit-flex-flow: column nowrap;
      flex-flow: column nowrap;
      flex-align: flex-start; }
      .Basket2 > .Buttons a {
        width: 100% !important; }
      .Basket2 > .Buttons .CheckoutLink {
        margin-top: 10px; } }
.Basket2 > .OptionalMessage {
  width: calc(50% - 5px);
  display: inline-block; }

/** DONATIONS */
.Donations .FundContainer {
  padding-bottom: 20px; }
.Donations .FundHeading {
  margin-top: 10px;
  margin-bottom: 0; }
.Donations .DonationsBlurb,
.Donations .FundDescription {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal; }
.Donations .DonationAmount {
  padding-top: 15px; }
  .Donations .DonationAmount label {
    margin-right: 25px; }
@media (max-width: 767px) {
  .Donations .Buttons {
    flex-wrap: wrap; }
    .Donations .Buttons input {
      width: 100%;
      margin-bottom: 20px !important; } }

.OfferDetails:before {
  content: "Offers";
  display: block;
  margin: 26px 0 10px; }
.OfferDetails h2 {
  font-family: "tablet-gothic", sans-serif;
  font-weight: 300;
  font-style: normal; }
.OfferDetails a {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 20px; }

/** LOGIN */
.LoginLogout,
.ForgotPassword {
  max-width: 772px; }
  .LoginLogout .LoginForm,
  .ForgotPassword .LoginForm {
    padding-bottom: 5px;
    max-width: 772px; }
    .LoginLogout .LoginForm::after,
    .ForgotPassword .LoginForm::after {
      display: block;
      clear: both;
      content: ""; }
  .LoginLogout .Account_Link,
  .ForgotPassword .Account_Link {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    margin: 0 0 20px; }
    .LoginLogout .Account_Link .Link,
    .ForgotPassword .Account_Link .Link {
      border-bottom: 1px solid #000;
      display: inline-block;
      text-decoration: none; }
    .LoginLogout .Account_Link .Link:hover,
    .ForgotPassword .Account_Link .Link:hover {
      text-decoration: none; }
  .LoginLogout .OptionalMessage,
  .ForgotPassword .OptionalMessage {
    padding: 20px 0; }
  .LoginLogout .Buttons,
  .ForgotPassword .Buttons {
    margin: 0 0 52px;
    padding: 0; }
    .LoginLogout .Buttons .Login,
    .ForgotPassword .Buttons .Login {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      padding: 0;
      background: #f2d586;
      color: #000;
      border: none;
      box-shadow: none;
      white-space: nowrap;
      cursor: pointer;
      font-size: 20px;
      line-height: 30px;
      font-family: "roc-grotesk", sans-serif;
      font-weight: 500;
      font-style: normal;
      width: 318px;
      border: 1px solid #f2d586;
      margin-left: 0 !important; }
      .LoginLogout .Buttons .Login:hover,
      .ForgotPassword .Buttons .Login:hover {
        background: black;
        color: #fff; }

.SpektrixPage.ForgotPassword .Container label {
  width: 195px; }
.SpektrixPage.ForgotPassword .Container.ResetToken {
  margin-bottom: 30px; }
.SpektrixPage.ForgotPassword .Input_Text {
  width: 100% !important; }
.SpektrixPage.ForgotPassword label {
  width: 100% !important; }
.SpektrixPage.ForgotPassword .Buttons .ResetPasswordButton,
.SpektrixPage.ForgotPassword .Buttons .ResetTokenButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-left: 0 !important; }
  .SpektrixPage.ForgotPassword .Buttons .ResetPasswordButton:hover,
  .SpektrixPage.ForgotPassword .Buttons .ResetTokenButton:hover {
    background: black;
    color: #fff; }
  @media (max-width: 767px) {
    .SpektrixPage.ForgotPassword .Buttons .ResetPasswordButton,
    .SpektrixPage.ForgotPassword .Buttons .ResetTokenButton {
      width: 100%; } }
.SpektrixPage.ForgotPassword .Button.ResetPasswordButton,
.SpektrixPage.ForgotPassword .Button.ResetTokenButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  background: #f2d586;
  color: #000;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  min-width: 318px;
  border: 1px solid #f2d586;
  margin-left: 0 !important;
  padding: 0 20px; }
  .SpektrixPage.ForgotPassword .Button.ResetPasswordButton:hover,
  .SpektrixPage.ForgotPassword .Button.ResetTokenButton:hover {
    background: black;
    color: #fff; }
  @media (max-width: 767px) {
    .SpektrixPage.ForgotPassword .Button.ResetPasswordButton,
    .SpektrixPage.ForgotPassword .Button.ResetTokenButton {
      width: 100%; } }
.SpektrixPage.ForgotPassword > p {
  margin-bottom: 15px; }

.PasswordSetMessage input {
  display: none; }
.PasswordSetMessage a {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 20px; }

/** PAYMENTS */
.FoxIFrameControl + .Buttons {
  display: none; }
.FoxIFrameControl iframe {
  height: 900px; }
  @media (max-width: 767px) {
    .FoxIFrameControl iframe {
      height: 900px; } }
.AddCard .FoxIFrameControl {
  min-height: 1200px; }
  .AddCard .FoxIFrameControl iframe {
    height: 900px; }
    @media (max-width: 767px) {
      .AddCard .FoxIFrameControl iframe {
        height: 900px; } }

.fox select {
  flex-grow: 1;
  max-width: 443px; }
  @media (max-width: 767px) {
    .fox select {
      max-width: 555px; } }
.fox .Start_Date .Comment {
  display: none; }
.fox .Comment {
  width: 100%; }
.fox .Format {
  width: 100%;
  order: 10;
  padding-top: 5px; }
  .StartDate + .fox .Format:after {
    content: " UK Maestro and Solo only"; }
  @media (max-width: 767px) {
    .fox .Format {
      padding-left: 0; } }
@media (max-width: 767px) {
  .fox .ConfirmButton {
    width: 100%; } }

.AddCard ul {
  list-style: none;
  padding-left: 0; }
  .AddCard ul .EditButton {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    border: none;
    border-bottom: 1px solid #000;
    line-height: 16px;
    background: none;
    text-decoration: none !important;
    color: #000;
    cursor: pointer; }
.AddCard .AddAddressesButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  background: transparent;
  color: #000;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 30px; }
  .AddCard .AddAddressesButton:hover {
    background: black;
    color: #fff; }
  @media (max-width: 767px) {
    .AddCard .AddAddressesButton {
      width: 100%; } }
.AddCard input[value="Continue"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-left: 0 !important; }
  .AddCard input[value="Continue"]:hover {
    background: black;
    color: #fff; }

.ChangePassword #Buttons .Change_Password {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-left: 0 !important;
  padding: 3px 20px; }
  .ChangePassword #Buttons .Change_Password:hover {
    background: black;
    color: #fff; }

/** MEMBERSHIPS */
.Memberships .LoginForRenewalMessage {
  padding: 20px 0; }
.Memberships .Membership {
  margin: 0 0 52px; }
  .Memberships .Membership ul {
    list-style: none;
    padding-left: 0; }
  .Memberships .Membership li.Period {
    margin-bottom: 10px; }
  .Memberships .Membership .AutoRenew {
    padding: 10px 0; }
  .Memberships .Membership .Buttons {
    display: flex;
    padding: 10px 0; }
    @media (max-width: 767px) {
      .Memberships .Membership .Buttons {
        flex-direction: column; } }
    .Memberships .Membership .Buttons .Button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      padding: 0;
      background: #f2d586;
      color: #000;
      border: none;
      box-shadow: none;
      white-space: nowrap;
      cursor: pointer;
      font-size: 20px;
      line-height: 30px;
      font-family: "roc-grotesk", sans-serif;
      font-weight: 500;
      font-style: normal;
      padding-left: 20px;
      padding-right: 20px;
      border: 1px solid #f2d586;
      margin: 0;
      margin-right: 20px; }
      .Memberships .Membership .Buttons .Button:hover {
        background: black;
        color: #fff; }
      @media (max-width: 767px) {
        .Memberships .Membership .Buttons .Button {
          width: 100%; } }
      .Memberships .Membership .Buttons .Button[disabled] {
        opacity: 0.5;
        pointer-events: none; }
      .Memberships .Membership .Buttons .Button:last-child {
        margin-right: 0;
        margin-left: 0; }
        @media (max-width: 767px) {
          .Memberships .Membership .Buttons .Button:last-child {
            margin-left: 0;
            margin-top: 20px; } }

/** GIFT VOUCHERS */
.AddGiftVoucher .Buttons .AddToBasketButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  background: #000;
  color: #fff;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-left: 0 !important;
  padding-left: 20px;
  padding-right: 20px; }
  .AddGiftVoucher .Buttons .AddToBasketButton:hover {
    background: black;
    color: #fff; }
  @media (max-width: 767px) {
    .AddGiftVoucher .Buttons .AddToBasketButton {
      width: 100%; } }
.AddGiftVoucher .Container.From span.left, .AddGiftVoucher .Container.Message span.left {
  margin-bottom: 5px; }
.AddGiftVoucher .Container.SendTo label {
  margin-top: 10px; }
.AddGiftVoucher .Container.Amount {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap; }
  .AddGiftVoucher .Container.Amount label {
    width: 100%; }
    .AddGiftVoucher .Container.Amount label.right {
      width: auto;
      margin-left: 15px; }
.AddGiftVoucher .Container.DateToSend {
  flex-direction: row;
  flex-wrap: wrap; }
  .AddGiftVoucher .Container.DateToSend label {
    width: 100%; }
  .AddGiftVoucher .Container.DateToSend .select-wrap:after {
    right: 20px; }
  .AddGiftVoucher .Container.DateToSend select {
    width: 144px;
    margin-right: 10px;
    padding-right: 30px; }
    @media (max-width: 374px) {
      .AddGiftVoucher .Container.DateToSend select {
        width: 130px; } }
  .AddGiftVoucher .Container.DateToSend select[id*="_DayDropDown"] {
    max-width: 80px; }
  .AddGiftVoucher .Container.DateToSend select[id*="_MonthDropDown"] {
    flex-grow: 1;
    max-width: 200px !important;
    width: 200px !important; }
  .AddGiftVoucher .Container.DateToSend input {
    flex-grow: 1;
    margin-right: 0;
    max-width: 130px; }
  .AddGiftVoucher .Container.DateToSend .VoucherExpiryText {
    width: 100%; }
  @media (max-width: 767px) {
    .AddGiftVoucher .Container.DateToSend {
      flex-wrap: wrap; }
      .AddGiftVoucher .Container.DateToSend select,
      .AddGiftVoucher .Container.DateToSend input {
        width: 100px !important;
        max-width: 100px !important;
        flex-grow: 0; }
      .AddGiftVoucher .Container.DateToSend select[id*="_DayDropDown"] {
        max-width: 80px; }
      .AddGiftVoucher .Container.DateToSend select[id*="_MonthDropDown"] {
        flex-grow: 1;
        max-width: 200px !important;
        width: 200px !important; } }
  @media (max-width: 539px) {
    .AddGiftVoucher .Container.DateToSend select,
    .AddGiftVoucher .Container.DateToSend input {
      width: 80px !important;
      max-width: 80px !important;
      flex-grow: 0; }
    .AddGiftVoucher .Container.DateToSend select[id*="_DayDropDown"] {
      width: 100% !important;
      max-width: 80px !important; }
    .AddGiftVoucher .Container.DateToSend select[id*="_MonthDropDown"] {
      width: 100% !important;
      flex-grow: 1;
      max-width: calc(100% - 10px) !important; } }
  @media (max-width: 320px) {
    .AddGiftVoucher .Container.DateToSend select[id*="_MonthDropDown"] {
      max-width: 125px !important; } }

/** ACCOUNT */
.NewAccount,
.MyAccount,
.EditAddress,
.fox {
  padding-bottom: 5px; }
  .NewAccount::after,
  .MyAccount::after,
  .EditAddress::after,
  .fox::after {
    display: block;
    clear: both;
    content: ""; }
  .NewAccount .View::after,
  .NewAccount .DetailsEditor::after,
  .NewAccount .AddressEdit::after,
  .NewAccount .PaymentOptions::after,
  .MyAccount .View::after,
  .MyAccount .DetailsEditor::after,
  .MyAccount .AddressEdit::after,
  .MyAccount .PaymentOptions::after,
  .EditAddress .View::after,
  .EditAddress .DetailsEditor::after,
  .EditAddress .AddressEdit::after,
  .EditAddress .PaymentOptions::after,
  .fox .View::after,
  .fox .DetailsEditor::after,
  .fox .AddressEdit::after,
  .fox .PaymentOptions::after {
    display: block;
    clear: both;
    content: ""; }
  .NewAccount .View .AddressOption,
  .NewAccount .DetailsEditor .AddressOption,
  .NewAccount .AddressEdit .AddressOption,
  .NewAccount .PaymentOptions .AddressOption,
  .MyAccount .View .AddressOption,
  .MyAccount .DetailsEditor .AddressOption,
  .MyAccount .AddressEdit .AddressOption,
  .MyAccount .PaymentOptions .AddressOption,
  .EditAddress .View .AddressOption,
  .EditAddress .DetailsEditor .AddressOption,
  .EditAddress .AddressEdit .AddressOption,
  .EditAddress .PaymentOptions .AddressOption,
  .fox .View .AddressOption,
  .fox .DetailsEditor .AddressOption,
  .fox .AddressEdit .AddressOption,
  .fox .PaymentOptions .AddressOption {
    padding-bottom: 15px; }
  .NewAccount .View .YourDetailsHeading,
  .NewAccount .View .MyDetailsHeading,
  .NewAccount .DetailsEditor .YourDetailsHeading,
  .NewAccount .DetailsEditor .MyDetailsHeading,
  .NewAccount .AddressEdit .YourDetailsHeading,
  .NewAccount .AddressEdit .MyDetailsHeading,
  .NewAccount .PaymentOptions .YourDetailsHeading,
  .NewAccount .PaymentOptions .MyDetailsHeading,
  .MyAccount .View .YourDetailsHeading,
  .MyAccount .View .MyDetailsHeading,
  .MyAccount .DetailsEditor .YourDetailsHeading,
  .MyAccount .DetailsEditor .MyDetailsHeading,
  .MyAccount .AddressEdit .YourDetailsHeading,
  .MyAccount .AddressEdit .MyDetailsHeading,
  .MyAccount .PaymentOptions .YourDetailsHeading,
  .MyAccount .PaymentOptions .MyDetailsHeading,
  .EditAddress .View .YourDetailsHeading,
  .EditAddress .View .MyDetailsHeading,
  .EditAddress .DetailsEditor .YourDetailsHeading,
  .EditAddress .DetailsEditor .MyDetailsHeading,
  .EditAddress .AddressEdit .YourDetailsHeading,
  .EditAddress .AddressEdit .MyDetailsHeading,
  .EditAddress .PaymentOptions .YourDetailsHeading,
  .EditAddress .PaymentOptions .MyDetailsHeading,
  .fox .View .YourDetailsHeading,
  .fox .View .MyDetailsHeading,
  .fox .DetailsEditor .YourDetailsHeading,
  .fox .DetailsEditor .MyDetailsHeading,
  .fox .AddressEdit .YourDetailsHeading,
  .fox .AddressEdit .MyDetailsHeading,
  .fox .PaymentOptions .YourDetailsHeading,
  .fox .PaymentOptions .MyDetailsHeading {
    margin: 0 0 26px; }
  .NewAccount .View .YourDetailsMessage,
  .NewAccount .DetailsEditor .YourDetailsMessage,
  .NewAccount .AddressEdit .YourDetailsMessage,
  .NewAccount .PaymentOptions .YourDetailsMessage,
  .MyAccount .View .YourDetailsMessage,
  .MyAccount .DetailsEditor .YourDetailsMessage,
  .MyAccount .AddressEdit .YourDetailsMessage,
  .MyAccount .PaymentOptions .YourDetailsMessage,
  .EditAddress .View .YourDetailsMessage,
  .EditAddress .DetailsEditor .YourDetailsMessage,
  .EditAddress .AddressEdit .YourDetailsMessage,
  .EditAddress .PaymentOptions .YourDetailsMessage,
  .fox .View .YourDetailsMessage,
  .fox .DetailsEditor .YourDetailsMessage,
  .fox .AddressEdit .YourDetailsMessage,
  .fox .PaymentOptions .YourDetailsMessage {
    padding: 0;
    margin: 0 0 52px; }
  .NewAccount .View .PreferenceContainer,
  .NewAccount .DetailsEditor .PreferenceContainer,
  .NewAccount .AddressEdit .PreferenceContainer,
  .NewAccount .PaymentOptions .PreferenceContainer,
  .MyAccount .View .PreferenceContainer,
  .MyAccount .DetailsEditor .PreferenceContainer,
  .MyAccount .AddressEdit .PreferenceContainer,
  .MyAccount .PaymentOptions .PreferenceContainer,
  .EditAddress .View .PreferenceContainer,
  .EditAddress .DetailsEditor .PreferenceContainer,
  .EditAddress .AddressEdit .PreferenceContainer,
  .EditAddress .PaymentOptions .PreferenceContainer,
  .fox .View .PreferenceContainer,
  .fox .DetailsEditor .PreferenceContainer,
  .fox .AddressEdit .PreferenceContainer,
  .fox .PaymentOptions .PreferenceContainer {
    margin-top: 30px; }
  .NewAccount .View .Preferences .Container,
  .NewAccount .DetailsEditor .Preferences .Container,
  .NewAccount .AddressEdit .Preferences .Container,
  .NewAccount .PaymentOptions .Preferences .Container,
  .MyAccount .View .Preferences .Container,
  .MyAccount .DetailsEditor .Preferences .Container,
  .MyAccount .AddressEdit .Preferences .Container,
  .MyAccount .PaymentOptions .Preferences .Container,
  .EditAddress .View .Preferences .Container,
  .EditAddress .DetailsEditor .Preferences .Container,
  .EditAddress .AddressEdit .Preferences .Container,
  .EditAddress .PaymentOptions .Preferences .Container,
  .fox .View .Preferences .Container,
  .fox .DetailsEditor .Preferences .Container,
  .fox .AddressEdit .Preferences .Container,
  .fox .PaymentOptions .Preferences .Container {
    margin-bottom: 0; }
  .NewAccount .View .Container.Postcode,
  .NewAccount .DetailsEditor .Container.Postcode,
  .NewAccount .AddressEdit .Container.Postcode,
  .NewAccount .PaymentOptions .Container.Postcode,
  .MyAccount .View .Container.Postcode,
  .MyAccount .DetailsEditor .Container.Postcode,
  .MyAccount .AddressEdit .Container.Postcode,
  .MyAccount .PaymentOptions .Container.Postcode,
  .EditAddress .View .Container.Postcode,
  .EditAddress .DetailsEditor .Container.Postcode,
  .EditAddress .AddressEdit .Container.Postcode,
  .EditAddress .PaymentOptions .Container.Postcode,
  .fox .View .Container.Postcode,
  .fox .DetailsEditor .Container.Postcode,
  .fox .AddressEdit .Container.Postcode,
  .fox .PaymentOptions .Container.Postcode {
    flex-direction: row;
    flex-wrap: wrap; }
    .NewAccount .View .Container.Postcode .Input_Text,
    .NewAccount .DetailsEditor .Container.Postcode .Input_Text,
    .NewAccount .AddressEdit .Container.Postcode .Input_Text,
    .NewAccount .PaymentOptions .Container.Postcode .Input_Text,
    .MyAccount .View .Container.Postcode .Input_Text,
    .MyAccount .DetailsEditor .Container.Postcode .Input_Text,
    .MyAccount .AddressEdit .Container.Postcode .Input_Text,
    .MyAccount .PaymentOptions .Container.Postcode .Input_Text,
    .EditAddress .View .Container.Postcode .Input_Text,
    .EditAddress .DetailsEditor .Container.Postcode .Input_Text,
    .EditAddress .AddressEdit .Container.Postcode .Input_Text,
    .EditAddress .PaymentOptions .Container.Postcode .Input_Text,
    .fox .View .Container.Postcode .Input_Text,
    .fox .DetailsEditor .Container.Postcode .Input_Text,
    .fox .AddressEdit .Container.Postcode .Input_Text,
    .fox .PaymentOptions .Container.Postcode .Input_Text {
      max-width: 50%; }
      @media (max-width: 767px) {
        .NewAccount .View .Container.Postcode .Input_Text,
        .NewAccount .DetailsEditor .Container.Postcode .Input_Text,
        .NewAccount .AddressEdit .Container.Postcode .Input_Text,
        .NewAccount .PaymentOptions .Container.Postcode .Input_Text,
        .MyAccount .View .Container.Postcode .Input_Text,
        .MyAccount .DetailsEditor .Container.Postcode .Input_Text,
        .MyAccount .AddressEdit .Container.Postcode .Input_Text,
        .MyAccount .PaymentOptions .Container.Postcode .Input_Text,
        .EditAddress .View .Container.Postcode .Input_Text,
        .EditAddress .DetailsEditor .Container.Postcode .Input_Text,
        .EditAddress .AddressEdit .Container.Postcode .Input_Text,
        .EditAddress .PaymentOptions .Container.Postcode .Input_Text,
        .fox .View .Container.Postcode .Input_Text,
        .fox .DetailsEditor .Container.Postcode .Input_Text,
        .fox .AddressEdit .Container.Postcode .Input_Text,
        .fox .PaymentOptions .Container.Postcode .Input_Text {
          max-width: 40%; } }
    .NewAccount .View .Container.Postcode label,
    .NewAccount .DetailsEditor .Container.Postcode label,
    .NewAccount .AddressEdit .Container.Postcode label,
    .NewAccount .PaymentOptions .Container.Postcode label,
    .MyAccount .View .Container.Postcode label,
    .MyAccount .DetailsEditor .Container.Postcode label,
    .MyAccount .AddressEdit .Container.Postcode label,
    .MyAccount .PaymentOptions .Container.Postcode label,
    .EditAddress .View .Container.Postcode label,
    .EditAddress .DetailsEditor .Container.Postcode label,
    .EditAddress .AddressEdit .Container.Postcode label,
    .EditAddress .PaymentOptions .Container.Postcode label,
    .fox .View .Container.Postcode label,
    .fox .DetailsEditor .Container.Postcode label,
    .fox .AddressEdit .Container.Postcode label,
    .fox .PaymentOptions .Container.Postcode label {
      width: 100%; }
    .NewAccount .View .Container.Postcode .FindAddressButton,
    .NewAccount .DetailsEditor .Container.Postcode .FindAddressButton,
    .NewAccount .AddressEdit .Container.Postcode .FindAddressButton,
    .NewAccount .PaymentOptions .Container.Postcode .FindAddressButton,
    .MyAccount .View .Container.Postcode .FindAddressButton,
    .MyAccount .DetailsEditor .Container.Postcode .FindAddressButton,
    .MyAccount .AddressEdit .Container.Postcode .FindAddressButton,
    .MyAccount .PaymentOptions .Container.Postcode .FindAddressButton,
    .EditAddress .View .Container.Postcode .FindAddressButton,
    .EditAddress .DetailsEditor .Container.Postcode .FindAddressButton,
    .EditAddress .AddressEdit .Container.Postcode .FindAddressButton,
    .EditAddress .PaymentOptions .Container.Postcode .FindAddressButton,
    .fox .View .Container.Postcode .FindAddressButton,
    .fox .DetailsEditor .Container.Postcode .FindAddressButton,
    .fox .AddressEdit .Container.Postcode .FindAddressButton,
    .fox .PaymentOptions .Container.Postcode .FindAddressButton {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      padding: 0;
      background: transparent;
      color: #000;
      border: none;
      box-shadow: none;
      white-space: nowrap;
      cursor: pointer;
      font-size: 20px;
      line-height: 30px;
      font-family: "roc-grotesk", sans-serif;
      font-weight: 500;
      font-style: normal;
      margin-left: 20px !important;
      border: 1px solid #000;
      padding: 3px 20px; }
      .NewAccount .View .Container.Postcode .FindAddressButton:hover,
      .NewAccount .DetailsEditor .Container.Postcode .FindAddressButton:hover,
      .NewAccount .AddressEdit .Container.Postcode .FindAddressButton:hover,
      .NewAccount .PaymentOptions .Container.Postcode .FindAddressButton:hover,
      .MyAccount .View .Container.Postcode .FindAddressButton:hover,
      .MyAccount .DetailsEditor .Container.Postcode .FindAddressButton:hover,
      .MyAccount .AddressEdit .Container.Postcode .FindAddressButton:hover,
      .MyAccount .PaymentOptions .Container.Postcode .FindAddressButton:hover,
      .EditAddress .View .Container.Postcode .FindAddressButton:hover,
      .EditAddress .DetailsEditor .Container.Postcode .FindAddressButton:hover,
      .EditAddress .AddressEdit .Container.Postcode .FindAddressButton:hover,
      .EditAddress .PaymentOptions .Container.Postcode .FindAddressButton:hover,
      .fox .View .Container.Postcode .FindAddressButton:hover,
      .fox .DetailsEditor .Container.Postcode .FindAddressButton:hover,
      .fox .AddressEdit .Container.Postcode .FindAddressButton:hover,
      .fox .PaymentOptions .Container.Postcode .FindAddressButton:hover {
        background: black;
        color: #fff; }
      @media (max-width: 767px) {
        .NewAccount .View .Container.Postcode .FindAddressButton,
        .NewAccount .DetailsEditor .Container.Postcode .FindAddressButton,
        .NewAccount .AddressEdit .Container.Postcode .FindAddressButton,
        .NewAccount .PaymentOptions .Container.Postcode .FindAddressButton,
        .MyAccount .View .Container.Postcode .FindAddressButton,
        .MyAccount .DetailsEditor .Container.Postcode .FindAddressButton,
        .MyAccount .AddressEdit .Container.Postcode .FindAddressButton,
        .MyAccount .PaymentOptions .Container.Postcode .FindAddressButton,
        .EditAddress .View .Container.Postcode .FindAddressButton,
        .EditAddress .DetailsEditor .Container.Postcode .FindAddressButton,
        .EditAddress .AddressEdit .Container.Postcode .FindAddressButton,
        .EditAddress .PaymentOptions .Container.Postcode .FindAddressButton,
        .fox .View .Container.Postcode .FindAddressButton,
        .fox .DetailsEditor .Container.Postcode .FindAddressButton,
        .fox .AddressEdit .Container.Postcode .FindAddressButton,
        .fox .PaymentOptions .Container.Postcode .FindAddressButton {
          width: calc(60% - 20px); } }
  .NewAccount .View .Container.DateOfBirth,
  .NewAccount .DetailsEditor .Container.DateOfBirth,
  .NewAccount .AddressEdit .Container.DateOfBirth,
  .NewAccount .PaymentOptions .Container.DateOfBirth,
  .MyAccount .View .Container.DateOfBirth,
  .MyAccount .DetailsEditor .Container.DateOfBirth,
  .MyAccount .AddressEdit .Container.DateOfBirth,
  .MyAccount .PaymentOptions .Container.DateOfBirth,
  .EditAddress .View .Container.DateOfBirth,
  .EditAddress .DetailsEditor .Container.DateOfBirth,
  .EditAddress .AddressEdit .Container.DateOfBirth,
  .EditAddress .PaymentOptions .Container.DateOfBirth,
  .fox .View .Container.DateOfBirth,
  .fox .DetailsEditor .Container.DateOfBirth,
  .fox .AddressEdit .Container.DateOfBirth,
  .fox .PaymentOptions .Container.DateOfBirth {
    flex-direction: row;
    flex-wrap: wrap; }
    .NewAccount .View .Container.DateOfBirth label,
    .NewAccount .DetailsEditor .Container.DateOfBirth label,
    .NewAccount .AddressEdit .Container.DateOfBirth label,
    .NewAccount .PaymentOptions .Container.DateOfBirth label,
    .MyAccount .View .Container.DateOfBirth label,
    .MyAccount .DetailsEditor .Container.DateOfBirth label,
    .MyAccount .AddressEdit .Container.DateOfBirth label,
    .MyAccount .PaymentOptions .Container.DateOfBirth label,
    .EditAddress .View .Container.DateOfBirth label,
    .EditAddress .DetailsEditor .Container.DateOfBirth label,
    .EditAddress .AddressEdit .Container.DateOfBirth label,
    .EditAddress .PaymentOptions .Container.DateOfBirth label,
    .fox .View .Container.DateOfBirth label,
    .fox .DetailsEditor .Container.DateOfBirth label,
    .fox .AddressEdit .Container.DateOfBirth label,
    .fox .PaymentOptions .Container.DateOfBirth label {
      width: 100%; }
    .NewAccount .View .Container.DateOfBirth .select-wrap,
    .NewAccount .DetailsEditor .Container.DateOfBirth .select-wrap,
    .NewAccount .AddressEdit .Container.DateOfBirth .select-wrap,
    .NewAccount .PaymentOptions .Container.DateOfBirth .select-wrap,
    .MyAccount .View .Container.DateOfBirth .select-wrap,
    .MyAccount .DetailsEditor .Container.DateOfBirth .select-wrap,
    .MyAccount .AddressEdit .Container.DateOfBirth .select-wrap,
    .MyAccount .PaymentOptions .Container.DateOfBirth .select-wrap,
    .EditAddress .View .Container.DateOfBirth .select-wrap,
    .EditAddress .DetailsEditor .Container.DateOfBirth .select-wrap,
    .EditAddress .AddressEdit .Container.DateOfBirth .select-wrap,
    .EditAddress .PaymentOptions .Container.DateOfBirth .select-wrap,
    .fox .View .Container.DateOfBirth .select-wrap,
    .fox .DetailsEditor .Container.DateOfBirth .select-wrap,
    .fox .AddressEdit .Container.DateOfBirth .select-wrap,
    .fox .PaymentOptions .Container.DateOfBirth .select-wrap {
      width: 144px;
      margin-right: 10px;
      border: 1px solid #000; }
    .NewAccount .View .Container.DateOfBirth select,
    .NewAccount .DetailsEditor .Container.DateOfBirth select,
    .NewAccount .AddressEdit .Container.DateOfBirth select,
    .NewAccount .PaymentOptions .Container.DateOfBirth select,
    .MyAccount .View .Container.DateOfBirth select,
    .MyAccount .DetailsEditor .Container.DateOfBirth select,
    .MyAccount .AddressEdit .Container.DateOfBirth select,
    .MyAccount .PaymentOptions .Container.DateOfBirth select,
    .EditAddress .View .Container.DateOfBirth select,
    .EditAddress .DetailsEditor .Container.DateOfBirth select,
    .EditAddress .AddressEdit .Container.DateOfBirth select,
    .EditAddress .PaymentOptions .Container.DateOfBirth select,
    .fox .View .Container.DateOfBirth select,
    .fox .DetailsEditor .Container.DateOfBirth select,
    .fox .AddressEdit .Container.DateOfBirth select,
    .fox .PaymentOptions .Container.DateOfBirth select {
      width: 100%;
      border: none; }
      .NewAccount .View .Container.DateOfBirth select:nth-of-type(1),
      .NewAccount .DetailsEditor .Container.DateOfBirth select:nth-of-type(1),
      .NewAccount .AddressEdit .Container.DateOfBirth select:nth-of-type(1),
      .NewAccount .PaymentOptions .Container.DateOfBirth select:nth-of-type(1),
      .MyAccount .View .Container.DateOfBirth select:nth-of-type(1),
      .MyAccount .DetailsEditor .Container.DateOfBirth select:nth-of-type(1),
      .MyAccount .AddressEdit .Container.DateOfBirth select:nth-of-type(1),
      .MyAccount .PaymentOptions .Container.DateOfBirth select:nth-of-type(1),
      .EditAddress .View .Container.DateOfBirth select:nth-of-type(1),
      .EditAddress .DetailsEditor .Container.DateOfBirth select:nth-of-type(1),
      .EditAddress .AddressEdit .Container.DateOfBirth select:nth-of-type(1),
      .EditAddress .PaymentOptions .Container.DateOfBirth select:nth-of-type(1),
      .fox .View .Container.DateOfBirth select:nth-of-type(1),
      .fox .DetailsEditor .Container.DateOfBirth select:nth-of-type(1),
      .fox .AddressEdit .Container.DateOfBirth select:nth-of-type(1),
      .fox .PaymentOptions .Container.DateOfBirth select:nth-of-type(1) {
        max-width: 100%; }
      .NewAccount .View .Container.DateOfBirth select:nth-of-type(2),
      .NewAccount .DetailsEditor .Container.DateOfBirth select:nth-of-type(2),
      .NewAccount .AddressEdit .Container.DateOfBirth select:nth-of-type(2),
      .NewAccount .PaymentOptions .Container.DateOfBirth select:nth-of-type(2),
      .MyAccount .View .Container.DateOfBirth select:nth-of-type(2),
      .MyAccount .DetailsEditor .Container.DateOfBirth select:nth-of-type(2),
      .MyAccount .AddressEdit .Container.DateOfBirth select:nth-of-type(2),
      .MyAccount .PaymentOptions .Container.DateOfBirth select:nth-of-type(2),
      .EditAddress .View .Container.DateOfBirth select:nth-of-type(2),
      .EditAddress .DetailsEditor .Container.DateOfBirth select:nth-of-type(2),
      .EditAddress .AddressEdit .Container.DateOfBirth select:nth-of-type(2),
      .EditAddress .PaymentOptions .Container.DateOfBirth select:nth-of-type(2),
      .fox .View .Container.DateOfBirth select:nth-of-type(2),
      .fox .DetailsEditor .Container.DateOfBirth select:nth-of-type(2),
      .fox .AddressEdit .Container.DateOfBirth select:nth-of-type(2),
      .fox .PaymentOptions .Container.DateOfBirth select:nth-of-type(2) {
        flex-grow: 1;
        max-width: 263px; }
    .NewAccount .View .Container.DateOfBirth input,
    .NewAccount .DetailsEditor .Container.DateOfBirth input,
    .NewAccount .AddressEdit .Container.DateOfBirth input,
    .NewAccount .PaymentOptions .Container.DateOfBirth input,
    .MyAccount .View .Container.DateOfBirth input,
    .MyAccount .DetailsEditor .Container.DateOfBirth input,
    .MyAccount .AddressEdit .Container.DateOfBirth input,
    .MyAccount .PaymentOptions .Container.DateOfBirth input,
    .EditAddress .View .Container.DateOfBirth input,
    .EditAddress .DetailsEditor .Container.DateOfBirth input,
    .EditAddress .AddressEdit .Container.DateOfBirth input,
    .EditAddress .PaymentOptions .Container.DateOfBirth input,
    .fox .View .Container.DateOfBirth input,
    .fox .DetailsEditor .Container.DateOfBirth input,
    .fox .AddressEdit .Container.DateOfBirth input,
    .fox .PaymentOptions .Container.DateOfBirth input {
      max-width: 80px !important;
      flex-grow: 1;
      margin-right: 0; }
    @media (max-width: 767px) {
      .NewAccount .View .Container.DateOfBirth,
      .NewAccount .DetailsEditor .Container.DateOfBirth,
      .NewAccount .AddressEdit .Container.DateOfBirth,
      .NewAccount .PaymentOptions .Container.DateOfBirth,
      .MyAccount .View .Container.DateOfBirth,
      .MyAccount .DetailsEditor .Container.DateOfBirth,
      .MyAccount .AddressEdit .Container.DateOfBirth,
      .MyAccount .PaymentOptions .Container.DateOfBirth,
      .EditAddress .View .Container.DateOfBirth,
      .EditAddress .DetailsEditor .Container.DateOfBirth,
      .EditAddress .AddressEdit .Container.DateOfBirth,
      .EditAddress .PaymentOptions .Container.DateOfBirth,
      .fox .View .Container.DateOfBirth,
      .fox .DetailsEditor .Container.DateOfBirth,
      .fox .AddressEdit .Container.DateOfBirth,
      .fox .PaymentOptions .Container.DateOfBirth {
        flex-wrap: wrap; }
        .NewAccount .View .Container.DateOfBirth select:nth-of-type(1),
        .NewAccount .View .Container.DateOfBirth input,
        .NewAccount .DetailsEditor .Container.DateOfBirth select:nth-of-type(1),
        .NewAccount .DetailsEditor .Container.DateOfBirth input,
        .NewAccount .AddressEdit .Container.DateOfBirth select:nth-of-type(1),
        .NewAccount .AddressEdit .Container.DateOfBirth input,
        .NewAccount .PaymentOptions .Container.DateOfBirth select:nth-of-type(1),
        .NewAccount .PaymentOptions .Container.DateOfBirth input,
        .MyAccount .View .Container.DateOfBirth select:nth-of-type(1),
        .MyAccount .View .Container.DateOfBirth input,
        .MyAccount .DetailsEditor .Container.DateOfBirth select:nth-of-type(1),
        .MyAccount .DetailsEditor .Container.DateOfBirth input,
        .MyAccount .AddressEdit .Container.DateOfBirth select:nth-of-type(1),
        .MyAccount .AddressEdit .Container.DateOfBirth input,
        .MyAccount .PaymentOptions .Container.DateOfBirth select:nth-of-type(1),
        .MyAccount .PaymentOptions .Container.DateOfBirth input,
        .EditAddress .View .Container.DateOfBirth select:nth-of-type(1),
        .EditAddress .View .Container.DateOfBirth input,
        .EditAddress .DetailsEditor .Container.DateOfBirth select:nth-of-type(1),
        .EditAddress .DetailsEditor .Container.DateOfBirth input,
        .EditAddress .AddressEdit .Container.DateOfBirth select:nth-of-type(1),
        .EditAddress .AddressEdit .Container.DateOfBirth input,
        .EditAddress .PaymentOptions .Container.DateOfBirth select:nth-of-type(1),
        .EditAddress .PaymentOptions .Container.DateOfBirth input,
        .fox .View .Container.DateOfBirth select:nth-of-type(1),
        .fox .View .Container.DateOfBirth input,
        .fox .DetailsEditor .Container.DateOfBirth select:nth-of-type(1),
        .fox .DetailsEditor .Container.DateOfBirth input,
        .fox .AddressEdit .Container.DateOfBirth select:nth-of-type(1),
        .fox .AddressEdit .Container.DateOfBirth input,
        .fox .PaymentOptions .Container.DateOfBirth select:nth-of-type(1),
        .fox .PaymentOptions .Container.DateOfBirth input {
          width: 80px !important;
          max-width: 80px !important;
          flex-grow: 0; }
        .NewAccount .View .Container.DateOfBirth select:nth-of-type(2),
        .NewAccount .DetailsEditor .Container.DateOfBirth select:nth-of-type(2),
        .NewAccount .AddressEdit .Container.DateOfBirth select:nth-of-type(2),
        .NewAccount .PaymentOptions .Container.DateOfBirth select:nth-of-type(2),
        .MyAccount .View .Container.DateOfBirth select:nth-of-type(2),
        .MyAccount .DetailsEditor .Container.DateOfBirth select:nth-of-type(2),
        .MyAccount .AddressEdit .Container.DateOfBirth select:nth-of-type(2),
        .MyAccount .PaymentOptions .Container.DateOfBirth select:nth-of-type(2),
        .EditAddress .View .Container.DateOfBirth select:nth-of-type(2),
        .EditAddress .DetailsEditor .Container.DateOfBirth select:nth-of-type(2),
        .EditAddress .AddressEdit .Container.DateOfBirth select:nth-of-type(2),
        .EditAddress .PaymentOptions .Container.DateOfBirth select:nth-of-type(2),
        .fox .View .Container.DateOfBirth select:nth-of-type(2),
        .fox .DetailsEditor .Container.DateOfBirth select:nth-of-type(2),
        .fox .AddressEdit .Container.DateOfBirth select:nth-of-type(2),
        .fox .PaymentOptions .Container.DateOfBirth select:nth-of-type(2) {
          max-width: 375px; } }
    @media (max-width: 539px) {
      .NewAccount .View .Container.DateOfBirth select:nth-of-type(1),
      .NewAccount .View .Container.DateOfBirth input,
      .NewAccount .DetailsEditor .Container.DateOfBirth select:nth-of-type(1),
      .NewAccount .DetailsEditor .Container.DateOfBirth input,
      .NewAccount .AddressEdit .Container.DateOfBirth select:nth-of-type(1),
      .NewAccount .AddressEdit .Container.DateOfBirth input,
      .NewAccount .PaymentOptions .Container.DateOfBirth select:nth-of-type(1),
      .NewAccount .PaymentOptions .Container.DateOfBirth input,
      .MyAccount .View .Container.DateOfBirth select:nth-of-type(1),
      .MyAccount .View .Container.DateOfBirth input,
      .MyAccount .DetailsEditor .Container.DateOfBirth select:nth-of-type(1),
      .MyAccount .DetailsEditor .Container.DateOfBirth input,
      .MyAccount .AddressEdit .Container.DateOfBirth select:nth-of-type(1),
      .MyAccount .AddressEdit .Container.DateOfBirth input,
      .MyAccount .PaymentOptions .Container.DateOfBirth select:nth-of-type(1),
      .MyAccount .PaymentOptions .Container.DateOfBirth input,
      .EditAddress .View .Container.DateOfBirth select:nth-of-type(1),
      .EditAddress .View .Container.DateOfBirth input,
      .EditAddress .DetailsEditor .Container.DateOfBirth select:nth-of-type(1),
      .EditAddress .DetailsEditor .Container.DateOfBirth input,
      .EditAddress .AddressEdit .Container.DateOfBirth select:nth-of-type(1),
      .EditAddress .AddressEdit .Container.DateOfBirth input,
      .EditAddress .PaymentOptions .Container.DateOfBirth select:nth-of-type(1),
      .EditAddress .PaymentOptions .Container.DateOfBirth input,
      .fox .View .Container.DateOfBirth select:nth-of-type(1),
      .fox .View .Container.DateOfBirth input,
      .fox .DetailsEditor .Container.DateOfBirth select:nth-of-type(1),
      .fox .DetailsEditor .Container.DateOfBirth input,
      .fox .AddressEdit .Container.DateOfBirth select:nth-of-type(1),
      .fox .AddressEdit .Container.DateOfBirth input,
      .fox .PaymentOptions .Container.DateOfBirth select:nth-of-type(1),
      .fox .PaymentOptions .Container.DateOfBirth input {
        width: 60px !important;
        max-width: 60px !important; } }
  .NewAccount .View .Container.Password,
  .NewAccount .DetailsEditor .Container.Password,
  .NewAccount .AddressEdit .Container.Password,
  .NewAccount .PaymentOptions .Container.Password,
  .MyAccount .View .Container.Password,
  .MyAccount .DetailsEditor .Container.Password,
  .MyAccount .AddressEdit .Container.Password,
  .MyAccount .PaymentOptions .Container.Password,
  .EditAddress .View .Container.Password,
  .EditAddress .DetailsEditor .Container.Password,
  .EditAddress .AddressEdit .Container.Password,
  .EditAddress .PaymentOptions .Container.Password,
  .fox .View .Container.Password,
  .fox .DetailsEditor .Container.Password,
  .fox .AddressEdit .Container.Password,
  .fox .PaymentOptions .Container.Password {
    flex-wrap: wrap; }
  .NewAccount .View .Container.Title input, .NewAccount .View .Container.Mobile input, .NewAccount .View .Container.DateOfBirth input,
  .NewAccount .DetailsEditor .Container.Title input,
  .NewAccount .DetailsEditor .Container.Mobile input,
  .NewAccount .DetailsEditor .Container.DateOfBirth input,
  .NewAccount .AddressEdit .Container.Title input,
  .NewAccount .AddressEdit .Container.Mobile input,
  .NewAccount .AddressEdit .Container.DateOfBirth input,
  .NewAccount .PaymentOptions .Container.Title input,
  .NewAccount .PaymentOptions .Container.Mobile input,
  .NewAccount .PaymentOptions .Container.DateOfBirth input,
  .MyAccount .View .Container.Title input,
  .MyAccount .View .Container.Mobile input,
  .MyAccount .View .Container.DateOfBirth input,
  .MyAccount .DetailsEditor .Container.Title input,
  .MyAccount .DetailsEditor .Container.Mobile input,
  .MyAccount .DetailsEditor .Container.DateOfBirth input,
  .MyAccount .AddressEdit .Container.Title input,
  .MyAccount .AddressEdit .Container.Mobile input,
  .MyAccount .AddressEdit .Container.DateOfBirth input,
  .MyAccount .PaymentOptions .Container.Title input,
  .MyAccount .PaymentOptions .Container.Mobile input,
  .MyAccount .PaymentOptions .Container.DateOfBirth input,
  .EditAddress .View .Container.Title input,
  .EditAddress .View .Container.Mobile input,
  .EditAddress .View .Container.DateOfBirth input,
  .EditAddress .DetailsEditor .Container.Title input,
  .EditAddress .DetailsEditor .Container.Mobile input,
  .EditAddress .DetailsEditor .Container.DateOfBirth input,
  .EditAddress .AddressEdit .Container.Title input,
  .EditAddress .AddressEdit .Container.Mobile input,
  .EditAddress .AddressEdit .Container.DateOfBirth input,
  .EditAddress .PaymentOptions .Container.Title input,
  .EditAddress .PaymentOptions .Container.Mobile input,
  .EditAddress .PaymentOptions .Container.DateOfBirth input,
  .fox .View .Container.Title input,
  .fox .View .Container.Mobile input,
  .fox .View .Container.DateOfBirth input,
  .fox .DetailsEditor .Container.Title input,
  .fox .DetailsEditor .Container.Mobile input,
  .fox .DetailsEditor .Container.DateOfBirth input,
  .fox .AddressEdit .Container.Title input,
  .fox .AddressEdit .Container.Mobile input,
  .fox .AddressEdit .Container.DateOfBirth input,
  .fox .PaymentOptions .Container.Title input,
  .fox .PaymentOptions .Container.Mobile input,
  .fox .PaymentOptions .Container.DateOfBirth input {
    margin-left: 0; }
  .NewAccount .AddressOptions,
  .MyAccount .AddressOptions,
  .EditAddress .AddressOptions,
  .fox .AddressOptions {
    padding-top: 25px; }
  .NewAccount .ChangePassword,
  .MyAccount .ChangePassword,
  .EditAddress .ChangePassword,
  .fox .ChangePassword {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal; }
    .NewAccount .ChangePassword:after,
    .MyAccount .ChangePassword:after,
    .EditAddress .ChangePassword:after,
    .fox .ChangePassword:after {
      content: ">";
      color: #000; }
  .NewAccount .Buttons,
  .MyAccount .Buttons,
  .EditAddress .Buttons,
  .fox .Buttons {
    margin-top: 20px; }
  .NewAccount .PaymentOptions .Container.Start_Date input,
  .NewAccount .PaymentOptions .Container.Expiry input,
  .NewAccount .PaymentOptions .Container.Issue_Number input,
  .MyAccount .PaymentOptions .Container.Start_Date input,
  .MyAccount .PaymentOptions .Container.Expiry input,
  .MyAccount .PaymentOptions .Container.Issue_Number input,
  .EditAddress .PaymentOptions .Container.Start_Date input,
  .EditAddress .PaymentOptions .Container.Expiry input,
  .EditAddress .PaymentOptions .Container.Issue_Number input,
  .fox .PaymentOptions .Container.Start_Date input,
  .fox .PaymentOptions .Container.Expiry input,
  .fox .PaymentOptions .Container.Issue_Number input {
    width: 100% !important; }
  .NewAccount .PaymentOptions .Container,
  .MyAccount .PaymentOptions .Container,
  .EditAddress .PaymentOptions .Container,
  .fox .PaymentOptions .Container {
    position: relative; }
    .NewAccount .PaymentOptions .Container label.right,
    .MyAccount .PaymentOptions .Container label.right,
    .EditAddress .PaymentOptions .Container label.right,
    .fox .PaymentOptions .Container label.right {
      color: #e73743;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 16px;
      line-height: 20px;
      font-family: "tablet-gothic", sans-serif;
      font-weight: 300;
      font-style: normal;
      margin: 0;
      width: auto; }
    .NewAccount .PaymentOptions .Container .Comment,
    .MyAccount .PaymentOptions .Container .Comment,
    .EditAddress .PaymentOptions .Container .Comment,
    .fox .PaymentOptions .Container .Comment {
      display: block; }

.NewAccount .Container.Postcode label.right {
  width: auto !important; }
.NewAccount .Progress {
  display: none; }

.SpektrixPage.MyAccount .MyAccountHeading + .Buttons {
  border: none;
  margin: -60px 0;
  padding: 0 0 40px 0;
  position: absolute;
  right: 0;
  width: 300px; }
  @media (max-width: 520px) {
    .SpektrixPage.MyAccount .MyAccountHeading + .Buttons {
      display: none; } }
  @media (min-width: 1124px) {
    .SpektrixPage.MyAccount .MyAccountHeading + .Buttons {
      margin: -65px 0; } }
.SpektrixPage.MyAccount .Options {
  display: none; }
.SpektrixPage.MyAccount h2 {
  margin-bottom: 15px; }
.SpektrixPage.MyAccount h3 {
  margin-bottom: 15px; }
.SpektrixPage.MyAccount .Addresses {
  padding-bottom: 15px; }
  .SpektrixPage.MyAccount .Addresses .AddressType {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal; }
  .SpektrixPage.MyAccount .Addresses .Address {
    display: block; }
    .SpektrixPage.MyAccount .Addresses .Address a {
      font-family: "roc-grotesk", sans-serif;
      font-weight: 500;
      font-style: normal;
      margin-right: 15px; }
.SpektrixPage.MyAccount .NewAddress,
.SpektrixPage.MyAccount .EditContactPreferences {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal; }
.SpektrixPage.MyAccount .PreferenceContainer {
  margin-top: 30px; }
.SpektrixPage.MyAccount .Preferences .Container {
  flex-direction: row;
  margin-bottom: 0; }
.SpektrixPage.MyAccount .Preferences .Buttons {
  margin-top: 0;
  border: none; }
.SpektrixPage.MyAccount .Preferences + .PrivacyPolicy {
  margin-top: 20px; }
.SpektrixPage.MyAccount .MyOrders .OrderedItem {
  border-top: none;
  border-bottom: 1px solid #000; }
.SpektrixPage.MyAccount .MyOrders .OrderDetails {
  margin-left: 0;
  border-bottom: 1px solid #000; }
.SpektrixPage.MyAccount .MyOrders .PagerContainer {
  padding: 20px 0; }
  .SpektrixPage.MyAccount .MyOrders .PagerContainer .Pager {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .SpektrixPage.MyAccount .MyOrders .PagerContainer a {
    text-decoration: underline; }
  .SpektrixPage.MyAccount .MyOrders .PagerContainer .PagerDummy {
    display: none; }
.SpektrixPage.MyAccount .Subscription {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px; }
  .SpektrixPage.MyAccount .Subscription .MembershipName {
    width: 100%;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal; }
  .SpektrixPage.MyAccount .Subscription .StartDate,
  .SpektrixPage.MyAccount .Subscription .ExpiryDate {
    width: 85%;
    margin-left: 10px; }
  .SpektrixPage.MyAccount .Subscription .AddRenewalToBasket {
    width: 100%;
    padding: 10px 0; }
.SpektrixPage.MyAccount .Buttons .Button.CancelPreferencesButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  background: #fff;
  color: #000;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  border: 1px solid #0F1820;
  padding: 0 20px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #0F1820;
  background-color: #fff;
  margin-right: 20px; }
  .SpektrixPage.MyAccount .Buttons .Button.CancelPreferencesButton:hover {
    background: black;
    color: #fff; }
  @media (max-width: 767px) {
    .SpektrixPage.MyAccount .Buttons .Button.CancelPreferencesButton {
      width: 100%;
      margin-right: 0; } }
.SpektrixPage.MyAccount .Buttons .Button.SavePreferencesButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  background: #f2d586;
  color: #000;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  min-width: 318px;
  border: 1px solid #f2d586;
  margin-left: 0 !important;
  padding: 0 20px; }
  .SpektrixPage.MyAccount .Buttons .Button.SavePreferencesButton:hover {
    background: black;
    color: #fff; }
  @media (max-width: 767px) {
    .SpektrixPage.MyAccount .Buttons .Button.SavePreferencesButton {
      width: 100%; } }

.EditAddress .AddressEditInstructions {
  padding-bottom: 20px; }
.EditAddress .FindAddressButton {
  border: 1px solid #0F1820;
  padding: 0 20px;
  margin-left: 20px; }
.EditAddress .Name {
  flex-wrap: wrap; }
.EditAddress #ctl00_ContentPlaceHolder_AddressEditor_PostcodeTopDiv > label.right {
  margin-right: 45%;
  text-align: right; }
@media (max-width: 767px) {
  .EditAddress .SaveButton {
    width: 100%; } }

.GiftAidDeclarationForm .GiftAidDeclarationFormDescription {
  padding-bottom: 20px; }
.GiftAidDeclarationForm .Buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0;
  padding-top: 25px;
  border-top: 2px solid #000;
  clear: both; }
  .GiftAidDeclarationForm .Buttons .SaveDeclaration {
    margin-left: auto;
    padding: 3px 12px; }
.GiftAidDeclarationForm .GiftAidTerms ul {
  list-style-position: inside;
  padding-left: 0; }

.MyPaymentCards a {
  display: block;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  background: #045d67;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  background: #000;
  color: #fff;
  height: 40px;
  min-width: 180px;
  padding: 10px 15px 8px;
  text-align: center;
  width: auto;
  max-width: 250px;
  margin: 20px 0 0;
  text-decoration: none; }
  .MyPaymentCards a .icon-rightarrow, .MyPaymentCards a .ChooseSeats .InstanceCalendar .NextShowingButton, .ChooseSeats .InstanceCalendar .MyPaymentCards a .NextShowingButton {
    margin: 0 3px;
    display: inline-block; }
  .MyPaymentCards a:hover, .MyPaymentCards a:active, .MyPaymentCards a:focus {
    background: #045d67;
    color: #fff; }
.MyPaymentCards a:hover {
  text-decoration: none;
  background: black; }
.MyPaymentCards input[name*="MyPaymentCards"] {
  padding: 10px 15px 8px;
  min-width: 250px;
  background: #fdd757;
  color: #000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: none;
  margin: 10px 0;
  line-height: 1;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal; }
  .MyPaymentCards input[name*="MyPaymentCards"]:hover {
    background: #fee389; }

.AddCard input[type="submit"] {
  padding: 10px 15px 8px;
  min-width: 250px; }
.AddCard input.Button.AddAddressesButton {
  background: #fdd757;
  color: #000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  .AddCard input.Button.AddAddressesButton:hover {
    background: #fee389; }
.AddCard input.Button.EditButton {
  height: auto;
  padding: 0;
  min-width: 0; }
.AddCard .BillingHeading,
.AddCard .CardDetailsHeading {
  margin: 15px 0 20px; }
.AddCard .AddressList li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center; }
.AddCard .Progress {
  border-bottom: 1px solid #000;
  text-transform: uppercase; }
  .AddCard .Progress a:hover {
    text-decoration: none;
    color: #000; }
@media (max-width: 767px) {
  .AddCard .AddressList li {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; } }

/** NEW CHECKOUT */
.spx-main-container {
  display: flex;
  flex-direction: column; }

.spx-main-container__checkout--start-checkout .spx-section-container:last-child {
  border-bottom: none; }
.spx-main-container__checkout--start-checkout .spx-field-container {
  margin-top: 13px; }
  .spx-main-container__checkout--start-checkout .spx-field-container input {
    width: 100%; }
.spx-main-container__checkout--start-checkout p.spx-text-copy__checkout--start-checkout {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal; }

.spx-main-container__checkout--start-checkout form,
.spx-section-container__checkout--start-checkout-login form {
  display: flex;
  flex-direction: column; }
  .spx-main-container__checkout--start-checkout form .spx-wikitext-container__checkout--start-checkout,
  .spx-main-container__checkout--start-checkout form .spx-wikitext-container__checkout--start-checkout-login,
  .spx-section-container__checkout--start-checkout-login form .spx-wikitext-container__checkout--start-checkout,
  .spx-section-container__checkout--start-checkout-login form .spx-wikitext-container__checkout--start-checkout-login {
    order: -1; }
.spx-main-container__checkout--start-checkout .spx-validation-summary-errors,
.spx-section-container__checkout--start-checkout-login .spx-validation-summary-errors {
  display: none; }
.spx-main-container__checkout--start-checkout .spx-text-copy__checkout--start-checkout-login,
.spx-section-container__checkout--start-checkout-login .spx-text-copy__checkout--start-checkout-login {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal; }

@media (min-width: 768px) {
  .spx-main-container {
    width: 75%; }
    .spx-main-container.spx-main-container__checkout {
      width: 100%; } }

.spx-section-container {
  padding: 10px 0;
  border-bottom: 1px solid #000; }
  .spx-section-container:last-child {
    border-bottom: none; }
  .spx-section-container h2, .spx-section-container h3 {
    font-family: "tablet-gothic", sans-serif;
    font-weight: 300;
    font-style: normal; }
  .spx-section-container a {
    color: #000; }
  .spx-section-container ul {
    margin-top: 0;
    padding: 0;
    list-style: none; }
  .spx-section-container[active-element] {
    padding-bottom: 30px; }
  .spx-section-container.spx-state-read-only {
    display: flex;
    flex-wrap: wrap; }
    .spx-section-container.spx-state-read-only h2 {
      margin-bottom: 13px; }
    .spx-section-container.spx-state-read-only .spx-link-edit {
      margin-left: auto; }
  .spx-section-container .spx-subsection-container {
    width: 100%; }
    .spx-section-container .spx-subsection-container .spx-heading-sub-headline {
      width: 100%;
      margin-bottom: 10px; }
    .spx-section-container .spx-subsection-container .spx-data-group-address-view {
      padding: 20px 0; }
    .spx-section-container .spx-subsection-container #FindMyAddressButton {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      padding: 0;
      background: transparent;
      color: #000;
      border: none;
      box-shadow: none;
      white-space: nowrap;
      cursor: pointer;
      font-size: 20px;
      line-height: 30px;
      font-family: "roc-grotesk", sans-serif;
      font-weight: 500;
      font-style: normal; }
      .spx-section-container .spx-subsection-container #FindMyAddressButton:hover {
        background: black;
        color: #fff; }
      @media (max-width: 767px) {
        .spx-section-container .spx-subsection-container #FindMyAddressButton {
          width: auto; } }
    .spx-section-container .spx-subsection-container #AddressDropdown {
      width: 100%;
      margin: 20px 0; }
    .spx-section-container .spx-subsection-container #manualaddresscontainer {
      margin-top: 20px; }
    .spx-section-container .spx-subsection-container .spx-list-summary .spx-list-item + .spx-list-item {
      margin-top: 20px; }
    .spx-section-container .spx-subsection-container #UseCreditToPayForm {
      padding-top: 10px; }
    .spx-section-container .spx-subsection-container .spx-subsection-summary-container {
      display: flex;
      flex-wrap: wrap; }
      .spx-section-container .spx-subsection-container .spx-subsection-summary-container span {
        margin-bottom: 5px; }
        .spx-section-container .spx-subsection-container .spx-subsection-summary-container span:empty {
          margin-bottom: 0; }
      .spx-section-container .spx-subsection-container .spx-subsection-summary-container .spx-data-email,
      .spx-section-container .spx-subsection-container .spx-subsection-summary-container .spx-data-phone-number {
        width: 100%; }
      .spx-section-container .spx-subsection-container .spx-subsection-summary-container .spx-data-last-name {
        margin-left: 5px; }
      .spx-section-container .spx-subsection-container .spx-subsection-summary-container.spx-data-group-address-view {
        flex-direction: column; }
      .spx-section-container .spx-subsection-container .spx-subsection-summary-container.spx-subsection-summary-container__checkout--ticket-summary {
        margin-top: 26px; }
      .spx-section-container .spx-subsection-container .spx-subsection-summary-container.spx-main-container.spx-main-container__checkout.spx-main-container__checkout--order-summary {
        margin-top: 26px; }
      .spx-section-container .spx-subsection-container .spx-subsection-summary-container ul.spx-list-summary.spx-list-summary__checkout.spx-list-summary__checkout--ticket-summary {
        margin: 0 0 10px;
        padding: 0; }
        .spx-section-container .spx-subsection-container .spx-subsection-summary-container ul.spx-list-summary.spx-list-summary__checkout.spx-list-summary__checkout--ticket-summary li {
          margin: 0 0 10px; }
      .spx-section-container .spx-subsection-container .spx-subsection-summary-container.spx-subsection-summary-container__checkout--credit {
        margin-top: 26px; }
      .spx-section-container .spx-subsection-container .spx-subsection-summary-container.spx-subsection-summary-container__checkoutspx-subsection-summary-container__checkout--donation-summary {
        margin-top: 26px; }
      .spx-section-container .spx-subsection-container .spx-subsection-summary-container.spx-subsection-summary-container__checkout--additional-details {
        -webkit-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .spx-section-container .spx-subsection-container .spx-subsection-summary-container.spx-subsection-summary-container__checkout.spx-subsection-summary-container__checkout--ticket-delivery {
      display: none; }
    .spx-section-container .spx-subsection-container#DeliveryAddressSubsection label,
    .spx-section-container .spx-subsection-container .spx-field-container__checkout--select-address label {
      flex-direction: column;
      padding-left: 0; }
      .spx-section-container .spx-subsection-container#DeliveryAddressSubsection label:before,
      .spx-section-container .spx-subsection-container .spx-field-container__checkout--select-address label:before {
        position: absolute;
        left: 0; }
    .spx-section-container .spx-subsection-container#DeliveryAddressSubsection [type="radio"] + label,
    .spx-section-container .spx-subsection-container .spx-field-container__checkout--select-address [type="radio"] + label {
      padding-left: 30px; }
    .spx-section-container .spx-subsection-container .spx-field-container__checkout--payment-method {
      -webkit-flex-flow: row nowrap;
      flex-flow: row nowrap; }
    .spx-section-container .spx-subsection-container .spx-label-field__checkout--edit-billing-address {
      -webkit-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
    .spx-section-container .spx-subsection-container.spx-data-group-basket-summary {
      margin-bottom: 30px; }
    .spx-section-container .spx-subsection-container.spx-subsection-container__checkout.spx-subsection-container__checkout--gift-aid-info ul {
      list-style: disc outside;
      padding-left: 20px; }
    .spx-section-container .spx-subsection-container .spx-button-tertiary.spx-button-tertiary__checkout.spx-button-tertiary__checkout--gift-aid-info {
      border: 1px solid #0F1820;
      padding: 0 20px;
      font-family: "roc-grotesk", sans-serif;
      font-weight: 500;
      font-style: normal; }
    .spx-section-container .spx-subsection-container.spx-subsection-container__checkout.spx-subsection-container__checkout--final-summary {
      margin: 26px 0; }
    .spx-section-container .spx-subsection-container.spx-subsection-container__checkout.spx-subsection-container__checkout--start-checkout-forgotten-password {
      margin: 25px 0; }
      .spx-section-container .spx-subsection-container.spx-subsection-container__checkout.spx-subsection-container__checkout--start-checkout-forgotten-password button.spx-button-secondary {
        border: 1px solid #0F1820;
        padding: 0 20px;
        font-family: "roc-grotesk", sans-serif;
        font-weight: 500;
        font-style: normal;
        color: #0F1820; }
  .spx-section-container .spx-field-container__checkout--donation {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px; }
    .spx-section-container .spx-field-container__checkout--donation label {
      width: 100%; }
    .spx-section-container .spx-field-container__checkout--donation button {
      width: 40px;
      height: 40px;
      margin: 0 10px; }
  .spx-section-container .spx-button-secondary__checkout--donations {
    float: right; }
  .spx-section-container h3.spx-heading-sub-headline.spx-heading-sub-headline__checkout.spx-heading-sub-headline__checkout--ticket-delivery {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 23px; }

.spx-text-copy.spx-text-copy__checkout.spx-text-copy__checkout--donations {
  width: 100%; }

#order-summary div.spx-validation-summary-errors div.spx-validation-errorlist {
  padding: 0; }
  #order-summary div.spx-validation-summary-errors div.spx-validation-errorlist ul {
    padding: 0;
    margin: 1em 0; }
  #order-summary div.spx-validation-summary-errors div.spx-validation-errorlist a {
    color: #e73743;
    text-decoration: none;
    border-bottom: 1px solid #e73743; }

#EnterMyAddressManuallyLink {
  display: block;
  padding: 20px 0; }

.spx-intent-accordion {
  margin-bottom: 30px; }

.spx-field-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px; }
  .spx-field-container label {
    margin-bottom: 5px; }
  .spx-field-container input {
    padding: 10px; }
  .spx-field-container.spx-field-container__checkout--start-checkout-login {
    margin-top: 26px; }
  .spx-field-container.spx-field-container__checkout--credit {
    flex-direction: row;
    flex-wrap: wrap; }
    .spx-field-container.spx-field-container__checkout--credit label {
      width: 100%; }
    .spx-field-container.spx-field-container__checkout--credit .spx-input-text {
      height: 52px;
      max-width: 50%; }
    .spx-field-container.spx-field-container__checkout--credit button.spx-button-tertiary.spx-button-tertiary__checkout.spx-button-tertiary__checkout--credit {
      height: 52px;
      border: 1px solid #0F1820;
      padding: 0 20px;
      margin: 0 0 0 20px; }

#privacy-policy-header {
  border-bottom: 1px solid #000; }
  #privacy-policy-header a {
    text-decoration: underline; }

.spx-list-contact-preference-groups {
  width: 100%;
  margin-top: 0; }

.spx-field-container.spx-field-container__checkout {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center; }
  .spx-field-container.spx-field-container__checkout input[type="text"],
  .spx-field-container.spx-field-container__checkout input[type="email"],
  .spx-field-container.spx-field-container__checkout input[type="password"] {
    width: 100%; }

.spx-heading-headline.spx-heading-headline__checkout.spx-heading-headline__checkout--contact-preferences {
  margin-bottom: 13px; }

.spx-wikitext-container__checkout--contact-preferences {
  margin-top: 0; }

.spx-validation-message {
  font-size: inherit !important;
  padding-left: 0 !important;
  color: red; }

.spx-wikitext-container {
  padding: 20px 0; }
  .spx-heading-headline + .spx-wikitext-container {
    padding-top: 0; }
  .spx-wikitext-container a {
    color: #000; }
  label .spx-wikitext-container {
    padding: 0; }

.spx-button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  background: #f2d586;
  color: #000;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-left: 18px;
  padding-right: 18px;
  border: 1px solid #f2d586;
  float: right; }
  .spx-button-primary:hover {
    background: black;
    color: #fff; }
  @media (max-width: 768px) {
    .spx-button-primary {
      margin-top: 20px;
      margin-left: 0; } }
  @media (max-width: 767px) {
    .spx-button-primary.spx-button-primary__checkout--donations {
      width: 100%; } }

.spx-input-text__checkout--donation {
  max-width: 120px;
  margin-left: 5px; }
  @media (max-width: 767px) {
    .spx-input-text__checkout--donation {
      max-width: 120px; } }

@media (max-width: 767px) {
  #GiftVoucherCode {
    width: 100%;
    margin-bottom: 20px; }
    #GiftVoucherCode + button {
      width: 100%; } }
.spx-button-secondary,
.spx-button-tertiary,
.PreviousButton,
.Button.Logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  background: transparent;
  color: #000;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal; }
  .spx-button-secondary:hover,
  .spx-button-tertiary:hover,
  .PreviousButton:hover,
  .Button.Logout:hover {
    background: black;
    color: #fff; }
  @media (max-width: 767px) {
    .spx-button-secondary.spx-button-secondary__checkout--start-checkout-forgotten-password, .spx-button-secondary.spx-button-secondary__checkout--donations,
    .spx-button-tertiary.spx-button-secondary__checkout--start-checkout-forgotten-password,
    .spx-button-tertiary.spx-button-secondary__checkout--donations,
    .PreviousButton.spx-button-secondary__checkout--start-checkout-forgotten-password,
    .PreviousButton.spx-button-secondary__checkout--donations,
    .Button.Logout.spx-button-secondary__checkout--start-checkout-forgotten-password,
    .Button.Logout.spx-button-secondary__checkout--donations {
      width: 100%; }
    .spx-button-secondary.spx-button-secondary__checkout--donations,
    .spx-button-tertiary.spx-button-secondary__checkout--donations,
    .PreviousButton.spx-button-secondary__checkout--donations,
    .Button.Logout.spx-button-secondary__checkout--donations {
      margin-top: 20px; }
    .spx-button-secondary.spx-button-tertiary__checkout--gift-aid-info,
    .spx-button-tertiary.spx-button-tertiary__checkout--gift-aid-info,
    .PreviousButton.spx-button-tertiary__checkout--gift-aid-info,
    .Button.Logout.spx-button-tertiary__checkout--gift-aid-info {
      width: 100%; } }
  .spx-button-secondary.spx-button-secondary__checkout--donations,
  .spx-button-tertiary.spx-button-secondary__checkout--donations,
  .PreviousButton.spx-button-secondary__checkout--donations,
  .Button.Logout.spx-button-secondary__checkout--donations {
    margin-right: 20px;
    font-size: 20px;
    border: 1px solid #0F1820;
    padding: 0 20px;
    float: left; }
  .spx-button-secondary.spx-intent-decrement, .spx-button-secondary.spx-intent-increment,
  .spx-button-tertiary.spx-intent-decrement,
  .spx-button-tertiary.spx-intent-increment,
  .PreviousButton.spx-intent-decrement,
  .PreviousButton.spx-intent-increment,
  .Button.Logout.spx-intent-decrement,
  .Button.Logout.spx-intent-increment {
    border: 1px solid #000; }

.fox .ConfirmButton,
.NextButton,
.SaveDetailsButton,
.SaveButton,
.ContinueButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  background: #f2d586;
  color: #000;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  min-width: 318px;
  border: 1px solid #f2d586;
  margin-left: 0 !important;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal; }
  .fox .ConfirmButton:hover,
  .NextButton:hover,
  .SaveDetailsButton:hover,
  .SaveButton:hover,
  .ContinueButton:hover {
    background: black;
    color: #fff; }

@media (max-width: 767px) {
  .fox .ConfirmButton {
    width: 100%; } }
.spx-iframe__checkout--payment {
  height: 900px; }

/** CHECKOUT */
.Checkout .BasketEmptyMessage {
  padding-bottom: 20px; }
.Checkout .Progress {
  display: none; }
.Checkout .Attribute {
  padding: 20px 0; }
  .Checkout .Attribute label {
    margin-right: 20px; }
  .Checkout .Attribute select {
    padding-right: 35px; }
.Checkout .PrivacyPolicy {
  padding: 25px 0; }
  .Checkout .PrivacyPolicy a {
    border-bottom: 1px solid #000; }
.Checkout .DeliveryHeading,
.Checkout .BillingHeading,
.Checkout .SummaryHeading,
.Checkout .PaymentHeading {
  margin-top: 15px;
  margin-bottom: 15px; }
.Checkout .DeliveryInstructions {
  padding-bottom: 15px; }
.Checkout .DeliveryOptions {
  margin-bottom: 25px; }
  .Checkout .DeliveryOptions .DeliveryOption {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
.Checkout .BillingP1 {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal; }
.Checkout .Preferences {
  padding-top: 25px; }
.Checkout .AddressList {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px; }
  .Checkout .AddressList label {
    width: 100%; }
  .Checkout .AddressList .EditButton {
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 15px;
    margin-left: 30px; }
.Checkout .BillingView br {
  display: none; }
.Checkout .AddAddressesButton {
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 25px; }
.Checkout .SummaryView .Info {
  max-width: 70%; }
  @media (max-width: 767px) {
    .Checkout .SummaryView .Info {
      max-width: 60%; } }
.Checkout .SummaryView .SummarySection .Event_Summary,
.Checkout .SummaryView .SummarySection .Ticket_Summary,
.Checkout .SummaryView .SummarySection .Fund_Name {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal; }
.Checkout .SummaryView .SummarySection .Ticket_Summary,
.Checkout .SummaryView .SummarySection p.Donation,
.Checkout .SummaryView .SummarySection .Delivery_Method,
.Checkout .SummaryView .SummarySection .Billing_Address + .Info,
.Checkout .SummaryView .SummarySection .PrivacyPolicy {
  padding-bottom: 20px; }
.Checkout .SummaryView .SummarySection .ConfirmationText {
  padding: 10px 0; }
.Checkout .SummaryView .SummarySection table {
  margin-bottom: 25px; }
  .Checkout .SummaryView .SummarySection table tr:last-child {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal; }
  .Checkout .SummaryView .SummarySection table td.Summary {
    padding-right: 75px; }
.Checkout .SummaryView .SummarySection .Buttons, .Checkout .SummaryView .SummarySection + .Buttons {
  padding-top: 0;
  padding-bottom: 25px;
  border-top: none;
  border-bottom: 2px solid #000;
  margin-top: -42px;
  margin-bottom: 25px; }
.Checkout .PaymentView .Total span {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-left: 10px; }

.spx-list-summary.spx-list-summary__checkout.spx-list-summary__checkout--final-summary {
  padding: 0; }

.spx-sublist-summary.spx-sublist-summary__checkout.spx-sublist-summary__checkout--ticket-summary {
  padding: 0;
  margin: 10px 0; }

.Container.Start_Date {
  display: none; }

.Container.Issue_Number {
  display: none; }

/** NAVIGATION */
.Progress ol, .Progress ul,
.Options ol,
.Options ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0; }
  .Progress ol li, .Progress ul li,
  .Options ol li,
  .Options ul li {
    margin-right: 20px; }
    @media (max-width: 767px) {
      .Progress ol li, .Progress ul li,
      .Options ol li,
      .Options ul li {
        margin-right: 15px;
        margin-bottom: 10px; } }
.Progress .Current,
.Progress .Selected,
.Options .Current,
.Options .Selected {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal; }
  @media (max-width: 767px) {
    .Progress .Current,
    .Progress .Selected,
    .Options .Current,
    .Options .Selected {
      font-family: "roc-grotesk", sans-serif;
      font-weight: 500;
      font-style: normal; } }

.SpektrixFooter {
  background: #FDF7E9; }

/*# sourceMappingURL=spektrix.css.map */
