@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "xsmall=0em&small=40em&medium=48em&large=64em&xlarge=75em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Museo-sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  min-width: initial; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 1rem;
      padding-left: 1rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

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

.xsmall-offset-0 {
  margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xsmall-up-1 {
  flex-wrap: wrap; }
  .xsmall-up-1 > .column, .xsmall-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.xsmall-up-2 {
  flex-wrap: wrap; }
  .xsmall-up-2 > .column, .xsmall-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.xsmall-up-3 {
  flex-wrap: wrap; }
  .xsmall-up-3 > .column, .xsmall-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.xsmall-up-4 {
  flex-wrap: wrap; }
  .xsmall-up-4 > .column, .xsmall-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.xsmall-up-5 {
  flex-wrap: wrap; }
  .xsmall-up-5 > .column, .xsmall-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.xsmall-up-6 {
  flex-wrap: wrap; }
  .xsmall-up-6 > .column, .xsmall-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.xsmall-up-7 {
  flex-wrap: wrap; }
  .xsmall-up-7 > .column, .xsmall-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.xsmall-up-8 {
  flex-wrap: wrap; }
  .xsmall-up-8 > .column, .xsmall-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.xsmall-collapse > .column, .xsmall-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.xsmall-uncollapse > .column, .xsmall-uncollapse > .columns {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

@media print, screen and (min-width: 40em) {
  .small-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .small-offset-0 {
    margin-left: 0%; }
  .small-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small-offset-1 {
    margin-left: 8.33333%; }
  .small-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .small-offset-2 {
    margin-left: 16.66667%; }
  .small-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-offset-3 {
    margin-left: 25%; }
  .small-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .small-offset-4 {
    margin-left: 33.33333%; }
  .small-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .small-offset-5 {
    margin-left: 41.66667%; }
  .small-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .small-offset-6 {
    margin-left: 50%; }
  .small-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small-offset-7 {
    margin-left: 58.33333%; }
  .small-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .small-offset-8 {
    margin-left: 66.66667%; }
  .small-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .small-offset-9 {
    margin-left: 75%; }
  .small-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .small-offset-10 {
    margin-left: 83.33333%; }
  .small-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .small-offset-11 {
    margin-left: 91.66667%; }
  .small-order-1 {
    order: 1; }
  .small-order-2 {
    order: 2; }
  .small-order-3 {
    order: 3; }
  .small-order-4 {
    order: 4; }
  .small-order-5 {
    order: 5; }
  .small-order-6 {
    order: 6; }
  .small-up-1 {
    flex-wrap: wrap; }
    .small-up-1 > .column, .small-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .small-up-2 {
    flex-wrap: wrap; }
    .small-up-2 > .column, .small-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .small-up-3 {
    flex-wrap: wrap; }
    .small-up-3 > .column, .small-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .small-up-4 {
    flex-wrap: wrap; }
    .small-up-4 > .column, .small-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .small-up-5 {
    flex-wrap: wrap; }
    .small-up-5 > .column, .small-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .small-up-6 {
    flex-wrap: wrap; }
    .small-up-6 > .column, .small-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .small-up-7 {
    flex-wrap: wrap; }
    .small-up-7 > .column, .small-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .small-up-8 {
    flex-wrap: wrap; }
    .small-up-8 > .column, .small-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .small-expand {
    flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .small-flex-dir-row {
    flex-direction: row; }
  .small-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .small-flex-dir-column {
    flex-direction: column; }
  .small-flex-dir-column-reverse {
    flex-direction: column-reverse; }
  .small-flex-child-auto {
    flex: 1 1 auto; }
  .small-flex-child-grow {
    flex: 1 0 auto; }
  .small-flex-child-shrink {
    flex: 0 1 auto; } }

.row.small-unstack > .column, .row.small-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.small-unstack > .column, .row.small-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    flex: 1 1 0px; } }

@media print, screen and (min-width: 48em) {
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 48em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-order-1 {
    order: 1; }
  .xlarge-order-2 {
    order: 2; }
  .xlarge-order-3 {
    order: 3; }
  .xlarge-order-4 {
    order: 4; }
  .xlarge-order-5 {
    order: 5; }
  .xlarge-order-6 {
    order: 6; }
  .xlarge-up-1 {
    flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlarge-up-4 {
    flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlarge-up-7 {
    flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xlarge-up-8 {
    flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    flex: 1 1 0px; } }

@media screen and (min-width: 75em) {
  .xlarge-flex-dir-row {
    flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; }
  .xlarge-flex-child-auto {
    flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 75em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem; } }

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

.column-block {
  margin-bottom: 1rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 2rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.5rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 75%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Museo-sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #B2B2B2; }

h1 {
  font-size: 1.875rem;
  line-height: 1.26667;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.125rem;
  line-height: 1.44444;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 0.875rem;
  line-height: 1.42857;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48em) {
  h1 {
    font-size: 2.25rem;
    line-height: 1.27778; }
  h2 {
    font-size: 1.875rem;
    line-height: 1.26667; }
  h3 {
    font-size: 1.5rem;
    line-height: 1.25; }
  h4 {
    font-size: 1.125rem;
    line-height: 1.44444; }
  h5 {
    font-size: 0.875rem;
    line-height: 1.42857; }
  h6 {
    font-size: 0.75rem;
    line-height: 1.5; } }

a {
  line-height: inherit;
  color: #6C4796;
  text-decoration: underline;
  cursor: pointer; }
  a:hover, a:focus {
    color: #5d3d81; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #B2B2B2;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.5rem; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: none; }
  blockquote, blockquote p {
    line-height: 1.5rem;
    color: #27348B; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #444444; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #000000;
  color: #444444;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #B2B2B2;
  background-color: #E8E8E8;
  font-family: "Museo-sans", Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #E8E8E8;
  font-family: "Museo-sans", Consolas, "Liberation Mono", Courier, monospace;
  color: #000000; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #444444; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .small-text-left {
    text-align: left; }
  .small-text-right {
    text-align: right; }
  .small-text-center {
    text-align: center; }
  .small-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #444444;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #B2B2B2;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #444444;
    background-color: #ffffff;
    box-shadow: 0 0 5px #B2B2B2;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #B2B2B2; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #E8E8E8;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #B2B2B2;
  background: #E8E8E8;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #B2B2B2; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #ffffff; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #B2B2B2;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #000000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2868, 68, 68%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #444444;
    background-color: #ffffff;
    box-shadow: 0 0 5px #B2B2B2;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #E8E8E8;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #ec5840;
  background-color: #fdeeec; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 100px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #6C4796;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #5c3c80;
    color: #ffffff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #6C4796;
    color: #ffffff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #563978;
      color: #ffffff; }
  .button.secondary {
    background-color: #777;
    color: #000000; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #000000; }
  .button.success {
    background-color: #3adb76;
    color: #000000; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #000000; }
  .button.warning {
    background-color: #ffae00;
    color: #000000; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #000000; }
  .button.alert {
    background-color: #ec5840;
    color: #000000; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #000000; }
  .button.hollow {
    border: 1px solid #6C4796;
    color: #6C4796; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #36244b;
      color: #36244b; }
    .button.hollow.primary {
      border: 1px solid #6C4796;
      color: #6C4796; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #36244b;
        color: #36244b; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #6C4796;
      color: #ffffff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #6C4796;
        color: #ffffff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #000000; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #000000; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #000000; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #000000; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #E8E8E8;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #6C4796; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #E8E8E8;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #E8E8E8; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #E8E8E8;
  border-bottom: 0;
  background-color: #ffffff;
  color: #444444; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #E8E8E8; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #6C4796 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #6C4796;
  color: #ffffff; }
  .badge.primary {
    background: #6C4796;
    color: #ffffff; }
  .badge.secondary {
    background: #777;
    color: #000000; }
  .badge.success {
    background: #3adb76;
    color: #000000; }
  .badge.warning {
    background: #ffae00;
    color: #000000; }
  .badge.alert {
    background: #ec5840;
    color: #000000; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #000000;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #B2B2B2; }
  .breadcrumbs a {
    color: #6C4796; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #B2B2B2;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #6C4796;
    color: #ffffff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #563978;
      color: #ffffff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #000000; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #000000; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #000000; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #000000; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #000000; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #000000; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #000000; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #000000; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .button-group.stacked-for-small .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (min-width: 40em) and (max-width: 47.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #444444; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #e9e2f1;
    color: #444444; }
  .callout.secondary {
    background-color: #ebebeb;
    color: #444444; }
  .callout.success {
    background-color: #e1faea;
    color: #444444; }
  .callout.warning {
    background-color: #fff3d9;
    color: #444444; }
  .callout.alert {
    background-color: #fce6e2;
    color: #444444; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  border: 1px solid #E8E8E8;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
  color: #444444; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  flex: 0 1 auto;
  padding: 1rem;
  background: #E8E8E8; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #444444;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000000; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%; }
  .menu > li {
    flex: 0 0 auto; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a {
    display: flex; }
  .menu > li > a {
    flex-flow: row nowrap; }
    .menu > li > a img,
    .menu > li > a i,
    .menu > li > a svg {
      margin-right: 0.25rem; }
  .menu, .menu.horizontal {
    flex-wrap: nowrap; }
    .menu > li, .menu.horizontal > li {
      flex: 0 0 auto; }
  .menu.expanded > li {
    flex: 1 1 0px; }
  .menu.expanded > li:first-child:last-child {
    width: 100%; }
  .menu.vertical {
    flex-wrap: wrap; }
    .menu.vertical > li {
      flex: 0 0 100%;
      max-width: 100%; }
    .menu.vertical > li > a {
      justify-content: flex-start;
      align-items: flex-start; }
  @media print, screen and (min-width: 40em) {
    .menu.small-horizontal {
      flex-wrap: nowrap; }
      .menu.small-horizontal > li {
        flex: 0 0 auto; }
    .menu.small-expanded > li {
      flex: 1 1 0px; }
    .menu.small-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.small-vertical {
      flex-wrap: wrap; }
      .menu.small-vertical > li {
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.small-vertical > li > a {
        justify-content: flex-start;
        align-items: flex-start; } }
  @media print, screen and (min-width: 48em) {
    .menu.medium-horizontal {
      flex-wrap: nowrap; }
      .menu.medium-horizontal > li {
        flex: 0 0 auto; }
    .menu.medium-expanded > li {
      flex: 1 1 0px; }
    .menu.medium-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.medium-vertical {
      flex-wrap: wrap; }
      .menu.medium-vertical > li {
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.medium-vertical > li > a {
        justify-content: flex-start;
        align-items: flex-start; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: nowrap; }
      .menu.large-horizontal > li {
        flex: 0 0 auto; }
    .menu.large-expanded > li {
      flex: 1 1 0px; }
    .menu.large-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.large-vertical {
      flex-wrap: wrap; }
      .menu.large-vertical > li {
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.large-vertical > li > a {
        justify-content: flex-start;
        align-items: flex-start; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal {
      flex-wrap: nowrap; }
      .menu.xlarge-horizontal > li {
        flex: 0 0 auto; }
    .menu.xlarge-expanded > li {
      flex: 1 1 0px; }
    .menu.xlarge-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.xlarge-vertical {
      flex-wrap: wrap; }
      .menu.xlarge-vertical > li {
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.xlarge-vertical > li > a {
        justify-content: flex-start;
        align-items: flex-start; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right {
    justify-content: flex-end; }
  .menu.icon-top > li > a {
    flex-flow: column nowrap; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #6C4796;
    color: #ffffff; }
  .menu.menu-bordered li {
    border: 1px solid #E8E8E8; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #E8E8E8; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
    content: ''; }
  .menu-icon:hover::after {
    background: #B2B2B2;
    box-shadow: 0 7px 0 #B2B2B2, 0 14px 0 #B2B2B2; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #444444;
    box-shadow: 0 7px 0 #444444, 0 14px 0 #444444; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #6C4796;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #6C4796 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #B2B2B2;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #6C4796 transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #6C4796 transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #6C4796; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.small-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.small-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.small-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.small-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #6C4796 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.small-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.small-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.small-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.small-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.small-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #6C4796 transparent transparent; }
  .dropdown.menu.small-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #6C4796; } }

@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #6C4796 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #6C4796 transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #6C4796; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #6C4796 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #6C4796 transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #6C4796; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #6C4796 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #6C4796 transparent transparent; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #6C4796; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #B2B2B2;
  background: #ffffff; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #6C4796 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #6C4796; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #6C4796;
  color: #ffffff; }
  .label.primary {
    background: #6C4796;
    color: #ffffff; }
  .label.secondary {
    background: #777;
    color: #000000; }
  .label.success {
    background: #3adb76;
    color: #000000; }
  .label.warning {
    background: #ffae00;
    color: #000000; }
  .label.alert {
    background: #ec5840;
    color: #000000; }

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-xsmall {
      flex-wrap: wrap; } }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-xsmall .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-xsmall .media-object-section img {
        width: 100%; } }

.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    flex: 1 1 0px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #E8E8E8; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #E8E8E8; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-small {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-small ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-small {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-small ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-small {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-small ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-small {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-small ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(0, 0, 0, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #B2B2B2; }
    .orbit-bullets button:hover {
      background-color: #444444; }
    .orbit-bullets button.is-active {
      background-color: #444444; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 48em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #000000; }
    .pagination a:hover,
    .pagination button:hover {
      background: #E8E8E8; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #6C4796;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #B2B2B2;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #000000; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #B2B2B2; }
  .progress.primary .progress-meter {
    background-color: #6C4796; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #6C4796; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #E8E8E8;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #B2B2B2;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #6C4796;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #5c3c80; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #B2B2B2;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #B2B2B2;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #ffffff;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #6C4796; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  table thead {
    background: #f9f9f9;
    color: #444444; }
  table tfoot {
    background: #f2f2f2;
    color: #444444; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #ffffff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #ffffff; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #E8E8E8;
  background: #ffffff;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #6C4796; }
  .tabs.primary > li > a {
    color: #ffffff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #67438f; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #6C4796; }
    .tabs-title > a:hover {
      background: #ffffff;
      color: #5d3d81; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #E8E8E8;
      color: #6C4796; }

.tabs-content {
  border: 1px solid #E8E8E8;
  border-top: 0;
  background: #ffffff;
  color: #444444;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #E8E8E8;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #ffffff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(108, 71, 150, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #000000;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #444444;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000000;
  font-size: 75%;
  color: #ffffff; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #000000;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000000 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000000;
    top: 50%;
    bottom: auto;
    left: 100%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000000 transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #E8E8E8; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 48em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto; } }
  @media screen and (max-width: 47.9375em) {
    .top-bar.stacked-for-small {
      flex-wrap: wrap; }
      .top-bar.stacked-for-small .top-bar-left,
      .top-bar.stacked-for-small .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap; }
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      flex: 0 0 100%;
      max-width: 100%; }

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-xsmall-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-xsmall-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-small {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-small {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

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

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .small-order-1 {
    order: 1; }
  .small-order-2 {
    order: 2; }
  .small-order-3 {
    order: 3; }
  .small-order-4 {
    order: 4; }
  .small-order-5 {
    order: 5; }
  .small-order-6 {
    order: 6; } }

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1; }
  .xlarge-order-2 {
    order: 2; }
  .xlarge-order-3 {
    order: 3; }
  .xlarge-order-4 {
    order: 4; }
  .xlarge-order-5 {
    order: 5; }
  .xlarge-order-6 {
    order: 6; } }

@font-face {
  font-family: museo-sans;
  src: url("clientlibs/fonts/MuseoSans_300-webfont.eot");
  /* IE9 Compat Modes */
  src: url("clientlibs/fonts/MuseoSans_300-webfont.eot?#iefix") format("embedded-opentype"), url("clientlibs/fonts/MuseoSans_300-webfont.woff2") format("woff2"), url("clientlibs/fonts/MuseoSans_300-webfont.woff") format("woff"), url("clientlibs/fonts/MuseoSans_300-webfont.ttf") format("truetype"), url("clientlibs/fonts/MuseoSans_300-webfont.svg#museo_sans300") format("svg");
  /* Legacy iOS */
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: museo-sans;
  src: url("clientlibs/fonts/MuseoSans_300_Italic-webfont.eot");
  /* IE9 Compat Modes */
  src: url("clientlibs/fonts/MuseoSans_300_Italic-webfont.eot?#iefix") format("embedded-opentype"), url("clientlibs/fonts/MuseoSans_300_Italic-webfont.woff2") format("woff2"), url("clientlibs/fonts/MuseoSans_300_Italic-webfont.woff") format("woff"), url("clientlibs/fonts/MuseoSans_300_Italic-webfont.ttf") format("truetype"), url("clientlibs/fonts/MuseoSans_300_Italic-webfont.svg#museo_sans300_italic") format("svg");
  /* Legacy iOS */
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: museo-sans;
  src: url("clientlibs/fonts/MuseoSans_500-webfont.eot");
  /* IE9 Compat Modes */
  src: url("clientlibs/fonts/MuseoSans_500-webfont.eot?#iefix") format("embedded-opentype"), url("clientlibs/fonts/MuseoSans_500-webfont.woff2") format("woff2"), url("clientlibs/fonts/MuseoSans_500-webfont.woff") format("woff"), url("clientlibs/fonts/MuseoSans_500-webfont.ttf") format("truetype"), url("clientlibs/fonts/MuseoSans_500-webfont.svg#museo_sans500") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: museo-sans;
  src: url("clientlibs/fonts/MuseoSans_500_Italic-webfont.eot");
  /* IE9 Compat Modes */
  src: url("clientlibs/fonts/MuseoSans_500_Italic-webfont.eot?#iefix") format("embedded-opentype"), url("clientlibs/fonts/MuseoSans_500_Italic-webfont.woff2") format("woff2"), url("clientlibs/fonts/MuseoSans_500_Italic-webfont.woff") format("woff"), url("clientlibs/fonts/MuseoSans_500_Italic-webfont.ttf") format("truetype"), url("clientlibs/fonts/MuseoSans_500_Italic-webfont.svg#museo_sans500_italic") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: museo-sans;
  src: url("clientlibs/fonts/MuseoSans_900-webfont.eot");
  /* IE9 Compat Modes */
  src: url("clientlibs/fonts/MuseoSans_900-webfont.eot?#iefix") format("embedded-opentype"), url("clientlibs/fonts/MuseoSans_900-webfont.woff2") format("woff2"), url("clientlibs/fonts/MuseoSans_900-webfont.woff") format("woff"), url("clientlibs/fonts/MuseoSans_900-webfont.ttf") format("truetype"), url("clientlibs/fonts/MuseoSans_900-webfont.svg#museo_sans900") format("svg");
  /* Legacy iOS */
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: museo-sans;
  src: url("clientlibs/fonts/MuseoSans_900_Italic-webfont.eot");
  /* IE9 Compat Modes */
  src: url("clientlibs/fonts/MuseoSans_900_Italic-webfont.eot?#iefix") format("embedded-opentype"), url("clientlibs/fonts/MuseoSans_900_Italic-webfont.woff2") format("woff2"), url("clientlibs/fonts/MuseoSans_900_Italic-webfont.woff") format("woff"), url("clientlibs/fonts/MuseoSans_900_Italic-webfont.ttf") format("truetype"), url("clientlibs/fonts/MuseoSans_900_Italic-webfont.svg#museo_sans900_italic") format("svg");
  /* Legacy iOS */
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: museo-slab;
  src: url("clientlibs/fonts/Museo_Slab_500_2-webfont.eot");
  src: url("clientlibs/fonts/Museo_Slab_500_2-webfont.eot?#iefix") format("embedded-opentype"), url("clientlibs/fonts/Museo_Slab_500_2-webfont.woff2") format("woff2"), url("clientlibs/fonts/Museo_Slab_500_2-webfont.woff") format("woff"), url("clientlibs/fonts/Museo_Slab_500_2-webfont.ttf") format("truetype"), url("clientlibs/fonts/Museo_Slab_500_2-webfont.svg#museo_slab500") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: setforlife;
  src: url("clientlibs/fonts/KomikaTitleAxis/KomikaTitle-Axis-webfont.eot");
  /* IE9 Compat Modes */
  src: url("clientlibs/fonts/KomikaTitleAxis/KomikaTitle-Axis-webfont.eot?#iefix") format("embedded-opentype"), url("clientlibs/fonts/KomikaTitleAxis/KomikaTitle-Axis-webfont.woff") format("woff"), url("clientlibs/fonts/KomikaTitleAxis/KomikaTitle-Axis-webfont.ttf") format("truetype"), url("clientlibs/fonts/KomikaTitleAxis/KomikaTitle-Axis-webfont.svg#komika_title_-_axisregular") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.title {
  color: #ffffff; }
  .page__par .title {
    color: inherit; }

blockquote {
  position: relative;
  z-index: 1;
  font-weight: normal;
  font-family: museo-sans;
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding: 2rem 1.25rem 0rem 2rem; }
  blockquote:before {
    color: #E8E8E8;
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 64px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.thelott-grad1 {
  background: linear-gradient(135deg, #EDA747 0%, #E1723D 18%, #DC5540 34%, #CF4E69 55%, #AA4789 100%); }

.thelott-grad2 {
  background: linear-gradient(135deg, #DD5D3D 0%, #D55058 18%, #BC4A86 34%, #68529B 54%, #525DA3 100%); }

.thelott-grad3 {
  background: linear-gradient(135deg, #9F4A8F 0%, #745099 18%, #555AA2 31%, #4668AC 43%, #326FB3 54%, #3073B5 100%); }

.thelott-grad4 {
  background: linear-gradient(135deg, #4A59A2 0%, #406AAE 18%, #3073B5 31%, #3277B6 43%, #4193BC 56%, #60B9AB 100%); }

.thelott-grad5 {
  background: linear-gradient(135deg, #3073B6 0%, #3C8BB9 18%, #4DACB9 31%, #6DBA98 43%, #88BD63 56%, #A1C755 100%); }

.thelott-grad6 {
  background: linear-gradient(135deg, #6ABA9D 0%, #7FBC75 18%, #9DC554 31%, #AFCC53 43%, #C8D652 56%, #DADA4F 100%); }

.thelott-grad7 {
  background: linear-gradient(135deg, #A7C954 0%, #C0D353 18%, #D6DA50 31%, #ECD44D 43%, #F5C04A 56%, #EFAF48 100%); }

.thelott-grad8 {
  background: linear-gradient(135deg, #E5D84E 0%, #F2CD4C 18%, #F0B449 31%, #EA9A43 43%, #E58440 56%, #DE5F39 100%); }

.thelott-yellow-dark {
  background: #CA9C00; }

.thelott-yellow {
  background: #FDC300; }

.thelott-yellow-light {
  background: #FDD54D; }

.thelott-yellow-very-light {
  background: #FFFCF0; }

.thelott-orange-dark-access {
  background: #8C4F0C; }

.thelott-orange-dark {
  background: #C06C11; }

.thelott-orange-access {
  background: #AF6310; }

.thelott-orange {
  background: #F18816; }

.thelott-orange-light {
  background: #F5AB5C; }

.thelott-orange-very-light {
  background: #FEF8F1; }

.thelott-red-dark-access {
  background: #AD301A; }

.thelott-red-dark {
  background: #B8341C; }

.thelott-red-access {
  background: #D93D21; }

.thelott-red {
  background: #E74124; }

.thelott-red-light {
  background: #EE7A66; }

.thelott-red-very-light {
  background: #FEF4F2; }

.thelott-magenta-dark {
  background: #A32A68; }

.thelott-magenta {
  background: #CC3582; }

.thelott-magenta-light {
  background: #DB71A7; }

.thelott-magenta-very-light {
  background: #FCF3F8; }

.thelott-purple-dark {
  background: #563878; }

.thelott-purple {
  background: #6C4796; }

.thelott-purple-light {
  background: #987EB5; }

.thelott-purple-very-light {
  background: #F6F4F9; }

.thelott-blue-dark-access {
  background: #0C6493; }

.thelott-blue-dark {
  background: #0D6EA2; }

.thelott-blue-access {
  background: #0F7DB8; }

.thelott-blue {
  background: #118ACB; }

.thelott-blue-light {
  background: #58ADDA; }

.thelott-blue-very-light {
  background: #F1F8FC; }

.thelott-turquoise-dark {
  background: #30988B; }

.thelott-turquoise {
  background: #3CBFAE; }

.thelott-turquoise-light {
  background: #76D2C6; }

.thelott-turquoise-very-light {
  background: #F4FBFA; }

.thelott-green-dark-access {
  background: #446817; }

.thelott-green-dark {
  background: #609321; }

.thelott-green-access {
  background: #55821D; }

.thelott-green {
  background: #78B82A; }

.thelott-green-light {
  background: #A0CD6A; }

.thelott-green-very-light {
  background: #F7FBF3; }

.thelott-navy {
  background: #27348B; }

.thelott-black {
  background: #000000; }

.thelott-dark-gray {
  background: #444444; }

.thelott-access-gray {
  background: #767676; }

.thelott-medium-gray {
  background: #B2B2B2; }

.thelott-light-gray {
  background: #E8E8E8; }

.thelott-smoke {
  background: #FAFAFA; }

.thelott-white {
  background: #ffffff; }

.brand-ozlotto-yellow-dark {
  background: #C2A506; }

.brand-ozlotto-yellow {
  background: #F3CF08; }

.brand-ozlotto-yellow-light {
  background: #F6DD52; }

.brand-ozlotto-yellow-very-light {
  background: #FFFCF0; }

.brand-ozlotto-green-dark {
  background: #035F04; }

.brand-ozlotto-green {
  background: #047706; }

.brand-ozlotto-green-light {
  background: #4FA051; }

.brand-ozlotto-green-very-light {
  background: #F0F7F0; }

.brand-powerball-blue-dark {
  background: #2B4283; }

.brand-powerball-blue {
  background: #3653A4; }

.brand-powerball-blue-light {
  background: #7286BF; }

.brand-powerball-blue-very-light {
  background: #F3F5FA; }

.brand-powerball-grey-dark-access {
  background: #546069; }

.brand-powerball-grey-dark {
  background: #6D7C88; }

.brand-powerball-grey-access {
  background: #6A7884; }

.brand-powerball-grey {
  background: #899BAA; }

.brand-powerball-grey-light {
  background: #ACB9C3; }

.brand-powerball-grey-very-light {
  background: #F8F9FA; }

.brand-satlotto-red-dark-access {
  background: #B02D24; }

.brand-satlotto-red-dark {
  background: #B83025; }

.brand-satlotto-red-access {
  background: #DC392D; }

.brand-satlotto-red {
  background: #E63C2F; }

.brand-satlotto-red-light {
  background: #ED766D; }

.brand-satlotto-red-very-light {
  background: #FEF4F3; }

.brand-xlotto-blue-dark {
  background: #093D81; }

.brand-xlotto-blue {
  background: #0C4DA2; }

.brand-xlotto-blue-light {
  background: #093D81; }

.brand-xlotto-blue-very-light {
  background: #F1F5FA; }

.brand-monwedlotto-purple-dark {
  background: #7E3579; }

.brand-monwedlotto-purple {
  background: #9E4398; }

.brand-monwedlotto-purple-light {
  background: #BB7BB7; }

.brand-monwedlotto-purple-very-light {
  background: #F9F4F9; }

.brand-monwedlotto-blue-dark-access {
  background: #00648F; }

.brand-monwedlotto-blue-dark {
  background: #0075A7; }

.brand-monwedlotto-blue-access {
  background: #007EB3; }

.brand-monwedlotto-blue {
  background: #0193D1; }

.brand-monwedlotto-blue-light {
  background: #4DB3DE; }

.brand-monwedlotto-blue-very-light {
  background: #F0F9FD; }

.brand-sfl-blue-dark-acces {
  background: #00686E; }

.brand-sfl-blue-dark-access {
  background: #00686E; }

.brand-sfl-blue-dark {
  background: #00969D; }

.brand-sfl-blue-access {
  background: #00838A; }

.brand-sfl-blue {
  background: #01BCC5; }

.brand-sfl-blue-light {
  background: #4DD0D6; }

.brand-sfl-blue-very-light {
  background: #F0FBFC; }

.brand-sfl-orange-dark {
  background: #C06C24; }

.brand-sfl-orange-access {
  background: #AF6320; }

.brand-sfl-orange {
  background: #F0882D; }

.brand-sfl-orange-light {
  background: #F4AB6C; }

.brand-sfl-orange-very-light {
  background: #FEF8F3; }

.brand-lucky-grey-dark {
  background: #A4A7A6; }

.brand-lucky-grey {
  background: #CDD1D0; }

.brand-lucky-grey-light {
  background: #DCDEDE; }

.brand-lucky-grey-very-light {
  background: #FCFDFC; }

.brand-luckysuper-turquoise-dark-access {
  background: #0A677C; }

.brand-luckysuper-turquoise-dark {
  background: #0C7C96; }

.brand-luckysuper-turquoise-access {
  background: #0D819C; }

.brand-luckysuper-turquoise {
  background: #109CBC; }

.brand-luckysuper-turquoise-light {
  background: #58B9D0; }

.brand-luckysuper-turquoise-very-light {
  background: #F1F9FB; }

.brand-luckymega-magenta-dark {
  background: #A31065; }

.brand-luckymega-magenta {
  background: #CC157F; }

.brand-luckymega-magenta-light {
  background: #DB5BA5; }

.brand-luckymega-magenta-very-light {
  background: #FCF1F8; }

.brand-lucky-gold-dark {
  background: #CC9000; }

.brand-lucky-gold {
  background: #FFB500; }

.brand-lucky-gold-light {
  background: #FFCB4D; }

.brand-lucky-gold-very-light {
  background: #FFFBF2; }

.brand-super66-red-dark {
  background: #AE2C28; }

.brand-super66-red {
  background: #DA3832; }

.brand-super66-red-light {
  background: #E5746F; }

.brand-super66-red-very-light {
  background: #FDF3F3; }

.brand-super66-alt-dark-access {
  background: #B81B2E; }

.brand-super66-alt-dark {
  background: #BE1C30; }

.brand-super66-alt-access {
  background: #E6223A; }

.brand-super66-alt {
  background: #EE243C; }

.brand-super66-alt-light {
  background: #F36676; }

.brand-super66-alt-very-light {
  background: #FEF2F4; }

.brand-lotto-strike-orange-dark-access {
  background: #904921; }

.brand-lotto-strike-orange-dark {
  background: #C45818; }

.brand-lotto-strike-orange-access {
  background: #C15717; }

.brand-lotto-strike-orange {
  background: #F56F1E; }

.brand-lotto-strike-orange-light {
  background: #F89A61; }

.brand-lotto-strike-orange-very-light {
  background: #FFF7F2; }

.brand-lotto-strike-black {
  background: #000000; }

.brand-thepools-green {
  background: #499700; }

.brand-thepools-green-light {
  background: #64A626; }

.brand-thepools-yellow {
  background: #FFF200; }

.brand-thepools-black {
  background: #000000; }

.brand-keno-yellow-dark {
  background: #CBB600; }

.brand-keno-yellow {
  background: #FEE400; }

.brand-keno-yellow-light {
  background: #FEEC4D; }

.brand-keno-yellow-very-light {
  background: #FFFEF0; }

.brand-keno-blue-dark {
  background: #054083; }

.brand-keno-blue {
  background: #0750A4; }

.brand-keno-blue-light {
  background: #5184BF; }

.brand-keno-blue-very-light {
  background: #F0F5FA; }

.brand-keno-red-dark-access {
  background: #BD0015; }

.brand-keno-red-dark {
  background: #CC0018; }

.brand-keno-red-access {
  background: #ED001B; }

.brand-keno-red {
  background: #FF001E; }

.brand-keno-red-light {
  background: #FF4D61; }

.brand-keno-red-very-light {
  background: #FFF0F2; }

.brand-keno-num-1-10 {
  background: #C9152D; }

.brand-keno-num-11-20 {
  background: #0B67B0; }

.brand-keno-num-21-30 {
  background: #00733F; }

.brand-keno-num-31-40 {
  background: #F08C15; }

.brand-keno-num-41-50 {
  background: #A844DA; }

.brand-keno-num-51-60 {
  background: #E13B13; }

.brand-keno-num-61-70 {
  background: #777472; }

.brand-keno-num-71-80 {
  background: #51277D; }

.brand-keno-tails-blue {
  background: #157BBB; }

.brand-keno-heads-red {
  background: #EB232F; }

.brand-keno-evens-purple {
  background: #76378A; }

.brand-isi-blue-dark-access {
  background: #0061A0; }

.brand-isi-blue-dark {
  background: #007CCC; }

.brand-isi-blue-access {
  background: #007AC9; }

.brand-isi-blue {
  background: #009BFF; }

.brand-isi-blue-light {
  background: #4DB9FF; }

.brand-isi-blue-very-light {
  background: #F0F9FF; }

.brand-isi-purple-dark {
  background: #840095; }

.brand-isi-purple {
  background: #A600BB; }

.brand-isi-purple-light {
  background: #C04DCF; }

.brand-isi-purple-very-light {
  background: #FAF0FB; }

.brand-isi-pink-dark-access {
  background: #B30073; }

.brand-isi-pink-dark {
  background: #CC0084; }

.brand-isi-pink-access {
  background: #E00090; }

.brand-isi-pink {
  background: #FF00A5; }

.brand-isi-pink-light {
  background: #FF4DC0; }

.brand-isi-pink-very-light {
  background: #FFF0FA; }

.brand-isi-red-dark-access {
  background: #BC003F; }

.brand-isi-red-dark {
  background: #CC0044; }

.brand-isi-red-access {
  background: #EB004F; }

.brand-isi-red {
  background: #FF0056; }

.brand-isi-red-light {
  background: #FF4D89; }

.brand-isi-red-very-light {
  background: #FFF0F5; }

.brand-isi-orange-dark {
  background: #CC6600; }

.brand-isi-orange {
  background: #FF8000; }

.brand-isi-orange-light {
  background: #FFA64D; }

.brand-isi-orange-very-light {
  background: #FFF8F0; }

.brand-isi-yellow-dark {
  background: #CCA900; }

.brand-isi-yellow {
  background: #FFD400; }

.brand-isi-yellow-light {
  background: #FFE04D; }

.brand-isi-yellow-very-light {
  background: #FFFDF0; }

.brand-isi-green-dark-access {
  background: #006E12; }

.brand-isi-green-dark {
  background: #009519; }

.brand-isi-green-access {
  background: #008A17; }

.brand-isi-green {
  background: #00BB20; }

.brand-isi-green-light {
  background: #4DCF63; }

.brand-isi-green-very-light {
  background: #F0FBF2; }

.brand-isi-teal-dark-access {
  background: #006A65; }

.brand-isi-teal-dark {
  background: #007A75; }

.brand-isi-teal-access {
  background: #00857F; }

.brand-isi-teal {
  background: #009993; }

.brand-isi-teal-light {
  background: #4DB7B3; }

.brand-isi-teal-very-light {
  background: #F0F9F9; }

.brand-paypal-blue {
  background: #009CDE; }

.brand-paypal-dark-blue {
  background: #0070BA; }

.brand-satlotto-grad {
  background: linear-gradient(135deg, #FF0005 0%, #974EA5 100%); }

.brand-satlotto-grad-2 {
  background: linear-gradient(180deg, #ED174C 1%, #EF3F6B 49%, #F04E31 100%); }

.brand-xlotto-grad {
  background: linear-gradient(135deg, #08346F 0%, #0C4DA2 100%); }

.brand-ozlotto-grad {
  background: linear-gradient(135deg, #047706 0%, #60A70F 48%, #F3CF08 100%); }

.brand-powerball-grad {
  background: linear-gradient(135deg, #3653A4 0%, #10AADF 49%, #71519A 100%); }

.brand-monwedlotto-grad {
  background: linear-gradient(135deg, #9E4398 0%, #BD81D6 31%, #0193D1 100%); }

.brand-monwedlotto-grad-2 {
  background: linear-gradient(180deg, #964395 1%, #CE2986 48%, #EE2868 100%); }

.brand-sfl-grad {
  background: linear-gradient(135deg, #00B7C8 0%, #76D1DA 100%); }

.brand-lucky-grad {
  background: radial-gradient(circle, #FFFFFF 20%, #FFFFFF 30%, #CDD1D0 100%); }

.brand-luckysuper-grad {
  background: radial-gradient(circle, #76CEE5 20%, #42B5D1 60%, #109CBC 100%); }

.brand-luckymega-grad {
  background: radial-gradient(circle, #E6589F 20%, #CD2E8A 60%, #CC157F 100%); }

.brand-super66-grad {
  background: linear-gradient(135deg, #DE001A 0%, #9D0012 100%); }

.brand-super66-sa-grad {
  background: linear-gradient(135deg, #A40016 0%, #E10029 100%); }

.brand-lotto-strike-grad {
  background: linear-gradient(135deg, #FF8631 0%, #FF4C00 100%); }

.brand-keno-grad {
  background: linear-gradient(270deg, #AA1514 0%, #E70178 100%); }

.brand-isi-grad {
  background: linear-gradient(-135deg, #FF0056 0%, #A600BB 48%, #009BFF 100%); }

.brand-thepools-grad {
  background: linear-gradient(135deg, #79C90F 0%, #499700 41%, #005C00 100%); }

.header-wrapper {
  z-index: 401;
  background-color: white;
  width: 100%;
  top: 0;
  position: fixed;
  border: #E8E8E8;
  border-width: 0 0 1px 0;
  border-style: solid; }
  .header-wrapper .lite-jurisdictions {
    align-self: center; }
    @media print, screen and (min-width: 48em) {
      .header-wrapper .lite-jurisdictions img {
        height: 26px; } }
  .header-wrapper .account-header-container {
    position: absolute;
    right: 0;
    height: 100%; }
  .header-wrapper .header-topbar {
    border-width: 0;
    position: relative;
    background-color: white;
    z-index: 500; }
  .header-wrapper .logo-switch {
    display: flex;
    position: relative; }
    .header-wrapper .logo-switch .header-logo-size {
      height: 3rem;
      width: 13.5rem; }
    .header-wrapper .logo-switch .custom-logo-image {
      position: absolute;
      top: 0;
      left: 0; }
  .header-wrapper .header-topbar {
    height: 50px; }
    .header-wrapper .header-topbar .header-logo-size {
      height: 2rem;
      width: 4rem; }
    .header-wrapper .header-topbar .default-logo-image {
      background: url("clientlibs/images/header/log--mobile-thelott-australias@2x.png");
      background-repeat: no-repeat;
      background-size: contain; }
    .header-wrapper .header-topbar .custom-logo-image {
      background: url("../../../../../../content/dam/projects/the-lott/master-background/logo-mobile.png");
      background-repeat: no-repeat;
      background-size: contain; }
  .header-wrapper .logo {
    padding: .5rem 1rem .5rem 1rem; }
  .header-wrapper .jurisdictions {
    padding-top: .5rem;
    padding-bottom: .5rem; }
  @media print, screen and (min-width: 40em) {
    .header-wrapper .header-topbar {
      height: 3.125rem; }
      .header-wrapper .header-topbar .header-logo-size {
        height: 2rem;
        width: 8.875rem; }
      .header-wrapper .header-topbar .default-logo-image {
        background: url("clientlibs/images/header/logo--dsktp-thelott-australias@2x.png");
        background-repeat: no-repeat;
        background-size: contain; }
      .header-wrapper .header-topbar .custom-logo-image {
        background: url("../../../../../../content/dam/projects/the-lott/master-background/logo-desktop.png");
        background-repeat: no-repeat;
        background-size: contain; } }
  @media screen and (max-width: 359px) {
    .header-wrapper .logo {
      padding-right: .5rem; } }
  @media print, screen and (min-width: 48em) {
    .header-wrapper .header-topbar {
      height: 5rem; }
      .header-wrapper .header-topbar .header-logo-size {
        height: 3rem;
        width: 13.5rem; }
      .header-wrapper .header-topbar .default-logo-image {
        background: url("clientlibs/images/header/logo--dsktp-thelott-australias@2x.png");
        background-repeat: no-repeat;
        background-size: contain; }
      .header-wrapper .header-topbar .custom-logo-image {
        background: url("../../../../../../content/dam/projects/the-lott/master-background/logo-desktop.png");
        background-repeat: no-repeat;
        background-size: contain; }
    .header-wrapper .logo {
      padding: 1rem 1rem 1rem 2rem; }
      .header-wrapper .logo img {
        height: 48px;
        max-width: 216px; }
    .header-wrapper .jurisdictions {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }

.title h1,
.title h2 {
  margin: 1rem 0; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.footer-wrapper {
  box-shadow: 0 -1px 0 0 #E8E8E8;
  font-size: 0.75rem; }
  .footer-wrapper div.column.xsmall-12, .footer-wrapper div.xsmall-12.columns {
    padding-left: 0;
    padding-right: 0; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.cta-wrapper {
  border-left: 2px solid #E8E8E8;
  font-size: 0.875rem; }
  .cta-wrapper.row.column, .cta-wrapper.row.columns {
    display: block; }
  .cta-wrapper > .textimage.section {
    min-height: 9rem;
    border-bottom: 2px solid #E8E8E8;
    padding: 1rem; }
    .cta-wrapper > .textimage.section > div:first-child {
      text-align: center;
      margin-bottom: 1rem; }

.input-group {
  margin-bottom: 0; }

.input-group-button button,
.input-group.button input[type='button'] {
  padding-left: 0;
  padding-right: 0; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'],
[type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select {
  height: 2.375rem;
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'%3E%3Cpolygon points='0,0 32,0 16,24' style='fill: rgb%28108, 71, 150%29'%3E%3C/polygon%3E%3C/svg%3E"); }

[type='text'].truncate, [type='password'].truncate, [type='date'].truncate, [type='datetime'].truncate, [type='datetime-local'].truncate, [type='month'].truncate,
[type='week'].truncate, [type='email'].truncate, [type='number'].truncate, [type='search'].truncate, [type='tel'].truncate, [type='time'].truncate,
[type='url'].truncate, [type='color'].truncate, textarea.truncate, select.truncate > option {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.tooltip-wrapper {
  position: relative;
  float: right;
  width: 0; }
  .tooltip-wrapper .tooltip {
    position: absolute;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0);
    background-size: 100%;
    right: 13px;
    top: 11px;
    width: 0;
    padding: 9px; }
    .tooltip-wrapper .tooltip:hover .tooltiptext,
    .tooltip-wrapper .tooltip:active .tooltiptext,
    .tooltip-wrapper .tooltip:focus .tooltiptext {
      visibility: visible; }
    .tooltip-wrapper .tooltip:before {
      content: '';
      border: transparent; }
    .tooltip-wrapper .tooltip .tooltiptext {
      visibility: hidden;
      color: #444444;
      width: 280px;
      text-align: left;
      padding: 12px;
      background-color: #FFFFFF;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
      border-radius: 2px;
      right: -13px;
      top: 32px;
      /* Position the tooltip text - see examples below! */
      position: absolute;
      z-index: 1; }
      .tooltip-wrapper .tooltip .tooltiptext:after {
        content: " ";
        position: absolute;
        bottom: 100%;
        /* At the top of the tooltip */
        right: 15px;
        margin-left: -7px;
        border-width: 7px;
        border-style: solid;
        border-color: transparent transparent #FFFFFF transparent; }

.help-text {
  font-style: normal;
  color: #ff5555;
  margin-bottom: 5px;
  position: relative;
  background-color: #fff6f6;
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
  padding: 3px 7px; }

.tooltip-wrapper + .joinup-form [type='text'].truncate, [type='password'].truncate, [type='date'].truncate, [type='datetime'].truncate, [type='datetime-local'].truncate, [type='month'].truncate,
[type='week'].truncate, [type='email'].truncate, [type='number'].truncate, [type='search'].truncate, [type='tel'].truncate, [type='time'].truncate,
[type='url'].truncate, [type='color'].truncate, textarea.truncate {
  padding-right: 30px; }

.callout.expanding-input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 1.5rem;
  padding: 0.5rem;
  border: 1px solid #B2B2B2;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

.callout.small {
  padding: 0.5rem 0.2rem; }

.styled-control-container {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle; }

.styled-control-container input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.styled-control-indicator {
  height: 25px;
  width: 25px;
  background: #ffffff;
  border: #E8E8E8 1px solid;
  border-radius: 20%; }

.styled-radiobutton .styled-control-indicator {
  border-radius: 50%; }

.styled-control-container:hover input ~ .styled-control-indicator {
  background: #f2f2f2;
  box-shadow: 1px 1px 2px #E8E8E8; }

.styled-control-container input:checked ~ .styled-control-indicator {
  background: #118ACB; }

.styled-control-container:hover input:not([disabled]):checked ~ .styled-control-indicator {
  background: #22a6ed; }

.styled-control-container input:disabled ~ .styled-control-indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.styled-control-indicator:after {
  content: '';
  position: absolute;
  display: none; }

.styled-control-container input:checked ~ .styled-control-indicator:after {
  display: block; }

.styled-checkbox .styled-control-indicator:after {
  position: relative;
  left: 35%;
  top: 15%;
  width: 30%;
  height: 60%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.styled-radiobutton .styled-control-indicator:after {
  left: 7px;
  top: 7px;
  height: 30%;
  width: 30%;
  border-radius: 50%;
  background: #fff; }

.styled-checkbox input:disabled ~ .styled-control-indicator:after {
  border-color: #7b7b7b; }

.styled-radiobutton input:disabled ~ .styled-control-indicator:after {
  background: #7b7b7b; }

select:required:invalid {
  color: #A9A9A9; }

option[value=""][disabled] {
  display: none; }

option {
  color: #000000; }

:-ms-input-placeholder {
  /* IE10–11 */
  color: #A9A9A9 !important;
  font-weight: 500 !important; }

::-ms-input-placeholder {
  /* Edge */
  color: #A9A9A9;
  font-weight: 500; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.button {
  font-family: inherit;
  /* Override the reset style (which sets this to "sans-serif") because foundation doesn't */ }
  .button a {
    color: inherit; }
  .button.hollow {
    border-width: 0.125rem; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #6C4796;
      color: #6C4796;
      background-color: #F0ECF4; }
    .button.hollow[disabled] {
      opacity: .2;
      background-color: #fff;
      border-color: #6C4796;
      color: #6C4796; }
  .button.default {
    font-weight: 900;
    font-size: 1rem;
    text-transform: uppercase; }
  .button.expanded {
    font-weight: 900;
    font-size: 1rem; }
  .button--paypal {
    background-color: #0070BA; }
    .button--paypal:hover, .button--paypal:focus {
      background-color: #005f9e; }
    .button--paypal[disabled] {
      background-color: #0070BA; }

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.375rem;
  font-size: 0.75rem;
  line-height: 1rem; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.spinner-circular {
  -webkit-animation: circular-rotate 0.75s linear infinite;
  animation: circular-rotate 0.75s linear infinite; }
  .spinner-circular.small {
    width: 1rem;
    height: 1rem; }
  .spinner-circular.medium {
    width: 3rem;
    height: 3rem; }
  .spinner-circular.large {
    width: 8rem;
    height: 8rem; }

@-webkit-keyframes circular-rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes circular-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.spinner-path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: spinner-dash 1.5s ease-in-out infinite, spinner-color 6s ease-in-out infinite;
  animation: spinner-dash 1.5s ease-in-out infinite, spinner-color 6s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #3f88f8; }

@-webkit-keyframes spinner-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124; } }

@keyframes spinner-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124; } }

@-webkit-keyframes spinner-color {
  0% {
    stroke: #6C4796; }
  20% {
    stroke: #6C4796; }
  25% {
    stroke: #118ACB; }
  45% {
    stroke: #118ACB; }
  50% {
    stroke: #78B82A; }
  70% {
    stroke: #78B82A; }
  75% {
    stroke: #E74124; }
  95% {
    stroke: #E74124; } }

@keyframes spinner-color {
  0% {
    stroke: #6C4796; }
  20% {
    stroke: #6C4796; }
  25% {
    stroke: #118ACB; }
  45% {
    stroke: #118ACB; }
  50% {
    stroke: #78B82A; }
  70% {
    stroke: #78B82A; }
  75% {
    stroke: #E74124; }
  95% {
    stroke: #E74124; } }

.success-tick.tiny {
  font-size: 0.75rem; }

.success-tick.small {
  font-size: 1rem; }

.success-tick.medium {
  font-size: 1.875rem; }

.success-tick.large {
  font-size: 3.75rem; }

.success {
  color: #78B82A;
  opacity: 0; }

.fadeScaleDown {
  -webkit-animation: fadeScaleInKeyFrames .4250s ease-in-out alternate;
  animation: fadeScaleInKeyFrames .4250s ease-in-out alternate;
  animation-fill-mode: forwards; }

@keyframes fadeScaleInKeyFrames {
  1% {
    transform: scale(1.5);
    opacity: 0; }
  75% {
    transform: scale(0.96); }
  80% {
    transform: scale(0.98); }
  81% {
    transform: scale(0.981); }
  82% {
    transform: scale(0.982); }
  83% {
    transform: scale(0.983); }
  84% {
    transform: scale(0.984); }
  85% {
    transform: scale(0.985); }
  86% {
    transform: scale(0.986); }
  87% {
    transform: scale(0.987); }
  88% {
    transform: scale(0.988); }
  89% {
    transform: scale(0.989); }
  90% {
    transform: scale(0.99); }
  91% {
    transform: scale(0.991); }
  92% {
    transform: scale(0.992); }
  93% {
    transform: scale(0.993); }
  94% {
    transform: scale(0.994); }
  95% {
    transform: scale(0.995); }
  96% {
    transform: scale(0.996); }
  97% {
    transform: scale(0.997); }
  98% {
    transform: scale(0.998); }
  99% {
    transform: scale(0.999); }
  100% {
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fadeScaleInKeyFrames {
  1% {
    -webkit-transform: scale(1.5);
    opacity: 0; }
  75% {
    -webkit-transform: scale(0.96); }
  80% {
    -webkit-transform: scale(0.98); }
  81% {
    -webkit-transform: scale(0.981); }
  82% {
    -webkit-transform: scale(0.982); }
  83% {
    -webkit-transform: scale(0.983); }
  84% {
    -webkit-transform: scale(0.984); }
  85% {
    -webkit-transform: scale(0.985); }
  86% {
    -webkit-transform: scale(0.986); }
  87% {
    -webkit-transform: scale(0.987); }
  88% {
    -webkit-transform: scale(0.988); }
  89% {
    -webkit-transform: scale(0.989); }
  90% {
    -webkit-transform: scale(0.99); }
  91% {
    -webkit-transform: scale(0.991); }
  92% {
    -webkit-transform: scale(0.992); }
  93% {
    -webkit-transform: scale(0.993); }
  94% {
    -webkit-transform: scale(0.994); }
  95% {
    -webkit-transform: scale(0.995); }
  96% {
    -webkit-transform: scale(0.996); }
  97% {
    -webkit-transform: scale(0.997); }
  98% {
    -webkit-transform: scale(0.998); }
  99% {
    -webkit-transform: scale(0.999); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

.fadeScaleDown .fa-inverse {
  -webkit-animation: fadeScaleInKeyFramesWithDelay .3700s ease-in-out alternate;
  animation: fadeScaleInKeyFramesWithDelay .3700s ease-in-out alternate;
  animation-delay: .2500s;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  animation-fill-mode: forwards; }

@keyframes fadeScaleInKeyFramesWithDelay {
  1% {
    transform: scale(0.85); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes fadeScaleInKeyFramesWithDelay {
  1% {
    -webkit-transform: scale(0.85); }
  100% {
    -webkit-transform: scale(1); } }

.fail-cross.tiny {
  font-size: 0.75rem; }

.fail-cross.small {
  font-size: 1rem; }

.fail-cross.medium {
  font-size: 1.875rem; }

.fail-cross.large {
  font-size: 3.75rem; }

.fail {
  color: #ec5840;
  opacity: 0; }

.fadeScaleShake {
  -webkit-animation: fadeShakeInKeyFrames .4250s ease-in-out alternate;
  animation: fadeShakeInKeyFrames .4250s ease-in-out alternate;
  animation-fill-mode: forwards; }

@keyframes fadeShakeInKeyFrames {
  0% {
    opacity: 0; }
  10% {
    transform: translate(-2px, 0); }
  30% {
    transform: translate(2px, 0); }
  50% {
    transform: translate(-2px, 0); }
  70% {
    transform: translate(2px, 0); }
  90% {
    transform: translate(-2px, 0); }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeShakeInKeyFrames {
  0% {
    opacity: 0; }
  10% {
    -webkit-transform: translate(-2px, 0); }
  30% {
    -webkit-transform: translate(2px, 0); }
  50% {
    -webkit-transform: translate(-2px, 0); }
  70% {
    -webkit-transform: translate(2px, 0); }
  90% {
    -webkit-transform: translate(-2px, 0); }
  100% {
    opacity: 1; } }

.fadeScaleShake .fa-inverse {
  -webkit-animation: fadeShakeInKeyFramesWithDelay .3700s ease-in-out alternate;
  animation: fadeShakeInKeyFramesWithDelay .3700s ease-in-out alternate;
  animation-delay: .2500s;
  animation-fill-mode: forwards; }

@keyframes fadeShakeInKeyFramesWithDelay {
  20% {
    transform: translate(1px, 0); }
  40% {
    transform: translate(-1px, 0); }
  60% {
    transform: translate(1px, 0); }
  80% {
    transform: translate(-1px, 0); } }

@-webkit-keyframes fadeShakeInKeyFramesWithDelay {
  20% {
    -webkit-transform: translate(1px, 0); }
  40% {
    -webkit-transform: translate(-1px, 0); }
  60% {
    -webkit-transform: translate(1px, 0); }
  80% {
    -webkit-transform: translate(-1px, 0); } }

@keyframes bounce {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  20% {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0); }
  40% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0); }
  60% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); }
  80% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); } }

@-webkit-keyframes bounce {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  20% {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0); }
  40% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0); }
  60% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); }
  80% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  20% {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0); }
  40% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }
  60% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0); }
  80% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); } }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  20% {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0); }
  40% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }
  60% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0); }
  80% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); } }

.logo-saturday-lotto {
  display: inline-block;
  width: 96px;
  height: 96px;
  background-image: url("clientlibs/images/logo/products/ico--circle-sat-tattslotto.png"); }
  .qld .logo-saturday-lotto {
    background-image: url("clientlibs/images/logo/products/ico--circle-sat-goldlotto.png"); }
  .nsw .logo-saturday-lotto,
  .act .logo-saturday-lotto {
    background-image: url("clientlibs/images/logo/products/ico--circle-sat-lotto.png"); }
  .vic .logo-saturday-lotto,
  .tas .logo-saturday-lotto,
  .nt .logo-saturday-lotto {
    background-image: url("clientlibs/images/logo/products/ico--circle-sat-tattslotto.png"); }
  .sa .logo-saturday-lotto {
    background-image: url("clientlibs/images/logo/products/ico--circle-sat-xlotto.png"); }

.your-favourites-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-favourites.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .your-favourites-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-favourites@2x.png"); } }

.logo-oz-Lotto {
  display: inline-block;
  width: 96px;
  height: 96px;
  background-image: url("clientlibs/images/logo/products/ico--circle--ozlotto.png"); }

.logo-powerball {
  display: inline-block;
  width: 96px;
  height: 96px;
  background-image: url("clientlibs/images/logo/products/ico--circle-powerball.png"); }

.logo-set-for-life {
  display: inline-block;
  width: 96px;
  height: 96px;
  background-image: url("clientlibs/images/logo/products/ico--circle-setforlife.png"); }

.logo-monday-wednesday-lotto {
  display: inline-block;
  width: 96px;
  height: 96px;
  background-image: url("clientlibs/images/logo/products/ico--circle-monwed-tattslotto.png"); }
  .qld .logo-monday-wednesday-lotto {
    background-image: url("clientlibs/images/logo/products/ico--circle-monwed-goldlotto.png"); }
  .nsw .logo-monday-wednesday-lotto,
  .act .logo-monday-wednesday-lotto {
    background-image: url("clientlibs/images/logo/products/ico--circle-monwed-lotto.png"); }
  .vic .logo-monday-wednesday-lotto,
  .tas .logo-monday-wednesday-lotto,
  .nt .logo-monday-wednesday-lotto {
    background-image: url("clientlibs/images/logo/products/ico--circle-monwed-tattslotto.png"); }
  .sa .logo-monday-wednesday-lotto {
    background-image: url("clientlibs/images/logo/products/ico--circle-monwed-xlotto.png"); }

.logo-monday-wednesday-x-lotto {
  background-image: url("clientlibs/images/logo/products/ico--circle-monwed-xlotto.png"); }

.logo-lucky-lotteries {
  display: inline-block;
  width: 96px;
  height: 96px;
  background-image: url("clientlibs/images/logo/products/ico--circle-lucky.png"); }

.logo-the-pools {
  display: inline-block;
  width: 96px;
  height: 96px;
  background-image: url("clientlibs/images/logo/products/ico--circle-thepools.png"); }

.logo-super-66 {
  display: inline-block;
  width: 96px;
  height: 96px;
  background-image: url("clientlibs/images/logo/products/ico--circle-super66.png"); }

.logo-lotto-strike {
  display: inline-block;
  width: 101px;
  height: 96px;
  background-image: url("clientlibs/images/logo/products/ico--circle-strike.png"); }

.logo-keno {
  display: inline-block;
  width: 96px;
  height: 96px;
  background-image: url("clientlibs/images/logo/products/ico--circle-keno.png"); }

.icon-check-my-ticket {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("clientlibs/images/logo/products/ico--get-the-app.png") no-repeat center center; }

.icon-results-service {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("clientlibs/images/logo/products/ico--results-services.png") no-repeat center center; }

.icon-winners-stories {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("clientlibs/images/logo/products/ico--winners-stories.png") no-repeat center center; }

.lucky-tab-logo.luckylotteries2 {
  background-image: url("clientlibs/images/logo/products/logo--lkytab-super@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .lucky-tab-logo.luckylotteries2 {
      background-image: url("clientlibs/images/logo/products/logo--lkytab-super.png"); } }

.lucky-tab-logo.luckylotteries5 {
  background-image: url("clientlibs/images/logo/products/logo--lkytab-mega@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .lucky-tab-logo.luckylotteries5 {
      background-image: url("clientlibs/images/logo/products/logo--lkytab-mega.png"); } }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.adaptiveimage.parbase {
  overflow: auto; }

.adaptive-image {
  display: flex;
  flex-direction: row; }
  .adaptive-image .adaptive-resize {
    min-width: 288px; }
    .adaptive-image .adaptive-resize img {
      max-width: 100%; }
  .adaptive-image .adaptive-align-left {
    display: flex;
    min-width: 288px;
    overflow: hidden; }
    .adaptive-image .adaptive-align-left img {
      max-width: none; }
  .adaptive-image .adaptive-align-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 288px;
    overflow: hidden; }
    .adaptive-image .adaptive-align-center img {
      max-width: none; }

#pagewrapper {
  margin-top: 50px; }
  @media print, screen and (min-width: 48em) {
    #pagewrapper {
      margin-top: 80px; } }

@media screen and (max-width: 47.9375em) {
  #menubar {
    z-index: 250;
    background: linear-gradient(135deg, #9F4A8F 0%, #745099 18%, #555AA2 31%, #4668AC 43%, #326FB3 54%, #3073B5 100%); }
    #menubar.special-site-bg {
      background: url("../../../../../../content/dam/projects/the-lott/master-background/site-background.jpg"), linear-gradient(135deg, #9F4A8F 0%, #745099 18%, #555AA2 31%, #4668AC 43%, #326FB3 54%, #3073B5 100%); } }

@media screen and (max-width: 47.9375em) {
  #menubar {
    overflow: hidden; }
  #pagewrapper.drop-hide {
    transition: margin-top 0.5s ease-out; }
    #pagewrapper.drop-hide #menubar {
      position: fixed;
      top: 2px;
      transition: top 0.5s ease-out;
      width: 100%; }
  #pagewrapper.drop-show {
    margin-top: 98px;
    transition: margin-top 0.5s ease-out; }
    #pagewrapper.drop-show #menubar {
      position: fixed;
      top: 50px;
      transition: top 0.5s ease-out;
      width: 100%; }
  #pagewrapper.bar-fixed {
    margin-top: 98px; }
    #pagewrapper.bar-fixed #menubar {
      position: fixed;
      top: 50px;
      width: 100%;
      z-index: 400; } }

#playmenucontainer h3, #resultsmenucontainer h3 {
  text-align: left;
  margin-bottom: 1rem; }
  @media screen and (max-width: 47.9375em) {
    #playmenucontainer h3, #resultsmenucontainer h3 {
      text-transform: uppercase;
      margin-left: 1rem;
      font-size: 0.875rem;
      font-weight: 900;
      margin-bottom: 0.75rem;
      margin-top: 0.75rem; } }

@media screen and (min-width: 48em) {
  #playmenucontainer .sbc, #resultsmenucontainer .sbc {
    padding-left: 2rem;
    padding-right: 2rem; }
  #playmenucontainer .no-right-border, #resultsmenucontainer .no-right-border {
    border-right-width: 0; } }

@media screen and (max-width: 47.9375em) {
  #playmenucontainer .menu-tile-header, #resultsmenucontainer .menu-tile-header {
    border-bottom: 1px solid #E8E8E8; }
  #playmenucontainer .menu-tile-link, #resultsmenucontainer .menu-tile-link {
    border-top-width: 0; } }

.nav-menu {
  margin-bottom: 0.5rem; }
  .nav-menu a {
    border-width: 1px;
    border-style: solid;
    border-color: #E8E8E8;
    background-color: #ffffff;
    cursor: pointer;
    padding-top: 140px;
    padding-bottom: 25px;
    background-size: 96px auto;
    background-position: top 24px center;
    background-repeat: no-repeat; }
    .nav-menu a span {
      font-weight: 900;
      font-size: 18px;
      text-align: center;
      display: block;
      color: black; }
    @media screen and (max-width: 47.9375em) {
      .nav-menu a {
        border-top-width: 0;
        height: 56px;
        padding-top: 0px;
        padding-left: 70px !important;
        padding-bottom: 0px;
        background-size: 32px 32px;
        background-position: left 22px center; }
        .nav-menu a h4 {
          text-transform: uppercase;
          padding-left: 1em; }
        .nav-menu a span {
          font-size: 16px;
          display: inline-block;
          text-align: left;
          line-height: 56px; } }
  @media print, screen and (min-width: 48em) {
    .nav-menu a {
      border-top-width: 0;
      border-left-width: 0; }
    .nav-menu .c0, .nav-menu .c1, .nav-menu .c2, .nav-menu .c3 {
      border-top-width: 1px; }
    .nav-menu .c0, .nav-menu .c4, .nav-menu .c8, .nav-menu .c12 {
      border-left-width: 1px; } }

#playmenucontainer .play-all-games-container {
  width: 176px;
  height: 32px;
  float: right; }

#playmenucontainer .play-all-games {
  text-transform: uppercase;
  line-height: 32px;
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0;
  font-weight: bold; }
  @media screen and (max-width: 47.9375em) {
    #playmenucontainer .play-all-games {
      height: auto;
      margin: 11px 16px; } }

.nav-menu div {
  position: relative; }

.nav-menu .keno {
  background-image: url("clientlibs/images/logo/products/ico--circle-keno@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .nav-menu .keno {
      background-image: url("clientlibs/images/logo/products/img--sal-kno-32@2x.png"); } }

.nav-menu .strike {
  background-image: url("clientlibs/images/logo/products/ico--circle-strike@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .nav-menu .strike {
      background-image: url("clientlibs/images/logo/products/img--nsw-str-32@2x.png"); } }

.nav-menu .super66 {
  background-image: url("clientlibs/images/logo/products/ico--circle-super66@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .nav-menu .super66 {
      background-image: url("clientlibs/images/logo/products/img--tts-s66-32@2x.png"); } }

.nav-menu .your-favourites {
  background-image: url("clientlibs/images/logo/products/ico--circle-favourites@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .nav-menu .your-favourites {
      background-image: url("clientlibs/images/logo/products/ico--circle-favourites.png"); } }

.nav-menu .thepools {
  background-image: url("clientlibs/images/logo/products/ico--circle-thepools@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .nav-menu .thepools {
      background-image: url("clientlibs/images/logo/products/img--uni-pls-32@2x.png"); } }

.nav-menu .lucky {
  background-image: url("clientlibs/images/logo/products/ico--circle-lucky@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .nav-menu .lucky {
      background-image: url("clientlibs/images/logo/products/img--uni-luk-32@2x.png"); } }

.nav-menu .setforlife {
  background-image: url("clientlibs/images/logo/products/ico--circle-setforlife@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .nav-menu .setforlife {
      background-image: url("clientlibs/images/logo/products/img--uni-sfl-32@2x.png"); } }

.nav-menu .monwedlotto {
  background-image: url("clientlibs/images/logo/products/ico--circle-monwed-tattslotto@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .nav-menu .monwedlotto {
      background-image: url("clientlibs/images/logo/products/img--tts-monwed-32@2x.png"); } }

.nav-menu .ozlotto {
  background-image: url("clientlibs/images/logo/products/ico--circle-ozlotto@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .nav-menu .ozlotto {
      background-image: url("clientlibs/images/logo/products/img--uni-oz-32@2x.png"); } }

.nav-menu .powerball {
  background-image: url("clientlibs/images/logo/products/ico--circle-powerball@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .nav-menu .powerball {
      background-image: url("clientlibs/images/logo/products/img--uni-pb-32@2x.png"); } }

.nav-menu .tattslotto {
  background-image: url("clientlibs/images/logo/products/ico--circle-sat-tattslotto@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .nav-menu .tattslotto {
      background-image: url("clientlibs/images/logo/products/img--tts-sat-32@2x.png"); } }

.nav-menu .check-ticket {
  background-image: url("clientlibs/images/logo/products/ico--circle-checkticket@2x.png"); }

.nav-menu .real-winners {
  background-image: url("clientlibs/images/logo/products/ico--circle-realwinners@2x.png"); }

.nav-menu .get-results {
  background-image: url("clientlibs/images/logo/products/ico--circle-resultservices@2x.png"); }

.nav-menu .claiming-prizes {
  background-image: url("clientlibs/images/logo/products/ico--circle-claimingprizes@2x.png"); }

.nav-menu .get-app {
  background-image: url("clientlibs/images/logo/products/ico--circle-app@2x.png"); }

.nav-menu .scratchits {
  background-image: url("clientlibs/images/logo/products/ico--circle-isi@2x.png"); }

.nav-menu .find-outlet {
  background-image: url("clientlibs/images/logo/products/ico--circle-location@2x.png"); }

.state-qld .nav-menu .monwedlotto {
  background-image: url("clientlibs/images/logo/products/ico--circle-monwed-goldlotto@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .state-qld .nav-menu .monwedlotto {
      background-image: url("clientlibs/images/logo/products/img--gc-monwed-32@2x.png"); } }

.state-qld .nav-menu .tattslotto {
  background-image: url("clientlibs/images/logo/products/ico--circle-sat-goldlotto@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .state-qld .nav-menu .tattslotto {
      background-image: url("clientlibs/images/logo/products/img--gc-sat-32@2x.png"); } }

.state-nsw .nav-menu .monwedlotto, .state-act .nav-menu .monwedlotto {
  background-image: url("clientlibs/images/logo/products/ico--circle-monwed-lotto@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .state-nsw .nav-menu .monwedlotto, .state-act .nav-menu .monwedlotto {
      background-image: url("clientlibs/images/logo/products/img--nsw-monwed-32@2x.png"); } }

.state-nsw .nav-menu .tattslotto, .state-act .nav-menu .tattslotto {
  background-image: url("clientlibs/images/logo/products/ico--circle-sat-lotto@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .state-nsw .nav-menu .tattslotto, .state-act .nav-menu .tattslotto {
      background-image: url("clientlibs/images/logo/products/img--nsw-sat-32@2x.png"); } }

.state-sa .nav-menu .monwedlotto {
  background-image: url("clientlibs/images/logo/products/ico--circle-monwed-xlotto@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .state-sa .nav-menu .monwedlotto {
      background-image: url("clientlibs/images/logo/products/img--sal-monwed-32@2x.png"); } }

.state-sa .nav-menu .tattslotto {
  background-image: url("clientlibs/images/logo/products/ico--circle-sat-xlotto@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .state-sa .nav-menu .tattslotto {
      background-image: url("clientlibs/images/logo/products/img--sal-sat-32@2x.png"); } }

.state-sa .nav-menu .super66 {
  background-image: url("clientlibs/images/logo/products/ico--circle-sal-super66@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .state-sa .nav-menu .super66 {
      background-image: url("clientlibs/images/logo/products/img--sal-s66-32@2x.png"); } }

.state-vic .nav-menu .tattslotto, .state-tas .nav-menu .tattslotto, .state-nt .nav-menu .tattslotto {
  background-image: url("clientlibs/images/logo/products/ico--circle-sat-tattslotto@2x.png"); }
  @media screen and (max-width: 47.9375em) {
    .state-vic .nav-menu .tattslotto, .state-tas .nav-menu .tattslotto, .state-nt .nav-menu .tattslotto {
      background-image: url("clientlibs/images/logo/products/img--tts-sat-32@2x.png"); } }

.menu-checkout {
  border: 1px solid #E8E8E8;
  background-color: #ffffff;
  cursor: pointer;
  margin-top: 1rem;
  text-align: center; }
  .menu-checkout div {
    position: relative; }
  .menu-checkout a {
    color: black;
    line-height: 56px;
    height: 56px;
    font-weight: 900;
    padding-left: 64px;
    background-size: auto 32px;
    background-position: left 16px center;
    background-repeat: no-repeat;
    display: inline-block; }
    @media screen and (min-width: 48em) {
      .menu-checkout a .sub-title {
        display: none; } }
    @media print, screen and (min-width: 48em) {
      .menu-checkout a {
        background-position: left center;
        padding-left: 44px; } }
    @media screen and (max-width: 47.9375em) {
      .menu-checkout a {
        padding-left: 70px;
        background-position: left 22px center; } }
    .menu-checkout a.scratchits {
      background-image: url("clientlibs/images/logo/products/ico-isi@2x.png");
      padding-left: 83px;
      white-space: nowrap; }
      @media print, screen and (min-width: 48em) {
        .menu-checkout a.scratchits {
          padding-left: 58px; } }
    .menu-checkout a.thepools {
      background-image: url("clientlibs/images/logo/products/ico--circle-thepools.png"); }
    .menu-checkout a.check-ticket {
      background-image: url("clientlibs/images/logo/products/ico--circle-checkticket.png"); }
      @media print, screen and (min-width: 48em) {
        .menu-checkout a.check-ticket {
          background-image: url("clientlibs/images/logo/products/ico--circle-checkticket@2x.png"); } }
    .menu-checkout a.get-results {
      background-image: url("clientlibs/images/logo/products/ico--results-services.svg"); }
    .menu-checkout a.claiming-prizes {
      background-image: url("clientlibs/images/logo/products/ico--claimingprizes.svg"); }
    .menu-checkout a.get-app {
      background-image: url("clientlibs/images/icon/ico--get-the-app.svg"); }
    .menu-checkout a.find-outlet {
      background-image: url("clientlibs/images/icon/ico--outlet-finder.svg"); }
  @media screen and (max-width: 47.9375em) {
    .menu-checkout {
      text-align: left;
      margin-top: 0;
      padding-left: 0;
      border-top-width: 0; }
      .menu-checkout a {
        width: 90%;
        display: block; } }

.MSIE .menu-checkout a.get-app, .MSIE .menu-checkout a.find-outlet, .MSIE .menu-checkout a.get-results, .MSIE .menu-checkout a.real-winners {
  background-size: 32px 32px; }

.primary-nav-container {
  padding: 0;
  /* useless circle css to show as example content */ }
  .primary-nav-container .content-wrapper {
    padding-bottom: 0; }
  .primary-nav-container .dropdown.menu li {
    font-weight: bold;
    display: block;
    text-align: center;
    width: 150px; }
  .primary-nav-container .dropdown.menu li a, .primary-nav-container .dropdown.menu li #moremenu {
    display: block;
    color: white;
    font-size: 18px;
    height: 70px;
    margin-top: 4px;
    padding: 0;
    padding-top: 24px;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    user-select: none; }
  .primary-nav-container .dropdown.menu li a i, .primary-nav-container .dropdown.menu li span i {
    font-size: .625rem;
    margin-left: 3px;
    position: relative;
    top: -4px; }
  .primary-nav-container .white-bg {
    background-color: #FAFAFA; }
  .primary-nav-container .dropdown.menu li a.is-active-menu-item, .primary-nav-container .dropdown.menu li #moremenu.is-active-menu-item {
    background-color: #fafafa;
    color: black;
    font-weight: bold; }
  .primary-nav-container .fa-caret-up {
    color: #6C4796; }
  .primary-nav-container .nav-container {
    position: relative; }
  .primary-nav-container .nav-container .submenu-content {
    position: absolute;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s cubic-bezier(0.15, 0.92, 0.28, 0.99);
    z-index: 300; }
    @media screen and (max-width: 47.9375em) {
      .primary-nav-container .nav-container .submenu-content {
        position: relative; } }
  .primary-nav-container .nav-container.is-visible .submenu-content {
    max-height: 1500px;
    transition: max-height 0.4s cubic-bezier(0.15, 0.92, 0.28, 0.99); }
  .primary-nav-container .nav-container .submenu-content a {
    text-decoration: none; }
  .primary-nav-container .nav-container .submenu-content .row.white-bg {
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.15, 0.92, 0.28, 0.99); }
  .primary-nav-container .nav-container .submenu-content.no-transition {
    transition: none; }
  .primary-nav-container .nav-container .submenu-content.no-transition .row.white-bg {
    transition: none; }
  .primary-nav-container .nav-container .submenu-content > .row {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 12px;
    padding: 1rem;
    padding-bottom: 2rem; }
  .primary-nav-container .nav-container.is-visible .submenu-content .row.white-bg {
    transform: translateY(0);
    height: auto;
    transition: transform 0.4s cubic-bezier(0.15, 0.92, 0.28, 0.99); }
  .primary-nav-container .menu-tile {
    border-color: #E8E8E8;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff;
    cursor: pointer;
    padding: 26px; }
  .primary-nav-container .menu-tile a {
    color: black; }
  .primary-nav-container .menu-tile-link {
    border-color: #E8E8E8;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff;
    cursor: pointer;
    margin-top: 1rem; }
  .primary-nav-container .phone-icon {
    position: relative;
    top: -1px; }
  .primary-nav-container .submenu-content .show-for-xsmall h4 {
    font-weight: 900;
    text-align: left; }
  .primary-nav-container .menu-content .menu-header {
    background-color: #FAFAFA;
    border-bottom: 1px #E8E8E8 solid;
    font-size: 12px; }
  .primary-nav-container dd .button {
    float: right;
    margin: 0;
    margin-top: -7px;
    height: 32px;
    padding: 8px 16px 8px 16px;
    font-weight: bold;
    display: none; }
  .primary-nav-container dd .button img {
    width: 14px;
    height: 14px;
    margin-right: 9px; }
  @media print, screen and (min-width: 64em) {
    .primary-nav-container .menu-content .menu-header {
      border-bottom: 1px #E8E8E8 solid;
      padding-bottom: 0.5rem;
      margin-bottom: 1rem; }
    .primary-nav-container .dropdown.menu li {
      width: 144px; }
    .primary-nav-container .retailer-link {
      white-space: nowrap; } }
  @media print, screen and (min-width: 48em) {
    .primary-nav-container .menu-content .menu-header {
      border-bottom: 1px #E8E8E8 solid;
      padding-bottom: 0.5rem;
      margin-bottom: 1rem; } }
  @media screen and (max-width: 47.9375em) {
    .primary-nav-container {
      /* small */ }
      .primary-nav-container .nav-container .submenu-content {
        transition: max-height 0.4s cubic-bezier(0.15, 0.92, 0.28, 0.99); }
      .primary-nav-container .nav-container.is-visible .submenu-content {
        transition: max-height 0.4s cubic-bezier(0.15, 0.92, 0.28, 0.99); }
      .primary-nav-container .nav-container .submenu-content .row {
        margin: 0; }
      .primary-nav-container .menu-list {
        margin: 0; }
      .primary-nav-container .menu-list > dd {
        border-bottom: 1px #E8E8E8 solid;
        background-color: #ffffff;
        padding: 12px 1rem 12px;
        line-height: 1.125rem; }
      .primary-nav-container .menu-content .menu-header {
        padding: 11px 0 11px 1rem;
        margin: 0; }
      .primary-nav-container .submenu-content > .row > .column > .row, .primary-nav-container .submenu-content > .row > .columns > .row,
      .primary-nav-container .column,
      .primary-nav-container .columns,
      .primary-nav-container .columns {
        padding-left: 0rem;
        padding-right: 0rem; }
      .primary-nav-container .submenu-content .show-for-xsmall h4 {
        margin-left: 1rem;
        margin-top: 5px; }
      .primary-nav-container .productName {
        justify-content: initial; }
      .primary-nav-container .dropdown.menu li {
        height: 48px;
        width: 25%; }
      .primary-nav-container .dropdown.menu li a, .primary-nav-container .dropdown.menu li #moremenu {
        font-size: 16px;
        padding-top: 12px;
        height: 44px; }
      .primary-nav-container .menu-tile {
        padding: 5px; }
      .primary-nav-container .logo {
        width: 32px;
        height: 32px;
        background-size: 32px; }
      .primary-nav-container .all-games-draw {
        text-transform: uppercase;
        margin: 10px 18px 10px 18px !important;
        padding: 0px !important;
        width: 100% !important;
        font-weight: bold; }
      .primary-nav-container .menu-tile-link {
        padding-left: 20px;
        margin-top: 0px; }
      .primary-nav-container .menu-checkother {
        padding: 10px 0 5px !important; }
      .primary-nav-container .menu-checkother h4 {
        margin-bottom: 0px; }
      .primary-nav-container .menu-checkother .icon-check-my-ticket {
        width: 24px !important;
        top: 3px !important; }
      .primary-nav-container .menu-checkother .icon-results-service {
        top: 3px !important; }
      .primary-nav-container .menu-checkother .icon-winners-stories {
        width: 24px !important;
        top: 3px !important; }
      .primary-nav-container .menu-checkother .rlink {
        padding-left: 12px; }
      .primary-nav-container .row-primary-nav {
        width: 100%;
        margin: 0px !important; }
      .primary-nav-container .nav-container .submenu-content > .row {
        margin-bottom: 12px;
        padding: 0rem;
        padding-bottom: 2rem; }
      .primary-nav-container dd .button {
        display: block; }
      .primary-nav-container .real-text {
        display: none; } }
  .primary-nav-container .circle {
    width: 100px;
    height: 100px;
    background: green;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px; }
  .primary-nav-container .circle-parent:hover {
    background: #f5f5f5; }
  .primary-nav-container .circle-parent:hover .circle {
    background: blue; }
  .primary-nav-container .productName {
    margin-top: 12px;
    font-weight: 900; }
  .primary-nav-container .menu-checkother {
    padding: 10px 0 0px;
    color: black; }
  .primary-nav-container .menu-checkother h4 {
    font-weight: 900; }
  .primary-nav-container .menu-checkother .icon-check-my-ticket {
    width: 16.8px;
    height: 28px;
    background-size: auto 100%;
    top: -2px;
    position: relative; }
  .primary-nav-container .menu-checkother .icon-results-service {
    width: 24.35px;
    height: 28px;
    background-size: auto 100%;
    top: -2px;
    position: relative; }
  .primary-nav-container .menu-checkother .icon-winners-stories {
    width: 28px;
    height: 24px;
    background-size: auto 100%;
    top: 1px;
    position: relative; }
  .primary-nav-container .all-games-draw {
    text-transform: uppercase;
    margin-right: 5px;
    line-height: 32px;
    padding: 0 35px;
    font-weight: bold; }
  .primary-nav-container .submenu-content {
    width: 100%; }
  .primary-nav-container .row-primary-nav {
    width: 100%; }
  .primary-nav-container .no-margin {
    margin: 0px !important; }

.tatts-auth .more-jurisdiction a {
  display: none; }

.tatts-auth .select-jurisdiction {
  display: none; }

.primary-nav-container .menu-list .more-jurisdiction {
  padding: 0 16px;
  height: 56px;
  line-height: 56px;
  font-weight: 900;
  background-repeat: no-repeat;
  background-position: 77px center; }
  .primary-nav-container .menu-list .more-jurisdiction a {
    color: #6C4796;
    font-size: 12px;
    text-align: right; }
  .primary-nav-container .menu-list .more-jurisdiction span {
    color: #000000;
    font-size: 18px; }

.tatts-vic .more-jurisdiction, .tatts-tas .more-jurisdiction, .tatts-nt .more-jurisdiction {
  background-image: url("clientlibs/images/logo/jurisdiction/tattersalls.svg"); }

.tatts-tas.isi-content-present .more-jurisdiction, .tatts-nt.isi-content-present .more-jurisdiction {
  background-image: url("clientlibs/images/logo/jurisdiction/goldencasket.svg"); }

.tatts-vic .more-jurisdiction span::after {
  content: "VIC"; }

.tatts-tas .more-jurisdiction span::after {
  content: "TAS"; }

.tatts-nt .more-jurisdiction span::after {
  content: "NT"; }

.tatts-act .more-jurisdiction, .tatts-nsw .more-jurisdiction {
  background-image: url("clientlibs/images/logo/jurisdiction/nswlotteries.svg"); }

.tatts-act .more-jurisdiction span::after {
  content: "ACT"; }

.tatts-nsw .more-jurisdiction span::after {
  content: "NSW"; }

.tatts-qld .more-jurisdiction {
  background-image: url("clientlibs/images/logo/jurisdiction/goldencasket.svg"); }
  .tatts-qld .more-jurisdiction span::after {
    content: "QLD"; }

.tatts-sa .more-jurisdiction {
  background-image: url("clientlibs/images/logo/jurisdiction/salotteries.svg"); }
  .tatts-sa .more-jurisdiction span::after {
    content: "SA"; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("clientlibs/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("clientlibs/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("clientlibs/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("clientlibs/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("clientlibs/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("clientlibs/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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

/* Set these values before importing optiscroll.scss 
 * to override the defaults
 */
/**************************************
 *  Optiscroll container base style
 */
.optiscroll {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .optiscroll.is-enabled {
    overflow: hidden; }

.optiscroll.is-enabled > .optiscroll-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

/**************************************
 *  Optiscroll scrollbars base style
 */
.optiscroll-v,
.optiscroll-h {
  position: absolute;
  visibility: hidden;
  z-index: 2;
  user-select: none; }

.optiscroll-v {
  right: 0; }

.optiscroll-h {
  bottom: 0; }

.optiscroll.has-vtrack > .optiscroll-v,
.optiscroll.has-htrack > .optiscroll-h {
  visibility: visible; }

.optiscroll.is-rtl > .optiscroll-v {
  left: 0;
  right: auto; }

/**************************************
 *  Optiscroll tracks base style
 */
.optiscroll-vtrack,
.optiscroll-htrack {
  display: block;
  position: absolute;
  opacity: 1;
  transform: translate(0%, 0%);
  transition: height 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  box-sizing: border-box; }

/**************************************
 *  Prevent parent scroll
 *  even when content is not longer enough.
 */
/**************************************
 *  DEFAULT STYLE
 **************************************/
/***
   ***  Scrollbars style  ***/
.optiscroll-v {
  top: 4px;
  bottom: 4px;
  width: 0; }

.optiscroll-h {
  left: 4px;
  right: 4px;
  height: 0; }

/* Avoid overapping while both scrollbars are enabled */
.optiscroll.has-vtrack.has-htrack > .optiscroll-v {
  bottom: 8px; }

.optiscroll.has-vtrack.has-htrack > .optiscroll-h {
  right: 8px; }

/***
   ***  Tracks style  ***/
.optiscroll-vtrack,
.optiscroll-htrack {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  box-shadow: 0 0 1px #FFF;
  opacity: 0; }

.optiscroll-vtrack {
  width: 3px;
  right: 4px; }

.optiscroll-htrack {
  height: 3px;
  bottom: 4px; }

.optiscroll:hover > .optiscroll-v .optiscroll-vtrack,
.optiscroll:hover > .optiscroll-h .optiscroll-htrack {
  opacity: 1; }

.optiscroll.has-vtrack.has-htrack.is-rtl > .optiscroll-h {
  right: 4px;
  left: 8px; }

.optiscroll.is-rtl > .optiscroll-v .optiscroll-vtrack {
  right: auto;
  left: 4px; }

.theme-setforlife h1, .theme-setforlife h2, .theme-setforlife h3, .theme-setforlife h4, .theme-setforlife h5, .theme-setforlife h6 {
  font-family: setforlife; }

.coral-RichText-editor .white, .rte-editor .white,
.rte-content .white {
  color: #fff; }

.coral-RichText-editor .set-for-life-primary, .rte-editor .set-for-life-primary,
.rte-content .set-for-life-primary {
  color: #01BCC5; }

.coral-RichText-editor .set-for-life-secondary, .rte-editor .set-for-life-secondary,
.rte-content .set-for-life-secondary {
  color: #F0882D; }

.syndicate-builder .setforlife .step-number-colors,
.syndicate-builder .setforlife .step-number-colors-before:before,
.syndicate-builder .setforlife .step-number-colors-after:after,
.syndicate-confirmation .setforlife .step-number-colors,
.syndicate-confirmation .setforlife .step-number-colors-before:before,
.syndicate-confirmation .setforlife .step-number-colors-after:after {
  color: #fff;
  background-color: #F0882D; }

.syndicate-builder .setforlife .contrast-bg-color,
.syndicate-confirmation .setforlife .contrast-bg-color {
  background-color: #01BCC5; }

.syndicate-builder .setforlife .brand-ball-color,
.syndicate-confirmation .setforlife .brand-ball-color {
  background-color: #01BCC5; }
  .syndicate-builder .setforlife .brand-ball-color.special,
  .syndicate-confirmation .setforlife .brand-ball-color.special {
    background-color: #F0882D; }

.syndicate-builder .setforlife .brand-ball-target,
.syndicate-confirmation .setforlife .brand-ball-target {
  border-color: #F0882D; }

.syndicate-builder .setforlife .brand-ball-text,
.syndicate-confirmation .setforlife .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .setforlife .brand-ball-text.special,
  .syndicate-confirmation .setforlife .brand-ball-text.special {
    color: #FFF; }

.purchase-app .setforlife .draw-jackpot-color, .favourites-app .setforlife .draw-jackpot-color, .my-subscriptions-app .setforlife .draw-jackpot-color {
  color: #01BCC5; }

.purchase-app .setforlife .game-step-number-colors, .favourites-app .setforlife .game-step-number-colors, .my-subscriptions-app .setforlife .game-step-number-colors {
  color: #fff;
  background-color: #F0882D; }

.purchase-app .setforlife .quickpick-background-color, .favourites-app .setforlife .quickpick-background-color, .my-subscriptions-app .setforlife .quickpick-background-color {
  background-color: #01BCC5; }

.purchase-app .setforlife .brand-ball-color, .favourites-app .setforlife .brand-ball-color, .my-subscriptions-app .setforlife .brand-ball-color {
  background-color: #01BCC5; }
  .purchase-app .setforlife .brand-ball-color.special, .favourites-app .setforlife .brand-ball-color.special, .my-subscriptions-app .setforlife .brand-ball-color.special {
    background-color: #F0882D; }

.purchase-app .setforlife .brand-ball-target, .favourites-app .setforlife .brand-ball-target, .my-subscriptions-app .setforlife .brand-ball-target {
  border-color: #F0882D; }

.purchase-app .setforlife .brand-ball-text, .favourites-app .setforlife .brand-ball-text, .my-subscriptions-app .setforlife .brand-ball-text {
  color: #FFF; }
  .purchase-app .setforlife .brand-ball-text.special, .favourites-app .setforlife .brand-ball-text.special, .my-subscriptions-app .setforlife .brand-ball-text.special {
    color: #FFF; }

.setforlife .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--sfl--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .setforlife .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--sfl--resultsBanner@2x.png"); } }

.setforlife .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-sfl.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .setforlife .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-sfl@2x.jpg"); } }

.setforlife .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-setforlife.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .setforlife .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-setforlife@2x.png"); } }

.setforlife .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--sfl-stack.png");
  background-size: 73px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .setforlife .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--sfl-stack@2x.png"); } }

.setforlife .brand-results-numbers .number {
  background-color: #01BCC5;
  color: #FFF; }

.setforlife .brand-results-numbers .suppsnumber {
  background-color: #F0882D;
  color: #FFF; }

.setforlife .brand-results-numbers .ball {
  height: 28px;
  width: 28px;
  line-height: 28px; }

.setforlife .brand-results-footer {
  background-color: #01BCC5; }

.setforlife .brand-colour-primary {
  background-color: #01BCC5; }

.setforlife .brand-colour-primary-75 {
  background-color: rgba(1, 188, 197, 0.75); }

.setforlife .brand-background-color-lite {
  background-color: rgba(1, 188, 197, 0.06); }

.setforlife .brand-background-color {
  background-color: #01bcc5; }

.setforlife .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(1, 188, 197, 0.06);
  border-left-color: transparent; }

.setforlife .brand-colour-secondary {
  background-color: #F0882D; }

.setforlife .brand-colour-overlay {
  background-color: rgba(1, 188, 197, 0.75); }

.setforlife .brand-colour-primary-text {
  color: #01BCC5; }

.setforlife .brand-colour-secondary-text {
  color: #F0882D; }

.setforlife .brand-text-colour-primary {
  color: #FFF; }

.setforlife .brand-text-colour-secondary {
  color: #FFF; }

.setforlife .brand-border-colour-primary {
  border-color: #01BCC5; }

.setforlife .brand-border-colour-secondary {
  border-color: #F0882D; }

.setforlife .brand-button-primary {
  background-color: #01BCC5;
  color: #FFF; }
  .setforlife .brand-button-primary:hover {
    background-color: #01b2bb; }

.setforlife .brand-button-secondary {
  background-color: #F0882D;
  color: #FFF; }
  .setforlife .brand-button-secondary:hover {
    background-color: #ef8323; }

.setforlife .brand-gradient {
  background: linear-gradient(135deg, #00B7C8 0%, #76D1DA 100%); }

.coral-RichText-editor .set-for-life-primary, .rte-editor .set-for-life-primary,
.rte-content .set-for-life-primary {
  color: #01BCC5; }

.coral-RichText-editor .set-for-life-secondary, .rte-editor .set-for-life-secondary,
.rte-content .set-for-life-secondary {
  color: #F0882D; }

.syndicate-builder .setforlife744 .step-number-colors,
.syndicate-builder .setforlife744 .step-number-colors-before:before,
.syndicate-builder .setforlife744 .step-number-colors-after:after,
.syndicate-confirmation .setforlife744 .step-number-colors,
.syndicate-confirmation .setforlife744 .step-number-colors-before:before,
.syndicate-confirmation .setforlife744 .step-number-colors-after:after {
  color: #fff;
  background-color: #F0882D; }

.syndicate-builder .setforlife744 .contrast-bg-color,
.syndicate-confirmation .setforlife744 .contrast-bg-color {
  background-color: #01BCC5; }

.syndicate-builder .setforlife744 .brand-ball-color,
.syndicate-confirmation .setforlife744 .brand-ball-color {
  background-color: #01BCC5; }
  .syndicate-builder .setforlife744 .brand-ball-color.special,
  .syndicate-confirmation .setforlife744 .brand-ball-color.special {
    background-color: #F0882D; }

.syndicate-builder .setforlife744 .brand-ball-target,
.syndicate-confirmation .setforlife744 .brand-ball-target {
  border-color: #F0882D; }

.syndicate-builder .setforlife744 .brand-ball-text,
.syndicate-confirmation .setforlife744 .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .setforlife744 .brand-ball-text.special,
  .syndicate-confirmation .setforlife744 .brand-ball-text.special {
    color: #FFF; }

.purchase-app .setforlife744 .draw-jackpot-color, .favourites-app .setforlife744 .draw-jackpot-color, .my-subscriptions-app .setforlife744 .draw-jackpot-color {
  color: #01BCC5; }

.purchase-app .setforlife744 .game-step-number-colors, .favourites-app .setforlife744 .game-step-number-colors, .my-subscriptions-app .setforlife744 .game-step-number-colors {
  color: #fff;
  background-color: #F0882D; }

.purchase-app .setforlife744 .quickpick-background-color, .favourites-app .setforlife744 .quickpick-background-color, .my-subscriptions-app .setforlife744 .quickpick-background-color {
  background-color: #01BCC5; }

.purchase-app .setforlife744 .brand-ball-color, .favourites-app .setforlife744 .brand-ball-color, .my-subscriptions-app .setforlife744 .brand-ball-color {
  background-color: #01BCC5; }
  .purchase-app .setforlife744 .brand-ball-color.special, .favourites-app .setforlife744 .brand-ball-color.special, .my-subscriptions-app .setforlife744 .brand-ball-color.special {
    background-color: #F0882D; }

.purchase-app .setforlife744 .brand-ball-target, .favourites-app .setforlife744 .brand-ball-target, .my-subscriptions-app .setforlife744 .brand-ball-target {
  border-color: #F0882D; }

.purchase-app .setforlife744 .brand-ball-text, .favourites-app .setforlife744 .brand-ball-text, .my-subscriptions-app .setforlife744 .brand-ball-text {
  color: #FFF; }
  .purchase-app .setforlife744 .brand-ball-text.special, .favourites-app .setforlife744 .brand-ball-text.special, .my-subscriptions-app .setforlife744 .brand-ball-text.special {
    color: #FFF; }

.setforlife744 .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--sfl--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .setforlife744 .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--sfl--resultsBanner@2x.png"); } }

.setforlife744 .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-sfl.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .setforlife744 .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-sfl@2x.jpg"); } }

.setforlife744 .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-setforlife.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .setforlife744 .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-setforlife@2x.png"); } }

.setforlife744 .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--sfl-stack.png");
  background-size: 73px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .setforlife744 .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--sfl-stack@2x.png"); } }

.setforlife744 .brand-results-numbers .number {
  background-color: #01BCC5;
  color: #FFF; }

.setforlife744 .brand-results-numbers .suppsnumber {
  background-color: #F0882D;
  color: #FFF; }

.setforlife744 .brand-results-numbers .ball {
  height: 28px;
  width: 28px;
  line-height: 28px; }

.setforlife744 .brand-results-footer {
  background-color: #01BCC5; }

.setforlife744 .brand-colour-primary {
  background-color: #01BCC5; }

.setforlife744 .brand-colour-primary-75 {
  background-color: rgba(1, 188, 197, 0.75); }

.setforlife744 .brand-background-color-lite {
  background-color: rgba(1, 188, 197, 0.06); }

.setforlife744 .brand-background-color {
  background-color: #01bcc5; }

.setforlife744 .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(1, 188, 197, 0.06);
  border-left-color: transparent; }

.setforlife744 .brand-colour-secondary {
  background-color: #F0882D; }

.setforlife744 .brand-colour-overlay {
  background-color: rgba(1, 188, 197, 0.75); }

.setforlife744 .brand-colour-primary-text {
  color: #01BCC5; }

.setforlife744 .brand-colour-secondary-text {
  color: #F0882D; }

.setforlife744 .brand-text-colour-primary {
  color: #FFF; }

.setforlife744 .brand-text-colour-secondary {
  color: #FFF; }

.setforlife744 .brand-border-colour-primary {
  border-color: #01BCC5; }

.setforlife744 .brand-border-colour-secondary {
  border-color: #F0882D; }

.setforlife744 .brand-button-primary {
  background-color: #01BCC5;
  color: #FFF; }
  .setforlife744 .brand-button-primary:hover {
    background-color: #01b2bb; }

.setforlife744 .brand-button-secondary {
  background-color: #F0882D;
  color: #FFF; }
  .setforlife744 .brand-button-secondary:hover {
    background-color: #ef8323; }

.setforlife744 .brand-gradient {
  background: linear-gradient(135deg, #00B7C8 0%, #76D1DA 100%); }

.coral-RichText-editor .oz-lotto-primary, .rte-editor .oz-lotto-primary,
.rte-content .oz-lotto-primary {
  color: #F3CF08; }

.coral-RichText-editor .oz-lotto-secondary, .rte-editor .oz-lotto-secondary,
.rte-content .oz-lotto-secondary {
  color: #047706; }

.syndicate-builder .ozlotto .step-number-colors,
.syndicate-builder .ozlotto .step-number-colors-before:before,
.syndicate-builder .ozlotto .step-number-colors-after:after,
.syndicate-confirmation .ozlotto .step-number-colors,
.syndicate-confirmation .ozlotto .step-number-colors-before:before,
.syndicate-confirmation .ozlotto .step-number-colors-after:after {
  color: #fff;
  background-color: #047706; }

.syndicate-builder .ozlotto .contrast-bg-color,
.syndicate-confirmation .ozlotto .contrast-bg-color {
  background-color: #047706; }

.syndicate-builder .ozlotto .brand-ball-color,
.syndicate-confirmation .ozlotto .brand-ball-color {
  background-color: #F3CF08; }
  .syndicate-builder .ozlotto .brand-ball-color.special,
  .syndicate-confirmation .ozlotto .brand-ball-color.special {
    background-color: #047706; }

.syndicate-builder .ozlotto .brand-ball-target,
.syndicate-confirmation .ozlotto .brand-ball-target {
  border-color: #047706; }

.syndicate-builder .ozlotto .brand-ball-text,
.syndicate-confirmation .ozlotto .brand-ball-text {
  color: #000; }
  .syndicate-builder .ozlotto .brand-ball-text.special,
  .syndicate-confirmation .ozlotto .brand-ball-text.special {
    color: #FFF; }

.purchase-app .ozlotto .draw-jackpot-color, .favourites-app .ozlotto .draw-jackpot-color, .my-subscriptions-app .ozlotto .draw-jackpot-color {
  color: #047706; }

.purchase-app .ozlotto .game-step-number-colors, .favourites-app .ozlotto .game-step-number-colors, .my-subscriptions-app .ozlotto .game-step-number-colors {
  color: #fff;
  background-color: #047706; }

.purchase-app .ozlotto .quickpick-background-color, .favourites-app .ozlotto .quickpick-background-color, .my-subscriptions-app .ozlotto .quickpick-background-color {
  background-color: #047706; }

.purchase-app .ozlotto .brand-ball-color, .favourites-app .ozlotto .brand-ball-color, .my-subscriptions-app .ozlotto .brand-ball-color {
  background-color: #F3CF08; }
  .purchase-app .ozlotto .brand-ball-color.special, .favourites-app .ozlotto .brand-ball-color.special, .my-subscriptions-app .ozlotto .brand-ball-color.special {
    background-color: #047706; }

.purchase-app .ozlotto .brand-ball-target, .favourites-app .ozlotto .brand-ball-target, .my-subscriptions-app .ozlotto .brand-ball-target {
  border-color: #047706; }

.purchase-app .ozlotto .brand-ball-text, .favourites-app .ozlotto .brand-ball-text, .my-subscriptions-app .ozlotto .brand-ball-text {
  color: #000; }
  .purchase-app .ozlotto .brand-ball-text.special, .favourites-app .ozlotto .brand-ball-text.special, .my-subscriptions-app .ozlotto .brand-ball-text.special {
    color: #FFF; }

.ozlotto .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--ol--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .ozlotto .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--ol--resultsBanner@2x.png"); } }

.ozlotto .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-oz.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .ozlotto .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-oz@2x.jpg"); } }

.ozlotto .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle--ozlotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .ozlotto .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle--ozlotto@2x.png"); } }

.ozlotto .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--ozlotto-stack.png");
  background-size: 76px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .ozlotto .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--ozlotto-stack@2x.png"); } }

.ozlotto .brand-results-numbers .number {
  background-color: #F3CF08;
  color: #000; }

.ozlotto .brand-results-numbers .suppsnumber {
  background-color: #047706;
  color: #FFF; }

.ozlotto .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.ozlotto .brand-results-footer {
  background-color: #047706; }

.ozlotto .brand-colour-primary {
  background-color: #F3CF08; }

.ozlotto .brand-colour-primary-75 {
  background-color: rgba(243, 207, 8, 0.75); }

.ozlotto .brand-background-color-lite {
  background-color: rgba(4, 119, 6, 0.06); }

.ozlotto .brand-background-color {
  background-color: #047706; }

.ozlotto .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(4, 119, 6, 0.06);
  border-left-color: transparent; }

.ozlotto .brand-colour-secondary {
  background-color: #047706; }

.ozlotto .brand-colour-overlay {
  background-color: rgba(0, 0, 0, 0.5); }

.ozlotto .brand-colour-primary-text {
  color: #F3CF08; }

.ozlotto .brand-colour-secondary-text {
  color: #047706; }

.ozlotto .brand-text-colour-primary {
  color: #000; }

.ozlotto .brand-text-colour-secondary {
  color: #FFF; }

.ozlotto .brand-border-colour-primary {
  border-color: #F3CF08; }

.ozlotto .brand-border-colour-secondary {
  border-color: #047706; }

.ozlotto .brand-button-primary {
  background-color: #F3CF08;
  color: #000; }
  .ozlotto .brand-button-primary:hover {
    background-color: #e9c708; }

.ozlotto .brand-button-secondary {
  background-color: #047706;
  color: #FFF; }
  .ozlotto .brand-button-secondary:hover {
    background-color: #046d06; }

.ozlotto .brand-gradient {
  background: linear-gradient(135deg, #047706 0%, #60A70F 48%, #F3CF08 100%); }

.coral-RichText-editor .powerball-primary, .rte-editor .powerball-primary,
.rte-content .powerball-primary {
  color: #3653A4; }

.coral-RichText-editor .powerball-secondary, .rte-editor .powerball-secondary,
.rte-content .powerball-secondary {
  color: #899BAA; }

.syndicate-builder .powerball .step-number-colors,
.syndicate-builder .powerball .step-number-colors-before:before,
.syndicate-builder .powerball .step-number-colors-after:after,
.syndicate-confirmation .powerball .step-number-colors,
.syndicate-confirmation .powerball .step-number-colors-before:before,
.syndicate-confirmation .powerball .step-number-colors-after:after {
  color: #fff;
  background-color: #899BAA; }

.syndicate-builder .powerball .contrast-bg-color,
.syndicate-confirmation .powerball .contrast-bg-color {
  background-color: #3653A4; }

.syndicate-builder .powerball .brand-ball-color,
.syndicate-confirmation .powerball .brand-ball-color {
  background-color: #3653A4; }
  .syndicate-builder .powerball .brand-ball-color.special,
  .syndicate-confirmation .powerball .brand-ball-color.special {
    background-color: #899BAA; }

.syndicate-builder .powerball .brand-ball-target,
.syndicate-confirmation .powerball .brand-ball-target {
  border-color: #3653A4; }

.syndicate-builder .powerball .brand-ball-text,
.syndicate-confirmation .powerball .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .powerball .brand-ball-text.special,
  .syndicate-confirmation .powerball .brand-ball-text.special {
    color: #FFF; }

.purchase-app .powerball .draw-jackpot-color, .favourites-app .powerball .draw-jackpot-color, .my-subscriptions-app .powerball .draw-jackpot-color {
  color: #3653A4; }

.purchase-app .powerball .game-step-number-colors, .favourites-app .powerball .game-step-number-colors, .my-subscriptions-app .powerball .game-step-number-colors {
  color: #fff;
  background-color: #899BAA; }

.purchase-app .powerball .quickpick-background-color, .favourites-app .powerball .quickpick-background-color, .my-subscriptions-app .powerball .quickpick-background-color {
  background-color: #3653A4; }

.purchase-app .powerball .brand-ball-color, .favourites-app .powerball .brand-ball-color, .my-subscriptions-app .powerball .brand-ball-color {
  background-color: #3653A4; }
  .purchase-app .powerball .brand-ball-color.special, .favourites-app .powerball .brand-ball-color.special, .my-subscriptions-app .powerball .brand-ball-color.special {
    background-color: #899BAA; }

.purchase-app .powerball .brand-ball-target, .favourites-app .powerball .brand-ball-target, .my-subscriptions-app .powerball .brand-ball-target {
  border-color: #3653A4; }

.purchase-app .powerball .brand-ball-text, .favourites-app .powerball .brand-ball-text, .my-subscriptions-app .powerball .brand-ball-text {
  color: #FFF; }
  .purchase-app .powerball .brand-ball-text.special, .favourites-app .powerball .brand-ball-text.special, .my-subscriptions-app .powerball .brand-ball-text.special {
    color: #FFF; }

.powerball .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--pb--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .powerball .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--pb--resultsBanner@2x.png"); } }

.powerball .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-pb.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .powerball .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-pb@2x.jpg"); } }

.powerball .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-powerball.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .powerball .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-powerball@2x.png"); } }

.powerball .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--powerball-stack.png");
  background-size: 125px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .powerball .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--powerball-stack@2x.png"); } }

.powerball .brand-results-numbers .number {
  background-color: #3653A4;
  color: #FFF; }

.powerball .brand-results-numbers .suppsnumber {
  background-color: #899BAA;
  color: #FFF; }

.powerball .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.powerball .brand-results-footer {
  background-color: #3653A4; }

.powerball .brand-colour-primary {
  background-color: #3653A4; }

.powerball .brand-colour-primary-75 {
  background-color: rgba(54, 83, 164, 0.75); }

.powerball .brand-background-color-lite {
  background-color: rgba(54, 83, 164, 0.06); }

.powerball .brand-background-color {
  background-color: #3653a4; }

.powerball .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(54, 83, 164, 0.06);
  border-left-color: transparent; }

.powerball .brand-colour-secondary {
  background-color: #899BAA; }

.powerball .brand-colour-overlay {
  background-color: rgba(54, 83, 164, 0.75); }

.powerball .brand-colour-primary-text {
  color: #3653A4; }

.powerball .brand-colour-secondary-text {
  color: #899BAA; }

.powerball .brand-text-colour-primary {
  color: #FFF; }

.powerball .brand-text-colour-secondary {
  color: #FFF; }

.powerball .brand-border-colour-primary {
  border-color: #3653A4; }

.powerball .brand-border-colour-secondary {
  border-color: #899BAA; }

.powerball .brand-button-primary {
  background-color: #3653A4;
  color: #FFF; }
  .powerball .brand-button-primary:hover {
    background-color: #334f9c; }

.powerball .brand-button-secondary {
  background-color: #899BAA;
  color: #FFF; }
  .powerball .brand-button-secondary:hover {
    background-color: #8396a6; }

.powerball .brand-gradient {
  background: linear-gradient(135deg, #3653A4 0%, #10AADF 49%, #71519A 100%); }

.coral-RichText-editor .saturday-lotto-primary, .rte-editor .saturday-lotto-primary,
.rte-content .saturday-lotto-primary {
  color: #E63C2F; }

.coral-RichText-editor .saturday-lotto-secondary, .rte-editor .saturday-lotto-secondary,
.rte-content .saturday-lotto-secondary {
  color: #0193D1; }

.syndicate-builder .tattslotto .step-number-colors,
.syndicate-builder .tattslotto .step-number-colors-before:before,
.syndicate-builder .tattslotto .step-number-colors-after:after,
.syndicate-confirmation .tattslotto .step-number-colors,
.syndicate-confirmation .tattslotto .step-number-colors-before:before,
.syndicate-confirmation .tattslotto .step-number-colors-after:after {
  color: #fff;
  background-color: #0193D1; }

.syndicate-builder .tattslotto .contrast-bg-color,
.syndicate-confirmation .tattslotto .contrast-bg-color {
  background-color: #E63C2F; }

.syndicate-builder .tattslotto .brand-ball-color,
.syndicate-confirmation .tattslotto .brand-ball-color {
  background-color: #E63C2F; }
  .syndicate-builder .tattslotto .brand-ball-color.special,
  .syndicate-confirmation .tattslotto .brand-ball-color.special {
    background-color: #0193D1; }

.syndicate-builder .tattslotto .brand-ball-target,
.syndicate-confirmation .tattslotto .brand-ball-target {
  border-color: #E63C2F; }

.syndicate-builder .tattslotto .brand-ball-text,
.syndicate-confirmation .tattslotto .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .tattslotto .brand-ball-text.special,
  .syndicate-confirmation .tattslotto .brand-ball-text.special {
    color: #FFF; }

.purchase-app .tattslotto .draw-jackpot-color, .favourites-app .tattslotto .draw-jackpot-color, .my-subscriptions-app .tattslotto .draw-jackpot-color {
  color: #0193D1; }

.purchase-app .tattslotto .game-step-number-colors, .favourites-app .tattslotto .game-step-number-colors, .my-subscriptions-app .tattslotto .game-step-number-colors {
  color: #fff;
  background-color: #0193D1; }

.purchase-app .tattslotto .quickpick-background-color, .favourites-app .tattslotto .quickpick-background-color, .my-subscriptions-app .tattslotto .quickpick-background-color {
  background-color: #E63C2F; }

.purchase-app .tattslotto .brand-ball-color, .favourites-app .tattslotto .brand-ball-color, .my-subscriptions-app .tattslotto .brand-ball-color {
  background-color: #E63C2F; }
  .purchase-app .tattslotto .brand-ball-color.special, .favourites-app .tattslotto .brand-ball-color.special, .my-subscriptions-app .tattslotto .brand-ball-color.special {
    background-color: #0193D1; }

.purchase-app .tattslotto .brand-ball-target, .favourites-app .tattslotto .brand-ball-target, .my-subscriptions-app .tattslotto .brand-ball-target {
  border-color: #E63C2F; }

.purchase-app .tattslotto .brand-ball-text, .favourites-app .tattslotto .brand-ball-text, .my-subscriptions-app .tattslotto .brand-ball-text {
  color: #FFF; }
  .purchase-app .tattslotto .brand-ball-text.special, .favourites-app .tattslotto .brand-ball-text.special, .my-subscriptions-app .tattslotto .brand-ball-text.special {
    color: #FFF; }

.tattslotto .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--tts-tl--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--tts-tl--resultsBanner@2x.png"); } }

.tattslotto .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-sattl.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-sattl@2x.jpg"); } }

.tattslotto .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-sat-tattslotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-sat-tattslotto@2x.png"); } }

.tattslotto .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--sat-tattslotto-stack.png");
  background-size: 140px 25px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--sat-tattslotto-stack@2x.png"); } }

.tattslotto .brand-results-numbers .number {
  background-color: #E63C2F;
  color: #FFF; }

.tattslotto .brand-results-numbers .suppsnumber {
  background-color: #0193D1;
  color: #FFF; }

.tattslotto .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.tattslotto .brand-results-footer {
  background-color: #E63C2F; }

.tattslotto .brand-colour-primary {
  background-color: #E63C2F; }

.tattslotto .brand-colour-primary-75 {
  background-color: rgba(230, 60, 47, 0.75); }

.tattslotto .brand-background-color-lite {
  background-color: rgba(230, 60, 47, 0.06); }

.tattslotto .brand-background-color {
  background-color: #e63c2f; }

.tattslotto .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(230, 60, 47, 0.06);
  border-left-color: transparent; }

.tattslotto .brand-colour-secondary {
  background-color: #0193D1; }

.tattslotto .brand-colour-overlay {
  background-color: rgba(230, 60, 47, 0.75); }

.tattslotto .brand-colour-primary-text {
  color: #E63C2F; }

.tattslotto .brand-colour-secondary-text {
  color: #0193D1; }

.tattslotto .brand-text-colour-primary {
  color: #FFF; }

.tattslotto .brand-text-colour-secondary {
  color: #FFF; }

.tattslotto .brand-border-colour-primary {
  border-color: #E63C2F; }

.tattslotto .brand-border-colour-secondary {
  border-color: #0193D1; }

.tattslotto .brand-button-primary {
  background-color: #E63C2F;
  color: #FFF; }
  .tattslotto .brand-button-primary:hover {
    background-color: #e53326; }

.tattslotto .brand-button-secondary {
  background-color: #0193D1;
  color: #FFF; }
  .tattslotto .brand-button-secondary:hover {
    background-color: #018cc7; }

.tattslotto .brand-gradient {
  background: linear-gradient(135deg, #FF0005 0%, #974EA5 100%); }

.state-qld .coral-RichText-editor .saturday-lotto-primary, .state-qld .rte-editor .saturday-lotto-primary, .state-qld
.rte-content .saturday-lotto-primary {
  color: #E63C2F; }

.state-qld .coral-RichText-editor .saturday-lotto-secondary, .state-qld .rte-editor .saturday-lotto-secondary, .state-qld
.rte-content .saturday-lotto-secondary {
  color: #0193D1; }

.syndicate-builder .tattslotto.state-qld .step-number-colors,
.syndicate-builder .tattslotto.state-qld .step-number-colors-before:before,
.syndicate-builder .tattslotto.state-qld .step-number-colors-after:after,
.syndicate-confirmation .tattslotto.state-qld .step-number-colors,
.syndicate-confirmation .tattslotto.state-qld .step-number-colors-before:before,
.syndicate-confirmation .tattslotto.state-qld .step-number-colors-after:after {
  color: #fff;
  background-color: #0193D1; }

.syndicate-builder .tattslotto.state-qld .contrast-bg-color,
.syndicate-confirmation .tattslotto.state-qld .contrast-bg-color {
  background-color: #E63C2F; }

.syndicate-builder .tattslotto.state-qld .brand-ball-color,
.syndicate-confirmation .tattslotto.state-qld .brand-ball-color {
  background-color: #E63C2F; }
  .syndicate-builder .tattslotto.state-qld .brand-ball-color.special,
  .syndicate-confirmation .tattslotto.state-qld .brand-ball-color.special {
    background-color: #0193D1; }

.syndicate-builder .tattslotto.state-qld .brand-ball-target,
.syndicate-confirmation .tattslotto.state-qld .brand-ball-target {
  border-color: #E63C2F; }

.syndicate-builder .tattslotto.state-qld .brand-ball-text,
.syndicate-confirmation .tattslotto.state-qld .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .tattslotto.state-qld .brand-ball-text.special,
  .syndicate-confirmation .tattslotto.state-qld .brand-ball-text.special {
    color: #FFF; }

.purchase-app .tattslotto.state-qld .draw-jackpot-color, .favourites-app .tattslotto.state-qld .draw-jackpot-color, .my-subscriptions-app .tattslotto.state-qld .draw-jackpot-color {
  color: #0193D1; }

.purchase-app .tattslotto.state-qld .game-step-number-colors, .favourites-app .tattslotto.state-qld .game-step-number-colors, .my-subscriptions-app .tattslotto.state-qld .game-step-number-colors {
  color: #fff;
  background-color: #0193D1; }

.purchase-app .tattslotto.state-qld .quickpick-background-color, .favourites-app .tattslotto.state-qld .quickpick-background-color, .my-subscriptions-app .tattslotto.state-qld .quickpick-background-color {
  background-color: #E63C2F; }

.purchase-app .tattslotto.state-qld .brand-ball-color, .favourites-app .tattslotto.state-qld .brand-ball-color, .my-subscriptions-app .tattslotto.state-qld .brand-ball-color {
  background-color: #E63C2F; }
  .purchase-app .tattslotto.state-qld .brand-ball-color.special, .favourites-app .tattslotto.state-qld .brand-ball-color.special, .my-subscriptions-app .tattslotto.state-qld .brand-ball-color.special {
    background-color: #0193D1; }

.purchase-app .tattslotto.state-qld .brand-ball-target, .favourites-app .tattslotto.state-qld .brand-ball-target, .my-subscriptions-app .tattslotto.state-qld .brand-ball-target {
  border-color: #E63C2F; }

.purchase-app .tattslotto.state-qld .brand-ball-text, .favourites-app .tattslotto.state-qld .brand-ball-text, .my-subscriptions-app .tattslotto.state-qld .brand-ball-text {
  color: #FFF; }
  .purchase-app .tattslotto.state-qld .brand-ball-text.special, .favourites-app .tattslotto.state-qld .brand-ball-text.special, .my-subscriptions-app .tattslotto.state-qld .brand-ball-text.special {
    color: #FFF; }

.tattslotto.state-qld .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--gc-sgl--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.state-qld .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--gc-sgl--resultsBanner@2x.png"); } }

.tattslotto.state-qld .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-satgl.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.state-qld .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-satgl@2x.jpg"); } }

.tattslotto.state-qld .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-sat-goldlotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.state-qld .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-sat-goldlotto@2x.png"); } }

.tattslotto.state-qld .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--sat-goldlotto.png");
  background-size: 105px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.state-qld .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--sat-goldlotto@2x.png"); } }

.tattslotto.state-qld .brand-results-numbers .number {
  background-color: #E63C2F;
  color: #FFF; }

.tattslotto.state-qld .brand-results-numbers .suppsnumber {
  background-color: #0193D1;
  color: #FFF; }

.tattslotto.state-qld .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.tattslotto.state-qld .brand-results-footer {
  background-color: #E63C2F; }

.tattslotto.state-qld .brand-colour-primary {
  background-color: #E63C2F; }

.tattslotto.state-qld .brand-colour-primary-75 {
  background-color: rgba(230, 60, 47, 0.75); }

.tattslotto.state-qld .brand-background-color-lite {
  background-color: rgba(230, 60, 47, 0.06); }

.tattslotto.state-qld .brand-background-color {
  background-color: #e63c2f; }

.tattslotto.state-qld .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(230, 60, 47, 0.06);
  border-left-color: transparent; }

.tattslotto.state-qld .brand-colour-secondary {
  background-color: #0193D1; }

.tattslotto.state-qld .brand-colour-overlay {
  background-color: rgba(230, 60, 47, 0.75); }

.tattslotto.state-qld .brand-colour-primary-text {
  color: #E63C2F; }

.tattslotto.state-qld .brand-colour-secondary-text {
  color: #0193D1; }

.tattslotto.state-qld .brand-text-colour-primary {
  color: #FFF; }

.tattslotto.state-qld .brand-text-colour-secondary {
  color: #FFF; }

.tattslotto.state-qld .brand-border-colour-primary {
  border-color: #E63C2F; }

.tattslotto.state-qld .brand-border-colour-secondary {
  border-color: #0193D1; }

.tattslotto.state-qld .brand-button-primary {
  background-color: #E63C2F;
  color: #FFF; }
  .tattslotto.state-qld .brand-button-primary:hover {
    background-color: #e53326; }

.tattslotto.state-qld .brand-button-secondary {
  background-color: #0193D1;
  color: #FFF; }
  .tattslotto.state-qld .brand-button-secondary:hover {
    background-color: #018cc7; }

.tattslotto.state-qld .brand-gradient {
  background: linear-gradient(135deg, #FF0005 0%, #974EA5 100%); }

.state-sa .coral-RichText-editor .saturday-lotto-primary, .state-sa .rte-editor .saturday-lotto-primary, .state-sa
.rte-content .saturday-lotto-primary {
  color: #E63C2F; }

.state-sa .coral-RichText-editor .saturday-lotto-secondary, .state-sa .rte-editor .saturday-lotto-secondary, .state-sa
.rte-content .saturday-lotto-secondary {
  color: #0193D1; }

.syndicate-builder .tattslotto.state-sa .step-number-colors,
.syndicate-builder .tattslotto.state-sa .step-number-colors-before:before,
.syndicate-builder .tattslotto.state-sa .step-number-colors-after:after,
.syndicate-confirmation .tattslotto.state-sa .step-number-colors,
.syndicate-confirmation .tattslotto.state-sa .step-number-colors-before:before,
.syndicate-confirmation .tattslotto.state-sa .step-number-colors-after:after {
  color: #fff;
  background-color: #0193D1; }

.syndicate-builder .tattslotto.state-sa .contrast-bg-color,
.syndicate-confirmation .tattslotto.state-sa .contrast-bg-color {
  background-color: #E63C2F; }

.syndicate-builder .tattslotto.state-sa .brand-ball-color,
.syndicate-confirmation .tattslotto.state-sa .brand-ball-color {
  background-color: #E63C2F; }
  .syndicate-builder .tattslotto.state-sa .brand-ball-color.special,
  .syndicate-confirmation .tattslotto.state-sa .brand-ball-color.special {
    background-color: #0193D1; }

.syndicate-builder .tattslotto.state-sa .brand-ball-target,
.syndicate-confirmation .tattslotto.state-sa .brand-ball-target {
  border-color: #E63C2F; }

.syndicate-builder .tattslotto.state-sa .brand-ball-text,
.syndicate-confirmation .tattslotto.state-sa .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .tattslotto.state-sa .brand-ball-text.special,
  .syndicate-confirmation .tattslotto.state-sa .brand-ball-text.special {
    color: #FFF; }

.purchase-app .tattslotto.state-sa .draw-jackpot-color, .favourites-app .tattslotto.state-sa .draw-jackpot-color, .my-subscriptions-app .tattslotto.state-sa .draw-jackpot-color {
  color: #0193D1; }

.purchase-app .tattslotto.state-sa .game-step-number-colors, .favourites-app .tattslotto.state-sa .game-step-number-colors, .my-subscriptions-app .tattslotto.state-sa .game-step-number-colors {
  color: #fff;
  background-color: #0193D1; }

.purchase-app .tattslotto.state-sa .quickpick-background-color, .favourites-app .tattslotto.state-sa .quickpick-background-color, .my-subscriptions-app .tattslotto.state-sa .quickpick-background-color {
  background-color: #E63C2F; }

.purchase-app .tattslotto.state-sa .brand-ball-color, .favourites-app .tattslotto.state-sa .brand-ball-color, .my-subscriptions-app .tattslotto.state-sa .brand-ball-color {
  background-color: #E63C2F; }
  .purchase-app .tattslotto.state-sa .brand-ball-color.special, .favourites-app .tattslotto.state-sa .brand-ball-color.special, .my-subscriptions-app .tattslotto.state-sa .brand-ball-color.special {
    background-color: #0193D1; }

.purchase-app .tattslotto.state-sa .brand-ball-target, .favourites-app .tattslotto.state-sa .brand-ball-target, .my-subscriptions-app .tattslotto.state-sa .brand-ball-target {
  border-color: #E63C2F; }

.purchase-app .tattslotto.state-sa .brand-ball-text, .favourites-app .tattslotto.state-sa .brand-ball-text, .my-subscriptions-app .tattslotto.state-sa .brand-ball-text {
  color: #FFF; }
  .purchase-app .tattslotto.state-sa .brand-ball-text.special, .favourites-app .tattslotto.state-sa .brand-ball-text.special, .my-subscriptions-app .tattslotto.state-sa .brand-ball-text.special {
    color: #FFF; }

.tattslotto.state-sa .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--sal-sxl--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.state-sa .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--sal-sxl--resultsBanner@2x.png"); } }

.tattslotto.state-sa .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-satxl.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.state-sa .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-satxl@2x.jpg"); } }

.tattslotto.state-sa .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-sat-xlotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.state-sa .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-sat-xlotto@2x.png"); } }

.tattslotto.state-sa .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--sat-xlotto.png");
  background-size: 86px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.state-sa .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--sat-xlotto@2x.png"); } }

.tattslotto.state-sa .brand-results-numbers .number {
  background-color: #E63C2F;
  color: #FFF; }

.tattslotto.state-sa .brand-results-numbers .suppsnumber {
  background-color: #0193D1;
  color: #FFF; }

.tattslotto.state-sa .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.tattslotto.state-sa .brand-results-footer {
  background-color: #E63C2F; }

.tattslotto.state-sa .brand-colour-primary {
  background-color: #E63C2F; }

.tattslotto.state-sa .brand-colour-primary-75 {
  background-color: rgba(230, 60, 47, 0.75); }

.tattslotto.state-sa .brand-background-color-lite {
  background-color: rgba(230, 60, 47, 0.06); }

.tattslotto.state-sa .brand-background-color {
  background-color: #e63c2f; }

.tattslotto.state-sa .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(230, 60, 47, 0.06);
  border-left-color: transparent; }

.tattslotto.state-sa .brand-colour-secondary {
  background-color: #0193D1; }

.tattslotto.state-sa .brand-colour-overlay {
  background-color: rgba(230, 60, 47, 0.75); }

.tattslotto.state-sa .brand-colour-primary-text {
  color: #E63C2F; }

.tattslotto.state-sa .brand-colour-secondary-text {
  color: #0193D1; }

.tattslotto.state-sa .brand-text-colour-primary {
  color: #FFF; }

.tattslotto.state-sa .brand-text-colour-secondary {
  color: #FFF; }

.tattslotto.state-sa .brand-border-colour-primary {
  border-color: #E63C2F; }

.tattslotto.state-sa .brand-border-colour-secondary {
  border-color: #0193D1; }

.tattslotto.state-sa .brand-button-primary {
  background-color: #E63C2F;
  color: #FFF; }
  .tattslotto.state-sa .brand-button-primary:hover {
    background-color: #e53326; }

.tattslotto.state-sa .brand-button-secondary {
  background-color: #0193D1;
  color: #FFF; }
  .tattslotto.state-sa .brand-button-secondary:hover {
    background-color: #018cc7; }

.tattslotto.state-sa .brand-gradient {
  background: linear-gradient(135deg, #08346F 0%, #0C4DA2 100%); }

.state-nsw .coral-RichText-editor .saturday-lotto-primary, .state-nsw .rte-editor .saturday-lotto-primary, .state-nsw
.rte-content .saturday-lotto-primary {
  color: #E63C2F; }

.state-nsw .coral-RichText-editor .saturday-lotto-secondary, .state-nsw .rte-editor .saturday-lotto-secondary, .state-nsw
.rte-content .saturday-lotto-secondary {
  color: #0193D1; }

.syndicate-builder .tattslotto.state-nsw .step-number-colors,
.syndicate-builder .tattslotto.state-nsw .step-number-colors-before:before,
.syndicate-builder .tattslotto.state-nsw .step-number-colors-after:after,
.syndicate-confirmation .tattslotto.state-nsw .step-number-colors,
.syndicate-confirmation .tattslotto.state-nsw .step-number-colors-before:before,
.syndicate-confirmation .tattslotto.state-nsw .step-number-colors-after:after {
  color: #fff;
  background-color: #0193D1; }

.syndicate-builder .tattslotto.state-nsw .contrast-bg-color,
.syndicate-confirmation .tattslotto.state-nsw .contrast-bg-color {
  background-color: #E63C2F; }

.syndicate-builder .tattslotto.state-nsw .brand-ball-color,
.syndicate-confirmation .tattslotto.state-nsw .brand-ball-color {
  background-color: #E63C2F; }
  .syndicate-builder .tattslotto.state-nsw .brand-ball-color.special,
  .syndicate-confirmation .tattslotto.state-nsw .brand-ball-color.special {
    background-color: #0193D1; }

.syndicate-builder .tattslotto.state-nsw .brand-ball-target,
.syndicate-confirmation .tattslotto.state-nsw .brand-ball-target {
  border-color: #E63C2F; }

.syndicate-builder .tattslotto.state-nsw .brand-ball-text,
.syndicate-confirmation .tattslotto.state-nsw .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .tattslotto.state-nsw .brand-ball-text.special,
  .syndicate-confirmation .tattslotto.state-nsw .brand-ball-text.special {
    color: #FFF; }

.purchase-app .tattslotto.state-nsw .draw-jackpot-color, .favourites-app .tattslotto.state-nsw .draw-jackpot-color, .my-subscriptions-app .tattslotto.state-nsw .draw-jackpot-color {
  color: #0193D1; }

.purchase-app .tattslotto.state-nsw .game-step-number-colors, .favourites-app .tattslotto.state-nsw .game-step-number-colors, .my-subscriptions-app .tattslotto.state-nsw .game-step-number-colors {
  color: #fff;
  background-color: #0193D1; }

.purchase-app .tattslotto.state-nsw .quickpick-background-color, .favourites-app .tattslotto.state-nsw .quickpick-background-color, .my-subscriptions-app .tattslotto.state-nsw .quickpick-background-color {
  background-color: #E63C2F; }

.purchase-app .tattslotto.state-nsw .brand-ball-color, .favourites-app .tattslotto.state-nsw .brand-ball-color, .my-subscriptions-app .tattslotto.state-nsw .brand-ball-color {
  background-color: #E63C2F; }
  .purchase-app .tattslotto.state-nsw .brand-ball-color.special, .favourites-app .tattslotto.state-nsw .brand-ball-color.special, .my-subscriptions-app .tattslotto.state-nsw .brand-ball-color.special {
    background-color: #0193D1; }

.purchase-app .tattslotto.state-nsw .brand-ball-target, .favourites-app .tattslotto.state-nsw .brand-ball-target, .my-subscriptions-app .tattslotto.state-nsw .brand-ball-target {
  border-color: #E63C2F; }

.purchase-app .tattslotto.state-nsw .brand-ball-text, .favourites-app .tattslotto.state-nsw .brand-ball-text, .my-subscriptions-app .tattslotto.state-nsw .brand-ball-text {
  color: #FFF; }
  .purchase-app .tattslotto.state-nsw .brand-ball-text.special, .favourites-app .tattslotto.state-nsw .brand-ball-text.special, .my-subscriptions-app .tattslotto.state-nsw .brand-ball-text.special {
    color: #FFF; }

.tattslotto.state-nsw .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--nswl-sl--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.state-nsw .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--nswl-sl--resultsBanner@2x.png"); } }

.tattslotto.state-nsw .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-satl.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.state-nsw .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-satl@2x.jpg"); } }

.tattslotto.state-nsw .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-sat-lotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.state-nsw .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-sat-lotto@2x.png"); } }

.tattslotto.state-nsw .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--sat-lotto.png");
  background-size: 128px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.state-nsw .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--sat-lotto@2x.png"); } }

.tattslotto.state-nsw .brand-results-numbers .number {
  background-color: #E63C2F;
  color: #FFF; }

.tattslotto.state-nsw .brand-results-numbers .suppsnumber {
  background-color: #0193D1;
  color: #FFF; }

.tattslotto.state-nsw .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.tattslotto.state-nsw .brand-results-footer {
  background-color: #E63C2F; }

.tattslotto.state-nsw .brand-colour-primary {
  background-color: #E63C2F; }

.tattslotto.state-nsw .brand-colour-primary-75 {
  background-color: rgba(230, 60, 47, 0.75); }

.tattslotto.state-nsw .brand-background-color-lite {
  background-color: rgba(230, 60, 47, 0.06); }

.tattslotto.state-nsw .brand-background-color {
  background-color: #e63c2f; }

.tattslotto.state-nsw .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(230, 60, 47, 0.06);
  border-left-color: transparent; }

.tattslotto.state-nsw .brand-colour-secondary {
  background-color: #0193D1; }

.tattslotto.state-nsw .brand-colour-overlay {
  background-color: rgba(230, 60, 47, 0.75); }

.tattslotto.state-nsw .brand-colour-primary-text {
  color: #E63C2F; }

.tattslotto.state-nsw .brand-colour-secondary-text {
  color: #0193D1; }

.tattslotto.state-nsw .brand-text-colour-primary {
  color: #FFF; }

.tattslotto.state-nsw .brand-text-colour-secondary {
  color: #FFF; }

.tattslotto.state-nsw .brand-border-colour-primary {
  border-color: #E63C2F; }

.tattslotto.state-nsw .brand-border-colour-secondary {
  border-color: #0193D1; }

.tattslotto.state-nsw .brand-button-primary {
  background-color: #E63C2F;
  color: #FFF; }
  .tattslotto.state-nsw .brand-button-primary:hover {
    background-color: #e53326; }

.tattslotto.state-nsw .brand-button-secondary {
  background-color: #0193D1;
  color: #FFF; }
  .tattslotto.state-nsw .brand-button-secondary:hover {
    background-color: #018cc7; }

.tattslotto.state-nsw .brand-gradient {
  background: linear-gradient(135deg, #FF0005 0%, #974EA5 100%); }

.state-act .coral-RichText-editor .saturday-lotto-primary, .state-act .rte-editor .saturday-lotto-primary, .state-act
.rte-content .saturday-lotto-primary {
  color: #E63C2F; }

.state-act .coral-RichText-editor .saturday-lotto-secondary, .state-act .rte-editor .saturday-lotto-secondary, .state-act
.rte-content .saturday-lotto-secondary {
  color: #0193D1; }

.syndicate-builder .tattslotto.state-act .step-number-colors,
.syndicate-builder .tattslotto.state-act .step-number-colors-before:before,
.syndicate-builder .tattslotto.state-act .step-number-colors-after:after,
.syndicate-confirmation .tattslotto.state-act .step-number-colors,
.syndicate-confirmation .tattslotto.state-act .step-number-colors-before:before,
.syndicate-confirmation .tattslotto.state-act .step-number-colors-after:after {
  color: #fff;
  background-color: #0193D1; }

.syndicate-builder .tattslotto.state-act .contrast-bg-color,
.syndicate-confirmation .tattslotto.state-act .contrast-bg-color {
  background-color: #E63C2F; }

.syndicate-builder .tattslotto.state-act .brand-ball-color,
.syndicate-confirmation .tattslotto.state-act .brand-ball-color {
  background-color: #E63C2F; }
  .syndicate-builder .tattslotto.state-act .brand-ball-color.special,
  .syndicate-confirmation .tattslotto.state-act .brand-ball-color.special {
    background-color: #0193D1; }

.syndicate-builder .tattslotto.state-act .brand-ball-target,
.syndicate-confirmation .tattslotto.state-act .brand-ball-target {
  border-color: #E63C2F; }

.syndicate-builder .tattslotto.state-act .brand-ball-text,
.syndicate-confirmation .tattslotto.state-act .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .tattslotto.state-act .brand-ball-text.special,
  .syndicate-confirmation .tattslotto.state-act .brand-ball-text.special {
    color: #FFF; }

.purchase-app .tattslotto.state-act .draw-jackpot-color, .favourites-app .tattslotto.state-act .draw-jackpot-color, .my-subscriptions-app .tattslotto.state-act .draw-jackpot-color {
  color: #0193D1; }

.purchase-app .tattslotto.state-act .game-step-number-colors, .favourites-app .tattslotto.state-act .game-step-number-colors, .my-subscriptions-app .tattslotto.state-act .game-step-number-colors {
  color: #fff;
  background-color: #0193D1; }

.purchase-app .tattslotto.state-act .quickpick-background-color, .favourites-app .tattslotto.state-act .quickpick-background-color, .my-subscriptions-app .tattslotto.state-act .quickpick-background-color {
  background-color: #E63C2F; }

.purchase-app .tattslotto.state-act .brand-ball-color, .favourites-app .tattslotto.state-act .brand-ball-color, .my-subscriptions-app .tattslotto.state-act .brand-ball-color {
  background-color: #E63C2F; }
  .purchase-app .tattslotto.state-act .brand-ball-color.special, .favourites-app .tattslotto.state-act .brand-ball-color.special, .my-subscriptions-app .tattslotto.state-act .brand-ball-color.special {
    background-color: #0193D1; }

.purchase-app .tattslotto.state-act .brand-ball-target, .favourites-app .tattslotto.state-act .brand-ball-target, .my-subscriptions-app .tattslotto.state-act .brand-ball-target {
  border-color: #E63C2F; }

.purchase-app .tattslotto.state-act .brand-ball-text, .favourites-app .tattslotto.state-act .brand-ball-text, .my-subscriptions-app .tattslotto.state-act .brand-ball-text {
  color: #FFF; }
  .purchase-app .tattslotto.state-act .brand-ball-text.special, .favourites-app .tattslotto.state-act .brand-ball-text.special, .my-subscriptions-app .tattslotto.state-act .brand-ball-text.special {
    color: #FFF; }

.tattslotto.state-act .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--nswl-sl--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.state-act .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--nswl-sl--resultsBanner@2x.png"); } }

.tattslotto.state-act .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-satl.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.state-act .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-satl@2x.jpg"); } }

.tattslotto.state-act .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-sat-lotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.state-act .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-sat-lotto@2x.png"); } }

.tattslotto.state-act .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--sat-lotto.png");
  background-size: 128px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.state-act .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--sat-lotto@2x.png"); } }

.tattslotto.state-act .brand-results-numbers .number {
  background-color: #E63C2F;
  color: #FFF; }

.tattslotto.state-act .brand-results-numbers .suppsnumber {
  background-color: #0193D1;
  color: #FFF; }

.tattslotto.state-act .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.tattslotto.state-act .brand-results-footer {
  background-color: #E63C2F; }

.tattslotto.state-act .brand-colour-primary {
  background-color: #E63C2F; }

.tattslotto.state-act .brand-colour-primary-75 {
  background-color: rgba(230, 60, 47, 0.75); }

.tattslotto.state-act .brand-background-color-lite {
  background-color: rgba(230, 60, 47, 0.06); }

.tattslotto.state-act .brand-background-color {
  background-color: #e63c2f; }

.tattslotto.state-act .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(230, 60, 47, 0.06);
  border-left-color: transparent; }

.tattslotto.state-act .brand-colour-secondary {
  background-color: #0193D1; }

.tattslotto.state-act .brand-colour-overlay {
  background-color: rgba(230, 60, 47, 0.75); }

.tattslotto.state-act .brand-colour-primary-text {
  color: #E63C2F; }

.tattslotto.state-act .brand-colour-secondary-text {
  color: #0193D1; }

.tattslotto.state-act .brand-text-colour-primary {
  color: #FFF; }

.tattslotto.state-act .brand-text-colour-secondary {
  color: #FFF; }

.tattslotto.state-act .brand-border-colour-primary {
  border-color: #E63C2F; }

.tattslotto.state-act .brand-border-colour-secondary {
  border-color: #0193D1; }

.tattslotto.state-act .brand-button-primary {
  background-color: #E63C2F;
  color: #FFF; }
  .tattslotto.state-act .brand-button-primary:hover {
    background-color: #e53326; }

.tattslotto.state-act .brand-button-secondary {
  background-color: #0193D1;
  color: #FFF; }
  .tattslotto.state-act .brand-button-secondary:hover {
    background-color: #018cc7; }

.tattslotto.state-act .brand-gradient {
  background: linear-gradient(135deg, #FF0005 0%, #974EA5 100%); }

.coral-RichText-editor .mon-wed-lotto-primary, .rte-editor .mon-wed-lotto-primary,
.rte-content .mon-wed-lotto-primary {
  color: #9E4398; }

.coral-RichText-editor .mon-wed-lotto-secondary, .rte-editor .mon-wed-lotto-secondary,
.rte-content .mon-wed-lotto-secondary {
  color: #0193D1; }

.syndicate-builder .monwedlotto .step-number-colors,
.syndicate-builder .monwedlotto .step-number-colors-before:before,
.syndicate-builder .monwedlotto .step-number-colors-after:after,
.syndicate-confirmation .monwedlotto .step-number-colors,
.syndicate-confirmation .monwedlotto .step-number-colors-before:before,
.syndicate-confirmation .monwedlotto .step-number-colors-after:after {
  color: #fff;
  background-color: #0193D1; }

.syndicate-builder .monwedlotto .contrast-bg-color,
.syndicate-confirmation .monwedlotto .contrast-bg-color {
  background-color: #9E4398; }

.syndicate-builder .monwedlotto .brand-ball-color,
.syndicate-confirmation .monwedlotto .brand-ball-color {
  background-color: #9E4398; }
  .syndicate-builder .monwedlotto .brand-ball-color.special,
  .syndicate-confirmation .monwedlotto .brand-ball-color.special {
    background-color: #0193D1; }

.syndicate-builder .monwedlotto .brand-ball-target,
.syndicate-confirmation .monwedlotto .brand-ball-target {
  border-color: #9E4398; }

.syndicate-builder .monwedlotto .brand-ball-text,
.syndicate-confirmation .monwedlotto .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .monwedlotto .brand-ball-text.special,
  .syndicate-confirmation .monwedlotto .brand-ball-text.special {
    color: #FFF; }

.purchase-app .monwedlotto .draw-jackpot-color, .favourites-app .monwedlotto .draw-jackpot-color, .my-subscriptions-app .monwedlotto .draw-jackpot-color {
  color: #0193D1; }

.purchase-app .monwedlotto .game-step-number-colors, .favourites-app .monwedlotto .game-step-number-colors, .my-subscriptions-app .monwedlotto .game-step-number-colors {
  color: #fff;
  background-color: #0193D1; }

.purchase-app .monwedlotto .quickpick-background-color, .favourites-app .monwedlotto .quickpick-background-color, .my-subscriptions-app .monwedlotto .quickpick-background-color {
  background-color: #9E4398; }

.purchase-app .monwedlotto .brand-ball-color, .favourites-app .monwedlotto .brand-ball-color, .my-subscriptions-app .monwedlotto .brand-ball-color {
  background-color: #9E4398; }
  .purchase-app .monwedlotto .brand-ball-color.special, .favourites-app .monwedlotto .brand-ball-color.special, .my-subscriptions-app .monwedlotto .brand-ball-color.special {
    background-color: #0193D1; }

.purchase-app .monwedlotto .brand-ball-target, .favourites-app .monwedlotto .brand-ball-target, .my-subscriptions-app .monwedlotto .brand-ball-target {
  border-color: #9E4398; }

.purchase-app .monwedlotto .brand-ball-text, .favourites-app .monwedlotto .brand-ball-text, .my-subscriptions-app .monwedlotto .brand-ball-text {
  color: #FFF; }
  .purchase-app .monwedlotto .brand-ball-text.special, .favourites-app .monwedlotto .brand-ball-text.special, .my-subscriptions-app .monwedlotto .brand-ball-text.special {
    color: #FFF; }

.monwedlotto .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--tts-mwtl--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--tts-mwtl--resultsBanner@2x.png"); } }

.monwedlotto .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-mwtl.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-mwtl@2x.jpg"); } }

.monwedlotto .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-monwed-tattslotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-monwed-tattslotto@2x.png"); } }

.monwedlotto .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--monwed-tattslotto-stack.png");
  background-size: 94px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--monwed-tattslotto-stack@2x.png"); } }

.monwedlotto .brand-results-numbers .number {
  background-color: #9E4398;
  color: #FFF; }

.monwedlotto .brand-results-numbers .suppsnumber {
  background-color: #0193D1;
  color: #FFF; }

.monwedlotto .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.monwedlotto .brand-results-footer {
  background-color: #9E4398; }

.monwedlotto .brand-colour-primary {
  background-color: #9E4398; }

.monwedlotto .brand-colour-primary-75 {
  background-color: rgba(158, 67, 152, 0.75); }

.monwedlotto .brand-background-color-lite {
  background-color: rgba(158, 67, 152, 0.06); }

.monwedlotto .brand-background-color {
  background-color: #9e4398; }

.monwedlotto .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(158, 67, 152, 0.06);
  border-left-color: transparent; }

.monwedlotto .brand-colour-secondary {
  background-color: #0193D1; }

.monwedlotto .brand-colour-overlay {
  background-color: rgba(158, 67, 152, 0.75); }

.monwedlotto .brand-colour-primary-text {
  color: #9E4398; }

.monwedlotto .brand-colour-secondary-text {
  color: #0193D1; }

.monwedlotto .brand-text-colour-primary {
  color: #FFF; }

.monwedlotto .brand-text-colour-secondary {
  color: #FFF; }

.monwedlotto .brand-border-colour-primary {
  border-color: #9E4398; }

.monwedlotto .brand-border-colour-secondary {
  border-color: #0193D1; }

.monwedlotto .brand-button-primary {
  background-color: #9E4398;
  color: #FFF; }
  .monwedlotto .brand-button-primary:hover {
    background-color: #974091; }

.monwedlotto .brand-button-secondary {
  background-color: #0193D1;
  color: #FFF; }
  .monwedlotto .brand-button-secondary:hover {
    background-color: #018cc7; }

.monwedlotto .brand-gradient {
  background: linear-gradient(135deg, #9E4398 0%, #BD81D6 31%, #0193D1 100%); }

.state-qld .coral-RichText-editor .mon-wed-lotto-primary, .state-qld .rte-editor .mon-wed-lotto-primary, .state-qld
.rte-content .mon-wed-lotto-primary {
  color: #9E4398; }

.state-qld .coral-RichText-editor .mon-wed-lotto-secondary, .state-qld .rte-editor .mon-wed-lotto-secondary, .state-qld
.rte-content .mon-wed-lotto-secondary {
  color: #0193D1; }

.syndicate-builder .monwedlotto.state-qld .step-number-colors,
.syndicate-builder .monwedlotto.state-qld .step-number-colors-before:before,
.syndicate-builder .monwedlotto.state-qld .step-number-colors-after:after,
.syndicate-confirmation .monwedlotto.state-qld .step-number-colors,
.syndicate-confirmation .monwedlotto.state-qld .step-number-colors-before:before,
.syndicate-confirmation .monwedlotto.state-qld .step-number-colors-after:after {
  color: #fff;
  background-color: #0193D1; }

.syndicate-builder .monwedlotto.state-qld .contrast-bg-color,
.syndicate-confirmation .monwedlotto.state-qld .contrast-bg-color {
  background-color: #9E4398; }

.syndicate-builder .monwedlotto.state-qld .brand-ball-color,
.syndicate-confirmation .monwedlotto.state-qld .brand-ball-color {
  background-color: #9E4398; }
  .syndicate-builder .monwedlotto.state-qld .brand-ball-color.special,
  .syndicate-confirmation .monwedlotto.state-qld .brand-ball-color.special {
    background-color: #0193D1; }

.syndicate-builder .monwedlotto.state-qld .brand-ball-target,
.syndicate-confirmation .monwedlotto.state-qld .brand-ball-target {
  border-color: #9E4398; }

.syndicate-builder .monwedlotto.state-qld .brand-ball-text,
.syndicate-confirmation .monwedlotto.state-qld .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .monwedlotto.state-qld .brand-ball-text.special,
  .syndicate-confirmation .monwedlotto.state-qld .brand-ball-text.special {
    color: #FFF; }

.purchase-app .monwedlotto.state-qld .draw-jackpot-color, .favourites-app .monwedlotto.state-qld .draw-jackpot-color, .my-subscriptions-app .monwedlotto.state-qld .draw-jackpot-color {
  color: #0193D1; }

.purchase-app .monwedlotto.state-qld .game-step-number-colors, .favourites-app .monwedlotto.state-qld .game-step-number-colors, .my-subscriptions-app .monwedlotto.state-qld .game-step-number-colors {
  color: #fff;
  background-color: #0193D1; }

.purchase-app .monwedlotto.state-qld .quickpick-background-color, .favourites-app .monwedlotto.state-qld .quickpick-background-color, .my-subscriptions-app .monwedlotto.state-qld .quickpick-background-color {
  background-color: #9E4398; }

.purchase-app .monwedlotto.state-qld .brand-ball-color, .favourites-app .monwedlotto.state-qld .brand-ball-color, .my-subscriptions-app .monwedlotto.state-qld .brand-ball-color {
  background-color: #9E4398; }
  .purchase-app .monwedlotto.state-qld .brand-ball-color.special, .favourites-app .monwedlotto.state-qld .brand-ball-color.special, .my-subscriptions-app .monwedlotto.state-qld .brand-ball-color.special {
    background-color: #0193D1; }

.purchase-app .monwedlotto.state-qld .brand-ball-target, .favourites-app .monwedlotto.state-qld .brand-ball-target, .my-subscriptions-app .monwedlotto.state-qld .brand-ball-target {
  border-color: #9E4398; }

.purchase-app .monwedlotto.state-qld .brand-ball-text, .favourites-app .monwedlotto.state-qld .brand-ball-text, .my-subscriptions-app .monwedlotto.state-qld .brand-ball-text {
  color: #FFF; }
  .purchase-app .monwedlotto.state-qld .brand-ball-text.special, .favourites-app .monwedlotto.state-qld .brand-ball-text.special, .my-subscriptions-app .monwedlotto.state-qld .brand-ball-text.special {
    color: #FFF; }

.monwedlotto.state-qld .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--gc-mwgl--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.state-qld .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--gc-mwgl--resultsBanner@2x.png"); } }

.monwedlotto.state-qld .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-mwgl.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.state-qld .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-mwgl@2x.jpg"); } }

.monwedlotto.state-qld .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-monwed-goldlotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.state-qld .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-monwed-goldlotto@2x.png"); } }

.monwedlotto.state-qld .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--monwed-goldlotto.png");
  background-size: 100px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.state-qld .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--monwed-goldlotto@2x.png"); } }

.monwedlotto.state-qld .brand-results-numbers .number {
  background-color: #9E4398;
  color: #FFF; }

.monwedlotto.state-qld .brand-results-numbers .suppsnumber {
  background-color: #0193D1;
  color: #FFF; }

.monwedlotto.state-qld .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.monwedlotto.state-qld .brand-results-footer {
  background-color: #9E4398; }

.monwedlotto.state-qld .brand-colour-primary {
  background-color: #9E4398; }

.monwedlotto.state-qld .brand-colour-primary-75 {
  background-color: rgba(158, 67, 152, 0.75); }

.monwedlotto.state-qld .brand-background-color-lite {
  background-color: rgba(158, 67, 152, 0.06); }

.monwedlotto.state-qld .brand-background-color {
  background-color: #9e4398; }

.monwedlotto.state-qld .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(158, 67, 152, 0.06);
  border-left-color: transparent; }

.monwedlotto.state-qld .brand-colour-secondary {
  background-color: #0193D1; }

.monwedlotto.state-qld .brand-colour-overlay {
  background-color: rgba(158, 67, 152, 0.75); }

.monwedlotto.state-qld .brand-colour-primary-text {
  color: #9E4398; }

.monwedlotto.state-qld .brand-colour-secondary-text {
  color: #0193D1; }

.monwedlotto.state-qld .brand-text-colour-primary {
  color: #FFF; }

.monwedlotto.state-qld .brand-text-colour-secondary {
  color: #FFF; }

.monwedlotto.state-qld .brand-border-colour-primary {
  border-color: #9E4398; }

.monwedlotto.state-qld .brand-border-colour-secondary {
  border-color: #0193D1; }

.monwedlotto.state-qld .brand-button-primary {
  background-color: #9E4398;
  color: #FFF; }
  .monwedlotto.state-qld .brand-button-primary:hover {
    background-color: #974091; }

.monwedlotto.state-qld .brand-button-secondary {
  background-color: #0193D1;
  color: #FFF; }
  .monwedlotto.state-qld .brand-button-secondary:hover {
    background-color: #018cc7; }

.monwedlotto.state-qld .brand-gradient {
  background: linear-gradient(135deg, #9E4398 0%, #BD81D6 31%, #0193D1 100%); }

.state-sa .coral-RichText-editor .mon-wed-lotto-primary, .state-sa .rte-editor .mon-wed-lotto-primary, .state-sa
.rte-content .mon-wed-lotto-primary {
  color: #9E4398; }

.state-sa .coral-RichText-editor .mon-wed-lotto-secondary, .state-sa .rte-editor .mon-wed-lotto-secondary, .state-sa
.rte-content .mon-wed-lotto-secondary {
  color: #0193D1; }

.syndicate-builder .monwedlotto.state-sa .step-number-colors,
.syndicate-builder .monwedlotto.state-sa .step-number-colors-before:before,
.syndicate-builder .monwedlotto.state-sa .step-number-colors-after:after,
.syndicate-confirmation .monwedlotto.state-sa .step-number-colors,
.syndicate-confirmation .monwedlotto.state-sa .step-number-colors-before:before,
.syndicate-confirmation .monwedlotto.state-sa .step-number-colors-after:after {
  color: #fff;
  background-color: #0193D1; }

.syndicate-builder .monwedlotto.state-sa .contrast-bg-color,
.syndicate-confirmation .monwedlotto.state-sa .contrast-bg-color {
  background-color: #9E4398; }

.syndicate-builder .monwedlotto.state-sa .brand-ball-color,
.syndicate-confirmation .monwedlotto.state-sa .brand-ball-color {
  background-color: #9E4398; }
  .syndicate-builder .monwedlotto.state-sa .brand-ball-color.special,
  .syndicate-confirmation .monwedlotto.state-sa .brand-ball-color.special {
    background-color: #0193D1; }

.syndicate-builder .monwedlotto.state-sa .brand-ball-target,
.syndicate-confirmation .monwedlotto.state-sa .brand-ball-target {
  border-color: #9E4398; }

.syndicate-builder .monwedlotto.state-sa .brand-ball-text,
.syndicate-confirmation .monwedlotto.state-sa .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .monwedlotto.state-sa .brand-ball-text.special,
  .syndicate-confirmation .monwedlotto.state-sa .brand-ball-text.special {
    color: #FFF; }

.purchase-app .monwedlotto.state-sa .draw-jackpot-color, .favourites-app .monwedlotto.state-sa .draw-jackpot-color, .my-subscriptions-app .monwedlotto.state-sa .draw-jackpot-color {
  color: #0193D1; }

.purchase-app .monwedlotto.state-sa .game-step-number-colors, .favourites-app .monwedlotto.state-sa .game-step-number-colors, .my-subscriptions-app .monwedlotto.state-sa .game-step-number-colors {
  color: #fff;
  background-color: #0193D1; }

.purchase-app .monwedlotto.state-sa .quickpick-background-color, .favourites-app .monwedlotto.state-sa .quickpick-background-color, .my-subscriptions-app .monwedlotto.state-sa .quickpick-background-color {
  background-color: #9E4398; }

.purchase-app .monwedlotto.state-sa .brand-ball-color, .favourites-app .monwedlotto.state-sa .brand-ball-color, .my-subscriptions-app .monwedlotto.state-sa .brand-ball-color {
  background-color: #9E4398; }
  .purchase-app .monwedlotto.state-sa .brand-ball-color.special, .favourites-app .monwedlotto.state-sa .brand-ball-color.special, .my-subscriptions-app .monwedlotto.state-sa .brand-ball-color.special {
    background-color: #0193D1; }

.purchase-app .monwedlotto.state-sa .brand-ball-target, .favourites-app .monwedlotto.state-sa .brand-ball-target, .my-subscriptions-app .monwedlotto.state-sa .brand-ball-target {
  border-color: #9E4398; }

.purchase-app .monwedlotto.state-sa .brand-ball-text, .favourites-app .monwedlotto.state-sa .brand-ball-text, .my-subscriptions-app .monwedlotto.state-sa .brand-ball-text {
  color: #FFF; }
  .purchase-app .monwedlotto.state-sa .brand-ball-text.special, .favourites-app .monwedlotto.state-sa .brand-ball-text.special, .my-subscriptions-app .monwedlotto.state-sa .brand-ball-text.special {
    color: #FFF; }

.monwedlotto.state-sa .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--sal-mwxl--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.state-sa .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--sal-mwxl--resultsBanner@2x.png"); } }

.monwedlotto.state-sa .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-mwxl.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.state-sa .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-mwxl@2x.jpg"); } }

.monwedlotto.state-sa .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-monwed-xlotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.state-sa .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-monwed-xlotto@2x.png"); } }

.monwedlotto.state-sa .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--monwed-xlotto.png");
  background-size: 75px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.state-sa .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--monwed-xlotto@2x.png"); } }

.monwedlotto.state-sa .brand-results-numbers .number {
  background-color: #9E4398;
  color: #FFF; }

.monwedlotto.state-sa .brand-results-numbers .suppsnumber {
  background-color: #0193D1;
  color: #FFF; }

.monwedlotto.state-sa .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.monwedlotto.state-sa .brand-results-footer {
  background-color: #9E4398; }

.monwedlotto.state-sa .brand-colour-primary {
  background-color: #9E4398; }

.monwedlotto.state-sa .brand-colour-primary-75 {
  background-color: rgba(158, 67, 152, 0.75); }

.monwedlotto.state-sa .brand-background-color-lite {
  background-color: rgba(158, 67, 152, 0.06); }

.monwedlotto.state-sa .brand-background-color {
  background-color: #9e4398; }

.monwedlotto.state-sa .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(158, 67, 152, 0.06);
  border-left-color: transparent; }

.monwedlotto.state-sa .brand-colour-secondary {
  background-color: #0193D1; }

.monwedlotto.state-sa .brand-colour-overlay {
  background-color: rgba(158, 67, 152, 0.75); }

.monwedlotto.state-sa .brand-colour-primary-text {
  color: #9E4398; }

.monwedlotto.state-sa .brand-colour-secondary-text {
  color: #0193D1; }

.monwedlotto.state-sa .brand-text-colour-primary {
  color: #FFF; }

.monwedlotto.state-sa .brand-text-colour-secondary {
  color: #FFF; }

.monwedlotto.state-sa .brand-border-colour-primary {
  border-color: #9E4398; }

.monwedlotto.state-sa .brand-border-colour-secondary {
  border-color: #0193D1; }

.monwedlotto.state-sa .brand-button-primary {
  background-color: #9E4398;
  color: #FFF; }
  .monwedlotto.state-sa .brand-button-primary:hover {
    background-color: #974091; }

.monwedlotto.state-sa .brand-button-secondary {
  background-color: #0193D1;
  color: #FFF; }
  .monwedlotto.state-sa .brand-button-secondary:hover {
    background-color: #018cc7; }

.monwedlotto.state-sa .brand-gradient {
  background: linear-gradient(135deg, #08346F 0%, #0C4DA2 100%); }

.state-nsw .coral-RichText-editor .mon-wed-lotto-primary, .state-nsw .rte-editor .mon-wed-lotto-primary, .state-nsw
.rte-content .mon-wed-lotto-primary {
  color: #9E4398; }

.state-nsw .coral-RichText-editor .mon-wed-lotto-secondary, .state-nsw .rte-editor .mon-wed-lotto-secondary, .state-nsw
.rte-content .mon-wed-lotto-secondary {
  color: #0193D1; }

.syndicate-builder .monwedlotto.state-nsw .step-number-colors,
.syndicate-builder .monwedlotto.state-nsw .step-number-colors-before:before,
.syndicate-builder .monwedlotto.state-nsw .step-number-colors-after:after,
.syndicate-confirmation .monwedlotto.state-nsw .step-number-colors,
.syndicate-confirmation .monwedlotto.state-nsw .step-number-colors-before:before,
.syndicate-confirmation .monwedlotto.state-nsw .step-number-colors-after:after {
  color: #fff;
  background-color: #0193D1; }

.syndicate-builder .monwedlotto.state-nsw .contrast-bg-color,
.syndicate-confirmation .monwedlotto.state-nsw .contrast-bg-color {
  background-color: #9E4398; }

.syndicate-builder .monwedlotto.state-nsw .brand-ball-color,
.syndicate-confirmation .monwedlotto.state-nsw .brand-ball-color {
  background-color: #9E4398; }
  .syndicate-builder .monwedlotto.state-nsw .brand-ball-color.special,
  .syndicate-confirmation .monwedlotto.state-nsw .brand-ball-color.special {
    background-color: #0193D1; }

.syndicate-builder .monwedlotto.state-nsw .brand-ball-target,
.syndicate-confirmation .monwedlotto.state-nsw .brand-ball-target {
  border-color: #9E4398; }

.syndicate-builder .monwedlotto.state-nsw .brand-ball-text,
.syndicate-confirmation .monwedlotto.state-nsw .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .monwedlotto.state-nsw .brand-ball-text.special,
  .syndicate-confirmation .monwedlotto.state-nsw .brand-ball-text.special {
    color: #FFF; }

.purchase-app .monwedlotto.state-nsw .draw-jackpot-color, .favourites-app .monwedlotto.state-nsw .draw-jackpot-color, .my-subscriptions-app .monwedlotto.state-nsw .draw-jackpot-color {
  color: #0193D1; }

.purchase-app .monwedlotto.state-nsw .game-step-number-colors, .favourites-app .monwedlotto.state-nsw .game-step-number-colors, .my-subscriptions-app .monwedlotto.state-nsw .game-step-number-colors {
  color: #fff;
  background-color: #0193D1; }

.purchase-app .monwedlotto.state-nsw .quickpick-background-color, .favourites-app .monwedlotto.state-nsw .quickpick-background-color, .my-subscriptions-app .monwedlotto.state-nsw .quickpick-background-color {
  background-color: #9E4398; }

.purchase-app .monwedlotto.state-nsw .brand-ball-color, .favourites-app .monwedlotto.state-nsw .brand-ball-color, .my-subscriptions-app .monwedlotto.state-nsw .brand-ball-color {
  background-color: #9E4398; }
  .purchase-app .monwedlotto.state-nsw .brand-ball-color.special, .favourites-app .monwedlotto.state-nsw .brand-ball-color.special, .my-subscriptions-app .monwedlotto.state-nsw .brand-ball-color.special {
    background-color: #0193D1; }

.purchase-app .monwedlotto.state-nsw .brand-ball-target, .favourites-app .monwedlotto.state-nsw .brand-ball-target, .my-subscriptions-app .monwedlotto.state-nsw .brand-ball-target {
  border-color: #9E4398; }

.purchase-app .monwedlotto.state-nsw .brand-ball-text, .favourites-app .monwedlotto.state-nsw .brand-ball-text, .my-subscriptions-app .monwedlotto.state-nsw .brand-ball-text {
  color: #FFF; }
  .purchase-app .monwedlotto.state-nsw .brand-ball-text.special, .favourites-app .monwedlotto.state-nsw .brand-ball-text.special, .my-subscriptions-app .monwedlotto.state-nsw .brand-ball-text.special {
    color: #FFF; }

.monwedlotto.state-nsw .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--nswl-mwl--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.state-nsw .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--nswl-mwl--resultsBanner@2x.png"); } }

.monwedlotto.state-nsw .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-mwl.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.state-nsw .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-mwl@2x.jpg"); } }

.monwedlotto.state-nsw .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-monwed-lotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.state-nsw .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-monwed-lotto@2x.png"); } }

.monwedlotto.state-nsw .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--monwed-lotto.png");
  background-size: 99px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.state-nsw .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--monwed-lotto@2x.png"); } }

.monwedlotto.state-nsw .brand-results-numbers .number {
  background-color: #9E4398;
  color: #FFF; }

.monwedlotto.state-nsw .brand-results-numbers .suppsnumber {
  background-color: #0193D1;
  color: #FFF; }

.monwedlotto.state-nsw .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.monwedlotto.state-nsw .brand-results-footer {
  background-color: #9E4398; }

.monwedlotto.state-nsw .brand-colour-primary {
  background-color: #9E4398; }

.monwedlotto.state-nsw .brand-colour-primary-75 {
  background-color: rgba(158, 67, 152, 0.75); }

.monwedlotto.state-nsw .brand-background-color-lite {
  background-color: rgba(158, 67, 152, 0.06); }

.monwedlotto.state-nsw .brand-background-color {
  background-color: #9e4398; }

.monwedlotto.state-nsw .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(158, 67, 152, 0.06);
  border-left-color: transparent; }

.monwedlotto.state-nsw .brand-colour-secondary {
  background-color: #0193D1; }

.monwedlotto.state-nsw .brand-colour-overlay {
  background-color: rgba(158, 67, 152, 0.75); }

.monwedlotto.state-nsw .brand-colour-primary-text {
  color: #9E4398; }

.monwedlotto.state-nsw .brand-colour-secondary-text {
  color: #0193D1; }

.monwedlotto.state-nsw .brand-text-colour-primary {
  color: #FFF; }

.monwedlotto.state-nsw .brand-text-colour-secondary {
  color: #FFF; }

.monwedlotto.state-nsw .brand-border-colour-primary {
  border-color: #9E4398; }

.monwedlotto.state-nsw .brand-border-colour-secondary {
  border-color: #0193D1; }

.monwedlotto.state-nsw .brand-button-primary {
  background-color: #9E4398;
  color: #FFF; }
  .monwedlotto.state-nsw .brand-button-primary:hover {
    background-color: #974091; }

.monwedlotto.state-nsw .brand-button-secondary {
  background-color: #0193D1;
  color: #FFF; }
  .monwedlotto.state-nsw .brand-button-secondary:hover {
    background-color: #018cc7; }

.monwedlotto.state-nsw .brand-gradient {
  background: linear-gradient(135deg, #9E4398 0%, #BD81D6 31%, #0193D1 100%); }

.state-act .coral-RichText-editor .mon-wed-lotto-primary, .state-act .rte-editor .mon-wed-lotto-primary, .state-act
.rte-content .mon-wed-lotto-primary {
  color: #9E4398; }

.state-act .coral-RichText-editor .mon-wed-lotto-secondary, .state-act .rte-editor .mon-wed-lotto-secondary, .state-act
.rte-content .mon-wed-lotto-secondary {
  color: #0193D1; }

.syndicate-builder .monwedlotto.state-act .step-number-colors,
.syndicate-builder .monwedlotto.state-act .step-number-colors-before:before,
.syndicate-builder .monwedlotto.state-act .step-number-colors-after:after,
.syndicate-confirmation .monwedlotto.state-act .step-number-colors,
.syndicate-confirmation .monwedlotto.state-act .step-number-colors-before:before,
.syndicate-confirmation .monwedlotto.state-act .step-number-colors-after:after {
  color: #fff;
  background-color: #0193D1; }

.syndicate-builder .monwedlotto.state-act .contrast-bg-color,
.syndicate-confirmation .monwedlotto.state-act .contrast-bg-color {
  background-color: #9E4398; }

.syndicate-builder .monwedlotto.state-act .brand-ball-color,
.syndicate-confirmation .monwedlotto.state-act .brand-ball-color {
  background-color: #9E4398; }
  .syndicate-builder .monwedlotto.state-act .brand-ball-color.special,
  .syndicate-confirmation .monwedlotto.state-act .brand-ball-color.special {
    background-color: #0193D1; }

.syndicate-builder .monwedlotto.state-act .brand-ball-target,
.syndicate-confirmation .monwedlotto.state-act .brand-ball-target {
  border-color: #9E4398; }

.syndicate-builder .monwedlotto.state-act .brand-ball-text,
.syndicate-confirmation .monwedlotto.state-act .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .monwedlotto.state-act .brand-ball-text.special,
  .syndicate-confirmation .monwedlotto.state-act .brand-ball-text.special {
    color: #FFF; }

.purchase-app .monwedlotto.state-act .draw-jackpot-color, .favourites-app .monwedlotto.state-act .draw-jackpot-color, .my-subscriptions-app .monwedlotto.state-act .draw-jackpot-color {
  color: #0193D1; }

.purchase-app .monwedlotto.state-act .game-step-number-colors, .favourites-app .monwedlotto.state-act .game-step-number-colors, .my-subscriptions-app .monwedlotto.state-act .game-step-number-colors {
  color: #fff;
  background-color: #0193D1; }

.purchase-app .monwedlotto.state-act .quickpick-background-color, .favourites-app .monwedlotto.state-act .quickpick-background-color, .my-subscriptions-app .monwedlotto.state-act .quickpick-background-color {
  background-color: #9E4398; }

.purchase-app .monwedlotto.state-act .brand-ball-color, .favourites-app .monwedlotto.state-act .brand-ball-color, .my-subscriptions-app .monwedlotto.state-act .brand-ball-color {
  background-color: #9E4398; }
  .purchase-app .monwedlotto.state-act .brand-ball-color.special, .favourites-app .monwedlotto.state-act .brand-ball-color.special, .my-subscriptions-app .monwedlotto.state-act .brand-ball-color.special {
    background-color: #0193D1; }

.purchase-app .monwedlotto.state-act .brand-ball-target, .favourites-app .monwedlotto.state-act .brand-ball-target, .my-subscriptions-app .monwedlotto.state-act .brand-ball-target {
  border-color: #9E4398; }

.purchase-app .monwedlotto.state-act .brand-ball-text, .favourites-app .monwedlotto.state-act .brand-ball-text, .my-subscriptions-app .monwedlotto.state-act .brand-ball-text {
  color: #FFF; }
  .purchase-app .monwedlotto.state-act .brand-ball-text.special, .favourites-app .monwedlotto.state-act .brand-ball-text.special, .my-subscriptions-app .monwedlotto.state-act .brand-ball-text.special {
    color: #FFF; }

.monwedlotto.state-act .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--nswl-mwl--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.state-act .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--nswl-mwl--resultsBanner@2x.png"); } }

.monwedlotto.state-act .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-mwl.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.state-act .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-mwl@2x.jpg"); } }

.monwedlotto.state-act .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-monwed-lotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.state-act .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-monwed-lotto@2x.png"); } }

.monwedlotto.state-act .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--monwed-lotto.png");
  background-size: 99px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.state-act .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--monwed-lotto@2x.png"); } }

.monwedlotto.state-act .brand-results-numbers .number {
  background-color: #9E4398;
  color: #FFF; }

.monwedlotto.state-act .brand-results-numbers .suppsnumber {
  background-color: #0193D1;
  color: #FFF; }

.monwedlotto.state-act .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.monwedlotto.state-act .brand-results-footer {
  background-color: #9E4398; }

.monwedlotto.state-act .brand-colour-primary {
  background-color: #9E4398; }

.monwedlotto.state-act .brand-colour-primary-75 {
  background-color: rgba(158, 67, 152, 0.75); }

.monwedlotto.state-act .brand-background-color-lite {
  background-color: rgba(158, 67, 152, 0.06); }

.monwedlotto.state-act .brand-background-color {
  background-color: #9e4398; }

.monwedlotto.state-act .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(158, 67, 152, 0.06);
  border-left-color: transparent; }

.monwedlotto.state-act .brand-colour-secondary {
  background-color: #0193D1; }

.monwedlotto.state-act .brand-colour-overlay {
  background-color: rgba(158, 67, 152, 0.75); }

.monwedlotto.state-act .brand-colour-primary-text {
  color: #9E4398; }

.monwedlotto.state-act .brand-colour-secondary-text {
  color: #0193D1; }

.monwedlotto.state-act .brand-text-colour-primary {
  color: #FFF; }

.monwedlotto.state-act .brand-text-colour-secondary {
  color: #FFF; }

.monwedlotto.state-act .brand-border-colour-primary {
  border-color: #9E4398; }

.monwedlotto.state-act .brand-border-colour-secondary {
  border-color: #0193D1; }

.monwedlotto.state-act .brand-button-primary {
  background-color: #9E4398;
  color: #FFF; }
  .monwedlotto.state-act .brand-button-primary:hover {
    background-color: #974091; }

.monwedlotto.state-act .brand-button-secondary {
  background-color: #0193D1;
  color: #FFF; }
  .monwedlotto.state-act .brand-button-secondary:hover {
    background-color: #018cc7; }

.monwedlotto.state-act .brand-gradient {
  background: linear-gradient(135deg, #9E4398 0%, #BD81D6 31%, #0193D1 100%); }

.syndicate-builder .wedlotto .step-number-colors,
.syndicate-builder .wedlotto .step-number-colors-before:before,
.syndicate-builder .wedlotto .step-number-colors-after:after,
.syndicate-confirmation .wedlotto .step-number-colors,
.syndicate-confirmation .wedlotto .step-number-colors-before:before,
.syndicate-confirmation .wedlotto .step-number-colors-after:after {
  color: #fff;
  background-color: #E8E8E8; }

.syndicate-builder .wedlotto .contrast-bg-color,
.syndicate-confirmation .wedlotto .contrast-bg-color {
  background-color: #E8E8E8; }

.syndicate-builder .wedlotto .brand-ball-color,
.syndicate-confirmation .wedlotto .brand-ball-color {
  background-color: #E8E8E8; }
  .syndicate-builder .wedlotto .brand-ball-color.special,
  .syndicate-confirmation .wedlotto .brand-ball-color.special {
    background-color: #E8E8E8; }

.syndicate-builder .wedlotto .brand-ball-target,
.syndicate-confirmation .wedlotto .brand-ball-target {
  border-color: #E8E8E8; }

.syndicate-builder .wedlotto .brand-ball-text,
.syndicate-confirmation .wedlotto .brand-ball-text {
  color: #E8E8E8; }
  .syndicate-builder .wedlotto .brand-ball-text.special,
  .syndicate-confirmation .wedlotto .brand-ball-text.special {
    color: #E8E8E8; }

.purchase-app .wedlotto .draw-jackpot-color, .favourites-app .wedlotto .draw-jackpot-color, .my-subscriptions-app .wedlotto .draw-jackpot-color {
  color: #E8E8E8; }

.purchase-app .wedlotto .game-step-number-colors, .favourites-app .wedlotto .game-step-number-colors, .my-subscriptions-app .wedlotto .game-step-number-colors {
  color: #fff;
  background-color: #E8E8E8; }

.purchase-app .wedlotto .quickpick-background-color, .favourites-app .wedlotto .quickpick-background-color, .my-subscriptions-app .wedlotto .quickpick-background-color {
  background-color: #E8E8E8; }

.purchase-app .wedlotto .brand-ball-color, .favourites-app .wedlotto .brand-ball-color, .my-subscriptions-app .wedlotto .brand-ball-color {
  background-color: #E8E8E8; }
  .purchase-app .wedlotto .brand-ball-color.special, .favourites-app .wedlotto .brand-ball-color.special, .my-subscriptions-app .wedlotto .brand-ball-color.special {
    background-color: #E8E8E8; }

.purchase-app .wedlotto .brand-ball-target, .favourites-app .wedlotto .brand-ball-target, .my-subscriptions-app .wedlotto .brand-ball-target {
  border-color: #E8E8E8; }

.purchase-app .wedlotto .brand-ball-text, .favourites-app .wedlotto .brand-ball-text, .my-subscriptions-app .wedlotto .brand-ball-text {
  color: #E8E8E8; }
  .purchase-app .wedlotto .brand-ball-text.special, .favourites-app .wedlotto .brand-ball-text.special, .my-subscriptions-app .wedlotto .brand-ball-text.special {
    color: #E8E8E8; }

.wedlotto .brand-short-banner {
  background-image: url("clientlibs/images/banners/.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .wedlotto .brand-short-banner {
      background-image: url("clientlibs/images/banners/@2x.png"); } }

.wedlotto .brand-long-banner {
  background-image: url("clientlibs/images/banners/.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .wedlotto .brand-long-banner {
      background-image: url("clientlibs/images/banners/@2x.jpg"); } }

.wedlotto .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .wedlotto .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/@2x.png"); } }

.wedlotto .brand-logo {
  background-image: url("clientlibs/images/logo/products/.png");
  background-size: 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .wedlotto .brand-logo {
      background-image: url("clientlibs/images/logo/products/@2x.png"); } }

.wedlotto .brand-results-numbers .number {
  background-color: #E8E8E8;
  color: #E8E8E8; }

.wedlotto .brand-results-numbers .suppsnumber {
  background-color: #E8E8E8;
  color: #E8E8E8; }

.wedlotto .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.wedlotto .brand-results-footer {
  background-color: #E8E8E8; }

.wedlotto .brand-colour-primary {
  background-color: #E8E8E8; }

.wedlotto .brand-colour-primary-75 {
  background-color: rgba(232, 232, 232, 0.75); }

.wedlotto .brand-background-color-lite {
  background-color: rgba(232, 232, 232, 0.06); }

.wedlotto .brand-background-color {
  background-color: #e8e8e8; }

.wedlotto .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(232, 232, 232, 0.06);
  border-left-color: transparent; }

.wedlotto .brand-colour-secondary {
  background-color: #E8E8E8; }

.wedlotto .brand-colour-overlay {
  background-color: rgba(232, 232, 232, 0.75); }

.wedlotto .brand-colour-primary-text {
  color: #E8E8E8; }

.wedlotto .brand-colour-secondary-text {
  color: #E8E8E8; }

.wedlotto .brand-text-colour-primary {
  color: #E8E8E8; }

.wedlotto .brand-text-colour-secondary {
  color: #E8E8E8; }

.wedlotto .brand-border-colour-primary {
  border-color: #E8E8E8; }

.wedlotto .brand-border-colour-secondary {
  border-color: #E8E8E8; }

.wedlotto .brand-button-primary {
  background-color: #E8E8E8;
  color: #E8E8E8; }
  .wedlotto .brand-button-primary:hover {
    background-color: #e3e3e3; }

.wedlotto .brand-button-secondary {
  background-color: #E8E8E8;
  color: #E8E8E8; }
  .wedlotto .brand-button-secondary:hover {
    background-color: #e3e3e3; }

.wedlotto .brand-gradient {
  background: radial-gradient(circle, #FFFFFF 20%, #FFFFFF 30%, #CDD1D0 100%); }

.coral-RichText-editor .super-66-primary, .rte-editor .super-66-primary,
.rte-content .super-66-primary {
  color: #DA3832; }

.coral-RichText-editor .super-66-secondary, .rte-editor .super-66-secondary,
.rte-content .super-66-secondary {
  color: #DA3832; }

.syndicate-builder .super66 .step-number-colors,
.syndicate-builder .super66 .step-number-colors-before:before,
.syndicate-builder .super66 .step-number-colors-after:after,
.syndicate-confirmation .super66 .step-number-colors,
.syndicate-confirmation .super66 .step-number-colors-before:before,
.syndicate-confirmation .super66 .step-number-colors-after:after {
  color: #fff;
  background-color: #DA3832; }

.syndicate-builder .super66 .contrast-bg-color,
.syndicate-confirmation .super66 .contrast-bg-color {
  background-color: #DA3832; }

.syndicate-builder .super66 .brand-ball-color,
.syndicate-confirmation .super66 .brand-ball-color {
  background-color: #DA3832; }
  .syndicate-builder .super66 .brand-ball-color.special,
  .syndicate-confirmation .super66 .brand-ball-color.special {
    background-color: #DA3832; }

.syndicate-builder .super66 .brand-ball-target,
.syndicate-confirmation .super66 .brand-ball-target {
  border-color: #DA3832; }

.syndicate-builder .super66 .brand-ball-text,
.syndicate-confirmation .super66 .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .super66 .brand-ball-text.special,
  .syndicate-confirmation .super66 .brand-ball-text.special {
    color: #FFF; }

.purchase-app .super66 .draw-jackpot-color, .favourites-app .super66 .draw-jackpot-color, .my-subscriptions-app .super66 .draw-jackpot-color {
  color: #DA3832; }

.purchase-app .super66 .game-step-number-colors, .favourites-app .super66 .game-step-number-colors, .my-subscriptions-app .super66 .game-step-number-colors {
  color: #fff;
  background-color: #DA3832; }

.purchase-app .super66 .quickpick-background-color, .favourites-app .super66 .quickpick-background-color, .my-subscriptions-app .super66 .quickpick-background-color {
  background-color: #DA3832; }

.purchase-app .super66 .brand-ball-color, .favourites-app .super66 .brand-ball-color, .my-subscriptions-app .super66 .brand-ball-color {
  background-color: #DA3832; }
  .purchase-app .super66 .brand-ball-color.special, .favourites-app .super66 .brand-ball-color.special, .my-subscriptions-app .super66 .brand-ball-color.special {
    background-color: #DA3832; }

.purchase-app .super66 .brand-ball-target, .favourites-app .super66 .brand-ball-target, .my-subscriptions-app .super66 .brand-ball-target {
  border-color: #DA3832; }

.purchase-app .super66 .brand-ball-text, .favourites-app .super66 .brand-ball-text, .my-subscriptions-app .super66 .brand-ball-text {
  color: #FFF; }
  .purchase-app .super66 .brand-ball-text.special, .favourites-app .super66 .brand-ball-text.special, .my-subscriptions-app .super66 .brand-ball-text.special {
    color: #FFF; }

.super66 .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--s66--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .super66 .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--s66--resultsBanner@2x.png"); } }

.super66 .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-s66.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .super66 .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-s66@2x.jpg"); } }

.super66 .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-super66.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .super66 .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-super66@2x.png"); } }

.super66 .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--super66.png");
  background-size: 140px 30px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .super66 .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--super66@2x.png"); } }

.super66 .brand-results-numbers .number {
  background-color: #DA3832;
  color: #FFF; }

.super66 .brand-results-numbers .suppsnumber {
  background-color: #DA3832;
  color: #FFF; }

.super66 .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.super66 .brand-results-footer {
  background-color: #DA3832; }

.super66 .brand-colour-primary {
  background-color: #DA3832; }

.super66 .brand-colour-primary-75 {
  background-color: rgba(218, 56, 50, 0.75); }

.super66 .brand-background-color-lite {
  background-color: rgba(218, 56, 50, 0.06); }

.super66 .brand-background-color {
  background-color: #da3832; }

.super66 .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(218, 56, 50, 0.06);
  border-left-color: transparent; }

.super66 .brand-colour-secondary {
  background-color: #DA3832; }

.super66 .brand-colour-overlay {
  background-color: rgba(218, 56, 50, 0.75); }

.super66 .brand-colour-primary-text {
  color: #DA3832; }

.super66 .brand-colour-secondary-text {
  color: #DA3832; }

.super66 .brand-text-colour-primary {
  color: #FFF; }

.super66 .brand-text-colour-secondary {
  color: #FFF; }

.super66 .brand-border-colour-primary {
  border-color: #DA3832; }

.super66 .brand-border-colour-secondary {
  border-color: #DA3832; }

.super66 .brand-button-primary {
  background-color: #DA3832;
  color: #FFF; }
  .super66 .brand-button-primary:hover {
    background-color: #d83029; }

.super66 .brand-button-secondary {
  background-color: #DA3832;
  color: #FFF; }
  .super66 .brand-button-secondary:hover {
    background-color: #d83029; }

.super66 .brand-gradient {
  background: linear-gradient(135deg, #DE001A 0%, #9D0012 100%); }

.state-sa .coral-RichText-editor .super-66-primary, .state-sa .rte-editor .super-66-primary, .state-sa
.rte-content .super-66-primary {
  color: #EE243C; }

.state-sa .coral-RichText-editor .super-66-secondary, .state-sa .rte-editor .super-66-secondary, .state-sa
.rte-content .super-66-secondary {
  color: #EE243C; }

.syndicate-builder .super66.state-sa .step-number-colors,
.syndicate-builder .super66.state-sa .step-number-colors-before:before,
.syndicate-builder .super66.state-sa .step-number-colors-after:after,
.syndicate-confirmation .super66.state-sa .step-number-colors,
.syndicate-confirmation .super66.state-sa .step-number-colors-before:before,
.syndicate-confirmation .super66.state-sa .step-number-colors-after:after {
  color: #fff;
  background-color: #EE243C; }

.syndicate-builder .super66.state-sa .contrast-bg-color,
.syndicate-confirmation .super66.state-sa .contrast-bg-color {
  background-color: #EE243C; }

.syndicate-builder .super66.state-sa .brand-ball-color,
.syndicate-confirmation .super66.state-sa .brand-ball-color {
  background-color: #EE243C; }
  .syndicate-builder .super66.state-sa .brand-ball-color.special,
  .syndicate-confirmation .super66.state-sa .brand-ball-color.special {
    background-color: #EE243C; }

.syndicate-builder .super66.state-sa .brand-ball-target,
.syndicate-confirmation .super66.state-sa .brand-ball-target {
  border-color: #EE243C; }

.syndicate-builder .super66.state-sa .brand-ball-text,
.syndicate-confirmation .super66.state-sa .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .super66.state-sa .brand-ball-text.special,
  .syndicate-confirmation .super66.state-sa .brand-ball-text.special {
    color: #FFF; }

.purchase-app .super66.state-sa .draw-jackpot-color, .favourites-app .super66.state-sa .draw-jackpot-color, .my-subscriptions-app .super66.state-sa .draw-jackpot-color {
  color: #EE243C; }

.purchase-app .super66.state-sa .game-step-number-colors, .favourites-app .super66.state-sa .game-step-number-colors, .my-subscriptions-app .super66.state-sa .game-step-number-colors {
  color: #fff;
  background-color: #EE243C; }

.purchase-app .super66.state-sa .quickpick-background-color, .favourites-app .super66.state-sa .quickpick-background-color, .my-subscriptions-app .super66.state-sa .quickpick-background-color {
  background-color: #EE243C; }

.purchase-app .super66.state-sa .brand-ball-color, .favourites-app .super66.state-sa .brand-ball-color, .my-subscriptions-app .super66.state-sa .brand-ball-color {
  background-color: #EE243C; }
  .purchase-app .super66.state-sa .brand-ball-color.special, .favourites-app .super66.state-sa .brand-ball-color.special, .my-subscriptions-app .super66.state-sa .brand-ball-color.special {
    background-color: #EE243C; }

.purchase-app .super66.state-sa .brand-ball-target, .favourites-app .super66.state-sa .brand-ball-target, .my-subscriptions-app .super66.state-sa .brand-ball-target {
  border-color: #EE243C; }

.purchase-app .super66.state-sa .brand-ball-text, .favourites-app .super66.state-sa .brand-ball-text, .my-subscriptions-app .super66.state-sa .brand-ball-text {
  color: #FFF; }
  .purchase-app .super66.state-sa .brand-ball-text.special, .favourites-app .super66.state-sa .brand-ball-text.special, .my-subscriptions-app .super66.state-sa .brand-ball-text.special {
    color: #FFF; }

.super66.state-sa .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--sal-s66--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .super66.state-sa .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--sal-s66--resultsBanner@2x.png"); } }

.super66.state-sa .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-s66-SAL.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .super66.state-sa .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-s66-SAL@2x.jpg"); } }

.super66.state-sa .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-sal-super66.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .super66.state-sa .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-sal-super66@2x.png"); } }

.super66.state-sa .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--sal66.png");
  background-size: 67px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .super66.state-sa .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--sal66@2x.png"); } }

.super66.state-sa .brand-results-numbers .number {
  background-color: #EE243C;
  color: #FFF; }

.super66.state-sa .brand-results-numbers .suppsnumber {
  background-color: #EE243C;
  color: #FFF; }

.super66.state-sa .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.super66.state-sa .brand-results-footer {
  background-color: #EE243C; }

.super66.state-sa .brand-colour-primary {
  background-color: #EE243C; }

.super66.state-sa .brand-colour-primary-75 {
  background-color: rgba(238, 36, 60, 0.75); }

.super66.state-sa .brand-background-color-lite {
  background-color: rgba(238, 36, 60, 0.06); }

.super66.state-sa .brand-background-color {
  background-color: #ee243c; }

.super66.state-sa .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(238, 36, 60, 0.06);
  border-left-color: transparent; }

.super66.state-sa .brand-colour-secondary {
  background-color: #EE243C; }

.super66.state-sa .brand-colour-overlay {
  background-color: rgba(238, 36, 60, 0.75); }

.super66.state-sa .brand-colour-primary-text {
  color: #EE243C; }

.super66.state-sa .brand-colour-secondary-text {
  color: #EE243C; }

.super66.state-sa .brand-text-colour-primary {
  color: #FFF; }

.super66.state-sa .brand-text-colour-secondary {
  color: #FFF; }

.super66.state-sa .brand-border-colour-primary {
  border-color: #EE243C; }

.super66.state-sa .brand-border-colour-secondary {
  border-color: #EE243C; }

.super66.state-sa .brand-button-primary {
  background-color: #EE243C;
  color: #FFF; }
  .super66.state-sa .brand-button-primary:hover {
    background-color: #ed1b34; }

.super66.state-sa .brand-button-secondary {
  background-color: #EE243C;
  color: #FFF; }
  .super66.state-sa .brand-button-secondary:hover {
    background-color: #ed1b34; }

.super66.state-sa .brand-gradient {
  background: linear-gradient(135deg, #A40016 0%, #E10029 100%); }

.syndicate-builder .lucky .step-number-colors,
.syndicate-builder .lucky .step-number-colors-before:before,
.syndicate-builder .lucky .step-number-colors-after:after,
.syndicate-confirmation .lucky .step-number-colors,
.syndicate-confirmation .lucky .step-number-colors-before:before,
.syndicate-confirmation .lucky .step-number-colors-after:after {
  color: #fff;
  background-color: #E8E8E8; }

.syndicate-builder .lucky .contrast-bg-color,
.syndicate-confirmation .lucky .contrast-bg-color {
  background-color: #E8E8E8; }

.syndicate-builder .lucky .brand-ball-color,
.syndicate-confirmation .lucky .brand-ball-color {
  background-color: #E8E8E8; }
  .syndicate-builder .lucky .brand-ball-color.special,
  .syndicate-confirmation .lucky .brand-ball-color.special {
    background-color: #E8E8E8; }

.syndicate-builder .lucky .brand-ball-target,
.syndicate-confirmation .lucky .brand-ball-target {
  border-color: #E8E8E8; }

.syndicate-builder .lucky .brand-ball-text,
.syndicate-confirmation .lucky .brand-ball-text {
  color: #E8E8E8; }
  .syndicate-builder .lucky .brand-ball-text.special,
  .syndicate-confirmation .lucky .brand-ball-text.special {
    color: #E8E8E8; }

.purchase-app .lucky .draw-jackpot-color, .favourites-app .lucky .draw-jackpot-color, .my-subscriptions-app .lucky .draw-jackpot-color {
  color: #E8E8E8; }

.purchase-app .lucky .game-step-number-colors, .favourites-app .lucky .game-step-number-colors, .my-subscriptions-app .lucky .game-step-number-colors {
  color: #fff;
  background-color: #E8E8E8; }

.purchase-app .lucky .quickpick-background-color, .favourites-app .lucky .quickpick-background-color, .my-subscriptions-app .lucky .quickpick-background-color {
  background-color: #E8E8E8; }

.purchase-app .lucky .brand-ball-color, .favourites-app .lucky .brand-ball-color, .my-subscriptions-app .lucky .brand-ball-color {
  background-color: #E8E8E8; }
  .purchase-app .lucky .brand-ball-color.special, .favourites-app .lucky .brand-ball-color.special, .my-subscriptions-app .lucky .brand-ball-color.special {
    background-color: #E8E8E8; }

.purchase-app .lucky .brand-ball-target, .favourites-app .lucky .brand-ball-target, .my-subscriptions-app .lucky .brand-ball-target {
  border-color: #E8E8E8; }

.purchase-app .lucky .brand-ball-text, .favourites-app .lucky .brand-ball-text, .my-subscriptions-app .lucky .brand-ball-text {
  color: #E8E8E8; }
  .purchase-app .lucky .brand-ball-text.special, .favourites-app .lucky .brand-ball-text.special, .my-subscriptions-app .lucky .brand-ball-text.special {
    color: #E8E8E8; }

.lucky .brand-short-banner {
  background-image: url("clientlibs/images/banners/.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .lucky .brand-short-banner {
      background-image: url("clientlibs/images/banners/@2x.png"); } }

.lucky .brand-long-banner {
  background-image: url("clientlibs/images/banners/.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .lucky .brand-long-banner {
      background-image: url("clientlibs/images/banners/@2x.jpg"); } }

.lucky .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .lucky .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/@2x.png"); } }

.lucky .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--lucky.png");
  background-size: 59px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .lucky .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--lucky@2x.png"); } }

.lucky .brand-results-numbers .number {
  background-color: #E8E8E8;
  color: #E8E8E8; }

.lucky .brand-results-numbers .suppsnumber {
  background-color: #E8E8E8;
  color: #E8E8E8; }

.lucky .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.lucky .brand-results-footer {
  background-color: #E8E8E8; }

.lucky .brand-colour-primary {
  background-color: #E8E8E8; }

.lucky .brand-colour-primary-75 {
  background-color: rgba(232, 232, 232, 0.75); }

.lucky .brand-background-color-lite {
  background-color: rgba(232, 232, 232, 0.06); }

.lucky .brand-background-color {
  background-color: #e8e8e8; }

.lucky .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(232, 232, 232, 0.06);
  border-left-color: transparent; }

.lucky .brand-colour-secondary {
  background-color: #E8E8E8; }

.lucky .brand-colour-overlay {
  background-color: rgba(0, 0, 0, 0.5); }

.lucky .brand-colour-primary-text {
  color: #E8E8E8; }

.lucky .brand-colour-secondary-text {
  color: #E8E8E8; }

.lucky .brand-text-colour-primary {
  color: #E8E8E8; }

.lucky .brand-text-colour-secondary {
  color: #E8E8E8; }

.lucky .brand-border-colour-primary {
  border-color: #E8E8E8; }

.lucky .brand-border-colour-secondary {
  border-color: #E8E8E8; }

.lucky .brand-button-primary {
  background-color: #E8E8E8;
  color: #E8E8E8; }
  .lucky .brand-button-primary:hover {
    background-color: #e3e3e3; }

.lucky .brand-button-secondary {
  background-color: #E8E8E8;
  color: #E8E8E8; }
  .lucky .brand-button-secondary:hover {
    background-color: #e3e3e3; }

.lucky .brand-gradient {
  background: radial-gradient(circle, #FFFFFF 20%, #FFFFFF 30%, #CDD1D0 100%); }

.coral-RichText-editor .lucky-lotteries-super-primary, .rte-editor .lucky-lotteries-super-primary,
.rte-content .lucky-lotteries-super-primary {
  color: #109CBC; }

.coral-RichText-editor .lucky-lotteries-super-secondary, .rte-editor .lucky-lotteries-super-secondary,
.rte-content .lucky-lotteries-super-secondary {
  color: #FFB500; }

.syndicate-builder .luckylotteries2 .step-number-colors,
.syndicate-builder .luckylotteries2 .step-number-colors-before:before,
.syndicate-builder .luckylotteries2 .step-number-colors-after:after,
.syndicate-confirmation .luckylotteries2 .step-number-colors,
.syndicate-confirmation .luckylotteries2 .step-number-colors-before:before,
.syndicate-confirmation .luckylotteries2 .step-number-colors-after:after {
  color: #fff;
  background-color: #FFB500; }

.syndicate-builder .luckylotteries2 .contrast-bg-color,
.syndicate-confirmation .luckylotteries2 .contrast-bg-color {
  background-color: #109CBC; }

.syndicate-builder .luckylotteries2 .brand-ball-color,
.syndicate-confirmation .luckylotteries2 .brand-ball-color {
  background-color: #109CBC; }
  .syndicate-builder .luckylotteries2 .brand-ball-color.special,
  .syndicate-confirmation .luckylotteries2 .brand-ball-color.special {
    background-color: #FFB500; }

.syndicate-builder .luckylotteries2 .brand-ball-target,
.syndicate-confirmation .luckylotteries2 .brand-ball-target {
  border-color: #109CBC; }

.syndicate-builder .luckylotteries2 .brand-ball-text,
.syndicate-confirmation .luckylotteries2 .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .luckylotteries2 .brand-ball-text.special,
  .syndicate-confirmation .luckylotteries2 .brand-ball-text.special {
    color: #000; }

.purchase-app .luckylotteries2 .draw-jackpot-color, .favourites-app .luckylotteries2 .draw-jackpot-color, .my-subscriptions-app .luckylotteries2 .draw-jackpot-color {
  color: #109CBC; }

.purchase-app .luckylotteries2 .game-step-number-colors, .favourites-app .luckylotteries2 .game-step-number-colors, .my-subscriptions-app .luckylotteries2 .game-step-number-colors {
  color: #fff;
  background-color: #FFB500; }

.purchase-app .luckylotteries2 .quickpick-background-color, .favourites-app .luckylotteries2 .quickpick-background-color, .my-subscriptions-app .luckylotteries2 .quickpick-background-color {
  background-color: #109CBC; }

.purchase-app .luckylotteries2 .brand-ball-color, .favourites-app .luckylotteries2 .brand-ball-color, .my-subscriptions-app .luckylotteries2 .brand-ball-color {
  background-color: #109CBC; }
  .purchase-app .luckylotteries2 .brand-ball-color.special, .favourites-app .luckylotteries2 .brand-ball-color.special, .my-subscriptions-app .luckylotteries2 .brand-ball-color.special {
    background-color: #FFB500; }

.purchase-app .luckylotteries2 .brand-ball-target, .favourites-app .luckylotteries2 .brand-ball-target, .my-subscriptions-app .luckylotteries2 .brand-ball-target {
  border-color: #109CBC; }

.purchase-app .luckylotteries2 .brand-ball-text, .favourites-app .luckylotteries2 .brand-ball-text, .my-subscriptions-app .luckylotteries2 .brand-ball-text {
  color: #FFF; }
  .purchase-app .luckylotteries2 .brand-ball-text.special, .favourites-app .luckylotteries2 .brand-ball-text.special, .my-subscriptions-app .luckylotteries2 .brand-ball-text.special {
    color: #000; }

.luckylotteries2 .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--lky-sup--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .luckylotteries2 .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--lky-sup--resultsBanner@2x.png"); } }

.luckylotteries2 .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-lucky.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .luckylotteries2 .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-lucky@2x.jpg"); } }

.luckylotteries2 .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--lkysup-circle-logo.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .luckylotteries2 .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--lkysup-circle-logo@2x.png"); } }

.luckylotteries2 .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--lky-super.png");
  background-size: 99px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .luckylotteries2 .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--lky-super@2x.png"); } }

.luckylotteries2 .brand-results-numbers .number {
  background-color: #109CBC;
  color: #FFF; }

.luckylotteries2 .brand-results-numbers .suppsnumber {
  background-color: #FFB500;
  color: #000; }

.luckylotteries2 .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.luckylotteries2 .brand-results-footer {
  background-color: #109CBC; }

.luckylotteries2 .brand-colour-primary {
  background-color: #109CBC; }

.luckylotteries2 .brand-colour-primary-75 {
  background-color: rgba(16, 156, 188, 0.75); }

.luckylotteries2 .brand-background-color-lite {
  background-color: rgba(16, 156, 188, 0.06); }

.luckylotteries2 .brand-background-color {
  background-color: #109cbc; }

.luckylotteries2 .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(16, 156, 188, 0.06);
  border-left-color: transparent; }

.luckylotteries2 .brand-colour-secondary {
  background-color: #FFB500; }

.luckylotteries2 .brand-colour-overlay {
  background-color: rgba(0, 0, 0, 0.5); }

.luckylotteries2 .brand-colour-primary-text {
  color: #109CBC; }

.luckylotteries2 .brand-colour-secondary-text {
  color: #FFB500; }

.luckylotteries2 .brand-text-colour-primary {
  color: #FFF; }

.luckylotteries2 .brand-text-colour-secondary {
  color: #000; }

.luckylotteries2 .brand-border-colour-primary {
  border-color: #109CBC; }

.luckylotteries2 .brand-border-colour-secondary {
  border-color: #FFB500; }

.luckylotteries2 .brand-button-primary {
  background-color: #109CBC;
  color: #FFF; }
  .luckylotteries2 .brand-button-primary:hover {
    background-color: #0f94b3; }

.luckylotteries2 .brand-button-secondary {
  background-color: #FFB500;
  color: #000; }
  .luckylotteries2 .brand-button-secondary:hover {
    background-color: #f5ae00; }

.luckylotteries2 .brand-gradient {
  background: radial-gradient(circle, #76CEE5 20%, #42B5D1 60%, #109CBC 100%); }

.coral-RichText-editor .lucky-lotteries-mega-primary, .rte-editor .lucky-lotteries-mega-primary,
.rte-content .lucky-lotteries-mega-primary {
  color: #CC157F; }

.coral-RichText-editor .lucky-lotteries-mega-secondary, .rte-editor .lucky-lotteries-mega-secondary,
.rte-content .lucky-lotteries-mega-secondary {
  color: #FFB500; }

.syndicate-builder .luckylotteries5 .step-number-colors,
.syndicate-builder .luckylotteries5 .step-number-colors-before:before,
.syndicate-builder .luckylotteries5 .step-number-colors-after:after,
.syndicate-confirmation .luckylotteries5 .step-number-colors,
.syndicate-confirmation .luckylotteries5 .step-number-colors-before:before,
.syndicate-confirmation .luckylotteries5 .step-number-colors-after:after {
  color: #fff;
  background-color: #FFB500; }

.syndicate-builder .luckylotteries5 .contrast-bg-color,
.syndicate-confirmation .luckylotteries5 .contrast-bg-color {
  background-color: #CC157F; }

.syndicate-builder .luckylotteries5 .brand-ball-color,
.syndicate-confirmation .luckylotteries5 .brand-ball-color {
  background-color: #CC157F; }
  .syndicate-builder .luckylotteries5 .brand-ball-color.special,
  .syndicate-confirmation .luckylotteries5 .brand-ball-color.special {
    background-color: #FFB500; }

.syndicate-builder .luckylotteries5 .brand-ball-target,
.syndicate-confirmation .luckylotteries5 .brand-ball-target {
  border-color: #CC157F; }

.syndicate-builder .luckylotteries5 .brand-ball-text,
.syndicate-confirmation .luckylotteries5 .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .luckylotteries5 .brand-ball-text.special,
  .syndicate-confirmation .luckylotteries5 .brand-ball-text.special {
    color: #000; }

.purchase-app .luckylotteries5 .draw-jackpot-color, .favourites-app .luckylotteries5 .draw-jackpot-color, .my-subscriptions-app .luckylotteries5 .draw-jackpot-color {
  color: #CC157F; }

.purchase-app .luckylotteries5 .game-step-number-colors, .favourites-app .luckylotteries5 .game-step-number-colors, .my-subscriptions-app .luckylotteries5 .game-step-number-colors {
  color: #fff;
  background-color: #FFB500; }

.purchase-app .luckylotteries5 .quickpick-background-color, .favourites-app .luckylotteries5 .quickpick-background-color, .my-subscriptions-app .luckylotteries5 .quickpick-background-color {
  background-color: #CC157F; }

.purchase-app .luckylotteries5 .brand-ball-color, .favourites-app .luckylotteries5 .brand-ball-color, .my-subscriptions-app .luckylotteries5 .brand-ball-color {
  background-color: #CC157F; }
  .purchase-app .luckylotteries5 .brand-ball-color.special, .favourites-app .luckylotteries5 .brand-ball-color.special, .my-subscriptions-app .luckylotteries5 .brand-ball-color.special {
    background-color: #FFB500; }

.purchase-app .luckylotteries5 .brand-ball-target, .favourites-app .luckylotteries5 .brand-ball-target, .my-subscriptions-app .luckylotteries5 .brand-ball-target {
  border-color: #CC157F; }

.purchase-app .luckylotteries5 .brand-ball-text, .favourites-app .luckylotteries5 .brand-ball-text, .my-subscriptions-app .luckylotteries5 .brand-ball-text {
  color: #FFF; }
  .purchase-app .luckylotteries5 .brand-ball-text.special, .favourites-app .luckylotteries5 .brand-ball-text.special, .my-subscriptions-app .luckylotteries5 .brand-ball-text.special {
    color: #000; }

.luckylotteries5 .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--lky-meg--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .luckylotteries5 .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--lky-meg--resultsBanner@2x.png"); } }

.luckylotteries5 .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-lucky.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .luckylotteries5 .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-lucky@2x.jpg"); } }

.luckylotteries5 .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--lkymeg-circle-logo.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .luckylotteries5 .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--lkymeg-circle-logo@2x.png"); } }

.luckylotteries5 .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--lky-mega.png");
  background-size: 99px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .luckylotteries5 .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--lky-mega@2x.png"); } }

.luckylotteries5 .brand-results-numbers .number {
  background-color: #CC157F;
  color: #FFF; }

.luckylotteries5 .brand-results-numbers .suppsnumber {
  background-color: #FFB500;
  color: #000; }

.luckylotteries5 .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.luckylotteries5 .brand-results-footer {
  background-color: #CC157F; }

.luckylotteries5 .brand-colour-primary {
  background-color: #CC157F; }

.luckylotteries5 .brand-colour-primary-75 {
  background-color: rgba(204, 21, 127, 0.75); }

.luckylotteries5 .brand-background-color-lite {
  background-color: rgba(204, 21, 127, 0.06); }

.luckylotteries5 .brand-background-color {
  background-color: #cc157f; }

.luckylotteries5 .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(204, 21, 127, 0.06);
  border-left-color: transparent; }

.luckylotteries5 .brand-colour-secondary {
  background-color: #FFB500; }

.luckylotteries5 .brand-colour-overlay {
  background-color: rgba(0, 0, 0, 0.5); }

.luckylotteries5 .brand-colour-primary-text {
  color: #CC157F; }

.luckylotteries5 .brand-colour-secondary-text {
  color: #FFB500; }

.luckylotteries5 .brand-text-colour-primary {
  color: #FFF; }

.luckylotteries5 .brand-text-colour-secondary {
  color: #000; }

.luckylotteries5 .brand-border-colour-primary {
  border-color: #CC157F; }

.luckylotteries5 .brand-border-colour-secondary {
  border-color: #FFB500; }

.luckylotteries5 .brand-button-primary {
  background-color: #CC157F;
  color: #FFF; }
  .luckylotteries5 .brand-button-primary:hover {
    background-color: #c31479; }

.luckylotteries5 .brand-button-secondary {
  background-color: #FFB500;
  color: #000; }
  .luckylotteries5 .brand-button-secondary:hover {
    background-color: #f5ae00; }

.luckylotteries5 .brand-gradient {
  background: radial-gradient(circle, #E6589F 20%, #CD2E8A 60%, #CC157F 100%); }

.coral-RichText-editor .keno-primary, .rte-editor .keno-primary,
.rte-content .keno-primary {
  color: #FF001E; }

.coral-RichText-editor .keno-secondary, .rte-editor .keno-secondary,
.rte-content .keno-secondary {
  color: #0750A4; }

.syndicate-builder .keno .step-number-colors,
.syndicate-builder .keno .step-number-colors-before:before,
.syndicate-builder .keno .step-number-colors-after:after,
.syndicate-confirmation .keno .step-number-colors,
.syndicate-confirmation .keno .step-number-colors-before:before,
.syndicate-confirmation .keno .step-number-colors-after:after {
  color: #fff;
  background-color: #0750A4; }

.syndicate-builder .keno .contrast-bg-color,
.syndicate-confirmation .keno .contrast-bg-color {
  background-color: #FF001E; }

.syndicate-builder .keno .brand-ball-color,
.syndicate-confirmation .keno .brand-ball-color {
  background-color: #FF001E; }
  .syndicate-builder .keno .brand-ball-color.special,
  .syndicate-confirmation .keno .brand-ball-color.special {
    background-color: #0750A4; }

.syndicate-builder .keno .brand-ball-target,
.syndicate-confirmation .keno .brand-ball-target {
  border-color: #FF001E; }

.syndicate-builder .keno .brand-ball-text,
.syndicate-confirmation .keno .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .keno .brand-ball-text.special,
  .syndicate-confirmation .keno .brand-ball-text.special {
    color: #FFF; }

.purchase-app .keno .draw-jackpot-color, .favourites-app .keno .draw-jackpot-color, .my-subscriptions-app .keno .draw-jackpot-color {
  color: #FF001E; }

.purchase-app .keno .game-step-number-colors, .favourites-app .keno .game-step-number-colors, .my-subscriptions-app .keno .game-step-number-colors {
  color: #fff;
  background-color: #0750A4; }

.purchase-app .keno .quickpick-background-color, .favourites-app .keno .quickpick-background-color, .my-subscriptions-app .keno .quickpick-background-color {
  background-color: #FF001E; }

.purchase-app .keno .brand-ball-color, .favourites-app .keno .brand-ball-color, .my-subscriptions-app .keno .brand-ball-color {
  background-color: #FF001E; }
  .purchase-app .keno .brand-ball-color.special, .favourites-app .keno .brand-ball-color.special, .my-subscriptions-app .keno .brand-ball-color.special {
    background-color: #0750A4; }

.purchase-app .keno .brand-ball-target, .favourites-app .keno .brand-ball-target, .my-subscriptions-app .keno .brand-ball-target {
  border-color: #FF001E; }

.purchase-app .keno .brand-ball-text, .favourites-app .keno .brand-ball-text, .my-subscriptions-app .keno .brand-ball-text {
  color: #FFF; }
  .purchase-app .keno .brand-ball-text.special, .favourites-app .keno .brand-ball-text.special, .my-subscriptions-app .keno .brand-ball-text.special {
    color: #FFF; }

.keno .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--sal-keno--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .keno .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--sal-keno--resultsBanner@2x.png"); } }

.keno .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-keno.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .keno .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-keno@2x.jpg"); } }

.keno .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-keno.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .keno .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-keno@2x.png"); } }

.keno .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--keno.png");
  background-size: 140px 59px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .keno .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--keno@2x.png"); } }

.keno .brand-results-numbers .number {
  background-color: #FF001E;
  color: #FFF; }

.keno .brand-results-numbers .suppsnumber {
  background-color: #0750A4;
  color: #FFF; }

.keno .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.keno .brand-results-footer {
  background-color: #0750A4; }

.keno .brand-colour-primary {
  background-color: #FF001E; }

.keno .brand-colour-primary-75 {
  background-color: rgba(255, 0, 30, 0.75); }

.keno .brand-background-color-lite {
  background-color: rgba(255, 0, 30, 0.06); }

.keno .brand-background-color {
  background-color: #ff001e; }

.keno .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(255, 0, 30, 0.06);
  border-left-color: transparent; }

.keno .brand-colour-secondary {
  background-color: #0750A4; }

.keno .brand-colour-overlay {
  background-color: rgba(0, 0, 0, 0.5); }

.keno .brand-colour-primary-text {
  color: #FF001E; }

.keno .brand-colour-secondary-text {
  color: #0750A4; }

.keno .brand-text-colour-primary {
  color: #FFF; }

.keno .brand-text-colour-secondary {
  color: #FFF; }

.keno .brand-border-colour-primary {
  border-color: #FF001E; }

.keno .brand-border-colour-secondary {
  border-color: #0750A4; }

.keno .brand-button-primary {
  background-color: #FF001E;
  color: #FFF; }
  .keno .brand-button-primary:hover {
    background-color: #f5001d; }

.keno .brand-button-secondary {
  background-color: #0750A4;
  color: #FFF; }
  .keno .brand-button-secondary:hover {
    background-color: #074b9a; }

.keno .brand-gradient {
  background: linear-gradient(270deg, #AA1514 0%, #E70178 100%); }

.coral-RichText-editor .the-pools-primary, .rte-editor .the-pools-primary,
.rte-content .the-pools-primary {
  color: #499700; }

.coral-RichText-editor .the-pools-secondary, .rte-editor .the-pools-secondary,
.rte-content .the-pools-secondary {
  color: #000000; }

.syndicate-builder .pools .step-number-colors,
.syndicate-builder .pools .step-number-colors-before:before,
.syndicate-builder .pools .step-number-colors-after:after,
.syndicate-confirmation .pools .step-number-colors,
.syndicate-confirmation .pools .step-number-colors-before:before,
.syndicate-confirmation .pools .step-number-colors-after:after {
  color: #fff;
  background-color: #499700; }

.syndicate-builder .pools .contrast-bg-color,
.syndicate-confirmation .pools .contrast-bg-color {
  background-color: #499700; }

.syndicate-builder .pools .brand-ball-color,
.syndicate-confirmation .pools .brand-ball-color {
  background-color: #499700; }
  .syndicate-builder .pools .brand-ball-color.special,
  .syndicate-confirmation .pools .brand-ball-color.special {
    background-color: #000000; }

.syndicate-builder .pools .brand-ball-target,
.syndicate-confirmation .pools .brand-ball-target {
  border-color: #000000; }

.syndicate-builder .pools .brand-ball-text,
.syndicate-confirmation .pools .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .pools .brand-ball-text.special,
  .syndicate-confirmation .pools .brand-ball-text.special {
    color: #FFF; }

.purchase-app .pools .draw-jackpot-color, .favourites-app .pools .draw-jackpot-color, .my-subscriptions-app .pools .draw-jackpot-color {
  color: #000000; }

.purchase-app .pools .game-step-number-colors, .favourites-app .pools .game-step-number-colors, .my-subscriptions-app .pools .game-step-number-colors {
  color: #fff;
  background-color: #499700; }

.purchase-app .pools .quickpick-background-color, .favourites-app .pools .quickpick-background-color, .my-subscriptions-app .pools .quickpick-background-color {
  background-color: #499700; }

.purchase-app .pools .brand-ball-color, .favourites-app .pools .brand-ball-color, .my-subscriptions-app .pools .brand-ball-color {
  background-color: #499700; }
  .purchase-app .pools .brand-ball-color.special, .favourites-app .pools .brand-ball-color.special, .my-subscriptions-app .pools .brand-ball-color.special {
    background-color: #000000; }

.purchase-app .pools .brand-ball-target, .favourites-app .pools .brand-ball-target, .my-subscriptions-app .pools .brand-ball-target {
  border-color: #000000; }

.purchase-app .pools .brand-ball-text, .favourites-app .pools .brand-ball-text, .my-subscriptions-app .pools .brand-ball-text {
  color: #FFF; }
  .purchase-app .pools .brand-ball-text.special, .favourites-app .pools .brand-ball-text.special, .my-subscriptions-app .pools .brand-ball-text.special {
    color: #FFF; }

.pools .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--pls--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .pools .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--pls--resultsBanner@2x.png"); } }

.pools .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-pools.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .pools .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-pools@2x.jpg"); } }

.pools .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-thepools.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .pools .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-thepools@2x.png"); } }

.pools .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--pools.png");
  background-size: 109px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .pools .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--pools@2x.png"); } }

.pools .brand-results-numbers .number {
  background-color: #499700;
  color: #FFF; }

.pools .brand-results-numbers .suppsnumber {
  background-color: #000000;
  color: #FFF; }

.pools .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.pools .brand-results-footer {
  background-color: #000000; }

.pools .brand-colour-primary {
  background-color: #499700; }

.pools .brand-colour-primary-75 {
  background-color: rgba(73, 151, 0, 0.75); }

.pools .brand-background-color-lite {
  background-color: rgba(73, 151, 0, 0.06); }

.pools .brand-background-color {
  background-color: #499700; }

.pools .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(73, 151, 0, 0.06);
  border-left-color: transparent; }

.pools .brand-colour-secondary {
  background-color: #000000; }

.pools .brand-colour-overlay {
  background-color: rgba(0, 0, 0, 0.5); }

.pools .brand-colour-primary-text {
  color: #499700; }

.pools .brand-colour-secondary-text {
  color: #000000; }

.pools .brand-text-colour-primary {
  color: #FFF; }

.pools .brand-text-colour-secondary {
  color: #FFF; }

.pools .brand-border-colour-primary {
  border-color: #499700; }

.pools .brand-border-colour-secondary {
  border-color: #000000; }

.pools .brand-button-primary {
  background-color: #499700;
  color: #FFF; }
  .pools .brand-button-primary:hover {
    background-color: #448d00; }

.pools .brand-button-secondary {
  background-color: #000000;
  color: #FFF; }
  .pools .brand-button-secondary:hover {
    background-color: #1a1a1a; }

.pools .brand-gradient {
  background: linear-gradient(135deg, #79C90F 0%, #499700 41%, #005C00 100%); }

.coral-RichText-editor .lotto-strike-primary, .rte-editor .lotto-strike-primary,
.rte-content .lotto-strike-primary {
  color: #F56F1E; }

.coral-RichText-editor .lotto-strike-secondary, .rte-editor .lotto-strike-secondary,
.rte-content .lotto-strike-secondary {
  color: #000000; }

.syndicate-builder .lottostrike .step-number-colors,
.syndicate-builder .lottostrike .step-number-colors-before:before,
.syndicate-builder .lottostrike .step-number-colors-after:after,
.syndicate-confirmation .lottostrike .step-number-colors,
.syndicate-confirmation .lottostrike .step-number-colors-before:before,
.syndicate-confirmation .lottostrike .step-number-colors-after:after {
  color: #fff;
  background-color: #F56F1E; }

.syndicate-builder .lottostrike .contrast-bg-color,
.syndicate-confirmation .lottostrike .contrast-bg-color {
  background-color: #F56F1E; }

.syndicate-builder .lottostrike .brand-ball-color,
.syndicate-confirmation .lottostrike .brand-ball-color {
  background-color: #F56F1E; }
  .syndicate-builder .lottostrike .brand-ball-color.special,
  .syndicate-confirmation .lottostrike .brand-ball-color.special {
    background-color: #000000; }

.syndicate-builder .lottostrike .brand-ball-target,
.syndicate-confirmation .lottostrike .brand-ball-target {
  border-color: #000000; }

.syndicate-builder .lottostrike .brand-ball-text,
.syndicate-confirmation .lottostrike .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .lottostrike .brand-ball-text.special,
  .syndicate-confirmation .lottostrike .brand-ball-text.special {
    color: #fff; }

.purchase-app .lottostrike .draw-jackpot-color, .favourites-app .lottostrike .draw-jackpot-color, .my-subscriptions-app .lottostrike .draw-jackpot-color {
  color: #F56F1E; }

.purchase-app .lottostrike .game-step-number-colors, .favourites-app .lottostrike .game-step-number-colors, .my-subscriptions-app .lottostrike .game-step-number-colors {
  color: #fff;
  background-color: #F56F1E; }

.purchase-app .lottostrike .quickpick-background-color, .favourites-app .lottostrike .quickpick-background-color, .my-subscriptions-app .lottostrike .quickpick-background-color {
  background-color: #F56F1E; }

.purchase-app .lottostrike .brand-ball-color, .favourites-app .lottostrike .brand-ball-color, .my-subscriptions-app .lottostrike .brand-ball-color {
  background-color: #F56F1E; }
  .purchase-app .lottostrike .brand-ball-color.special, .favourites-app .lottostrike .brand-ball-color.special, .my-subscriptions-app .lottostrike .brand-ball-color.special {
    background-color: #000000; }

.purchase-app .lottostrike .brand-ball-target, .favourites-app .lottostrike .brand-ball-target, .my-subscriptions-app .lottostrike .brand-ball-target {
  border-color: #000000; }

.purchase-app .lottostrike .brand-ball-text, .favourites-app .lottostrike .brand-ball-text, .my-subscriptions-app .lottostrike .brand-ball-text {
  color: #FFF; }
  .purchase-app .lottostrike .brand-ball-text.special, .favourites-app .lottostrike .brand-ball-text.special, .my-subscriptions-app .lottostrike .brand-ball-text.special {
    color: #fff; }

.lottostrike .brand-short-banner {
  background-image: url("clientlibs/images/banners/img--nswl-strk--resultsBanner.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .lottostrike .brand-short-banner {
      background-image: url("clientlibs/images/banners/img--nswl-strk--resultsBanner@2x.png"); } }

.lottostrike .brand-long-banner {
  background-image: url("clientlibs/images/banners/img--gmresults-banner-strike.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .lottostrike .brand-long-banner {
      background-image: url("clientlibs/images/banners/img--gmresults-banner-strike@2x.jpg"); } }

.lottostrike .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-strike.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .lottostrike .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-strike@2x.png"); } }

.lottostrike .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--strike-stack.png");
  background-size: 137px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .lottostrike .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--strike-stack@2x.png"); } }

.lottostrike .brand-results-numbers .number {
  background-color: #F56F1E;
  color: #FFF; }

.lottostrike .brand-results-numbers .suppsnumber {
  background-color: #000000;
  color: #fff; }

.lottostrike .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.lottostrike .brand-results-footer {
  background-color: #F56F1E; }

.lottostrike .brand-colour-primary {
  background-color: #F56F1E; }

.lottostrike .brand-colour-primary-75 {
  background-color: rgba(245, 111, 30, 0.75); }

.lottostrike .brand-background-color-lite {
  background-color: rgba(245, 111, 30, 0.06); }

.lottostrike .brand-background-color {
  background-color: #f56f1e; }

.lottostrike .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(245, 111, 30, 0.06);
  border-left-color: transparent; }

.lottostrike .brand-colour-secondary {
  background-color: #000000; }

.lottostrike .brand-colour-overlay {
  background-color: rgba(0, 0, 0, 0.5); }

.lottostrike .brand-colour-primary-text {
  color: #F56F1E; }

.lottostrike .brand-colour-secondary-text {
  color: #000000; }

.lottostrike .brand-text-colour-primary {
  color: #FFF; }

.lottostrike .brand-text-colour-secondary {
  color: #fff; }

.lottostrike .brand-border-colour-primary {
  border-color: #F56F1E; }

.lottostrike .brand-border-colour-secondary {
  border-color: #000000; }

.lottostrike .brand-button-primary {
  background-color: #F56F1E;
  color: #FFF; }
  .lottostrike .brand-button-primary:hover {
    background-color: #f56914; }

.lottostrike .brand-button-secondary {
  background-color: #000000;
  color: #fff; }
  .lottostrike .brand-button-secondary:hover {
    background-color: #1a1a1a; }

.lottostrike .brand-gradient {
  background: linear-gradient(135deg, #FF8631 0%, #FF4C00 100%); }

.syndicate-builder .thelott .step-number-colors,
.syndicate-builder .thelott .step-number-colors-before:before,
.syndicate-builder .thelott .step-number-colors-after:after,
.syndicate-confirmation .thelott .step-number-colors,
.syndicate-confirmation .thelott .step-number-colors-before:before,
.syndicate-confirmation .thelott .step-number-colors-after:after {
  color: #fff;
  background-color: #118ACB; }

.syndicate-builder .thelott .contrast-bg-color,
.syndicate-confirmation .thelott .contrast-bg-color {
  background-color: #6C4796; }

.syndicate-builder .thelott .brand-ball-color,
.syndicate-confirmation .thelott .brand-ball-color {
  background-color: #6C4796; }
  .syndicate-builder .thelott .brand-ball-color.special,
  .syndicate-confirmation .thelott .brand-ball-color.special {
    background-color: #118ACB; }

.syndicate-builder .thelott .brand-ball-target,
.syndicate-confirmation .thelott .brand-ball-target {
  border-color: #6C4796; }

.syndicate-builder .thelott .brand-ball-text,
.syndicate-confirmation .thelott .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .thelott .brand-ball-text.special,
  .syndicate-confirmation .thelott .brand-ball-text.special {
    color: #fff; }

.purchase-app .thelott .draw-jackpot-color, .favourites-app .thelott .draw-jackpot-color, .my-subscriptions-app .thelott .draw-jackpot-color {
  color: #6C4796; }

.purchase-app .thelott .game-step-number-colors, .favourites-app .thelott .game-step-number-colors, .my-subscriptions-app .thelott .game-step-number-colors {
  color: #fff;
  background-color: #118ACB; }

.purchase-app .thelott .quickpick-background-color, .favourites-app .thelott .quickpick-background-color, .my-subscriptions-app .thelott .quickpick-background-color {
  background-color: #6C4796; }

.purchase-app .thelott .brand-ball-color, .favourites-app .thelott .brand-ball-color, .my-subscriptions-app .thelott .brand-ball-color {
  background-color: #6C4796; }
  .purchase-app .thelott .brand-ball-color.special, .favourites-app .thelott .brand-ball-color.special, .my-subscriptions-app .thelott .brand-ball-color.special {
    background-color: #118ACB; }

.purchase-app .thelott .brand-ball-target, .favourites-app .thelott .brand-ball-target, .my-subscriptions-app .thelott .brand-ball-target {
  border-color: #6C4796; }

.purchase-app .thelott .brand-ball-text, .favourites-app .thelott .brand-ball-text, .my-subscriptions-app .thelott .brand-ball-text {
  color: #FFF; }
  .purchase-app .thelott .brand-ball-text.special, .favourites-app .thelott .brand-ball-text.special, .my-subscriptions-app .thelott .brand-ball-text.special {
    color: #fff; }

.thelott .brand-short-banner {
  background-image: url("clientlibs/images/banners/.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .thelott .brand-short-banner {
      background-image: url("clientlibs/images/banners/@2x.png"); } }

.thelott .brand-long-banner {
  background-image: url("clientlibs/images/banners/.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .thelott .brand-long-banner {
      background-image: url("clientlibs/images/banners/@2x.jpg"); } }

.thelott .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-thelott.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .thelott .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-thelott@2x.png"); } }

.thelott .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--thelott.png");
  background-size: 125px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .thelott .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--thelott@2x.png"); } }

.thelott .brand-results-numbers .number {
  background-color: #6C4796;
  color: #FFF; }

.thelott .brand-results-numbers .suppsnumber {
  background-color: #118ACB;
  color: #fff; }

.thelott .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.thelott .brand-colour-primary {
  background-color: #6C4796; }

.thelott .brand-colour-primary-75 {
  background-color: rgba(108, 71, 150, 0.75); }

.thelott .brand-background-color-lite {
  background-color: rgba(108, 71, 150, 0.06); }

.thelott .brand-background-color {
  background-color: #6c4796; }

.thelott .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(108, 71, 150, 0.06);
  border-left-color: transparent; }

.thelott .brand-colour-secondary {
  background-color: #118ACB; }

.thelott .brand-colour-overlay {
  background-color: rgba(0, 0, 0, 0.5); }

.thelott .brand-colour-primary-text {
  color: #6C4796; }

.thelott .brand-colour-secondary-text {
  color: #118ACB; }

.thelott .brand-text-colour-primary {
  color: #FFF; }

.thelott .brand-text-colour-secondary {
  color: #fff; }

.thelott .brand-border-colour-primary {
  border-color: #6C4796; }

.thelott .brand-border-colour-secondary {
  border-color: #118ACB; }

.thelott .brand-button-primary {
  background-color: #6C4796;
  color: #FFF; }
  .thelott .brand-button-primary:hover {
    background-color: #67448f; }

.thelott .brand-button-secondary {
  background-color: #118ACB;
  color: #fff; }
  .thelott .brand-button-secondary:hover {
    background-color: #1084c2; }

.thelott .brand-gradient {
  background: linear-gradient(135deg, #DD5D3D 0%, #D55058 18%, #BC4A86 34%, #68529B 54%, #525DA3 100%); }

.coral-RichText-editor .instant-scratch-its-primary, .rte-editor .instant-scratch-its-primary,
.rte-content .instant-scratch-its-primary {
  color: #009BFF; }

.coral-RichText-editor .instant-scratch-its-secondary, .rte-editor .instant-scratch-its-secondary,
.rte-content .instant-scratch-its-secondary {
  color: #A600BB; }

.syndicate-builder .isi .step-number-colors,
.syndicate-builder .isi .step-number-colors-before:before,
.syndicate-builder .isi .step-number-colors-after:after,
.syndicate-confirmation .isi .step-number-colors,
.syndicate-confirmation .isi .step-number-colors-before:before,
.syndicate-confirmation .isi .step-number-colors-after:after, .syndicate-builder .instantscratchits .step-number-colors,
.syndicate-builder .instantscratchits .step-number-colors-before:before,
.syndicate-builder .instantscratchits .step-number-colors-after:after,
.syndicate-confirmation .instantscratchits .step-number-colors,
.syndicate-confirmation .instantscratchits .step-number-colors-before:before,
.syndicate-confirmation .instantscratchits .step-number-colors-after:after {
  color: #fff;
  background-color: #A600BB; }

.syndicate-builder .isi .contrast-bg-color,
.syndicate-confirmation .isi .contrast-bg-color, .syndicate-builder .instantscratchits .contrast-bg-color,
.syndicate-confirmation .instantscratchits .contrast-bg-color {
  background-color: #009BFF; }

.syndicate-builder .isi .brand-ball-color,
.syndicate-confirmation .isi .brand-ball-color, .syndicate-builder .instantscratchits .brand-ball-color,
.syndicate-confirmation .instantscratchits .brand-ball-color {
  background-color: #009BFF; }
  .syndicate-builder .isi .brand-ball-color.special,
  .syndicate-confirmation .isi .brand-ball-color.special, .syndicate-builder .instantscratchits .brand-ball-color.special,
  .syndicate-confirmation .instantscratchits .brand-ball-color.special {
    background-color: #A600BB; }

.syndicate-builder .isi .brand-ball-target,
.syndicate-confirmation .isi .brand-ball-target, .syndicate-builder .instantscratchits .brand-ball-target,
.syndicate-confirmation .instantscratchits .brand-ball-target {
  border-color: #009BFF; }

.syndicate-builder .isi .brand-ball-text,
.syndicate-confirmation .isi .brand-ball-text, .syndicate-builder .instantscratchits .brand-ball-text,
.syndicate-confirmation .instantscratchits .brand-ball-text {
  color: #FFF; }
  .syndicate-builder .isi .brand-ball-text.special,
  .syndicate-confirmation .isi .brand-ball-text.special, .syndicate-builder .instantscratchits .brand-ball-text.special,
  .syndicate-confirmation .instantscratchits .brand-ball-text.special {
    color: #fff; }

.purchase-app .isi .draw-jackpot-color, .favourites-app .isi .draw-jackpot-color, .my-subscriptions-app .isi .draw-jackpot-color, .purchase-app .instantscratchits .draw-jackpot-color, .favourites-app .instantscratchits .draw-jackpot-color, .my-subscriptions-app .instantscratchits .draw-jackpot-color {
  color: #009BFF; }

.purchase-app .isi .game-step-number-colors, .favourites-app .isi .game-step-number-colors, .my-subscriptions-app .isi .game-step-number-colors, .purchase-app .instantscratchits .game-step-number-colors, .favourites-app .instantscratchits .game-step-number-colors, .my-subscriptions-app .instantscratchits .game-step-number-colors {
  color: #fff;
  background-color: #A600BB; }

.purchase-app .isi .quickpick-background-color, .favourites-app .isi .quickpick-background-color, .my-subscriptions-app .isi .quickpick-background-color, .purchase-app .instantscratchits .quickpick-background-color, .favourites-app .instantscratchits .quickpick-background-color, .my-subscriptions-app .instantscratchits .quickpick-background-color {
  background-color: #009BFF; }

.purchase-app .isi .brand-ball-color, .favourites-app .isi .brand-ball-color, .my-subscriptions-app .isi .brand-ball-color, .purchase-app .instantscratchits .brand-ball-color, .favourites-app .instantscratchits .brand-ball-color, .my-subscriptions-app .instantscratchits .brand-ball-color {
  background-color: #009BFF; }
  .purchase-app .isi .brand-ball-color.special, .favourites-app .isi .brand-ball-color.special, .my-subscriptions-app .isi .brand-ball-color.special, .purchase-app .instantscratchits .brand-ball-color.special, .favourites-app .instantscratchits .brand-ball-color.special, .my-subscriptions-app .instantscratchits .brand-ball-color.special {
    background-color: #A600BB; }

.purchase-app .isi .brand-ball-target, .favourites-app .isi .brand-ball-target, .my-subscriptions-app .isi .brand-ball-target, .purchase-app .instantscratchits .brand-ball-target, .favourites-app .instantscratchits .brand-ball-target, .my-subscriptions-app .instantscratchits .brand-ball-target {
  border-color: #009BFF; }

.purchase-app .isi .brand-ball-text, .favourites-app .isi .brand-ball-text, .my-subscriptions-app .isi .brand-ball-text, .purchase-app .instantscratchits .brand-ball-text, .favourites-app .instantscratchits .brand-ball-text, .my-subscriptions-app .instantscratchits .brand-ball-text {
  color: #FFF; }
  .purchase-app .isi .brand-ball-text.special, .favourites-app .isi .brand-ball-text.special, .my-subscriptions-app .isi .brand-ball-text.special, .purchase-app .instantscratchits .brand-ball-text.special, .favourites-app .instantscratchits .brand-ball-text.special, .my-subscriptions-app .instantscratchits .brand-ball-text.special {
    color: #fff; }

.isi .brand-short-banner, .instantscratchits .brand-short-banner {
  background-image: url("clientlibs/images/banners/.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .isi .brand-short-banner, .instantscratchits .brand-short-banner {
      background-image: url("clientlibs/images/banners/@2x.png"); } }

.isi .brand-long-banner, .instantscratchits .brand-long-banner {
  background-image: url("clientlibs/images/banners/.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .isi .brand-long-banner, .instantscratchits .brand-long-banner {
      background-image: url("clientlibs/images/banners/@2x.jpg"); } }

.isi .brand-circle-logo, .instantscratchits .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-isi.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .isi .brand-circle-logo, .instantscratchits .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-isi@2x.png"); } }

.isi .brand-logo, .instantscratchits .brand-logo {
  background-image: url("clientlibs/images/logo/products/logo--scratchies.png");
  background-size: 98px 60px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .isi .brand-logo, .instantscratchits .brand-logo {
      background-image: url("clientlibs/images/logo/products/logo--scratchies@2x.png"); } }

.isi .brand-results-numbers .number, .instantscratchits .brand-results-numbers .number {
  background-color: #009BFF;
  color: #FFF; }

.isi .brand-results-numbers .suppsnumber, .instantscratchits .brand-results-numbers .suppsnumber {
  background-color: #A600BB;
  color: #fff; }

.isi .brand-results-numbers .ball, .instantscratchits .brand-results-numbers .ball {
  height: 32px;
  width: 32px;
  line-height: 32px; }

.isi .brand-colour-primary, .instantscratchits .brand-colour-primary {
  background-color: #009BFF; }

.isi .brand-colour-primary-75, .instantscratchits .brand-colour-primary-75 {
  background-color: rgba(0, 155, 255, 0.75); }

.isi .brand-background-color-lite, .instantscratchits .brand-background-color-lite {
  background-color: rgba(0, 155, 255, 0.06); }

.isi .brand-background-color, .instantscratchits .brand-background-color {
  background-color: #009bff; }

.isi .brand-triangle-border-color-lite:before, .instantscratchits .brand-triangle-border-color-lite:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(0, 155, 255, 0.06);
  border-left-color: transparent; }

.isi .brand-colour-secondary, .instantscratchits .brand-colour-secondary {
  background-color: #A600BB; }

.isi .brand-colour-overlay, .instantscratchits .brand-colour-overlay {
  background-color: rgba(0, 0, 0, 0.5); }

.isi .brand-colour-primary-text, .instantscratchits .brand-colour-primary-text {
  color: #009BFF; }

.isi .brand-colour-secondary-text, .instantscratchits .brand-colour-secondary-text {
  color: #A600BB; }

.isi .brand-text-colour-primary, .instantscratchits .brand-text-colour-primary {
  color: #FFF; }

.isi .brand-text-colour-secondary, .instantscratchits .brand-text-colour-secondary {
  color: #fff; }

.isi .brand-border-colour-primary, .instantscratchits .brand-border-colour-primary {
  border-color: #009BFF; }

.isi .brand-border-colour-secondary, .instantscratchits .brand-border-colour-secondary {
  border-color: #A600BB; }

.isi .brand-button-primary, .instantscratchits .brand-button-primary {
  background-color: #009BFF;
  color: #FFF; }
  .isi .brand-button-primary:hover, .instantscratchits .brand-button-primary:hover {
    background-color: #0095f5; }

.isi .brand-button-secondary, .instantscratchits .brand-button-secondary {
  background-color: #A600BB;
  color: #fff; }
  .isi .brand-button-secondary:hover, .instantscratchits .brand-button-secondary:hover {
    background-color: #9d00b1; }

.isi .brand-gradient, .instantscratchits .brand-gradient {
  background: linear-gradient(-135deg, #FF0056 0%, #A600BB 48%, #009BFF 100%); }

ux-dialog {
  min-width: 320px;
  max-width: 320px; }
  @media screen and (min-width: 23.4375em) {
    ux-dialog {
      max-width: 343px; } }
  @media screen and (min-width: 25.875em) {
    ux-dialog {
      max-width: 382px !important; } }
  ux-dialog ux-dialog-header {
    padding: 1rem; }
    ux-dialog ux-dialog-header h2 {
      font-size: 1.5rem; }
  ux-dialog ux-dialog-body {
    min-width: 288px;
    max-width: 288px !important;
    margin: auto;
    padding: 0 !important; }
    ux-dialog ux-dialog-body p {
      font-size: 14px; }
    ux-dialog ux-dialog-body p:first-child {
      margin: 1.5rem 0 0 0; }
    ux-dialog ux-dialog-body .button {
      margin-top: 2rem;
      margin-bottom: 0;
      position: relative;
      min-height: 44px; }
  ux-dialog ux-dialog-footer {
    min-width: 288px;
    max-width: 288px;
    margin: auto;
    padding: 0;
    padding-bottom: 2rem !important; }

#headerinject button:hover, #bodyinject button:hover {
  cursor: pointer; }

#headerinject button.dialog-close, #bodyinject button.dialog-close {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0;
  color: white;
  font-size: 1.4rem;
  width: 34px;
  height: 34px; }

#bodyinject {
  position: relative; }
  #bodyinject .inject-container {
    padding: 1rem 1.8rem 1rem 72px;
    background-repeat: no-repeat;
    background-position: 16px 16px;
    background-repeat: no-repeat;
    color: white;
    width: 100%;
    min-height: 72px;
    display: flex;
    align-items: center;
    position: relative; }
    #bodyinject .inject-container div {
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.5rem; }
    #bodyinject .inject-container div.dialog-title {
      font-weight: 900; }
    @media screen and (max-width: 47.9375em) {
      #bodyinject .inject-container div {
        font-size: 14px;
        line-height: 20px; } }
    #bodyinject .inject-container.dialog-info {
      background-color: #118ACB;
      background-image: url("clientlibs/images/icon/notification/notificationFaceMessage.svg"); }
    #bodyinject .inject-container.dialog-success {
      background-color: #78B82A;
      background-image: url("clientlibs/images/icon/notification/notificationFaceSuccess.svg"); }
      #bodyinject .inject-container.dialog-success--tick {
        background-image: url("clientlibs/images/icon/notification/notificationTickSuccess.svg");
        background-size: 40px 40px; }
    #bodyinject .inject-container.dialog-warning {
      background-color: #F18816;
      background-image: url("clientlibs/images/icon/notification/notificationFaceWarning.svg"); }
    #bodyinject .inject-container.dialog-error {
      background-color: #E74124;
      background-image: url("clientlibs/images/icon/notification/notificationFaceError.svg"); }
    #bodyinject .inject-container.dialog-addFav {
      background-color: #118ACB;
      background-image: url("clientlibs/images/icon/notification/notificationAddFavourite.svg");
      background-size: 40px; }
    #bodyinject .inject-container a {
      font-weight: 900;
      color: #ffffff; }

ux-dialog-container .ux-dialog-middle.generic-error-container {
  min-width: 222px;
  max-width: 414px;
  max-height: 641px; }

.generic-error {
  border-radius: 0;
  padding: 0;
  border: 0;
  width: 100vw;
  max-width: 382px;
  min-height: 346px;
  -webkit-touch-callout: none !important; }
  .generic-error a {
    -webkit-user-select: none !important; }
  @media screen and (max-width: 47.9375em) {
    .generic-error {
      max-width: 343px; } }
  .generic-error ux-dialog-header {
    min-height: 150px;
    width: 100%;
    background: #E74124; }
    .generic-error ux-dialog-header .dialog-close {
      color: white;
      font-size: 1.7rem; }
    .generic-error ux-dialog-header .dialog-header-content {
      position: relative;
      height: 100%;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: 64px 64px;
      background-image: url("clientlibs/images/icon/ico--sad-face.svg");
      padding-top: 110px; }
      .generic-error ux-dialog-header .dialog-header-content h2 {
        font-size: 1.5rem;
        color: white;
        text-align: center;
        top: 80px;
        position: absolute;
        width: 100%;
        font-weight: 900; }
    .generic-error ux-dialog-header .dialog-back {
      position: absolute;
      top: -0.5rem;
      right: -0.375rem;
      z-index: 1000;
      margin: 0;
      color: white;
      cursor: pointer;
      font-size: 0.875rem;
      font-weight: bold;
      line-height: 1.25rem;
      text-align: right; }
    .generic-error ux-dialog-header .error-text {
      display: block;
      width: 288px;
      color: white;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0.5rem;
      font-weight: 900;
      font-size: 0.875rem;
      line-height: 1.25rem;
      text-align: center; }
      .generic-error ux-dialog-header .error-text a {
        color: white; }
      .generic-error ux-dialog-header .error-text .phone-number {
        color: white;
        text-decoration: underline; }
  .generic-error ux-dialog-body {
    padding-top: 0;
    padding-left: 47px;
    padding-right: 47px; }
    @media screen and (max-width: 47.9375em) {
      .generic-error ux-dialog-body {
        padding-left: 27.5px;
        padding-right: 27.5px; } }
    .generic-error ux-dialog-body .fd-body {
      color: #444444;
      font-size: 0.875rem;
      line-height: 1.5rem;
      margin: 1.5rem 0; }
    .generic-error ux-dialog-body .fd-number {
      display: block;
      color: #000000;
      font-size: 2.25rem;
      font-weight: bold;
      line-height: 2.875rem;
      margin: auto;
      margin-bottom: 1rem;
      height: 46px;
      text-decoration: none; }
    .generic-error ux-dialog-body .ico-phone {
      background-image: url("clientlibs/images/icon/ico-phone.svg");
      background-position: center;
      background-repeat: no-repeat;
      display: inline-block;
      height: 28px;
      width: 28px;
      margin-right: 1rem; }
  .generic-error ux-dialog-footer {
    border-top: 0;
    height: 71px;
    text-align: center;
    margin-bottom: 1.125rem;
    border-top: none; }
    .generic-error ux-dialog-footer .fd-footer {
      height: 60px;
      width: 210px;
      color: #444444;
      font-size: 0.875rem;
      line-height: 1.25rem;
      margin: auto; }
      .generic-error ux-dialog-footer .fd-footer a {
        color: #444444;
        text-decoration: none; }

.login-prompt-container {
  height: 582px;
  max-width: 382px; }

.MSIE .login-prompt-container {
  max-width: none; }

.login-prompt {
  border-radius: 0;
  padding: 0;
  border: 0;
  width: 100vw;
  max-width: 382px;
  -webkit-touch-callout: none !important;
  min-height: 582px; }
  .login-prompt.wagering-upgrade ux-dialog-header {
    background: #028542; }
  .login-prompt.wagering-upgrade .dialog-header-content {
    background-image: url("clientlibs/images/icon/tab-lott-logos@2x.png");
    background-repeat: no-repeat;
    background-size: 15rem 2.5rem;
    background-position: center 18px;
    padding-top: 3.5rem; }
    .login-prompt.wagering-upgrade .dialog-header-content h2 {
      position: relative;
      bottom: -24px; }
  .login-prompt.wagering-upgrade ux-dialog-body p {
    line-height: 1.25rem; }
  .login-prompt.wagering-upgrade ux-dialog-body loading-button {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem; }
    .login-prompt.wagering-upgrade ux-dialog-body loading-button button {
      margin: 0; }
  .login-prompt.wagering-upgrade ux-dialog-body button {
    width: 100%;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 1rem; }
  .login-prompt.wagering-upgrade ux-dialog-footer {
    padding: 0px !important; }
  .login-prompt.wagering-upgrade.login-error {
    background-size: auto 64px;
    background-position: top center; }
    .login-prompt.wagering-upgrade.login-error .dialog-header-content {
      background-size: auto 64px;
      background-position: top center;
      padding-top: 80px; }
      .login-prompt.wagering-upgrade.login-error .dialog-header-content h2 {
        bottom: 0; }
  .login-prompt.wagering-upgrade.error-lock {
    padding-top: 0px; }
  .login-prompt a {
    -webkit-user-select: none !important; }
  @media screen and (max-width: 47.9375em) {
    .login-prompt {
      max-width: 343px; } }
  .login-prompt .heading-text {
    display: block;
    width: 288px;
    color: white;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    text-align: center; }
  .login-prompt ux-dialog-header {
    min-height: 150px;
    width: 100%;
    background: linear-gradient(135deg, #4A59A2 0%, #406AAE 18.08%, #3073B5 31.41%, #3277B6 42.63%, #4193BC 55.92%, #60B9AB 100%); }
    .login-prompt ux-dialog-header .dialog-close {
      color: white;
      font-size: 1.7rem; }
    .login-prompt ux-dialog-header .dialog-back {
      position: absolute;
      top: -8px;
      right: -6px;
      z-index: 1000;
      margin: 0;
      color: white;
      cursor: pointer;
      font-size: 14px;
      font-weight: bold;
      line-height: 20px;
      text-align: right; }
    .login-prompt ux-dialog-header .display-none {
      display: none; }
    .login-prompt ux-dialog-header .dialog-header-content {
      position: relative;
      height: 100%;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: auto 64px;
      background-image: url("clientlibs/images/icon/ico-account.svg");
      padding-top: 80px; }
      .login-prompt ux-dialog-header .dialog-header-content h2 {
        font-size: 1.5rem;
        color: white;
        text-align: center;
        width: 100%;
        font-weight: 900; }
      .login-prompt ux-dialog-header .dialog-header-content .error-text {
        display: none; }
  .login-prompt ux-dialog-body {
    min-height: 340px;
    padding-top: 0;
    padding-bottom: 1rem !important; }
    .login-prompt ux-dialog-body .login-divider {
      height: 28px;
      position: relative;
      margin-top: 24px; }
      .login-prompt ux-dialog-body .login-divider hr {
        height: 1px;
        border: 0;
        background-color: #E8E8E8;
        vertical-align: middle;
        margin-top: auto;
        margin-bottom: auto;
        top: 0;
        bottom: 0;
        position: absolute;
        width: 100%; }
    .login-prompt ux-dialog-body .or-container {
      background-color: white;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      width: 60px;
      margin: auto; }
      .login-prompt ux-dialog-body .or-container .or {
        color: #444444;
        height: 28px;
        width: 28px;
        border: 1px solid #E8E8E8;
        background-color: #FAFAFA;
        border-radius: 50%;
        font-size: 12px;
        text-align: center;
        vertical-align: middle;
        line-height: 28px;
        position: relative;
        margin-left: auto;
        margin-right: auto; }
    .login-prompt ux-dialog-body .login-detail {
      margin-top: 24px; }
      .login-prompt ux-dialog-body .login-detail .label-container {
        position: relative;
        margin-bottom: 2px; }
        .login-prompt ux-dialog-body .login-detail .label-container label {
          font-weight: 500;
          font-size: 14px;
          color: #444444;
          line-height: 20px; }
        .login-prompt ux-dialog-body .login-detail .label-container a.forgot {
          position: absolute;
          top: 0;
          right: 0;
          color: #6C4796;
          font-size: 0.75rem;
          line-height: 18px; }
      .login-prompt ux-dialog-body .login-detail .input-container {
        height: 38px;
        border: 1px solid #C8C8C8;
        background-color: #FFFFFF;
        position: relative; }
        .login-prompt ux-dialog-body .login-detail .input-container input {
          border: 0;
          height: 100%;
          width: 100%;
          font-size: 1rem; }
        .login-prompt ux-dialog-body .login-detail .input-container input::-ms-clear {
          width: 0;
          height: 0;
          display: none; }
        .login-prompt ux-dialog-body .login-detail .input-container a {
          z-index: 10;
          height: 100%;
          width: 53px;
          position: absolute;
          top: 0;
          right: 0; }
          .login-prompt ux-dialog-body .login-detail .input-container a.password-reveal {
            z-index: 10;
            height: 100%;
            width: 53px;
            position: absolute;
            top: 0;
            right: 0;
            line-height: 38px;
            text-align: center;
            color: #6C4796;
            font-size: 0.75rem;
            text-decoration: none;
            box-sizing: border-box;
            border-left: 1px solid #CFCFCF;
            background-color: #F9F9F9;
            box-shadow: inset 0 1px 0 0 #FFFFFF; }
      .login-prompt ux-dialog-body .login-detail .input-error {
        display: none; }
      .login-prompt ux-dialog-body .login-detail.credential-missing label {
        color: #E74124; }
      .login-prompt ux-dialog-body .login-detail.credential-missing .input-container {
        border: 1px solid #E74124; }
        .login-prompt ux-dialog-body .login-detail.credential-missing .input-container input {
          background-color: rgba(231, 65, 36, 0.1); }
        .login-prompt ux-dialog-body .login-detail.credential-missing .input-container .password-reveal {
          border-left: 1px solid #E74124; }
      .login-prompt ux-dialog-body .login-detail.credential-missing .input-error {
        display: inline-block;
        color: #E74124;
        font-size: 12px;
        line-height: 18px;
        font-weight: 900; }
      .login-prompt ux-dialog-body .login-detail.invalid-format label {
        color: #E74124; }
      .login-prompt ux-dialog-body .login-detail.invalid-format .input-container {
        border: 1px solid #E74124; }
        .login-prompt ux-dialog-body .login-detail.invalid-format .input-container input {
          background-color: rgba(231, 65, 36, 0.1); }
        .login-prompt ux-dialog-body .login-detail.invalid-format .input-container .password-reveal {
          border-left: 1px solid #E74124; }
      .login-prompt ux-dialog-body .login-detail.invalid-format .input-error {
        display: inline-block;
        color: #E74124;
        font-size: 12px;
        line-height: 18px;
        font-weight: 900; }
    .login-prompt ux-dialog-body span.spinner-circular {
      color: transparent;
      background: transparent url("clientlibs/images/icon/ico--spinner-white.svg") no-repeat center center/18px 18px;
      height: 18px;
      width: 18px;
      display: block;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .login-prompt ux-dialog-body .login-button.login-facebook {
      margin-top: 12px; }
    .login-prompt ux-dialog-body .login-button.not-active {
      pointer-events: none;
      cursor: default;
      opacity: 0.7; }
    .login-prompt ux-dialog-body .sign-up-cta {
      text-align: center;
      margin-top: 1.5rem;
      font-size: 0.875rem; }
  .login-prompt ux-dialog-footer {
    border-top: 0; }
    .login-prompt ux-dialog-footer h5 {
      font-weight: 500;
      font-size: 0.75rem;
      text-align: center;
      line-height: 18px;
      width: 288px;
      color: #444444;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      .login-prompt ux-dialog-footer h5.spaced {
        margin-bottom: 2rem;
        margin-top: -1rem;
        font-size: 0.875rem;
        line-height: 1.25rem; }
  .login-prompt.joinup-login ux-dialog-footer {
    max-width: inherit;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0 !important; }
    .login-prompt.joinup-login ux-dialog-footer .extra-padding-bottom {
      padding-bottom: 1rem; }
    .login-prompt.joinup-login ux-dialog-footer .don-t-remember-section {
      background-color: #FAFAFA;
      padding-top: 1rem;
      padding-bottom: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .login-prompt.joinup-login ux-dialog-footer .don-t-remember-section h5 {
        margin-bottom: 0;
        display: flex;
        flex-direction: row;
        justify-content: center; }
      .login-prompt.joinup-login ux-dialog-footer .don-t-remember-section .tel {
        font-weight: 900;
        padding-left: 3px; }
      .login-prompt.joinup-login ux-dialog-footer .don-t-remember-section a.tel {
        display: none; }
        @media screen and (max-width: 47.9375em) {
          .login-prompt.joinup-login ux-dialog-footer .don-t-remember-section a.tel {
            display: inherit; } }
      @media screen and (max-width: 47.9375em) {
        .login-prompt.joinup-login ux-dialog-footer .don-t-remember-section div.tel {
          display: none; } }
  .login-prompt.joinup-login.forgot-user, .login-prompt.joinup-login.forgot-password, .login-prompt.joinup-login.reset-success {
    padding-bottom: 2rem !important; }
  .login-prompt.logged-out-for-security-title ux-dialog-header .dialog-header-content h2 {
    max-width: 260px;
    margin: 0 auto; }

.login-prompt.login-error ux-dialog-header {
  background: #E74124; }
  .login-prompt.login-error ux-dialog-header .error-text {
    display: block;
    width: 288px;
    color: white;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    text-align: center; }
    .login-prompt.login-error ux-dialog-header .error-text a {
      color: white; }
    .login-prompt.login-error ux-dialog-header .error-text .phone-number {
      color: white;
      text-decoration: underline; }

.login-prompt.login-error.no-header .dialog-header-content {
  padding-top: 80px; }

.login-prompt.login-error.error-lock .dialog-header-content {
  background-image: url("clientlibs/images/icon/ico--account-locked.svg"); }

.login-prompt.login-error.error-invalid .dialog-header-content {
  background-image: url("clientlibs/images/icon/ico--sad-face.svg"); }

.login-prompt.login-error.error-closed .dialog-header-content {
  background-image: url("clientlibs/images/icon/ico--alert-face.svg"); }

.login-prompt.reset-success .dialog-header-content, .login-prompt.forgot-user-success .dialog-header-content {
  background-image: url("clientlibs/images/icon/ico--success.svg"); }

.login-prompt.page-login .dialog-header-content {
  background-image: url("clientlibs/images/icon/ico--protection-rev.svg"); }

.login-prompt.required-login .dialog-header-content {
  background-image: url("clientlibs/images/icon/ico--protection-rev.svg"); }

.login-prompt.joinup-login .dialog-header-content {
  background-image: url("clientlibs/images/icon/ico--goodNews.svg"); }

.login-prompt.login-error.error-corrected .dialog-header-content {
  opacity: .3; }

@media screen and (max-height: 470px) {
  ux-dialog-container .ux-dialog-middle {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }

.login-prompt-container {
  height: 512px !important; }
  .login-prompt-container .login-prompt {
    min-height: 334px !important; }
    .login-prompt-container .login-prompt ux-dialog-body {
      min-height: 0 !important; }
      .login-prompt-container .login-prompt ux-dialog-body .login-divider {
        display: none !important; }
      .login-prompt-container .login-prompt ux-dialog-body .login-facebook {
        display: none !important; }

.forgot-user-info {
  text-align: center; }
  .forgot-user-info .fd-body {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 1.5rem 0; }
  .forgot-user-info .fd-number {
    display: block;
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    margin: auto;
    margin-bottom: 1rem;
    height: 46px;
    text-decoration: none; }
  .forgot-user-info ux-dialog-header > .dialog-close {
    display: none; }
  .forgot-user-info ux-dialog-footer {
    text-align: center;
    font-size: 0.875rem; }
    .forgot-user-info ux-dialog-footer a {
      color: #444444;
      text-decoration: none; }
    .forgot-user-info ux-dialog-footer p {
      margin: 0; }
  .forgot-user-info .ico-phone {
    background-image: url("clientlibs/images/icon/ico-phone.svg");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    width: 28px;
    margin-right: 1rem; }

.forgot-user ux-dialog-header > .dialog-close {
  display: none; }

.forgot-user ux-dialog-body {
  padding: 0 !important; }

.forgot-user ux-dialog-footer {
  height: 0; }

.forgot-password ux-dialog-body {
  padding: 0 !important; }

.forgot-password ux-dialog-footer {
  height: 0; }

.reset-success ux-dialog-header, .forgot-user-success ux-dialog-header {
  background: #78B82A; }

.reset-success ux-dialog-body, .forgot-user-success ux-dialog-body {
  padding-bottom: 0 !important; }

.reset-success ux-dialog-footer, .forgot-user-success ux-dialog-footer {
  height: 0;
  padding-bottom: 0; }

.login-disabled ux-dialog-header {
  background: #CC3582; }
  .login-disabled ux-dialog-header .dialog-header-content {
    background-image: url("clientlibs/images/icon/ico--maintenance.svg"); }

.login-disabled.error > ux-dialog-header {
  background: #E74124; }

.login-disabled.info > ux-dialog-header {
  background: #118ACB; }

.set-password ux-dialog-body {
  padding: 0 !important; }
  .set-password ux-dialog-body p:first-child {
    margin: 1.5rem 0 0 0; }

.set-password .au-target label {
  margin-top: 1.5rem; }

.set-password password-strength-bar {
  position: relative;
  width: 0px;
  left: -13px; }

.set-password .columns {
  padding: 0; }
  .set-password .columns .password-tips .content {
    margin-top: 1.5rem; }

.set-password label {
  height: 20px;
  width: 288px;
  color: #444444;
  font-size: 14px; }
  .set-password label.middle {
    padding: 0;
    margin-bottom: 2px; }

.set-password .input-group-field {
  margin-bottom: 0; }

.set-password .input-error .help-text {
  background: none;
  color: #E74124;
  font-weight: 900;
  font-size: .75rem;
  padding-left: 0; }

.set-password .input-error label {
  color: #E74124; }

.set-password .input-error .input-container {
  border: 1px solid #E74124;
  background-color: rgba(231, 65, 36, 0.1); }
  .set-password .input-error .input-container .password-reveal {
    border-left: 1px solid #E74124; }

.set-password .input-error .input-group {
  margin-bottom: .625rem;
  border: 1px solid #E74124; }
  .set-password .input-error .input-group .input-group-field {
    margin: 0;
    border: none;
    background-color: rgba(231, 65, 36, 0.1); }
  .set-password .input-error .input-group .input-group-button {
    border-left: 1px solid #E74124; }
    .set-password .input-error .input-group .input-group-button input {
      border: none; }

.set-password .help-text {
  margin-top: -0.625rem;
  margin-bottom: 0;
  text-align: left; }

.set-password .input-group-button .button.hollow {
  border: 1px solid #B2B2B2;
  color: #6C4796;
  font-weight: normal;
  padding: 0px;
  width: 53px; }
  .set-password .input-group-button .button.hollow:hover, .set-password .input-group-button .button.hollow:focus {
    border: 1px solid #B2B2B2;
    color: #6C4796; }
  .set-password .input-group-button .button.hollow.show-button {
    background: #F9F9F9;
    border-left: none;
    min-height: 38px;
    margin: 0; }

.set-password div#strengthBar {
  padding-top: 4px; }

.set-password div#strengthBar .point {
  width: 4px;
  height: 4px;
  margin: 2px;
  margin-top: 2px;
  background-color: #DDD; }

.set-password div#strengthBar .point.strength1.active {
  background-color: #E74124; }

.set-password div#strengthBar .point.strength2.active {
  background-color: #F18816; }

.set-password div#strengthBar .point.strength3.active {
  background-color: #F18816; }

.set-password div#strengthBar .point.strength4.active {
  background-color: #78B82A; }

.set-password div#strengthBar .point.strength5.active {
  background-color: #78B82A; }

.set-password button.dialog-close.reset-success, .set-password button.dialog-close.forgot-user-success {
  right: -16px;
  top: -16px; }

.set-password.cp-success .login-prompt ux-dialog-header {
  background: #78B82A;
  min-height: 8.875rem; }
  .set-password.cp-success .login-prompt ux-dialog-header .dialog-header-content {
    background-image: url("clientlibs/images/icon/ico--success.svg"); }
    .set-password.cp-success .login-prompt ux-dialog-header .dialog-header-content button {
      top: -15px;
      right: -15px;
      cursor: pointer; }
  .set-password.cp-success .login-prompt ux-dialog-header .heading-text {
    color: #FFFFFF;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px; }

.set-password.cp-success .login-prompt ux-dialog-body p {
  margin: 1.5rem 0 2rem 0;
  font-size: 14px;
  line-height: 20px;
  text-align: left; }

.set-password.cp-success .login-prompt ux-dialog-body button.button {
  margin: 0; }

.login-prompt.error ux-dialog-header {
  background: #E74124; }
  .login-prompt.error ux-dialog-header a {
    color: white; }
  .login-prompt.error ux-dialog-header .error-text {
    display: block;
    width: 288px;
    color: white;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    text-align: center; }

.login-prompt.error.error-lock .dialog-header-content {
  background-image: url("clientlibs/images/icon/ico--account-locked.svg"); }

.login-prompt.error.error-invalid .dialog-header-content {
  background-image: url("clientlibs/images/icon/ico--sad-face.svg"); }

.login-prompt.error.error-closed .dialog-header-content {
  background-image: url("clientlibs/images/icon/ico--alert-face.svg"); }

.login-prompt.error.error-corrected .dialog-header-content {
  opacity: .3; }

.login-prompt.error.error-set-password .dialog-header-content {
  background-image: url("clientlibs/images/icon/ico--sad-face.svg"); }

.settings-styling {
  margin-left: -1rem;
  margin-right: -1rem; }
  @media screen and (max-width: 47.9375em) {
    .settings-styling {
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }
  .settings-styling hr {
    border-color: #E8E8E8; }
  .settings-styling .hyperlink-button {
    text-decoration: underline;
    color: #6C4796;
    line-height: 1.625rem; }
    @media screen and (max-width: 47.9375em) {
      .settings-styling .hyperlink-button {
        font-size: 0.875rem;
        line-height: 1.25rem; } }
  .settings-styling .hide-number-spin {
    -moz-appearance: textfield; }
    .settings-styling .hide-number-spin::-webkit-outer-spin-button, .settings-styling .hide-number-spin::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .settings-styling .hide-number-spin::-ms-clear {
      display: none; }
  @media screen and (max-width: 21.5em) {
    .settings-styling .header-before-edit {
      width: 13.25rem; } }
  .settings-styling .header-container {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between; }
  .settings-styling .header-title {
    font-weight: 900;
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 1rem;
    color: #000; }
    @media screen and (max-width: 47.9375em) {
      .settings-styling .header-title {
        font-size: 0.875rem;
        line-height: 1.25rem; } }
  .settings-styling .form-section {
    padding: 1rem 1rem 0 1rem;
    margin: 0;
    border: 1px solid transparent; }
    .settings-styling .form-section.editing {
      background-color: #ffffff;
      border: 1px solid #6C4796; }
    .settings-styling .form-section label.required-field:after {
      content: " *";
      color: #CC3582; }
  .settings-styling .input-container {
    margin-bottom: 1rem; }
  .settings-styling .explain-required-fields {
    color: #CC3582;
    margin-right: 1.5rem; }
  .settings-styling .save-button-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 1rem 0 1rem 0; }
    .settings-styling .save-button-container button {
      margin-bottom: 0; }
  .settings-styling .settings-button {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 900; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.coral-RichText-editor h1,
.coral-RichText-editor h2,
.coral-RichText-editor h3,
.coral-RichText-editor h4,
.coral-RichText-editor h5,
.coral-RichText-editor h6,
.rte-content h1,
.rte-content h2,
.rte-content h3,
.rte-content h4,
.rte-content h5,
.rte-content h6, .rte-editor h1,
.rte-editor h2,
.rte-editor h3,
.rte-editor h4,
.rte-editor h5,
.rte-editor h6 {
  color: #000000; }

.coral-RichText-editor h1,
.coral-RichText-editor h2,
.coral-RichText-editor h3,
.rte-content h1,
.rte-content h2,
.rte-content h3, .rte-editor h1,
.rte-editor h2,
.rte-editor h3 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.coral-RichText-editor .black,
.rte-content .black, .rte-editor .black {
  color: #000000; }

.coral-RichText-editor .purple,
.rte-content .purple, .rte-editor .purple {
  color: #6C4796; }

.coral-RichText-editor .small-text,
.rte-content .small-text, .rte-editor .small-text {
  font-size: 75%; }

.coral-RichText-editor .large-text,
.rte-content .large-text, .rte-editor .large-text {
  font-size: 125%; }

.coral-RichText-editor table tbody tr td,
.rte-content table tbody tr td, .rte-editor table tbody tr td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.coral-RichText-editor table tbody tr,
.rte-content table tbody tr, .rte-editor table tbody tr {
  background-color: #ffffff !important;
  vertical-align: top; }

.coral-RichText-editor ol,
.rte-content ol, .rte-editor ol {
  list-style-type: none;
  counter-reset: item;
  margin-left: 0;
  margin-right: 0;
  display: block; }

.coral-RichText-editor ol > li,
.rte-content ol > li, .rte-editor ol > li {
  display: table;
  counter-increment: item; }

.coral-RichText-editor ol > li:before,
.rte-content ol > li:before, .rte-editor ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
  width: 48px; }

.coral-RichText-editor li ol > li:before,
.rte-content li ol > li:before, .rte-editor li ol > li:before {
  content: counters(item, ".") " "; }

.coral-RichText-editor li ol > li,
.rte-content li ol > li, .rte-editor li ol > li {
  margin-left: 0;
  margin-right: 0; }

.coral-RichText-editor li > ol:first-child,
.rte-content li > ol:first-child, .rte-editor li > ol:first-child {
  margin-top: 0.5rem; }

.coral-RichText-editor ol.alphabetical-list,
.rte-content ol.alphabetical-list, .rte-editor ol.alphabetical-list {
  list-style-type: none;
  counter-reset: section;
  margin-left: 0;
  margin-right: 0;
  display: block; }

.coral-RichText-editor ol.alphabetical-list > li,
.rte-content ol.alphabetical-list > li, .rte-editor ol.alphabetical-list > li {
  counter-increment: section;
  display: table; }

.coral-RichText-editor ol.alphabetical-list > li:before,
.rte-content ol.alphabetical-list > li:before, .rte-editor ol.alphabetical-list > li:before {
  content: "(" counter(section, lower-alpha) ") ";
  display: table-cell;
  padding-right: 0.6em;
  width: 28px; }

.coral-RichText-editor ul,
.rte-content ul, .rte-editor ul {
  list-style-type: disc;
  padding: 0;
  padding-left: 20px;
  margin: 0; }

.coral-RichText-editor ul > li,
.rte-content ul > li, .rte-editor ul > li {
  margin-bottom: 0.6em; }

.coral-RichText-editor ul > li:before,
.rte-content ul > li:before, .rte-editor ul > li:before {
  padding-right: 0.6em; }

.coral-RichText-editor li ul > li,
.rte-content li ul > li, .rte-editor li ul > li {
  margin: 0; }

.coral-RichText-editor ul,
.rte-content ul, .rte-editor ul {
  list-style-type: disc;
  padding: 0;
  padding-left: 20px;
  margin: 0; }

.coral-RichText-editor ul > li,
.rte-content ul > li, .rte-editor ul > li {
  margin-bottom: 0.6em; }

.coral-RichText-editor ul > li:before,
.rte-content ul > li:before, .rte-editor ul > li:before {
  padding-right: 0.6em; }

.coral-RichText-editor li ul > li,
.rte-content li ul > li, .rte-editor li ul > li {
  margin: 0; }

.coral-RichText-editor .terms-conditions ol.alphabetical-list li,
.rte-content .terms-conditions ol.alphabetical-list li, .rte-editor .terms-conditions ol.alphabetical-list li {
  padding-top: 0.325rem;
  padding-bottom: 0.325rem; }

.coral-RichText-editor .terms-conditions ol li,
.rte-content .terms-conditions ol li, .rte-editor .terms-conditions ol li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.coral-RichText-editor .terms-conditions ol ol li,
.coral-RichText-editor .terms-conditions ul ul li,
.rte-content .terms-conditions ol ol li,
.rte-content .terms-conditions ul ul li, .rte-editor .terms-conditions ol ol li,
.rte-editor .terms-conditions ul ul li {
  margin-bottom: 0rem; }

.coral-RichText-editor .terms-conditions ol.alphabetical-list li > *,
.rte-content .terms-conditions ol.alphabetical-list li > *, .rte-editor .terms-conditions ol.alphabetical-list li > * {
  margin-left: -34px; }

.coral-RichText-editor .terms-conditions ol.alphabetical-list li > :first-child,
.rte-content .terms-conditions ol.alphabetical-list li > :first-child, .rte-editor .terms-conditions ol.alphabetical-list li > :first-child {
  margin-left: 0px; }

.coral-RichText-editor .terms-conditions ol li > *,
.rte-content .terms-conditions ol li > *, .rte-editor .terms-conditions ol li > * {
  margin-left: -48px; }

.coral-RichText-editor .terms-conditions ol li > :first-child,
.coral-RichText-editor .terms-conditions ol li > p,
.rte-content .terms-conditions ol li > :first-child,
.rte-content .terms-conditions ol li > p, .rte-editor .terms-conditions ol li > :first-child,
.rte-editor .terms-conditions ol li > p {
  margin-left: 0px; }

.coral-RichText-editor .terms-conditions li ol.alphabetical-list li > :not(:first-child),
.rte-content .terms-conditions li ol.alphabetical-list li > :not(:first-child), .rte-editor .terms-conditions li ol.alphabetical-list li > :not(:first-child) {
  margin-left: 0; }

.coral-RichText-editor .terms-conditions ol > li:before,
.rte-content .terms-conditions ol > li:before, .rte-editor .terms-conditions ol > li:before {
  font-size: 18px;
  line-height: 26px;
  font-weight: 900;
  color: #000000; }

.coral-RichText-editor .terms-conditions li ol > li:before,
.rte-content .terms-conditions li ol > li:before, .rte-editor .terms-conditions li ol > li:before {
  color: #444444;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500; }

.coral-RichText-editor .terms-conditions ol.alphabetical-list > li:before,
.rte-content .terms-conditions ol.alphabetical-list > li:before, .rte-editor .terms-conditions ol.alphabetical-list > li:before {
  color: #000000;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit; }

.coral-RichText-editor .terms-conditions ol > li > ol.alphabetical-list > li:before,
.rte-content .terms-conditions ol > li > ol.alphabetical-list > li:before, .rte-editor .terms-conditions ol > li > ol.alphabetical-list > li:before {
  color: #444444; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.state-qld .player-card-image {
  background-image: url("clientlibs/images/logo/cards/playersCard-GoldenCasket.png");
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .state-qld .player-card-image {
      background-image: url("clientlibs/images/logo/cards/playersCard-GoldenCasket@3x.png"); } }

.state-nsw .player-card-image, .state-act .player-card-image {
  background-image: url("clientlibs/images/logo/cards/playersCard-NSW.png");
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .state-nsw .player-card-image, .state-act .player-card-image {
      background-image: url("clientlibs/images/logo/cards/playersCard-NSW@3x.png"); } }

.state-sa .player-card-image {
  background-image: url("clientlibs/images/logo/cards/playersCard-SAL.png");
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .state-sa .player-card-image {
      background-image: url("clientlibs/images/logo/cards/playersCard-SAL@3x.png"); } }

.state-tas .player-card-image, .state-nt .player-card-image, .state-wa .player-card-image, .state-vic .player-card-image {
  background-image: url("clientlibs/images/logo/cards/playersCard-TattsLotto.png");
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .state-tas .player-card-image, .state-nt .player-card-image, .state-wa .player-card-image, .state-vic .player-card-image {
      background-image: url("clientlibs/images/logo/cards/playersCard-TattsLotto@3x.png"); } }

section.loading-panel {
  position: relative; }
  section.loading-panel.loading {
    min-height: 50px; }
  section.loading-panel .loading-spinner {
    position: absolute;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 20;
    margin: 0 auto;
    text-align: center; }
    section.loading-panel .loading-spinner loading-spinner {
      position: relative;
      top: 10%; }

section.restricted-content {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #E8E8E8;
  background-color: #FAFAFA; }
  section.restricted-content div.wrapper {
    width: 100%; }
  section.restricted-content div.icon {
    height: 48px;
    width: 36px;
    background-image: url("clientlibs/images/icon/ico--protection-grey.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    margin-top: 4rem; }
  section.restricted-content div.text {
    text-align: center;
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 400px;
    margin-bottom: 4rem;
    color: #767676; }
  section.restricted-content div.authoring-text {
    width: 100%;
    text-align: left;
    margin-left: 1rem;
    padding-left: 0.25rem;
    color: #767676; }

loading-button button.button {
  font-size: 1rem;
  font-weight: 900;
  min-width: 6.5rem;
  line-height: 1rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  text-transform: uppercase;
  position: relative; }
  loading-button button.button.loading span.text {
    visibility: hidden; }
  loading-button button.button span.spinner-circular {
    font-size: 0;
    background: transparent url("clientlibs/images/icon/ico--spinner-white.svg") no-repeat center center;
    background-size: cover;
    width: 1rem;
    height: 1rem;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -.5rem 0 0 -.5rem; }
  loading-button button.button.hollow span.spinner-circular {
    background: transparent url("clientlibs/images/icon/ico--spinner.svg") no-repeat center center; }

.full-width-aem-component {
  width: 100%; }

.tatts-dialog {
  height: 512px;
  height: fit-content; }
  .tatts-dialog ux-dialog {
    border-radius: 0;
    padding: 0;
    border: 0;
    max-width: 382px; }
    @media screen and (max-width: 47.9375em) {
      .tatts-dialog ux-dialog {
        max-width: 343px; } }
    .tatts-dialog ux-dialog input {
      margin-bottom: 0; }
    .tatts-dialog ux-dialog ux-dialog-header {
      min-height: 4.875rem; }
      .tatts-dialog ux-dialog ux-dialog-header.dialog-header {
        padding: 1.5rem;
        background: linear-gradient(135deg, #4A59A2 0%, #406AAE 18%, #3073B5 31%, #3277B6 43%, #4193BC 56%, #60B9AB 100%); }
      .tatts-dialog ux-dialog ux-dialog-header.error-dialog-header {
        padding: 1rem 1.5rem 0.5rem 1.5rem;
        background-color: #E74124; }
      .tatts-dialog ux-dialog ux-dialog-header .title {
        color: #FFFFFF;
        font-family: museo-sans;
        font-size: 1.5rem;
        line-height: 1.875rem;
        text-align: center;
        font-weight: 900; }
      .tatts-dialog ux-dialog ux-dialog-header .dialog-close {
        color: white;
        font-size: 1.7rem; }
      .tatts-dialog ux-dialog ux-dialog-header .error-wrapper {
        background-image: url("clientlibs/images/icon/ico--sad-face.svg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 4rem 4rem;
        padding-top: 75px; }
      .tatts-dialog ux-dialog ux-dialog-header .error-header.title {
        margin-bottom: 0.5rem; }
      .tatts-dialog ux-dialog ux-dialog-header .error-message {
        color: #FFFFFF;
        font-weight: 900;
        text-align: center;
        font-size: 0.875rem;
        line-height: 1.25rem; }
    .tatts-dialog ux-dialog ux-dialog-body {
      margin: 1.5rem 2.9375rem 2rem;
      /* We have to override styles defined on .button in layout. */ }
      @media screen and (max-width: 47.9375em) {
        .tatts-dialog ux-dialog ux-dialog-body {
          margin: 1.5rem 1.71875rem 2rem; } }
      @media screen and (max-width: 21.5em) {
        .tatts-dialog ux-dialog ux-dialog-body {
          margin: 1.5rem 1rem 2rem; } }
      .tatts-dialog ux-dialog ux-dialog-body .button {
        margin-top: 0;
        font-weight: 900;
        font-size: 1rem;
        text-transform: uppercase; }
        .tatts-dialog ux-dialog ux-dialog-body .button .spinner-circular {
          width: 1rem;
          height: 1rem; }
  .tatts-dialog p {
    margin-bottom: 0; }

.fade-in.tatts-enter-add {
  -webkit-animation: fadeIn .5s;
  animation: fadeIn .5s; }

.fade-out.tatts-leave-add {
  display: block !important;
  -webkit-animation: fadeOut .5s;
  animation: fadeOut .5s; }

.fade-in-and-slide.tatts-enter-add {
  display: block !important;
  -webkit-animation: fadeInAndSlide .5s;
  animation: fadeInAndSlide .5s; }

.fade-out-and-slide.tatts-leave-add {
  display: block !important;
  -webkit-animation: fadeOutAndSlide .5s;
  animation: fadeOutAndSlide .5s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* CSS3-Animations */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeInAndSlide {
  0% {
    opacity: 0;
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInAndSlide {
  0% {
    opacity: 0;
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/* CSS3-Animations */
@-webkit-keyframes fadeOutAndSlide {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100px); } }

@keyframes fadeOutAndSlide {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100px); } }

.mastercard-icon {
  height: 33px;
  width: 47px;
  border-radius: 3.12px;
  background-color: #FFFFFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  background-size: 47px;
  background-image: url("clientlibs/images/icon/payment/icon--ccmastercard.svg"); }

.visa-icon {
  height: 33px;
  width: 47px;
  border-radius: 3.12px;
  background-color: #FFFFFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  background-size: 47px;
  background-image: url("clientlibs/images/icon/payment/icon--ccvisa.svg"); }

.prompt-dialog {
  max-width: 492px;
  min-width: 0px;
  max-height: 368px;
  min-height: 230px;
  height: 100%;
  width: 100%;
  margin: auto; }
  .prompt-dialog ux-dialog {
    border: none;
    padding: 0;
    border-radius: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .prompt-dialog ux-dialog > ux-dialog-header {
      background: linear-gradient(135deg, #4A59A2 0%, #406AAE 18%, #3073B5 31%, #3277B6 43%, #4193BC 56%, #60B9AB 100%);
      border: none; }
      .prompt-dialog ux-dialog > ux-dialog-header .dialog-close {
        color: #fff; }
      .prompt-dialog ux-dialog > ux-dialog-header .closeIcon {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 1000;
        margin: 0;
        width: 34px;
        height: 34px; }
        .prompt-dialog ux-dialog > ux-dialog-header .closeIcon span {
          display: block;
          text-align: center;
          color: white;
          font-size: 1.7rem;
          line-height: 34px; }
      .prompt-dialog ux-dialog > ux-dialog-header .prompt-icon {
        height: 3rem;
        width: 3rem;
        margin: 1rem auto 1.5rem auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-color: transparent; }
        .prompt-dialog ux-dialog > ux-dialog-header .prompt-icon.delete {
          background-image: url("clientlibs/images/icon/ico-trash.svg"); }
        .prompt-dialog ux-dialog > ux-dialog-header .prompt-icon.reactivate {
          background-image: url("clientlibs/images/icon/ico-reactivate-subscription.svg"); }
      .prompt-dialog ux-dialog > ux-dialog-header h1 {
        margin: 0;
        height: 1.875rem;
        width: 288px;
        color: #FFFFFF;
        font-size: 1.5rem;
        line-height: 1.875rem;
        text-align: center; }
    .prompt-dialog ux-dialog > ux-dialog-body {
      border: none; }
      .prompt-dialog ux-dialog > ux-dialog-body > p {
        margin: 1.5rem; }
    .prompt-dialog ux-dialog > ux-dialog-footer {
      border: none;
      text-align: center; }
      .prompt-dialog ux-dialog > ux-dialog-footer button.button {
        margin: 0 .25rem;
        width: 8rem;
        font-weight: bold;
        text-transform: uppercase; }

.tatts-link-button {
  text-decoration: none;
  font-weight: 900;
  padding: 0 60px;
  font-size: 1rem;
  text-transform: uppercase; }
  .tatts-link-button.small-button {
    line-height: 2.125rem; }
  .tatts-link-button.medium-button {
    line-height: 2.75rem; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.accordion-container {
  margin-top: 1.5rem;
  /* Preserve the current AEM component's bordering while we work out how to do it properly... */
  /*
    This just aims to achieve the slightly darker borders around open sections...

    i.e.

    ---------------------------
    closed
    ===========================
    open
    blah blah blah blah blah...
    ===========================
    closed
    ---------------------------
  */ }
  @media print, screen and (min-width: 48em) {
    .accordion-container {
      margin-top: 2rem; } }
  .accordion-container .authoring-message {
    color: #F18816;
    text-align: center; }
  .accordion-container > .accordion-section {
    box-shadow: inset 0 1px 0 0 #E8E8E8; }
  .accordion-container accordion-section.closed .accordion-section {
    box-shadow: inset 0 1px 0 0 #E8E8E8; }
  .accordion-container accordion-section.open .accordion-section {
    box-shadow: inset 0 1px 0 0 #B2B2B2; }
  .accordion-container accordion-section:last-child.open .accordion-section {
    box-shadow: inset 0 1px 0 0 #B2B2B2, inset 0 -1px 0 0 #B2B2B2; }
  .accordion-container accordion-section:last-child.closed .accordion-section {
    box-shadow: inset 0 1px 0 0 #E8E8E8, inset 0 -1px 0 0 #E8E8E8; }
  .accordion-container accordion-section.open + .closed .accordion-section {
    box-shadow: inset 0 1px 0 0 #B2B2B2; }
  .accordion-container accordion-section.open + :last-child.closed .accordion-section {
    box-shadow: inset 0 1px 0 0 #B2B2B2, inset 0 -1px 0 0 #E8E8E8; }
  .accordion-container .accordion-section {
    background-color: #FAFAFA; }
    .accordion-container .accordion-section.containerless .section-content > div.columns {
      padding: 0; }
    .accordion-container .accordion-section-status {
      margin-right: 1rem;
      color: #767676;
      text-transform: uppercase;
      align-self: center;
      font-size: 14px;
      line-height: 20px; }
      @media screen and (min-width: 48em) {
        .accordion-container .accordion-section-status {
          font-size: 16px;
          line-height: 24px; } }
    .accordion-container .accordion-section .accordion-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.45s cubic-bezier(0.13, 1.12, 0.49, 1.01); }
      .accordion-container .accordion-section .accordion-body.expanded {
        overflow: visible; }
      .accordion-container .accordion-section .accordion-body .section-content {
        padding: 0 1rem 2rem; }
    .accordion-container .accordion-section .title-wrapper {
      text-align: left;
      width: 100%;
      display: flex;
      cursor: pointer;
      padding: 0.625rem 1rem; }
      .accordion-container .accordion-section .title-wrapper:focus {
        outline: none; }
      @media print, screen and (min-width: 48em) {
        .accordion-container .accordion-section .title-wrapper {
          padding: 1rem; } }
      .accordion-container .accordion-section .title-wrapper .section-toggle {
        width: 12px;
        height: 7px;
        background: url("clientlibs/images/elements/accordion/toggle-carrot.svg") no-repeat center;
        background-size: 12px 7px;
        transition: all 0.25s ease-in-out;
        align-self: center; }
        .accordion-container .accordion-section .title-wrapper .section-toggle.flip {
          transform: rotate(180deg); }
      .accordion-container .accordion-section .title-wrapper .title {
        font-size: 14px;
        color: #6C4796;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 900;
        font-family: "Museo-sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        flex: 1 1 auto; }
        @media print, screen and (min-width: 48em) {
          .accordion-container .accordion-section .title-wrapper .title {
            font-size: 18px;
            line-height: 26px; } }

.checkbox-control {
  display: inline-block;
  line-height: 1.5rem;
  vertical-align: middle;
  position: relative;
  margin-left: 1.9375rem; }
  .checkbox-control > input + span:before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #B2B2B2;
    border-radius: 2px;
    background-color: white;
    top: 0;
    left: -1.9375rem;
    position: absolute; }
  .checkbox-control > input:checked + span:before {
    background-image: url("clientlibs/images/icon/ico-tick.svg");
    background-position: center center;
    background-repeat: no-repeat;
    border-color: #118ACB;
    background-color: #118ACB; }
  .checkbox-control > input:focus + span:before {
    box-shadow: 0 0 0px 1px #767676; }
  .checkbox-control > input[disabled] + span:before {
    border-color: #767676;
    background-color: transparent; }
  .checkbox-control > input[disabled]:checked + span:before {
    background-image: url("clientlibs/images/icon/ico-tick-disabled.svg");
    background-position: center center;
    background-repeat: no-repeat; }

.setforlife .checkbox-control > input:checked + span:before {
  border-color: #01BCC5;
  background-color: #01BCC5; }

.setforlife744 .checkbox-control > input:checked + span:before {
  border-color: #01BCC5;
  background-color: #01BCC5; }

.ozlotto .checkbox-control > input:checked + span:before {
  border-color: #047706;
  background-color: #047706; }

.powerball .checkbox-control > input:checked + span:before {
  border-color: #3653A4;
  background-color: #3653A4; }

.tattslotto .checkbox-control > input:checked + span:before {
  border-color: #E63C2F;
  background-color: #E63C2F; }

.tattslotto.state-qld .checkbox-control > input:checked + span:before {
  border-color: #E63C2F;
  background-color: #E63C2F; }

.tattslotto.state-sa .checkbox-control > input:checked + span:before {
  border-color: #E63C2F;
  background-color: #E63C2F; }

.tattslotto.state-nsw .checkbox-control > input:checked + span:before {
  border-color: #E63C2F;
  background-color: #E63C2F; }

.tattslotto.state-act .checkbox-control > input:checked + span:before {
  border-color: #E63C2F;
  background-color: #E63C2F; }

.monwedlotto .checkbox-control > input:checked + span:before {
  border-color: #9E4398;
  background-color: #9E4398; }

.monwedlotto.state-qld .checkbox-control > input:checked + span:before {
  border-color: #9E4398;
  background-color: #9E4398; }

.monwedlotto.state-sa .checkbox-control > input:checked + span:before {
  border-color: #9E4398;
  background-color: #9E4398; }

.monwedlotto.state-nsw .checkbox-control > input:checked + span:before {
  border-color: #9E4398;
  background-color: #9E4398; }

.monwedlotto.state-act .checkbox-control > input:checked + span:before {
  border-color: #9E4398;
  background-color: #9E4398; }

.wedlotto .checkbox-control > input:checked + span:before {
  border-color: #E8E8E8;
  background-color: #E8E8E8; }

.super66 .checkbox-control > input:checked + span:before {
  border-color: #DA3832;
  background-color: #DA3832; }

.super66.state-sa .checkbox-control > input:checked + span:before {
  border-color: #EE243C;
  background-color: #EE243C; }

.lucky .checkbox-control > input:checked + span:before {
  border-color: #E8E8E8;
  background-color: #E8E8E8; }

.luckylotteries2 .checkbox-control > input:checked + span:before {
  border-color: #FFB500;
  background-color: #FFB500; }

.luckylotteries5 .checkbox-control > input:checked + span:before {
  border-color: #FFB500;
  background-color: #FFB500; }

.keno .checkbox-control > input:checked + span:before {
  border-color: #FF001E;
  background-color: #FF001E; }

.pools .checkbox-control > input:checked + span:before {
  border-color: #499700;
  background-color: #499700; }

.lottostrike .checkbox-control > input:checked + span:before {
  border-color: #F56F1E;
  background-color: #F56F1E; }

.thelott .checkbox-control > input:checked + span:before {
  border-color: #6C4796;
  background-color: #6C4796; }

.isi .checkbox-control > input:checked + span:before, .instantscratchits .checkbox-control > input:checked + span:before {
  border-color: #009BFF;
  background-color: #009BFF; }

radio-button {
  display: inline-block; }

.radio-button-control {
  display: inline-block;
  line-height: 1.5rem;
  vertical-align: middle;
  position: relative;
  margin-left: 1.9375rem; }
  .radio-button-control > input + span:before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #B2B2B2;
    border-radius: 1.5rem;
    background-color: white;
    top: 0;
    left: -1.9375rem;
    position: absolute; }
  .radio-button-control > input:checked + span:before {
    background-image: url("clientlibs/images/icon/ico-tick.svg");
    background-position: center center;
    background-repeat: no-repeat;
    border-color: #118ACB;
    background-color: #118ACB; }
  .radio-button-control > input:focus + span:before {
    box-shadow: 0 0 0px 1px #767676; }
  .radio-button-control > input[disabled] + span:before {
    border-color: #767676;
    background-color: transparent; }
  .radio-button-control > input[disabled]:checked + span:before {
    background-image: url("clientlibs/images/icon/ico-tick-disabled.svg");
    background-position: center center;
    background-repeat: no-repeat; }

.setforlife .radio-button-control > input:checked + span:before {
  border-color: #01BCC5;
  background-color: #01BCC5; }

.setforlife744 .radio-button-control > input:checked + span:before {
  border-color: #01BCC5;
  background-color: #01BCC5; }

.ozlotto .radio-button-control > input:checked + span:before {
  border-color: #047706;
  background-color: #047706; }

.powerball .radio-button-control > input:checked + span:before {
  border-color: #3653A4;
  background-color: #3653A4; }

.tattslotto .radio-button-control > input:checked + span:before {
  border-color: #E63C2F;
  background-color: #E63C2F; }

.tattslotto.state-qld .radio-button-control > input:checked + span:before {
  border-color: #E63C2F;
  background-color: #E63C2F; }

.tattslotto.state-sa .radio-button-control > input:checked + span:before {
  border-color: #E63C2F;
  background-color: #E63C2F; }

.tattslotto.state-nsw .radio-button-control > input:checked + span:before {
  border-color: #E63C2F;
  background-color: #E63C2F; }

.tattslotto.state-act .radio-button-control > input:checked + span:before {
  border-color: #E63C2F;
  background-color: #E63C2F; }

.monwedlotto .radio-button-control > input:checked + span:before {
  border-color: #9E4398;
  background-color: #9E4398; }

.monwedlotto.state-qld .radio-button-control > input:checked + span:before {
  border-color: #9E4398;
  background-color: #9E4398; }

.monwedlotto.state-sa .radio-button-control > input:checked + span:before {
  border-color: #9E4398;
  background-color: #9E4398; }

.monwedlotto.state-nsw .radio-button-control > input:checked + span:before {
  border-color: #9E4398;
  background-color: #9E4398; }

.monwedlotto.state-act .radio-button-control > input:checked + span:before {
  border-color: #9E4398;
  background-color: #9E4398; }

.wedlotto .radio-button-control > input:checked + span:before {
  border-color: #E8E8E8;
  background-color: #E8E8E8; }

.super66 .radio-button-control > input:checked + span:before {
  border-color: #DA3832;
  background-color: #DA3832; }

.super66.state-sa .radio-button-control > input:checked + span:before {
  border-color: #EE243C;
  background-color: #EE243C; }

.lucky .radio-button-control > input:checked + span:before {
  border-color: #E8E8E8;
  background-color: #E8E8E8; }

.luckylotteries2 .radio-button-control > input:checked + span:before {
  border-color: #FFB500;
  background-color: #FFB500; }

.luckylotteries5 .radio-button-control > input:checked + span:before {
  border-color: #FFB500;
  background-color: #FFB500; }

.keno .radio-button-control > input:checked + span:before {
  border-color: #FF001E;
  background-color: #FF001E; }

.pools .radio-button-control > input:checked + span:before {
  border-color: #499700;
  background-color: #499700; }

.lottostrike .radio-button-control > input:checked + span:before {
  border-color: #F56F1E;
  background-color: #F56F1E; }

.thelott .radio-button-control > input:checked + span:before {
  border-color: #6C4796;
  background-color: #6C4796; }

.isi .radio-button-control > input:checked + span:before, .instantscratchits .radio-button-control > input:checked + span:before {
  border-color: #009BFF;
  background-color: #009BFF; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
div.tatts-tooltip-content {
  position: relative;
  float: right; }
  div.tatts-tooltip-content .tatts-tooltip {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 1.1875rem 1.3125rem;
    background-size: 1rem;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-image: url("clientlibs/images/icon/ico--forms-tooltip.svg");
    cursor: pointer; }
    div.tatts-tooltip-content .tatts-tooltip.tatts-tooltip-expanded + .tatts-tooltiptext {
      visibility: visible; }
    div.tatts-tooltip-content .tatts-tooltip:before {
      content: '';
      border: transparent; }
  div.tatts-tooltip-content .tatts-tooltiptext {
    right: -1px;
    top: 35px;
    font-size: 0.75rem;
    line-height: 1.25rem;
    visibility: hidden;
    color: #444444;
    width: 280px;
    text-align: left;
    padding: 12px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    position: absolute;
    z-index: 1; }
    div.tatts-tooltip-content .tatts-tooltiptext:after {
      content: " ";
      position: absolute;
      bottom: 100%;
      right: 15px;
      margin-left: -7px;
      border-width: 7px;
      border-style: solid;
      border-color: transparent transparent #FFFFFF transparent; }

.validation-container.has-error label,
.has-error .validation-container label {
  color: #E74124; }

.validation-container.has-error input, .validation-container.has-error select, .validation-container.has-error textarea,
.has-error .validation-container input,
.has-error .validation-container select,
.has-error .validation-container textarea {
  border: 1px solid #E74124;
  background-color: rgba(231, 65, 36, 0.1); }

.validation-container.has-error .validation-message-div,
.has-error .validation-container .validation-message-div {
  color: #E74124;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1.125rem; }

input[data-password-strength] {
  padding-right: 1rem;
  background-image: url("clientlibs/images/attributes/password-strength-indicator/sprite-pwd-strength.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: right; }
  input[data-password-strength][data-password-strength='0'] {
    background-position-y: 0; }
  input[data-password-strength][data-password-strength='1'] {
    background-position-y: -31px; }
  input[data-password-strength][data-password-strength='2'] {
    background-position-y: -62px; }
  input[data-password-strength][data-password-strength='3'] {
    background-position-y: -93px; }
  input[data-password-strength][data-password-strength='4'] {
    background-position-y: -124px; }
  input[data-password-strength][data-password-strength='5'] {
    background-position-y: -155px; }

input[data-password-strength-new] {
  padding-right: 4.25rem !important;
  background-image: url("clientlibs/images/attributes/password-strength-indicator/sprite-pwd-strength-new.svg");
  background-size: auto;
  background-repeat: no-repeat; }
  input[data-password-strength-new][data-password-strength-new='0'] {
    background-position: right 9px top 41px; }
  input[data-password-strength-new][data-password-strength-new='1'] {
    background-position: right 9px top 9px; }
  input[data-password-strength-new][data-password-strength-new='2'] {
    background-position: right 9px top -23px; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.accessible-click-target {
  position: relative; }
  .accessible-click-target:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-left: -22px;
    margin-top: -22px; }

.modal-with-membership-card-in-header.players-club ux-dialog-header:not(.error-dialog-header) .dialog-header-content {
  background-image: url("clientlibs/images/membership/img--card-tilt-nswl.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .modal-with-membership-card-in-header.players-club ux-dialog-header:not(.error-dialog-header) .dialog-header-content {
      background-image: url("clientlibs/images/membership/img--card-tilt-nswl@2x.png"); } }

.modal-with-membership-card-in-header.winners-circle ux-dialog-header:not(.error-dialog-header) .dialog-header-content {
  background-image: url("clientlibs/images/membership/img--card-tilt-gc.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .modal-with-membership-card-in-header.winners-circle ux-dialog-header:not(.error-dialog-header) .dialog-header-content {
      background-image: url("clientlibs/images/membership/img--card-tilt-gc@2x.png"); } }

.modal-with-membership-card-in-header.tatts-card ux-dialog-header:not(.error-dialog-header) .dialog-header-content {
  background-image: url("clientlibs/images/membership/img--card-tilt-tts.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .modal-with-membership-card-in-header.tatts-card ux-dialog-header:not(.error-dialog-header) .dialog-header-content {
      background-image: url("clientlibs/images/membership/img--card-tilt-tts@2x.png"); } }

.modal-with-membership-card-in-header.easiplay-club ux-dialog-header:not(.error-dialog-header) .dialog-header-content {
  background-image: url("clientlibs/images/membership/img--card-tilt-sal.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .modal-with-membership-card-in-header.easiplay-club ux-dialog-header:not(.error-dialog-header) .dialog-header-content {
      background-image: url("clientlibs/images/membership/img--card-tilt-sal@2x.png"); } }

.modal-with-membership-card-in-header ux-dialog-header:not(.error-dialog-header) .dialog-header-content {
  padding-top: 84px;
  background-position: center 0;
  background-size: auto 68px;
  background-repeat: no-repeat; }

.modal-with-my-membership-card-in-header ux-dialog-header:not(.error-dialog-header) .dialog-header-content {
  background-image: url("clientlibs/images/membership/ico--solid-ordercard.svg");
  padding-top: 84px;
  background-position: center 0;
  background-size: auto 68px;
  background-repeat: no-repeat; }

div.winning-combination {
  height: 33px;
  width: 136px;
  background-size: 100%;
  background-color: transparent; }
  div.winning-combination.tattslotto.div-1 {
    background-image: url("clientlibs/images/combinations/Combination-GC-SAT-Div1.svg"); }
  div.winning-combination.tattslotto.div-2 {
    background-image: url("clientlibs/images/combinations/Combination-GC-SAT-Div2.svg"); }
  div.winning-combination.tattslotto.div-3 {
    background-image: url("clientlibs/images/combinations/Combination-GC-SAT-Div3.svg"); }
  div.winning-combination.tattslotto.div-4 {
    background-image: url("clientlibs/images/combinations/Combination-GC-SAT-Div4.svg"); }
  div.winning-combination.tattslotto.div-5 {
    background-image: url("clientlibs/images/combinations/Combination-GC-SAT-Div5.svg"); }
  div.winning-combination.tattslotto.div-6 {
    background-image: url("clientlibs/images/combinations/Combination-GC-SAT-Div6.svg"); }
  div.winning-combination.monwedlotto.div-1 {
    background-image: url("clientlibs/images/combinations/Combination-GC-MW-Div1.svg"); }
  div.winning-combination.monwedlotto.div-2 {
    background-image: url("clientlibs/images/combinations/Combination-GC-MW-Div2.svg"); }
  div.winning-combination.monwedlotto.div-3 {
    background-image: url("clientlibs/images/combinations/Combination-GC-MW-Div3.svg"); }
  div.winning-combination.monwedlotto.div-4 {
    background-image: url("clientlibs/images/combinations/Combination-GC-MW-Div4.svg"); }
  div.winning-combination.monwedlotto.div-5 {
    background-image: url("clientlibs/images/combinations/Combination-GC-MW-Div5.svg"); }
  div.winning-combination.monwedlotto.div-6 {
    background-image: url("clientlibs/images/combinations/Combination-GC-MW-Div6.svg"); }
  div.winning-combination.ozlotto.div-1 {
    background-image: url("clientlibs/images/combinations/Combination-OZ-Div1.svg"); }
  div.winning-combination.ozlotto.div-2 {
    background-image: url("clientlibs/images/combinations/Combination-OZ-Div2.svg"); }
  div.winning-combination.ozlotto.div-3 {
    background-image: url("clientlibs/images/combinations/Combination-OZ-Div3.svg"); }
  div.winning-combination.ozlotto.div-4 {
    background-image: url("clientlibs/images/combinations/Combination-OZ-Div4.svg"); }
  div.winning-combination.ozlotto.div-5 {
    background-image: url("clientlibs/images/combinations/Combination-OZ-Div5.svg"); }
  div.winning-combination.ozlotto.div-6 {
    background-image: url("clientlibs/images/combinations/Combination-OZ-Div6.svg"); }
  div.winning-combination.ozlotto.div-7 {
    background-image: url("clientlibs/images/combinations/Combination-OZ-Div7.svg"); }
  div.winning-combination.powerball.div-1 {
    background-image: url("clientlibs/images/combinations/Combination-PB-StdSys6-Div1.svg"); }
  div.winning-combination.powerball.div-2 {
    background-image: url("clientlibs/images/combinations/Combination-PB-StdSys6-Div2.svg"); }
  div.winning-combination.powerball.div-3 {
    background-image: url("clientlibs/images/combinations/Combination-PB-StdSys6-Div3.svg"); }
  div.winning-combination.powerball.div-4 {
    background-image: url("clientlibs/images/combinations/Combination-PB-StdSys6-Div4.svg"); }
  div.winning-combination.powerball.div-5 {
    background-image: url("clientlibs/images/combinations/Combination-PB-StdSys6-Div5.svg"); }
  div.winning-combination.powerball.div-6 {
    background-image: url("clientlibs/images/combinations/Combination-PB-StdSys6-Div6.svg"); }
  div.winning-combination.powerball.div-7 {
    background-image: url("clientlibs/images/combinations/Combination-PB-StdSys6-Div7.svg"); }
  div.winning-combination.powerball.div-8 {
    background-image: url("clientlibs/images/combinations/Combination-PB-StdSys6-Div8.svg"); }
  div.winning-combination.powerball.stdsys-7.div-1 {
    background-image: url("clientlibs/images/combinations/Combination-PB-StdSys7-Div1.svg"); }
  div.winning-combination.powerball.stdsys-7.div-2 {
    background-image: url("clientlibs/images/combinations/Combination-PB-StdSys7-Div2.svg"); }
  div.winning-combination.powerball.stdsys-7.div-3 {
    background-image: url("clientlibs/images/combinations/Combination-PB-StdSys7-Div3.svg"); }
  div.winning-combination.powerball.stdsys-7.div-4 {
    background-image: url("clientlibs/images/combinations/Combination-PB-StdSys7-Div4.svg"); }
  div.winning-combination.powerball.stdsys-7.div-5 {
    background-image: url("clientlibs/images/combinations/Combination-PB-StdSys7-Div5.svg"); }
  div.winning-combination.powerball.stdsys-7.div-6 {
    background-image: url("clientlibs/images/combinations/Combination-PB-StdSys7-Div6.svg"); }
  div.winning-combination.powerball.stdsys-7.div-7 {
    background-image: url("clientlibs/images/combinations/Combination-PB-StdSys7-Div7.svg"); }
  div.winning-combination.powerball.stdsys-7.div-8 {
    background-image: url("clientlibs/images/combinations/Combination-PB-StdSys7-Div8.svg"); }
  div.winning-combination.powerball.stdsys-7.div-9 {
    background-image: url("clientlibs/images/combinations/Combination-PB-StdSys7-Div9.svg"); }
  div.winning-combination.pools.div-1 {
    background-image: url("clientlibs/images/combinations/Combination-POOLS-Div1.svg"); }
  div.winning-combination.pools.div-2 {
    background-image: url("clientlibs/images/combinations/Combination-POOLS-Div2.svg"); }
  div.winning-combination.pools.div-3 {
    background-image: url("clientlibs/images/combinations/Combination-POOLS-Div3.svg"); }
  div.winning-combination.pools.div-4 {
    background-image: url("clientlibs/images/combinations/Combination-POOLS-Div4.svg"); }
  div.winning-combination.pools.div-5 {
    background-image: url("clientlibs/images/combinations/Combination-POOLS-Div5.svg"); }
  div.winning-combination.setforlife.div-1 {
    background-image: url("clientlibs/images/combinations/Combination-SFL-Div1.svg"); }
  div.winning-combination.setforlife.div-2 {
    background-image: url("clientlibs/images/combinations/Combination-SFL-Div2.svg"); }
  div.winning-combination.setforlife.div-3 {
    background-image: url("clientlibs/images/combinations/Combination-SFL-Div3.svg"); }
  div.winning-combination.setforlife.div-4 {
    background-image: url("clientlibs/images/combinations/Combination-SFL-Div4.svg"); }
  div.winning-combination.setforlife.div-5 {
    background-image: url("clientlibs/images/combinations/Combination-SFL-Div5.svg"); }
  div.winning-combination.setforlife.div-6 {
    background-image: url("clientlibs/images/combinations/Combination-SFL-Div6.svg"); }
  div.winning-combination.setforlife.div-7 {
    background-image: url("clientlibs/images/combinations/Combination-SFL-Div7.svg"); }
  div.winning-combination.setforlife.div-8 {
    background-image: url("clientlibs/images/combinations/Combination-SFL-Div8.svg"); }
  div.winning-combination.setforlife744 {
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px; }
    div.winning-combination.setforlife744.div-1 {
      background-image: url("clientlibs/images/combinations/Combination-SFL744-Div1.svg"); }
    div.winning-combination.setforlife744.div-2 {
      background-image: url("clientlibs/images/combinations/Combination-SFL744-Div2.svg"); }
    div.winning-combination.setforlife744.div-3 {
      background-image: url("clientlibs/images/combinations/Combination-SFL744-Div3.svg"); }
    div.winning-combination.setforlife744.div-4 {
      background-image: url("clientlibs/images/combinations/Combination-SFL744-Div4.svg"); }
    div.winning-combination.setforlife744.div-5 {
      background-image: url("clientlibs/images/combinations/Combination-SFL744-Div5.svg"); }
    div.winning-combination.setforlife744.div-6 {
      background-image: url("clientlibs/images/combinations/Combination-SFL744-Div6.svg"); }
    div.winning-combination.setforlife744.div-7 {
      background-image: url("clientlibs/images/combinations/Combination-SFL744-Div7.svg"); }
    div.winning-combination.setforlife744.div-8 {
      background-image: url("clientlibs/images/combinations/Combination-SFL744-Div8.svg"); }
  div.winning-combination.lottostrike.div-1 {
    background-image: url("clientlibs/images/combinations/Combination-STRIKE-Div4.svg"); }
  div.winning-combination.lottostrike.div-2 {
    background-image: url("clientlibs/images/combinations/Combination-STRIKE-Div3.svg"); }
  div.winning-combination.lottostrike.div-3 {
    background-image: url("clientlibs/images/combinations/Combination-STRIKE-Div2.svg"); }
  div.winning-combination.lottostrike.div-4 {
    background-image: url("clientlibs/images/combinations/Combination-STRIKE-Div1.svg"); }
  div.winning-combination.super66.div-1 {
    background-image: url("clientlibs/images/combinations/Combination-SUPER66-Div1.svg"); }
  div.winning-combination.super66.div-2 {
    background-image: url("clientlibs/images/combinations/Combination-SUPER66-Div2.svg"); }
  div.winning-combination.super66.div-3 {
    background-image: url("clientlibs/images/combinations/Combination-SUPER66-Div3.svg"); }
  div.winning-combination.super66.div-4 {
    background-image: url("clientlibs/images/combinations/Combination-SUPER66-Div4.svg"); }
  div.winning-combination.super66.div-5 {
    background-image: url("clientlibs/images/combinations/Combination-SUPER66-Div5.svg"); }
  div.winning-combination.super66.sa.div-1 {
    background-image: url("clientlibs/images/combinations/Combination-SUPER66-SAL-Div1.svg"); }
  div.winning-combination.super66.sa.div-2 {
    background-image: url("clientlibs/images/combinations/Combination-SUPER66-SAL-Div2.svg"); }
  div.winning-combination.super66.sa.div-3 {
    background-image: url("clientlibs/images/combinations/Combination-SUPER66-SAL-Div3.svg"); }
  div.winning-combination.super66.sa.div-4 {
    background-image: url("clientlibs/images/combinations/Combination-SUPER66-SAL-Div4.svg"); }
  div.winning-combination.super66.sa.div-5 {
    background-image: url("clientlibs/images/combinations/Combination-SUPER66-SAL-Div5.svg"); }

table.tatts-table {
  border: none;
  border-collapse: collapse; }
  table.tatts-table thead, table.tatts-table tbody {
    border: none; }
  table.tatts-table thead tr {
    background-color: #E8E8E8;
    box-shadow: inset 0 -1px 0 0 #B2B2B2; }
    table.tatts-table thead tr th {
      font-weight: 500;
      color: #000;
      vertical-align: bottom; }
  table.tatts-table tbody tr {
    box-shadow: inset 0 -1px 0 0 #E8E8E8;
    background: none; }
  table.tatts-table td {
    color: #444444; }
  table.tatts-table th, table.tatts-table td {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.75rem 1rem; }
    @media screen and (max-width: 47.9375em) {
      table.tatts-table th, table.tatts-table td {
        font-size: 0.875rem;
        line-height: 1.25rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem; } }

table.sec-winners-table tbody {
  border: none; }

table.sec-winners-table tr:first-of-type th {
  background-color: #B2B2B2;
  text-align: left;
  text-transform: uppercase; }

table.sec-winners-table td:first-of-type {
  font-weight: 700; }

section.real-winners-article {
  margin-bottom: -1rem;
  background-image: linear-gradient(-180deg, #E8E8E8 0%, #ffffff 100%); }
  section.real-winners-article img.article-banner {
    z-index: 1;
    width: 100%; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      section.real-winners-article img.article-banner {
        height: 400px;
        object-fit: cover; } }
  section.real-winners-article .article-content {
    background: #ffffff; }
    @media screen and (min-width: 40em) {
      section.real-winners-article .article-content {
        margin: 0 2rem;
        position: relative;
        top: -80px;
        z-index: 2; } }
    @media screen and (min-width: 48em) {
      section.real-winners-article .article-content {
        margin: 0 3rem 0 4rem; } }
  section.real-winners-article .article-header {
    position: relative;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 48em) {
      section.real-winners-article .article-header {
        margin-bottom: 2rem; } }
    section.real-winners-article .article-header h1 {
      padding-bottom: 0;
      margin-bottom: 0.5rem; }
      @media screen and (max-width: 47.9375em) {
        section.real-winners-article .article-header h1 {
          padding: 0.5rem 0.5rem 0rem; } }
      @media screen and (max-width: 39.9375em) {
        section.real-winners-article .article-header h1 {
          padding: 1rem 1rem 0rem; } }
    @media screen and (min-width: 40em) {
      section.real-winners-article .article-header .masthead {
        padding: 0 1rem 0 2rem; } }
    @media screen and (min-width: 48em) {
      section.real-winners-article .article-header .masthead {
        padding: 0 3rem 0 3rem; } }
    section.real-winners-article .article-header .masthead > .row {
      position: relative;
      padding-top: 1.5rem; }
      @media screen and (min-width: 48em) {
        section.real-winners-article .article-header .masthead > .row:first-child {
          padding-top: 2rem; } }
      @media screen and (max-width: 39.9375em) {
        section.real-winners-article .article-header .masthead > .row:first-child {
          padding-right: 0.5rem;
          padding-left: 0.5rem; } }
    section.real-winners-article .article-header .masthead div:last-child {
      padding: 0; }
      section.real-winners-article .article-header .masthead div:last-child section.heading {
        border-bottom: 1px solid #E8E8E8; }
    body.state-none section.real-winners-article .article-header .brand-gradient, body.state-none
    section.real-winners-article .article-header .brand-logo {
      background: none; }
    section.real-winners-article .article-header .social {
      position: relative;
      width: 3rem;
      min-height: 100px; }
      @media screen and (max-width: 39.9375em) {
        section.real-winners-article .article-header .social {
          position: absolute;
          width: 200px;
          height: 100px;
          background: none;
          top: 1rem;
          right: 1rem; } }
      @media screen and (min-width: 48em) {
        section.real-winners-article .article-header .social {
          left: 1rem; } }
      section.real-winners-article .article-header .social .social-wrapper {
        font-size: 20px;
        text-align: right; }
        @media screen and (min-width: 40em) {
          section.real-winners-article .article-header .social .social-wrapper {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            text-align: center;
            font-size: 20px;
            padding-bottom: 0.3125rem; }
            section.real-winners-article .article-header .social .social-wrapper a {
              color: #ffffff;
              display: block; } }
    section.real-winners-article .article-header .fa-stack .fa-envelope {
      margin-top: -1px; }
    section.real-winners-article .article-header .brand-logo-social-share-wrap {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 340px) {
        section.real-winners-article .article-header .brand-logo-social-share-wrap {
          justify-content: normal; } }
      section.real-winners-article .article-header .brand-logo-social-share-wrap .brand-logo {
        width: 200px;
        height: 60px;
        background-repeat: no-repeat;
        background-position: bottom left; }
        @media screen and (max-width: 39.9375em) {
          section.real-winners-article .article-header .brand-logo-social-share-wrap .brand-logo {
            width: 160px; } }
      section.real-winners-article .article-header .brand-logo-social-share-wrap .social-media-share-wrapper span {
        font-size: 14px; }
      section.real-winners-article .article-header .brand-logo-social-share-wrap .social-media-share-wrapper .social-icons {
        display: flex;
        margin-top: 4px; }
        section.real-winners-article .article-header .brand-logo-social-share-wrap .social-media-share-wrapper .social-icons .facebook-share, section.real-winners-article .article-header .brand-logo-social-share-wrap .social-media-share-wrapper .social-icons .twitter-share {
          height: 2.5rem;
          width: 2.5rem;
          border-radius: 50%;
          border-width: 2px;
          border-style: solid;
          text-decoration: none;
          cursor: pointer; }
          section.real-winners-article .article-header .brand-logo-social-share-wrap .social-media-share-wrapper .social-icons .facebook-share i, section.real-winners-article .article-header .brand-logo-social-share-wrap .social-media-share-wrapper .social-icons .twitter-share i {
            display: block;
            font-size: 26px;
            text-align: center;
            line-height: 2.5rem; }
        section.real-winners-article .article-header .brand-logo-social-share-wrap .social-media-share-wrapper .social-icons .facebook-share {
          border-color: #3B5998;
          color: #3B5998;
          margin-right: 0.5rem; }
          section.real-winners-article .article-header .brand-logo-social-share-wrap .social-media-share-wrapper .social-icons .facebook-share:hover {
            color: #ffffff;
            background-color: #3B5998; }
        section.real-winners-article .article-header .brand-logo-social-share-wrap .social-media-share-wrapper .social-icons .twitter-share {
          border-color: #1DA1F2;
          color: #1DA1F2; }
          section.real-winners-article .article-header .brand-logo-social-share-wrap .social-media-share-wrapper .social-icons .twitter-share:hover {
            color: #ffffff;
            background-color: #1DA1F2; }
    @media screen and (max-width: 47.9375em) {
      section.real-winners-article .article-header .article-date {
        font-size: 0.875rem; } }
    @media screen and (max-width: 39.9375em) {
      section.real-winners-article .article-header .article-date {
        padding: 0 0.5rem; } }
    section.real-winners-article .article-header .article-date-hr {
      margin-bottom: 0;
      background-color: #E8E8E8;
      height: 1px;
      border: 0; }
      @media screen and (max-width: 47.9375em) {
        section.real-winners-article .article-header .article-date-hr {
          margin-left: 0.5rem;
          margin-right: 0.5rem; } }
  section.real-winners-article .article-body {
    margin-bottom: 2rem; }
    @media screen and (min-width: 48em) {
      section.real-winners-article .article-body {
        margin-left: 5rem;
        margin-right: 2rem; } }
    @media screen and (min-width: 40em) and (max-width: 47.9375em) {
      section.real-winners-article .article-body {
        margin-left: 4.5rem;
        margin-right: 1rem; } }
    @media screen and (max-width: 39.9375em) {
      section.real-winners-article .article-body {
        margin-left: 0.5rem;
        margin-right: 0.5rem; } }
  @media screen and (min-width: 40em) {
    section.real-winners-article .article-footer {
      margin-left: 5rem; }
      section.real-winners-article .article-footer > .column, section.real-winners-article .article-footer > .columns {
        padding: 0; } }
  section.real-winners-article .article-footer .cta {
    width: 18rem;
    overflow: hidden;
    font-weight: bold;
    margin-right: 1rem;
    float: left; }
  @media screen and (max-width: 39.9375em) {
    section.real-winners-article .article-end-separator {
      display: none; } }
  section.real-winners-article .article-end-separator hr {
    height: 1px;
    color: #E8E8E8;
    background-color: #E8E8E8;
    border: none;
    margin: 0rem auto; }

body.maintenance-banner {
  position: relative; }
  body.maintenance-banner .maintenance-banner {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #CC3582;
    color: #ffffff;
    padding-top: 1rem;
    z-index: 10; }
    body.maintenance-banner .maintenance-banner > .row {
      background: 1rem 0 no-repeat url("clientlibs/images/icon/ico--maintenance.svg");
      padding-left: 6rem;
      min-height: 5rem; }
      @media screen and (max-width: 47.9375em) {
        body.maintenance-banner .maintenance-banner > .row {
          padding-left: 4.5rem;
          background-size: 40px; } }
    body.maintenance-banner .maintenance-banner.error {
      background: #E74124; }
    body.maintenance-banner .maintenance-banner.info {
      background: #118ACB; }

section.games-details .game-details-heading {
  height: 2.75rem;
  background-color: #E8E8E8;
  padding: 1rem 0; }
  section.games-details .game-details-heading .game-details-headings {
    display: flex; }
    section.games-details .game-details-heading .game-details-headings .game-index-heading {
      flex: 0 0 4rem; }
    section.games-details .game-details-heading .game-details-headings div {
      font-size: .875rem;
      line-height: 1.25rem;
      text-align: center;
      display: inline-block;
      align-self: center; }
      section.games-details .game-details-heading .game-details-headings div:first-child {
        text-align: center; }
    section.games-details .game-details-heading .game-details-headings .balls-headings {
      display: flex;
      flex: 0 0 100%;
      flex-direction: row;
      justify-content: space-between; }
      section.games-details .game-details-heading .game-details-headings .balls-headings.luckyPadding {
        padding: 0 1rem; }
      section.games-details .game-details-heading .game-details-headings .balls-headings div {
        width: auto; }
        section.games-details .game-details-heading .game-details-headings .balls-headings div:first-child {
          width: auto;
          text-align: left; }
      @media screen and (max-width: 39.9375em) {
        section.games-details .game-details-heading .game-details-headings .balls-headings {
          width: 100%; } }

section.games-details .selections {
  list-style: none;
  counter-reset: games-counter;
  margin-left: 0;
  margin-bottom: 0; }
  section.games-details .selections .hack-to-resent-counter {
    counter-reset: games-counter; }
  section.games-details .selections > li {
    counter-increment: games-counter;
    display: flex;
    justify-content: center; }
    section.games-details .selections > li .selection-index {
      display: inline-block;
      text-align: center;
      flex: 0 0 4rem;
      line-height: 1.875rem; }
      section.games-details .selections > li .selection-index::before {
        content: counter(games-counter); }
    section.games-details .selections > li .no-selection {
      align-self: center;
      line-height: 1rem;
      font-size: 0.75rem; }
    section.games-details .selections > li .selection-content {
      display: block;
      width: 100%; }
      section.games-details .selections > li .selection-content .selection-number {
        display: flex;
        flex-direction: row;
        max-width: 18.75rem; }
      section.games-details .selections > li .selection-content .selection-game-description {
        font-size: 0.75rem;
        line-height: 1rem;
        padding-top: 0.3125rem; }

section.games-details .game-details {
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  border-top-style: solid;
  border-top-width: 0.0625rem;
  border-top-color: #E8E8E8; }

section.games-details .game-padding {
  padding: 1rem 0; }

section.games-details .selection {
  display: inline-block;
  padding: 0;
  margin: 0.125rem 0.25rem 0.125rem 0;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  list-style: none;
  text-align: center;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.75rem; }
  section.games-details .selection.luckySelecton {
    font-weight: 900;
    padding: 0 1rem; }
  section.games-details .selection.powerhit {
    font-style: italic; }

section.games-details .number-picked {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 1 18.75rem;
  justify-content: flex-start; }
  section.games-details .number-picked.powerball-barrel {
    flex: 0 0 100%; }
    @media screen and (max-width: 39.9375em) {
      section.games-details .number-picked.powerball-barrel {
        flex: 1 1 13.25rem; } }

@media screen and (max-width: 39.9375em) {
  section.games-details .pb-heading {
    padding-right: 0.5625rem; } }

section.games-details .lucky {
  margin: 0 1rem;
  padding: 1rem 0; }

section.games-details .game-detail {
  min-height: 3.625rem; }
  section.games-details .game-detail + .game-detail {
    border-top: solid 0.0625rem #E8E8E8; }
  section.games-details .game-detail .game-detail-text {
    padding: 0;
    text-align: center;
    line-height: 3.625rem; }
  section.games-details .game-detail.game-detail-lucky {
    margin: 0; }

section.games-details .number-selections {
  margin: 1rem 0 0.6875rem;
  padding: 0; }
  section.games-details .number-selections li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 0.3125rem;
    margin-bottom: 0.3125rem;
    width: 1.625rem;
    height: 1.625rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    list-style: none;
    text-align: center;
    line-height: 1.625rem;
    vertical-align: middle; }

section.games-details .number-selections.lucky li {
  line-height: 1.425rem;
  width: unset;
  font-weight: 900; }

tatts-dialog.upgrade-wagering-to-lotteries-dialog ux-dialog ux-dialog-header.dialog-header {
  background: #028542; }

tatts-dialog.upgrade-wagering-to-lotteries-dialog ux-dialog ux-dialog-header .dialog-header-content {
  background-image: url("clientlibs/images/icon/tab-lott-logos@2x.png");
  background-repeat: no-repeat;
  background-size: 15rem 2.5rem;
  background-position: center 0;
  padding-top: 3.5rem; }

tatts-dialog.upgrade-wagering-to-lotteries-dialog ux-dialog ux-dialog-body section p {
  line-height: 1.25rem; }

tatts-dialog.upgrade-wagering-to-lotteries-dialog ux-dialog ux-dialog-body section.button-section {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem; }
  tatts-dialog.upgrade-wagering-to-lotteries-dialog ux-dialog ux-dialog-body section.button-section loading-button {
    padding: 0; }
    tatts-dialog.upgrade-wagering-to-lotteries-dialog ux-dialog ux-dialog-body section.button-section loading-button button {
      width: 100%; }
    tatts-dialog.upgrade-wagering-to-lotteries-dialog ux-dialog ux-dialog-body section.button-section loading-button span {
      margin-top: 0;
      top: unset; }
  tatts-dialog.upgrade-wagering-to-lotteries-dialog ux-dialog ux-dialog-body section.button-section span {
    font-size: 0.875rem;
    text-align: center;
    margin-top: 1.5rem; }
  tatts-dialog.upgrade-wagering-to-lotteries-dialog ux-dialog ux-dialog-body section.button-section .cancel-link {
    color: #6C4796;
    text-decoration: underline;
    cursor: pointer; }

tatts-dialog.confirm-spend-limit ux-dialog-header.dialog-header {
  background: #028542;
  padding: 1rem 3rem; }

tatts-dialog.confirm-spend-limit ux-dialog-header .dialog-header-content {
  background-image: url("clientlibs/images/icon/ico-spend-limit.svg");
  background-repeat: no-repeat;
  background-size: 4rem;
  background-position: center 0;
  padding-top: 5.5rem; }

@media screen and (max-width: 47.9375em) {
  tatts-dialog.confirm-spend-limit ux-dialog-body {
    margin: 1.5rem 2.9375rem 2rem; } }

@media screen and (max-width: 24em) {
  tatts-dialog.confirm-spend-limit ux-dialog-body {
    margin: 1.5rem auto 2rem; } }

tatts-dialog.confirm-spend-limit ux-dialog-body .dollar-input input {
  padding-left: 1.875rem;
  background-image: url("clientlibs/images/icon/ico--dollar.svg");
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: 0.75rem center; }

tatts-dialog.confirm-spend-limit ux-dialog-body p {
  line-height: 1.25rem;
  margin-bottom: 1.5rem; }

tatts-dialog.confirm-spend-limit ux-dialog-body .spend-limit-validation-error {
  color: #E74124;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1.125rem; }

tatts-dialog.confirm-spend-limit ux-dialog-body .button-section {
  display: flex;
  justify-content: space-between;
  margin-top: 1.625rem; }
  tatts-dialog.confirm-spend-limit ux-dialog-body .button-section loading-button button {
    width: 8.25rem; }

tatts-dialog.welcome-to-the-lott-dialog ux-dialog ux-dialog-header.dialog-header {
  background: #78b82b; }

tatts-dialog.welcome-to-the-lott-dialog ux-dialog ux-dialog-header .dialog-header-content {
  background-image: url("clientlibs/images/icon/ico-tick@2x.png");
  background-repeat: no-repeat;
  background-size: 4rem;
  background-position: center 0;
  padding-top: 4.5rem; }

tatts-dialog.welcome-to-the-lott-dialog ux-dialog ux-dialog-body section p {
  line-height: 1.25rem; }

tatts-dialog.welcome-to-the-lott-dialog ux-dialog ux-dialog-body section.button-section {
  display: flex;
  flex-direction: column;
  margin-top: 2rem; }
  tatts-dialog.welcome-to-the-lott-dialog ux-dialog ux-dialog-body section.button-section loading-button {
    padding: 0; }
    tatts-dialog.welcome-to-the-lott-dialog ux-dialog ux-dialog-body section.button-section loading-button button {
      width: 100%; }
    tatts-dialog.welcome-to-the-lott-dialog ux-dialog ux-dialog-body section.button-section loading-button span {
      margin-top: 0;
      top: unset; }
  tatts-dialog.welcome-to-the-lott-dialog ux-dialog ux-dialog-body section.button-section span {
    font-size: 0.875rem;
    text-align: center;
    margin-top: 1.5rem; }

tatts-dialog.join-lotterywest-dialog ux-dialog ux-dialog-header.dialog-header {
  background: linear-gradient(180deg, #01AFEC 0%, #0490D7 100%); }

tatts-dialog.join-lotterywest-dialog ux-dialog ux-dialog-header .dialog-header-content {
  background-image: url("clientlibs/images/logo/jurisdiction/lotterywest-white-text.svg");
  background-repeat: no-repeat;
  background-size: 10.125rem 3.375rem;
  background-position: center 0;
  padding-top: 4.375rem; }

tatts-dialog.join-lotterywest-dialog ux-dialog ux-dialog-body section p {
  line-height: 1.25rem; }

tatts-dialog.join-lotterywest-dialog ux-dialog ux-dialog-body section.button-section {
  display: flex;
  flex-direction: column;
  margin-top: 2rem; }
  tatts-dialog.join-lotterywest-dialog ux-dialog ux-dialog-body section.button-section button {
    background-color: #00ADEE; }
  tatts-dialog.join-lotterywest-dialog ux-dialog ux-dialog-body section.button-section span {
    font-size: 0.875rem;
    text-align: center;
    margin-top: 1rem; }
  tatts-dialog.join-lotterywest-dialog ux-dialog ux-dialog-body section.button-section .cancel-link {
    color: #6C4796;
    text-decoration: underline;
    cursor: pointer; }

tatts-dialog.lotteries-online-not-offered-in-country ux-dialog ux-dialog-header.dialog-header {
  background: #E74124;
  padding-bottom: 1rem;
  padding-top: 1rem; }

tatts-dialog.lotteries-online-not-offered-in-country ux-dialog ux-dialog-header .dialog-header-content {
  background-image: url("clientlibs/images/icon/ico--sad-face.svg");
  background-repeat: no-repeat;
  background-size: 4rem;
  background-position: center 0;
  padding-top: 5rem; }
  tatts-dialog.lotteries-online-not-offered-in-country ux-dialog ux-dialog-header .dialog-header-content .sub {
    color: #ffffff;
    text-align: center;
    font-weight: 900;
    font-size: 0.875rem;
    margin: 0.5rem auto 0 auto;
    max-width: 18rem; }

tatts-dialog.lotteries-online-not-offered-in-country ux-dialog ux-dialog-body p {
  line-height: 1.25rem; }

tatts-dialog.lotteries-online-not-offered-in-country ux-dialog ux-dialog-body section.contact-section .phone-section {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2.875rem;
  margin: 2rem 0; }
  tatts-dialog.lotteries-online-not-offered-in-country ux-dialog ux-dialog-body section.contact-section .phone-section .phone-icon {
    background: url("clientlibs/images/icon/ico--grey-phone.svg") no-repeat center;
    height: 1.75rem;
    width: 1.75rem;
    margin-right: 1rem; }
  tatts-dialog.lotteries-online-not-offered-in-country ux-dialog ux-dialog-body section.contact-section .phone-section .phone-number {
    font-weight: 900;
    color: #000000;
    font-size: 2.25rem;
    text-decoration: none; }
    tatts-dialog.lotteries-online-not-offered-in-country ux-dialog ux-dialog-body section.contact-section .phone-section .phone-number.hide-for-medium {
      color: #6C4796;
      text-decoration: underline; }

tatts-dialog.lotteries-online-not-offered-in-country ux-dialog ux-dialog-body section.contact-section .overseas-number-section {
  text-align: center;
  font-size: 0.875rem; }
  tatts-dialog.lotteries-online-not-offered-in-country ux-dialog ux-dialog-body section.contact-section .overseas-number-section a {
    text-decoration: underline;
    font-weight: bold;
    color: #6C4796; }

tatts-dialog.mfa-offer ux-dialog ux-dialog-header.dialog-header {
  padding: 1rem 3rem; }

tatts-dialog.mfa-offer ux-dialog ux-dialog-header .dialog-header-content {
  background-image: url("clientlibs/images/icon/ico--sms-lock.svg");
  background-repeat: no-repeat;
  background-position: center 0;
  padding-top: 5rem;
  max-width: 18rem; }

tatts-dialog.mfa-offer ux-dialog ux-dialog-body {
  margin: auto !important; }
  tatts-dialog.mfa-offer ux-dialog ux-dialog-body p {
    line-height: 1.25rem; }
  tatts-dialog.mfa-offer ux-dialog ux-dialog-body section.action-section {
    display: flex;
    justify-content: space-between;
    margin: 1.5rem 0rem 2rem; }
    tatts-dialog.mfa-offer ux-dialog ux-dialog-body section.action-section .button {
      line-height: 0;
      width: 8.5rem; }

tatts-dialog.sfl-restructure-dialog ux-dialog ux-dialog-header.dialog-header {
  padding-bottom: 16px;
  background: linear-gradient(135deg, #01BCC5 0%, #4DD0D6 100%) no-repeat; }
  tatts-dialog.sfl-restructure-dialog ux-dialog ux-dialog-header.dialog-header .dialog-header-content {
    position: relative;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 102px 86px;
    background-image: url("clientlibs/images/logo/products/modallogo-sfl@2x.png");
    padding-top: 96px; }
    tatts-dialog.sfl-restructure-dialog ux-dialog ux-dialog-header.dialog-header .dialog-header-content .title {
      font-size: 14px;
      line-height: 20px; }

tatts-dialog.sfl-restructure-dialog ux-dialog ux-dialog-body {
  margin: 1.5rem auto 2rem; }
  tatts-dialog.sfl-restructure-dialog ux-dialog ux-dialog-body .text-content {
    width: 260px;
    margin: 0 auto; }
    tatts-dialog.sfl-restructure-dialog ux-dialog ux-dialog-body .text-content p {
      line-height: 20px; }
  tatts-dialog.sfl-restructure-dialog ux-dialog ux-dialog-body .action-section {
    display: flex;
    flex-direction: column;
    margin-top: 2rem; }
    tatts-dialog.sfl-restructure-dialog ux-dialog ux-dialog-body .action-section a:first-child {
      margin-bottom: 1rem; }
  @media screen and (max-width: 47.9375em) {
    tatts-dialog.sfl-restructure-dialog ux-dialog ux-dialog-body {
      margin: 1.5rem auto 2rem; } }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
section.cart-ticket-item {
  color: black;
  width: 100%;
  max-width: none;
  margin: 1.5rem auto 0 auto;
  border-radius: 2px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem; }
  @media screen and (max-width: 39.9375em) {
    section.cart-ticket-item {
      font-size: 0.875rem;
      line-height: 1.25rem; } }
  section.cart-ticket-item .ticket-wrapper {
    display: flex;
    flex-direction: column; }
    section.cart-ticket-item .ticket-wrapper .ticket-header {
      display: none; }
    section.cart-ticket-item .ticket-wrapper .ticket-container {
      display: flex;
      flex-flow: row wrap;
      flex: 1 1 auto;
      position: relative; }
      section.cart-ticket-item .ticket-wrapper .ticket-container .remove-button-container {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2; }
        section.cart-ticket-item .ticket-wrapper .ticket-container .remove-button-container .close-icon {
          color: #B2B2B2;
          background-image: url("../../content/cart/clientlibs/assets/delete-ticket/ico-delete-ticket@2x.png");
          width: 0.75rem;
          height: 0.75rem;
          background-size: 0.75rem;
          position: absolute;
          top: 0.75rem;
          right: 0.75rem; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
            section.cart-ticket-item .ticket-wrapper .ticket-container .remove-button-container .close-icon {
              background-image: url("../../content/cart/clientlibs/assets/delete-ticket/ico-delete-ticket@3x.png"); } }
          section.cart-ticket-item .ticket-wrapper .ticket-container .remove-button-container .close-icon:hover {
            cursor: pointer; }
      section.cart-ticket-item .ticket-wrapper .ticket-container .info-button-container {
        position: absolute;
        bottom: 0;
        right: 0; }
        section.cart-ticket-item .ticket-wrapper .ticket-container .info-button-container .information-icon {
          border: 2px solid #6C4796;
          border-radius: 50%;
          width: 1.25rem;
          height: 1.25rem;
          color: #6C4796;
          background-color: transparent;
          font-size: 0.75rem;
          text-decoration: none;
          position: absolute;
          bottom: 1rem;
          right: 1rem; }
          section.cart-ticket-item .ticket-wrapper .ticket-container .info-button-container .information-icon:hover {
            cursor: pointer; }
        section.cart-ticket-item .ticket-wrapper .ticket-container .info-button-container .information-icon-expanded {
          color: #ffffff;
          background-color: #6C4796; }
      section.cart-ticket-item .ticket-wrapper .ticket-container .details-container {
        display: flex;
        flex: auto;
        position: relative;
        padding: 1rem;
        width: 100%; }
        section.cart-ticket-item .ticket-wrapper .ticket-container .details-container .ticket-logo {
          text-align: center; }
          section.cart-ticket-item .ticket-wrapper .ticket-container .details-container .ticket-logo .brand-circle-logo {
            display: inline-block;
            width: 3rem;
            height: 3rem;
            background-repeat: no-repeat;
            background-size: 3rem;
            background-position: top center; }
            @media screen and (max-width: 39.9375em) {
              section.cart-ticket-item .ticket-wrapper .ticket-container .details-container .ticket-logo .brand-circle-logo {
                background-size: 2rem;
                width: 2rem;
                height: 2rem; } }
        section.cart-ticket-item .ticket-wrapper .ticket-container .details-container .ticket-details {
          flex: auto;
          padding-left: 1rem;
          color: #000000; }
          section.cart-ticket-item .ticket-wrapper .ticket-container .details-container .ticket-details .product-label-container {
            padding-bottom: 0.25rem;
            padding-right: 1.5rem; }
          section.cart-ticket-item .ticket-wrapper .ticket-container .details-container .ticket-details .draw-number-and-price-container {
            display: flex;
            justify-content: space-between; }
            section.cart-ticket-item .ticket-wrapper .ticket-container .details-container .ticket-details .draw-number-and-price-container .entry-price {
              text-align: right;
              font-weight: 900;
              color: black; }
          section.cart-ticket-item .ticket-wrapper .ticket-container .details-container .ticket-details .entry-text {
            padding-right: 1.5rem; }
          section.cart-ticket-item .ticket-wrapper .ticket-container .details-container .ticket-details .extra-details {
            padding-top: 0.25rem; }
            section.cart-ticket-item .ticket-wrapper .ticket-container .details-container .ticket-details .extra-details .includes-favourite span {
              padding-left: 1rem;
              background-image: url("../../content/cart/clientlibs/assets/favourite/ico-makefave.svg");
              background-repeat: no-repeat;
              background-origin: border-box;
              background-size: 0.75rem;
              text-transform: uppercase; }
            section.cart-ticket-item .ticket-wrapper .ticket-container .details-container .ticket-details .extra-details .includes-favourite > span {
              word-wrap: break-word;
              overflow-wrap: break-word;
              width: 100%; }
            section.cart-ticket-item .ticket-wrapper .ticket-container .details-container .ticket-details .extra-details .includes-subscription > span {
              background-image: url("../../content/cart/clientlibs/assets/cart-item/ico-subscribe.svg");
              background-repeat: no-repeat;
              background-origin: border-box;
              background-size: 0.75rem auto;
              background-position: 1px 4px;
              padding-left: 1rem;
              display: inline-block;
              margin-right: 1.5rem; }
              section.cart-ticket-item .ticket-wrapper .ticket-container .details-container .ticket-details .extra-details .includes-subscription > span.line-through-failed-sub {
                text-decoration: line-through; }
      section.cart-ticket-item .ticket-wrapper .ticket-container .item-clip-container {
        flex: auto;
        overflow: hidden;
        padding: 0;
        width: 100%;
        line-height: 2.5rem;
        font-size: 0.875rem;
        font-weight: 500; }
        section.cart-ticket-item .ticket-wrapper .ticket-container .item-clip-container .commission-detail {
          font-size: 0.75rem;
          line-height: normal;
          padding: 0.5625rem 0 0.5625rem 1rem; }
      section.cart-ticket-item .ticket-wrapper .ticket-container .bonus-container {
        display: flex;
        flex: auto;
        position: relative; }
        section.cart-ticket-item .ticket-wrapper .ticket-container .bonus-container .lerv-offer-container {
          flex: auto;
          padding: 0 1rem 1rem 1rem; }
          section.cart-ticket-item .ticket-wrapper .ticket-container .bonus-container .lerv-offer-container .lerv-offer-details {
            border-radius: 0.25rem;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 0.2rem 0.4rem; }
            section.cart-ticket-item .ticket-wrapper .ticket-container .bonus-container .lerv-offer-container .lerv-offer-details .lerv-offer-present svg {
              transform: scale(0.67) translate(0, 0.1875rem);
              fill: #ffffff; }
            section.cart-ticket-item .ticket-wrapper .ticket-container .bonus-container .lerv-offer-container .lerv-offer-details .lerv-offer-text {
              font-size: 0.875rem;
              line-height: 1.25rem;
              color: #ffffff; }
              section.cart-ticket-item .ticket-wrapper .ticket-container .bonus-container .lerv-offer-container .lerv-offer-details .lerv-offer-text .lerv-offer-exclamation {
                font-weight: 900; }
  section.cart-ticket-item .lucky-auto-purchased {
    background-color: #118ACB;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding-top: 0.5rem;
    padding-bottom: .4rem;
    padding-left: .6rem; }
    section.cart-ticket-item .lucky-auto-purchased > span {
      color: #ffffff;
      display: inline-block;
      font-size: .9rem; }
  section.cart-ticket-item.bonus-original {
    background: linear-gradient(135deg, #EDA747 0%, #E1723D 18%, #DC5540 34%, #CF4E69 55%, #AA4789 100%);
    box-shadow: none;
    margin-top: -0.5rem;
    border-radius: 2px; }
    section.cart-ticket-item.bonus-original .ticket-wrapper {
      background-image: url("clientlibs/images/surprise/bonus-header.svg");
      background-repeat: repeat-x;
      background-position: top center;
      padding: 0.5rem; }
      section.cart-ticket-item.bonus-original .ticket-wrapper .ticket-header {
        display: flex;
        flex-flow: row wrap;
        flex: 1 1 auto; }
        section.cart-ticket-item.bonus-original .ticket-wrapper .ticket-header h6 {
          color: #ffffff;
          display: block;
          text-align: center;
          line-height: 1.875rem;
          margin: auto; }
      section.cart-ticket-item.bonus-original .ticket-wrapper .ticket-container {
        background-color: #ffffff;
        border-radius: 2px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25); }
  section.cart-ticket-item.bonus-extra {
    background: linear-gradient(135deg, #EDA747 0%, #E1723D 18%, #DC5540 34%, #CF4E69 55%, #AA4789 100%);
    box-shadow: none;
    margin-top: -0.5rem;
    border-radius: 2px; }
    section.cart-ticket-item.bonus-extra .ticket-wrapper {
      padding: 0.5rem; }
      section.cart-ticket-item.bonus-extra .ticket-wrapper .ticket-container {
        background-color: #ffffff;
        border-radius: 2px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25); }
  section.cart-ticket-item .subscription-failed {
    background-color: #F18816;
    padding: 0.5rem 1rem; }
    section.cart-ticket-item .subscription-failed > span {
      background-image: url("clientlibs/images/icon/ico--alert-face.svg");
      background-repeat: no-repeat;
      background-origin: border-box;
      background-size: 1rem;
      font-size: 0.875rem;
      background-position-y: center;
      padding-left: 1.25rem;
      line-height: 1.25rem;
      color: #ffffff;
      font-weight: 900;
      display: inline-block; }
  section.cart-ticket-item.setforlife .draw-text, section.cart-ticket-item.setforlife744 .draw-text {
    display: inline; }
    section.cart-ticket-item.setforlife .draw-text::before, section.cart-ticket-item.setforlife744 .draw-text::before {
      content: ", "; }

.setforlife .lerv-offer-details {
  background-color: #01BCC5; }

.setforlife744 .lerv-offer-details {
  background-color: #01BCC5; }

.ozlotto .lerv-offer-details {
  background-color: #047706; }

.powerball .lerv-offer-details {
  background-color: #3653A4; }

.tattslotto .lerv-offer-details {
  background-color: #E63C2F; }

.tattslotto.state-qld .lerv-offer-details {
  background-color: #E63C2F; }

.tattslotto.state-sa .lerv-offer-details {
  background-color: #E63C2F; }

.tattslotto.state-nsw .lerv-offer-details {
  background-color: #E63C2F; }

.tattslotto.state-act .lerv-offer-details {
  background-color: #E63C2F; }

.monwedlotto .lerv-offer-details {
  background-color: #9E4398; }

.monwedlotto.state-qld .lerv-offer-details {
  background-color: #9E4398; }

.monwedlotto.state-sa .lerv-offer-details {
  background-color: #9E4398; }

.monwedlotto.state-nsw .lerv-offer-details {
  background-color: #9E4398; }

.monwedlotto.state-act .lerv-offer-details {
  background-color: #9E4398; }

.wedlotto .lerv-offer-details {
  background-color: #E8E8E8; }

.super66 .lerv-offer-details {
  background-color: #DA3832; }

.super66.state-sa .lerv-offer-details {
  background-color: #EE243C; }

.lucky .lerv-offer-details {
  background-color: #E8E8E8; }

.luckylotteries2 .lerv-offer-details {
  background-color: #FFB500; }

.luckylotteries5 .lerv-offer-details {
  background-color: #FFB500; }

.keno .lerv-offer-details {
  background-color: #FF001E; }

.pools .lerv-offer-details {
  background-color: #499700; }

.lottostrike .lerv-offer-details {
  background-color: #F56F1E; }

.thelott .lerv-offer-details {
  background-color: #6C4796; }

.isi .lerv-offer-details, .instantscratchits .lerv-offer-details {
  background-color: #009BFF; }

tatts-dialog.auto-forgot-password ux-dialog ux-dialog-header.dialog-header {
  background: #D93D21;
  padding-bottom: 1rem;
  padding-top: 1rem; }

tatts-dialog.auto-forgot-password ux-dialog ux-dialog-header .dialog-header-content {
  background-image: url("clientlibs/images/icon/icon-lock.svg");
  background-repeat: no-repeat;
  background-size: 4rem;
  background-position: center 0;
  padding-top: 5rem; }

tatts-dialog.auto-forgot-password ux-dialog ux-dialog-body {
  margin: 1.5rem 3rem 2rem; }
  @media screen and (max-width: 47.9375em) {
    tatts-dialog.auto-forgot-password ux-dialog ux-dialog-body {
      margin: 1.5rem 1.75rem 2rem; } }
  @media screen and (max-width: 21.5em) {
    tatts-dialog.auto-forgot-password ux-dialog ux-dialog-body {
      margin: 1.5rem 1rem 2rem; } }
  tatts-dialog.auto-forgot-password ux-dialog ux-dialog-body p {
    line-height: 20px; }
    tatts-dialog.auto-forgot-password ux-dialog ux-dialog-body p:first-child {
      font-weight: bold;
      margin-bottom: 1rem; }
  tatts-dialog.auto-forgot-password ux-dialog ux-dialog-body .action-section {
    margin-top: 1.5rem; }
    tatts-dialog.auto-forgot-password ux-dialog ux-dialog-body .action-section button {
      width: 100%; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
address-lookup div.address-search-container {
  position: relative;
  max-width: 400px;
  background-color: #fff; }
  address-lookup div.address-search-container div.input-wrapper input {
    margin-bottom: 0rem; }
  address-lookup div.address-search-container div.input-wrapper input.tooltipped {
    padding-right: 2rem; }
  address-lookup div.address-search-container div.address-search-list {
    max-height: 225px;
    width: 100%;
    overflow-y: scroll;
    position: absolute;
    z-index: 1401;
    border-color: #E8E8E8;
    border-width: 1px;
    border-style: outset;
    border-radius: 2px;
    box-shadow: 2px 2px 2px #E8E8E8;
    padding: 0; }
    address-lookup div.address-search-container div.address-search-list .address-row {
      width: 100%;
      margin: 0;
      padding: 0;
      background-color: #fff;
      height: 49px;
      display: flex;
      align-content: center;
      color: black;
      font-size: 0.8125rem;
      line-height: 16px;
      border-bottom: 1px solid #E8E8E8; }
      address-lookup div.address-search-container div.address-search-list .address-row:hover {
        cursor: pointer;
        background-color: #E8E8E8; }
      address-lookup div.address-search-container div.address-search-list .address-row:last-of-type {
        height: 48px;
        border-bottom: none; }
      address-lookup div.address-search-container div.address-search-list .address-row .lead-icon {
        flex: 0 0 48px;
        height: 48px;
        width: 48px;
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat;
        background-size: 24px 24px; }
        address-lookup div.address-search-container div.address-search-list .address-row .lead-icon.address {
          background-image: url("clientlibs/images/icon/address-lookup/ico--map-pin.svg"); }
        address-lookup div.address-search-container div.address-search-list .address-row .lead-icon.spinner {
          background-image: url("clientlibs/images/icon/address-lookup/spinner.svg"); }
        address-lookup div.address-search-container div.address-search-list .address-row .lead-icon.error {
          background-image: url("clientlibs/images/icon/address-lookup/ico--alert-error.svg"); }
        address-lookup div.address-search-container div.address-search-list .address-row .lead-icon.lost {
          background-image: url("clientlibs/images/icon/address-lookup/ico--search-not-found.svg"); }
      address-lookup div.address-search-container div.address-search-list .address-row div.content {
        flex-grow: 1;
        align-self: center;
        margin: 9px 1rem 9px 0;
        max-height: 32px;
        flex-basis: auto;
        overflow-y: hidden;
        overflow-x: hidden; }

special-draw-indicator {
  display: block;
  text-align: center; }
  special-draw-indicator div {
    width: 288px;
    height: 80px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    special-draw-indicator div.pop-it-like-its-hot {
      -webkit-animation: number-pop .2s linear;
      animation: number-pop .2s linear;
      animation-fill-mode: both; }

@keyframes number-pop {
  0% {
    transform: scale(1, 1);
    opacity: 0; }
  49% {
    transform: scale(1, 1);
    opacity: 0; }
  50% {
    transform: scale(1.5, 1.5);
    opacity: .5; }
  100% {
    transform: scale(1, 1);
    opacity: 1; } }

.tattslotto.draw-20superdraw {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/tattslotto/20superdraw.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.draw-20superdraw {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/tattslotto/20superdraw@2x.png"); } }

.tattslotto.draw-21superdraw {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/tattslotto/21superdraw.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.draw-21superdraw {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/tattslotto/21superdraw@2x.png"); } }

.tattslotto.draw-22superdraw {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/tattslotto/22superdraw.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.draw-22superdraw {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/tattslotto/22superdraw@2x.png"); } }

.tattslotto.draw-30megadraw {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/tattslotto/30megadraw.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.draw-30megadraw {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/tattslotto/30megadraw@2x.png"); } }

.tattslotto.draw-31megadraw {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/tattslotto/31megadraw.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.draw-31megadraw {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/tattslotto/31megadraw@2x.png"); } }

.tattslotto.draw-32megadraw {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/tattslotto/32megadraw.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.draw-32megadraw {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/tattslotto/32megadraw@2x.png"); } }

.tattslotto.draw-8million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/tattslotto/8million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.draw-8million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/tattslotto/8million@2x.png"); } }

.tattslotto.draw-millionyeah {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/tattslotto/millionyeah.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .tattslotto.draw-millionyeah {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/tattslotto/millionyeah@2x.png"); } }

.powerball.draw-30million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/30million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .powerball.draw-30million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/30million@2x.png"); } }

.powerball.draw-35million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/35million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .powerball.draw-35million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/35million@2x.png"); } }

.powerball.draw-40million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/40million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .powerball.draw-40million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/40million@2x.png"); } }

.powerball.draw-50million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/50million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .powerball.draw-50million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/50million@2x.png"); } }

.powerball.draw-55million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/55million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .powerball.draw-55million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/55million@2x.png"); } }

.powerball.draw-60million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/60million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .powerball.draw-60million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/60million@2x.png"); } }

.powerball.draw-70million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/70million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .powerball.draw-70million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/70million@2x.png"); } }

.powerball.draw-80million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/80million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .powerball.draw-80million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/80million@2x.png"); } }

.powerball.draw-90million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/90million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .powerball.draw-90million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/90million@2x.png"); } }

.powerball.draw-100million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/100million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .powerball.draw-100million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/100million@2x.png"); } }

.powerball.draw-110million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/110million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .powerball.draw-110million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/110million@2x.png"); } }

.powerball.draw-120million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/120million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .powerball.draw-120million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/120million@2x.png"); } }

.powerball.draw-130million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/130million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .powerball.draw-130million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/130million@2x.png"); } }

.powerball.draw-140million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/140million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .powerball.draw-140million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/140million@2x.png"); } }

.powerball.draw-150million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/150million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .powerball.draw-150million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/powerball/150million@2x.png"); } }

.ozlotto.draw-30million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/30million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .ozlotto.draw-30million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/30million@2x.png"); } }

.ozlotto.draw-40million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/40million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .ozlotto.draw-40million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/40million@2x.png"); } }

.ozlotto.draw-50million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/50million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .ozlotto.draw-50million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/50million@2x.png"); } }

.ozlotto.draw-55million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/55million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .ozlotto.draw-55million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/55million@2x.png"); } }

.ozlotto.draw-60million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/60million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .ozlotto.draw-60million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/60million@2x.png"); } }

.ozlotto.draw-70million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/70million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .ozlotto.draw-70million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/70million@2x.png"); } }

.ozlotto.draw-80million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/80million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .ozlotto.draw-80million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/80million@2x.png"); } }

.ozlotto.draw-90million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/90million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .ozlotto.draw-90million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/90million@2x.png"); } }

.ozlotto.draw-100million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/100million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .ozlotto.draw-100million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/100million@2x.png"); } }

.ozlotto.draw-110million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/110million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .ozlotto.draw-110million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/110million@2x.png"); } }

.ozlotto.draw-120million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/120million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .ozlotto.draw-120million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/ozlotto/120million@2x.png"); } }

.monwedlotto.draw-doubledivs {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/monwedlotto/doubledivs.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.draw-doubledivs {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/monwedlotto/doubledivs@2x.png"); } }

.monwedlotto.draw-tripledivs {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/monwedlotto/tripledivs.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.draw-tripledivs {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/monwedlotto/tripledivs@2x.png"); } }

.monwedlotto.draw-fourtimesdivs {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/monwedlotto/fourtimesdivs.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.draw-fourtimesdivs {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/monwedlotto/fourtimesdivs@2x.png"); } }

.monwedlotto.draw-doubledivsplus1 {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/monwedlotto/doubledivsplus1.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.draw-doubledivsplus1 {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/monwedlotto/doubledivsplus1@2x.png"); } }

.monwedlotto.draw-tripledivsplus1 {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/monwedlotto/tripledivsplus1.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.draw-tripledivsplus1 {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/monwedlotto/tripledivsplus1@2x.png"); } }

.monwedlotto.draw-fourtimesdivsplus1 {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/monwedlotto/fourtimesdivsplus1.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.draw-fourtimesdivsplus1 {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/monwedlotto/fourtimesdivsplus1@2x.png"); } }

.monwedlotto.draw-cashcadenextdiv {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/monwedlotto/cashcadenextdiv.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.draw-cashcadenextdiv {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/monwedlotto/cashcadenextdiv@2x.png"); } }

.monwedlotto.draw-cashcadealldivs {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/monwedlotto/cashcadealldivs.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.draw-cashcadealldivs {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/monwedlotto/cashcadealldivs@2x.png"); } }

.monwedlotto.draw-2million {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/monwedlotto/2million.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .monwedlotto.draw-2million {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/monwedlotto/2million@2x.png"); } }

.setforlife.draw-setforlife20k {
  background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/setforlife/setforlife20k.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .setforlife.draw-setforlife20k {
      background-image: url("../../../../../../content/dam/projects/the-lott/game-promos/setforlife/setforlife20k@2x.png"); } }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slider-container {
  border: 2px solid currentColor;
  border-radius: 1rem;
  height: 2rem;
  position: relative; }
  .slider-container .slider, .slider-container button {
    font-size: .875rem;
    font-weight: 900;
    font-family: museo-sans; }
  .slider-container div.options {
    margin: 0;
    list-style-type: none;
    display: inline-block;
    width: 100%; }
    .slider-container div.options button {
      outline: none;
      border: 0;
      line-height: 2rem;
      color: currentColor;
      cursor: pointer;
      transform: translateY(-2px); }
  .slider-container .slider {
    height: 2rem;
    border-radius: 1rem;
    background-color: currentColor;
    position: absolute;
    margin: 0;
    text-align: center;
    transition: left 0.35s cubic-bezier(0, 0.81, 0.25, 1.22);
    line-height: 2rem;
    transform: translate(-1px, -2px);
    padding-right: 2px;
    z-index: 10; }
    .slider-container .slider > span {
      color: #fff; }
  .slider-container .choice-50pc {
    width: 50%; }
  .slider-container .choice-33pc {
    width: 33.33%; }
  .slider-container .choice-25pc {
    width: 25%; }
  @media screen and (min-width: 48em) {
    .slider-container .small-down-only {
      display: none !important; } }
  @media screen and (max-width: 47.9375em) {
    .slider-container .medium-up-only {
      display: none !important; } }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
sec-view-for-non-australian {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 3rem 0 4rem 0;
  background-color: #FAFAFA;
  height: 14.875rem;
  border: 1px solid #E8E8E8; }
  sec-view-for-non-australian .australia-map-logo {
    background: url("clientlibs/images/logo/ico--australia-map-icon.svg") no-repeat center;
    height: 3rem;
    width: 3rem; }
  sec-view-for-non-australian p {
    color: #767676;
    width: 16rem;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.25rem;
    margin: 1rem 0 0 0; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
section.marked-entry-selection {
  cursor: pointer; }
  @media screen and (min-width: 48em) {
    section.marked-entry-selection .small-down-only {
      display: none !important; } }
  @media screen and (max-width: 47.9375em) {
    section.marked-entry-selection .medium-up-only {
      display: none !important; } }
  section.marked-entry-selection .ball {
    border-color: #B2B2B2;
    border-style: solid; }
  section.marked-entry-selection .content {
    box-shadow: inset 0 -1px 0 0 #E8E8E8; }
    section.marked-entry-selection .content.first {
      box-shadow: inset 0 1px 0 0 #E8E8E8, inset 0 -1px 0 0 #E8E8E8; }
    section.marked-entry-selection .content.active {
      background-color: #fff;
      box-shadow: inset 0 1px 0 0 #B2B2B2, inset 0 -1px 0 0 #B2B2B2; }
      section.marked-entry-selection .content.active .game-column {
        font-weight: 900; }
        @media screen and (max-width: 47.9375em) {
          section.marked-entry-selection .content.active .game-column {
            display: none; } }
      section.marked-entry-selection .content.active .numbers .ball.target {
        border-width: 2px;
        line-height: 40px;
        box-shadow: none; }
        @media screen and (max-width: 47.9375em) {
          section.marked-entry-selection .content.active .numbers .ball.target {
            line-height: 30px; } }
    section.marked-entry-selection .content:not(.active) .ball {
      border-color: #B2B2B2; }
    section.marked-entry-selection .content .text {
      display: flex;
      align-items: center; }
      section.marked-entry-selection .content .text .numbers {
        flex: 1; }
        section.marked-entry-selection .content .text .numbers .number-set {
          vertical-align: top;
          display: inline-block;
          white-space: pre-wrap;
          margin-bottom: 1rem;
          max-width: 512px; }
          .powerball section.marked-entry-selection .content .text .numbers .number-set {
            max-width: 450px; }
            @media screen and (max-width: 47.9375em) {
              .powerball section.marked-entry-selection .content .text .numbers .number-set {
                max-width: 250px; } }
        section.marked-entry-selection .content .text .numbers button {
          display: inline-block; }
        section.marked-entry-selection .content .text .numbers .ball {
          height: 44px;
          width: 44px;
          line-height: 42px;
          text-align: center;
          border-width: 1px;
          border-radius: 22px;
          box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.2);
          margin-top: 1rem;
          margin-right: 0.5rem;
          vertical-align: top;
          position: relative; }
          section.marked-entry-selection .content .text .numbers .ball.power-ball {
            font-size: 0;
            background-image: url("clientlibs/images/icon/ico--PB.svg");
            background-repeat: no-repeat;
            background-size: 1.25rem auto;
            background-position: center center; }
            section.marked-entry-selection .content .text .numbers .ball.power-ball.filled {
              font-size: 1rem; }
          section.marked-entry-selection .content .text .numbers .ball > span {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            border-radius: 50%;
            opacity: 0;
            transform: scale(0.6, 0.6);
            transform-origin: 50% 50%; }
          section.marked-entry-selection .content .text .numbers .ball.filled > span {
            transform: scale(1, 1);
            opacity: 1;
            transition: transform cubic-bezier(0.03, 1.36, 0.83, 1.41) 0.3s, opacity linear 0s; }
          @media screen and (max-width: 47.9375em) {
            section.marked-entry-selection .content .text .numbers .ball {
              height: 32px;
              width: 32px;
              line-height: 32px;
              margin-right: 0.25rem;
              margin-left: 0.25rem; } }
          section.marked-entry-selection .content .text .numbers .ball.filled {
            box-shadow: none;
            border-color: transparent;
            font-weight: 900; }
          section.marked-entry-selection .content .text .numbers .ball.ball-powerball:not(.filled) {
            font-weight: 900;
            box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
            @media screen and (max-width: 47.9375em) {
              section.marked-entry-selection .content .text .numbers .ball.ball-powerball:not(.filled) {
                font-size: .75rem; } }
          section.marked-entry-selection .content .text .numbers .ball.ball-power-hit {
            font-size: 0;
            background-image: url("clientlibs/images/icon/ico--pwrhit.svg");
            background-repeat: no-repeat;
            background-size: cover;
            background-color: #fff;
            background-position: center center;
            display: inline-block; }
      section.marked-entry-selection .content .text .top-up-text {
        margin: 20px 0;
        color: #3C3C3C; }
        @media screen and (max-width: 47.9375em) {
          section.marked-entry-selection .content .text .top-up-text {
            text-align: left; } }
      section.marked-entry-selection .content .text .buttons {
        margin-bottom: 0; }
        section.marked-entry-selection .content .text .buttons .button {
          height: 44px;
          width: 44px;
          line-height: 42px;
          text-align: center;
          -webkit-border-radius: 22px;
          -moz-border-radius: 22px;
          -ms-border-radius: 22px;
          border-radius: 22px;
          background-position-x: center;
          padding: 0; }
    section.marked-entry-selection .content .number-grid-container {
      padding-bottom: 1.5rem; }
      @media screen and (max-width: 47.9375em) {
        section.marked-entry-selection .content .number-grid-container {
          text-align: center; } }
      section.marked-entry-selection .content .number-grid-container .number-grid {
        margin: 0 0 0 116px;
        text-align: left;
        border-top: 1px solid #B2B2B2;
        border-left: 1px solid #B2B2B2; }
        section.marked-entry-selection .content .number-grid-container .number-grid.grid-col-9 {
          width: 397px; }
          @media screen and (max-width: 47.9375em) {
            section.marked-entry-selection .content .number-grid-container .number-grid.grid-col-9 {
              width: 289px; } }
          section.marked-entry-selection .content .number-grid-container .number-grid.grid-col-9 button {
            line-height: 44px;
            width: 44px;
            height: 44px; }
            @media screen and (max-width: 47.9375em) {
              section.marked-entry-selection .content .number-grid-container .number-grid.grid-col-9 button {
                width: 32px;
                height: 32px;
                line-height: 32px; } }
        section.marked-entry-selection .content .number-grid-container .number-grid.grid-col-10 {
          width: 441px; }
          @media screen and (max-width: 47.9375em) {
            section.marked-entry-selection .content .number-grid-container .number-grid.grid-col-10 {
              width: 291px; } }
          section.marked-entry-selection .content .number-grid-container .number-grid.grid-col-10 button {
            line-height: 44px;
            width: 44px;
            height: 44px; }
            @media screen and (max-width: 47.9375em) {
              section.marked-entry-selection .content .number-grid-container .number-grid.grid-col-10 button {
                width: 29px;
                height: 29px;
                line-height: 29px; } }
        @media screen and (max-width: 47.9375em) {
          section.marked-entry-selection .content .number-grid-container .number-grid {
            margin: 0 auto; } }
        section.marked-entry-selection .content .number-grid-container .number-grid > .set-label {
          display: block;
          text-align: center;
          line-height: .875rem;
          padding: 5px 0;
          vertical-align: middle;
          font-size: .75rem;
          color: #fff;
          font-weight: 900; }
        section.marked-entry-selection .content .number-grid-container .number-grid button {
          vertical-align: top;
          border: 1px solid #B2B2B2;
          margin: 0;
          border-width: 0 1px 1px 0;
          color: #6C4796;
          font-size: 1rem;
          text-align: center;
          display: inline-block;
          cursor: pointer; }
          section.marked-entry-selection .content .number-grid-container .number-grid button.selected {
            font-weight: 900;
            background-image: url("clientlibs/images/icon/ico-strike.svg");
            background-size: 80%;
            background-color: #E9E4F0;
            background-position: center;
            background-repeat: no-repeat; }

/* Mobile view: Games */
@media screen and (max-width: 47.9375em) {
  section.marked-entry-selection .content {
    text-align: center;
    padding-bottom: 0rem;
    overflow: hidden;
    box-shadow: none; }
    section.marked-entry-selection .content:not(.active):after {
      box-shadow: inset 0 -1px 0 0 #E8E8E8;
      content: "";
      display: block;
      height: 1px;
      position: relative;
      top: 0rem; }
    section.marked-entry-selection .content.active .game-column {
      height: 2.25rem; }
    section.marked-entry-selection .content .text {
      display: block;
      position: relative;
      max-width: 288px;
      margin: 1rem auto 0; }
      section.marked-entry-selection .content .text .game-column {
        display: block;
        text-align: left;
        float: left;
        width: 9.75rem; }
        section.marked-entry-selection .content .text .game-column.spacing-for-top-up-text {
          float: none;
          height: .5rem; }
        section.marked-entry-selection .content .text .game-column:before {
          content: "Game "; }
          .setforlife section.marked-entry-selection .content .text .game-column:before {
            content: "SET "; }
          .setForLife744 section.marked-entry-selection .content .text .game-column:before {
            content: "Game "; }
      section.marked-entry-selection .content .text .numbers {
        max-width: 288px;
        text-align: left; }
        section.marked-entry-selection .content .text .numbers .number-set {
          padding-top: 0.5rem; }
          section.marked-entry-selection .content .text .numbers .number-set:not(:first-child) {
            margin-left: 5px; }
        section.marked-entry-selection .content .text .numbers .ball {
          margin: 0 2.5px 2.5px 0;
          min-width: 32px; }
          section.marked-entry-selection .content .text .numbers .ball:first-child {
            margin-left: 0; }
          section.marked-entry-selection .content .text .numbers .ball:last-child {
            margin-right: 0; }
      section.marked-entry-selection .content .text .buttons {
        margin-right: 0;
        width: auto;
        float: right;
        height: 2.25rem; }
        section.marked-entry-selection .content .text .buttons .button {
          width: 32px;
          height: 32px; }
    section.marked-entry-selection .content .number-grid-container {
      margin-top: 0rem;
      padding-bottom: 1.5rem; } }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
section.marked-entry-selections .game-column {
  width: 116px;
  text-align: center; }

section.marked-entry-selections .buttons {
  margin-bottom: 1rem;
  margin-right: 2rem; }
  section.marked-entry-selections .buttons .button {
    margin: 0;
    margin-left: 0.5rem;
    padding: 0 1rem;
    font-weight: 900;
    font-size: 1rem;
    line-height: 2.625rem;
    padding-left: 44px;
    background-position-x: calc(14px);
    background-repeat: no-repeat;
    background-position-y: center; }
    section.marked-entry-selections .buttons .button.fast-select {
      background-image: url("clientlibs/images/icon/ico-fastselect.svg");
      background-color: #6C4796; }
    section.marked-entry-selections .buttons .button.clear {
      background-image: url("clientlibs/images/icon/ico-clear.svg");
      background-color: #767676; }
  @media screen and (max-width: 47.9375em) {
    section.marked-entry-selections .buttons {
      width: 100%;
      text-align: center;
      margin-right: 0; }
      section.marked-entry-selections .buttons .button {
        font-size: 0.875rem;
        padding-left: 32px;
        padding-right: 12px;
        border-width: 0;
        background-size: 14px 18px;
        background-position-x: 12px;
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        line-height: 1.25rem; }
        section.marked-entry-selections .buttons .button.fast-select {
          margin-left: 0;
          width: 172px; }
        section.marked-entry-selections .buttons .button.clear {
          width: 105px; } }

section.marked-entry-selections .bottom-container {
  display: flex;
  width: 100%;
  justify-content: flex-end; }
  section.marked-entry-selections .bottom-container .buttons {
    margin-bottom: 0;
    margin-top: 1rem; }

section.marked-entry-selections .heading {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 47.9375em) {
    section.marked-entry-selections .heading {
      flex-direction: column; } }
  section.marked-entry-selections .heading .text span {
    color: #000;
    display: inline-block;
    height: 44px;
    font-weight: 900;
    font-size: 1.125rem;
    line-height: 2.75rem; }
  @media screen and (max-width: 39.9375em) {
    section.marked-entry-selections .heading .text {
      margin-left: 1rem; } }
  @media screen and (max-width: 47.9375em) {
    section.marked-entry-selections .heading .text {
      display: none; } }
  section.marked-entry-selections .heading .game-column:before {
    content: "Game "; }
    .setforlife section.marked-entry-selections .heading .game-column:before {
      content: "SET "; }
    .setForLife744 section.marked-entry-selections .heading .game-column:before {
      content: "Game "; }

section.marked-entry-selections .selections {
  clear: both; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
button.button.play-it-again {
  height: 2.7rem;
  position: relative; }
  button.button.play-it-again.light > span {
    background-image: url("clientlibs/images/play-it-again/playItAgain.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
      button.button.play-it-again.light > span {
        background-image: url("clientlibs/images/play-it-again/playItAgain@2x.png"); } }
  button.button.play-it-again.dark > span {
    background-image: url("clientlibs/images/play-it-again/playItAgainDark.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
      button.button.play-it-again.dark > span {
        background-image: url("clientlibs/images/play-it-again/playItAgainDark@2x.png"); } }
  button.button.play-it-again > span {
    font-size: 0;
    display: block;
    width: 176px;
    height: 44px;
    position: absolute;
    margin-left: -86px;
    left: 50%;
    top: 50%;
    margin-top: -22px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0; }
  button.button.play-it-again > span.animate-add {
    animation: cart-button-animation 2s steps(59); }

@keyframes cart-button-animation {
  from {
    background-position-x: 0; }
  to {
    background-position-x: -10384px; } }

.editable-form-saved-indicator {
  background-image: url("clientlibs/images/icon/ico--input-tick.svg");
  background-repeat: no-repeat;
  padding-left: 24px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-weight: 900;
  line-height: 1.625rem;
  background-position: 0 center;
  text-transform: uppercase; }
  @media screen and (max-width: 47.9375em) {
    .editable-form-saved-indicator {
      font-size: 0.875rem;
      line-height: 1.25rem; } }

input-element {
  display: flex; }
  input-element .input-element-wrapper {
    display: flex;
    flex-direction: column;
    width: 18rem; }
    input-element .input-element-wrapper .field-wrapper {
      display: flex;
      flex-direction: row; }
    input-element .input-element-wrapper input {
      margin-bottom: 0rem; }
    input-element .input-element-wrapper label {
      color: #444444;
      line-height: 1.25rem;
      font-size: 0.875rem; }
    input-element .input-element-wrapper button {
      cursor: pointer; }
    input-element .input-element-wrapper .password-validator {
      display: flex; }
      input-element .input-element-wrapper .password-validator input:enabled {
        border-right: none; }
    input-element .input-element-wrapper .toggle-input-button {
      display: inline-block;
      min-width: 3.25rem;
      vertical-align: top;
      border: 1px solid #CFCFCF;
      background-color: #F9F9F9;
      line-height: 1rem;
      font-size: 0.75rem;
      color: #6C4796;
      box-shadow: inset 0 1px 0 0 #FFFFFF; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
button.watch-draw-video {
  -webkit-border-radius: 6.25rem;
  -moz-border-radius: 6.25rem;
  -ms-border-radius: 6.25rem;
  border-radius: 6.25rem;
  background-color: #6C4796;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  button.watch-draw-video.small {
    background-image: url("clientlibs/images/icon/ico-draw-video.svg");
    background-position: center center;
    background-repeat: no-repeat; }

.draw-video-dialog ux-dialog {
  background-color: transparent !important;
  box-shadow: none !important;
  max-width: 1200px !important;
  width: 100%; }

.draw-video-dialog ux-dialog-header {
  padding: 0 !important;
  min-height: 2.375rem !important;
  border: none;
  background: none !important;
  background-color: transparent !important;
  margin: 0 2rem !important; }
  @media screen and (max-width: 39.9375em) {
    .draw-video-dialog ux-dialog-header {
      margin: 0 !important; } }

.draw-video-dialog ux-dialog-body {
  background-color: #000000 !important;
  max-width: none !important;
  margin: 0 2rem !important; }
  @media screen and (max-width: 39.9375em) {
    .draw-video-dialog ux-dialog-body {
      margin: 0 !important; } }

.draw-video-dialog .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%; }

.draw-video-dialog .embed-container iframe,
.draw-video-dialog .embed-container object,
.draw-video-dialog .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
section.notification-banner {
  color: white;
  position: relative;
  min-height: 72px;
  display: flex;
  padding: 1rem 1.5rem; }
  @media screen and (max-width: 47.9375em) {
    section.notification-banner {
      padding: 1rem 1rem; } }
  section.notification-banner .icon {
    min-height: 2.5rem;
    min-width: 2.5rem;
    background-repeat: no-repeat;
    background-position: top; }
  section.notification-banner.kind-info {
    background-color: #118ACB; }
    section.notification-banner.kind-info .icon {
      background-image: url("clientlibs/images/icon/notification/notificationFaceInfo.svg"); }
  section.notification-banner.kind-success {
    background-color: #78B82A; }
    section.notification-banner.kind-success .icon {
      background-image: url("clientlibs/images/icon/notification/notificationFaceSuccess.svg"); }
  section.notification-banner.kind-warning {
    background-color: #F18816; }
    section.notification-banner.kind-warning .icon {
      background-image: url("clientlibs/images/icon/notification/notificationFaceWarning.svg"); }
  section.notification-banner.kind-error {
    background-color: #E74124; }
    section.notification-banner.kind-error .icon {
      background-image: url("clientlibs/images/icon/notification/notificationFaceError.svg"); }
  section.notification-banner .content {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    line-height: 1.5rem; }
  section.notification-banner .close {
    position: absolute;
    right: 0px;
    margin: 0;
    color: white;
    font-size: 1.7rem;
    width: 2rem;
    height: 2rem;
    cursor: pointer; }
  section.notification-banner .bounce {
    animation: bounce 1s ease-in;
    -webkit-animation: bounce 1s ease-in; }
  section.notification-banner .shake {
    animation: shake 0.75s ease-in;
    -webkit-animation: shake 0.75s ease-in; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.cross-sell-promotion.setforlife .plus-icon {
  color: #01BCC5;
  border-color: #01BCC5; }

.cross-sell-promotion.setforlife .bottom-border-brand-color {
  border-bottom: 1px solid rgba(1, 188, 197, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.setforlife .brand-background-color-lite {
  background-color: rgba(1, 188, 197, 0.06); }

.cross-sell-promotion.setforlife .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-setforlife.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.setforlife .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-setforlife@2x.png"); } }

.cross-sell-promotion.setforlife .quickpick-color-text {
  color: #01BCC5; }

.cross-sell-promotion.setforlife .brand-background-color-button button {
  background-color: #01BCC5;
  border-color: #01BCC5; }

.cross-sell-promotion.setforlife .checkbox-control > input:checked + span:before {
  background-color: #01BCC5;
  border-color: #01BCC5; }

.cross-sell-promotion.setforlife744 .plus-icon {
  color: #01BCC5;
  border-color: #01BCC5; }

.cross-sell-promotion.setforlife744 .bottom-border-brand-color {
  border-bottom: 1px solid rgba(1, 188, 197, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.setforlife744 .brand-background-color-lite {
  background-color: rgba(1, 188, 197, 0.06); }

.cross-sell-promotion.setforlife744 .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-setforlife.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.setforlife744 .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-setforlife@2x.png"); } }

.cross-sell-promotion.setforlife744 .quickpick-color-text {
  color: #01BCC5; }

.cross-sell-promotion.setforlife744 .brand-background-color-button button {
  background-color: #01BCC5;
  border-color: #01BCC5; }

.cross-sell-promotion.setforlife744 .checkbox-control > input:checked + span:before {
  background-color: #01BCC5;
  border-color: #01BCC5; }

.cross-sell-promotion.ozlotto .plus-icon {
  color: #047706;
  border-color: #047706; }

.cross-sell-promotion.ozlotto .bottom-border-brand-color {
  border-bottom: 1px solid rgba(4, 119, 6, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.ozlotto .brand-background-color-lite {
  background-color: rgba(4, 119, 6, 0.06); }

.cross-sell-promotion.ozlotto .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle--ozlotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.ozlotto .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle--ozlotto@2x.png"); } }

.cross-sell-promotion.ozlotto .quickpick-color-text {
  color: #047706; }

.cross-sell-promotion.ozlotto .brand-background-color-button button {
  background-color: #047706;
  border-color: #047706; }

.cross-sell-promotion.ozlotto .checkbox-control > input:checked + span:before {
  background-color: #047706;
  border-color: #047706; }

.cross-sell-promotion.powerball .plus-icon {
  color: #3653A4;
  border-color: #3653A4; }

.cross-sell-promotion.powerball .bottom-border-brand-color {
  border-bottom: 1px solid rgba(54, 83, 164, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.powerball .brand-background-color-lite {
  background-color: rgba(54, 83, 164, 0.06); }

.cross-sell-promotion.powerball .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-powerball.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.powerball .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-powerball@2x.png"); } }

.cross-sell-promotion.powerball .quickpick-color-text {
  color: #3653A4; }

.cross-sell-promotion.powerball .brand-background-color-button button {
  background-color: #3653A4;
  border-color: #3653A4; }

.cross-sell-promotion.powerball .checkbox-control > input:checked + span:before {
  background-color: #3653A4;
  border-color: #3653A4; }

.cross-sell-promotion.tattslotto .plus-icon {
  color: #E63C2F;
  border-color: #E63C2F; }

.cross-sell-promotion.tattslotto .bottom-border-brand-color {
  border-bottom: 1px solid rgba(230, 60, 47, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.tattslotto .brand-background-color-lite {
  background-color: rgba(230, 60, 47, 0.06); }

.cross-sell-promotion.tattslotto .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-sat-tattslotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.tattslotto .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-sat-tattslotto@2x.png"); } }

.cross-sell-promotion.tattslotto .quickpick-color-text {
  color: #E63C2F; }

.cross-sell-promotion.tattslotto .brand-background-color-button button {
  background-color: #E63C2F;
  border-color: #E63C2F; }

.cross-sell-promotion.tattslotto .checkbox-control > input:checked + span:before {
  background-color: #E63C2F;
  border-color: #E63C2F; }

.cross-sell-promotion.tattslotto.state-qld .plus-icon {
  color: #E63C2F;
  border-color: #E63C2F; }

.cross-sell-promotion.tattslotto.state-qld .bottom-border-brand-color {
  border-bottom: 1px solid rgba(230, 60, 47, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.tattslotto.state-qld .brand-background-color-lite {
  background-color: rgba(230, 60, 47, 0.06); }

.cross-sell-promotion.tattslotto.state-qld .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-sat-goldlotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.tattslotto.state-qld .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-sat-goldlotto@2x.png"); } }

.cross-sell-promotion.tattslotto.state-qld .quickpick-color-text {
  color: #E63C2F; }

.cross-sell-promotion.tattslotto.state-qld .brand-background-color-button button {
  background-color: #E63C2F;
  border-color: #E63C2F; }

.cross-sell-promotion.tattslotto.state-qld .checkbox-control > input:checked + span:before {
  background-color: #E63C2F;
  border-color: #E63C2F; }

.cross-sell-promotion.tattslotto.state-sa .plus-icon {
  color: #E63C2F;
  border-color: #E63C2F; }

.cross-sell-promotion.tattslotto.state-sa .bottom-border-brand-color {
  border-bottom: 1px solid rgba(230, 60, 47, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.tattslotto.state-sa .brand-background-color-lite {
  background-color: rgba(230, 60, 47, 0.06); }

.cross-sell-promotion.tattslotto.state-sa .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-sat-xlotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.tattslotto.state-sa .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-sat-xlotto@2x.png"); } }

.cross-sell-promotion.tattslotto.state-sa .quickpick-color-text {
  color: #E63C2F; }

.cross-sell-promotion.tattslotto.state-sa .brand-background-color-button button {
  background-color: #E63C2F;
  border-color: #E63C2F; }

.cross-sell-promotion.tattslotto.state-sa .checkbox-control > input:checked + span:before {
  background-color: #E63C2F;
  border-color: #E63C2F; }

.cross-sell-promotion.tattslotto.state-nsw .plus-icon {
  color: #E63C2F;
  border-color: #E63C2F; }

.cross-sell-promotion.tattslotto.state-nsw .bottom-border-brand-color {
  border-bottom: 1px solid rgba(230, 60, 47, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.tattslotto.state-nsw .brand-background-color-lite {
  background-color: rgba(230, 60, 47, 0.06); }

.cross-sell-promotion.tattslotto.state-nsw .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-sat-lotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.tattslotto.state-nsw .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-sat-lotto@2x.png"); } }

.cross-sell-promotion.tattslotto.state-nsw .quickpick-color-text {
  color: #E63C2F; }

.cross-sell-promotion.tattslotto.state-nsw .brand-background-color-button button {
  background-color: #E63C2F;
  border-color: #E63C2F; }

.cross-sell-promotion.tattslotto.state-nsw .checkbox-control > input:checked + span:before {
  background-color: #E63C2F;
  border-color: #E63C2F; }

.cross-sell-promotion.tattslotto.state-act .plus-icon {
  color: #E63C2F;
  border-color: #E63C2F; }

.cross-sell-promotion.tattslotto.state-act .bottom-border-brand-color {
  border-bottom: 1px solid rgba(230, 60, 47, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.tattslotto.state-act .brand-background-color-lite {
  background-color: rgba(230, 60, 47, 0.06); }

.cross-sell-promotion.tattslotto.state-act .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-sat-lotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.tattslotto.state-act .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-sat-lotto@2x.png"); } }

.cross-sell-promotion.tattslotto.state-act .quickpick-color-text {
  color: #E63C2F; }

.cross-sell-promotion.tattslotto.state-act .brand-background-color-button button {
  background-color: #E63C2F;
  border-color: #E63C2F; }

.cross-sell-promotion.tattslotto.state-act .checkbox-control > input:checked + span:before {
  background-color: #E63C2F;
  border-color: #E63C2F; }

.cross-sell-promotion.monwedlotto .plus-icon {
  color: #9E4398;
  border-color: #9E4398; }

.cross-sell-promotion.monwedlotto .bottom-border-brand-color {
  border-bottom: 1px solid rgba(158, 67, 152, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.monwedlotto .brand-background-color-lite {
  background-color: rgba(158, 67, 152, 0.06); }

.cross-sell-promotion.monwedlotto .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-monwed-tattslotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.monwedlotto .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-monwed-tattslotto@2x.png"); } }

.cross-sell-promotion.monwedlotto .quickpick-color-text {
  color: #9E4398; }

.cross-sell-promotion.monwedlotto .brand-background-color-button button {
  background-color: #9E4398;
  border-color: #9E4398; }

.cross-sell-promotion.monwedlotto .checkbox-control > input:checked + span:before {
  background-color: #9E4398;
  border-color: #9E4398; }

.cross-sell-promotion.monwedlotto.state-qld .plus-icon {
  color: #9E4398;
  border-color: #9E4398; }

.cross-sell-promotion.monwedlotto.state-qld .bottom-border-brand-color {
  border-bottom: 1px solid rgba(158, 67, 152, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.monwedlotto.state-qld .brand-background-color-lite {
  background-color: rgba(158, 67, 152, 0.06); }

.cross-sell-promotion.monwedlotto.state-qld .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-monwed-goldlotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.monwedlotto.state-qld .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-monwed-goldlotto@2x.png"); } }

.cross-sell-promotion.monwedlotto.state-qld .quickpick-color-text {
  color: #9E4398; }

.cross-sell-promotion.monwedlotto.state-qld .brand-background-color-button button {
  background-color: #9E4398;
  border-color: #9E4398; }

.cross-sell-promotion.monwedlotto.state-qld .checkbox-control > input:checked + span:before {
  background-color: #9E4398;
  border-color: #9E4398; }

.cross-sell-promotion.monwedlotto.state-sa .plus-icon {
  color: #9E4398;
  border-color: #9E4398; }

.cross-sell-promotion.monwedlotto.state-sa .bottom-border-brand-color {
  border-bottom: 1px solid rgba(158, 67, 152, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.monwedlotto.state-sa .brand-background-color-lite {
  background-color: rgba(158, 67, 152, 0.06); }

.cross-sell-promotion.monwedlotto.state-sa .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-monwed-xlotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.monwedlotto.state-sa .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-monwed-xlotto@2x.png"); } }

.cross-sell-promotion.monwedlotto.state-sa .quickpick-color-text {
  color: #9E4398; }

.cross-sell-promotion.monwedlotto.state-sa .brand-background-color-button button {
  background-color: #9E4398;
  border-color: #9E4398; }

.cross-sell-promotion.monwedlotto.state-sa .checkbox-control > input:checked + span:before {
  background-color: #9E4398;
  border-color: #9E4398; }

.cross-sell-promotion.monwedlotto.state-nsw .plus-icon {
  color: #9E4398;
  border-color: #9E4398; }

.cross-sell-promotion.monwedlotto.state-nsw .bottom-border-brand-color {
  border-bottom: 1px solid rgba(158, 67, 152, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.monwedlotto.state-nsw .brand-background-color-lite {
  background-color: rgba(158, 67, 152, 0.06); }

.cross-sell-promotion.monwedlotto.state-nsw .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-monwed-lotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.monwedlotto.state-nsw .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-monwed-lotto@2x.png"); } }

.cross-sell-promotion.monwedlotto.state-nsw .quickpick-color-text {
  color: #9E4398; }

.cross-sell-promotion.monwedlotto.state-nsw .brand-background-color-button button {
  background-color: #9E4398;
  border-color: #9E4398; }

.cross-sell-promotion.monwedlotto.state-nsw .checkbox-control > input:checked + span:before {
  background-color: #9E4398;
  border-color: #9E4398; }

.cross-sell-promotion.monwedlotto.state-act .plus-icon {
  color: #9E4398;
  border-color: #9E4398; }

.cross-sell-promotion.monwedlotto.state-act .bottom-border-brand-color {
  border-bottom: 1px solid rgba(158, 67, 152, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.monwedlotto.state-act .brand-background-color-lite {
  background-color: rgba(158, 67, 152, 0.06); }

.cross-sell-promotion.monwedlotto.state-act .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-monwed-lotto.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.monwedlotto.state-act .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-monwed-lotto@2x.png"); } }

.cross-sell-promotion.monwedlotto.state-act .quickpick-color-text {
  color: #9E4398; }

.cross-sell-promotion.monwedlotto.state-act .brand-background-color-button button {
  background-color: #9E4398;
  border-color: #9E4398; }

.cross-sell-promotion.monwedlotto.state-act .checkbox-control > input:checked + span:before {
  background-color: #9E4398;
  border-color: #9E4398; }

.cross-sell-promotion.wedlotto .plus-icon {
  color: #E8E8E8;
  border-color: #E8E8E8; }

.cross-sell-promotion.wedlotto .bottom-border-brand-color {
  border-bottom: 1px solid rgba(232, 232, 232, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.wedlotto .brand-background-color-lite {
  background-color: rgba(232, 232, 232, 0.06); }

.cross-sell-promotion.wedlotto .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.wedlotto .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/@2x.png"); } }

.cross-sell-promotion.wedlotto .quickpick-color-text {
  color: #E8E8E8; }

.cross-sell-promotion.wedlotto .brand-background-color-button button {
  background-color: #E8E8E8;
  border-color: #E8E8E8; }

.cross-sell-promotion.wedlotto .checkbox-control > input:checked + span:before {
  background-color: #E8E8E8;
  border-color: #E8E8E8; }

.cross-sell-promotion.super66 .plus-icon {
  color: #DA3832;
  border-color: #DA3832; }

.cross-sell-promotion.super66 .bottom-border-brand-color {
  border-bottom: 1px solid rgba(218, 56, 50, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.super66 .brand-background-color-lite {
  background-color: rgba(218, 56, 50, 0.06); }

.cross-sell-promotion.super66 .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-super66.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.super66 .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-super66@2x.png"); } }

.cross-sell-promotion.super66 .quickpick-color-text {
  color: #DA3832; }

.cross-sell-promotion.super66 .brand-background-color-button button {
  background-color: #DA3832;
  border-color: #DA3832; }

.cross-sell-promotion.super66 .checkbox-control > input:checked + span:before {
  background-color: #DA3832;
  border-color: #DA3832; }

.cross-sell-promotion.super66.state-sa .plus-icon {
  color: #EE243C;
  border-color: #EE243C; }

.cross-sell-promotion.super66.state-sa .bottom-border-brand-color {
  border-bottom: 1px solid rgba(238, 36, 60, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.super66.state-sa .brand-background-color-lite {
  background-color: rgba(238, 36, 60, 0.06); }

.cross-sell-promotion.super66.state-sa .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-sal-super66.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.super66.state-sa .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-sal-super66@2x.png"); } }

.cross-sell-promotion.super66.state-sa .quickpick-color-text {
  color: #EE243C; }

.cross-sell-promotion.super66.state-sa .brand-background-color-button button {
  background-color: #EE243C;
  border-color: #EE243C; }

.cross-sell-promotion.super66.state-sa .checkbox-control > input:checked + span:before {
  background-color: #EE243C;
  border-color: #EE243C; }

.cross-sell-promotion.lucky .plus-icon {
  color: #E8E8E8;
  border-color: #E8E8E8; }

.cross-sell-promotion.lucky .bottom-border-brand-color {
  border-bottom: 1px solid rgba(232, 232, 232, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.lucky .brand-background-color-lite {
  background-color: rgba(232, 232, 232, 0.06); }

.cross-sell-promotion.lucky .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.lucky .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/@2x.png"); } }

.cross-sell-promotion.lucky .quickpick-color-text {
  color: #E8E8E8; }

.cross-sell-promotion.lucky .brand-background-color-button button {
  background-color: #E8E8E8;
  border-color: #E8E8E8; }

.cross-sell-promotion.lucky .checkbox-control > input:checked + span:before {
  background-color: #E8E8E8;
  border-color: #E8E8E8; }

.cross-sell-promotion.luckylotteries2 .plus-icon {
  color: #FFB500;
  border-color: #FFB500; }

.cross-sell-promotion.luckylotteries2 .bottom-border-brand-color {
  border-bottom: 1px solid rgba(255, 181, 0, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.luckylotteries2 .brand-background-color-lite {
  background-color: rgba(255, 181, 0, 0.06); }

.cross-sell-promotion.luckylotteries2 .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--lkysup-circle-logo.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.luckylotteries2 .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--lkysup-circle-logo@2x.png"); } }

.cross-sell-promotion.luckylotteries2 .quickpick-color-text {
  color: #109CBC; }

.cross-sell-promotion.luckylotteries2 .brand-background-color-button button {
  background-color: #FFB500;
  border-color: #FFB500; }

.cross-sell-promotion.luckylotteries2 .checkbox-control > input:checked + span:before {
  background-color: #FFB500;
  border-color: #FFB500; }

.cross-sell-promotion.luckylotteries5 .plus-icon {
  color: #FFB500;
  border-color: #FFB500; }

.cross-sell-promotion.luckylotteries5 .bottom-border-brand-color {
  border-bottom: 1px solid rgba(255, 181, 0, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.luckylotteries5 .brand-background-color-lite {
  background-color: rgba(255, 181, 0, 0.06); }

.cross-sell-promotion.luckylotteries5 .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--lkymeg-circle-logo.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.luckylotteries5 .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--lkymeg-circle-logo@2x.png"); } }

.cross-sell-promotion.luckylotteries5 .quickpick-color-text {
  color: #CC157F; }

.cross-sell-promotion.luckylotteries5 .brand-background-color-button button {
  background-color: #FFB500;
  border-color: #FFB500; }

.cross-sell-promotion.luckylotteries5 .checkbox-control > input:checked + span:before {
  background-color: #FFB500;
  border-color: #FFB500; }

.cross-sell-promotion.keno .plus-icon {
  color: #FF001E;
  border-color: #FF001E; }

.cross-sell-promotion.keno .bottom-border-brand-color {
  border-bottom: 1px solid rgba(255, 0, 30, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.keno .brand-background-color-lite {
  background-color: rgba(255, 0, 30, 0.06); }

.cross-sell-promotion.keno .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-keno.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.keno .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-keno@2x.png"); } }

.cross-sell-promotion.keno .quickpick-color-text {
  color: #FF001E; }

.cross-sell-promotion.keno .brand-background-color-button button {
  background-color: #FF001E;
  border-color: #FF001E; }

.cross-sell-promotion.keno .checkbox-control > input:checked + span:before {
  background-color: #FF001E;
  border-color: #FF001E; }

.cross-sell-promotion.pools .plus-icon {
  color: #499700;
  border-color: #499700; }

.cross-sell-promotion.pools .bottom-border-brand-color {
  border-bottom: 1px solid rgba(73, 151, 0, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.pools .brand-background-color-lite {
  background-color: rgba(73, 151, 0, 0.06); }

.cross-sell-promotion.pools .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-thepools.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.pools .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-thepools@2x.png"); } }

.cross-sell-promotion.pools .quickpick-color-text {
  color: #499700; }

.cross-sell-promotion.pools .brand-background-color-button button {
  background-color: #499700;
  border-color: #499700; }

.cross-sell-promotion.pools .checkbox-control > input:checked + span:before {
  background-color: #499700;
  border-color: #499700; }

.cross-sell-promotion.lottostrike .plus-icon {
  color: #F56F1E;
  border-color: #F56F1E; }

.cross-sell-promotion.lottostrike .bottom-border-brand-color {
  border-bottom: 1px solid rgba(245, 111, 30, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.lottostrike .brand-background-color-lite {
  background-color: rgba(245, 111, 30, 0.06); }

.cross-sell-promotion.lottostrike .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-strike.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.lottostrike .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-strike@2x.png"); } }

.cross-sell-promotion.lottostrike .quickpick-color-text {
  color: #F56F1E; }

.cross-sell-promotion.lottostrike .brand-background-color-button button {
  background-color: #F56F1E;
  border-color: #F56F1E; }

.cross-sell-promotion.lottostrike .checkbox-control > input:checked + span:before {
  background-color: #F56F1E;
  border-color: #F56F1E; }

.cross-sell-promotion.thelott .plus-icon {
  color: #6C4796;
  border-color: #6C4796; }

.cross-sell-promotion.thelott .bottom-border-brand-color {
  border-bottom: 1px solid rgba(108, 71, 150, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.thelott .brand-background-color-lite {
  background-color: rgba(108, 71, 150, 0.06); }

.cross-sell-promotion.thelott .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-thelott.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.thelott .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-thelott@2x.png"); } }

.cross-sell-promotion.thelott .quickpick-color-text {
  color: #6C4796; }

.cross-sell-promotion.thelott .brand-background-color-button button {
  background-color: #6C4796;
  border-color: #6C4796; }

.cross-sell-promotion.thelott .checkbox-control > input:checked + span:before {
  background-color: #6C4796;
  border-color: #6C4796; }

.cross-sell-promotion.isi .plus-icon, .cross-sell-promotion .instantscratchits .plus-icon {
  color: #009BFF;
  border-color: #009BFF; }

.cross-sell-promotion.isi .bottom-border-brand-color, .cross-sell-promotion .instantscratchits .bottom-border-brand-color {
  border-bottom: 1px solid rgba(0, 155, 255, 0.2);
  padding-bottom: 0.75rem; }

.cross-sell-promotion.isi .brand-background-color-lite, .cross-sell-promotion .instantscratchits .brand-background-color-lite {
  background-color: rgba(0, 155, 255, 0.06); }

.cross-sell-promotion.isi .brand-circle-logo, .cross-sell-promotion .instantscratchits .brand-circle-logo {
  background-image: url("clientlibs/images/logo/products/ico--circle-isi.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-sell-promotion.isi .brand-circle-logo, .cross-sell-promotion .instantscratchits .brand-circle-logo {
      background-image: url("clientlibs/images/logo/products/ico--circle-isi@2x.png"); } }

.cross-sell-promotion.isi .quickpick-color-text, .cross-sell-promotion .instantscratchits .quickpick-color-text {
  color: #009BFF; }

.cross-sell-promotion.isi .brand-background-color-button button, .cross-sell-promotion .instantscratchits .brand-background-color-button button {
  background-color: #009BFF;
  border-color: #009BFF; }

.cross-sell-promotion.isi .checkbox-control > input:checked + span:before, .cross-sell-promotion .instantscratchits .checkbox-control > input:checked + span:before {
  background-color: #009BFF;
  border-color: #009BFF; }

section.cross-sell-promotion .promotion-wrapper {
  font-size: 0.875rem;
  line-height: 1.25rem; }
  section.cross-sell-promotion .promotion-wrapper .promotion-container {
    padding: 0 1rem 0.75rem 1rem;
    border-radius: 2px; }
    section.cross-sell-promotion .promotion-wrapper .promotion-container .cross-sell-header {
      display: flex;
      flex-direction: row;
      padding-top: 0.5rem;
      justify-content: space-between; }
    section.cross-sell-promotion .promotion-wrapper .promotion-container .cross-sell-promotion-info-expanded {
      display: flex;
      justify-content: space-between;
      padding-top: 0.75rem; }
      section.cross-sell-promotion .promotion-wrapper .promotion-container .cross-sell-promotion-info-expanded .purchase-draws-description {
        display: flex;
        padding-left: 1rem; }
    section.cross-sell-promotion .promotion-wrapper .promotion-container .purchase-panel > div {
      padding-top: 0.75rem; }
    section.cross-sell-promotion .promotion-wrapper .promotion-container .toggle-icon {
      padding-top: 4px;
      padding-left: 1rem; }
    section.cross-sell-promotion .promotion-wrapper .promotion-container .plus-icon {
      border: 2px solid;
      border-radius: 85px;
      width: 20px;
      height: 20px;
      background-color: transparent;
      font-size: 12px;
      text-decoration: none; }
      section.cross-sell-promotion .promotion-wrapper .promotion-container .plus-icon:hover {
        cursor: pointer; }
    section.cross-sell-promotion .promotion-wrapper .promotion-container .cross-sell-icon-wrapper {
      display: flex;
      flex: 0 0 3rem;
      flex-direction: row;
      align-items: flex-start;
      padding-top: 1px;
      justify-content: start; }
    section.cross-sell-promotion .promotion-wrapper .promotion-container .cross-sell-logo {
      background-repeat: no-repeat;
      background-size: contain;
      width: 32px;
      height: 32px;
      margin-right: -1rem;
      box-shadow: 0 0 0pt 1.5px white;
      border-radius: 50%;
      background-position: center; }
    section.cross-sell-promotion .promotion-wrapper .promotion-container .promotion-label {
      text-align: left;
      display: flex; }
      section.cross-sell-promotion .promotion-wrapper .promotion-container .promotion-label .play-label {
        line-height: 24px; }
    section.cross-sell-promotion .promotion-wrapper .promotion-container .button-small button {
      width: 100%;
      padding: 4px 3px 2px 3px;
      text-align: center;
      font-size: 0.875rem;
      line-height: 20px;
      border-radius: 17px;
      color: #ffffff;
      text-transform: uppercase;
      border-width: 2px;
      border-style: solid;
      -webkit-transistion: all 0.275s ease;
      -moz-transition: all 0.275s ease;
      -o-transition: all 0.275s ease;
      transition: all 0.275s ease;
      text-transform: uppercase;
      margin-bottom: 0; }
      section.cross-sell-promotion .promotion-wrapper .promotion-container .button-small button:hover {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        cursor: pointer; }
      section.cross-sell-promotion .promotion-wrapper .promotion-container .button-small button:active {
        box-shadow: none; }
      section.cross-sell-promotion .promotion-wrapper .promotion-container .button-small button:disabled {
        box-shadow: none;
        cursor: not-allowed;
        background-color: #E8E8E8;
        border-color: #E8E8E8;
        color: #B2B2B2; }
        section.cross-sell-promotion .promotion-wrapper .promotion-container .button-small button:disabled:hover {
          background-color: #E8E8E8;
          border-color: #E8E8E8; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
section.cross-sell-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  section.cross-sell-item .cross-sell-item-checkbox-label {
    display: flex;
    flex-direction: column; }
    section.cross-sell-item .cross-sell-item-checkbox-label .promotion-draw-info {
      color: #767676;
      font-size: 0.75rem;
      margin-top: -2px; }
  section.cross-sell-item .price {
    padding-top: 3px; }

.in-cart-sub .in-cart-sub-wrapper {
  padding: 14px; }

.cart-ticket-item {
  position: relative; }

.in-cart-sub-icon {
  height: 4rem;
  width: 4rem;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-image: url("clientlibs/images/icon/ico-subscribe-in-cart-test.svg");
  background-position: center; }

.in-cart-sub-modal ux-dialog-body {
  max-width: 310px !important; }

.in-cart-sub-modal .dialog-header-content h1 {
  width: 310px; }

.create-fav-expanded {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 0 20px;
  font-size: 14px;
  line-height: 1.2;
  position: relative; }
  .create-fav-expanded:before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    position: absolute;
    top: -10px;
    left: 31px; }
    @media screen and (max-width: 39.9375em) {
      .create-fav-expanded:before {
        left: 25px; } }
  .create-fav-expanded .purchase-draws-description {
    display: flex;
    padding-left: 1rem; }

.create-fav-panel {
  display: flex;
  padding: 10px 20px 20px 20px; }
  .create-fav-panel .make-favourite-detail {
    flex: 1; }
    .create-fav-panel .make-favourite-detail input {
      margin-bottom: 0; }
    .create-fav-panel .make-favourite-detail .input-error {
      font-size: 12px;
      line-height: 1.2;
      margin: 0;
      padding: 10px 0 0 0;
      color: red;
      display: none; }
  .create-fav-panel .create-fav-button {
    flex: 0 0 105px;
    text-align: right;
    padding-left: 10px; }
    @media screen and (max-width: 39.9375em) {
      .create-fav-panel .create-fav-button {
        flex: 0 0 75px; }
        .create-fav-panel .create-fav-button .button {
          min-width: 4.5rem; } }
    .create-fav-panel .create-fav-button .button {
      line-height: 0.7rem;
      margin-bottom: 0; }

.fav-toggle-icon {
  padding-top: 4px;
  padding-left: 1rem;
  position: absolute;
  top: 84px;
  left: 10px; }
  @media screen and (max-width: 39.9375em) {
    .fav-toggle-icon {
      top: 68px;
      left: 2px; } }

.add-icon-fav {
  width: 28px;
  height: 28px;
  background-color: transparent;
  font-size: 12px;
  text-decoration: none; }
  .add-icon-fav:hover {
    cursor: pointer; }

.add-fav-success:hover {
  cursor: default; }

.fav-action {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.add-fav:before {
  content: " ";
  background-image: url("clientlibs/images/icon/ico-add_fave.svg");
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block; }

.close-fav:before {
  content: " ";
  background-image: url("clientlibs/images/icon/ico-close_fave.svg");
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block; }

.add-fav-success:before {
  content: " ";
  background-image: url("clientlibs/images/icon/ico-fave_created.svg");
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block; }

.accessible-click-target-create-fav:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-left: -22px;
  margin-top: -22px; }

.accessible-click-target-create-fav {
  position: relative; }

.cross-sell-icon-wrapper {
  display: flex;
  flex: 0 0 3rem;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 1px;
  justify-content: start; }

.create-favourite-success {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.2; }

.fave-name {
  font-weight: 900; }

.time-based-msg-container {
  border-bottom-left-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem; }
  .time-based-msg-container.remaining-10 {
    background-color: #F18816; }
  .time-based-msg-container.remaining-5 {
    background-color: #D93D21; }
  .time-based-msg-container.remaining-closed {
    background-color: #D93D21; }
  .time-based-msg-container.hide-time-status {
    display: none; }
  .time-based-msg-container .time-based-msg-content {
    padding-left: 1.5rem;
    position: relative; }
    .time-based-msg-container .time-based-msg-content:before {
      background-image: url("clientlibs/images/icon/ico-alarm-clock-solid.svg");
      background-repeat: no-repeat;
      content: " ";
      height: 1rem;
      width: 1rem;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto 0; }
  .time-based-msg-container .time-based-msg {
    padding: 0.875rem; }
  .time-based-msg-container .time-based-msg-text {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: bold; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
password-tips {
  width: 100%; }
  password-tips .password-tips-section > .content {
    background-color: #FFFCF0;
    display: flex;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 1.5rem; }
    password-tips .password-tips-section > .content.no-bottom-margin {
      margin-bottom: 0rem; }
    password-tips .password-tips-section > .content > .hint-icon {
      flex: 1 0 1.5rem;
      margin: 0.5rem;
      object-fit: contain;
      background-image: url("clientlibs/images/icon/icon--hint.svg");
      background-repeat: no-repeat;
      background-size: 1.5rem 1.5rem; }
    password-tips .password-tips-section > .content > .text {
      margin-top: 0.75rem;
      margin-bottom: 1rem;
      margin-right: 0.5rem;
      flex: 0 1 auto; }
      password-tips .password-tips-section > .content > .text > .title {
        font-weight: 900;
        color: #000000;
        margin-bottom: 0.5rem; }
  password-tips .password-tips-section > hr {
    height: 1px;
    color: #E8E8E8;
    background-color: #E8E8E8;
    border: none;
    margin-top: 0.5rem;
    margin-bottom: 1rem; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.confirm-password-modal ux-dialog-header:not(.error-dialog-header) .dialog-header-content {
  background-image: url("clientlibs/images/icon/mfa/ico--password.svg");
  padding-top: 5rem;
  background-position: center 0;
  background-size: auto 4rem;
  background-repeat: no-repeat; }

.confirm-password-modal ux-dialog-header.error-dialog-header {
  padding-bottom: 1rem !important; }
  .confirm-password-modal ux-dialog-header.error-dialog-header .error-wrapper {
    padding-top: 5rem; }

@media screen and (min-width: 23.875em) {
  .confirm-password-modal ux-dialog-body {
    margin-right: 2.9375rem !important;
    margin-left: 2.9375rem !important; } }

.confirm-password-modal ux-dialog-body .confirm-password-buttons {
  display: flex;
  flex-flow: row nowrap;
  margin: 1.5rem -.5rem 0; }
  .confirm-password-modal ux-dialog-body .confirm-password-buttons .button {
    flex: 1 1 auto;
    margin: 0 .5rem;
    line-height: 2.25rem;
    padding: 0 1rem;
    width: 18rem; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.verify-mobile-modal ux-dialog-header {
  padding: 1rem !important; }

.verify-mobile-modal ux-dialog-header:not(.error-dialog-header) .dialog-header-content {
  background-image: url("clientlibs/images/icon/mfa/ico--sms-code.svg");
  padding-top: 5rem;
  background-position: center 0;
  background-size: auto 4rem;
  background-repeat: no-repeat; }
  .verify-mobile-modal ux-dialog-header:not(.error-dialog-header) .dialog-header-content .title {
    max-width: 18rem;
    margin: 0 auto; }

.verify-mobile-modal ux-dialog-header.error-dialog-header {
  padding-bottom: 1rem !important; }
  .verify-mobile-modal ux-dialog-header.error-dialog-header .error-wrapper {
    padding-top: 5rem;
    max-width: 18rem;
    margin: auto; }

@media screen and (min-width: 23.875em) {
  .verify-mobile-modal ux-dialog-body {
    margin-right: 2.9375rem !important;
    margin-left: 2.9375rem !important; } }

.verify-mobile-modal ux-dialog-body .verify-mobile-number-text .mobile-number-field {
  color: #444444;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 1.5rem; }
  .verify-mobile-modal ux-dialog-body .verify-mobile-number-text .mobile-number-field .mobile-number-field-input {
    margin-top: 0.125rem; }
    .verify-mobile-modal ux-dialog-body .verify-mobile-number-text .mobile-number-field .mobile-number-field-input.has-error {
      border: 1px solid #E74124;
      background-color: rgba(231, 65, 36, 0.1); }

.verify-mobile-modal ux-dialog-body .verify-mobile-number-text .mobile-number-error {
  display: none;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #E74124;
  font-weight: 900; }
  .verify-mobile-modal ux-dialog-body .verify-mobile-number-text .mobile-number-error.has-error {
    display: block; }

.verify-mobile-modal ux-dialog-body .verify-mobile-number-text .mobile-number-hint {
  background-color: #E8E8E8;
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem; }

.verify-mobile-modal ux-dialog-body .verify-mobile-number-buttons {
  display: flex;
  flex-flow: column nowrap;
  margin: 1rem -.5rem 0; }
  .verify-mobile-modal ux-dialog-body .verify-mobile-number-buttons .button {
    flex: 1 1 auto;
    margin: 0 .5rem;
    line-height: 0rem;
    padding: 0 0rem;
    width: 18rem;
    min-height: 2.125rem; }
  .verify-mobile-modal ux-dialog-body .verify-mobile-number-buttons .verify-mobile-number-help {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    font-size: 0.75rem;
    line-height: 1.125rem; }
  .verify-mobile-modal ux-dialog-body .verify-mobile-number-buttons .verify-mobile-number-separator hr {
    margin-top: 1.5rem;
    margin-bottom: 1.125rem;
    border-bottom-color: #E8E8E8;
    width: 18rem; }

.verify-mobile-modal ux-dialog-body .verify-mobile-binding-code-text .binding-code-field {
  color: #444444;
  font-size: 0.875rem;
  line-height: 1.25rem; }
  .verify-mobile-modal ux-dialog-body .verify-mobile-binding-code-text .binding-code-field .binding-code-field-input {
    margin-top: 0.125rem;
    -moz-appearance: textfield; }
    .verify-mobile-modal ux-dialog-body .verify-mobile-binding-code-text .binding-code-field .binding-code-field-input::-webkit-outer-spin-button, .verify-mobile-modal ux-dialog-body .verify-mobile-binding-code-text .binding-code-field .binding-code-field-input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .verify-mobile-modal ux-dialog-body .verify-mobile-binding-code-text .binding-code-field .binding-code-field-input::-ms-clear {
      display: none; }

.verify-mobile-modal ux-dialog-body .verify-mobile-binding-code-text .binding-code-error {
  display: none;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #E74124;
  font-weight: 900; }
  .verify-mobile-modal ux-dialog-body .verify-mobile-binding-code-text .binding-code-error.has-error {
    display: block; }

.verify-mobile-modal ux-dialog-body .verify-mobile-binding-code-buttons {
  display: flex;
  flex-flow: column nowrap;
  margin: 1.5rem -.5rem 0; }
  .verify-mobile-modal ux-dialog-body .verify-mobile-binding-code-buttons .button {
    flex: 1 1 auto;
    margin: 0 .5rem;
    line-height: 0rem;
    padding: 0 0rem;
    width: 18rem;
    min-height: 2.75rem; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.authenticate-modal ux-dialog-header {
  padding: 1rem !important; }

.authenticate-modal ux-dialog-header:not(.error-dialog-header) .dialog-header-content {
  background-image: url("clientlibs/images/icon/mfa/ico--sms-code.svg");
  padding-top: 5rem;
  background-position: center 0;
  background-size: auto 4rem;
  background-repeat: no-repeat; }
  .authenticate-modal ux-dialog-header:not(.error-dialog-header) .dialog-header-content .title {
    max-width: 18rem;
    margin: 0 auto; }

.authenticate-modal ux-dialog-header.error-dialog-header {
  padding-bottom: 1rem !important; }
  .authenticate-modal ux-dialog-header.error-dialog-header .error-wrapper {
    padding-top: 5rem;
    max-width: 18rem;
    margin: auto; }

@media screen and (min-width: 23.875em) {
  .authenticate-modal ux-dialog-body {
    margin-right: 2.9375rem !important;
    margin-left: 2.9375rem !important; } }

.authenticate-modal ux-dialog-body .authenticate-binding-code-text p {
  line-height: 1.25rem; }

.authenticate-modal ux-dialog-body .authenticate-binding-code-text .binding-code-field {
  color: #444444;
  font-size: 0.875rem;
  line-height: 1.25rem; }
  .authenticate-modal ux-dialog-body .authenticate-binding-code-text .binding-code-field .binding-code-field-input {
    margin-top: 1.25rem;
    width: 11.875rem;
    display: inline-block;
    -moz-appearance: textfield; }
    .authenticate-modal ux-dialog-body .authenticate-binding-code-text .binding-code-field .binding-code-field-input::-webkit-outer-spin-button, .authenticate-modal ux-dialog-body .authenticate-binding-code-text .binding-code-field .binding-code-field-input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .authenticate-modal ux-dialog-body .authenticate-binding-code-text .binding-code-field .binding-code-field-input::-ms-clear {
      display: none; }
  .authenticate-modal ux-dialog-body .authenticate-binding-code-text .binding-code-field .button {
    flex: 1 1 auto;
    margin: 0rem;
    line-height: 0rem;
    padding: 0 0rem;
    width: 5.625rem;
    min-width: 5.625rem;
    min-height: 1.875rem;
    font-size: 0.875rem;
    min-height: 2.125rem;
    margin-left: 0.5rem; }

.authenticate-modal ux-dialog-body .authenticate-binding-code-text .binding-code-error {
  display: none;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #E74124;
  font-weight: 900; }
  .authenticate-modal ux-dialog-body .authenticate-binding-code-text .binding-code-error.has-error {
    display: block; }

.authenticate-modal ux-dialog-body .authenticate-binding-code-buttons {
  display: flex;
  flex-flow: column nowrap;
  margin: 1.5rem -.5rem 0; }
  .authenticate-modal ux-dialog-body .authenticate-binding-code-buttons .button {
    flex: 1 1 auto;
    margin: 0 .5rem;
    line-height: 0rem;
    padding: 0 0rem;
    width: 18rem;
    min-height: 2.75rem; }
  .authenticate-modal ux-dialog-body .authenticate-binding-code-buttons .authenticate-help {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    font-size: 0.875rem;
    line-height: 1.25rem; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.account-locked-modal ux-dialog-header .dialog-header-content {
  background-position: center 0;
  background-size: auto 4rem;
  background-repeat: no-repeat; }
  .account-locked-modal ux-dialog-header .dialog-header-content .error-wrapper {
    background-image: url("clientlibs/images/icon/mfa/ico--lock.svg"); }

.account-locked-modal ux-dialog-header.error-dialog-header {
  padding: 1rem 2rem !important; }
  .account-locked-modal ux-dialog-header.error-dialog-header .error-wrapper {
    padding-top: 5rem; }

@media screen and (min-width: 23.875em) {
  .account-locked-modal ux-dialog-body {
    margin-right: 2.9375rem !important;
    margin-left: 2.9375rem !important; } }

.account-locked-modal ux-dialog-body .account-locked-text p {
  line-height: 1.25rem; }

.account-locked-modal ux-dialog-body .account-locked-buttons {
  display: flex;
  flex-flow: row nowrap;
  margin: 1.5rem -.5rem 0; }
  .account-locked-modal ux-dialog-body .account-locked-buttons .button {
    flex: 1 1 auto;
    margin: 0 .5rem;
    line-height: 2.25rem;
    padding: 0 1rem;
    width: 18rem; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.code-expired-modal ux-dialog-header .dialog-header-content {
  background-position: center 0;
  background-size: auto 4rem;
  background-repeat: no-repeat; }
  .code-expired-modal ux-dialog-header .dialog-header-content .error-wrapper {
    background-image: url("clientlibs/images/icon/mfa/ico--clock.svg"); }

.code-expired-modal ux-dialog-header.error-dialog-header {
  padding: 1rem 2rem !important; }
  .code-expired-modal ux-dialog-header.error-dialog-header .error-wrapper {
    padding-top: 5rem; }
    .code-expired-modal ux-dialog-header.error-dialog-header .error-wrapper .error-header {
      margin-bottom: 0rem; }

@media screen and (min-width: 23.875em) {
  .code-expired-modal ux-dialog-body {
    margin-right: 2.9375rem !important;
    margin-left: 2.9375rem !important; } }

.code-expired-modal ux-dialog-body .code-expired-text p {
  line-height: 1.25rem; }

.code-expired-modal ux-dialog-body .code-expired-buttons {
  display: flex;
  flex-flow: row nowrap;
  margin: 1.5rem -.5rem 0; }
  .code-expired-modal ux-dialog-body .code-expired-buttons .button {
    flex: 1 1 auto;
    margin: 0 .5rem;
    line-height: 2.25rem;
    padding: 0 1rem;
    width: 18rem; }

@media print, screen and (min-width: 48em) {
  .content-wrapper {
    padding-bottom: 60px; } }

.page__par {
  padding-bottom: 3rem; }
  .page__par.no-bot-padding {
    padding-bottom: 0; }
  .page__par.default-bg-colour {
    background-color: #ffffff; }

.w-full,
.section {
  width: 100%; }

section.page-content {
  margin-top: 1.5rem; }

html {
  height: 100%; }

body {
  font-weight: 500;
  line-height: 1.25rem;
  min-height: 100%;
  display: flex;
  flex-direction: column; }

.page-wrapper {
  flex: 1; }

.MSIE .page-wrapper {
  flex: none;
  min-height: calc(100vh - 218px); }
  @media screen and (max-width: 47.9375em) {
    .MSIE .page-wrapper {
      min-height: calc(100vh - 372px); } }

label {
  line-height: 1.25rem;
  font-size: 0.875rem; }

small {
  font-size: 0.75rem;
  line-height: 1.125rem; }

a:target {
  display: block;
  position: relative;
  top: -150px; }

li > a, a.button {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 900; }

.subtext {
  font-weight: 500;
  color: #767676;
  font-size: 1rem;
  line-height: 1.5rem; }
  @media screen and (max-width: 47.9375em) {
    .subtext {
      font-size: 0.875rem;
      line-height: 1.25rem; } }

@media screen and (max-width: 47.9375em) {
  label.middle.for-medium {
    margin: 0 0 0;
    padding: 0 0; }
  p {
    font-size: 0.875rem;
    line-height: 1.25rem; } }

.page__par.row > .columns,
.page__par.row > .column,
.page__par.row > .columns {
  padding-right: 0rem;
  padding-left: 0rem; }

@media screen and (min-width: 48em) {
  .page__par.row > .columns,
  .page__par.row > .column,
  .page__par.row > .columns {
    padding-right: 2rem;
    padding-left: 2rem;
    /*
     * Removing the ill-conceived additional padding above requires changes in more places than I have time to resolve.
     * As such, the following class may be used for temporary relief. If margins persist, please see your CSS layout professional.
     */ }
    .page__par.row > .columns .undo-extra-padding,
    .page__par.row > .column .undo-extra-padding,
    .page__par.row > .columns .undo-extra-padding {
      margin-right: -2rem;
      margin-left: -2rem; } }

@media screen and (max-width: 47.9375em) {
  .page__par.row > .columns,
  .page__par.row > .column,
  .page__par.row > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    /*
     * Removing the ill-conceived additional padding above requires changes in more places than I have time to resolve.
     * As such, the following class may be used for temporary relief. If margins persist, please see your CSS layout professional.
     */ }
    .page__par.row > .columns .undo-extra-padding,
    .page__par.row > .column .undo-extra-padding,
    .page__par.row > .columns .undo-extra-padding {
      margin-right: -0.5rem;
      margin-left: -0.5rem; }
  .row .row {
    margin-right: 0rem;
    margin-left: 0rem; } }

.callout.alert, .close-button {
  background-color: #e8664e !important;
  color: #fff !important;
  padding-bottom: 0.2rem; }

.ux-dialog-open {
  position: fixed;
  width: 100%; }

ux-dialog-overlay.active {
  background-color: black;
  opacity: .75 !important; }

ux-dialog-container > div > div {
  min-width: 0px; }

ux-dialog-container > div {
  padding: 0px !important; }

ux-dialog-container ux-dialog-header {
  position: relative; }

ux-dialog-container .ux-dialog-middle {
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute; }

ux-dialog-container .dialog-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000;
  margin: 0;
  width: 34px;
  height: 34px; }

.tatts-hide {
  display: none !important; }

button:focus {
  outline: none; }

button, input, textarea {
  /* form fields should inherit font from containing element - probably museo-sans */
  font-family: inherit; }

.embed-vimeo-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%; }

.embed-vimeo-container iframe, .embed-vimeo-container object, .embed-vimeo-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (min-width: 48em) {
  .site-background-image {
    background: url("../../../../../../content/dam/projects/the-lott/master-background/site-background-image.jpg") center 0px/2560px no-repeat, url("../../../../../../content/dam/projects/the-lott/master-background/site-background.jpg") repeat, linear-gradient(135deg, #9F4A8F 0%, #745099 18%, #555AA2 31%, #4668AC 43%, #326FB3 54%, #3073B5 100%) no-repeat; } }

@media screen and (min-width: 48em) {
  .site-background-gradient {
    background: linear-gradient(135deg, #9F4A8F 0%, #745099 18%, #555AA2 31%, #4668AC 43%, #326FB3 54%, #3073B5 100%) no-repeat; } }

.xsmall-add-padding {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.xsmall-remove-padding {
  padding-right: 0rem !important;
  padding-left: 0rem !important; }

.xsmall-remove-right-padding {
  padding-right: 0rem !important;
  padding-left: 0.5rem !important; }

.xsmall-remove-left-padding {
  padding-right: 0.5rem !important;
  padding-left: 0rem !important; }

@media print, screen and (min-width: 40em) {
  .small-add-padding {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; } }

@media print, screen and (min-width: 40em) {
  .small-remove-padding {
    padding-right: 0rem !important;
    padding-left: 0rem !important; } }

@media print, screen and (min-width: 40em) {
  .small-remove-right-padding {
    padding-right: 0rem !important;
    padding-left: 0.5rem !important; } }

@media print, screen and (min-width: 40em) {
  .small-remove-left-padding {
    padding-right: 0.5rem !important;
    padding-left: 0rem !important; } }

@media print, screen and (min-width: 48em) {
  .medium-add-padding {
    padding-right: 2rem !important;
    padding-left: 2rem !important; } }

@media print, screen and (min-width: 48em) {
  .medium-remove-padding {
    padding-right: 0rem !important;
    padding-left: 0rem !important; } }

@media print, screen and (min-width: 48em) {
  .medium-remove-right-padding {
    padding-right: 0rem !important;
    padding-left: 2rem !important; } }

@media print, screen and (min-width: 48em) {
  .medium-remove-left-padding {
    padding-right: 2rem !important;
    padding-left: 0rem !important; } }

@media print, screen and (min-width: 64em) {
  .large-add-padding {
    padding-right: 2rem !important;
    padding-left: 2rem !important; } }

@media print, screen and (min-width: 64em) {
  .large-remove-padding {
    padding-right: 0rem !important;
    padding-left: 0rem !important; } }

@media print, screen and (min-width: 64em) {
  .large-remove-right-padding {
    padding-right: 0rem !important;
    padding-left: 2rem !important; } }

@media print, screen and (min-width: 64em) {
  .large-remove-left-padding {
    padding-right: 2rem !important;
    padding-left: 0rem !important; } }
