body {
  font-family: open-sans, Helvetica, Arial, "Lucida Grande", sans-serif;
  background: url(../images/bg-gradient.jpg) repeat-x, url(../images/bg-pattern.jpg) repeat;
  background-color: #76767a;
}

a {
  color: #7d0c00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
  border: 0;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
}

img {
  border: none;
}

.header-img {
  margin-bottom: 45px;
}

#page {
  width: 680px;
  margin: 45px auto;
  padding: 35px 60px;
  color: #696161;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 2px #4f4f52;
  -moz-box-shadow: 0 0 2px 2px #4f4f52;
  box-shadow: 0 0 2px 2px #4f4f52;
}

#page h1 {
  font-size: 22px;
  margin: 0;
}

#page h1.alert {
  color: #9e0b0f;
  margin: 0 0 25px;
  text-align: center;
  font-size: 26px;
}

#page h1.rewards {
  color: #9e0b0f;
  font-size: 36px;
  margin: 35px 0 15px 0;
}

#page h3 {
  color: #9e9e9e;
  font-size: 20px;
}

#page p {
  font-size: 14px;
}

#hero {
  margin: 35px 0 0 0;
}

#faqs {
  margin-bottom: 30px;
}

#faqs h2 {
  margin: 0;
}

#faqs hr {
  margin: 20px 0;
}

#main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-nav ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#main-nav ul li:first-child {
  display: inline;
  margin-left: 0px;
}

#main-nav a {
  padding: 10px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 1px 0 #640800;
  background: #7d0c00;
  border-top: 1px solid #db1500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px 0 #919191;
  -moz-box-shadow: 0 1px 1px 0 #919191;
  box-shadow: 0 1px 1px 0 #919191;
}

#main-nav a:hover {
  background: #640800;
  text-decoration: none;
  text-shadow: 0 1px 0 #3e0500;
  border-top: 1px solid #c41300;
}

#nav {
  width: 679px;
  height: 29px;
  margin: 0 0 15px 0;
  text-align: center;
  border-top: 1px solid #fff;
  background: url(../images/nav-bg.jpg) no-repeat;
}

#nav a {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 20px 3px 0 3px;
  text-indent: -9999px;
  background: url(../images/dot-inactive.gif) no-repeat;
}

#nav a.activeSlide {
  background: url(../images/dot-active.gif) no-repeat;
}

#nav a:focus {
  outline: none;
}

.partner-rewards .slidelet,
.partner-rewards .slide {
  width: 320px;
}

.partner-rewards .btn-slide,
.partner-rewards .btn-slide1 {
  width: 318px;
}

.partner-rewards .panel {
  width: 100%;
}

.partner-rewards .slidelet h5 {
  height: auto;
  padding-left: 0;
  text-align: left;
}

.partner-rewards .slidelet ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partner-rewards .slidelet ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
}

.partner-rewards li img {
  margin: 5px 0 0 5px;
}

.partner-rewards .shadow li a {
  font-size: 12px;
  color: #ccc;
}

.partner-rewards .shadow li a:hover {
  color: #fff;
}

.slidelet {
  float: left;
  width: 151px;
  margin: 0 18px 18px 0;
  color: #fffefe;
  text-shadow: 0px 1px 0px #000000;
  filter: dropshadow(color=#000000, offx=0, offy=1);
}

.slidelet .shadow {
  background: #363636;
  -webkit-box-shadow: inset 0px 0px 10px 0px #121212;
  box-shadow: inset 0px 0px 10px 0px #121212;
}

.slidelet h5 {
  display: block;
  height: 70px;
  margin: 0;
  padding: 15px;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.panel {
  height: auto;
  width: 151px;
  display: none;
}

#page .panel p {
  margin: 0;
  padding: 0 15px 15px 15px;
  font-size: 13px;
}

.slide {
  width: 151px;
  background: #e8e8e8;
  background: -moz-linear-gradient(left, #e8e8e8 0%, #f6f6f6 50%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e8e8e8), color-stop(50%, #f6f6f6), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #e8e8e8 0%, #f6f6f6 50%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #e8e8e8 0%, #f6f6f6 50%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #e8e8e8 0%, #f6f6f6 50%, #e8e8e8 100%);
  background: linear-gradient(left, #e8e8e8 0%, #f6f6f6 50%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#e8e8e8', GradientType=1);
}

.btn-slide,
.btn-slide1 {
  background: url(../images/panel-down.png) no-repeat 50% 0;
  text-align: center;
  width: 149px;
  height: 12px;
  padding: 0;
  margin: 0 auto;
  display: block;
  border-right: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}

.active {
  background: url(../images/panel-up.png) no-repeat 50% 0;
}

.info {
  padding: 5px 0;
  text-align: center;
  background: #e8e8e8;
  background: -moz-linear-gradient(left, #e8e8e8 0%, #f6f6f6 50%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e8e8e8), color-stop(50%, #f6f6f6), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #e8e8e8 0%, #f6f6f6 50%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #e8e8e8 0%, #f6f6f6 50%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #e8e8e8 0%, #f6f6f6 50%, #e8e8e8 100%);
  background: linear-gradient(left, #e8e8e8 0%, #f6f6f6 50%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#e8e8e8', GradientType=1);
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  -webkit-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
}

.info p {
  color: #9e0b0f;
  margin: 0;
  padding: 0;
  font-size: 15px;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);
}

#disclaimer p {
  font-size: 11px;
}

.footer-btn {
  display: inline-block;
  width: 210px;
  height: 50px;
  margin: 35px 0 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  text-shadow: 0 1px 0 #640800;
  background: #7d0c00;
  border-top: 1px solid #db1500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px 0 #919191;
  -moz-box-shadow: 0 1px 1px 0 #919191;
  box-shadow: 0 1px 1px 0 #919191;
}

.footer-btn:hover {
  background: #640800;
  text-decoration: none;
  text-shadow: 0 1px 0 #3e0500;
  border-top: 1px solid #c41300;
}

.middle {
  margin: 0 20px;
}

#terms-and-conditions {
  display: block;
  margin: 20px 0 0 0;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
}

#footer {
  margin: 30px -60px 0 -60px;
  padding: 30px 60px 0 60px;
  text-align: center;
  background: url(../images/bg-footer.jpg) repeat-x;
}

#footer a {
  display: inline-block;
}

#footer-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  white-space: nowrap;

}

#footer-list li {
  display: inline-block;
  padding: 0;
  width: 25%;
}

#footer-list li img {
  object-fit: contain;
}

.btn-default {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 1px 0 #640800;
  background: #7d0c00;
  border-top: 1px solid #db1500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px 0 #919191;
  -moz-box-shadow: 0 1px 1px 0 #919191;
  box-shadow: 0 1px 1px 0 #919191;
}

.btn-default:hover {
  background: #640800;
  text-decoration: none;
  text-shadow: 0 1px 0 #3e0500;
  border-top: 1px solid #c41300;
}

.rewards-page .slidelet img {
  object-fit: cover;
}

.rewards-page .slidelet .panel p strong.sm {
  font-size: 9px;
}

.rewards-page .special-btn {
  padding: 10px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 1px 0 #640800;
  background: #7d0c00;
  border-top: 1px solid #db1500;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 #919191;
  text-decoration: none;
}

.rewards-page .special-btn:hover {
  background: #640800;
  text-decoration: none;
  text-shadow: 0 1px 0 #3e0500;
  border-top: 1px solid #c41300;
}

.rewards-page .slidelet .panel {
  height: 200px;
}

.red-date {
  color: #9e0b0f;
  font-weight: bold;
}