body {
  min-width: 320px;
  color: #293033;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hide {
  display: none;
}

.container {
  max-width: 940px;
  position: relative;
}
.container .row:after {
  content: "";
  display: table;
  clear: both;
}

.skip-to-content a {
  position: absolute;
  top: -100px;
  left: -100px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -moz-transition: top 0.3s linear;
  -o-transition: top 0.3s linear;
  -webkit-transition: top 0.3s linear;
  transition: top 0.3s linear;
}
.skip-to-content a:active, .skip-to-content a:focus, .skip-to-content a:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  padding: 5px 10px;
  overflow: visible;
  font-size: 12px;
  background-color: #FF6600;
  color: white;
}

a:focus {
  text-decoration: underline;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

sup {
  font-size: 65%;
}

.disclaimers {
  border-top: 1px solid #e7e7e7;
  padding-top: 25px;
  padding-bottom: 25px;
}
.disclaimers ol {
  list-style: none;
  padding-left: 20px;
}
.disclaimers li {
  text-indent: -1.2em;
  margin-top: 20px;
  font-size: 15px;
  line-height: 22px;
}
.disclaimers .no-indent {
  text-indent: 0;
}
.disclaimers .footnote-link {
  font-weight: bold;
  font-size: 15px;
}
.disclaimers .indent {
  text-indent: 0;
  margin-left: -15px;
}
@media only screen and (min-width: 768px) {
  .disclaimers {
    border-top: none;
  }
  .disclaimers .footnote-link {
    display: none;
  }
  .disclaimers li {
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 981px) {
  .disclaimers li {
    padding-top: 60px;
    margin-top: -45px;
  }
}

.back-to-top {
  border-top: 1px solid #DBDBDB;
  padding-top: 25px;
  padding-bottom: 25px;
}
.back-to-top a {
  font-size: 15px;
  line-height: 18px;
  background: url(../images/sprite-category-icons.png) right 2px no-repeat;
  padding-right: 18px;
}
@media only screen and (min-width: 981px) {
  .back-to-top {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.btn {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 7px 15px 7px 15px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 7px;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  vertical-align: bottom;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
}
.btn:hover, .btn:active, .btn:visited, .btn:active:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.btn:active {
  border-bottom: none;
  margin-top: 2px;
}

.btn-primary {
  background: #ff6000;
  color: #fff;
  border-radius: 4px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #ff7800;
  color: #fff;
}
.btn-primary:focus {
  outline: 1px dotted #e94d00;
}
.btn-primary:visited {
  color: #fff;
}

.btn-xlg {
  font-size: 19px;
  padding: 11px 20px;
}

.block {
  display: block;
}

.marquee-container {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 170px;
  color: #fff;
  text-align: center;
  padding-top: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.marquee-container a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .marquee-container {
    height: 300px;
    text-align: left;
    padding-top: 50px;
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
  }
}

.nav-container {
  font-size: 15px;
}
.nav-container ul {
  list-style: none;
  margin-bottom: 0;
}
.nav-container a {
  border-bottom: 2px solid transparent;
  text-decoration: none;
}
.nav-container a:hover, .nav-container a:focus, .nav-container a.active {
  color: #293033;
  border-bottom-color: #293033;
}
.nav-container.desktop {
  display: none;
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 18px;
}
.nav-container.desktop ul li {
  float: left;
  margin-left: 20px;
}
.nav-container.desktop ul li:first-child {
  margin-left: 0;
}
.nav-container.mobile {
  border-top: 4px solid #DBDBDB;
  border-bottom: 4px solid #DBDBDB;
  padding-top: 8px;
  padding-bottom: 8px;
}
.nav-container.mobile ul li {
  border-top: 1px solid #EDEDED;
  padding-bottom: 17px;
  padding-top: 17px;
  padding-left: 4%;
}
@media only screen and (max-width: 767px) {
  .nav-container.mobile ul li {
    padding-left: 9%;
  }
}
.nav-container.mobile ul li:first-child {
  border-top: none;
}
@media only screen and (min-width: 981px) {
  .nav-container.mobile {
    display: none;
  }
  .nav-container.desktop {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .section,
  .container {
    width: 82%;
  }
}
h1,
h2 {
  font-size: 24px;
  line-height: 30px;
}

h3,
.headline {
  font-size: 19px;
  line-height: 26px;
}

p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
}

.headline {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 38px;
    padding-bottom: 15px;
  }

  h3,
  .headline {
    font-size: 24px;
    line-height: 30px;
  }
}
/** general*/
/* line 3, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendar {
  position: relative;
  width: 950px;
}

.clearfix {
  overflow: auto;
  zoom: 1;
}

/* line 8, ../../app/assets/scss/get-more-calendar-wcm.scss */
.hide {
  height: 1em;
  left: -9999em !important;
  overflow: hidden;
  position: absolute;
}

/* line 15, ../../app/assets/scss/get-more-calendar-wcm.scss */
#footer {
  margin-top: 20px;
}

/* line 19, ../../app/assets/scss/get-more-calendar-wcm.scss */
.tab-content-text:after,
.calendar .tab-content-text .description ul:after,
.tab-container:after {
  display: block;
  content: "";
  clear: both;
}

/* line 27, ../../app/assets/scss/get-more-calendar-wcm.scss */
.sign-up a,
.sign-up input {
  position: relative;
  z-index: 5;
}

/** calendar*/
/* line 35, ../../app/assets/scss/get-more-calendar-wcm.scss */
.tab,
.tab-active {
  float: left;
  display: inline;
  width: 174px;
  margin: 0 10px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

/* line 46, ../../app/assets/scss/get-more-calendar-wcm.scss */
#tab1 {
  margin-left: 20px;
}

/* line 50, ../../app/assets/scss/get-more-calendar-wcm.scss */
.tab ul {
  display: block;
  height: 50px;
  width: 174px;
  background: url(https://www.discover.com/credit-cards/cashback-bonus/images/calendar/bg-tabs-hdr.png) -174px 0 no-repeat;
}

/* line 57, ../../app/assets/scss/get-more-calendar-wcm.scss */
.tab.on ul {
  background: url(https://www.discover.com/credit-cards/cashback-bonus/images/calendar/bg-tabs-hdr.png) -348px 0 no-repeat;
}

/* line 61, ../../app/assets/scss/get-more-calendar-wcm.scss */
.tab-active ul {
  height: 50px;
  background: url(https://www.discover.com/credit-cards/cashback-bonus/images/calendar/bg-tabs-hdr.png) 0 0 no-repeat;
}

/* line 66, ../../app/assets/scss/get-more-calendar-wcm.scss */
.tab li,
.tab-active li {
  width: 164px;
  padding: 5px 0 0 10px;
  font-size: 18px;
  color: #FFFFFF;
  float: left;
}

/* line 75, ../../app/assets/scss/get-more-calendar-wcm.scss */
.tab li span,
.tab-active li span {
  font-size: 14px;
  float: right;
  display: inline;
  padding: 4px 10px 0 0;
  font-weight: bold;
}

/* line 84, ../../app/assets/scss/get-more-calendar-wcm.scss */
.tab li strong,
.tab-active li strong {
  float: left;
}

/* line 89, ../../app/assets/scss/get-more-calendar-wcm.scss */
.tab li.category,
.tab-active li.category {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
}

/* line 96, ../../app/assets/scss/get-more-calendar-wcm.scss */
.tab .icon,
.tab-active .icon {
  height: 100px;
  width: 154px;
  padding: 10px;
}

/* line 103, ../../app/assets/scss/get-more-calendar-wcm.scss */
.tab-active .icon a,
.tab-active .icon p {
  display: none;
}

/* line 108, ../../app/assets/scss/get-more-calendar-wcm.scss */
.tab .icon p {
  margin-top: 4px;
  font-size: 12px;
}

/* line 113, ../../app/assets/scss/get-more-calendar-wcm.scss */
.tab-container {
  zoom: 1;
  margin-bottom: 10px;
  width: 950px;
  margin-right: auto;
  /* 4tab is 10% */
  margin-left: auto;
  /* 4tab is 10% */
}

/**tab content*/
/* line 123, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendar .tab-content {
  min-height: 309px;
  width: 950px;
}

/* line 128, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendar .tab-content-text {
  padding: 33px 0 0 260px;
  font-size: 12px;
  line-height: 1.3;
}

/* line 134, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendar .tab-content-text h1 {
  font-size: 50px;
  color: #FF6600;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: -1.85px;
}

/* line 142, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendar .tab-content-text h1 span {
  position: absolute;
  left: -9999px;
}

/* line 147, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendar .tab-content-text h2 {
  font-size: 20px;
  font-weight: normal;
  color: #576166;
}

/* line 153, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendar .tab-content-text h3 {
  margin: 18px 0 5px 70px;
  font-weight: bold;
  color: #000;
  font-size: 20px;
}

/* line 160, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendar .tab-content-text ul {
  float: left;
  width: 140px;
  margin: 10px 0 0 0;
  font-size: 14px;
  font-weight: bold;
}

/* line 168, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendar .tab-content-text ul.first-list {
  padding-left: 70px;
}

/* line 172, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendar .tab-content-text ul.one-column {
  width: 250px;
  padding-left: 70px;
}

/* line 177, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendar .tab-content-text li {
  padding-bottom: 3px;
}

/* line 181, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendar .tab-content-text li span {
  color: #FF6600;
}

/* line 185, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendar .tab-content-text .description {
  width: 400px;
  float: left;
}

/* line 190, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendar .tab-content-text .description p {
  width: 275px;
  margin: 0 0 0 70px;
  font-size: 12px;
  color: #293033;
}

/*sign up starts*/
/* line 198, ../../app/assets/scss/get-more-calendar-wcm.scss */
.signup-starts {
  min-height: 140px;
  float: left;
  border-left: 1px solid #8A9499;
  padding-left: 32px;
  margin: 93px 0 0 -30px;
}

/* line 206, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendar .tab-content-text .signup-starts h3 {
  width: 250px;
  margin: 20px 0 8px 0;
  font-size: 20px;
  font-style: italic;
  color: #576166;
  font-weight: normal;
}

/* line 215, ../../app/assets/scss/get-more-calendar-wcm.scss */
.signup-starts p {
  width: 210px;
  font-size: 12px;
  color: #293033;
}

/** no javascript messaging*/
/* line 222, ../../app/assets/scss/get-more-calendar-wcm.scss */
.no-javascript {
  width: 950px;
  height: 250px;
  margin: 30px 0 0 0;
  padding: 100px 0 0 0;
  background: url(https://www.discover.com/credit-cards/cashback-bonus/images/calendar/bg-no-js.png) 0 0 no-repeat;
  text-align: center;
  font-size: 12px;
}

/* line 232, ../../app/assets/scss/get-more-calendar-wcm.scss */
.no-javascript h4 {
  width: 560px;
  margin: 8px auto 15px auto;
  font-size: 18px;
  font-weight: bold;
}

/* Beyond Version Styles */
/* line 242, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew {
  font-size: 12pt;
}

/* line 246, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .outerContainer {
  position: relative;
  width: 955px;
  height: 546px;
  margin-left: auto;
  margin-right: auto;
  left: 5px;
}

/* line 255, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .upperRightLink {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 10;
}

/* line 263, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .upperRightLink .blueLink {
  font-weight: 400;
}

/* line 267, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .titleHolder {
  position: absolute;
  z-index: 3;
  width: 500px;
  left: 0px;
  top: 40px;
  height: 350px;
}

/* line 276, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .titleTextHolder {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 29px;
}

/* line 283, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .fivePercentHolder {
  vertical-align: text-top;
  display: inline-block;
  margin-top: 3px;
}

/* line 289, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .grey {
  color: #595858;
}

/* line 292, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .italic {
  font-style: italic;
}

/* line 296, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .topTitle {
  font-size: 20pt;
  color: #ff6600;
}

/* line 301, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .blue .topTitle {
  color: #5f9baf;
}

/* line 305, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .middleTitle {
  padding-top: 10px;
  color: #666666;
  font-weight: 600;
}

/* line 311, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .bottomTitle {
  padding-top: 10px;
  width: 200px;
  line-height: 1.2;
}

/* line 317, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .rightHolder {
  z-index: 2;
}

/* line 321, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .imageSwitcher {
  position: absolute;
  height: 546px;
  width: 800px;
  left: 230px;
  z-index: 1;
}

/* line 330, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew #sectionHolderOuter {
  position: absolute;
  bottom: 20px;
  height: 180px;
  width: 100%;
  z-index: 2;
  left: -30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 348, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew #sectionHolderInner {
  width: 980px;
  height: 180px;
  margin-left: auto;
  /*4tab is 50px*/
  margin-right: auto;
}

/* line 356, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew #sectionHolderShadow {
  position: relative;
  width: 50px;
  height: 180px;
  background-image: url(/credit-cards/cashback-bonus/images/beyond/shadow.png);
  background-repeat: no-repeat;
  float: left;
  /*4tab only- margin-left: 50px; -*/
}

/* line 367, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .noUnderline {
  text-decoration: none;
  border: none;
}

/* line 372, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew a img {
  border: none;
}

/* line 376, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .tab {
  margin: 0 0 0 0 !important;
}

/* line 380, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .signup-starts {
  float: clear !important;
  margin: 0 0 0 0 !important;
  border: none !important;
}

/* line 386, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .signup-message {
  color: #576166;
  font-style: normal;
  font-size: 10pt !important;
}

/* line 393, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .tab-active {
  background-image: url(/credit-cards/cashback-bonus/images/beyond/orangeSection.png) !important;
  margin: 0 0 0 0 !important;
}

/* line 400, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .blue .tab-active {
  background-image: url(/credit-cards/cashback-bonus/images/beyond/blueSection-blue.png) !important;
}

/* line 404, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .section:hover {
  background-image: url(/credit-cards/cashback-bonus/images/beyond/greySectionActive.png);
}

/* line 408, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .section {
  position: relative;
  background-image: url(/credit-cards/cashback-bonus/images/beyond/greySection.png);
  height: 180px;
  width: 180px;
  float: left;
  cursor: pointer;
  text-align: center;
  border-top: 1px #f1f1f1;
  border-top-style: solid;
}

/* line 420, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .middleHeadline {
  position: relative;
  color: #595858;
  top: 40px;
  font-size: 15pt;
  font-weight: 600;
}

/* line 428, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .dateHeadline {
  position: relative;
  color: #ff6600;
  top: 20px;
  font-weight: 800;
}

/* line 435, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .blue .dateHeadline {
  color: #336699;
}

/* line 439, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .tab-active .dateHeadline {
  color: #fff;
}

/* line 443, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .tab-active .middleHeadline {
  color: #fff;
}

/* line 447, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .tab-active .smallSignUpButton {
  display: none;
}

/* line 451, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .lowerHeadline {
  position: absolute;
  color: #fff;
  top: 153px;
  font-size: 10pt;
  text-align: center;
  width: 180px;
}

/* line 460, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .rightTextHolder {
  position: absolute;
  right: 25px;
  font-size: 15pt;
  color: #576166;
  z-index: 4;
  text-align: center;
  background-image: url(/credit-cards/cashback-bonus/images/beyond/mediumRightBackground.png);
  top: 130px;
  height: 150px;
  width: 250px;
}

/* line 474, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .blue .rightTextHolder {
  background-image: url(/credit-cards/cashback-bonus/images/beyond/mediumRightBackground-blue.png);
}

/* line 478, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .rightText {
  margin-top: 40px;
  line-height: 1.2;
}

/*******************

RIGHT MENU

*******************/
/* line 491, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .remindMe {
  background-image: url(/credit-cards/cashback-bonus/images/beyond/smallRightBackground.png);
  top: 130px;
  height: 200px;
  width: 250px;
}

/* line 499, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .blue #remindMe {
  background-image: url(/credit-cards/cashback-bonus/images/beyond/smallRightBackground-blue.png);
}

/* line 504, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .remindMe .rightHeadline {
  left: 22px;
  top: 15px;
  font-size: 14pt;
}

/* line 511, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .remindMeTextHolder {
  position: absolute;
  top: 60px;
  left: 25px;
  font-size: 10pt;
  width: 215px;
}

/* line 519, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .remindMeButtonHolder {
  position: absolute;
  top: 125px;
  left: 60px;
}

/* line 525, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .remindMe.rightInnerBox {
  margin: 0px 0px 0px 10px;
}

/* line 529, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .rightBox {
  position: absolute;
  right: 0px;
  z-index: 5;
}

/* line 535, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .logIn {
  background-image: url(/credit-cards/cashback-bonus/images/beyond/largeRightBackground.png);
  top: 80px;
  height: 250px;
  width: 245px;
}

/* line 544, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .blue .logIn {
  background-image: url(/credit-cards/cashback-bonus/images/beyond/largeRightBackground-blue.png);
}

/* line 549, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .logIn .rightInnerBox {
  margin: 7px 10px 0px 10px;
}

/* line 553, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .logIn .rightHeadline {
  font-size: 16pt;
}

/* line 557, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .loginBox {
  width: 190px;
  font-size: 12pt;
  border: 2px solid #ddd;
}

/* line 563, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .rightMarginBox {
  position: relative;
}

/* line 568, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .rightHeadline {
  position: absolute;
  top: 12px;
  left: 15px;
  color: #fff;
  font-size: 17pt;
}

/* line 576, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .loginSubHeadline {
  position: absolute;
  top: 58px;
  left: 15px;
  font-size: 9pt;
  font-weight: 600;
  color: #595858;
}

/* line 585, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .loginInput {
  position: absolute;
  top: 80px;
  left: 15px;
}

/* line 591, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .loginInput input {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* line 596, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .loginButtons {
  position: absolute;
  top: 145px;
  left: 15px;
}

/* line 602, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .placeholder {
  color: #aaa;
}

/* line 606, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .loginRegester {
  float: left;
  width: 50px;
  margin-left: 20px;
}

/* line 612, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .loginRegesterInt {
  float: right;
  width: 50px;
  margin: 142px 40px;
}

/* line 619, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .blueLink {
  font-size: 10pt;
  text-decoration: none;
  color: #277BB1;
  font-weight: 600;
}

/* line 627, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .blueLink:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* line 633, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .forgotHolder {
  position: absolute;
  top: 190px;
  left: 15px;
}

/* line 639, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .forgotHolderInt {
  position: absolute;
  top: 195px;
  left: 24px;
}

/* line 645, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .small {
  font-size: 7pt;
}

/* line 650, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .button-lrg {
  float: left;
  background: url(/credit-cards/cashback-bonus/images/beyond/btn-sprite.png) 0 -177px;
  height: 40px;
  padding-left: 20px;
}

/* line 657, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .button-lrg span {
  float: left;
  padding-right: 20px;
  background: url(/credit-cards/cashback-bonus/images/beyond/btn-sprite.png) right -128px;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}

/* line 669, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .button-lrg:hover {
  float: left;
  background: url(/credit-cards/cashback-bonus/images/beyond/btn-sprite.png) 0 -277px;
  height: 40px;
  padding-left: 20px;
}

/* line 677, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .button-lrg:hover span {
  float: left;
  padding-right: 20px;
  background: url(/credit-cards/cashback-bonus/images/beyond/btn-sprite.png) right -227px;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}

/* line 690, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .signUp {
  background-image: url(/credit-cards/cashback-bonus/images/beyond/mediumRightBackground.png);
  right: 15px;
  top: 130px;
  height: 150px;
  width: 250px;
}

/* line 699, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .blue .signUp {
  background-image: url(/credit-cards/cashback-bonus/images/beyond/mediumRightBackground-blue.png);
}

/* line 704, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .signUp .rightInnerBox {
  margin: 0px 0px 0px 10px;
}

/* line 708, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .signUpButtonHolder {
  margin: 30px 0px 0px 10px;
}

/* line 711, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .signUpTextHolder {
  clear: both;
  width: 120px;
  padding: 10px 0px 0px 55px;
  text-align: center;
  font-weight: 600;
}

/* line 719, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .signedUp {
  background-image: url(/credit-cards/cashback-bonus/images/beyond/smallRightBackground.png);
  top: 130px;
  right: 23px;
  height: 200px;
  width: 250px;
}

/* line 728, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .blue .signedUp {
  background-image: url(/credit-cards/cashback-bonus/images/beyond/smallRightBackground-blue.png);
}

/* line 733, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .signedUp .rightHeadline {
  left: 23px;
  top: 14px;
  font-size: 14pt;
}

/* line 741, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .tellFriendsHolder {
  font-size: 11pt;
  position: absolute;
  top: 75px;
  left: 45px;
}

/* line 747, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .socialButtonHolder {
  position: absolute;
  top: 130px;
  left: 45px;
}

/******

DISCLOSURE

*****/
/* line 759, ../../app/assets/scss/get-more-calendar-wcm.scss */
.disclosure-area p {
  width: 930px;
  margin: 30px 0 0 10px;
  line-height: 1.3;
  font-size: 11px;
  color: #576166;
}

/* line 767, ../../app/assets/scss/get-more-calendar-wcm.scss */
.disclosure-area.public {
  margin: 30px 10px 0 10px;
  font-size: 11px;
  color: #576166;
}

/******

LIGHT BOX

*****/
/* line 780, ../../app/assets/scss/get-more-calendar-wcm.scss */
.black_overlay {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
}

/* line 792, ../../app/assets/scss/get-more-calendar-wcm.scss */
.white_content {
  font-family: Arial,Helvetica,sans-serif;
  vertical-align: baseline;
  top: 15%;
  position: fixed;
  width: 100%;
  height: 85%;
  z-index: 1002;
}

/* line 802, ../../app/assets/scss/get-more-calendar-wcm.scss */
.thankYouLightBox {
  top: 20px;
}

/* line 807, ../../app/assets/scss/get-more-calendar-wcm.scss */
.thankYouLightBox .lightBoxContainer {
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/beyond/lightBox.png");
  width: 797px;
  height: 411px;
}

/* line 815, ../../app/assets/scss/get-more-calendar-wcm.scss */
.thankYouLightBox .popupCloseButton {
  position: absolute;
  right: 10px;
  top: 5px;
}

/* line 821, ../../app/assets/scss/get-more-calendar-wcm.scss */
.thankYouLightBox #popoverTextHolder {
  padding-left: 46px;
  padding-top: 20px;
}

/* line 826, ../../app/assets/scss/get-more-calendar-wcm.scss */
.thankYouLightBox .lightBoxInner {
  position: relative;
  top: 43px;
  left: 51px;
  width: 700px;
  height: 316px;
}

/* line 834, ../../app/assets/scss/get-more-calendar-wcm.scss */
.thankYouLightBox .blueLink {
  font-weight: 400;
}

/* line 838, ../../app/assets/scss/get-more-calendar-wcm.scss */
.thankYouLightBox #headlineA {
  font-size: 27pt;
  color: #ff6600;
}

/* line 843, ../../app/assets/scss/get-more-calendar-wcm.scss */
.thankYouLightBox #headlineB {
  padding-top: 5px;
  font-size: 13pt;
  color: #555;
  font-weight: 600;
}

/* line 849, ../../app/assets/scss/get-more-calendar-wcm.scss */
.thankYouLightBox #headlineC {
  font-size: 13pt;
  color: #888;
}

/* line 853, ../../app/assets/scss/get-more-calendar-wcm.scss */
.thankYouLightBox #headlineD {
  padding-top: 20px;
  font-size: 10pt;
  line-height: 1.3;
}

/* line 859, ../../app/assets/scss/get-more-calendar-wcm.scss */
.thankYouLightBox #placementHolder {
  position: absolute;
  /*background-color:#cccccc;*/
  width: 700px;
  height: 113px;
  bottom: 0px;
}

/* line 867, ../../app/assets/scss/get-more-calendar-wcm.scss */
.thankYouLightBox #placement {
  text-align: center;
}

/* line 871, ../../app/assets/scss/get-more-calendar-wcm.scss */
.closeButtonImg {
  border: none;
}

/********

Calendar (Universal Overlay) light box CSS

*******/
/* line 882, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .offersLightBox .lightBoxContainer {
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/beyond/lightBoxOffers.png");
  width: 857px;
  height: 425px;
}

/* line 890, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .offersLightBox .popupCloseButton {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1010;
}

/* line 897, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .offersLightBox #popoverTextHolder {
  padding-left: 40px;
  padding-top: 20px;
}

/* line 902, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .offersLightBox .lightBoxInner {
  position: relative;
  top: 64px;
  left: 81px;
  width: 700px;
  height: 292px;
  background-image: url("../images/beyond/offersGradient.png");
  background-repeat: repeat-x;
}

/* line 912, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .offersLightBox #offersRightImage {
  position: absolute;
  right: 0px;
  top: 4px;
}

/* line 918, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .offersLightBox #offersRightImage.data_b {
  top: 0;
  right: -25px;
}

/* line 923, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .offersLightBox #offersRightImage.data_d {
  top: 0;
  right: -10px;
}

/* line 928, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .offersLightBox #offersRightImage.data_e {
  right: 10px;
  top: 35px;
}

/* line 933, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .offersLightBox #offersFivePercentImage {
  position: absolute;
  left: 20px;
  top: 23px;
}

/* line 939, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .offersLightBox #offersTextHolder {
  position: absolute;
  top: 20px;
  left: 150px;
}

/* line 945, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox #offersHeadlineA {
  font-size: 24px;
  color: #ff6600;
  line-height: 25pt;
}

/* line 951, ../../app/assets/scss/get-more-calendar-wcm.scss */
.blue #offersHeadlineA {
  color: #336699 !important;
}

/* line 955, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox #offersHeadlineB {
  padding-top: 5px;
  font-size: 12pt;
  color: #555;
}

/* line 960, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox #offersHeadlineC {
  padding-top: 10px;
  font-size: 11pt;
  width: 290px;
}

/* line 966, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox #offersHeadlineC.data_a {
  width: 320px;
}

/* line 970, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox #offersHeadlineC.data_b {
  width: 340px;
}

/* line 974, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox #offersHeadlineC.data_c {
  width: 290px;
}

/* line 978, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox #offersHeadlineC.data_d {
  width: 345px;
}

/* line 983, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox #offersSectionHolder {
  position: absolute;
  height: 71px;
  width: 100%;
  bottom: 1px;
  background-image: url("../images/beyond/offersBottomGradient.png");
  background-repeat: repeat-x;
}

/* line 995, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox #offersSectionInnerHolder {
  margin-left: 0px;
  /** 4tabs= 70px; */
  width: 700px;
  /** 4tabs=560px; */
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1009, ../../app/assets/scss/get-more-calendar-wcm.scss */
.firstSection {
  border-left-style: none !important;
  width: 137px;
}

/* line 1014, ../../app/assets/scss/get-more-calendar-wcm.scss */
.lastSection {
  border-right-style: none !important;
}

/* line 1020, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .offerSection {
  float: left;
  width: 138px;
  height: 70px;
  border-top: 1px #ececec;
  border-left: 1px #ececec;
  border-right: 1px #fff;
  border-bottom: 1px #fff;
  border-style: solid;
  border-bottom-style: none;
  cursor: pointer;
  font-size: 9pt;
}

/* line 1033, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .offersTopHeadline {
  padding-top: 3px;
  text-align: center;
  width: 139px;
  font-weight: 600;
  font-size: 10pt;
  color: #555;
  line-height: 11pt;
}

/* line 1042, ../../app/assets/scss/get-more-calendar-wcm.scss */
.offersLowerHeadline {
  position: absolute;
  bottom: 3px;
  text-align: center;
  width: 139px;
  font-weight: 700;
  color: #ff6600;
}

/* line 1054, ../../app/assets/scss/get-more-calendar-wcm.scss */
.blue #calLightBox .offerSection {
  color: #336699 !important;
}

/* line 1058, ../../app/assets/scss/get-more-calendar-wcm.scss */
.blue .offersLowerHeadline {
  color: #336699;
}

/* line 1062, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .offerActive {
  /*background-color:#ff6600;*/
  background-image: url("../images/beyond/orangeHorizontalGradient.png");
  background-repeat: repeat-y;
  border-top: 1px #ecbe9e;
  border-right: 2px #fe7000;
  border-bottom: 1px #c95500;
  border-left: 2px #ff9f5c;
  height: 69px;
  border-style: solid;
  width: 138px;
}

/* line 1075, ../../app/assets/scss/get-more-calendar-wcm.scss */
.blue .offerActive {
  /*background-color:#ff6600;*/
  background-image: url("../images/beyond/blueVerticalGradient.png") !important;
  background-repeat: repeat-x !important;
  border-top: 1px #dbe1e2 !important;
  border-right: 2px #637c8c !important;
  border-bottom: 1px #485e6d !important;
  border-left: 1px #a0baca !important;
  height: 69px !important;
  border-style: solid !important;
  color: #fff !important;
  width: 137px !important;
}

/* line 1090, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .offerActive .offersLowerHeadline {
  color: #fff;
  text-shadow: 0px -1px 0px #777;
}

/* line 1095, ../../app/assets/scss/get-more-calendar-wcm.scss */
.blue #calLightBox .offerActive .offersLowerHeadline {
  color: #fff !important;
  text-shadow: 0px -1px 0px #777;
}

/* line 1099, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .offerActive .offersTopHeadline {
  color: #fff;
  text-shadow: 0px -1px 0px #777;
}

/* line 1104, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .closeButtonImg {
  border: none;
}

/* End Beyond Version Styles */
/* IE7 Fix */
/* line 1112, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew {
  display: block;
}

/* line 1116, ../../app/assets/scss/get-more-calendar-wcm.scss */
.tab-module .tab-content {
  min-height: 360px;
  width: 955px;
}

/* line 1121, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .titleTextHolder {
  margin-left: 35px;
  float: left;
}

/* line 1126, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .fivePercentHolder {
  float: left;
}

/* line 1130, ../../app/assets/scss/get-more-calendar-wcm.scss */
.calendarNew .lowerHeadline {
  left: 0;
}

/* line 1134, ../../app/assets/scss/get-more-calendar-wcm.scss */
.tab-container {
  width: auto;
}

/* Begin Mobile Content */
/* line 1140, ../../app/assets/scss/get-more-calendar-wcm.scss */
.mobile-content {
  display: none;
}

/* line 1141, ../../app/assets/scss/get-more-calendar-wcm.scss */
.browser-content {
  display: block;
}

/*at least as large as overlay */
@media (max-width: 857px) {
  /* line 1145, ../../app/assets/scss/get-more-calendar-wcm.scss */
  #calLightBox .offersLightBox .lightBoxContainer {
    height: 292px;
    width: 700px;
    background: #FFF;
    -moz-box-shadow: 0px 3px 10px #000;
    -webkit-box-shadow: 0px 3px 10px #000;
    box-shadow: 0px 3px 10px #000;
  }

  /* line 1154, ../../app/assets/scss/get-more-calendar-wcm.scss */
  #calLightBox .offersLightBox .lightBoxInner {
    left: 0;
    top: 0;
  }
}
/*if width is less than the calendar*/
@media (max-width: 700px) {
  /* line 1162, ../../app/assets/scss/get-more-calendar-wcm.scss */
  .lightBoxInner {
    margin: 10px 0;
    border: 1px solid #d2d4d7;
  }

  /* line 1166, ../../app/assets/scss/get-more-calendar-wcm.scss */
  #fade {
    display: none !important;
  }

  /* line 1168, ../../app/assets/scss/get-more-calendar-wcm.scss */
  .browser-content {
    display: none;
  }

  /* line 1169, ../../app/assets/scss/get-more-calendar-wcm.scss */
  .mobile-content {
    display: block;
  }

  /* line 1171, ../../app/assets/scss/get-more-calendar-wcm.scss */
  .mobile-cbb-header {
    display: block;
    padding: 1em;
    font-weight: bold;
    border-bottom: 1px solid #d2d4d7;
    background: #eff2f3;
  }

  /* line 1179, ../../app/assets/scss/get-more-calendar-wcm.scss */
  .offerSection {
    display: none;
    width: auto;
    border-top: 1px solid #ffcd9d;
    position: relative;
    background: #fff2d9;
    padding: .75em 1em;
    cursor: pointer;
  }

  /* line 1189, ../../app/assets/scss/get-more-calendar-wcm.scss */
  .offersTopHeadline {
    margin-left: 100px;
  }

  /* line 1191, ../../app/assets/scss/get-more-calendar-wcm.scss */
  .offersLowerHeadline {
    position: absolute;
    text-align: left;
    width: auto;
    top: .75em;
    left: 1em;
    color: #257CB2;
    text-decoration: underline;
  }

  /* line 1201, ../../app/assets/scss/get-more-calendar-wcm.scss */
  #offersTextHolder {
    padding: 1em;
  }

  /* line 1203, ../../app/assets/scss/get-more-calendar-wcm.scss */
  #offersTextHolder #mobileA, #offersTextHolder #mobileB {
    color: #ff6600;
    font-weight: bold;
    padding-bottom: 1em;
  }

  /* line 1209, ../../app/assets/scss/get-more-calendar-wcm.scss */
  #offersTextHolder #mobileA {
    margin-left: 100px;
    line-height: 1.1em;
  }

  /* line 1214, ../../app/assets/scss/get-more-calendar-wcm.scss */
  #offersTextHolder #mobileB {
    float: left;
    width: 100px;
  }

  /* line 1219, ../../app/assets/scss/get-more-calendar-wcm.scss */
  #offersTextHolder #mobileIcon {
    clear: both;
    float: left;
    width: 100px;
    min-height: 100px;
    padding-bottom: .75em;
  }

  /* line 1227, ../../app/assets/scss/get-more-calendar-wcm.scss */
  #offersTextHolder .copy-area {
    color: #293033;
    margin-left: 100px;
  }

  /* line 1232, ../../app/assets/scss/get-more-calendar-wcm.scss */
  #offersTextHolder .copy-area h5 {
    color: #ff6600;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1;
  }

  /* line 1239, ../../app/assets/scss/get-more-calendar-wcm.scss */
  #offersTextHolder .copy-area p {
    margin: 0 0 .5em 0;
  }

  /* line 1241, ../../app/assets/scss/get-more-calendar-wcm.scss */
  #offersTextHolder .offerSection {
    margin: -1em -1em 1em -1em;
    border-top: 0;
    border-bottom: 1px solid #ffcd9d;
  }
}
/* End Beyond Version Styles */
/* Calendar Overlay styles */
/* line 1252, ../../app/assets/scss/get-more-calendar-wcm.scss */
#offer-details {
  display: inline-block;
  margin-top: 10px;
}

/* line 1256, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox.tall .white_content {
  top: 5%;
  position: absolute;
}

/* line 1260, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox.tall .offersLightBox .lightBoxContainer {
  background-image: url("../images/beyond/lightbox-offers-tall.png");
  width: 816px;
  height: 753px;
}

/* line 1266, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox.tall .offersLightBox .lightBoxInner {
  background: none;
  left: 70px;
  top: 45px;
  width: 690px;
}

/* line 1273, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox.tall .offersLightBox .popupCloseButton {
  right: 0;
  top: 0;
}

/* line 1278, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .lightBoxInner .headline {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 25px;
}

/* line 1284, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .lightBoxInner .headline h2.hdr {
  background: url("../images/beyond/hdr-5percent-cbb.png") 0 0 no-repeat;
  width: 452px;
  height: 39px;
  text-indent: -999em;
  margin: 0 auto;
  padding-bottom: 10px;
}

/* line 1294, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .lightBoxInner .headline p {
  font-size: 15px;
}

/* line 1298, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .lightBoxInner .mid-content {
  border-top: 1px solid #dce3e5;
  border-bottom: 1px solid #dce3e5;
  overflow: hidden;
  margin-bottom: 20px;
  width: 680px;
}

/* line 1306, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .lightBoxInner .mid-content h3 {
  font-weight: bold;
  font-size: 19px;
  padding-bottom: 35px;
  padding-top: 20px;
}

/* line 1313, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .mid-content .section {
  float: left;
  width: 200px;
  margin-right: 20px;
}

/* line 1319, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .mid-content .section.last {
  width: 225px;
  margin-right: 0;
  margin-left: 15px;
}

/* line 1325, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .mid-content .section ul {
  margin-bottom: 30px;
}

/* line 1329, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .mid-content .section li {
  font-size: 14px;
  line-height: 18px;
}

/* line 1334, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .mid-content .section li.top {
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 1339, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .mid-content .section .top {
  font-weight: bold;
}

/* line 1343, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .lightBoxInner .bottom-content {
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  width: 560px;
  margin: 0 auto;
}

/* line 1351, ../../app/assets/scss/get-more-calendar-wcm.scss */
#calLightBox .lightBoxInner .bottom-content h4 {
  font-weight: bold;
  color: #ff6600;
}

#offersTextHolder #mobileIcon, #offersTextHolder .copy-area h5, #offersTextHolder .copy-area p {
  display: none;
}

#offersTextHolder #mobileA {
  color: #000;
}

#offersTextHolder .copy-area, #offersTextHolder #mobileA {
  margin-left: 0;
}

#offersTextHolder #mobileB {
  float: none;
  width: 100%;
}

.top-content {
  padding-top: 30px;
  border-top: 1px solid #DBDBDB;
}
@media only screen and (min-width: 768px) {
  .top-content {
    padding-top: 60px;
  }
}

/* .category-content {
  margin-top: 30px;
} */
.category-content .category {
  margin-bottom: 40px;
}
.category-content img {
  display: block;
  margin: 0 auto;
  max-width: 145px;
  padding-bottom: 10px;
}
.category-content h2,
.category-content h3 {
  font-weight: normal;
}
.category-content h2 {
  padding-bottom: 10px;
}
.category-content h3 {
  font-size: 15px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .category-content {
    margin-bottom: 15px;
    margin-top: 55px;
  }
  .category-content .category {
    float: left;
    width: 21%;
    margin-left: 3%;
    max-width: 280px;
  }
  .category-content .category:first-child {
    margin-left: 0;
  }
  .category-content .block-link {
    display: block;
    padding-top: 152px;
  }
  .category-content .cash-back {
    background: url(../images/bg-cashback-credit-card.jpg) 0 0 no-repeat;
  }
  .category-content .travel {
    background: url(../images/bg-travel-credit-card.jpg) 0 0 no-repeat;
  }
  .category-content .student {
    background: url(../images/bg-student-credit-card.jpg) 0 0 no-repeat;
  }
  .category-content .secured {
    background: url(../images/bg-secured-credit-card.png) 0 0 no-repeat;
  }
  .category-content img {
    margin: 0;
    max-width: 100%;
    padding-left: 14px;
  }
}
@media only screen and (min-width: 981px) {
  .category-content .category {
    margin-left: 50px;
  }
}

.services-content {
  margin-bottom: 30px;
}
.services-content .service {
  margin-top: 30px;
}
.services-content h3 sup {
  font-size: 60%;
  top: -0.6em;
}
@media only screen and (min-width: 768px) {
  .services-content h2 {
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 15px;
  }
  .services-content .service {
    float: left;
    width: 26%;
    margin-left: 9%;
  }
  .services-content .service.no-marg {
    margin-left: 0;
  }
  .services-content h3 {
    padding-bottom: 7px;
  }
}

.features-content {
  background: url(../images/bg-features-gradient.jpg) 0 0 repeat;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 5px;
  margin-bottom: 35px;
}
.features-content .feature {
  margin-bottom: 35px;
}
.features-content h3 {
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .features-content {
    height: 274px;
    margin-bottom: 110px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .features-content .feature {
    position: relative;
    float: left;
    width: 47%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    height: 222px;
    text-align: center;
  }
  .features-content img {
    position: absolute;
    bottom: -42px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .features-content h3 {
    padding-bottom: 20px;
    max-width: 358px;
    margin: 0 auto;
  }
}

.rating-module {
  text-align: center;
  margin-bottom: 35px;
}
.rating-module h3 {
  font-size: 24px;
  line-height: 30px;
}
.rating-module img {
  display: block;
  margin: 15px auto;
}
.rating-module .lines {
  position: relative;
  overflow: hidden;
}
.rating-module .lines:before, .rating-module .lines:after {
  position: absolute;
  content: "";
  top: 50%;
  background: #EDEDED;
  width: 50%;
  height: 3px;
}
.rating-module .lines:before {
  left: -128px;
}
.rating-module .lines:after {
  right: -128px;
}

.marquee-container.cash-back {
  background-image: url(../images/bg-marquee-cash-back-credit-cards.jpg);
}
@media only screen and (min-width: 768px) {
  .marquee-container.cash-back {
    background-image: url(../images/bg-marquee-cash-back-credit-cards-tablet.jpg);
  }
}

.card-group-content {
  margin-top: -35px;
}
.card-group-content img {
  display: block;
  margin: 0 auto;
  max-width: 145px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.card-group-content h2 {
  font-weight: normal;
  padding-bottom: 10px;
}
.card-group-content h2 sup {
  font-size: 55%;
  top: -0.7em;
}
.card-group-content p {
  margin-bottom: 20px;
}
.card-group-content .expand-content {
  display: none;
}
.card-group-content .btn {
  display: block;
  margin-right: 0;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.card-group-content .details-link {
  display: block;
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
}
.card-group-content .rates-link {
  text-align: center;
  margin-bottom: 45px;
}
.card-group-content .rates-link a {
  background: url(../images/sprite-category-icons.png) 0 -17px no-repeat;
  padding-left: 13px;
}
.card-group-content .rates-link sup {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .card-group-content {
    margin-top: -50px;
  }
  .card-group-content .column {
    float: left;
  }
  .card-group-content img {
    max-width: 100%;
    margin-left: 13px;
    padding-bottom: 25px;
    padding-left: 0;
  }
  .card-group-content .inner {
    min-height: 503px;
    overflow: hidden;
  }
  .card-group-content .col-3 {
    width: 31%;
    margin-left: 3%;
    max-width: 275px;
  }
  .card-group-content .col-3:first-child {
    margin-left: 0;
  }
  .card-group-content .btn,
  .card-group-content .details-link {
    display: inline-block;
  }
  .card-group-content .btn {
    margin-right: 20px;
    margin-top: 5px;
    vertical-align: inherit;
  }
  .card-group-content .rates-link {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .card-group-content h2 {
    font-size: 19px;
  }
  .card-group-content .btn {
    font-size: 16px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 981px) {
  .card-group-content .inner {
    min-height: 460px;
  }
  .card-group-content .col-3 {
    margin-left: 50px;
  }
}

.benefits-content {
  background: url(../images/bg-features-gradient.jpg) 0 0 repeat;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.benefits-content a {
  color: #fff;
}
.benefits-content h2 {
  padding-bottom: 30px;
}
.benefits-content .benefit {
  margin-bottom: 30px;
}
.benefits-content .benefit h3 {
  padding-bottom: 5px;
}
.benefits-content p {
  font-size: 19px;
  line-height: 26px;
}
.benefits-content .no-annual-fee {
  clear: both;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
}
.benefits-content .no-annual-fee span {
  display: inline-block;
  border-bottom: 2px solid #ff5e01;
}
.benefits-content sup a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .benefits-content {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .benefits-content h2 {
    padding-bottom: 40px;
    font-size: 32px;
    line-height: 38px;
  }
  .benefits-content .benefit {
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 45px;
    max-width: 280px;
  }
  .benefits-content .benefit.first {
    margin-left: 0;
  }
  .benefits-content .benefit.mid {
    width: 24%;
    margin-left: 7%;
  }
  .benefits-content .benefit.tab-wide {
    width: 34%;
  }
}
@media only screen and (min-width: 981px) {
  .benefits-content .benefit {
    margin-left: 4%;
  }
  .benefits-content .benefit.wide {
    max-width: 100%;
  }
  .benefits-content .benefit.mid {
    width: 22%;
    margin-left: 12%;
  }
}

.helpful-articles {
  padding-top: 35px;
}
.helpful-articles .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.helpful-articles h2 {
  font-weight: normal;
  font-size: 19px;
  line-height: 26px;
  padding-bottom: 5px;
}
.helpful-articles .article {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .helpful-articles {
    padding-top: 65px;
  }
  .helpful-articles .title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 40px;
  }
  .helpful-articles h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .helpful-articles .article {
    float: left;
    width: 48%;
    padding-left: 2%;
    padding-bottom: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .helpful-articles .article.first {
    padding-left: 0;
    padding-right: 2%;
  }
  .helpful-articles .container {
    border-bottom: 1px solid #EDEDED;
  }
}

@media only screen and (min-width: 701px) {
  .cashback-calendar-link {
    background: url(../images/sprite-category-icons.png) 0 -36px no-repeat;
    padding-left: 16px;
  }
  .cashback-calendar-link span {
    display: none;
  }
}

.marquee-container.travel {
  background-image: url(../images/bg-marquee-travel-credit-cards.jpg);
}
@media only screen and (max-width: 767px) {
  .marquee-container.travel {
    background-position: 11.5% center;
  }
}
@media only screen and (min-width: 768px) {
  .marquee-container.travel {
    background-image: url(../images/bg-marquee-travel-credit-cards-tablet.jpg);
  }
}
.marquee-container.student {
  background-image: url(../images/bg-marquee-student-credit-cards.jpg);
}
@media only screen and (min-width: 768px) {
  .marquee-container.student {
    background-image: url(../images/bg-marquee-student-credit-cards-tablet.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .card-group-content .col-1 {
    width: 65%;
    padding-left: 17%;
  }
  .card-group-content .col-2 {
    width: 40%;
    padding-left: 8.5%;
    max-width: 320px;
  }
  .card-group-content .col-2 .inner {
    min-height: 488px;
  }
}
@media only screen and (min-width: 981px) {
  .card-group-content .col-2 .inner {
    min-height: 466px;
  }
}

/*Bazaar voice*/
.BVRRRatingOverall .BVRRRatingNormalOutOf, .BVRRRatingOverall .BVRRNumber{
  display:inline !important;
  color:#000000 !important;
}
.BVRRRatingSummaryHeader{
  display: inline-block !important;
  vertical-align: top;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
}
.BVRROverallRatingContainer{
  margin: 0;
  display: inline-block;
}
.BVRROverallRatingContainer .BVRRRatingContainerStar{
  float:none;
  display:inline-block;
}
.BVRRRatingSummaryLinks{
  display:inline-block;
  margin: 3px 0 15px 0px;
  vertical-align: top;
}
#BVRRRatingSummaryLinkReadID a{
  color:#257cb2;
}
.BVRRRatingSummaryLinkRead {
    text-transform: capitalize !important;
}
.BVRRQuickTakeSection .BVRRRatingOverall {
 
    width: 79%;
}
@media screen and (max-width: 900px){

.BVRROverallRatingContainer .BVRRRatingContainerStar{
   width:auto;
}
.BVRROverallRatingContainer{
   float:none;
}
/* .BVRRRootElement, .BVRRRootElement input, .BVRRRootElement select, .BVRRRootElement textarea, .BVRRPhotoPopup, .BVRRVideoPopup{
   line-height: 6.2px;
} */
.BVRRRatingSummaryHeader{
   display:block;
}
.BVRRRatingSummaryLinks{
  display:block;
}
.BVRRRatingNormalImage{
  width:auto !important;
}
.BVRROverallRatingContainer .BVRRRatingContainerStar{
   display:block;
}
.BVRRRatingSummary.BVRRPrimarySummary.BVRRPrimaryRatingSummary {
    line-height: 6px;
}
}
/*Bazaar voice*/