@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700");
/*! jQuery UI - v1.12.1 - 2017-03-28
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #fff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.ui-autocomplete .ui-menu-item {
  cursor: pointer;
}

.ui-autocomplete .ui-autocomplete .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #212529;
  white-space: nowrap;
  width: 100%;
  padding: 10px 10px;
}

.ui-autocomplete .ui-state-hover,
.ui-state-active {
  width: 100%;
  margin: 0;
  background: #EBEBEB;
  /*
    text-decoration: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    */
}

.ui-autocomplete .ui-menu-item-wrapper {
  padding: 5px 10px;
  margin: 0;
}

.ui-helper-hidden-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.select2-results .sel-col2 {
  float: right;
  margin-right: 0.75rem;
}
.select2-selection__rendered .sel-col2 {
  float: right;
  margin-right: 15px;
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(0,0,0,0.87);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 220px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--default .select2-selection--single .select2-selection__arrow, .btn.dropdown-toggle::after {
  color: transparent;
  background-size: 12px 6px;
  background-position: right 4px center;
}

.btn.dropdown-toggle::after {
  border: none;
  height: 100%;
  width: 20px;
  vertical-align: baseline;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
}

.select2-dropdown {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border: none;
}

.select2-container--default .select2-selection--single {
  border: none;
}

#sortOptions .select2-container .select2-selection--single .select2-selection__rendered {
  text-align: right;
  font-size: 14px;
}

#sortOptions .select2-container .select2-selection--single .select2-selection__rendered:before {
  content: 'Sort by: ';
  font-weight: 600;
}

#sortOptions .select2-container .select2-selection--single .select2-selection__rendered {
  overflow: visible;
}

#sortOptions .select2-container {
  width: auto !important;
  padding-right: 2px;
}

#sortOptions .select2-selection.select2-selection--single,
#sortOptions .select2-selection__rendered, #sortOptions .select2-selection__arrow {
  height: 40px;
  line-height: 40px;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #F7F7F7;
}

html {
  height: 100%;
}

.container {
    max-width: 1140px;
}

.btn-link.focus, .btn-link:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
main a {
  text-decoration: none;
}
main a:hover {
  text-decoration: underline;
}

a.dropdown-toggle {
  text-decoration: none;
}

a {
  color: #2777B0;
}

.alert-success {
  background: transparent;
  border: 1px solid #54B34A;
  padding-left: 50px;
  padding-top: 12px;
  position: relative;
  font-size: 16px;
  opacity: 1;
}

.alert-success .alert-img {
  width: 20px;
  position: absolute;
  left: 16px;
  top: 16px;
}

.alert-success.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.btn-primary {
  background-color: #287CB0;
  border-color: #287CB0;
  padding-top: 8px;
  padding-bottom: 8px;
}

#unlinkButton:disabled {
    background-color: #287CB0;
    border-color: #287CB0;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: not-allowed;
    opacity: 1;
}

.btn-xl {
  height: 70px;
  width: 400px;
  max-width: 100%;
  margin: 12px auto;
  display: block;
  font-size: 26px;
  line-height: 2.05;
}

.btn-search {
  position: absolute;
  right: 0;
}

.form-search {
  position: relative;
}

.btn-search img {
  position: relative;
  top: -2px;
}

.form-search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.form-search input {
  width: 100% !important;
}

.form-search-zip {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: anchor-center
}
@media screen and (max-width: 767px) {
  .form-search-zip {
    width: 85%;
  }
}
/* FIREFOX ONLY MEDIA QUERY */


@-moz-document url-prefix() {
  .form-search-zip {
    width: 100%;
  }
}
.form-search-zip label {
  white-space: nowrap;
  margin-right: 10px;
  margin-left: 10px;
}

.form-search-zip label svg {
  margin-right: 6px;
}
.form-search-zip .zip{
  max-width: 155px;
  display: block;
}
@media screen and (max-width: 767px) {
  .form-search-zip .zip{
    max-width: 100%;
  }
}

.btn.dropdown-toggle, input.form-control {
  border: 2px solid #9E9E9E;
  border-radius: 2px;
}

.btn.dropdown-toggle {
  background: #FFFFFF;
  position: relative;
  text-align: left;
}
.form-search-zip-container {
  margin-right: 8px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .form-search-zip {
    display: flex !important;
  }
  .form-search-zip label {
    display: block !important;
  }
 }

@media screen and (max-width: 767px) {
  .form-search-zip-container {
    position: absolute;
    margin-right: 0px;
    left: 0;
    top: 45px;
    right: 0;
  }
  .form-search-zip {
    margin: 0px auto;
  }
  .form-search-zip label {
    margin-left: 0px;
  }
  .earn-filtering-nav.earn-filtering-nav-instore {
    margin-bottom: 65px;
    position: relative;
  }
}
.earn-filtering-nav #left_filter_bar {
  margin-left: auto;
}
.earn-filtering-nav #left_filter_bar  .select2-selection__rendered {
  background: transparent !important;
}
@media screen and (min-width: 768px) {
  .earn-filtering-nav.earn-filtering-nav-instore {
    padding: 20px 12px;
  }
}

a, .btn-link {
  color: #2777B0;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #breadcrumbsContainer {
    margin-top: 25px;
  }
}

@media screen and (min-width: 576px) {
  .btn-search {
    right: 8px;
  }
}

.well-white {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}

/* Typography */
@media screen and (max-width: 575px) {
  .homepage-heading + p {
    text-align: left !important;
  }
}
.homepage-heading {
  text-align: center;
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .homepage-heading {
    margin-top: 52px;
    margin-bottom: 32px;
    font-size: 36px;
  }
}

@media screen and (max-width: 575px) {
  .homepage-heading {
    font-size:20px;
    font-weight: 600;
    text-align: left;
  }
}

@media (max-width: 575px) {
  .container > .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

h1 {
  font-size: 20px;
  margin-bottom: 16px;
}

h2 {
  font-size: 16px;
  margin-bottom: 13px;
}

.earn-home-section {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .earn-header{
    padding-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .earn-home-section {
    margin-bottom: 19px;
  }
  h1 {
    font-size: 38px;
    margin-bottom: 35px;
  }
  h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.earn-section {
  margin-bottom: 50px;
}

/* Header Navigation */
.navbar-sso {
  font-size: 14px;
  height: 40px;
  background-color: #646567 !important;
}

.navbar-sso .small {
  font-size: 12px;

}

/* Sticky Header Navigation */
.sticky-navbar {
  position: sticky;
  top: 0;
  z-index: 1050;
}


@media screen  and (max-width: 768px) {
  .navbar-sso .small {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 130px;
    overflow: hidden;
  }
}

.navbar-sso .nav-item-rdivider {
  position: relative;
}

.navbar-sso .nav-item-rdivider:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 15px;
  margin-top: 12px;
  background: #8E8E8E;
}

.navbar-sso .nav-item-ldivider {
  position: relative;
}

.navbar-sso .nav-item-ldivider:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 15px;
  margin-top: 12px;
  background: #8E8E8E;
}
.navbar-primary {
  background-color: #ffffff !important;
}

.navbar-primary .nav-link {
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  font-weight: 600;
}
.unauth .navbar-primary .nav-link {
  font-weight: normal;
}
.navbar-primary .nav-item-rdivider {
  position: relative;
}


.navbar-primary .nav-item-rdivider:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 26px;
  margin-top: 8px;
  background: #636363;
}

.navbar-sso .navbar-nav .nav-link {
  color: #fff;
}

:root {
  --dropdown-arrow-mobile-pos: 0px;
}

.auth .navbar-primary .dropdown .dropdown-menu {
  left: 5%;
}


@media screen  and (orientation: portrait)  and (max-width: 568px) {
  .navbar-sso .dropdown-menu {
    right: 0px;
    left: 0px;
    top: 40px;
    width: 98vw;
  }
}
@media screen  and (orientation: landscape) and (max-width: 768px) {
  .navbar-sso .dropdown-menu {
    right: 0px;
    left: 0px;
    width: 98vw;
  }
}
.dropdown-menu-msgcenter.dropdown--arrow-top {
  --arrow-pos: 10px;
}

@media screen and (max-width: 767px) {
  .dropdown-menu-msgcenter.dropdown--arrow-top:before {
    left: var(--arrow-pos);
  }
  .dropdown-menu-msgcenter.dropdown--arrow-top:after {
    left: var(--arrow-pos);
  }
}

.dropdown-menu-msgcenter .empty-message img {
    display: block;
    height: 76px;
    margin: 0 auto;
    margin-bottom: 1rem;
    width: 60px;
}
.dropdown-header {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
    #dropdown-menu-msgcenter  {
      position: absolute;
      left: 50%;
    }
    .msg-center-loadmore {
      color: #2777B0 !important;
    }
    .dropdown-menu-msgcenter .empty-message img {
        height: 89px;
        width: 70px;
    }
}

.dropdown-menu-msgcenter .empty-message span {
    color: #979797;
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}


.navbar-nav .dropdown-toggle::after {
  display: none;
}

.navbar-sso .nav-msgcenter--newmessages .nav-msgcenter-messagedot {
  fill: #F26B20;
}

.navbar-light {
  /* nav-bg: */
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.navbar-primary .nav-item {
  position: relative;
}

.navbar-light .nav-item a {
  color: #323232 !important;
}

.navbar-primary .nav-item.active:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 5px;
  background: #000;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
}
.auth .navbar-primary .nav-logo.nav-logo-1 {
  max-height: 150px;
  max-width: 160px;
}
@media screen and (max-width: 568px) {
  .auth .navbar-primary .nav-logo.nav-logo-1 {
    max-height: 150px;
    max-width: 120px;
  }
}
.unauth .nav-logo {
  max-height: 150px;
  max-height: 75px;
}
@media screen and (max-width: 568px) {
  .nav-logo-2-wrapper {
    padding-right: 0px;
  }
}
.auth .navbar-primary .nav-logo.nav-logo-2 {
  max-height: 60px;
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .unauth .nav-logo {
    max-height: 40px;
    height: auto;
    width: auto;
  }
  .nav-logo.nav-logo-1 {
    height: auto;
    width: auto;
    max-width: 120px;
  }
}
.anon .navbar-primary {
  font-size: 14px;
}

/*Dropdown Menus*/
.account-dropdown-menu svg {
  width: 50px;
  margin-right: 12px;
}

.account-dropdown-menu {
  width: 375px;
  max-width: 100vw;
}
@media screen and (max-width: 568px) {
  .dropdown-menu.account-dropdown-menu {
    left: -85vw;
    right: -100vw;
  }
}

.account-dropdown-menu .dropdown-item-text {
  font-size: 20px;
}

.account-dropdown-menu a {
  padding-top: 16px;
  padding-bottom: 16px;
}

.dropdown-menu {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border: none;
  z-index: 20000;
  max-height: 73vh;
  overflow-y: auto;
}

@media screen and (max-width: 568px) {
  .dropdown-menu {
    font-size: 13px;
  }
}

.dropdown--arrow-top.dropdown-menu:before {
  position: absolute;
  top: -9px;
  right: 9px;
  width: 10px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ccc;
  border-left: 9px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown--arrow-top.dropdown-menu:after {
  position: absolute;
  top: -9px;
  width: 10px;
  right: 10px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ffffff;
  border-left: 9px solid transparent;
  content: '';
}

.dropdown-menu-msgcenter {
  width: 412px;
  max-width: 100vw;
}

.dropdown-menu-msgcenter .dropdown-item {
  white-space: normal;
}

.dropdown-menu-msgcenter .btn-link {
  color: #2777B0 !important;
}

.msgcenter-item.msgcenter-item--new {
  background-color: #fff;
  color: #323232;
}

.msgcenter-item--new:after {
  content: '';
  height: 6px !important;
  width: 6px !important;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: 0;
  overflow: hidden;
  border-radius: 50%;
  background-color: #D0021B;
}

.msgcenter-time {
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

.msgcenter-time-nojs {
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

.msgcenter-item {
  position: relative;
  padding-bottom: 12px;
  padding-top: 12px;
  border-bottom: 1px solid #D1D1D1;
  padding-right: 30px;
  color: #747474;
}

/*
navigation bar - Earn Points, earnlink tab dropdown styles
*/

/* Arrow Icon Styling */
.dropdown-arrow {
  display: inline-block;
  margin-left: 150px;   /* to place the arrow to the very right */
  vertical-align: middle;
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.dropdown-toggle[aria-expanded="true"] .dropdown-arrow {
  transform: rotate(-135deg);
}

/* Submenu Background */
.dropdown-submenu .collapse {
  background-color: #f7f7f7; /* Light gray background */
}

/* Submenu Items Styling */
.submenu-wrapper .dropdown-item {
  padding-left: 2.1rem; /* Adjust indentation as needed */
  padding-right: 1.5rem;
}

/* Hover Effect */
.submenu-wrapper .dropdown-item:hover {
  background-color: #e9ecef; /* Default Bootstrap hover color */
}

/* Adjust Main Dropdown Items for Consistency */
.dropdown-menu .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.dropdown-item.dropdown-submenu {
  background: none;
  padding: 0;
}

/* Adjust the Categories link to match other dropdown items */
.dropdown-submenu > .dropdown-toggle {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
}

.dropdown-submenu > .dropdown-toggle:not(.nav-link):hover {
  text-decoration: underline;
}

/*Footer Navigation */
footer {
  background: #DADBDF;
  padding: 1px;
}

footer .nav-link, footer p {
  color: #323232;
  font-size: 12px;
}

.anon footer .navbar-nav {
  width: 100%;
}
.unauth footer .navbar-nav {
  width: 100%;
  justify-content: flex-end;
}

.unauth footer .navbar-nav li:first-of-type{
  margin-right: auto;
  margin-left: 58px;
}
.unauth footer .navbar-nav li:last-of-type {
  margin-right: 58px;
}
@media screen and (max-width: 568px) {
  .unauth footer .navbar-nav {
    width: 85%;

  }
  .unauth footer .navbar-nav li{
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
    .md-block-c{
      display: none !important;
    }
    .md-see-c{
      text-align: center;
    }
}
@media screen and (min-width: 768px){
  .md-see-c{
    display: none !important;
  }
}

/*Earn Navigation */
.nav-dropdown-indicator {
  margin-left: 5px;
}

.badge-specialcat {
  background-color: #DD3435;
  margin-left: 16px;
  font-size: 10px;
}

.earn-filtering-nav {
  background: #fff;
  /* Rectangle 9: */
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  font-size: 14px;
  padding: 0 12px;
  margin-bottom: 12px;
}

.earn-filtering-nav .row {
  height: 40px;
}

.earn-filtering-nav h2 {
  margin-bottom: 0;
  font-size: 16px;
}

.form-search-zip form {
  position: relative;
}

.form-search-zip #zip_error {
  bottom: -50%;
  color: #DD3435;
  font-size: 14px;
  position: absolute;
  right: 0;
}

/* Bread crumbs */
.breadcrumb {
  background: none;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 18px;
  padding: 0;
}

.breadcrumb-item a {
  padding: .75rem 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '>';
}

.nav-item-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nav-item-select label {
  display: inline-block;
  white-space: nowrap;
}

.nav-item-select select {
  height: 40px;
}

/*All Offers Navigation */
.nav-all-offers .nav-link {
  padding: 0.5rem .30em;
}

.nav-all-offers-index-modal {
  height: 700px;
  text-align: center;
}

.nav-all-offers-index-modal .nav-link {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  margin: 3px;
}

.list-all-offers {
  padding: 12px 0;
}

.list-all-offers a {
  color: #454545;
}

.list-all-offers a strong {
  color: #2777B0;
}

/*Media Queries */
@media screen and (min-width: 576px) {
  .list-all-offers {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 569px) and (max-width: 768px){
  .auth .navbar-nav-primary-main .nav-item:nth-of-type(2){
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-logo {
    height: 14px;
    width: auto;
  }
  .auth .navbar-primary .nav-logo {
    margin-bottom: 8px;
  }
  .auth .navbar-primary {
    position: relative;
    padding-bottom: 44px;
  }
  .auth .navbar-nav-primary-main {
    position: absolute;
    bottom: 0;
    width: 94%;
    right: 3%;
  }
  .auth .navbar-nav-primary-main > li > a {
    padding: 14px 0;
    font-size: 18px;
  }
  .auth .navbar-nav-primary-main > li:first-child {
    position: relative;
    left: -2px;
  }
  .auth .navbar-nav-primary-main > li:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
  }
  .auth .navbar-primary .nav-item.active:after {
    bottom: 0;
    height: 3px;
  }
  .navbar-earn {
    padding: .5rem 0.25rem;
  }
  .navbar-earn .dropdown-item{
    height: 40px;
    line-height: 40px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .navbar-earn .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .auth .navbar-nav-primary-main > li > a {
    font-size: 14px;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}




@media screen and (min-width: 768px) {
  .anon .navbar-primary .nav-item {
    padding-left: 16px;
    padding-right: 16px;
  }
  footer .nav-link, footer p {
    font-size: 18px;
  }
  footer .navbar-text {
    padding-right: 20px;
  }
  .anon footer .nav-item:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  footer {
    padding-top: 44px;
    padding-bottom: 22px;
  }
  .earn-filtering-nav {
    margin-bottom: 16px;
  }
  .earn-filtering-nav .row {
    height: 62px;
  }
  .earn-filtering-nav h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  footer nav .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer nav .nav .nav-link {
    padding: .5rem 0.25rem;
  }
}

@media screen and (min-width: 992px) {
  .auth .navbar-primary .nav-item {
    padding-left: 16px;
    padding-right: 16px;
  }
  .list-all-offers {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    padding: 20px;
  }
}
.all-offers-container .back-to-top-wrapper {
  background: #2E8BC9;
  border-radius: 50%;
}

.all-offers-container .back-to-top-wrapper {
    display: none;
}
@media screen and (max-width: 768px) {
  .all-offers-container .back-to-top-wrapper {
    bottom: 5%;
    cursor: pointer;
    display: block;
    position: fixed;
    right: 10%;
    visibility: hidden;
    opacity:0;
    transition: opacity 500ms ease-out;

  }
  .all-offers-container .back-to-top-wrapper.shown {
    visibility: visible;
    opacity:1;
  }
}

/*Redeem Cards*/

.redeem-card-container {
  max-width: 768px;
  margin: 0px auto;
}
.redeem-card-container2 {
  margin: 0px auto;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 15px;
  scrollbar-width: none; /* Hide default scrollbar in Firefox */
}
.redeem-card-container2::-webkit-scrollbar {
  display: none;  /* Hide default scrollbar in WebKit browsers */
}

/* Custom scrollbar */
.custom-scrollbar {
  bottom: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background: transparent;
  visibility: hidden; /* Hide by default */
  z-index: 10000;
}
.custom-scrollbar-thumb {
  height: 100%;
  width: 0%; /* Will be set dynamically */
  background-color: #888;
  border-radius: 4px;
  cursor: pointer;
}

.redeem-card-wrapper2{
  flex-shrink: 1;
  padding-left: 0px;
  padding-right: 0px;
}

/* Keep scrollbar visible when interacting */
.redeem-card-container2:hover ~ .custom-scrollbar,
.benefit-card-container:hover ~ .custom-scrollbar,
.custom-scrollbar:hover,
.custom-scrollbar:active,
.custom-scrollbar-thumb:active {
  visibility: visible;
}
/* Always show scrollbar on touch devices */
@media (hover: none) {
  .custom-scrollbar {
    visibility: visible;
  }
}

@media screen and (max-width: 768px) {
  .redeem-card-container .redeem-card-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .redeem-card-container .redeem-card-wrapper .redeem-card {
    margin-right: 0px;
    padding-bottom: 5px;
  }
  .redeem-card-marketing-img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 5px !important;
  }
  .redeem-card-marketing-img2 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
@media screen and (max-width: 568px) {
  .redeem-card-container {
    max-width: 100%;
    margin: 0px auto;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(1,1fr);
  }
  .redeem-card-wrapper{
    max-width:100%;
  }
}
@media screen and (max-width: 375px) {
  .redeem-card-container2 {
    margin: 0px auto;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(1,1fr);
  }
  .redeem-card-wrapper2{
    max-width:100%;
  }
}
.redeem-card-container p.text-center {
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 25px;
}

.redeem-card {
  text-align: center;
  /* Rectangle 11: */
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: block;
  padding-bottom: 18px;
  font-size: 14px;
  text-transform: uppercase;
}
.redeem-card2 {
  width: 340px;
  text-align: center;
  /* Rectangle 11: */
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: block;
  padding-bottom: 13px;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 375px) {
  .redeem-card2 {
    width: auto;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 320px) {
  .redeem-card2 {
    width: 288px;
  }
}

.redeem-term-margin {
  padding-left: 12px;
  padding-right: 42px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .redeem-term-margin {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.redeem-card--terms {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  padding-top: 7px;
  padding-right: 2px;
  max-height: 240px;
}

.redeem-card--noborder {
  display: flex;
  flex-direction: column;
  padding-top: 7px;
  padding-right: 2px;
}

.terms-card-body {
  flex: 1 1 auto;       /* fill remaining space */
  overflow-y: auto;     /* enable scrolling */
  font-size: 0.875rem;
  line-height: 1.4;
  color: #444f60;
  margin-right: 0;
  padding-right: 18px;
}

.terms-card-body ul {
  width: auto !important;
  margin: 0 !important;
}

.terms-card-margin {
  padding-left: 10px;
}

.redeem-card-marketing-img {
  width: 100%;
  margin-bottom: 18px;
}
.redeem-card-marketing-img2 {
  width: 100%;
  margin-bottom: 10px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  height: 216px;
}
@media screen and (max-width: 375px) {
  .redeem-card-marketing-img2 {
    height: auto;
    margin-bottom: 6px;
  }
}

.redeem-search {
  color: #2777B0 !important;
  text-decoration: underline;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .view-all-offers {
    text-decoration: none;
  }
}
.redeem-search svg {
  margin-right: 5px;
  margin-top: -1px;
}

.link-chevron {
  height: .8em;
  margin-top: -2px;
}

/*Media Queries */
@media screen and (max-width: 767px) {
  .redeem-card-marketing-img {
    margin-bottom: 12px;
  }
  .redeem-card-marketing-img2 {
    margin-bottom: 12px;
  }
  .redeem-card {
    border-radius: 4px;
    margin-bottom: 8px;
    margin-right: 5px;
    padding-bottom: 12px;
  }
  .redeem-card2 {
    margin-bottom: 8px;
    margin-right: 5px;
  }
  .redeem-search {
    font-size: 12px;
    padding: 9px 0;
    margin-top: 10px;
    display: block;
  }
  .reedem-search svg {
    height: 1em;
  }
}

@media screen and (min-width: 768px) {
  .redeem-card {
    max-width: 370px;
    margin-bottom: 29px;
    margin-right: 29px;
  }
  /* one item */
  .redeem-card:first-child:nth-last-child(1) {
    /* -or- li:only-child { */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* two items */
  .redeem-card:first-child:nth-last-child(2),
  .redeem-card:first-child:nth-last-child(2) ~ .redeem-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  /* three items */
  .redeem-card:first-child:nth-last-child(3),
  .redeem-card:first-child:nth-last-child(3) ~ .redeem-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* four items */
  .redeem-card:first-child:nth-last-child(4),
  .redeem-card:first-child:nth-last-child(4) ~ .redeem-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .redeem-card.solo-redeem-card {
    margin-right: 0px;
  }
  .redeem-card2.solo-redeem-card2 {
    margin-right: 0px;
  }
}

@media screen and (min-width: 376px) {
  .redeem-card2 {
    margin-bottom: 4px;
    margin-right: 20px;
  }
}

.banner-section {
  min-width: 833px;
}


.bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

.bx-viewport {
  height: 315px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFFFFF;
  border: 1px solid #a3a3a3;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #a3a3a3;
}
@media screen and (min-width: 321px) and (max-width: 767px) {
  .bx-viewport {
    height: auto !important;
    min-height: 260px;
  }
}
@media screen and (max-width: 320px) {
  .bx-viewport {
    height: auto !important;
    min-height: 330px !important;
  }
}

.bx-wrapper .fiserv-banner-image-desktop {
  float: right;
  height: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bx-wrapper .fiserv-banner-image-desktop {
    height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .bx-wrapper img {
    max-width: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) and (orientation : landscape) {
  .bx-wrapper .fiserv-banner-image-desktop {
    max-width: 900px;
  }
}
@media screen and (min-width: 569px) and (max-width: 768px) {
  .bx-wrapper .fiserv-banner-image-desktop {
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 900px;
  }
}
@media screen and (max-width: 568px) {
  .bx-wrapper .fiserv-banner-image-desktop {
    height: 160px;
    width: auto;
    max-width: 700px;

  }
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
  .bx-wrapper .fiserv-banner-image-desktop {
    height: 250px;
    width: auto;
    max-width: 700px;
  }
}
.fiserv-slider {
  height: 100%;
  padding-left: 0px;
}

.bx-wrapper .bx-pager {
    bottom: 10px;
}
@media screen and (min-width: 569px) and (max-width: 768px) {
  .bx-wrapper .bx-pager {
    bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .bx-wrapper .bx-pager {
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .fiserv-slider-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .fiserv-slider {
    min-height: 290px;
    height: 100%;
    width: 100%;
  }
  .fiserv-slider .fiserv-slider-item {
    width: 100% !important;
  }
  .bx-wrapper .bx-pager {
    bottom: 5px;
  }
}
@media screen and (min-width: 321px)  and (max-width: 768px) {
  .fiserv-slider {
    min-height: 290px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 320px) {
  .fiserv-slider {
    min-height: 260px;
  }
}
.fiserv-slider .fiserv-slider-item {
  height: 100%;
}

.fiserv-banner-content-container {
  position: relative;
  height: 100%;
}
.fiserv-banner-content-container .fiserv-banner-content {
  background: #FFFFFF;
  left: 8%;
  padding: 15px 15px 15px 31px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-height: 80%;
  width: 397px;
}
@media screen and (min-width: 768px) and (max-width: 991px) and (orientation: landscape)  {
  .fiserv-banner-content-container .fiserv-banner-content {
    background: #FFFFFF;
    left: 8%;
    padding: 15px 15px 15px 31px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-height: 80%;
    width: 310px !important;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .fiserv-banner-content-container .fiserv-banner-content {
    bottom: 0px;
    left: 0px;
    top: 60%;
    padding: 10px 3% 0px 3%;
    min-height: 103px;
    max-height: initial;
    transform: none;
    width: 100%;
  }
}


@media screen and (max-width: 767px) {
  .fiserv-banner-content-container .fiserv-banner-content {
    bottom: 0px;
    left: 0px;
    top: 55%;
    padding: 10px 3% 0px 3%;
    min-height: 103px;
    max-height: initial;
    transform: none;
    width: 100%;
  }
}

.fiserv-banner-content-container .fiserv-banner-content  .fiserv-banner-corporate {
  display: block;
  max-width: 120px;
  max-height: 60px;
  margin-bottom: 10px;
}

.fiserv-banner-content-container .fiserv-banner-content h2 {
  color: #000000;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}

.fiserv-banner-content-container .fiserv-banner-content p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  margin-bottom: 5px;
}
.fiserv-banner-content-container .fiserv-banner-content .btn {
  border-radius: 8px;
  font-size: 12px;
  line-height: 15px;
  height: 30px;
  margin-bottom: 5px;
  width: 125px;
}

.fiserv-banner-content-container .fiserv-banner-content p.fiserv-banner-content-terms{
  font-size: 9px;
}
.fiserv-banner-content-container .fiserv-banner-content .fiserv-banner-content-link {
  display: block;
}
.fiserv-banner-content-container .fiserv-banner-content .fiserv-banner-content-link svg {
  vertical-align: baseline;
}
@media screen and (min-width: 768px) and (max-width: 992px ){
  .fiserv-banner-content-container .fiserv-banner-content  .fiserv-banner-corporate {
    max-width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .fiserv-banner-content-container .fiserv-banner-content  .fiserv-banner-corporate {
    width: auto;
    max-height: 30px;
    position: absolute;
    top: -40%;
  }
  .fiserv-banner-content-container .fiserv-banner-content h2 {
    font-size: 16px;
  }
  .fiserv-banner-content-container .fiserv-banner-content p {
    font-size: 12px;
  }
  .fiserv-banner-content-container .fiserv-banner-content p.fiserv-banner-content-terms{
    float: left;
    max-width: 45%;
  }
  .fiserv-banner-content-container .fiserv-banner-content .fiserv-banner-content-link {
    float: right;
    max-width: 45%;
  }
  .fiserv-banner-content-container .fiserv-banner-content .fiserv-banner-content-link svg {
    vertical-align: baseline;
  }
}


.ob-nav-logo {
  max-height: 33px;
  width: auto;
  max-width: 100%;
  margin-top: 26px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .ob-nav-logo {
    width: 252px;
    height: auto;
  }
}
.ob-graybg {
  background: #F7F7F7;
  padding-top: 33px;
}

.fiserv-oboarding {
  margin-top: 12px;
  background: #fff;
}

h1.ob-heading {
  font-weight: 500;
  font-size: 22px;
  color: #2777B0;
  margin-bottom: 15px;
  margin-top: 20px;
}

.ob-subheading1 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}

.ob-subheading2 {
  /* Earn more points at: */
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
}

.ob-icon {
  margin: 0 auto;
  margin-bottom: 22px;
  display: block;
  height: 104px;
}

h2.ob-heading {
  font-weight: 600;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}

.ob-earnoffers {
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.1);
}

.ob-earnoffers img {
  margin: 20px 0;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .ob-graybg {
    padding-top: 51px;
  }
  h1.ob-heading {
    font-weight: 600;
    font-size: 38px;
    margin-top: 50px;
  }
  .ob-subheading1 {
    font-size: 27px;
  }
  h2.ob-heading {
    font-size: 38px;
  }
  .fiserv-onboarding .redeem-card {
    width: 100%;
    max-width: none;
  }
  .ob-earnoffers img {
    margin: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .ob-earnoffers img {
    max-width: 90px;
    max-height: 50px;
  }
}
.onboarding-offer-text p {
  color:rgba(0,0,0,0.87);
  font-size: 12px;
  font-weight: 600;

}
.onboarding-offer-text p {
  padding-left: 10%;
  padding-right: 10%;
}

@media screen and (max-width: 568px) {
  .ob-disclaimer {
    color:rgba(0,0,0,0.54);
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: 0px;
    padding-bottom: 25px;

  }
}
@media screen and (min-width: 1200px) {
  h2.ob-heading {
    font-size: 48px;
  }
  .fiserv-onboarding .container {
    max-width: 1300px !important;
  }
}

@media screen and (max-width: 568px) {
  .ob-btn-fixed-btm {
    border-radius: 4px;
    width: 93vw;
  }
}

.unauth-content h1 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 16px;
  font-weight: 600;
}

.unauth-content h2 {
  font-size: 20px;
}

.unauth-content {
  padding-top: 16px;
}

.unauth {
  min-height: 100%;
}

.unauth-content p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
}

@media screen and (min-width: 941px) {
  .unauth-content {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.unauth-content h1 {
  text-align: center;
  font-size: 24px;
}

.unauth-bg {
  /* Rectangle 59: */
  background: url(https://images.affinitysolutions.com/e/FISERV/timages/unauth_bg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 10px;
  min-height: 80vh;
}

@media screen and (max-width: 941px) {
  .unauth-bg {
    background: #fff;
  }
}

.unauth-content {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 19px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 2px 4px 19px 0 rgba(0, 0, 0, 0.21);
  position: relative;
  padding: 1px solid #fff;
  width: 500px;
  padding-bottom: 50px;
}

.fiserv-register .unauth-content {
  top: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 941px) {
  .unauth-content {
    -webkit-box-shadow: 2px 4px 19px 0 rgba(0, 0, 0, 0);
    box-shadow: 2px 4px 19px 0 rgba(0, 0, 0, 0);
    margin-top: 20px;
    width: 100%;
  }
  .fiserv-register .unauth-content {
    margin-top: 0;
    margin-bottom: 30px;
    top: 20px;
  }
}

.unauth-container {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .unauth-container {
    padding: 0 5px;
  }
}
/**
  Authorization Forms Styling
**/
.auth-form {
  -webkit-box-shadow: 2px 4px 19px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 19px 0 rgba(0, 0, 0, 0.5);
  background: #fff;
  padding-left: 3rem;
  padding-right: 3rem;
  width: 500px;
}

@media screen and (min-height: 900px) and (min-width: 941px) {
  .auth-form {
    top: 5rem;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .fiserv-register .auth-form {
    top: 5rem;
    margin-bottom: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .auth-form {
    -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .fiserv-register .auth-form {
    top: 5px;
  }
}

.auth-form h1 {
  color: #323232;
  font-size: 24px;
  margin-bottom: 0px;
  padding: 13px 0px 10px 0px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .auth-form h1 {
    font-size: 20px;
    text-align: left;
  }
}

.auth-form h1:after {
  border: 1px solid #9E9E9E;
  content: '';
  display: block;
  left: -12%;
  margin-top: 15px;
  position: relative;
  width: 124%;
}

@media screen and (max-width: 768px) {
  .auth-form h1:after {
    display: none;
  }
}

.auth-form h2 {
  font-size: 20px;
}

.auth-form label, .auth-form p {
  font-size: 14px;
}

.auth-form input {
  border-radius: 4px;
}

.auth-form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.auth-form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.auth-form input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.auth-form input::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.auth-form .btn-primary {
  border: 1px solid #2777B0;
  border-radius: 4px;
}

.auth-form .btn-primary.cancel-button {
  color: #2777B0;
  border: 1px solid #2777B0;
  background: #fff;
}

.mobile-progress {
  display: none;
  margin: 20px 0px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mobile-progress {
    display: block;
  }
}

.mobile-progress .progress {
  height: 8px;
}

.mobile-progress .progress-text {
  font-size: 12px;
  margin-top: 7px;
  text-transform: uppercase;
}

.mobile-progress .progress-text span {
  color: #2777B0;
}

.progress-wrapper {
  margin-top: 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .progress-wrapper {
    display: none;
  }
}

.progress-wrapper .progressbar {
  counter-reset: step;
  padding: 0px;
}

.progress-wrapper .progressbar li {
  color: #757575;
  float: left;
  font-size: 12px;
  list-style-type: none;
  position: relative;
  text-align: center;
  width: 33%;
}

.progress-wrapper .progressbar li:before {
  background: #E0E0E0;
  border-radius: 50%;
  border: 2px solid #E0E0E0;
  content: counter(step);
  color: #fff;
  counter-increment: step;
  display: block;
  height: 20px;
  line-height: 15px;
  margin: 0 auto 10px auto;
  position: relative;
  text-align: center;
  width: 20px;
  z-index: 1;
}

.progress-wrapper .progressbar li:after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background-color: #E0E0E0;
  top: 10px;
  left: -50%;
  z-index: 0;
}

.progress-wrapper .progressbar li:first-child:after {
  content: none;
}

.progress-wrapper .progressbar li.active {
  color: #2777B0;
}

.progress-wrapper .progressbar li.active:before {
  border-color: #2777B0;
  background: #2777B0;
  color: #fff;
}

.progress-wrapper .progressbar li.active + li:after {
  background-color: #E0E0E0;
}

.progress-wrapper .progressbar li.completed:before {
  background: #757575;
  border: 2px solid #757575;
  color: #fff;
  content: "\2714";
}

.progress-wrapper .progressbar li.completed + li:after {
  background-color: #757575;
}

/**
  Authorization Forms Styling End
**/
.password-group {
  position: relative;
}

.password-group #psw-tooltip {
  background: #757575;
  bottom: -80%;
  height: 140px;
  padding-left: 10px;
  padding-top: 10px;
  position: absolute;
  right: -75%;
  width: 300px;
}

.password-group #psw-tooltip ul {
  color: #ffffff;
  font-size: 14px;
  padding-left: 0px;
}

.password-group #psw-tooltip ul li.checked {
  list-style-image: url("https://images.affinitysolutions.com/e/FISERV/timages/checkmark-fiserv.svg");
}

.password-alert {
  background: #fff;
  border: 1px solid #DD3435;
  position: relative;
  padding-bottom: 0.5rem;
  padding-left: 1%;
  padding-top: 0.5rem;
}

.password-alert img {
  position: absolute;
  top: 0.75rem;
  left: 15px;
  width: 19px;
  height: 17px;
}

.password-alert h3 {
  color: #DD3435;
  font-size: 16px;
}

.password-alert ul {
  color: rgba(0, 0, 0, 0.87);
}

.password-alert ul li {
  list-style-type: none;
}

.password-alert-success {
  background: #fff;
  border: 1px solid #54B34A;
  position: relative;
  padding: 0.5rem 1%;
  opacity: 1;
  animation: fadeOut 5s linear forwards, hide 6s forwards;
}

@keyframes fadeOut {
  0% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes hide {
  0% { display: block; }
  100% { display: none; }
}

.password-alert-success ul li {
  list-style-type: none;
}

.password-alert-success img {
  position: absolute;
  top: 0.75rem;
  left: 15px;
  width: 19px;
  height: 17px;
}

footer.no-sticky {
  padding-bottom: 0px;
  padding-top: 0px;
  position: static;
}

#offer-modal h1 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  margin-bottom: 0px;
}

#offer-modal .modal-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 10px;
}

@media screen and (max-width: 992px) {
  #offer-modal .modal-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 12px 0px 12px;
  }
}
@media screen and (max-width: 992px) {
  #offer-modal .modal-top .logo-wrapper {
    margin-left: 0px;
  }
}
#offer-modal .modal-top .logo-wrapper {
    margin-left: 16px;
    height: 60px;
    width: 120px;
}

#offer-modal .modal-top .logo-wrapper img {
  height: 60px;
  width: 120px;
}

#offer-modal .modal-top .offer-content {
  max-width: 56%;
  padding-left: 16px;
}

@media screen and (max-width: 992px) {
  #offer-modal .modal-top .offer-content {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 100%;
    margin-top: 10px;
    width: 100%;
  }
}

#offer-modal .modal-top .offer-content p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 992px) {
  #offer-modal .modal-top .offer-content p {
    font-size: 16px;
  }
}

#offer-modal .modal-top .offer-content p .ngpp_currency {
  font-size: 16px;
}
.ngpp_name {
  font-size: 16px;
}
.ngpp_trail {
  font-size: 16px;
}

#offer-modal .modal-top .offer-content p .ngpp_currency > * {
  font-size: 16px;
}

#offer-modal .modal-top .offer-content span {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #offer-modal .modal-top .offer-content span {
    font-size: 12px;
  }
}

#offer-modal .modal-top .cta {
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
  margin-left: auto;
  margin-right: 38px;
}

@media screen and (max-width: 768px) {
  #offer-modal .modal-top .cta {
    line-height: 60px;
    margin-right: 0px;
  }
}

#offer-modal .modal-top .cta .btn {
  width: 125px;
  height: 40px;
}

#offer-modal .modal-top .cta .btn.active-cta:after {
  content: "Activate";
}

#offer-modal .modal-top .cta .btn.active-cta svg {
  display: none;
}

#offer-modal .modal-top .cta .btn.active-cta.activated {
  border: 0px;
  background: #fff;
  color: #000;
  font-weight: bold;
}

#offer-modal .modal-top .cta .btn.active-cta.activated svg {
  display: inline;
}

#offer-modal .modal-top .cta .btn.active-cta.activated:after {
  content: "Activated";
}

.activate-button-container .btn.activated {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  #offer-modal .modal-top .offer-content .offer-expiration-time {
    display: block;
    margin-bottom: 10px;
   }
}
#offer-modal .modal-body .modal-panels {
  padding: 0px 118px 0px 125px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  #offer-modal .modal-body .modal-panels {
    padding: 0px 13%;
  }
}

@media screen and (max-width: 768px) {
  #offer-modal .modal-body .modal-panels {
    padding: 0px 1%;
  }
}

#offer-modal .modal-body .modal-panels .collapse-control {
  margin-top: 2px;
}

#offer-modal .modal-body .modal-panels .collapse-control button {
  border: 0px;
  background: 0px;
  color: rgba(0, 0, 0, 0.87);
  padding: 20px 0px;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  width: 100%;
}

#offer-modal .modal-body .modal-panels .collapse-control button img:not(.map-marker) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

#offer-modal .modal-body .modal-panels .collapse-control button.collapsed img:not(.map-marker) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.location form .form-title {
  font-size: 14px;
  text-align: left;
}

.location form .mb-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
.location form .mb-3 {
    display: block;
  }
}

.location form label {
  line-height: 40px;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
.location form label {
    display: block;
    margin: 0 auto;
    text-align: left;
  }
}

.input-wrapper {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 768px) {
.input-wrapper {
    margin: 0 auto;
  }
}

.input-wrapper input {
  height: 40px;
  width: 340px;
  border: 2px solid rgba(0, 0, 0, 0.38);
  border-radius: 2px;
  background-color: #FFFFFF;
  padding: 0 40px 0 10px;
  font-size: 16px;
  line-height: 1.4;
}

.input-wrapper button {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.input-wrapper select {
  height: 40px;
  width: 120px;
  border: 2px solid rgba(0, 0, 0, 0.38);
  border-radius: 2px;
  background-color: #FFFFFF;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .input-wrapper input {
    display: block;
    width: 100%;
  }
}

 .location .location-results {
  list-style-type: none;
  padding-left: 0px;
}

 .location .location-results li {
  margin-bottom: 26px;
}

 .location .location-results li .address {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
}

 .location .location-results li .address .distance {
  font-size: 14px;
  font-weight: bold;
}

.location .location-results button {
  background: none;
  border: none;
  color: #FF6600;
  font-weight: bold;
}

 .location .controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.location .controls button {
  background: none;
  border: none;
  padding: 0px;
}

 .location .controls button img {
  padding-bottom: 5%;
}

#offer-modal .modal-body .modal-panels #OfferDetails p {
  font-size: 14px;
  line-height: 24px;
}

.lite-registration {
  margin-top: 20px;
}

.lite-registration h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

.lite-registration p {
  font-size: 16px;
}

.lite-registration .progress-wrapper {
  margin: 0 auto;
  margin-top: 20px;
  width: 85%;
}

@media screen and (max-width: 768px) {
  .lite-registration .progress-wrapper {
    display: none;
  }
}

.lite-registration .progress-wrapper .progressbar {
  counter-reset: step;
  padding: 0px;
}

.lite-registration .progress-wrapper .progressbar li {
  color: #757575;
  float: left;
  font-size: 12px;
  list-style-type: none;
  position: relative;
  text-align: center;
  width: 50%;
}

.lite-registration .progress-wrapper .progressbar li:before {
  background: #E0E0E0;
  border-radius: 50%;
  border: 2px solid #E0E0E0;
  content: counter(step);
  color: #fff;
  counter-increment: step;
  display: block;
  height: 20px;
  line-height: 15px;
  margin: 0 auto 10px auto;
  position: relative;
  text-align: center;
  width: 20px;
  z-index: 1;
}

.lite-registration .progress-wrapper .progressbar li:after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background-color: #E0E0E0;
  top: 10px;
  left: -50%;
  z-index: 0;
}

.lite-registration .progress-wrapper .progressbar li:first-child:after {
  content: none;
}

.lite-registration .progress-wrapper .progressbar li.active {
  color: #2777B0;
}

.lite-registration .progress-wrapper .progressbar li.active:before {
  border-color: #2777B0;
  background: #2777B0;
  color: #fff;
}

.lite-registration .progress-wrapper .progressbar li.active + li:after {
  background-color: #E0E0E0;
}

.lite-registration .progress-wrapper .progressbar li.completed:before {
  background: #757575;
  border: 2px solid #757575;
  color: #fff;
  content: "\2714";
}

.lite-registration .progress-wrapper .progressbar li.completed + li:after {
  background-color: #757575;
}

.lite-registration form {
  width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lite-registration form {
    width: 100%;
  }
}

.lite-registration form h2 {
  font-size: 20px;
}

.lite-registration form label {
  font-size: 14px;
}

.lite-registration form input {
  border-radius: 2px;
}

.lite-registration form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.lite-registration form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.lite-registration form input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.lite-registration form input::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.lite-registration form .checkbox {
  margin-bottom: 30px;
}

.lite-registration form .checkbox label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
}

.lite-registration form .checkbox label input {
  margin-right: 10px;
}

.lite-registration form .button-group {
  margin-bottom: 20px;
}

.lite-registration form .button-group button {
  width: 100%;
}

body.rewardsAccount {
  background: #FFFFFF;
}

main.redemption {
  width: 715px;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  main.redemption {
    width: 98%;
  }
}

main.redemption h1 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 30px;
}

main.redemption .row {
  margin-left: 0px;
  margin-right: 0px;
}

main.redemption .redemption-validation-message {
  display: none;
}

main.redemption .redemption-validation-message {
  color: #DD3435;
  display: none;
  font-size: 14px;
  padding-bottom: 0.25rem;
  text-align: left;
}

main.redemption .redemption-validation-message.shown {
  display: block;
}

main.redemption input.validation-error {
  border: 2px solid #DD3435;
}

main.redemption .row, main.redemption hr {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  main.redemption .row, main.redemption hr {
    margin-bottom: 25px;
  }
}

main.redemption .row label, main.redemption hr label {
  color: #000000;
  font-size: 14px;
  margin-bottom: 2px;
}

main.redemption hr {
  margin-top: 30px;
}

main.redemption .redeem-control {
  height: 18px;
  line-height: 10px;
  padding: 0px;
  width: 18px;
}

main.redemption .redeem-control img {
  width: 10px;
  height: 10px;
}

main.redemption .redeem-control.redeem-add img {
  width: 14px;
  height: 14px;
}

main.redemption .redeem-control.redeem-minus img {
  width: 14px;
}

main.redemption .select2-container {
  border: 2px solid rgba(0, 0, 0, 0.38);
  border-radius: 2px;
  width: 100%;
  height: 40px;
}

main.redemption .select2-container .select2-selection {
  height: 100%;
}

main.redemption .select2-container .select2-selection .select2-selection__rendered {
  height: 100%;
  line-height: 2.25rem;
}

main.redemption .select2-container .select2-selection__arrow {
  top: 0.8rem;
  right: 0.75rem;
  height: 20%;
}

main.redemption .redeem-month {
  width: 140px;
  margin-right: 3px;
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  main.redemption .redeem-month {
    width: 130px;
    padding-left: 0px;
  }
}

main.redemption .redeem-day {
  width: 70px;
  margin-right: 3px;
}

main.redemption .redeem-year {
  width: 90px;
  margin-right: 3px;
}

@media screen and (max-width: 767px) {
  main.redemption .redeem-year {
    width: 70px;
  }
}

main.redemption .redeem-amount {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

main.redemption .button-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main.redemption .button-group .btn {
  display: block;
  height: 40px;
  width: 100%;
}

main.redemption .card {
  border: 1px solid #3966C3;
  padding: 0px 20px 0px 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  main.redemption .card {
    padding: 0px;
  }
}

main.redemption .card .card-body {
  padding: 0px;
  padding-top: 0.5em;
}

@media screen and (max-width: 767px) {
  main.redemption .card .card-body {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  main.redemption .card {
    padding: 0px 0.5rem 0px 2rem;
  }
}

main.redemption .card h2 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
}

main.redemption .card ul, main.redemption .card p {
  font-size: 14px;
  line-height: 24px;
}
main.redemption .card ul {
  padding-left: 1rem;
}

@media screen and (max-width: 767px) {
  main.redemption .card h2 {
    padding-left: 0.75rem;
  }
  main.redemption .card p {
    padding-left: 0.5rem;
  }

}

main.redemption .card svg {
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  height: 20px;
  width: 20px;
}




main.redemption .card .form-check {
  margin-left: 2.5rem;
  padding-bottom: 20px;
  padding-left: 0px;
}

main.cashback1 .equals-sign {
  text-align: center;
  line-height: 100px;
  max-height: 10px;
}

@media screen and (max-width: 767px) {
  main.cashback1 .equals-sign {
    display: none;
  }
}

main.cashback1 .redeem-validation-error {
  color: rgba(221, 52, 53, 0.87);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

main.cashback1 .account-to-redeem .select2-container {
  width: 100%;
}

@media screen and (max-width: 767px) {
  main.cashback1 .points-to-redeem {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  main.cashback1 .cash-back-desktop {
    display: none;
  }
}

main.cashback1 .cash-back-mobile {
  display: none;
  text-align: center;
}

@media screen and (max-width: 767px) {
  main.cashback1 .cash-back-mobile {
    display: block;
  }
}

main.cashback1 .cash-back-mobile .amount, main.cashback1 .cash-back-mobile .amount .mobiledollarvalue {
  color: rgba(0, 0, 0, 0.87);
  font-size: 73px;
  line-height: 66px;
  margin-bottom: 20px;
}

main.cashback1 .cash-back-mobile span {
  color: rgba(69, 69, 69, 0.87);
  font-size: 20px;
}

main.cashback2 .redeem-validation-error {
  color: rgba(221, 52, 53, 0.87);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

main.cashback2 form .row .points-counter-wrapper label {
  margin-bottom: 5px;
}

main.cashback2 form .row .points-counter-wrapper input {
  border: 2px solid rgba(0, 0, 0, 0.38);
  height: 40px;
  width: 155px;
}

main.cashback2 form .row .points-counter-wrapper input.validation-error {
  border: 2px solid #DD3435;
}

@media screen and (max-width: 576px) {
  main.cashback2 form .row .points-counter-wrapper input {
    float: left;
  }
}

main.cashback2 form .row .points-counter-wrapper .control-wrapper {
  padding-top: 3%;
  padding-right: 5%;
  display: inline;
}

@media screen and (max-width: 576px) {
  main.cashback2 form .row .points-counter-wrapper .control-wrapper {
    padding: 0%;
  }
}

@media screen and (max-width: 576px) {
  main.cashback2 form .row .points-counter-wrapper .control-wrapper button {
    border-top: 3px solid #9E9E9E;
    border-bottom: 3px solid #9E9E9E;
    border-right: 1px solid #9E9E9E;
    border-left: 1px solid #9E9E9E;
    border-radius: 0px;
    float: left;
    height: 40px;
    width: 35px;
  }
}

main.cashback2 form .row .redeem-points {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.29px;
  padding-top: 1.5rem;
}

@media screen and (max-width: 576px) {
  main.cashback2 form .row .redeem-points {
    padding-top: 2rem;
    font-size: 18px;
  }
}

main.cashbackrebate2 .row:first-of-type {
  margin-bottom: 18px;
}

main.cashbackrebate2 .row:first-of-type .mb-3 {
  margin-bottom: 0px;
}

main.cashbackrebate2 h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

main.cashbackrebate2 p {
  font-size: 14px;

}
main.cashbackrebate2 .card-body p:nth-of-type(2) {
  margin-bottom: 40px;
}

main.cashbackrebate2 table th {
  border: 0px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;

}

@media screen and (max-width: 768px) {
  main.cashbackrebate2 table th {
    padding: 0.75rem 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main.cashbackrebate2 table, main.cashbackrebate2 table tr {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  main.cashbackrebate2 table tr td {
    max-width: 33% !important;
    width: 33% !important;
  }
  main.cashbackrebate2 table th:nth-of-type(1),
  main.cashbackrebate2 table th:nth-of-type(2)
  {
    width: 33% !important;
  }

}
main.cashbackrebate2 table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

main.cashbackrebate2 table td {
  border-bottom: 0px;
  border-top: 0px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  main.cashbackrebate2 table td {
    padding: 0.75rem 0;
  }
}

main.cashbackrebate2 table .input-button-wrapper {
  display: inline-block;
}

main.cashbackrebate2 table .input-button-wrapper input {
  text-align: center;
}

@media screen and (max-width: 768px) {
  main.cashbackrebate2 table .input-button-wrapper {
    max-height: 40px;
  }
}

main.cashbackrebate2 table .input-button-wrapper input {
  border: 2px solid rgba(0, 0, 0, 0.38);
  border-radius: 2px;
  width: 70px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  main.cashbackrebate2 table .input-button-wrapper input {
    width: 60px;
    float: left;
  }
}

@media screen and (max-width: 768px) {
  main.cashbackrebate2 table .input-button-wrapper .redeem-control {
    border-radius: 0px;
    border-top: 3px solid #9E9E9E;
    border-bottom: 3px solid #9E9E9E;
    border-right: 1px solid #9E9E9E;
    border-left: 1px solid #9E9E9E;
    float: left;
    height: 40px;
    width: 40px;
    vertical-align: top;
  }
}

main.cashbackrebate2 .redeem-amount {
  margin-bottom: 0px;
}

main.cashbackvalidate {
  margin-bottom: 70px;
  padding-bottom: 40px;
}

main.cashbackvalidate svg {
  float: left;
  height: 40px;
  margin-top: 0.25rem;
  width: 40px;
}

@media screen and (max-width: 768px) {
  main.cashbackvalidate svg {
    height: 34px;
    margin-top: 0.5rem;
    width: 34px;
  }
}

main.cashbackvalidate p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  letter-spacing: 0.33px;
  line-height: 22px;
}
main.cashbackvalidate2 h1 {
  padding-left: 15px;
}
main.cashbackvalidate2 .mb-3 p {
  margin-left: 50px;
}
main.cashbackvalidate2 .mb-3 p:nth-of-type(2) {
  margin-bottom: 40px;
}

main.cashbacksummary .modal-header h5 {
  font-size: 24px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  main.cashbacksummary .modal-header h5 {
    font-size: 22px;
  }
}

main.cashbacksummary ul {
  margin: 0 auto;
  width: 50%;
}

@media screen and (max-width: 768px) {
  main.cashbacksummary ul {
    width: 90%;
  }
}

main.cashbacksummary ul li {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  main.cashbacksummary .modal-footer {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

main.cashbacksummary .modal-footer .cancel-button {
  background: #ffffff;
  border: 2px solid #2777B0;
  border-radius: 4px;
  color: #2777B0;
  padding-bottom: 8px;
  padding-top: 8px;
}

.terms-container {
  background-color: #F7F7F7;
  padding-top: 30px;
}

.terms-container h1 {
  color: #323232;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .terms-container h1 {
    font-size: 20px;
  }
}

.terms-container .terms-box {
  background-color: #ffffff;
  color: #454545;
  font-size: 15px;
  letter-spacing: 0.33px;
  line-height: 22px;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-bottom: 30px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .terms-container .terms-box {
    max-height: 294px;
  }
}

.terms-container .form-check {
  font-size: 14px;
  margin-bottom: 1.5em;
}

.terms-container .form-check .form-check-label {
  color: rgba(0, 0, 0, 0.87);
}

.terms-container .check-alert {
  color: #DD3435;
  font-size: 14px;
  margin-bottom: 1.5em;
}

.terms-container .button-group {
  margin-bottom: 70px;
}

.terms-container .button-group .btn {
  width: 100%;
  text-transform: capitalize;
}

@media screen and (min-width: 769px) {
  .fiserv-terms-page .row-md {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media screen and (max-width: 768px) {
  .fiserv-terms-page .navbar-primary,
  .fiserv-register .navbar-primary,
  .fiserv-lite-registration-page .navbar-primary {
    padding-bottom: 0.5rem;
  }
  .fiserv-terms-page .navbar-primary .nav-logo,
  .fiserv-register .navbar-primary .nav-logo,
  .fiserv-lite-registration-page .navbar-primary .nav-logo {
    max-height: 60px;
    height: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 568px) {
  .fiserv-terms-page .navbar-primary .nav-logo,
  .fiserv-register .navbar-primary .nav-logo,
  .fiserv-lite-registration-page .navbar-primary .nav-logo {
    max-height: 40px;
  }
}

/* MY PROFILE */
main.profile {
  background: #ffffff;
}
.profile .container {
    max-width: 696px;
}

.profile .container h1 {
    padding-top: 12px;
    margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .profile .container h1 {
    padding-left: 15px;
}
}
.profile .container label {
    font-size: 14px;
}

.profile .container input.validation-error {
    border: 2px solid #DD3435;
}

.profile .container span.profile-validation-message {
    display: none;
}

.profile .container .mb-3 {
    margin-bottom: 0px;
}
.profile .card-header button svg{
  position: absolute;
  right: 1rem;
  top: 1rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;

}
.profile .card-header button[aria-expanded="true"] svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.profile .container .button-group-wrapper .button-group-label {
    color: #323232;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
}
.profile .container .row:nth-of-type(2) .mb-3 {
  margin-bottom: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .profile .button-group-wrapper {
    padding-left: 15px;
  }
  .profile .container .row:nth-of-type(2) .mb-3 {
    padding-left: 15px;
  }
}


.profile .container .button-group-wrapper .button-group {
    width: 100%;
}

.profile .container .button-group-wrapper .button-group .account-btn {
    background: #ffffff;
    border: 1px solid #2777B0;
    color: #2777B0;
    font-size: 14px;
    height: 30px;
    line-height: 15px;
    margin-right: 15px;
    width: 80px;
}

.profile .container label.profile-validation-message {
    color: #DD3435;
    display: none;
    font-size: 14px;
    padding-bottom: 0.25rem;
    text-align: left;
}

.profile .container label.profile-validation-message.shown {
    display: block;
}

.profile .container .row {
    margin-bottom: 29px;
}

.profile .container .info-card {
    position: relative;
}

.profile .container .info-card .info-icon {
    position: absolute;
    top: 17%;
    left: 2%;
}


.profile .container .info-card p {
  font-size: 14px;
}
.profile .container .info-card p:first-of-type {
  font-weight: bold;
}
.profile .container .info-card .card-body {
  padding-left: 1.5rem;
}

.profile .container .info-card .link-account-wrapper {
    text-align: left;
}
.profile .container .info-card .link-account-wrapper a {
  position: relative;
}
.profile .container .info-card .caret-icon {
  position: absolute;
  right: -20%;
  top: 1%;
}
.profile .container .card-col {
    padding-left: 0px;
    padding-right: 0px;
}
.profile .container .card-col {
  border: 0px;
}

.profile .container .card-col .card-header {
    background: #757575;
    padding: 0px;
}

.profile .container .card-col .card-header button {
    background: #757575;
    color: #fff;
    font-size: 20px;
    height: 100%;
    text-align: left;
    width: 100%;
}

.profile .container .card-col .card-body {
    padding-bottom: 0px;
}

.profile .container .card-col form button {
    background: #2777B0;
    font-size: 16px;
    width: 100%;
}

.profile .container .card-col form .mb-3, .profile .container .card-col form .form-check {
    margin-bottom: 18px;
}

.profile .container .card-col form .button-group {
    margin-top: 30px;
    margin-bottom: 30px;
}

.profile .container .card-col .mb-3, .profile .container .card-col .button-group {
    padding-left: 0px;
}

.profile .container .card-col .requiredFieldWrapper {
    margin-bottom: 30px;
}

.grayout-disabled-input {
  background-color: #e9ecef; 
  cursor: not-allowed;
  color: #6c757d;
}

.form-control.grayout-disabled-input:focus {
  background-color: #e9ecef;
  color: #6c757d;
  border-color: #86b7fe;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  outline: none;
}


/* MY PROFILE ENDS */

/* EARN SUMMARy */
.my-rewards {
  max-width: 716px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .my-rewards {
      max-width: 94%;
      padding-bottom: 20px;
  }
}

.my-rewards h1 {
  padding-top: 22px;
}

.my-rewards .top-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.my-rewards .top-row .mb-3 {
    margin-bottom: 0px;
}
.my-rewards .top-row .mb-3.account-select-block, .my-rewards .top-row .mb-3.date-select-block  {
  padding-left: 0px;
}

.my-rewards .top-row label {
    display: block;
    margin-bottom: 0px;
}
.my-rewards .select2-container {
  border: 2px solid rgba(0,0,0,0.38);
  width: 100% !important;
}
.my-rewards .top-row .mobile-filter {
    display: none;
}
.my-rewards .top-row .form-check {
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
    .my-rewards .top-row .mobile-filter {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 12px;
        width: 100%;
    }
}

.my-rewards .top-row .mobile-filter .mobile-filter-date {
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    font-weight: bold;
}

.my-rewards .top-row .mobile-filter .btn {
    background: transparent;
    color: #2777B0;
    font-size: 16px;
    font-weight: 600;
    padding: 0px;
}

.my-rewards .card-row {
    margin-bottom: 9px;
}

.my-rewards .card-row .reward-card {

  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .my-rewards .card-row .reward-card {
    margin-left: 0px;
    margin-right: 0px;
  }

}
.my-rewards .card-row .reward-card .card-header {
    background: #FFF;
    height: 63px;
    padding: 0px;
}

@media screen and (max-width: 767px) {
    .my-rewards .card-row .reward-card .card-header {
        position: relative;
    }
}

.my-rewards .card-row .reward-card .card-header button {
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.my-rewards .card-row .reward-card .card-header button .reward-image-wrapper {
    border-radius: 100%;
    height: 42px;
    margin-right: 24px;
    overflow: hidden;
    width: 42px;
}

@media screen and (max-width: 767px) {
    .my-rewards .card-row .reward-card .card-header button .reward-image-wrapper {
        margin-right: 5px;
    }
}

.my-rewards .card-row .reward-card .card-header button .reward-image-wrapper .reward-image {
    display: block;
    height: 100%;
    width: 100%;
}
.my-rewards .card-row .reward-card .card-header button .reward-header-message {
  width: 75%;
  overflow: hidden;
}


.my-rewards .card-row .reward-card .card-header button .reward-header-message p {
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    margin: 0px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
    .my-rewards .card-row .reward-card .card-header button .reward-header-message p {
        font-size: 14px;

    }
}

.my-rewards .card-row .reward-card .card-header button .reward-header-message .reward-status {
    color: rgba(0, 0, 0, 0.87);
    font-size: 12px;
    text-align: left;
}

.my-rewards .card-row .reward-card .card-header button .reward-header-date {
    font-size: 12px;
    margin-left: auto;
}
.my-rewards .card-row .reward-card .card-header button .reward-header-date img {
    display: block;
    height: 20px;
    margin-left: auto;
    width: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.my-rewards .card-row .reward-card .card-header button[aria-expanded="true"] .reward-header-date img {

  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

@media screen and (max-width: 767px) {
    .my-rewards .card-row .reward-card .card-header button .reward-header-date img {
        position: absolute;
        right: -45%;
        top: 0%;
    }
}

@media screen and (max-width: 767px) {
    .my-rewards .card-row .reward-card .card-header button .reward-header-date {
        bottom: 11px;
        padding-right: 0%;
        position: absolute;
        right: 9%;
    }
}

.my-rewards .card-row .reward-card .card-body {
    font-size: 14px;
    padding-left: 5%;
    padding-right: 5%;
}

.my-rewards .card-row .reward-card .card-body img{
    width:80px;
}

@media screen and (max-width: 767px) {
    .my-rewards .card-row .reward-card .card-body {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 2%;
    }
}

.my-rewards .card-row .reward-card .card-body.with-table {
    padding-left: 5%;
    padding-right: 5%;
}

.my-rewards .card-row .reward-card .card-body.multi-item .mobile-contact {
    display: none;
    font-size: 12px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .my-rewards .card-row .reward-card .card-body.multi-item .mobile-contact {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .my-rewards .card-row .reward-card .card-body.multi-item .table {
        display: table;
    }
}

@media screen and (max-width: 767px) {
    .my-rewards .card-row .reward-card .card-body.multi-item .table thead th {
        text-align: center;
    }
    .my-rewards .card-row .reward-card .card-body.multi-item .table thead th.product-cell-header {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .my-rewards .card-row .reward-card .card-body.multi-item .table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (max-width: 767px) {
    .my-rewards .card-row .reward-card .card-body.multi-item .table td {
        border-top: 2px solid #323232;
        text-align: center;
    }
    .my-rewards .card-row .reward-card .card-body.multi-item .table td.product-cell {
        text-align: left;

    }
    .my-rewards .card-row .reward-card .card-body.multi-item .table td .product-cell-title {
        display: block;
        max-width: 100px;
        overflow: hidden;
        padding-bottom: 10px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media screen and (max-width: 767px) {
    .my-rewards .card-row .reward-card .card-body.multi-item .table .contact-cell-header, .my-rewards .card-row .reward-card .card-body.multi-item .table .contact-cell {
        display: none;
    }
}

.my-rewards .card-row .reward-card .card-body .table {
    border: 0px;
}

@media screen and (max-width: 767px) {
    .my-rewards .card-row .reward-card .card-body .table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0.25rem;
    }
}

@media screen and (max-width: 767px) {
    .my-rewards .card-row .reward-card .card-body .table thead {
        width: 35%;
    }
}

.my-rewards .card-row .reward-card .card-body .table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .my-rewards .card-row .reward-card .card-body .table thead tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.my-rewards .card-row .reward-card .card-body .table thead th {
    border: 0px;
    font-weight: bold;
    padding: 0px;
}
.my-rewards .card-row .reward-card .card-body .table thead th:first-of-type {
  text-align: left;
}
.my-rewards .card-row .reward-card .card-body .table thead th:last-of-type {
  text-align: right;
}
@media screen and (max-width: 767px) {
    .my-rewards .card-row .reward-card .card-body .table thead th {
        margin-bottom: 10px;
        max-width: 100%;
        text-align: left;
    }
    .my-rewards .card-row .reward-card .card-body .table thead th:last-of-type {
      text-align: left;
      letter-spacing: -1px;
    }
}

@media screen and (max-width: 767px) {
    .my-rewards .card-row .reward-card .card-body .table tbody {
        width: 65%;
    }
}

.my-rewards .card-row .reward-card .card-body .table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .my-rewards .card-row .reward-card .card-body .table tbody tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.my-rewards .card-row .reward-card .card-body .table tbody td {
    padding: 0px;
}

@media screen and (max-width: 767px) {
    .my-rewards .card-row .reward-card .card-body .table tbody td {
        border-top: 0px;
        margin-bottom: 10px;
        max-width: 100%;
        text-align: left;
    }
    .my-rewards .card-row .reward-card .card-body .table tbody td:last-of-type {
      text-align: left !important;
    }
}

.my-rewards .card-row .reward-card .card-body .table tbody td:first-of-type {
  text-align: left;
}
.my-rewards .card-row .reward-card .card-body .table tbody td:last-of-type {
    margin-bottom: 0px;
    text-align: right;
}

/* Desktop/tablet stays as-is */
.reward-detail-table { width: 100%; }

/* Phone-ish breakpoint ~568px */
@media (max-width: 568px) {
  .reward-detail-table thead {
    display: none;
  }
  .reward-detail-table tbody tr {
    display: block;
    padding: 8px 0;
  }
  .reward-detail-table tbody td {
    display: grid;
    grid-template-columns: 30% 1fr;
    column-gap: 12px;
    width: 100%;
    padding: 8px 0;
    border: 0;
  }
  /* Left label (bold), pulled from data-label */
  .reward-detail-table tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    grid-column: 1;
    align-self: start;
  }
  /* Right value */
  .reward-detail-table tbody td > * {
    grid-column: 2;
    text-align: left;     /* left-align values */
  }

  /* Minor polish to match the clean look in your screenshot */
  .product-cell-title { 
    display: block;
    text-align: left;
  }
  .accordion-body { padding: 12px 16px; }
}


@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .my-rewards .card-row .reward-card .card-body table {
    display: table !important;
    table-layout: fixed !important;
  }
  .my-rewards .card-row .reward-card .card-body table thead tr {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  .my-rewards .card-row .reward-card .card-body table tbody tr {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  .my-rewards .card-row .reward-card .card-body table th.col-3, .my-rewards .card-row .reward-card .card-body table td.col-3 {
    width: 25%;
  }
  .my-rewards .card-row .reward-card .card-body table th.col-4, .my-rewards .card-row .reward-card .card-body table td.col-4 {
    width: 33% !important;
  }
  .my-rewards .card-row .multi-item table th.col-md-1 {
    text-align: right;
  }
  .my-rewards .card-row .multi-item table td.col-md-1 {
    padding-left: 70px !important;
    text-align: left;
  }
  .my-rewards .card-row .multi-item table td.col-md-2 {
    width: 100px !important;
  }
  .my-rewards .card-row .reward-card .card-header .reward-header-message {
    max-width: 500px;
    text-overflow: ellipsis;
  }
}



/* ===========================
   Commercial Rebate
   =========================== */


/* draw that little dividing pipe */
.nav-account-item{
  position:relative;
  padding-left:4px;
}

body.commercial-rebate-page{
  background:#F7F7F7;
}



.nav-account-item::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:2px;
  height:15px;
  background:rgb(154 150 150 / 50%);
}


.my-rewards.is-commercial{
  max-width: 1128px;
}

.my-rewards.is-commercial .cr-page-title{
  font-size: 36px;
  font-weight: 500;
  color: #212121;
  margin-bottom: 24px;
}

/* ===========================
   Commercial Rebate Summary
   =========================== */

.my-rewards .commercial-rebate-card{
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:10px;
  padding:24px;
  margin-top:8px;
  margin-bottom:32px;
}

.my-rewards .commercial-rebate-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  margin-bottom:6px;
}

.my-rewards .commercial-rebate-title{
  font-size:20px;
  font-weight:500;
  color:#212121;
  line-height:1.3;
}

.my-rewards .cr-grid{
  display:flex;
  gap:32px;
}

.my-rewards .cr-left{
  flex:0 0 48%;
}

.my-rewards .cr-right{
  display:flex;
  flex-direction:column;
  flex:1;
}

.my-rewards .cr-kpi{
  margin-bottom:6px;
}

.my-rewards .cr-kpi-label,
.my-rewards .cr-right-title{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:14px;
  font-weight:400;
  color:#212121;
  margin-bottom:6px;
}

.my-rewards .cr-kpi-value{
  font-size:36px;
  font-weight:500;
  color:#2877B0;
  line-height:1.1;
}

.my-rewards .cr-row{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  padding:6px 0;
  border-bottom:1px solid #f0f0f0;
}

.my-rewards .cr-row:last-child{
  border-bottom:none;
}

.my-rewards .cr-label{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:14px;
  font-weight:400;
  color:#212121;
  line-height:1.35;
}

.my-rewards .cr-value{
  font-size:16px;
  font-weight:500;
  color:#212121;
  text-align:right;
  white-space:nowrap;
}

.my-rewards .cr-tier-list{
  flex:1;
  display:flex;
  flex-direction:column;
  max-height: 190px;
  overflow-y:auto;
  padding-right:10px;
}

.my-rewards .cr-tier-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:6px 0;
  border-bottom:1px solid #f0f0f0;
}

.my-rewards .cr-tier-row:last-child{
  border-bottom:none;
}

.my-rewards .cr-tier-text{
  flex:1 1 auto;
  font-size:14px;
  font-weight:400;
  color:#212121;
  line-height:1.45;
}

.my-rewards .cr-tier-rate{
  font-size:16px;
  color:#212121;
}

.my-rewards .cr-tier-copy{
  font-size:14px;
  font-weight:400;
  color:#212121;
}

.my-rewards .cr-tier-amt{
  flex:0 0 auto;
  font-size:16px;
  font-weight:400;
  color:#BFBFBF;
  text-align:right;
  white-space:nowrap;
}

.my-rewards .cr-tier-row.is-current .cr-tier-amt{
  font-weight: 500;
  color:#212121;
}

.my-rewards .cr-tier-empty{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  font-weight:400;
  color:#212121;


}

.my-rewards .cr-info-icon{
  width:16px;
  height:16px;
  display:inline-block;
  vertical-align:middle;
  flex:0 0 16px;
}

/* Activate button */
.my-rewards .cr-activate-wrap{
  flex-direction:column;
  align-items:flex-end;
}

.my-rewards .cr-activate-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:#2877B0;
  border:1px solid #2877B0;
  color:#fff;
  border-radius:4px;
  padding:11px 33px;
  font-size:16px;
  font-weight:500;
  text-decoration:none;
  line-height:1;
}



.my-rewards .cr-activate-btn:hover{
  background:#2877B0;
  border-color:#2877B0;
  color:#fff;
  opacity:.95;
}

.my-rewards .cr-activate-chevron{
  width:14px;
  height:14px;
  display:block;
  filter: brightness(0) invert(1);
}

.my-rewards .cr-activate-btn.is-activated{
  background:#2877B0;
  border-color:#2877B0;
  color:#fff;
  cursor:default;
}
.my-rewards .cr-activate-check{
  display:inline-block;
  width:8px;
  height:14px;
  border-bottom:2px solid #fff;
  border-right:2px solid #fff;
  transform:rotate(45deg);
  margin-bottom:2px;
}

.my-rewards .cr-activate-subtext{
  margin-top:4px;
  font-size:11px;
  font-weight:400;
  color:#777;
}

/* Mobile */
@media (max-width: 824px){
  .my-rewards .commercial-rebate-card{
    padding:16px;
  }

  .my-rewards .commercial-rebate-header{
    flex-direction:column;
    gap:12px;
    align-items:flex-start;
  }

  .my-rewards .cr-grid{
    flex-direction:column;
    gap:20px;
  }

  .my-rewards .cr-left,
  .my-rewards .cr-right{
  display:flex;
  flex-direction:column;
    flex:1 1 auto;
  }

  .my-rewards .cr-kpi-value{
    font-size:30px;
  }

  .my-rewards .cr-activate-wrap{
    align-items:flex-start;
    padding:6px 0;
  }
}


@media (max-width: 824px){
  .my-rewards h2{
    font-size:20px;
    white-space:nowrap;
  }
}



/* ---------- Banner (payout + note) ---------- */
.my-rewards .cr-banner{
  display:flex;
  align-items:center;
  gap:12px;
  border:1px solid #3966C3;
  background:#fff;
  border-radius:4px;
  padding:16px;
  margin:12px 0;
  font-size:16px;
  font-weight:400;
  line-height:1.35;
  color:#212121;
}

.my-rewards .cr-banner--success{
  border-color:#005C2E;
  color:#212121;
}

.my-rewards .cr-banner--info{
  color:#212121;
}

.my-rewards .cr-banner-icon-image{
  width:20px;
  height:20px;
  display:block;
  flex:0 0 20px;
}

.my-rewards .cr-banner-copy strong{
  font-weight:600;
}

/* ---------- Activity &#8220;table card&#8221; wrapper ---------- */
.my-rewards .cr-activity-table{
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:6px;
  overflow:hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.my-rewards .cr-activity-header{
  background:#fff;
  padding:0 24px;
  min-height:80px;
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
  align-items:center;
  gap:24px;
  border-bottom:1px solid #e6e6e6;
}

.my-rewards .cr-activity-header-left{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
  gap:24px;
  align-items:center;
  min-width:0;
}

.my-rewards .cr-activity-header-right{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:14px;
  min-width:0;
}

.my-rewards .cr-filter-inline{
  display:grid;
  grid-template-columns:auto minmax(0, 1fr);
  align-items:center;
  column-gap:12px;
  min-width:0;
}

.my-rewards .cr-filter-inline label{
  margin:0;
  font-size:16px;
  font-weight:400;
  color:#686868;
  white-space:nowrap;
}

.my-rewards .cr-filter-inline select{
  width:100%;
  min-width:0;
  max-width:100%;
}

.my-rewards .cr-activity-body{
  background:#F7F7F7;
  min-height:600px;
  max-height:600px;
  overflow-y:auto;
  padding:0;
}

.my-rewards .cr-activity-body .no-results-content{
  padding:40px 0;
}

/* ===========================
   Eligibility pills (desktop + modal)
   =========================== */

.my-rewards .cr-pill-toggle,
#mobileFilterModal .cr-pill-toggle{
  display:inline-flex;
  align-items:center;
}

.my-rewards .cr-pill-toggle input,
#mobileFilterModal .cr-pill-toggle input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.my-rewards .cr-pill,
#mobileFilterModal .cr-pill{
  border:1px solid #FF6600;
  color:#FF6600;
  padding:6px 14px;
  border-radius:999px;
  font-size:14px;
  font-weight:400;
  cursor:pointer;
  user-select:none;
  background:#fff;
  line-height:1;
  white-space:nowrap;
}

.my-rewards .cr-pill-toggle input:not(:checked) + .cr-pill,
#mobileFilterModal .cr-pill-toggle input:not(:checked) + .cr-pill{
  border-color:transparent;
  color:#333;
  background:#e8e8e8;
}

.my-rewards .cr-pill-toggle{
  margin-right:14px;
}

#mobileFilterModal .cr-modal-pill-group{
  display:flex;
  flex-direction:column;
  gap:30px;
  margin-top:20px;
}

/* ===========================
   Commercial Rebate Transaction List
   =========================== */

.my-rewards .cr-tx-list{
  background:#F7F7F7;
}

.my-rewards .cr-date-group{
  background:#F7F7F7;
  color:#212121;
  font-size:16px;
  font-weight:500;
  padding:14px 24px;
  margin-top:16px;
}

.my-rewards .cr-tx-row{
  background:#fff;
  border-top:1px solid #e6e6e6;
}


.my-rewards .cr-tx-header{
  width:100%;
  background:#fff;
  border:0;
  padding:18px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
}

.my-rewards .cr-tx-left{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
  flex:1 1 auto;
}

.my-rewards .cr-tx-merchant{
  min-width:0;
  flex:1 1 auto;
  text-align:left;
}

.my-rewards .cr-tx-merchant-name{
  display:block;
  font-size:16px;
  font-weight:500;
  color:#212121;
  line-height:1.25;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.my-rewards .cr-tx-payout .cr-tx-merchant-name{
  white-space:normal;
  overflow:visible;
  text-overflow:unset;
}

.my-rewards .cr-tx-card{
  display:block;
  font-size:14px;
  font-weight:400;
  color:#212121;
  opacity:.7;
  margin-top:2px;
}


.my-rewards .cr-tx-icon{
  width:40px;
  height:40px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 40px;
  background:transparent;
}

.my-rewards .cr-tx-icon img{
  width:40px;
  height:40px;
  display:block;
}


.my-rewards .cr-tx-right{
  display:flex;
  align-items:center;
  gap:12px;
  flex:0 0 auto;
}

.my-rewards .cr-tx-amount{
  font-size:16px;
  font-weight:700;
  min-width:90px;
  text-align:right;
}

.my-rewards .cr-tx-amount.pos{ color:#148331; }
.my-rewards .cr-tx-amount.neg{ color:#D32F2F; }
.my-rewards .cr-tx-amount.muted{ color:#BFBFBF; }

.my-rewards .cr-tx-chevron{
  width:16px;
  height:16px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.my-rewards .cr-tx-chevron img{
  width:12px;
  height:auto;
  transition:transform .2s ease;
  transform:rotate(0deg);
}

.my-rewards .cr-tx-header[aria-expanded="true"] .cr-tx-chevron img{
  transform:rotate(180deg);
}

/* expanded body */
.my-rewards .cr-tx-body{
  background:#FAFAFA;
  border-top:1px solid #eeeeee;
}

.my-rewards .cr-tx-detail-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:0;
  padding:16px 24px;
  background:#FAFAFA;
}

.my-rewards .cr-tx-detail-col{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.my-rewards .cr-tx-detail-col-values{
  align-items:flex-start;
}

.my-rewards .cr-tx-detail-row{
  padding:0;
  font-size:14px;
}

.my-rewards .cr-tx-detail-row .k{
  font-size:14px;
  font-weight:500;
  color:#212121;
}

.my-rewards .cr-tx-detail-row .v{
  font-size:14px;
  font-weight:400;
  color:#212121;
  text-align:left;
}

/* empty state */
.my-rewards .cr-empty-state{
  min-height:600px;
  background:#F7F7F7;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:40px 24px;
}

.my-rewards .cr-empty-copy{
  font-size:18px;
  font-weight:400;
  color:#212121;
  text-align:center;
}

/* Mobile tweaks */
@media (max-width: 824px){
  .my-rewards .cr-activity-header{
    padding:12px 16px;
    min-height:auto;
  }

  .my-rewards .cr-activity-body{
    min-height:420px;
    max-height:420px;
  }

  .my-rewards .cr-date-group{
    padding:12px 16px;
    margin-top:12px;
  }

  .my-rewards .cr-tx-header{
    padding:14px 16px;
  }

  .my-rewards .cr-tx-detail-grid{
    grid-template-columns: 1fr 1fr;
    gap:0;
    padding:14px 16px;
  }
}


/* Mobile filter header */

.my-rewards .mobile-filter{
  display:none;
}

@media (min-width: 825px){
  .my-rewards .mobile-filter{
    display:none;
  }
}

@media (max-width: 824px){
  .my-rewards .cr-activity-header-left,
  .my-rewards .cr-activity-header-right{
    display:none;
  }

  .my-rewards .mobile-filter{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
  }

  .my-rewards .mobile-filter-summary{
    font-size:16px;
    font-weight:400;
    color:#212121;
  }

  .my-rewards .mobile-filter-trigger{
    display:inline-flex;
    align-items:center;
    gap:8px;
    border:0;
    background:transparent;
    padding:0;
    color:#2877B0;
    font-size:16px;
    font-weight:400;
  }

  .my-rewards .mobile-filter-trigger img{
    width:20px;
    height:20px;
    display:block;
  }

  .my-rewards .cr-activity-header{
    display:block;
    padding:12px 16px;
    min-height:auto;
  }
}


/* ===========================
   Commercial Rebate modal only
   =========================== */

#mobileFilterModal .cr-modal-dialog{
  top:18%;
}

#mobileFilterModal .cr-modal-header{
  padding:24px 24px 0 24px;
  border-bottom:0;
}

#mobileFilterModal .cr-modal-header .modal-title{
  font-size:20px;
}

#mobileFilterModal .cr-modal-body{
  padding:24px;
}

#mobileFilterModal .cr-modal-row{
  margin-bottom:20px;
}

#mobileFilterModal .cr-modal-row label{
  display:block;
  width:100%;
  font-size:14px;
  margin-bottom:2px;
}

#mobileFilterModal .cr-modal-row select{
  border:2px solid rgba(0, 0, 0, 0.38);
}

#mobileFilterModal .cr-modal-row--eligibility{
  flex-direction:column;
}

#mobileFilterModal .cr-modal-footer{
  border-top:0;
  padding:0 24px 24px 24px;
  margin-bottom:0;
}

#mobileFilterModal .modal-dialog .cr-modal-footer .btn-primary{
  margin:0 auto;
  width:100% !important;
}

#mobileFilterModal .cr-modal-content .cr-modal-row .select2-container{
  padding-left: 0px;
  margin-left: 10px;
  width: 95% !important;
}

#mobileFilterModal .cr-modal-content .select2-selection{
  padding-left:8px;
}
#mobileFilterModal .cr-modal-content select{
  padding-left:12px;
}

/* ===========================
   Commercial Rebate Ends Here
   =========================== */


   

#mobileFilterModal .modal-dialog {
    top: 18%;
}

#mobileFilterModal .modal-dialog .modal-header {
    border-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0.8rem;
}

#mobileFilterModal .modal-dialog .modal-header .modal-title {
    font-size: 20px;
}

#mobileFilterModal .modal-dialog label {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}

#mobileFilterModal .modal-dialog .modal-body .row {
    margin-bottom: 20px;
}

#mobileFilterModal .modal-dialog .modal-body .row select {
    border: 2px solid rgba(0, 0, 0, 0.38);
}

#mobileFilterModal .modal-dialog .modal-body .row:nth-of-type(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#mobileFilterModal .modal-dialog .modal-body .row .button-group {
  display: flex;
  justify-content: space-between;
}

.select2-container--open .select2-dropdown {
  z-index: 9999 !important;
}

#mobileFilterModal .modal-dialog .modal-body .row .button-group .btn {
    background: #FFFFFF;
    border: 2px solid #2777B0;
    border-radius: 0px;
    color: #2777B0;
    max-width: 50%;
    width: 175px;
}

#mobileFilterModal .modal-dialog .modal-body .row .button-group .btn.active {
    background-color: #2777B0;
    color: #FFFFFF;
}

#mobileFilterModal .modal-dialog .modal-footer {
    border-top: 0px;
    padding-top: 0px;
    margin-bottom: 15px;
}

#mobileFilterModal .modal-dialog .modal-footer .btn-primary {
    margin: 0 auto;
    width: 250px;
}
#mobileFilterModal .modal-body .row label{
  display: block;
  width: 100%;
}
#mobileFilterModal .modal-body .select2-container {
  border: 2px solid rgba(0,0,0,0.38);
  display: block;
  width: 100% !important;
}

/** MY REWARDS ENDS HERE **/

.link-account {
  width: 695px;
}

@media screen and (max-width: 768px) {
  .link-account {
    width: 98%;
  }
}

.link-account .row {
  margin-bottom: 18px;
}

.link-account .row:last-of-type .button-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .link-account .row:last-of-type .button-group * {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .link-account {
    padding-left: 30px;
    padding-right: 30px;
  }
  .link-account .row:last-of-type .button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-account .row:last-of-type .button-group button {
    font-size: 16px;
    margin: 0 auto;
    width: 96%;
  }
  .link-account .row:last-of-type .button-group a {
    padding-top: 10px;
  }
}

.link-account h1 {
  color: #323232;
  font-size: 30px;
  margin-bottom: 0px;
  padding-top: 14px;
}

.link-account .progress-wrapper {
  margin: 0 auto;
  margin-top: 20px;
  width: 85%;
}

@media screen and (max-width: 768px) {
  .link-account .progress-wrapper {
    display: none;
  }
}

.link-account .progress-wrapper .progressbar {
  counter-reset: step;
  padding: 0px;
}

.link-account .progress-wrapper .progressbar li {
  color: #757575;
  float: left;
  font-size: 12px;
  list-style-type: none;
  position: relative;
  text-align: center;
  width: 50%;
}

.link-account .progress-wrapper .progressbar li:before {
  background: #E0E0E0;
  border-radius: 50%;
  border: 2px solid #E0E0E0;
  content: counter(step);
  color: #fff;
  counter-increment: step;
  display: block;
  height: 20px;
  line-height: 15px;
  margin: 0 auto 10px auto;
  position: relative;
  text-align: center;
  width: 20px;
  z-index: 1;
}

.link-account .progress-wrapper .progressbar li:after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background-color: #E0E0E0;
  top: 10px;
  left: -50%;
  z-index: 0;
}

.link-account .progress-wrapper .progressbar li:first-child:after {
  content: none;
}

.link-account .progress-wrapper .progressbar li.active {
  color: #2777B0;
}

.link-account .progress-wrapper .progressbar li.active:before {
  border-color: #2777B0;
  background: #2777B0;
  color: #fff;
}

.link-account .progress-wrapper .progressbar li.active + li:after {
  background-color: #E0E0E0;
}

.link-account .progress-wrapper .progressbar li.completed:before {
  background: #757575;
  border: 2px solid #757575;
  color: #fff;
  content: "\2714";
}

.link-account .progress-wrapper .progressbar li.completed + li:after {
  background-color: #757575;
}

.link-account .button-group-label {
  color: #323232;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
}

.link-account .button-group {
  width: 100%;
}

.next-btn-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.link-account .button-group .account-btn {
  background: #ffffff;
  border: 1px solid #2777B0;
  color: #2777B0;
  font-size: 14px;
  height: 30px;
  line-height: 15px;
  margin-right: 15px;
  width: 85px;
}

.link-acc-title {
  padding-top: 10px;
  margin-bottom: 0px;
}

.link-acc-sub-title {
  padding-bottom: 20px;
}

.link-account .mb-3 {
  padding-left: 0px;

}
.link-account .mb-3 p {
  font-size: 14px;
}
.link-account .mb-3 p:first-of-type {
  font-weight: 600;
}
.card.mb-3 {
  border: 1px solid #3966C3;
  padding-right: 0px;
}
@media screen and (max-width: 768px) {
  .link-account .mb-3 {
    padding-right: 0px;
  }
}
.link-account .mb-3 label {
  font-size: 14px;
}

.link-account .mb-3 input {
  border: 2.5px solid #9E9E9E;
  border-radius: 4px;
}

.link-account .mb-3 input::-webkit-input-placeholder {
  font-size: 14px;
}

.link-account .mb-3 input:-ms-input-placeholder {
  font-size: 14px;
}

.link-account .mb-3 input::-ms-input-placeholder {
  font-size: 14px;
}

.link-account .mb-3 input::placeholder {
  font-size: 14px;
}

.link-account .card .card-body {
  padding-left: 53px;
  padding-top: 0.75rem;
}

@media screen and (max-width: 768px) {
  .link-account .card .card-body {
    padding-left: 2rem;

  }
}

.link-account .card .card-body svg {
  position: absolute;
  top: 1rem;
  left: 2.5%;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .link-account .card .card-body svg {
    left: 1%;
  }
}
@media screen and (max-width: 767px) {
  .link-account .card .card-body svg {
    top: 1rem;
  }
}

header .navbar-nav {
  padding-left: 0px;
}
.search_form .search_button{
  padding-top: 0px;
  top: 15%;
  padding-bottom: 0px;
}
.search_form input.xkeyword::-ms-clear {
  width : 0;
  height: 0;
  display: none;
}
footer .navbar-expand {
  justify-content: space-evenly;
}

input.validation-error, select.validation-error, textarea.validation-error {
  border: 2px solid #DD3435 !important;
}
.validation-message {
    color: #DD3435 !important;
    font-size: 14px;
    padding-bottom: 0.25rem;
    text-align: left;
}
.fiserv-login #main {
  padding-top: 50px;
}
.breadcrumbs-wrapper {
  background:#F7F7F7;
  height: 69px;
  line-height: 69px;
  margin-top: -1rem;
}
@media screen and (max-width: 568px) {
  .breadcrumbs-wrapper {
    display: none;
  }
}
.breadcrumb-item.active {
  color: rgba(33,33,33,0.87) !important;
}
@media screen and (max-width: 568px) {
  .bx-wrapper .bx-controls-direction a {
    display: none !important;
  }
}
.bx-wrapper .bx-controls-direction a {
  z-index: 1000 !important;
}
@media screen and (min-width: 569px) and (max-width: 768px) {
  .bx-wrapper .bx-controls-direction a {
    top: 45%;
  }
}
@media screen and (max-width: 768px) and (orientation : landscape) {
  .bx-wrapper .bx-controls-direction a {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #load-more-button {
    width: 250px;
  }
}
#travel-500-error {
  text-align: center;
}
.ngpp_name {
  font-size: 16px !important;
}
.earn-filtering-nav .update_location {
  padding-bottom: 0px;
  padding-top: 0px;
  top: 15%;
}

body.unsubscribe-page {
  background: #f7f7f7;
}
.unsubscribe {
  background: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}
.unsubscribe h1 {
  padding-top: 20px;
}
.unsubscribe .btn-primary {
  color: #ffffff !important;
  margin-bottom: 20px;
}
.onboarding-page {
  background: #ffffff;
}

/*Contact Us Begin */
main.contact-us {
  width: 745px;
}

main.contact-us h1 {
  color: #454545;
  font-size: 30px;
  padding-top: 17px;
  padding-bottom: 16px;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    main.contact-us {
        width: 100%;
    }

    main.contact-us h1 {
        font-size: 20px;
    }
}

main.contact-us .contact-subtitle {
  color: #454545;
  font-size: 16px;
  margin-bottom: 20px;
}

main.contact-us label {
  color: #323232;
  font-size: 14px;
  margin-bottom: 5px;
}

main.contact-us .card {
  font-size: 14px;
  position: relative;
}
main.contact-us .card .card-body {
  padding: 9px 9px 9px 38px;
}

main.contact-us .card .card-body p {
  margin: 0px;
}
main.contact-us .card .card-body svg {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
}
main.contact-us .contact-validation-message {
  display: none;
}
main.contact-us .contact-validation-message {
  color: #DD3435;
  display: none;
  font-size: 14px;
  padding-bottom: 0.25rem;
  text-align: left;
}
main.contact-us .contact-validation-message.shown {
  display: block;
}
main.contact-us .select2-container {
  display: block;
  border: 3px solid #9E9E9E;
  border-radius: 4px;
  height: 40px;
  width: 100% !important;
}
main.contact-us .select2-container .select2-selection {
  height: 100%;
}
main.contact-us .select2-container .select2-selection .select2-selection__rendered {
  line-height: 35px;
}
main.contact-us .select2-container .select2-selection .select2-selection__arrow {
  top: 0.25rem;
}
main.contact-us input, main.contact-us textarea {
  border: 3px solid #9E9E9E;
  border-radius: 4px;
}
main.contact-us .button-group {
  margin-top: 30px;
  margin-bottom: 20px;
}
main.contact-us .button-group button {
  width: 100%;
}
main.contact-us .contactDisclaimer {
  padding-bottom: 100px;
}
/*Contact Us End */

/* nominate begin */
/* MSRI-19350 */
/* -- nominate (form) largely piggybacks on contactus (form), with the exception of whatever is here -- */
#nominate_form input::placeholder {
  color: #aaa;
}
#nominate_form .acknowledgement {
  margin-top: 20px;
  margin-bottom: 20px;
}
#nominate_form #success_message p {
  float: left;
}
#nominate_form #success_message button {
  float: right;
}
#nominate_form select#business_state {
  border: 3px solid #9E9E9E;
  border-radius: 4px;
}
#nominate_form select#business_state.validation-message {
  color: #495057 !important;
}
#nominate_form select#business_state option:disabled {
  color: #aaa !important;
}
#nominate_form .reCaptcha.row {
  margin-top: 20px;
}

/* nominate end */

#contactInquiryMessage,
#orderNum,
#missing-email-config-message {
    display: none;
}


/*Dashboard */
@media (min-width: 1200px) {
  .col-12.col-xl-3 {
    padding-left: 0;
  }
}
.dashboard {
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
  padding: 18px;
  width: 280px;
  height: 315px;
  display: flex;
  /* flex-wrap: wrap; */
  border-radius: 8px;
}
.dashboard-section {
  /* border-bottom: 1px solid rgba(0,0,0,0.12); */
  display: flex;
  flex-wrap: wrap;
}
.dashboard-points-available,.dashboard-points-expire{
  align-items: center;
  padding: 4px 0;
}

.dashboard .dashboard-name {
  color:#323232;
  font-size: 22px;
  text-align: center;
  height: 37px;
}
.dashboard-metrics.d {
  padding: 4px 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .dashboard .dashboard-name {
    justify-content: center;
  }
}

.available-points, .expiring-points {
  font-size: 18px;
  margin-left: 8px;
  margin-right: 20%;
  width: 80px;
}
@media screen and (max-width: 321px) {
  .available-points, .expiring-points {
    margin-right: 0%;

  }
  .available-points-copy {
    margin-left: 0px;
  }
}
.available-points {
  color:#2777B0;
}
.expiring-points  {
  color:#2777B0;
}
.available-points-copy, .expiring-points-copy {
  color:#272727;
  font-size: 12px;

}
.dashboard .metric svg text {
  fill:rgba(39,119,176,0.87);
}
.dashboard .metric span{
  display: block;
  font-size:11px;
  justify-content: space-around;
  padding-top: 5px;
  padding-bottom: 5px;
}
.dashboard-metrics-title {
  font-size: 12px;
  width: 100%;
}

.dashboard .dashboard-metrics .metric {
  flex: 1;
}

.dashboard .dashboard-metrics .metric svg {
  display: block;
  margin: 0 auto;
}

.dashboard .dashboard-metrics .metric span {
  text-align: center;
}


.metric-circle .circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 2;
}

.metric-circle .circle {
  stroke: #2777B0;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.tooltip-inner {
  text-align: left;
  font-size:12px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .dashboard .dashboard-metrics {
    justify-content: center !important;
  }
  .dashboard .dashboard-metrics .metric {
    flex: auto !important;
  }
  .dashboard .dashboard-metrics .metric:first-of-type {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .dashboard {
    margin-top: 10px;
    max-height: 150px;
    width: 100%;
    align-items: center;
  }
  .tablet-right {
    flex: 1;
  }
  .tablet-left {
    flex: 1;
  }
  .dashboard-section {
    border-bottom: 0px;
    border-bottom: 0px;
    justify-content: center;
    border-bottom: 0px;
  }

  .available-points-copy, .expiring-points-copy {
    margin-left: 33px;
  }
}

@media screen and (max-width: 767px) {
  .tablet-left, .tablet-right {
    width: 100%;
  }
  .tablet-right {
    border-left: 0px;
  }
  .dashboard-section {
    border-bottom: 1px solid rgba(0,0,0,0.12);
  }
}


.rewards-dashboard {
  border: 2px solid #DDDDDD;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-height: 151px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.rewards-dashboard .rewards-dashboard-section {
  position: relative;
}
.rewards-dashboard .rewards-dashboard-section span{
  display: block;
}
.rewards-dashboard .rewards-dashboard-section .rewards-available-points, .rewards-dashboard .rewards-dashboard-section .rewards-expiring-points {
  color:#2777B0;
  font-size: 28px;
  padding-top: 15px;
  text-align: center;
}
.rewards-dashboard .rewards-dashboard-section .rewards-available-points-copy, .rewards-dashboard .rewards-dashboard-section .rewards-expiring-points-copy {
  color: rgba(0,0,0,0.87);
  font-size: 14px;
  line-height: 19px;
  text-align: center;

}

.rewards-dashboard .rewards-dashboard-section .rewards-dashboard-list-header {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.rewards-dashboard .rewards-dashboard-section .rewards-dashboard-list {
  list-style-type: none;
  padding-left: 0px;
}

.rewards-dashboard .rewards-dashboard-section .rewards-dashboard-list-group {
  width: 100%;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin-bottom: 5px;
}
.rewards-dashboard .rewards-dashboard-section .rewards-dashboard-list .rewards-dashboard-list-item .rewards-expiry-points{
  color:#2777B0;
  font-weight: bold;
}
.rewards-dashboard-pipe {
  border-left: 1px solid #DDDDDD;
  content: '';
  display: block;
  height: 109px;
  max-width: 1px;
}
.rewards-tooltip-icon {
  overflow: visible !important;
  padding-bottom: 20px;
  padding-left: 5px;
}
@-moz-document url-prefix() {
  .rewards-tooltip-icon {
      padding-bottom: 0px !important;
      padding-left: 0px !important;
      margin-bottom: 5px;

  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .rewards-dashboard {
    padding-left: 60px;
    padding-right: 60px;
    justify-content: space-between !important;
  }
  .rewards-tooltip-icon {
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 5px;

  }
}
  /* IE Edge 12+ CSS */
@supports (-ms-accelerator:true) {
  .rewards-dashboard {
    padding-left: 60px;
    padding-right: 60px;
    justify-content: space-between !important;
  }
  .rewards-tooltip-icon {
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 5px;
  }
}
  /* IE Edge 16+ CSS */
@supports (-ms-ime-align:auto) {
  .rewards-dashboard {
    padding-left: 60px;
    padding-right: 60px;
    justify-content: space-between !important;
  }
  .rewards-tooltip-icon {
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .rewards-dashboard {
    flex-direction: column;
    height: auto;
    max-height: none;
    padding: 0px;
  }
  .rewards-dashboard-pipe {
    display: none;
  }
  .rewards-dashboard .rewards-dashboard-section {
    margin-bottom: 10px;
    border-bottom: 2px solid rgba(0,0,0,0.12);
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .rewards-dashboard-section.rewards-list-section {
    border-bottom: 0px;
  }
  .rewards-dashboard .rewards-dashboard-section .rewards-dashboard-list-group {
    justify-content: space-between;
  }
  .rewards-dashboard .rewards-dashboard-section .rewards-available-points, .rewards-dashboard .rewards-dashboard-section .rewards-expiring-points {
    padding-top: 0px;
  }
}

/* Progress Bar Styles */
.progress-bar-section {
  width: 100%;
  padding: 4px 0;
}
.progress-title {
  font-size: 12px;
}

.progress {
  background-color: #e9ecef;
  border-radius: 5px;
  height: 8px;
  overflow: hidden;
  width: 100%;
}

.progress-bar {
  background-color: #2777B0;
  height: 100%;
  transition: width 0.6s ease;
}

.progress-percentage {
  font-size: 12px;
  color: #2777B0;
}

.offer-pending-container {
    color: #4caf50;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
  .dashboard-section {
      width: 100%;
      justify-content: left;
      border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .dashboard {
      flex-direction: column;
      height: auto;
      max-height: none;
  }
}

@media screen and (min-width: 1200px) {
  .dashboard {
    flex-direction: column;
  }
  .tablet-left,
  .tablet-middle,
  .tablet-right {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .tablet-left,
  .tablet-middle,
  .tablet-right {
    width: 33.3333%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .tablet-left,
  .tablet-middle,
  .tablet-right {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .dashboard {
    flex-direction: column;
  }
  .tablet-left,
  .tablet-middle,
  .tablet-right {
    width: 100%;
  }
}

.points-label {
  display: block;
  font-size: 12px;
  color: #272727;
}

.points-value {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-points-available svg,
.dashboard-points-expire svg {
  margin-right: 5px;
}

/* Points Number Styling */
.available-points,
.expiry-date {
  font-size: 18px;
  color: #2777B0;
}

.card-level-benefit h2 {
    color:#212529;
    font-size: 36px;
    text-align: center;
    padding-top: 30px;
}
.card-level-benefit  .card-level-benefit-container {
  background: white;
  border-radius: 2px;
  box-shadow: 0 1px 4px 1px rgba(0,0,0,0.1);
  height: 140px;
  width: 100%;
  padding: 10px;
}

.card-level-benefit-items {
  display: flex;
  flex-direction: row;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.card-level-benefit-items .card-level-item  {
  flex: 1;
}
.card-level-benefit-items .card-level-item span {

  display: block;
  font-size:20px;
  text-align:center;
}

.card-level-benefit-items .card-level-item .benefit-header{
  color: #2E8BC9;
  font-weight: bold;
  font-size: 24px;
}
.card-level-benefit-items .card-level-item .benefit-description {
  color: #686868;
  font-weight: normal;
}


.card-level-benefit-items .card-level-item:nth-of-type(2){
  border-left: 1px solid rgba(0,0,0,0.1);
  border-right: 1px solid rgba(0,0,0,0.1);
}
.card-level-details {
  padding-top: 20px;
  width: 100%;
  text-align:center;
}
.card-level-details  a {
  color: #287CB0;
}

@media screen and (max-width: 768px) {
  .card-level-benefit  .card-level-benefit-container {
    height: auto;
  }
  .card-level-benefit h2 {
    font-size:24px;
  }
  .card-level-benefit-items .card-level-item:nth-of-type(2){
    border-left:0px;
    border-right:0px;
  }
  .card-level-benefit-items {
    flex-direction: column;
  }
  .card-level-benefit-items .card-level-item .benefit-header {
    padding-top:20px;
  }
  .card-level-benefit-items .card-level-item .benefit-description{
    padding-bottom:23px;

  }
  .card-level-details {
    padding-bottom: 10px;
    padding-left: 23px;
    padding-right: 23px;
  }
}

/* Benefit Card Container */
.benefit-card-container {
  margin: 0 auto;
  overflow-x: auto; /* Horizontal scrolling */
  flex-wrap: nowrap;
  scrollbar-width: none;
}
.benefit-card-wrapper{
  flex: 0;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 429px) {
  .benefit-card-container {
      max-width: 100%;
      margin: 0px auto;
      display: grid;
      grid-auto-flow: row;
      grid-template-columns: repeat(1, 1fr);
  }
  .benefit-card-wrapper {
      max-width: 100%;
  }
}

/* Benefit Card Styles */
.benefit-card {
  text-align: start;
  background: #FFFFFF;
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: block;
  padding: 18px;
  font-size: 14px;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 430px) {
  .benefit-card {
    height: 359px;
    width: 350px;
  }
}
@media screen and (max-width: 429px) {
  .benefit-card {
    margin-right: 0;
  }
}

.benefit-header {
  color: #686868;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
  height: 34px;
}

/* mobile tweak */
@media (max-width: 429px) {
  .offer-tile .benefit-header {
    height: auto; /* remove the fixed height only for offer tiles */
  }
}

.benefit-description {
  color: #2E8BC9;
  font-weight: bold;
  line-height: 20px;
  font-size: 18px;
  margin-bottom: 8px;
  display: block;
}

.benefit-text {
  color: #505050;
  font-size: 14px;
  margin-bottom: 0px;
  display: block;
}

.activate-button {
  background-color: #287CB0;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}

/* Card Level Details */
.card-level-details {
  padding-top: 0;
  width: 100%;
  text-align: center;
}

.card-level-details a {
  color: #287CB0;
}

/* Middle Section: Offer Content */
.offer-content {
  height: 176px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertically centered content */
}
@media screen and (max-width: 429px) {
  .offer-content {
    height: auto;
  }
}

/* Third Section: Progress Bar Placeholder */
.progress-bar-placeholder {
  height: 50px;
  margin-bottom: 8px;
  font-size: 14px;
  padding-top: 5px;
}

.tile-progress-percentage {
  color: #2777B0;
  padding-bottom: 5px;
  font-weight: 600;
}

.activate-button-container {
  height: 35px;
  display: flex;
  justify-content: center;
}

/* Show More/Less Offers Button */
.show-more-btn, .show-less-btn {
  background-color: #006797;
  color: #FFFFFF;
  padding: 10px 34px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1); /* Add a small shadow */
  margin: 20px auto;
  height: 47px;
}
/* When on a touch device, remove the special hover effect by disabling text decoration and ensuring consistent color styling */
@media (hover: none) {
  .show-more-btn:hover,
  .show-less-btn:hover {
    color: #FFFFFF;
    text-decoration: none;
  }
}

.rewards-totals {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.rewards-total-wrapper {
  display: flex;
  justify-content: flex-end;
}
.rewards-totals .total-earned-copy, .rewards-totals .total-redeem-copy, .rewards-totals .total-expire-copy {
  color: rgba(0,0,0,0.87);
  font-size: 16px;
  font-weight: bold;
}
.rewards-totals .rewards-total-wrapper span {
  font-weight: normal;
  font-size: 16px;
  text-align: right;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .rewards-total-wrapper {
    justify-content: space-between;
  }
  .rewards-totals .total-earned-copy, .rewards-totals .total-redeem-copy, .rewards-totals .total-expire-copy {
    font-size: 13px;
    padding-right: 0px;
    text-align: left;
  }
  .rewards-totals .rewards-total-wrapper span {
    padding-left: 0px;
    font-size: 13px;
    width: auto;
  }
}

/* My Rewards Spinner */
.my-rewards #account_summary_details {
  height: auto;
  display: block;
}
.my-rewards #account_summary_details #overlay{
  min-height: 300px;
  width: 100%;
  position: relative;
}
.lds-default {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100px;
  height: 100px;
  right: 0;
  top: 30%;
  margin: 0 auto;
}
.lds-default div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #2777B0;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

.my-rewards h2 {
  margin-bottom: 10px;
}
.my-rewards h2 .count {
  color: #2777B0;
}
.my-rewards .account-divider.row {
  padding: 20px 15px;
}
.my-rewards .account-divider.row > div {
  border-top: 1px solid #ccc;
  width: 100%;
  padding-bottom: 15px;
}

.daas-offer-bnr-main-ct{
  background: white;
  border-radius: 2px;
  box-shadow: 0 1px 4px 1px rgba(0,0,0,0.1);
  padding:0px;
  margin:28px 0px 4px 0px;
  max-width: 1110px;
}

.daas-offer-bnr-image-ct{
  height: 158px;
  width: 100%;
  background-color: rgb(233, 233, 233);
  padding:0px;
  margin-left:0px;
}

.daas-offer-bnr-txt-ct{
  /* height: 128px; */
  width: 100%;
  padding:0px;
  margin-left:0px;
}

.daas-offer-bnr-txt-right-rw{
  padding:22px 10px 22px 10px;
  text-align: left;
}

.daas-offer-bnr-txt-rw-1{
  font-size:14px;
  color:rgba(0, 0, 0, 0.54);
}

.daas-offer-bnr-txt-rw-2{
  font-size:19px;
  font-weight:bold;
}

.daas-offer-bnr-txt-rw-3{
  padding-top:10px;
}

.daas-offer-bnr-txt-rw-3-bt{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #2777B0;
  background-color: #fff;
  border: none;
}

.daas-offer-bnr-image-div{
  padding:0px;
}

.daas-offer-bnr-image{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height:100%;
  max-height:158px;
}

.daas-offer-bnr-txt-left-div{
  padding:0px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 4px 1px rgba(0,0,0,0.1);
  border-radius: 50%;
  width:90px;
  height:90px;
  margin-top:-50px;
  display: inline-block;
}

.daas-offer-bnr-txt-left-image{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width:74px;
  margin-top: 27px;
}

@media (max-width: 768px) {
  .daas-offer-bnr-txt-left-ct{
    display:none;
  }

  .daas-offer-bnr-txt-right-rw{

    text-align: center;
  }

  .daas-offer-bnr-image-div{
    overflow: auto;
  }

  .daas-offer-bnr-image{
    height: 160px;
    width: auto;
    max-width: 820px;
    overflow: auto;
    float: right;
  }

}

main.cashbackoptions .redeem-validation-error {
  text-align: left;
}

.cashback-choice {
  padding: initial;
}

.cashback-choice fieldset {
  padding: initial;
}

main.cashbackoptions fieldset legend {
  font-size: 1.25rem;
}

main.cashbackoptions .subheading {
  font-size: initial;
  margin-bottom: .5em;
}

.cashback-options fieldset div {
  display: inline-block;
  padding-right: 20px;
}

#card-confirm-button.confirmed {
  background-color: green;
}

main.cashbackoptions .btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #686868;
  border-color: #686868;
}

main.cashbackoptions section.validation ul.error_placement_message {
  margin-top: -15px;
  list-style-type: none;
  width: 100%;
  padding-left: 0;
}

main.cashbackoptions section.validation ul.error_placement_message li {
  font-weight: normal;
  font-size: 14px;
}

.activateOfferDiv:hover{
  cursor: pointer;
}

.viewOfferDetailsHiddenButton{
  border:none;
  background-color: none;
}

.align-to-bottom{
  bottom: -135px !important;
}

.cta-icon{
  margin-top:3px !important;
}

/* ------------------ help center styles ---------------------*/
.help-center-card {
    width: 20rem;
    height: 10rem;
    border-radius: 8px;
}

.help-center-card-title {
    width: 8rem;
    padding-top: 1rem;
    padding-left: 1rem;
    font-weight: bold;
    flex-shrink: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.help-center-card-title svg {
    margin-bottom: 0.5rem;
}

.help-center-card-body {
    padding: 1rem;
}
.text-right {
  align-self: flex-end;
}

.help-center-card .info {
    background-color: rgb(84, 157, 210);
}

.help-center-card .success {
    background-color: rgb(124, 239, 184);
}

.help-center-card .warning {
    background-color: rgb(255, 172, 132);
}

.help-center-card .error {
    background-color: rgb(250, 130, 129);
}

.keep-footer-on-bottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
}
/* ------------------ help center styles end ---------------------*/

#rn_opt_in_confirm h2{
  color: #FF6600;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

#rn_opt_in_confirm p{
  text-align: center;
}

#memb_pass_expired_success, #memb_pass_expired {
    margin-top: 5em
}