/* Colours */
/* -- todo: Additional Custom Brand Colours */
/* -- Purple */
/* -- Green */
/* -- Blue */
/* -- Red */
/* -- Grey */
/* -- Misc */
/* Curved corners, default value throughout admin system */
/* Layout */
.font-lato-light {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
}
.font-lato-regular {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}
.font-lato-bold {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
}
.container-fluid {
  max-width: 1164px;
}
.wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ==========================================================================
   Fonts
   ========================================================================== */
.wf-loading {
  opacity: 0;
}
.wf-active,
.wf-inactive {
  opacity: 1;
}
body,
.form-input,
.cc-floating.cc-theme-classic {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Arial, sans-serif;
  font-weight: 400;
}
h1,
.h1 {
  font-size: 38px;
  line-height: 48 / 38;
  font-weight: 300;
}
h1,
.h1,
h1 a,
.h1 a {
  color: rgb(40,35,90);
}
h1 strong,
.h1 strong {
  font-weight: 400;
}
h2,
.h2 {
  font-size: 30px;
  line-height: 36 / 30;
  font-weight: 300;
}
h2,
.h2,
h2 a,
.h2 a {
  color: rgb(0,180,255);
}
h2 strong,
.h2 strong {
  font-weight: 400;
}
h2.title,
.h2.title {
  border-top: 1px solid #ebebeb;
  padding-top: 26px;
  margin-bottom: 25px;
}
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-size: 22px;
  line-height: 28 / 22;
  font-weight: 400;
}
h3,
.h3,
h3 a,
.h3 a,
h4,
.h4,
h4 a,
.h4 a,
h5,
.h5,
h5 a,
.h5 a {
  color: #505050;
}
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong {
  font-weight: 500;
}
/*h1,
.h1 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    }

    h1,
    .h1,
    h1 a,
    .h1 a {
        color: @colour-valentino-2;
        }

    h1 strong,
    .h1 strong {
        font-weight: 400;
        }

h2,
.h2 {
    font-size: 26px;
    font-weight: 400;
    }

    h2,
    .h2,
    h2 a,
    .h2 a {
        color: ~'rgb(0,180,255)';
        }

    h2 strong,
    .h2 strong {
        font-weight: 500;
        }

    h2.title,
    .h2.title {
        border-top: 1px solid @colour-mercury-5;
        padding-top: 26px;
        margin-bottom: 25px;
        }

h3,
.h3 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
    }

    h3,
    .h3,
    h3 a,
    .h3 a {
        color: ~'rgb(0,180,255)';
        }

    h3 strong,
    .h3 strong {
        font-weight: 500;
        }*/
p {
  font-size: 16px;
  line-height: 24 / 16;
  color: #505050;
  font-weight: 400;
  margin-bottom: 1em;
}
p strong {
  font-weight: 500;
}
a {
  color: rgb(0,180,255);
  text-decoration: none;
  border-bottom: 1px solid rgb(0,180,255);
}
.cc-link {
  border: 0;
}
ul,
ol {
  padding: 0;
  list-style: none;
}
ol:not(.nav-ol) {
  counter-reset: counter;
}
ul:not(.nav-ul) li {
  position: relative;
  padding-left: 15px;
}
ul:not(.nav-ul) li:before {
  content: "\2022";
  width: 15px;
  position: absolute;
  left: 0;
  font-weight: 500;
}
ol:not(.nav-ol) li {
  counter-increment: counter;
}
ol:not(.nav-ol) li:before {
  content: counter(counter);
  display: inline-block;
  margin-right: 9px;
  font-weight: 500;
  min-width: 15px;
}
ul:not(.nav-ul) li,
ol:not(.nav-ol) li {
  font-size: 16px;
  line-height: 24 / 16;
  color: #505050;
  font-weight: 400;
  margin-bottom: 0.05em;
}
ul:not(.nav-ul) li strong,
ol:not(.nav-ol) li strong {
  font-weight: 500;
}
.legal {
  font-size: 15px;
  line-height: 22px;
  color: #6e6e6e;
}
/* ==========================================================================
   Primary Navigation
   ========================================================================== */
.default-nav-primary-container {
  background-color: rgb(40,35,90);
}
.default-nav-primary-container > .container-fluid {
  position: relative;
}
.default-nav-primary {
  padding-right: 260px;
}
.default-nav-primary > ul:first-of-type > li {
  float: left;
}
.default-nav-primary > ul:first-of-type > li,
.default-nav-primary li a {
  display: block;
}
.default-nav-primary > ul:first-of-type > li > a {
  border: 0;
}
.default-nav-primary li a {
  color: #ffffff;
  font-size: 17px;
  text-decoration: none;
  padding: 16px 20px;
  font-weight: 400;
  transition: all 0.3s;
}
.default-nav-primary li.sel a,
.default-nav-primary li a:hover {
  background-color: rgb(48,42,108);
}
/* actions */
.default-nav-actions {
  text-align: right;
  padding: 6px 0;
  position: absolute;
  top: 0;
  right: 15px;
  width: 260px;
}
@media (max-width: 767px) {
  .default-nav-primary {
    padding-right: 0;
    display: inline-block;
  }
  .default-nav-primary > ul:first-of-type {
    position: absolute;
    top: 59px;
    left: 0;
    z-index: 99991;
    background-color: rgb(40,35,90);
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .default-nav-primary > ul:first-of-type > li {
    float: none;
  }
  .default-nav-primary.active > ul:first-of-type {
    visibility: visible;
    opacity: 1;
  }
  .default-nav-primary .nav-toggle-btn {
    width: 60px;
    height: 60px;
    background-color: rgb(32,28,72);
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    line-height: 60px;
    cursor: pointer;
  }
  .default-nav-actions {
    width: auto;
    padding: 10px 0;
    max-width: 215px;
  }
}
/* ==========================================================================
   Secondary Navigation
   ========================================================================== */
.default-nav-secondary,
.default-nav-secondary ul {
  display: inline-block;
}
.default-nav-secondary li {
  display: inline;
  font-size: 14px;
  line-height: 22px;
}
/* ==========================================================================
   Navigation Drop-Down
   ========================================================================== */
.default-nav-drop {
  text-align: left;
  position: relative;
}
.default-nav-drop-title {
  background-color: #ffffff;
  border-radius: 3px;
  color: #323232;
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  position: relative;
  cursor: pointer;
}
.default-nav-drop-title:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  text-rendering: auto;
  width: 34px;
  height: 100%;
  background-color: rgb(0,180,255);
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  pointer-events: none;
  transition: 0.3s background-color;
}
.default-nav-drop.active .default-nav-drop-title:after {
  content: "\f106";
}
.default-nav-actions:hover .default-nav-drop-title:after {
  background-color: rgb(0,144,204);
}
.default-nav-drop-title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 49px 0 15px;
  text-overflow: ellipsis;
}
.default-nav-drop-nav {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  z-index: 99992;
  border: 1px solid #cccccc;
  visibility: hidden;
  opacity: 0;
  top: 38px;
  border-radius: 0 0 3px 3px;
}
.default-nav-drop-nav li {
  border-bottom: 1px solid #cccccc;
}
.default-nav-drop-nav li:last-child {
  border-bottom: 0;
}
.default-nav-drop-nav li a {
  border: 0;
  padding: 10px 15px 9px 15px;
  display: block;
  font-size: 17px;
  color: #323232;
  transition: 0.3s color;
}
.default-nav-drop-nav li a:hover {
  color: rgb(0,180,255);
}
.default-nav-drop.active .default-nav-drop-nav {
  visibility: visible;
  opacity: 1;
}
/* ==========================================================================
   Page Top
   ========================================================================== */
/* logo */
.default-logo a {
  border: 0;
}
.default-logo img {
  max-width: 305px;
  max-height: 170px;
}
/* contact info */
.default-contact {
  text-align: right;
  color: #323232;
}
.default-contact i {
  color: rgb(0,180,255);
  font-size: 18px;
  margin-right: 4px;
}
.default-contact-number {
  font-size: 17px;
  margin-right: 20px;
}
.default-contact-email {
  font-size: 16px;
}
@media (max-width: 767px) {
  .default-contact {
    text-align: left;
  }
  .default-contact-number {
    margin-right: 0;
  }
  .default-contact-number,
  .default-contact-email {
    display: block;
    margin-bottom: 10px;
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */
.default-footer-inner {
  border-top: 1px solid #f0f0f0;
  padding: 30px 0;
}
.default-footer p {
  color: #4f4f4f;
  font-size: 14px;
  margin-bottom: 0;
}
.default-footer-copyright {
  display: inline-block;
}
@media (max-width: 767px) {
  .default-footer-inner {
    padding-top: 15px;
    padding-bottom: 50px;
  }
}
/* ==========================================================================
   Forms
   ========================================================================== */
.form-fieldset-sub-title {
  font-size: 26px;
  font-weight: 400;
}
.form-input {
  background-color: ;
  border-color: ;
  color: ;
}
.form-input:focus {
  background-color: ;
  border-color: ;
  color: ;
}
.form-input:hover {
  border-color: ;
}
.form-input::-webkit-input-placeholder {
  color: ;
}
.form-input:-moz-placeholder {
  color: ;
}
.form-input::-moz-placeholder {
  color: ;
}
.form-input:-ms-input-placeholder {
  color: ;
}
.form-row-complete .form-input {
  color: #505050;
}
.btn {
  background-color: rgb(0,180,255);
  color: #ffffff;
}
.form-highlight {
  background-color: rgb(40,35,90);
}
.form-highlight label,
.form-highlight a {
  color: #ffffff;
}
.form-highlight a {
  border-color: #ffffff;
}
.form-input-checkbox-indicator,
.form-input-radio-indicator {
  background-color: ;
}
.form-input-checkbox:hover input ~ .form-input-checkbox-indicator,
.form-input-checkbox input:focus ~ .form-input-checkbox-indicator,
.form-input-checkbox input:checked ~ .form-input-checkbox-indicator,
.form-input-checkbox:hover input:not([disabled]):checked ~ .form-input-checkbox-indicator,
.form-input-checkbox input:checked:focus ~ .form-input-checkbox-indicator,
.form-input-radio .form-input-radio-indicator:after {
  background-color: ;
}
.form-row__parent {
  background-color: ;
}
/*
 * Repeatable text inputs
 */
.form-element-repeatable-btn {
  border-radius: 3px;
  background-color: ;
  color: #ffffff;
}
/*
 * Select2 styling
 */
.select2-container--4sight li {
  position: static !important;
  line-height: 1.2 !important;
  margin-bottom: 0 !important;
}
.select2-container--4sight li:before {
  display: none !important;
}
.select2-container--4sight .select2-search--dropdown .select2-search__field {
  background-color: ;
}
.select2-container--4sight .select2-selection,
.select2-dropdown {
  background-color: ;
  border-color: ;
}
.select2-container--4sight.select2-container .select2-selection:hover,
.select2-container--4sight.select2-container--focus .select2-selection,
.select2-container--4sight.select2-container--open .select2-selection,
.select2-container--4sight .select2-dropdown {
  border-color: ;
}
.select2-container--4sight.select2-container--focus .select2-selection,
.select2-container--4sight.select2-container--open .select2-selection,
.select2-container--4sight.select2-container--focus .select2-dropdown,
.select2-container--4sight.select2-container--open .select2-dropdown,
.select2-container--4sight.select2-container--focus .select2-search--dropdown .select2-search__field,
.select2-container--4sight.select2-container--open .select2-search--dropdown .select2-search__field {
  background-color: ;
}
.select2-container--4sight .select2-results__option[aria-selected=true] {
  color: ;
}
.select2-container--4sight .select2-results__option--highlighted[aria-selected] {
  color: ;
}
.select2-container--4sight .select2-selection--single .select2-selection__arrow b {
  border-top-color: #cccccc;
  border-top-color: ;
}
.select2-container--4sight.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: ;
}
.select2-container--4sight .select2-selection--single .select2-selection__placeholder {
  color: ;
}
.select2-container--4sight .select2-selection--multiple,
.select2-container--4sight .select2-selection--multiple .select2-search--inline .select2-search__field {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Arial, sans-serif;
}
.select2-container--4sight .select2-selection--multiple .select2-search--inline {
  padding-left: 0;
}
.select2-container--4sight .select2-selection--multiple .select2-search--inline .select2-search__field {
  height: 42px;
}
.select2-container--4sight .select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  font-size: 15px;
}
.select2-container--4sight .select2-selection--multiple .select2-search--inline .select2-search__field:-ms-input-placeholder {
  font-size: 15px;
}
.select2-container--4sight .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
  font-size: 15px;
}
.select2-container--4sight .select2-selection--multiple .select2-selection__choice {
  border-radius: 2px;
  border-color: #cccccc;
}
@media (max-width: 767px) {
  .form-element .form-label {
    float: none;
    width: 100%;
  }
  .form-label + .form-input-wrapper {
    float: none;
    width: auto;
  }
  .form-highlight {
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
/*
 * FilePond
 */
.form-row .filepond--root {
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Arial, sans-serif;
}
.form-row .filepond--drip,
.form-row .filepond--panel-root {
  border-radius: 3px;
}
.form-row ul.filepond--list li {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  margin: 0.25em;
  position: absolute;
  padding: 0;
}
.form-row ul.filepond--list li:before {
  display: none;
}
/* ==========================================================================
   Messages
   ========================================================================== */
.default-alert {
  background-color: rgb(0,180,255);
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  background-clip: padding-box;
  margin-bottom: 20px;
}
.default-alert * {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.default-alert-title {
  margin-bottom: 8px;
}
.default-alert p:not(.default-alert-title) {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.default-alert *:last-child,
.default-alert *:last-child *:last-child {
  margin-bottom: 0;
}
.default-alert-wrapper {
  padding: 22px 20px 32px 20px;
}
.default-alert-inner {
  max-width: 660px;
}
.default-alert-success {
  background-color: var(--brand-primary, #78be46);
}
.default-alert-danger {
  background-color: #ff3737;
}
@media (max-width: 767px) {
  .default-alert {
    margin-left: -15px;
    margin-right: -15px;
  }
  .default-alert-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.default-alert-center .default-alert-inner {
  margin-left: auto;
  margin-right: auto;
}
.default-alert-center .default-alert-wrapper {
  text-align: center;
}
/* ==========================================================================
   Login
   ========================================================================== */
.tpl-1-login {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #f0f0f0;
  padding: 25vh 0;
}
.tpl-1-login-wrapper {
  max-width: 552px;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: rgba(40,35,90,0.9);
  margin: 0 auto;
  padding: 50px 95px;
}
.tpl-1-login-wrapper .form-label {
  color: #ffffff;
  margin-bottom: 17px;
}
.tpl-1-login-remember-me label {
  color: #ffffff;
}
.tpl-1-login-wrapper .form-row {
  margin-bottom: 30px;
}
.tpl-1-login-wrapper .form-input,
.tpl-1-login-wrapper .form-input:focus {
  border-color: #d2d2d2;
  background-color: #ffffff;
}
.default-login-forgot-password-btn {
  padding: 11px 0 10px 0;
  display: inline-block;
  color: #ffffff;
  border: 0;
}
@media (max-width: 767px) {
  .tpl-1-login {
    padding: 65px 0;
  }
  .tpl-1-login-wrapper {
    max-width: none;
    padding: 15px;
  }
}
/* ==========================================================================
   Page Block
   Redemption Bar
   2018 Version
   ========================================================================== */
.default-redemption-bar-2018 {
  background-color: rgb(32,28,72);
  padding: 30px 0;
  text-align: center;
  margin-bottom: 40px;
}
.default-redemption-bar-2018 *:last-child {
  margin-bottom: 0;
}
.default-redemption-bar-2018 .default-redemption-bar-title {
  margin-bottom: 25px;
  margin-top: 7px;
  font-size: 26px;
  font-weight: 400;
}
.default-redemption-bar-2018 .default-redemption-bar-title,
.default-redemption-bar-2018 .default-redemption-bar-label,
.default-redemption-bar-2018 p {
  color: #ffffff;
}
.default-redemption-bar-2018 .default-redemption-bar-label {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .default-redemption-bar-2018 .default-redemption-bar-label {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/* ==========================================================================
   Page Block
   Redemption Bar
   2019 Version
   ========================================================================== */
.default-redemption-bar-2019 {
  background: rgb(40,35,90);
  padding: 50px 0;
  text-align: center;
  border-top: 10px solid rgb(0,180,255);
  display: flex;
  justify-content: center;
  position: relative;
}
.default-redemption-bar-2019 > .container {
  max-width: 1000px;
  z-index: 2;
}
.default-redemption-bar-2019 > .container > :last-child {
  margin-bottom: 0;
}
.default-redemption-bar-2019 p {
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 30px;
}
.default-redemption-bar-2019 .default-redemption-bar-title {
  font-size: 62px;
  color: #ffffff;
  margin-bottom: 18px;
}
.default-redemption-bar-2019 .default-redemption-bar-reward-amount {
  border: 2px solid #ffffff;
  border-radius: 50%;
  font-size: 62px;
  max-width: 200px;
  margin: 54px auto 70px auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.default-redemption-bar-2019 .default-redemption-bar-reward-amount:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.default-redemption-bar-2019 .default-redemption-bar-reward-amount span {
  display: block;
}
.default-redemption-bar-2019 .default-redemption-bar-reward-amount.default-redemption-bar-reward-amount-small {
  font-size: 60px;
  max-width: 220px;
}
.default-redemption-bar-2019 .default-redemption-bar-reward-amount.default-redemption-bar-reward-amount-medium {
  font-size: 58px;
  max-width: 240px;
}
.default-redemption-bar-2019 .default-redemption-bar-reward-amount.default-redemption-bar-reward-amount-large {
  font-size: 56px;
  max-width: 260px;
}
.default-redemption-bar-2019 .default-redemption-bar-reward-amount.default-redemption-bar-reward-amount-extra-large {
  font-size: 54px;
  max-width: 280px;
}
.default-redemption-bar-2019 .default-redemption-bar-btns {
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  display: flex;
  justify-content: center;
}
.default-redemption-bar-2019 .default-redemption-bar-btns .btn {
  width: 100%;
  display: block;
  font-size: 22px;
  background-color: #41a50f;
  padding: 10px 19px;
  border: 5px solid #e1f0dc;
  border-radius: 5px;
  transition: 0.3s;
  transform-origin: 50% 0;
}
.default-redemption-bar-2019 .default-redemption-bar-btns .btn:hover {
  background-color: #32800b;
  transform: scale(1.048);
}
.default-redemption-bar-2019 .default-redemption-bar-btns .btn + .btn {
  margin-left: 30px;
}
.default-redemption-bar-2019 .default-redemption-bar-btns:before {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
  width: 0;
  height: 0;
  display: block;
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
}
.default-redemption-bar-2019 .default-redemption-bar-2019-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.default-redemption-bar-2019 .default-redemption-bar-2019-bg > svg {
  width: 100%;
  height: 100%;
}
.default-redemption-bar-2019-spend-more {
  padding-top: 76px;
  padding-bottom: 76px;
}
.default-redemption-bar-2019-spend-more .default-redemption-bar-reward-amount {
  margin: 0 auto 21px auto;
}
.default-redemption-bar-2019-top-target {
  padding-top: 76px;
  padding-bottom: 76px;
}
.default-redemption-bar-2019-disabled {
  background: none rgb(32,28,72);
}
.default-redemption-bar-2019-disabled > .container {
  max-width: 730px;
}
.default-redemption-bar-2019-disabled p {
  font-size: 22px;
  line-height: 32px;
}
.default-redemption-bar-2019-disabled .default-redemption-bar-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .default-redemption-bar-2019 .default-redemption-bar-title {
    font-size: 36px;
  }
  .default-redemption-bar-2019 p {
    font-size: 24px;
    line-height: 26px;
  }
  .default-redemption-bar-2019 .default-redemption-bar-btns {
    display: block;
    padding: 15px;
  }
  .default-redemption-bar-2019 .default-redemption-bar-btns .btn {
    padding: 10px 5px;
    font-size: 17px;
  }
  .default-redemption-bar-2019 .default-redemption-bar-btns .btn + .btn {
    margin-left: 0;
    margin-top: 15px;
  }
  .default-redemption-bar-2019-bg {
    display: none;
  }
}
/* ==========================================================================
   Page Block
   Spend Table
   ========================================================================== */
.default-spend-table-container {
  display: flex;
}
.default-spend-table-container .default-spend-table-image {
  flex: 0 0 40%;
  background-size: cover;
  background-position: 50% 50%;
  margin-right: 30px;
}
.default-spend-table-container .default-spend-table {
  flex: 1;
}
.default-spend-table table {
  width: 100%;
  border-collapse: collapse;
}
.default-spend-table .default-alert {
  margin-bottom: 0;
  border-radius: 0;
}
.default-spend-table .default-alert .default-alert-wrapper {
  padding-bottom: 27px;
}
.default-spend-table .default-alert h2,
.default-spend-table .default-alert .h2 {
  font-size: 26px;
  margin-bottom: 12px;
}
.default-spend-table th,
.default-spend-table td {
  background-color: #fafafa;
  text-align: center;
  color: #505050;
  padding: 12px 20px;
  vertical-align: middle;
  font-weight: 400;
  border: 1px solid #ffffff;
  font-size: 16px;
}
.default-spend-table th:first-child,
.default-spend-table td:first-child {
  border-left: 0;
}
.default-spend-table th:last-child,
.default-spend-table td:last-child {
  border-right: 0;
}
.default-spend-table .default-spend-table-highlight {
  background-color: rgb(0,180,255);
  color: #ffffff;
}
.default-spend-table .default-spend-table-level {
  min-width: 60px;
  width: 60px;
  padding-left: 0;
  padding-right: 0;
}
.default-spend-table .default-spend-table-redeemed {
  background-color: rgb(32,28,72);
  color: #ffffff;
  min-width: 44px;
  width: 44px;
  padding-left: 0;
  padding-right: 0;
}
.default-spend-table .default-spend-table-redeemed i {
  opacity: 0.2;
}
.default-spend-table .default-spend-table-level-redeemed .default-spend-table-redeemed i {
  opacity: 1;
}
@media (max-width: 767px) {
  .default-spend-table-image {
    display: none;
  }
  .default-spend-table-container {
    display: block;
  }
  .default-spend-table thead,
  .default-spend-table tbody,
  .default-spend-table th,
  .default-spend-table td,
  .default-spend-table tr {
    display: block;
    text-align: left;
    border-left: 0;
    border-right: 0;
  }
  .default-spend-table thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .default-spend-table tbody tr {
    margin-bottom: 20px;
  }
  .default-spend-table tbody td {
    position: relative;
    padding: 12px 12px 12px 50%;
  }
  .default-spend-table tbody td:before {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 50%;
    padding-right: 12px;
    white-space: nowrap;
  }
  .default-spend-table tbody td:last-child {
    border-top: 0;
    border-bottom: 0;
  }
  .default-spend-table tbody td:before {
    content: attr(data-label) ': ';
  }
  .default-spend-table .default-spend-table-redeemed,
  .default-spend-table .default-spend-table-level {
    min-width: auto;
    width: auto;
    padding-left: 50%;
    padding-right: 12px;
  }
  .default-spend-table .default-alert {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
   Page Block
   Spend Blocks
   2018 Version
   ========================================================================== */
.default-spend-block {
  background-color: #fafafa;
  padding: 23px 20px;
  margin-bottom: 40px;
}
.default-spend-block > *:last-child {
  margin-bottom: 0;
}
.default-spend-block-highlight {
  background-color: rgb(0,180,255);
}
.default-spend-block-highlight * {
  color: #ffffff !important;
}
.default-spend-block-title {
  font-weight: 300;
  color: #323232;
  font-size: 26px;
}
.default-spend-blocks-spend {
  font-size: 22px;
}
.default-spend-block p {
  margin-bottom: 6px;
  color: #323232;
}
@media (max-width: 767px) {
  .default-spend-block {
    margin-bottom: 5px;
    padding: 23px 15px;
  }
}
/* ==========================================================================
   Page Block
   Spend Blocks
   2019 Version
   ========================================================================== */
.default-spend-blocks-2019-container {
  margin-bottom: 10px;
}
.default-spend-blocks-2019-wrapper {
  display: flex;
  background-color: #fafafa;
  align-items: center;
  margin-bottom: 30px;
  align-items: stretch;
}
.default-spend-blocks-2019-wrapper .default-spend-blocks-2019-col {
  background-color: #ffffff;
  flex: 1;
  border: 10px solid #fafafa;
  text-align: center;
  padding: 15px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.default-spend-blocks-2019-wrapper .default-spend-blocks-2019-col:first-child {
  background-color: #fafafa;
  border-color: #fafafa;
  flex: 0 0 295px;
}
.default-spend-blocks-2019-wrapper .default-spend-blocks-2019-col:first-child p {
  font-size: 26px;
}
.default-spend-blocks-2019-wrapper .default-spend-blocks-2019-col:last-child {
  border-color: rgb(40,35,90);
}
.default-spend-blocks-2019-wrapper .default-spend-blocks-2019-col:last-child p {
  color: rgb(40,35,90);
}
.default-spend-blocks-2019-wrapper .default-spend-blocks-2019-col p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 3px;
}
.default-spend-blocks-2019-wrapper .default-spend-blocks-2019-col p span {
  font-size: 26px;
  font-weight: 400;
}
.default-spend-blocks-2019-wrapper .default-spend-blocks-2019-col p:last-of-type {
  margin-bottom: 0;
}
.default-spend-blocks-2019-wrapper .default-spend-blocks-2019-col-inactive p {
  color: #969696;
}
.default-spend-blocks-2019-rewards .default-spend-blocks-2019-col:last-child {
  border-color: rgb(0,180,255);
}
.default-spend-blocks-2019-rewards .default-spend-blocks-2019-col:last-child p {
  color: rgb(0,180,255);
}
@media (max-width: 767px) {
  .default-spend-blocks-2019 .default-spend-blocks-2019-wrapper {
    display: block;
  }
  .default-spend-blocks-2019 .default-spend-blocks-2019-wrapper .default-spend-blocks-2019-col:first-child {
    min-height: 0;
  }
}
/* ==========================================================================
   Page Block
   Promo
   ========================================================================== */
.default-promo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #e1e1e1;
  padding: 30px 0;
}
.default-promo-image {
  display: none;
}
.default-promo-container {
  position: relative;
  padding-left: 0;
}
.default-promo-container-faux {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background-color: rgba(40,35,90,0.9);
}
.default-promo-content {
  background-color: rgba(40,35,90,0.9);
  padding: 70px 30px 45px 15px;
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.default-promo-content p {
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 20px;
}
.default-promo-content > *:last-child {
  margin-bottom: 33px;
}
.default-promo-content a {
  color: #ffffff;
  border: 0;
  font-weight: 500;
}
.default-promo-title {
  font-size: 38px;
  line-height: 48px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 19px;
}
.default-promo-foot {
  padding-top: 17px;
}
.default-promo-foot p {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 0;
}
.default-promo-actions {
  margin-bottom: 94px;
}
@media (max-width: 767px) {
  .default-promo {
    padding: 0;
    background: none !important;
  }
  .default-promo-image {
    display: block;
  }
  .default-promo-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .default-promo-container-faux {
    display: none;
  }
  .default-promo-content {
    border-radius: 0;
    background-clip: padding-box;
    background-color: rgb(40,35,90);
    padding: 33px 15px 1px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .default-promo-title {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .default-promo-content > p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .default-promo-actions {
    margin-bottom: 25px;
  }
  .default-promo-foot {
    padding-top: 22px;
  }
  .default-promo-foot p {
    margin-bottom: 22px;
  }
}
/* ==========================================================================
   Page Block
   Sub Promo
   ========================================================================== */
.default-sub-promo {
  overflow: hidden;
}
.default-sub-promo-pull-out-text {
  margin-top: 180px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
  color: rgb(0,180,255);
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  padding: 22px 0 25px 0;
}
.default-sub-promo-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 180px 0 40px 0;
}
.default-sub-promo-no-content .default-sub-promo-image {
  padding-bottom: 56.3002681%;
  padding-top: 0;
}
.default-sub-promo-content {
  background-color: rgb(0,180,255);
  padding: 23px 20px 43px 35px;
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.default-sub-promo-reversed .default-sub-promo-content {
  padding-left: 20px;
  padding-right: 35px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}
.default-sub-promo-title {
  color: #ffffff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 9px;
}
.default-sub-promo-content p {
  margin-bottom: 9px;
  color: #ffffff;
  font-size: 17px;
  line-height: 26px;
}
.default-sub-promo-content a:not(.btn) {
  color: #ffffff;
  border-color: #ffffff;
}
.default-sub-promo-faux-container {
  position: relative;
  padding-left: 0;
}
.default-sub-promo-reversed .default-sub-promo-faux-container {
  padding-left: 15px;
  padding-right: 0;
}
.default-sub-promo-faux {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background-color: rgb(0,180,255);
}
.default-sub-promo-reversed .default-sub-promo-faux {
  right: -100%;
  left: auto;
}
.default-sub-promo-static-image {
  display: none;
}
@media (max-width: 767px) {
  .default-sub-promo-image {
    background: none !important;
    padding: 0;
  }
  .default-sub-promo-no-content .default-sub-promo-image {
    padding-bottom: 0;
  }
  .default-sub-promo-faux {
    display: none;
  }
  .default-sub-promo-static-image {
    display: block;
    padding-left: 15px;
  }
  .default-sub-promo-reversed .default-sub-promo-static-image {
    padding-left: 0;
    padding-right: 15px;
  }
  .default-sub-promo-content {
    margin-top: -40px;
    padding: 11px 15px 9px 15px;
  }
  .default-sub-promo-reversed .default-sub-promo-content {
    padding: 11px 15px 9px 15px;
  }
  .default-sub-promo-title,
  .default-sub-promo-pull-out-text {
    font-size: 25px;
    margin-bottom: 4px;
  }
  .default-sub-promo-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .default-sub-promo-pull-out-text {
    margin-top: 15px;
    padding: 11px 15px 9px 15px;
    margin-bottom: 0;
  }
  .default-sub-promo:not(.default-sub-promo-with-pull-out-text) .default-sub-promo-pull-out-text {
    display: none;
  }
}
/* ==========================================================================
   Page Block
   Logos
   ========================================================================== */
.default-logos-grid {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .default-logos-grid {
    background: none !important;
  }
}
@media (min-width: 768px) {
  .default-logos-grid {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
}
.default-logos-grid-title {
  margin-bottom: 24px;
  color: rgb(0,180,255);
}
.default-logos-grid-content {
  background-color: #ffffff;
  padding: 33px 75px 37px 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.default-logos-grid-content p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 24px;
}
.default-logos-grid-content :last-child {
  margin-bottom: 0;
}
.default-logos-grid-item-col {
  margin-bottom: 30px;
}
.default-logos-grid-item {
  background-color: #ffffff;
  padding: 40px 22px;
  height: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .default-logos-grid {
    padding-bottom: 0;
  }
  .default-logos-grid-content {
    background: transparent;
    padding: 0;
    border-radius: 0;
    background-clip: padding-box;
  }
  .default-logos-grid-title {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 9px;
  }
  .default-logos-grid-content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .default-logos-grid-items {
    margin-top: 35px;
  }
  .default-logos-grid-items > .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .default-logos-grid-item-col {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
  }
  .default-logos-grid-item {
    border: 1px solid #e8e8e8;
    padding: 10px;
  }
}
/* ==========================================================================
   Page Block
   Questions & Answers (QA)
   ========================================================================== */
.default-qa {
  margin-bottom: 60px;
}
.default-qa-question {
  position: relative;
  margin-bottom: 28px;
}
.default-qa-question:before {
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  color: rgb(0,180,255);
  content: "\f107";
  font-family: FontAwesome;
  font-size: 28px;
  text-rendering: auto;
  pointer-events: none;
}
.default-qa-question.active:before {
  content: "\f106";
  color: #b4b4b4;
}
.default-qa-question-title {
  margin-bottom: 15px;
  cursor: pointer;
  padding-left: 30px;
  color: rgb(0,180,255);
}
.default-qa-question-answer {
  display: none;
  padding-left: 30px;
}
.default-qa-question.active .default-qa-question-answer {
  display: block;
}
/* ==========================================================================
   Page Block
   Performance Indicator
   2018 Version
   ========================================================================== */
.default-indicator {
  margin-bottom: 40px;
}
.default-indicator.default-indicator-with-image {
  padding-bottom: 25vh;
  padding-top: 5vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.default-indicator .default-alert {
  margin-bottom: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.default-indicator .default-indicator-container {
  background-color: #ffffff;
  padding: 37px 20px 1px 20px;
}
.default-indicator .default-indicator-title {
  text-align: center;
  font-size: 30px;
  color: #323232;
  font-weight: 300;
  margin-bottom: 34px;
}
.default-indicator .default-indicator-title strong {
  font-weight: 500;
}
.default-indicator .default-indicator-wrapper {
  padding: 0 67px;
}
.default-indicator .default-indicator-bar {
  background-color: rgb(40,35,90);
  height: 30px;
  border-radius: 2px;
  background-clip: padding-box;
  position: relative;
}
.default-indicator .default-indicator-bar-inner {
  background-color: rgb(0,180,255);
  height: 100%;
  width: 0;
  border-radius: 2px;
  background-clip: padding-box;
  transition: width 2s ease-in-out;
}
.default-indicator .default-indicator-bar-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 4px 0;
}
.default-indicator .default-indicator-bar-line {
  display: block;
  float: left;
  height: 100%;
  border-right: 1px solid #ffffff;
}
.default-indicator .default-indicator-bar-line:last-child {
  border-right: 0;
}
.default-indicator .default-indicator-levels {
  padding: 26px 0;
}
.default-indicator .default-indicator-level {
  float: left;
  position: relative;
  width: 0;
  min-height: 80px;
}
.default-indicator .default-indicator-level-value {
  display: inline-block;
  position: absolute;
  right: 0;
  transform: translateX(50%);
  cursor: default;
  white-space: nowrap;
  font-size: 16px;
  color: #505050;
}
.default-indicator .default-indicator-level:first-child .default-indicator-level-value:first-child {
  left: 0;
  right: auto;
  transform: translateX(-50%);
}
.default-indicator .default-indicator-spend {
  min-height: 80px;
  position: relative;
}
.default-indicator .default-indicator-spend-value {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 18px;
  transform: translateX(-50%);
  cursor: default;
  white-space: nowrap;
  font-size: 18px;
  color: #ffffff;
  background-color: rgb(0,180,255);
  padding: 9px 15px 8px 15px;
  border-radius: 3px;
  background-clip: padding-box;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 1.6s;
}
.default-indicator.default-indicator.active .default-indicator-spend-value {
  opacity: 1;
}
.default-indicator .default-indicator-spend-value:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background-color: rgb(0,180,255);
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(-45deg);
  z-index: -1;
}
@media (max-width: 767px) {
  .default-indicator {
    /*
         * Hide all but their next target
         */
  }
  .default-indicator.default-indicator-with-image {
    background-color: #fafafa;
    padding-top: 0;
    padding-bottom: 0;
  }
  .default-indicator .default-indicator-container,
  .default-indicator .default-redemption-bar {
    margin-left: -15px;
    margin-right: -15px;
  }
  .default-indicator .default-redemption-bar {
    margin-bottom: 0;
  }
  .default-indicator .default-indicator-wrapper {
    padding: 0;
  }
  .default-indicator .default-indicator-spend {
    display: none;
  }
  .default-indicator .default-indicator-level {
    min-height: 40px;
  }
  .default-indicator .default-indicator-level:not(.default-indicator-level-next),
  .default-indicator .default-indicator-level:first-child .default-indicator-level-value:first-child {
    visibility: hidden;
    opacity: 0;
  }
  .default-indicator .default-indicator-level:last-child .default-indicator-level-value {
    text-align: right;
    position: absolute;
    right: 0;
    transform: none;
    display: block;
  }
  .default-indicator .default-indicator-bar-lines {
    z-index: 2;
  }
  .default-indicator .default-indicator-level-next .default-indicator-level-value:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: rgb(40,35,90);
    position: absolute;
    margin-left: -10px;
    transform: rotate(-45deg);
    z-index: 1;
    top: -42px;
    left: 50%;
  }
  .default-indicator .default-indicator-level:last-child .default-indicator-level-value:after {
    display: none;
  }
}
/* ==========================================================================
   Page Block
   Performance Indicator
   2019 Version
   ========================================================================== */
.default-indicator-2019 {
  padding-top: 40px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.default-indicator-2019 .default-indicator-container {
  padding: 72px 40px 1px 40px;
}
.default-indicator-2019 .default-indicator-title {
  margin-bottom: 44px;
}
.default-indicator-2019 .default-alert .default-alert-wrapper {
  padding-bottom: 22px;
}
.default-indicator-2019.default-indicator-detailed .default-indicator-wrapper {
  padding: 0 0 0 140px;
}
.default-indicator-2019 .default-indicator-bar {
  height: 44px;
}
.default-indicator-2019 .default-indicator-bar,
.default-indicator-2019 .default-indicator-bar-inner {
  border-radius: 4px;
}
.default-indicator-2019 .default-indicator-spend-value {
  font-size: 22px;
}
.default-indicator-2019 .default-indicator-levels {
  padding-bottom: 0;
}
.default-indicator-2019.default-indicator-detailed .default-indicator-levels {
  display: none;
}
.default-indicator-2019 .default-indicator-table {
  margin-bottom: 40px;
}
.default-indicator-2019 .default-indicator-table .default-indicator-table-row {
  display: flex;
  margin-bottom: 20px;
}
.default-indicator-2019 .default-indicator-table .default-indicator-table-row .default-indicator-table-labels {
  flex: 0 0 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  font-size: 20px;
  color: #505050;
}
.default-indicator-2019 .default-indicator-table .default-indicator-table-row .default-indicator-table-labels-blank {
  background-color: transparent;
}
.default-indicator-2019 .default-indicator-table .default-indicator-table-row .default-indicator-table-data {
  flex: 1;
}
.default-indicator-2019 .default-indicator-table .default-indicator-table-row:first-child {
  margin-bottom: 0;
}
.default-indicator-2019 .default-indicator-table table {
  width: 100%;
  border-collapse: collapse;
}
.default-indicator-2019 .default-indicator-table thead th {
  color: #505050;
  font-size: 20px;
  font-weight: 300;
  padding: 30px 0;
}
.default-indicator-2019 .default-indicator-table thead th span {
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
}
.default-indicator-2019 .default-indicator-table thead th.default-indicator-table-hit {
  color: rgb(0,180,255);
}
.default-indicator-2019 .default-indicator-table thead th.default-indicator-table-hit span {
  border-color: rgb(0,180,255);
}
.default-indicator-2019 .default-indicator-table tbody td {
  border: 5px solid #fafafa;
  text-align: center;
  vertical-align: middle;
  color: #505050;
  font-size: 20px;
  font-weight: 400;
  height: 105px;
  position: relative;
}
.default-indicator-2019 .default-indicator-table tbody td.default-indicator-table-hit {
  color: rgb(0,180,255);
}
.default-indicator-2019 .default-indicator-table tbody td.default-indicator-table-hit-redeemable {
  color: #49b115;
}
.default-indicator-2019 .default-indicator-table tbody td.default-indicator-table-redeemed {
  color: #ffffff;
  background-color: rgb(0,180,255);
}
.default-indicator-2019 .default-indicator-table tbody td.default-indicator-table-redeemable {
  color: #ffffff;
  background-color: #49b115;
}
.default-indicator-2019 .default-indicator-table tbody td i {
  display: none;
  font-size: 26px;
  padding-top: 5px;
}
.default-indicator-2019 .default-indicator-table tbody td.default-indicator-table-redeemed i,
.default-indicator-2019 .default-indicator-table tbody td.default-indicator-table-redeemable i,
.default-indicator-2019 .default-indicator-table tbody td.default-indicator-table-hit i {
  display: block;
}
.default-indicator-2019 .default-indicator-table tbody td:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #fafafa;
}
.default-indicator-2019 .default-indicator-table tbody td.default-indicator-table-hit:after {
  border-color: rgb(0,180,255);
}
.default-indicator-2019 .default-indicator-table tbody td.default-indicator-table-hit-redeemable:after {
  border-color: #49b115;
}
.default-indicator-2019 .default-indicator-table tbody td.default-indicator-table-redeemed:after {
  border-color: rgb(0,180,255);
}
.default-indicator-2019 .default-indicator-table tbody td.default-indicator-table-redeemable:after {
  border-color: #49b115;
}
.default-indicator-2019 .default-indicator-table tfoot tr {
  background-color: #fafafa;
}
.default-indicator-2019 .default-indicator-table tfoot tr td {
  text-align: center;
  height: 45px;
  vertical-align: middle;
}
.default-indicator-2019 .default-indicator-table .default-indicator-table-row-with-tag {
  padding-bottom: 40px;
}
.default-indicator-2019 .default-indicator-table .default-indicator-table-tag {
  position: absolute;
  bottom: -40px;
  left: 0;
  height: 40px;
  width: 100%;
  background-color: rgb(0,144,204);
  color: #ffffff;
  border-radius: 0 0 5px 5px;
  font-size: 16px;
  line-height: 40px;
}
.default-indicator-2019 .default-indicator-table .default-indicator-table-redeemable .default-indicator-table-tag {
  background-color: #49b115;
}
@media (max-width: 767px) {
  .default-indicator-2019 {
    padding: 0;
  }
  .default-indicator-2019 .default-alert {
    text-align: center;
  }
  .default-indicator-2019 .default-indicator-container {
    padding: 40px 15px 0 15px;
  }
  .default-indicator-2019.default-indicator-detailed .default-indicator-wrapper {
    padding-left: 0;
  }
  .default-indicator-2019.default-indicator-detailed .default-indicator-levels {
    display: block;
  }
  .default-indicator-2019 .default-indicator-table .default-indicator-table-row .default-indicator-table-labels-blank {
    display: none;
  }
  .default-indicator-2019 .default-indicator-table {
    display: none;
  }
}
/* ==========================================================================
   Page Block
   Image
   ========================================================================== */
/* ==========================================================================
   Page Block
   Headline Image
   ========================================================================== */
.default-headline-image {
  overflow: hidden;
}
.default-headline-image-content {
  background-color: rgb(40,35,90);
  padding: 33px 20px 23px 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-clip: padding-box;
  position: relative;
}
.default-headline-image-content * {
  color: #ffffff;
}
.default-headline-image-content:after {
  position: absolute;
  right: -200%;
  top: 0;
  background-color: inherit;
  content: '';
  display: block;
  width: 200%;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  z-index: -1;
}
.default-headline-image-reversed .default-headline-image-content {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  text-align: right;
}
.default-headline-image-reversed .default-headline-image-content:after {
  right: auto;
  left: -200%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-clip: padding-box;
}
.default-headline-image-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 10px;
}
.default-headline-image-content p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .default-headline-image-content {
    padding: 15px 15px 5px 15px;
  }
  .default-headline-image-title {
    font-size: 25px;
    margin-bottom: 4px;
  }
  .default-headline-image-content p {
    font-size: 16px;
    line-height: 22px;
  }
}
/* ==========================================================================
   Page Block
   Covers Performance Indicator
   ========================================================================== */
.covers-indicator {
  margin-bottom: 40px;
}
.covers-indicator-with-image {
  padding-bottom: 140px;
  padding-top: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.covers-indicator-spend,
.covers-indicator-total-reward {
  background-color: #ffffff;
  text-align: center;
  padding: 47px 0;
}
.covers-indicator-spend p,
.covers-indicator-total-reward p {
  font-size: 30px;
  color: #323232;
  font-weight: 300;
  margin-bottom: 0;
}
.covers-indicator-spend p strong,
.covers-indicator-total-reward p strong {
  font-weight: 500;
}
.covers-indicator-total-reward {
  background-color: #0f8c4b;
}
.covers-indicator-total-reward p {
  color: #ffffff;
}
.covers-indicator-panel {
  text-align: center;
  padding: 40px;
}
.covers-indicator-panel i {
  font-size: 60px;
}
.covers-indicator-panel p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
.covers-indicator-panel > *:last-child {
  margin-bottom: 0;
}
.covers-indicator-panel p.covers-indicator-panel-title {
  font-size: 30px;
  line-height: 36px;
}
.covers-indicator-reward {
  background-color: #0f8c4b;
}
.covers-indicator-reward > * {
  color: #ffffff;
}
.covers-indicator-with-bonus .covers-indicator-reward {
  background-color: #ffffff;
}
.covers-indicator-with-bonus .covers-indicator-reward > * {
  color: #0f8c4b;
}
.covers-indicator-with-bonus .covers-indicator-reward .covers-indicator-amount:after {
  border-color: #0f8c4b;
}
.covers-indicator-bonus {
  background-color: #e10514;
}
.covers-indicator-bonus > * {
  color: #ffffff;
}
.covers-indicator-amount {
  font-size: 46px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  min-width: 180px;
}
.covers-indicator-amount:after {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  content: "";
  opacity: 1;
  display: block;
  float: left;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.covers-indicator-amount-visible {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  transform: translateY(-50%);
}
.covers-indicator-amount-sizer {
  opacity: 0;
  visibility: hidden;
  display: block;
  padding: 0 40px;
  height: 0;
}
.covers-indicator-bonus-locked {
  background-color: #ffffff;
  padding-top: 38px;
  padding-bottom: 38px;
}
.covers-indicator-bonus-locked > * {
  color: #e10514;
}
.covers-indicator-bonus-locked .covers-indicator-panel-title {
  padding-left: 70px;
  padding-right: 70px;
}
.covers-indicator-bonus-locked p.covers-indicator-bonus-locked-amount {
  font-size: 46px;
  line-height: 1.2;
}
.covers-countdown {
  background-color: #f5f5f5;
  padding: 20px;
}
.covers-countdown-title {
  font-size: 30px;
  color: #323232;
  text-align: center;
}
.covers-countdown-timer {
  background-color: #e10514;
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  padding: 15px;
}
.covers-indicator-panel-reverse {
  background-color: #ffffff;
}
.covers-indicator-panel-reverse .covers-indicator-amount {
  color: #505050;
}
.covers-indicator-panel-reverse .covers-indicator-amount:after {
  border-color: #f1f1f1;
}
.covers-grid {
  display: flex;
  margin: 0 -15px;
}
.covers-grid .covers-column {
  flex: 1;
  padding: 0 15px;
}
.covers-grid .covers-column .covers-indicator-panel {
  height: 100%;
}
@media (max-width: 767px) {
  .covers-grid {
    display: block;
  }
}
p.covers-indicator-panel-figure {
  font-size: 40px;
  color: #323232;
  padding-top: 15px;
}
.covers-indicator-bonus-unlocked > * {
  color: #0f8c4b;
}
.covers-indicator-2019 .covers-indicator-bonus {
  background-color: #ffffff;
}
.covers-indicator-2019 .covers-indicator-bonus > * {
  color: #0f8c4b;
}
.covers-indicator-2019 .covers-indicator-bonus .covers-indicator-amount:after {
  border-color: #0f8c4b;
}
.covers-indicator-2019 .covers-indicator-total-reward {
  background-color: #e10514;
}
/* ==========================================================================
   Page Block
   BBS Performance Indicator
   ========================================================================== */
.bbs-indicator {
  background-size: cover;
  background-position: 50% 50%;
  background-color: #003da3;
  padding: 40px 0 130px 0;
  margin-bottom: 60px;
}
.bbs-indicator .bbs-indicator-spend {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-bottom: 40px;
  padding: 54px 0;
}
.bbs-indicator .bbs-indicator-spend p {
  margin-bottom: 0;
  font-size: 34px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 300;
}
.bbs-indicator .bbs-indicator-spend p strong {
  font-weight: 400;
}
.bbs-indicator .bbs-indicator-row {
  display: flex;
}
.bbs-indicator .bbs-indicator-row .bbs-indicator-col {
  flex: 1;
}
.bbs-indicator .bbs-indicator-row .bbs-indicator-col:nth-child(1) {
  margin-right: 127px;
}
.bbs-indicator .bbs-indicator-row .bbs-indicator-col:nth-child(2) {
  flex: 0 0 31%;
}
.bbs-indicator .bbs-indicator-main {
  text-align: center;
  padding: 66px 0 27px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.bbs-indicator .bbs-indicator-main > p {
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 300;
}
.bbs-indicator .bbs-indicator-main > p:nth-of-type(1) {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 45px;
}
.bbs-indicator .bbs-indicator-main > p:last-of-type {
  margin-bottom: 0;
}
.bbs-indicator .bbs-indicator-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  max-width: 200px;
  border: 2px solid #ffffff;
  margin: 0 auto 48px auto;
  font-size: 62px;
  font-weight: 400;
  color: #ffffff;
  /* Animation bug fix */
  font-kerning: none;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.bbs-indicator .bbs-indicator-circle:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.bbs-indicator .bbs-indicator-circle.bbs-indicator-circle-small {
  font-size: 60px;
  max-width: 220px;
}
.bbs-indicator .bbs-indicator-circle.bbs-indicator-circle-medium {
  font-size: 58px;
  max-width: 240px;
}
.bbs-indicator .bbs-indicator-circle.bbs-indicator-circle-large {
  font-size: 56px;
  max-width: 260px;
}
.bbs-indicator .bbs-indicator-circle.bbs-indicator-circle-extra-large {
  font-size: 54px;
  max-width: 280px;
}
.bbs-indicator .bbs-indicator-circle .bbs-indicator-circle-ripple {
  position: absolute;
  top: -17px;
  right: -17px;
  bottom: -17px;
  left: -17px;
  border: 15px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  opacity: 1;
  animation: ripple 1.8s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
.bbs-indicator .bbs-indicator-circle .bbs-indicator-circle-ripple:nth-of-type(2) {
  border-color: rgba(255, 255, 255, 0.3);
  top: -32px;
  right: -32px;
  bottom: -32px;
  left: -32px;
  animation-delay: 0.3s;
}
.bbs-indicator .bbs-indicator-circle .bbs-indicator-circle-ripple:nth-of-type(3) {
  border-color: rgba(255, 255, 255, 0.2);
  top: -47px;
  right: -47px;
  bottom: -47px;
  left: -47px;
  animation-delay: 0s;
}
.bbs-indicator .bbs-indicator-box {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  margin-bottom: 20px;
  text-align: center;
  padding: 35px 20px 28px 20px;
}
.bbs-indicator .bbs-indicator-box i {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 10px;
}
.bbs-indicator .bbs-indicator-box p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 23px;
  font-weight: 300;
}
.bbs-indicator .bbs-indicator-box p:nth-of-type(1) {
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 17px;
}
.bbs-indicator .bbs-indicator-box p:nth-of-type(2) {
  font-size: 46px;
  line-height: 46px;
  font-weight: 400;
  margin-bottom: 21px;
}
.bbs-indicator .bbs-indicator-box p:last-of-type {
  margin-bottom: 0;
}
.bbs-indicator .bbs-indicator-box.bbs-indicator-box-locked {
  background-color: rgba(255, 0, 0, 0.6);
  padding-top: 27px;
}
.bbs-indicator .bbs-indicator-box:last-child {
  margin-bottom: 0;
}
.bbs-indicator-message {
  background-color: #f5f5f5;
  padding: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.bbs-indicator-message .bbs-indicator-message-image {
  flex: 0 0 23.5%;
}
.bbs-indicator-message .bbs-indicator-message-image img {
  max-width: 160px;
  margin: 0 auto;
  display: block;
}
.bbs-indicator-message .bbs-indicator-message-content {
  flex: 1;
  text-align: center;
}
.bbs-indicator-message .bbs-indicator-message-content p {
  font-weight: 300;
  margin-bottom: 0;
}
.bbs-indicator-message .bbs-indicator-message-content > p:first-of-type {
  font-size: 30px;
  line-height: 36px;
  color: #323232;
  padding: 15px 15px 24px 15px;
}
.bbs-indicator-message .bbs-indicator-message-content > p:last-of-type {
  background-color: #ff7d0a;
  color: #ffffff;
  font-size: 26px;
  line-height: 36px;
  padding: 12px 15px;
  border-radius: 3px;
}
.bbs-indicator-legal {
  font-size: 15px;
  line-height: 22px;
  color: #6e6e6e;
}
@keyframes ripple {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 1020px) {
  .bbs-indicator .bbs-indicator-row .bbs-indicator-col:nth-child(1) {
    margin-right: 30px;
  }
}
@media (max-width: 920px) {
  .bbs-indicator {
    padding-bottom: 60px;
  }
  .bbs-indicator .bbs-indicator-row .bbs-indicator-col:nth-child(2) {
    flex: 0 0 38%;
  }
}
@media (max-width: 767px) {
  .bbs-indicator {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .bbs-indicator .bbs-indicator-spend {
    margin-bottom: 0;
  }
  .bbs-indicator .bbs-indicator-row {
    display: block;
  }
  .bbs-indicator .bbs-indicator-row .bbs-indicator-col:nth-child(1) {
    margin-right: 0;
  }
  .bbs-indicator .bbs-indicator-main {
    border-top: 0;
    border-bottom: 0;
    padding: 30px 0;
  }
  .bbs-indicator-message {
    display: block;
  }
  .bbs-indicator-message-image:nth-child(3) {
    display: none;
  }
}
/* ==========================================================================
   Rewards Banner
   ========================================================================== */
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.default-reward-banner {
  background: none rgb(0,180,255);
  text-align: center;
  padding: 19px 0;
  position: sticky;
  top: 0;
  z-index: 99993;
}
.default-reward-banner p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
  color: #ffffff;
}
.default-reward-banner .default-reward-banner-amount {
  color: rgb(40,35,90);
  background-color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  padding: 5px 15px;
  margin-left: 14px;
}
.default-reward-banner .default-reward-banner-arrows {
  width: 42px;
  display: inline-block;
}
.default-reward-banner .default-reward-banner-arrows i {
  margin-right: 6px;
  color: rgba(255, 255, 255, 0.8);
  animation: 1s ease infinite pulse;
}
.default-reward-banner .default-reward-banner-arrows i:first-child {
  color: rgba(255, 255, 255, 0.4);
}
.default-reward-banner .default-reward-banner-arrows i:last-child {
  margin-right: 0;
  color: #ffffff;
}
.default-reward-banner .default-reward-banner-arrows i:nth-child(1) {
  animation-delay: 0.1s;
}
.default-reward-banner .default-reward-banner-arrows i:nth-child(2) {
  animation-delay: 0.2s;
}
.default-reward-banner .default-reward-banner-arrows i:nth-child(3) {
  animation-delay: 0.3s;
}
.default-reward-banner .btn {
  color: #ffffff;
  background-color: rgb(40,35,90);
  padding: 5px 15px;
  vertical-align: top;
  border: 0;
}
@media (max-width: 991px) {
  .default-reward-banner .default-reward-banner-actions {
    display: block;
    margin-top: 15px;
  }
}
/* ==========================================================================
   Modal Box/Dialog
   ========================================================================== */
.default-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99994;
  display: none;
  justify-content: center;
  align-items: center;
}
.default-modal.active {
  display: flex;
}
.default-modal .default-modal-inner {
  background: #ffffff;
  max-width: 900px;
  width: 100%;
  margin: 30px;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}
.default-modal .default-modal-inner p {
  font-size: 18px;
  line-height: 26px;
  color: #323232;
}
.default-modal .default-modal-title {
  font-size: 38px;
  line-height: 48px;
  font-weight: 300;
  color: #323232;
  margin-bottom: 23px;
}
.default-modal .default-modal-actions {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .default-modal .default-modal-title {
    font-size: 29px;
    line-height: 36px;
  }
  .default-modal-actions .btn {
    width: 100%;
    margin-bottom: 5px;
  }
}
/* ==========================================================================
   Default Table Style
   ========================================================================== */
.table {
  border-collapse: collapse;
}
.table th,
.table td {
  background-color: #fafafa;
  text-align: center;
  color: #505050;
  padding: 12px 20px;
  vertical-align: middle;
  font-weight: 400;
  border: 1px solid #ffffff;
  font-size: 16px;
  text-align: left;
}
.table th {
  font-weight: 600;
}
.rewards-hub-blocker,
.rewards-hub-blocker-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  pointer-events: none;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.rewards-hub-blocker-active,
.rewards-hub-blocker-modal-active {
  visibility: visible;
  opacity: 1 !important;
}
.rewards-hub-blocker-modal {
  z-index: 99999;
}
.rewards-hub-svg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}
.rewards-hub-container {
  padding: 0 15px;
  max-width: 1164px;
  margin: 0 auto;
}
.rewards-hub {
  background-color: rgb(32,28,72);
  border-top: 10px solid rgb(0,180,255);
  padding: 73px 0 0 0;
  position: relative;
  z-index: 9999;
  /* Product Grid */
  /* Error State */
}
.rewards-hub > .container-fluid {
  padding-top: 43px;
}
.rewards-hub-intro {
  text-align: center;
  padding-bottom: 41px;
}
.rewards-hub-intro p {
  font-size: 28px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 300;
}
.rewards-hub-intro p strong {
  font-weight: 500;
  color: rgb(0,180,255);
}
.rewards-hub-title {
  font-size: 62px;
  color: #ffffff;
  margin-bottom: 23px;
}
.rewards-hub-sub-title {
  font-size: 24px;
  font-weight: 300;
  border-top: 1px solid rgb(0,180,255);
  color: #ffffff;
  margin: 0 0 34px 0;
  padding-top: 25px;
}
.rewards-hub-sub-title strong {
  font-weight: 500;
}
.rewards-hub-grid {
  display: flex;
  margin: 0 -15px 30px -15px;
  align-items: stretch;
  flex-wrap: wrap;
}
.rewards-hub-grid-item {
  flex: 0 0 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease-out;
}
.rewards-hub-grid-item:hover {
  transform: translateY(2px);
}
.rewards-hub-grid-item-wrapper {
  background: #ffffff;
  border-radius: 5px 5px 0 0;
  padding: 20px 16px 16px 16px;
  border: 4px solid #ffffff;
  border-bottom: 0;
  flex: 1;
  transition: border-color 0.2s ease;
}
.rewards-hub-grid-item-active .rewards-hub-grid-item-wrapper {
  border-color: #41a50f;
}
.rewards-hub-grid-item-image {
  text-align: center;
  margin: 16px 0 32px 0;
}
.rewards-hub-grid-item-title {
  color: #323232;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}
.rewards-hub-grid-item-text p {
  color: #646464;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 300;
}
.rewards-hub-grid-item-text p a {
  font-weight: 400;
}
.rewards-hub-grid-item-text p + p {
  margin-bottom: 6px;
}
.rewards-hub-grid-item-foot {
  display: flex;
  margin: 0 -2px;
  align-items: stretch;
}
.rewards-hub-grid-item-foot-column {
  flex: 0 0 50%;
  padding: 0 2px;
}
.rewards-hub-grid-item-value {
  background: #f5f5f5;
  border-radius: 0 0 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  transition: background 0.2s ease, color 0.2s ease;
}
.rewards-hub-grid-item-value p {
  color: #333333;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 0;
}
.rewards-hub-grid-item-value p span {
  font-size: 16px;
}
.rewards-hub-grid-item-active .rewards-hub-grid-item-value {
  background: #41a50f;
}
.rewards-hub-grid-item-active .rewards-hub-grid-item-value p {
  color: #ffffff;
}
.rewards-hub-grid-item-actions {
  display: flex;
  height: 100%;
}
.rewards-hub-grid-item-actions button,
.rewards-hub-grid-item-actions input {
  flex: 0 0 33.33%;
  display: block;
}
.rewards-hub-grid-item-actions input {
  padding: 0;
  border: 0;
  width: 100%;
  text-align: center;
  font-size: 22px;
  cursor: default;
  color: #d7e6cd;
}
.rewards-hub-grid-item-actions input:focus {
  outline: none;
}
.rewards-hub-grid-item-actions input::-webkit-outer-spin-button,
.rewards-hub-grid-item-actions input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.rewards-hub-grid-item-actions input[type=number] {
  -moz-appearance: textfield;
}
.rewards-hub-grid-item-actions-reduce,
.rewards-hub-grid-item-actions-increase {
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #e1f0d7;
  font-size: 20px;
  color: #d7e6cd;
}
.rewards-hub-grid-item-actions-reduce:active,
.rewards-hub-grid-item-actions-increase:active,
.rewards-hub-grid-item-actions-reduce:focus,
.rewards-hub-grid-item-actions-increase:focus {
  outline: none;
}
.rewards-hub-grid-item-actions-reduce {
  border-radius: 0 0 0 5px;
}
.rewards-hub-grid-item-actions-increase {
  border-radius: 0 0 5px 0;
  color: #2d9100;
}
.rewards-hub-grid-item-actions-increase:hover {
  background: #2d9100;
  color: #d7e6cd;
}
.rewards-hub-grid-item-active .rewards-hub-grid-item-actions input {
  color: #2d9100;
}
.rewards-hub-grid-item-active .rewards-hub-grid-item-actions button {
  background: #2d9100;
  color: #d7e6cd;
}
.rewards-hub-grid .rewards-hub-grid-item-locked .rewards-hub-grid-item-wrapper,
.rewards-hub-grid .rewards-hub-grid-item-locked .rewards-hub-grid-item-value {
  position: relative;
}
.rewards-hub-grid .rewards-hub-grid-item-locked .rewards-hub-grid-item-wrapper:after,
.rewards-hub-grid .rewards-hub-grid-item-locked .rewards-hub-grid-item-value:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #22222280;
  z-index: 1;
}
.rewards-hub-grid .rewards-hub-grid-item-locked .rewards-hub-grid-item-wrapper:after {
  top: -4px;
  right: -4px;
  bottom: 0;
  left: -4px;
}
.rewards-hub-grid .rewards-hub-grid-item-locked .rewards-hub-grid-item-image {
  position: relative;
}
.rewards-hub-grid .rewards-hub-grid-item-locked .rewards-hub-grid-item-text a {
  z-index: 3;
  position: relative;
  color: #ffffff;
  border-color: #ffffff;
}
.rewards-hub-grid .rewards-hub-grid-item-locked .rewards-hub-grid-item-locked-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 66px;
  color: #ffffff;
  z-index: 2;
}
.rewards-hub-grid .rewards-hub-grid-item-locked .rewards-hub-grid-item-locked-nudge {
  position: absolute;
  top: 15px;
  left: 30px;
  right: 30px;
  padding: 10px 5px;
  background: #2222229a;
  border-radius: 2px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
  z-index: 2;
}
.rewards-hub-error .rewards-hub-grid-item-active .rewards-hub-grid-item-wrapper {
  border-color: #b40000;
}
.rewards-hub-error .rewards-hub-grid-item-active .rewards-hub-grid-item-value {
  background: #b40000;
  color: #ffffff;
}
.rewards-hub-error .rewards-hub-grid-item-active .rewards-hub-grid-item-actions input {
  color: #9b0000;
}
.rewards-hub-error .rewards-hub-grid-item-active .rewards-hub-grid-item-actions-reduce,
.rewards-hub-error .rewards-hub-grid-item-active .rewards-hub-grid-item-actions-increase {
  background: #9b0000;
  color: #e6cdcd;
}
.rewards-hub-panel {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding: 30px 15px;
  background: #ffffff;
  z-index: 9999;
  margin: 0 3.125vw;
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}
.rewards-hub-panel-message {
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
  color: rgb(32,28,72);
  min-height: 34px;
  padding: 0 20px;
  margin-bottom: 0;
}
.rewards-hub-panel-message strong {
  font-weight: 500;
}
.rewards-hub-panel-message-highlight {
  color: rgb(0,180,255);
  border-left: 1px solid #d7d7d7;
}
.rewards-hub-panel-message-less {
  display: none;
}
.rewards-hub-panel-error .rewards-hub-panel-message-highlight {
  color: #b40000;
}
.rewards-hub-panel-error .rewards-hub-panel-message-more {
  display: none;
}
.rewards-hub-panel-error .rewards-hub-panel-message-less {
  display: block;
}
.rewards-hub-panel-ready .rewards-hub-panel-message-more,
.rewards-hub-panel-ready .rewards-hub-panel-message-less {
  display: none;
}
.rewards-hub-panel .btn {
  border: 4px solid #d9edcf;
  font-size: 24px;
  padding: 14px 53px;
  margin-left: 20px;
}
.rewards-hub-panel .btn-inactive {
  opacity: 0.2;
  cursor: not-allowed;
}
.rewards-hub-active .rewards-hub-panel {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
}
/* Modal Window */
.rewards-hub-modal {
  z-index: 999999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  /* Confirmation Modal */
}
.rewards-hub-modal-active {
  pointer-events: auto;
  opacity: 1 !important;
  visibility: visible;
}
.rewards-hub-modal-inner {
  background: #ffffff;
  border-radius: 5px;
  width: 100%;
  max-width: 1134px;
  margin: 15px;
  padding: 75px 30px 65px 30px;
  height: 60vh;
  max-height: 560px;
  position: relative;
}
.rewards-hub-modal-inner-wrapper {
  display: flex;
  height: 100%;
}
.rewards-hub-modal-info {
  flex: 1;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .rewards-hub-modal-info {
    overflow-y: scroll;
    padding-right: 30px;
  }
  .rewards-hub-modal-info::-webkit-scrollbar {
    background: #f0f0f0;
    width: 6px;
  }
  .rewards-hub-modal-info::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgb(0,180,255);
    -webkit-box-shadow: none;
  }
}
.rewards-hub-modal-info-title {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  color: #323232;
  margin-bottom: 19px;
}
.rewards-hub-modal-info-description p.highlight {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #323232;
}
.rewards-hub-modal-info-description p {
  font-size: 17px;
  line-height: 24px;
  color: #646464;
  margin-bottom: 18px;
  font-weight: 300;
}
.rewards-hub-modal-image {
  flex: 1;
  margin-right: 20px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rewards-hub-modal-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  display: block;
}
.rewards-hub-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: none;
  font-size: 19px;
  color: rgb(0,180,255);
  border-radius: 50%;
  border: 2px solid rgb(0,180,255);
  width: 28px;
  height: 28px;
  text-align: center;
}
.rewards-hub-modal-loading-icon {
  color: #cccccc;
  display: none;
}
.rewards-hub-modal-loading .rewards-hub-modal-inner-wrapper {
  justify-content: center;
  align-items: center;
}
.rewards-hub-modal-loading .rewards-hub-modal-loading-icon {
  display: block;
}
.rewards-hub-modal-loading .rewards-hub-modal-info,
.rewards-hub-modal-loading .rewards-hub-modal-image {
  display: none;
}
.rewards-hub-modal-confirmation .rewards-hub-modal-inner,
.rewards-hub-modal .redemptions-disabled-message .rewards-hub-modal-inner {
  max-width: 600px;
  padding-bottom: 30px;
  height: auto;
  max-height: none;
}
.rewards-hub-modal-confirmation-title,
.rewards-hub-modal .redemptions-disabled-message-title {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  color: #323232;
  margin-bottom: 19px;
}
.rewards-hub-modal-confirmation-btn,
.rewards-hub-modal .redemptions-disabled-message-btn {
  border: 4px solid #d9edcf;
  font-size: 24px;
  padding: 14px 20px;
  width: 100%;
  margin-top: 15px;
}
/* Responsive Tweaks */
@media (max-width: 991px) {
  .rewards-hub-container {
    padding: 15px;
  }
  .rewards-hub {
    padding-top: 25px;
  }
  .rewards-hub-intro {
    padding-bottom: 17px;
  }
  .rewards-hub-grid-item {
    flex-basis: 50%;
  }
  .rewards-hub-grid-item:hover {
    transform: none;
  }
}
@media (max-width: 767px) {
  .rewards-hub-svg {
    display: none;
  }
  .rewards-hub-grid-item {
    flex-basis: 100%;
  }
  .rewards-hub-intro {
    padding-bottom: 7px;
  }
  .rewards-hub-title {
    font-size: 44px;
    line-height: 50px;
  }
  .rewards-hub-sub-title {
    margin-bottom: 25px;
  }
  .rewards-hub-intro p {
    font-size: 28px;
    line-height: 32px;
  }
  .rewards-hub-grid {
    margin-bottom: 10px;
  }
  .rewards-hub-grid-item-title {
    margin-bottom: 12px;
  }
  .rewards-hub-grid-item-title,
  .rewards-hub-grid-item-text {
    text-align: center;
  }
  .rewards-hub-grid-item-text p {
    margin-bottom: 3px;
  }
  .rewards-hub-grid-item-text span {
    display: none;
  }
  .rewards-hub-panel {
    margin: 0;
    display: block;
    text-align: center;
    padding: 16px 15px;
  }
  .rewards-hub-panel-message {
    padding: 0;
    min-height: auto;
    font-size: 24px;
    line-height: 36px;
  }
  .rewards-hub-panel-message-highlight {
    border: 0;
  }
  .rewards-hub-panel .btn-inactive {
    display: none;
  }
  .rewards-hub-panel .btn {
    width: 100%;
    margin: 11px 0 0 0;
  }
  .rewards-hub-modal-inner {
    max-height: none;
    height: auto;
    padding-bottom: 45px;
  }
  .rewards-hub-modal-inner-wrapper {
    overflow-y: scroll;
    padding-right: 30px;
    display: block;
    max-height: 60vh;
  }
  .rewards-hub-modal-inner-wrapper::-webkit-scrollbar {
    background: #f0f0f0;
    width: 6px;
  }
  .rewards-hub-modal-inner-wrapper::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgb(0,180,255);
    -webkit-box-shadow: none;
  }
  .rewards-hub-modal-image {
    margin: 0 0 20px 0;
  }
  .rewards-hub-modal-info {
    margin-left: 0;
  }
  .rewards-hub-grid-item {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
/* IE10+ Fixes */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .rewards-hub-grid-item {
    flex: 0 0 auto;
    width: 33.33%;
  }
  .rewards-hub-grid-item-wrapper {
    flex: 1 1 auto;
    height: 100%;
  }
  .rewards-hub-grid-item-foot-column {
    flex: 0 0 auto;
    width: 50%;
  }
  .rewards-hub-grid-item-actions input,
  .rewards-hub-grid-item-actions button {
    flex: 0 0 auto;
    width: 33.33%;
  }
  .rewards-hub-modal-info {
    flex: 1 1 auto;
  }
  .rewards-hub-modal-image {
    flex: 1 1 auto;
  }
  .rewards-hub-panel {
    width: 100%;
    position: fixed;
    border-radius: 0;
    margin: 0;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 768px), (-ms-high-contrast: active) and (max-width: 768px) {
  .rewards-hub-grid-item {
    width: 50%;
    flex-basis: auto;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 600px), (-ms-high-contrast: active) and (max-width: 600px) {
  .rewards-hub-grid-item {
    width: 100%;
    flex-basis: auto;
  }
}
.rewards-hub--with-categories {
  padding-top: 30px;
}
.rewards-hub--with-categories .rewards-hub-container {
  display: flex;
  align-items: flex-start;
  max-width: none;
  margin: 0;
  padding: 0 30px;
}
.rewards-hub--with-categories .rewards-hub-grid {
  flex: 1;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.rewards-hub--with-categories .rewards-hub-grid-item {
  flex-basis: 25%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 15px;
}
.rewards-hub-categories {
  flex: 1 1 21%;
  max-width: 315px;
  background: #ffffff;
  border-radius: 4px 4px 0px 0px;
  margin: 0 30px 30px 0;
}
.rewards-hub-categories-title {
  border-radius: 4px 4px 0px 0px;
  background: #f5f5f5;
  color: #322d64;
  font-size: 22px;
  line-height: 32px;
  padding: 20px 15px;
  margin: 0;
  font-weight: 500;
}
.rewards-hub-categories-title-icon {
  display: none;
}
.rewards-hub-categories-list ul {
  margin-bottom: 0;
}
.rewards-hub-categories-list li {
  border-bottom: 1px solid #f5f5f5;
}
.rewards-hub-categories-list li:last-child {
  border-bottom-color: #ffffff;
}
.rewards-hub-categories-list li a {
  display: block;
  color: #747474;
  text-decoration: none;
  border: none;
  font-size: 18px;
  line-height: 24px;
  padding: 14px 15px 11px 42px;
  position: relative;
  transition: 0.2s color;
}
.rewards-hub-categories-list li a span {
  font-weight: 300;
}
.rewards-hub-categories-list li a:before,
.rewards-hub-categories-list li a:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}
.rewards-hub-categories-list li a:before {
  left: 15px;
  top: 16px;
  width: 18px;
  height: 18px;
  transition: 0.2s border-color;
  border: 1px solid #e1e1e1;
}
.rewards-hub-categories-list li a:after {
  left: 18px;
  top: 19px;
  width: 12px;
  height: 12px;
}
.rewards-hub-categories-list li a:hover {
  color: #333333;
}
.rewards-hub-categories-list li a:hover:before {
  border-color: #0091e1;
}
.rewards-hub-categories-list li.rewards-hub-categories-list-item--selected a {
  color: #333333;
}
.rewards-hub-categories-list li.rewards-hub-categories-list-item--selected a:before {
  border-color: #0091e1;
}
.rewards-hub-categories-list li.rewards-hub-categories-list-item--selected a:after {
  background: #0091e1;
}
/* TODO: Define site-wide breakpoints */
@media (max-width: 1650px) {
  .rewards-hub--with-categories .rewards-hub-grid-item {
    flex-basis: 33.33%;
  }
}
@media (max-width: 1350px) {
  .rewards-hub--with-categories .rewards-hub-grid-item {
    flex-basis: 50%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .rewards-hub-categories-list li a {
    padding-left: 57px;
    padding-right: 30px;
  }
  .rewards-hub-categories-list li a:before {
    left: 30px;
  }
  .rewards-hub-categories-list li a:after {
    left: 33px;
  }
}
@media (max-width: 991px) {
  .rewards-hub--with-categories {
    padding-top: 0;
  }
  .rewards-hub--with-categories .rewards-hub-container {
    display: block;
  }
  .rewards-hub--with-categories .rewards-hub {
    padding-top: 0;
  }
  .rewards-hub-categories {
    max-width: none;
    border-radius: 0;
    margin: 0 -30px 30px -30px;
  }
  .rewards-hub-categories-list {
    display: none;
  }
  .rewards-hub-categories-list--active {
    display: block;
  }
  .rewards-hub-categories-title {
    cursor: pointer;
    padding-left: 30px;
    padding-right: 30px;
  }
  .rewards-hub-categories-title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    float: right;
    transform: translateY(9px);
  }
  .rewards-hub-categories-title-icon--selected {
    display: none;
  }
  .rewards-hub-categories-title-icon--unselected {
    display: block;
  }
  .rewards-hub-categories-title--active .rewards-hub-categories-title-icon--selected {
    display: block;
  }
  .rewards-hub-categories-title--active .rewards-hub-categories-title-icon--unselected {
    display: none;
  }
}
@media (max-width: 767px) {
  .rewards-hub--with-categories .rewards-hub-container {
    padding: 0 15px;
  }
  .rewards-hub--with-categories .rewards-hub-grid {
    display: block;
  }
  .rewards-hub-categories {
    margin: 0 -15px 15px -15px;
  }
  .rewards-hub-categories-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.points {
  background-color: #1c183f;
  padding: 50px 0 110px 0;
  border-top: 10px solid rgb(0,180,255);
}
.points-grid {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.points-grid-col {
  flex: 1;
  text-align: center;
  padding: 30px 15px;
}
.points-grid-col .points-number,
.points-grid-col .points-title {
  display: block;
  color: #ffffff;
}
.points-grid-col .points-number {
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 14px;
}
.points-grid-col .points-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
}
.points-grid-col:nth-child(1) {
  background-color: rgb(0,180,255);
  border-radius: 5px 0 0 5px;
}
.points-grid-col:nth-child(2) {
  flex: 0 0 53%;
  background-color: #ffffff;
  border-radius: 5px 5px 0 0;
  padding: 50px 30px 0 30px;
  position: relative;
}
.points-grid-col:nth-child(2) .points-number,
.points-grid-col:nth-child(2) .points-title {
  color: rgb(32,28,72);
}
.points-grid-col:nth-child(2) .points-number {
  font-size: 52px;
  font-weight: 500;
  line-height: 52px;
}
.points-grid-col:nth-child(2) .points-title {
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 44px;
}
.points-grid-col:nth-child(3) {
  background-color: #28235a;
  border-radius: 0 5px 5px 0;
}
.points-activity {
  position: absolute;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 998;
  padding: 0 30px;
  border-radius: 0 0 5px 5px;
}
.points-activity-footer {
  border-top: 1px solid #e6e6e6;
  padding: 18px 0 19px 0;
  display: block;
}
.points-activity-footer a {
  font-size: 20px;
  line-height: 22px;
}
.points-activity-table-container {
  display: none;
}
.points-activity-table-container-footer {
  padding-top: 21px;
  text-align: left;
}
.points-activity-table-container-footer p {
  font-size: 16px;
  color: #a0a0a0;
}
.points-activity--active .points-activity-table-container {
  display: block;
}
.points-activity-table {
  height: 325px;
  max-height: 325px;
  overflow-y: scroll;
  padding-right: 12px;
}
.points-activity-table::-webkit-scrollbar {
  background: #ebebeb;
  width: 6px;
}
.points-activity-table::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #969696;
  -webkit-box-shadow: none;
}
.points-activity-table table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  text-align: left;
  font-size: 16px;
  color: #505050;
}
.points-activity-table table td,
.points-activity-table table th {
  border: 1px solid #ffffff;
  padding: 12px;
}
.points-activity-table table th {
  background: #e1e1e1;
  font-weight: 400;
  position: sticky;
  top: 0;
  border-top: 0;
}
.points-activity-table table td {
  background: #fafafa;
}
.points-activity-table table td.highlight,
.points-activity-table table th.highlight {
  background-color: rgb(0,180,255);
  color: #ffffff;
  text-align: center;
}
.points-activity-table table td.lowlight,
.points-activity-table table th.lowlight {
  background-color: #969696;
  color: #ffffff;
  text-align: center;
}
.points + .rewards-hub {
  border-top: 0;
}
@media (max-width: 991px) {
  .points {
    padding-top: 30px;
    padding-bottom: 90px;
  }
  .points > .container-fluid {
    max-width: 535px;
  }
  .points-grid {
    flex-wrap: wrap;
    align-items: stretch;
  }
  .points-grid-col {
    flex: 0 0 50%;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .points-grid-col .points-number {
    margin-bottom: 8px;
  }
  .points-grid-col .points-title {
    font-size: 20px;
    line-height: 20px;
  }
  .points-grid-col:nth-child(1),
  .points-grid-col:nth-child(3) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .points-grid-col:nth-child(1) {
    border-radius: 5px 0 0 0;
  }
  .points-grid-col:nth-child(2) {
    order: 3;
    flex: 1;
    border-radius: 0;
    padding-top: 28px;
  }
  .points-grid-col:nth-child(2) .points-number {
    margin-bottom: 13px;
  }
  .points-grid-col:nth-child(2) .points-title {
    padding-bottom: 27px;
  }
  .points-grid-col:nth-child(3) {
    border-radius: 0 5px 0 0;
  }
  .points-activity-table-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .points-activity {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .points {
    padding-top: 20px;
    padding-bottom: 80px;
    border-top-width: 5px;
  }
}

/*# sourceMappingURL=main.css.map */
