
body {
  line-height: 1.5em;
  color: #555555;
  font-weight: 400;
  /*background: #f2f2f2;*/
}

main {
  background: #fff;
}

a {
  color: #00aeef;
}

  a:hover {
    text-decoration: none;
    color: #019ad3;
  }

  a:focus {
    outline: none;
  }

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  outline: none;
  color: #00aeef;
}

h1, h2, h3, h4 {
  font-weight: 200;
  margin: 2rem 0;
}

h2 {
  font-size: 36px;
  margin: 3rem 0;
}

h3 {
  margin: 3rem 0 2rem 0;
  font-size: 2rem;
}

section.page .container {
  padding-bottom: 40px;
}

/**************Common********************/
.btn, input.form-control {
  box-shadow: none !important;
}

  .btn:focus, .btn:active, button:focus, button:active {
    border-color: transparent !important;
    outline-color: transparent !important;
    box-shadow: none !important;
  }

  input.form-control:focus, input.form-control:active {
    border: 1px solid #ced4da !important;
    outline-color: #ced4da !important;
  }

.form-control::placeholder {
  color: #ccc;
}

.btn-black {
  background: #000;
  color: #fff;
  border: none;
}

.btn-primary, .btn-blue, a.btn-blue, a.btn-blue:not([href]):not([tabindex]) {
  background: #00aeef;
  color: #fff;
  border: none;
}

  .btn-primary:hover, .btn-blue:hover, a.btn-blue:hover {
    background: #000;
    color: #fff;
  }

.btn-yellow, a.btn-yellow {
  background: #fdad00;
  color: #fff;
}

.icon::before {
  font-size: 18px;
  margin-top: 2px;
  float: left;
  margin-right: 4px;
}

.panel {
  margin-bottom: 20px;
}

.panel-heading {
  padding: 10px 15px;
  border-top: 2px solid #00aeef;
  background: #f2f2f2;
  color: #000;
}

.panel-body {
  padding: 15px;
  background: #f9f9f9;
  margin-bottom: 20px;
}

table {
  max-width: 100%;
  width: 100%;
}

.full-clickable td {
  cursor: pointer;
}

.panel-heading .row {
  margin: 0;
}

.input-group-addon {
  border: 1px solid #ced4da;
  border-radius: .25rem 0 0 .25rem;
  border-right: none;
  padding: 8px;
}

.phone_std {
  width: 30%;
  display: inline-block;
}

.phone_local {
  width: 65%;
  margin-left: 4%;
  display: inline-block;
}

.pull-right {
  float: right;
}

.feedback-message-danger {
  color: #ff0000;
}

.form-horizontal .form-group {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

input {
  outline: 0 none !important;
}

.jumbotron {
  background: none;
}

#captchaFormGroup img {
  margin-top: 15px;
}

#filterToggle {
  cursor: pointer;
  font-size: 14px;
}

  #filterToggle .icon::before {
    font-size: 14px;
    margin-top: 6px;
  }

#filterToggleContent {
  display: none;
}

.ui-datepicker .ui-datepicker-title select, .ui-datepicker table {
  font-size: 14px;
}

.ui-datepicker .ui-datepicker-title select {
  margin-right: 10px;
}

.ui-menu .ui-menu-item {
  font-size: 13px;
  color: #555;
}

.login-remember, .forgotten-password {
  margin-left: -15px;
}

.loginBox {
  display: none;
}

  .loginBox .login-remember, .loginBox .forgotten-password {
    margin-left: 0;
  }

ul.list-inline li {
  display: inline-block;
}

ul.list-unstyled label {
  font-weight: 700;
}

.offerDetails {
  width: 100%;
  margin-right: auto !important;
}


.loadingPanel {
  background: url(/assets/images/loading16.gif) no-repeat center center;
  min-height: 30px;
  display: none;
}

/**************Customized Form Control*******************/
label.error, span.error {
  color: #cc0000;
  font-size: 14px;
  line-height: 1.8em;
}

.error::before {
  content: " "
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input:focus {
  border: none;
}

input[type="text"]:active {
  outline: none;
}

.ui-datepicker-title {
  display: flex;
}

.checkbox input[type="checkbox"] + label:before {
  border-radius: 3px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  background: #fff;
  left: 15px;
  top: 5px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.checkbox input[type="checkbox"][disabled] + label:before {
  background-color: #eee;
}

.checkbox input[type=checkbox]:checked + label:before {
  content: "\e050";
  font-size: 14px;
  color: #555;
  text-align: center;
  line-height: 18px;
  font-family: "simplicityportal" !important;
}

.checkbox label, .radio label {
  padding-left: 30px;
  display: block;
}

.leaderboard-detail .checkbox label {
  padding-left: 45px;
}

.radio input[type="radio"] + label:before {
  border-radius: 9px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  left: 15px;
  /*position: absolute;*/
  top: 4px;
  background: #fff;
}

.radio input[type="radio"]:checked + label:before {
  content: "•";
  font-size: 24px;
  line-height: 13px;
  color: #666;
  text-align: center;
}

/**************Header********************/
header {
  background: #fff;
}

  header nav.navbar {
    background: #fff !important;
    padding: 0;
    margin: 0 auto;
  }

.navbar-brand {
  padding: 0;
}

  .navbar-brand img {
    width: 100%;
  }

.navbar-expand-lg .navbar-nav a.nav-link {
  color: #666;
  padding: 0 2rem;
  font-size: 14px;
  display: flex;
  align-items: center;
}

header .userZone a {
  font-size: 13px;
  float: left;
}

  header .userZone a.icon::before {
    font-size: 22px;
    margin-top: 0;
  }

  header .userZone a.lnkLogin {
    margin-right: 24px;
  }

.dropdown-menu {
  min-width: 200px;
}

.navbar-nav .dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background: #000;
}

  .navbar-nav .dropdown-menu a.nav-link {
    height: 48px;
    color: #fff;
  }

  .navbar-nav .dropdown-menu a:hover {
    background: #00aeef;
  }


header .container {
  position: relative;
}

.nav-login {
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}

  .nav-login a {
    color: #fff;
    font-size: 13px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.lnkLogout {
  float: right;
  margin-left: 10px;
}

  .lnkLogout::before {
    font-size: 14px;
    margin-top: 6px;
  }

/**************Footer********************/

/*footer a.navbar-brand img{filter:grayscale(100%);transition:filter 1s;}*/
footer a.navbar-brand:hover img {
  filter: grayscale(20%);
}

.navbar.nav-social {
  padding: .5rem 0;
}

.nav-social .nav-item a img {
  filter: grayscale(100%);
  margin-right: 10px;
  transition: filter 1s;
}

.nav-social .nav-item a:hover img {
  filter: grayscale(0%);
}

.copyright {
  display: block;
  clear: both;
  font-size: 13px;
  color: #666;
  margin: 0;
}

.footer-nav {
  float: right;
  margin-top: 40px;
}

  .footer-nav a.nav-link {
    font-size: 13px;
    text-transform: capitalize;
    padding: 0 0.5rem;
    text-align: right;
  }

    .footer-nav a.nav-link:hover {
      color: #019ad3;
    }

/**************Home page********************/

.howItWork aside {
  color: #fff;
  text-align: center;
}

  .howItWork aside p > a {
    margin-right: 10px;
    color: #fff;
    text-decoration: underline;
  }

.col-collectPoints .image {
  background-image: url(../images/collect-points.jpg);
}

.col-collectPoints .content {
  background: #6aa338;
}

.col-getRewards .image {
  background-image: url(../images/get-rewards.jpg);
}

.col-getRewards .content {
  background: #00aeef;
}

.carousel-control-next, .carousel-control-prev {
  width: 10%;
  z-index: 99999;
}

.carousel-item {
  height: 720px;
}

.carousel-img {
  height: 720px;
  filter: brightness(70%);
  transition: filter 1s;
  width: 100%;
  position: absolute;
  top: 0;
  background-position: top center;
  background-repeat: no-repeat;
}

  .carousel-img:hover {
    filter: brightness(90%);
  }

.carousel-item .container {
  position: relative;
}

.carousel-caption {
  top: 10px;
  bottom: auto;
  padding: 0;
  left: 15px;
  width: 50%;
}

.slider {
  text-align: left;
  width: 600px;
}

.carousel-caption h5 {
  font-size: 48px;
  margin-top: 2em;
  margin-bottom: 2rem;
}

.carousel-caption p {
  font-size: 16px;
  line-height: 1.8em;
}

.carousel-caption .btns {
  margin-top: 48px;
}

.carousel-caption a.btn {
  margin-right: 15px;
  text-transform: uppercase;
  font-weigth: 700;
  padding: 0.8em 2em;
}

.heroSection {
  position: relative;
}

.carousel {
  z-index: 1;
}

.loginBox .login-panel {
  position: absolute;
  top: 20px;
  right: 0px;
  background: #fff;
  border-radius: 3px;
  padding: 0 1rem;
  border-top: 4px solid #00aeef;
  width: 300px;
}

  .loginBox .login-panel .panel-heading {
    padding: 1.6rem 0;
    font-size: 24px;
    font-weight: 200;
    border: none;
    background: #fff
  }

  .loginBox .login-panel .panel-body {
    padding: 0;
    background: none;
  }

  .loginBox .login-panel label, .loginBox .login-panel a {
    font-size: 14px;
  }

  .loginBox .login-panel input::placeholder {
    font-size: 14px;
    color: #999;
  }

.loginBox .formGroupLoginUser label, .formGroupUserLoginPassword label {
  display: none;
}

.loginBox .col-md-6 {
  max-width: 100%;
  padding: 0;
}

.loginBox .login-submit {
  padding: 0;
}

.loginBox .formGroupLoginSubmit .btn {
  width: 100%;
  background: #00aeef;
  border: none;
  text-transform: uppercase;
}

.searchBox {
  position: absolute;
  bottom: 0px;
  background: #000;
  width: 100%;
  padding: 15px 0;
  z-index: 9;
  display: none;
}

  .searchBox .form-group {
    flex: 1;
    position: relative;
  }

    .searchBox .form-group input {
      width: 100%;
      background: #818181;
      border-color: #818181;
      padding-left: 32px;
    }

      .searchBox .form-group input::placeholder {
        color: #444;
      }

    .searchBox .form-group .icon::before {
      position: absolute;
      top: 4px;
      left: 5px;
      font-size: 24px;
    }


.featuredRewards .img > img {
  width: 252px;
}

.featuredRewards h4 {
  height: 60px;
  overflow: hidden;
  text-overflow: ellpsis;
}

.featuredRewards p {
  height: 100px;
  overflow: hidden;
}

.featuredRewards .col {
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 25px;
}

/*.featuredRewards .col::before{content:"Sale Item";background:url(../images/redRibbon.png) no-repeat;line-height:2em;color:#fff;position:absolute;top:4px;left:4px;transform: rotate(-45deg);text-align:center;width:140px;height:140px;}*/



/******************Member Portal*******************************/

.memberPortalWelcome {
  background: url("/images/dashboard-banner.jpg") bottom no-repeat;
  color: #fff;
  padding: 3em 0 0 0;
}

  .memberPortalWelcome h3, .toNextLevel {
    font-weight: 200;
    height: 54px;
  }

  .memberPortalWelcome h2.heading {
    margin-top: 0;
  }

    .memberPortalWelcome h2.heading span {
      font-weight: 400;
    }

  .memberPortalWelcome span.membershipNo {
    font-weight: 400;
    color: #fff;
    font-size: 24px;
  }

.info-box {
  background: #000;
  height: 100px;
  width: auto;
  border-radius: 75px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bronze .info-box {
  background: #e57a2b;
}

.silver .info-box {
  background-image: linear-gradient(#a1a2a3, #ccc);
}

.gold .info-box {
  background-image: linear-gradient( #b98e3f,#d1b168, #d1b168);
  color: #765304;
}

.info-box .wrapper {
  line-height: normal;
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 15px;
  color: #fff;
}
/*.info-box .wrapper::after{content:"pts";vertical-align: super;font-size:14px;}*/
.info-box.info {
  background: #00aeef; /*url(/images/bronze.png) no-repeat;*/
  text-align: center;
}

.info-box.info-level .wrapper {
  font-size: 24px;
}

.levelName {
  font-size: 18px;
}

.manageAccount {
  margin-top: 3rem;
}

  .manageAccount .card-header h3.icon::before {
    font-size: 24px;
    color: #999;
    font-weight: 200;
  }

  .manageAccount .card-header h3 {
    font-size: 1.5rem;
    font-weight: 200;
    margin: 0;
  }

  .manageAccount .card-body {
    display: flex;
    text-align: center;
  }

  .manageAccount .col {
    padding: 0 32px;
  }

    .manageAccount .col:first-of-type {
      padding-left: 15px;
    }

    .manageAccount .col:last-of-type {
      padding-right: 15px;
    }

  .manageAccount i.icon::before {
    font-size: 48px;
    float: none;
    line-height: 36px;
    position: relative;
    top: 16px;
    margin: 0;
  }

  .manageAccount i.icon {
    height: 72px;
    width: 72px;
    background: #d3e7f9;
    border: 2px solid #325d88;
    border-radius: 36px;
    display: inline-block;
  }

  .manageAccount h4 {
    border-top: 1px solid #00aeef;
    color: #00aeef;
    margin: 10px 0;
    padding-top: 10px;
    font-weight: 400;
    font-size: 20px;
  }

  .manageAccount a.btn-blue {
    width: 100%;
    border-radius: 0;
    margin-top: 20px;
  }

.memberFeaturedOffer {
  background: #f4f4f4;
  padding-top: 0.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

  .memberFeaturedOffer h3 {
    margin: 1.5rem 0 2rem 0;
  }

    .memberFeaturedOffer h3 span {
      color: #00aeef;
      font-weight: 700;
    }


.autoTabField {
  float: left;
  margin-right: 10px;
  font-size: 14px;
}

  .autoTabField .tip {
    font-size: 12px;
    font-style: italic;
    color: #999;
    position: absolute;
    display: none;
    top: 62px;
    line-height: 1.2em;
  }

.ledger-toggle .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

  .ledger-toggle .btn.selected {
    background: #00aeef;
    color: #fff;
    outline: none !important;
    box-shadow: none;
  }

#transferpointsDiv {
  margin-bottom: 15px;
  float: left;
}

.transferPoint {
  padding-bottom: 40px;
}

#transferpointsDiv a {
  color: #fff;
}

#transferPointsForm {
  clear: both;
}

/***********************Partners page**************************************/

.stores-list img {
  width: 240px;
}

.stores-list li {
  margin-bottom: 30px;
}

.stores-list h4 {
  font-weight: 400;
  margin-bottom: 10px;
}

.partner-list {
  margin-top: 30px;
}


/***********************Reward List & Details page**************************************/
.breadcrump {
  margin: 1.2rem 0;
  font-size: 13px;
  color: #999;
  display: none;
}

.navbar-collapse.rewardCategorySideBar {
  display: block !important;
}

.rewardCategorySideBar h4 {
  font-size: 1.2rem;
  color: #2f2f2f;
  font-weight: 400;
}

.rewardCategorySideBar h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.categories-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}

  .categories-navigation a {
    color: #666;
    text-decoration: underline;
    padding-bottom: 0.8rem;
    font-weight: 300;
    display: flex;
    font-size: 15px;
  }

.rewardList, .rewardItems {
  margin-top: 10px;
}

.search-form {
  margin-bottom: 1rem;
}

.search-group, .sort-form {
  display: flex;
  align-items: center;
}

.sort-form {
  justify-content: flex-end;
}

.search-group .input-group-addon {
  border-radius: 0 0.25rem 0.25rem 0;
  border-left: none;
  border-right: 1px #ced4da solid;
  padding: 0;
  width: 126px;
  color: #999;
  margin-right: 1rem;
  text-overflow: ellipsis;
}

.sort-form select {
  width: 180px;
  margin-left: 1rem;
}

.search-group .form-control {
  border-right: none;
  width: 60%;
}

.offer {
  border: 1px solid #d2d2d2;
  text-align: center;
  font-size: 14px;
  margin-bottom: 1.5rem;
}

.dvBody {
  padding: 1rem;
  height: 420px;
}

.offer h4 {
  text-transform: uppercase;
  color: #00aeef;
  font-size: 1rem;
  font-weight: 400;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  margin-top: 15px;
}

a.offerImg {
  height: 250px;
  display: block;
}

  a.offerImg img {
    max-width: 100%;
    height: 250px;
  }

.dvPrice {
  display: block;
  float: left;
  text-align: left;
}

.standardPrice {
  color: #999;
}

.lblOfferPrice {
  font-size: 12px;
}

.offerPrice span, span.offerPrice {
  color: #cc0000;
  font-size: 24px;
}

.dvPoints {
  float: right;
  color: #000;
  font-size: 24px;
}

  .dvPoints label {
    display: none;
  }

.pointsPrice sub {
  top: -0.5rem;
  color: #019ad3;
}

.dvBonusPrice {
  display: block;
  text-align: left;
  clear: both;
}

.bonusPoints {
  color: #00aeef;
}

.dvfooter {
  border-top: 1px dashed #d2d2d2;
  padding: 1rem;
  background: #f5f5f5;
  height: 98px;
}

.partner-logo {
  max-height: 40px;
}

.partner-list .stores-list {
  list-style: none;
  padding: 0;
}


.thumbnail a > img, .thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
}

.offer-images .thumbnail {
  float: left;
  height: 50px;
  line-height: 50px;
  margin: 0 3px 5px;
  text-align: center;
  width: 50px;
  border: 1px solid #ccc;
  padding: 0.2rem;
}

  .offer-images .thumbnail.selected {
    border-color: #337ab7;
  }

.offer-images .main-thumbnail {
  margin: 0 0 10px;
  min-height: 240px;
  text-align: center;
  width: 100%;
  padding: 10px;
}

  .offer-images .main-thumbnail img {
    margin: 0 auto;
  }

.ul-offer-options {
  list-style: none;
  padding-left: 0;
}

  .ul-offer-options li {
    margin-bottom: 12px;
  }

    .ul-offer-options li label {
      width: 120px;
      margin-right: 10px;
    }

.offer-colour-swatch {
  height: 24px;
  width: 24px;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}

  .offer-colour-swatch.selected {
    border: 3px double #000;
    border-spacing: 2px;
  }

  .offer-colour-swatch[data-colour|=black].selected {
    border: 3px double #fff;
  }

.ul-offer-options .form-inline label {
  justify-content: flex-start;
}

.ul-offer-options select.form-control, .ul-offer-options .input-group {
  width: 160px;
}

.ul-offer-options .input-group-text {
  cursor: pointer;
}

.decrease-quantity {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.increase-quantity {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.offer-images .mainImg {
  min-width: 320px;
}

h2.offerName {
  color: #00aeef;
}

h4.offer-heading {
  clear: both;
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #d2d2d2;
  padding-bottom: 0.5rem;
  margin-top: 0;
  padding-top: 2rem;
}

.offer-detail-text {
  margin-bottom: 2rem;
}

#pnlNowPrice {
  float: left;
}

#pnlPointsPrice {
  float: right;
}

#pnlBonusPoints {
  clear: both;
  display: block;
}

.pointsPrice {
  color: #000;
}

#pnlPointsPrice sub {
  top: -0.5rem;
  color: #019ad3;
}

h4.offerAvailable, h4.lblPartnerName {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #444;
  font-weight: 400;
}

#btnBuyNow, .btn-submit {
  width: 100%;
  text-transform: uppercase;
  font-size: 24px;
  margin: 20px 0;
}

#spanBuyNowSuccess {
  margin: 20px 0 0 0;
  display: block;
}

/********************Points page*************************************/

.points-content .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.loyaltyPointSuffix {
  vertical-align: super;
  font-size: 14px;
}

.pointsValue, .pt {
  color: #00aeef;
  font-size: 24px;
}

.pointsValue {
  font-size: 36px;
}

.rightSidebar {
  text-align: center;
}

  .rightSidebar h3:first-of-type {
    margin-top: 0;
  }

/********************voucher page*************************************/

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

  .voucherstatus li label {
    font-size: 13px;
    cursor: pointer;
  }

  .voucherstatus li input:checked + label {
    text-decoration: underline;
  }

  .voucherstatus li::after {
    content: "|";
    margin: 0 10px;
  }

  .voucherstatus li:last-of-type::after {
    content: '';
    margin: 0;
  }

.voucher-tile {
  margin-bottom: 1.5rem;
}

.voucher {
  text-align: center;
  border: 1px solid #d2d2d2;
  text-align: center;
  font-size: 14px;
}

  .voucher .dvBody {
    height: 304px;
  }
/*.voucherImg {
    width: 132px;
    height: 132px;
    margin: 0 auto;
  }*/
.voucherImg {
  min-height: 132px;
  display: block;
  height: 60%;
  margin-bottom: 5%
}

  .voucherImg img {
    max-width: 100%;
    max-height: 100%;
  }

.member-voucher-friendly-print .voucherQrCode {
  text-align: center;
}

.member-voucher-friendly-print span.control-label {
  font-weight: bold;
  display: inline-block;
  text-align: left;
}

.member-voucher-friendly-print {
  margin: 15px;
  border: 1px dashed #00aeef;
  border-radius: 16px;
  padding: 15px;
}

  .member-voucher-friendly-print h4.offer-heading {
    margin-top: 0;
    padding: 10px;
    font-weight: 700;
    color: #00aeef;
  }
/*************************Text pages************************************/
main section {
  background-size: cover;
  background-position: center center;
}

main h2 {
  padding: 30px 0;
  margin-top: 0;
  font-size: 48px;
}

.card {
  display: block;
  background: none;
}

.hiw .card {
  border: none;
  text-align: center;
}

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

.card {
  font-size: 14px;
}

  .card h5 {
    font-size: 24px;
  }

  .card img {
    margin-bottom: 30px;
  }

.hiw .card img {
  width: 180px;
}

.card p {
  margin: 30px 0;
}

section.darkSection .card {
  color: #fff;
  padding: 45px 0;
}

section .card {
  text-align: center;
}

section.lightSection h2, section.lightSection .card, section.lightSection h5 {
  color: #1e2a59;
}

section.lightSection h5 {
  border-top: 1px solid #019ad3;
  padding-top: 30px;
}

section.hiw2 .card {
  border: none;
}

/*************************Shopping cart************************************/
.shoppingCartThumbnail {
  width: 120px;
}

.cart-loading-panel {
  min-height: 100px;
  background: rgba(255,255,255,.5) url(/assets/images/loading16.gif) no-repeat center center;
}

.order-status-loading-panel {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3c3c3c; /* Dark gery */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1.5s linear infinite;
  float: right;
  margin-top: 2px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/********Responsive*****/
@media (min-width:360px) {
  .sticky-top {
    position: static;
  }

  .container {
    width: 100%;
  }

  .carousel-img {
    height: 640px;
    background-size: cover;
  }

  .navbar-brand {
    width: 100%;
    text-align: center;
    margin: 0;
  }

    .navbar-brand img {
      width: 200px;
      margin: 20px auto
    }

  .navbar-toggler {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px;
  }

  .navbar-collapse {
    background: #000;
    z-index: 999;
    position: absolute;
    top: 72px;
    width: 100%;
  }

  .navbar-expand-lg .navbar-nav a.nav-link {
    color: #fff;
    line-height: 48px;
  }

  li.nav-item {
    line-height: 36px;
    border-bottom: 1px solid #fff;
  }

  .carousel-item, .carousel-img {
    height: 240px;
    background-size: cover;
  }

  .howItWork h2, .featuredRewards h2 {
    font-size: 28px;
    margin: 1.8rem 0;
    text-align: center;
  }

  .howItWork aside h3 {
    font-size: 24px;
    margin: 0 0 1rem 0;
  }

  .howItWork aside {
    padding: 0 15px;
  }

    .howItWork aside p {
      line-height: 1.4rem;
    }

    .howItWork aside .content {
      padding: 25px;
    }

  aside .image {
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }

  .featuredRewards .col {
    margin: 0 15px 15px 15px;
  }

  .promotion {
    background: url("/images/promotionZone.jpg") no-repeat right top;
    background-size: cover;
  }

    .promotion img {
      height: 150px;
      width: 100%;
    }

  footer {
    text-align: center;
  }

  .memberPortalWelcome {
    background-position: top;
  }

  header.navbar {
    padding: 0;
  }

  .nav-login {
    position: static;
    width: 100%;
    background: #000;
    padding: 5px 15px;
  }

  .userZone {
    padding: 5px 15px;
    margin: 0 auto;
    text-transform: uppercase;
  }

  .nav-login a {
    display: inline-block;
  }

  #lnkShoppingCart {
    text-align: right;
    float: right;
  }

  .welcomeContent p {
    display: none;
  }

  .memberPortalWelcome h2.heading {
    display: none;
  }

  .row.status {
    margin-top: 20px;
  }

/*  .info-box {
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }

    .info-box .wrapper {
      font-size: 28px;
      font-weight: 500;
    }
*/
  .memberPortalWelcome h3, .toNextLevel {
    font-size: 1.25rem;
    margin: 1rem 0;
  }

  .memberFeaturedOffer h3 {
    font-size: 1.5rem
  }

  section.banner {
    height: 100px;
    overflow: hidden;
  }

    section.banner img {
      height: 100%;
      width: 100%; /*auto;*/
      max-width: none;
    }

  .rewardCategorySideBar h4 {
    margin: 1rem 0;
  }

  .navbar-categories {
    left: auto;
    right: 15px;
  }

  .page1329 {
    padding-top: 30px;
  }

  .main-image {
    padding-bottom : 10px !important;
  }
}


@media (min-width: 320px) and (max-width:575px) {
  th#thSubTotalHeader.cart-subtotal-column {
    width: 120px !important;
    text-overflow: ellipsis;
  }
}

@media (max-width:576px) {
  th#thSubTotalHeader.cart-subtotal-column {
    width: 120px !important;
    text-overflow: ellipsis;
  }
}

@media (max-width: 767px) {
  .sort-form {
    justify-content: flex-start;
    margin-bottom:5px;
  }

    .sort-form select {
      width: 130px;
      margin-left: 1rem;
      text-overflow: ellipsis;
    }

  .search-group .form-control {
    border-right: none;
    width: 37%;
  }

  .align-row {
    margin-top: 1.6%;
  }

}

@media (min-width: 768px) {
  .carousel-item, .carousel-img {
    height: 540px;
    background-size: cover;
  }

  .align-row {
    margin-top: 1.3%;
  }

  .offer-details-content {
    padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .sticky-top {
    position: sticky;
  }

  .container {
    width: 100%;
  }

  header nav.navbar {
    height: 72px;
  }

  .navbar-collapse {
    background: none;
    z-index: 999;
    position: static;
    width: auto;
  }

  .navbar-brand {
    width: 200px;
    margin-right: 2rem;
    display: flex;
    align-items: center;
  }

  .navbar-toggler {
    display: none;
  }

  .loginBox {
    position: relative;
    z-index: 99;
    display: block;
  }

  .carousel-item, .carousel-img {
    height: 640px;
    background-size: cover;
  }

  .navbar-brand {
    width: auto;
  }

  .navbar-expand-lg .navbar-nav a.nav-link {
    color: #666;
    line-height: 48px;
  }

  .navbar-nav ul.dropdown-menu a.nav-link {
    color: #fff;
  }

  li.nav-item {
    line-height: 36px;
    border-bottom: none;
  }

  .howItWork aside {
    height: 330px;
  }

    .howItWork aside .image {
      float: right;
      width: 40%;
      height: 330px;
      overflow: hidden;
    }

  .howItWork .content {
    height: 330px;
    float: left;
    width: 60%;
  }

  .howItWork aside a.btn {
    margin-top: 80px;
  }

  .featuredRewards h3 {
    margin: 3rem 0;
    display: block;
  }

  .howItWork aside {
    padding: 0;
  }

    .howItWork aside h3 {
      margin-top: 0;
      font-size: 2.0rem;
    }

    .howItWork aside p {
      line-height: 2.0rem;
    }

  .featuredRewards .col {
    margin: 0 3.5% 0 0;
    max-width: 31%;
    position: relative;
  }

  .promotion {
    margin-top: 3rem;
  }

  .featuredRewards.container {
    padding-bottom: 2rem;
  }

  footer.container {
    padding: 60px 0;
  }

  .nav-login {
    min-width: 160px;
    position: absolute;
    right: 0px;
    top: 100px;
    background: #00aeef;
    color: #fff;
    border-radius: 5px;
    padding: 12px;
    box-shadow: 2px 2px 2px #2f434a;
    max-width: 240px;
  }

  .userZone {
    width: auto;
    background: #fff;
    padding: 0;
  }

  .memberPortalWelcome {
    padding: 3em 0 3em 0;
  }

    .memberPortalWelcome h3, .toNextLevel {
      font-size: 24px;
      margin: 1rem 0;
    }

    .memberPortalWelcome span.membershipNo {
      font-size: 24px;
    }

    .welcomeContent p, .memberPortalWelcome h2.heading {
      display: block;
    }

/*  .info-box {
    width: 150px;
    height: 150px;
    border-radius: 75px;
  }*/

  .featuredRewards .col:last-of-type {
    margin-right: 0;
  }

  section.banner {
    height: 200px;
    overflow: hidden;
  }

    section.banner img {
      /*height: auto;*/
      width: 100%;
      max-width: 100%;
    }

  .copyright {
    text-align: left;
    padding-top: 12px;
  }

  .align-row {
    margin-top: 1.1%;
  }

  .offer-details-content {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    width: 100%;
  }

  .align-row {
    margin-top: 0;
  }
}

.pagination li.active .page-link {
  background: #019ad3;
  color: #fff;
}

.pagination {
  float: right;
}


.badge-img {
  display: block;
  margin: auto;
  width: 128px;
}

.badge-stub-img {
  width: 35px;
  padding: 0px 5px;
}

.image-greyscale img {
  filter: grayscale(100%) opacity(30%);
}


/* Program benefit table */

.program-benefit-table th.program-name-data {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  border-left: solid white 2px;
  border-right: solid white 2px;
}

  th.program-name-data.Bronze {
    background-color: darkgoldenrod;
  }

  th.program-name-data.Silver {
    background-color: silver;
  }

  th.program-name-data.Gold {
    background-color: gold;
  }

  th.program-name-data.Platinum {
    background-color: gainsboro;
  }


  .program-benefit-group-table-row td, td.program-benefit-name-data {
    text-align: left;
    vertical-align: middle;
    padding: 5px;
  }

td.program-benefit-availability-data {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  height: 65px;
  margin: 2px;
}

.program-benefit-group-table-row {
  border-top: 2px solid white;
  background-color: moccasin;
}
  .program-benefit-group-table-row.group-name-empty {
    height: 20px;
    border-bottom: none;
  }

.program-benefit-table-row {
  border-top: 1px solid black;
}

.program-benefit-group-name {
  font-weight: bold;
}

.program-benefit-availability-image {
  width: 36px;
}

.program-benefit-availability-text {
  display: block;
}

.survey-page {
  border: solid 1px black;
  border-radius: 5px;
  padding: 15px;
}

.required-asterisk {
  color: darkred;
}

.survey-action-buttons {
  margin-top: 15px;
  text-align: right;
}

.leaderboard-detail .nav-refresh-flag {
	display: none !important;
}