/*979px;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  padding: 25px 80px;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location {
  font-size: 22px;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location .current-location {
  vertical-align: middle;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location a.set-location-cta {
  background-color: #000000;
  font-size: 18px;
  text-decoration: none;
  margin-left: 15px;
  padding: 10px 15px;
  vertical-align: middle;
  white-space: nowrap;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location a.set-location-cta:hover {
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  color: #000000;
  background-color: #4d4d4d;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions {
  position: relative;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promotions-message {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(51, 51, 51, 0.85);
  color: #ffc525;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  padding: 20px;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promotions-message .icon {
  font-size: 1.25em;
  line-height: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promo-hub-promotions-container {
  background-color: #ffffff;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promo-hub-promotions-container > div:not(:last-child) {
  border-bottom: rgba(0, 0, 0, 0.25) 1px solid;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promotions-disclaimer {
  background-color: #e6e6e6;
  color: #000000;
  padding: 50px 80px;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-cta-bar-container {
  background-color: #333333;
  color: #ffffff;
}
.custom-text-style.text-align-left {
  text-align: left;
}
.custom-text-style.text-align-center {
  text-align: center;
}
.custom-text-style.text-align-right {
  text-align: right;
}
.custom-text-style p {
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.custom-text-style p:last-child {
  margin-bottom: 0;
}
.custom-text-style p span.small-regular {
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
  text-transform: uppercase;
}
.custom-text-style p span.small-bold {
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}
.custom-text-style p span.medium-regular {
  font-size: 32px;
  font-weight: normal;
  line-height: 1em;
  text-transform: uppercase;
}
.custom-text-style p span.medium-bold {
  font-size: 32px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}
.custom-text-style p span.large-regular {
  font-size: 60px;
  font-weight: normal;
  line-height: 0.9em;
  text-transform: uppercase;
}
.custom-text-style p span.large-bold {
  font-size: 60px;
  font-weight: bold;
  line-height: 0.9em;
  text-transform: uppercase;
}
.divider-container {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  margin: 0.5em 0;
  overflow: hidden;
}
.divider-container .divider {
  position: relative;
  display: inline-block;
  min-height: 1em;
}
.divider-container .divider:before,
.divider-container .divider:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #000000;
  width: 661px;
  height: 2px;
}
.divider-container .divider:before {
  right: 100%;
  margin-right: 10px;
}
.divider-container .divider:after {
  left: 100%;
  margin-left: 10px;
}
.divider-container.divider-none {
  display: none;
}
.divider-container.divider-line .divider:before {
  margin-right: 0;
}
.divider-container.divider-line .divider:after {
  margin-left: 0;
}
.divider-container.divider-line .divider-inner-content {
  display: none;
}
.divider-container.divider-plus {
  font-size: 2em;
}
.divider-container.divider-plus .divider-inner-content {
  font-family: "brp-custom-font";
  text-transform: none;
}
.divider-container.divider-plus .divider-inner-content:before {
  display: inline-block;
  margin-top: 0.1em;
  content: "\0076";
}
.divider-container.divider-plus .inner-content-text {
  display: none;
}
.divider-container.divider-label-large {
  font-size: 2em;
}
.divider-container.divider-label-small {
  font-size: 1em;
}
@media (min-width: 668px) and (max-width: 800px) {
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content {
    font-size: 28px;
    line-height: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header {
    font-size: 1em;
    line-height: 1em;
    padding: 0.85em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-title {
    width: 100%;
    font-size: 1.7857em;
    line-height: 1em;
    text-align: center;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location {
    width: 100%;
    font-size: 1.0714em;
    line-height: 1.25em;
    text-align: center;
    margin-top: 0.25em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location .current-location {
    margin: 0 0.5em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location a.set-location-cta {
    font-size: 0.5428em;
    padding: 0.5em 1.25em;
    margin: 0 0.5em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promotions-message {
    font-size: 0.625em;
    line-height: 1.4em;
    padding: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promotions-disclaimer {
    font-size: 0.7143em;
    line-height: 1.4em;
    padding: 3em;
  }
  .custom-text-style {
    font-size: 28px;
  }
  .custom-text-style p {
    font-size: 1.1429em;
  }
  .custom-text-style p span.small-regular {
    font-size: 0.6563em;
  }
  .custom-text-style p span.small-bold {
    font-size: 0.875em;
  }
  .custom-text-style p span.medium-regular {
    font-size: 1.4375em;
  }
  .custom-text-style p span.medium-bold {
    font-size: 1.4375em;
  }
  .custom-text-style p span.large-regular {
    font-size: 2.75em;
  }
  .custom-text-style p span.large-bold {
    font-size: 2.75em;
  }
  .custom-text-style-mobile-fix p span {
    color: black !important;
  }
}
@media (min-width: 376px) and (max-width: 667px) {
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content {
    font-size: 16px;
    line-height: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header {
    font-size: 1em;
    line-height: 1em;
    padding: 0.85em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-title {
    width: 100%;
    font-size: 1.7857em;
    line-height: 1em;
    text-align: center;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location {
    width: 100%;
    font-size: 1.0714em;
    line-height: 1.25em;
    text-align: center;
    margin-top: 0.25em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location .current-location {
    margin: 0 0.5em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location a.set-location-cta {
    font-size: 0.5428em;
    padding: 0.5em 1.25em;
    margin: 0 0.5em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promotions-message {
    font-size: 0.625em;
    line-height: 1.4em;
    padding: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promotions-disclaimer {
    font-size: 0.7143em;
    line-height: 1.4em;
    padding: 3em;
  }
  .custom-text-style {
    font-size: 16px;
  }
  .custom-text-style p {
    font-size: 1.1429em;
  }
  .custom-text-style p span.small-regular {
    font-size: 0.6563em;
  }
  .custom-text-style p span.small-bold {
    font-size: 0.875em;
  }
  .custom-text-style p span.medium-regular {
    font-size: 1.4375em;
  }
  .custom-text-style p span.medium-bold {
    font-size: 1.4375em;
  }
  .custom-text-style p span.large-regular {
    font-size: 2.75em;
  }
  .custom-text-style p span.large-bold {
    font-size: 2.75em;
  }
  .custom-text-style-mobile-fix p span {
    color: black !important;
  }
}
@media (max-width: 375px) {
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content {
    font-size: 16px;
    line-height: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header {
    font-size: 1em;
    line-height: 1em;
    padding: 0.85em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-title {
    width: 100%;
    font-size: 1.7857em;
    line-height: 1em;
    text-align: center;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location {
    width: 100%;
    font-size: 1.0714em;
    line-height: 1.25em;
    text-align: center;
    margin-top: 0.25em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location .current-location {
    margin: 0 0.5em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location a.set-location-cta {
    font-size: 0.5428em;
    padding: 0.5em 1.25em;
    margin: 0 0.5em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promotions-message {
    font-size: 0.625em;
    line-height: 1.4em;
    padding: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promotions-disclaimer {
    font-size: 0.7143em;
    line-height: 1.4em;
    padding: 3em;
  }
  .custom-text-style {
    font-size: 16px;
  }
  .custom-text-style p {
    font-size: 1.1429em;
  }
  .custom-text-style p span.small-regular {
    font-size: 0.6563em;
  }
  .custom-text-style p span.small-bold {
    font-size: 0.875em;
  }
  .custom-text-style p span.medium-regular {
    font-size: 1.4375em;
  }
  .custom-text-style p span.medium-bold {
    font-size: 1.4375em;
  }
  .custom-text-style p span.large-regular {
    font-size: 2.75em;
  }
  .custom-text-style p span.large-bold {
    font-size: 2.75em;
  }
  .custom-text-style-mobile-fix p span {
    color: black !important;
  }
}

/*979px;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion-content {
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 80px;
}
.promotion-content .promotion-header {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.promotion-content .promotion-header .header-subtitle {
  font-size: 22px;
  line-height: 1em;
}
.promotion-content .promotion-offers-container > div:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 668px) and (max-width: 800px) {
  .promotion-content {
    font-size: 28px;
    line-height: 1em;
    padding: 1.0714em;
  }
  .promotion-content .promotion-header {
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 1.0714em;
  }
  .promotion-content .promotion-header .header-title {
    font-size: 1.7857em;
    line-height: 1em;
  }
  .promotion-content .promotion-header .header-subtitle {
    font-size: 1em;
    line-height: 1em;
  }
  .promotion-content .promotion-offers-container > div:not(:last-child) {
    margin-bottom: 1.0714em;
  }
}
@media (min-width: 381px) and (max-width: 670px) {
  .promotion-content {
    font-size: 16px;
    line-height: 1em;
    padding: 1.0714em;
  }
  .promotion-content .promotion-header {
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 1.0714em;
  }
  .promotion-content .promotion-header .header-title {
    font-size: 1.7857em;
    line-height: 1em;
  }
  .promotion-content .promotion-header .header-subtitle {
    font-size: 1em;
    line-height: 1em;
  }
}
@media (max-width: 380px) {
  .promotion-content {
    font-size: 16px;
    line-height: 1em;
    padding: 1.0714em;
  }
  .promotion-content .promotion-header {
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 1.0714em;
  }
  .promotion-content .promotion-header .header-title {
    font-size: 1.7857em;
    line-height: 1em;
  }
  .promotion-content .promotion-header .header-subtitle {
    font-size: 1em;
    line-height: 1em;
  }
}

/*979px;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.no-promotion-content {
  display: table;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.no-promotion-content .no-promotion-header {
  display: table-cell;
  color: #000000;
  font-size: 22px;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
}
.no-promotion-content .no-promotion-header .header-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.no-promotion-content .no-promotion-header .header-title .icon {
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-radial-gradient(circle, #000000 50%, rgba(0, 0, 0, 0) 50%);
  background-image: -moz-radial-gradient(circle, #000000 50%, rgba(0, 0, 0, 0) 50%);
  background-image: -o-radial-gradient(circle, #000000 50%, rgba(0, 0, 0, 0) 50%);
  background-image: radial-gradient(circle, #000000 50%, rgba(0, 0, 0, 0) 50%);
  background-repeat: no-repeat;
  font-size: 1em;
  line-height: 1em;
}
@media (min-width: 668px) and (max-width: 800px) {
  .no-promotion-content {
    font-size: 28px;
    line-height: 1em;
    padding: 0.85em;
  }
  .no-promotion-content .no-promotion-header {
    font-size: 1em;
  }
  .no-promotion-content .no-promotion-header .header-title {
    font-size: 1.7857em;
    line-height: 1em;
  }
  .no-promotion-content .no-promotion-header .header-title .icon:after {
    content: "\A";
    line-height: 2em;
    white-space: pre;
  }
}
@media (min-width: 376px) and (max-width: 667px) {
  .no-promotion-content {
    font-size: 16px;
    line-height: 1em;
    padding: 0.85em;
  }
  .no-promotion-content .no-promotion-header {
    font-size: 1em;
  }
  .no-promotion-content .no-promotion-header .header-title {
    font-size: 1.7857em;
    line-height: 1em;
  }
  .no-promotion-content .no-promotion-header .header-title .icon:after {
    content: "\A";
    line-height: 2em;
    white-space: pre;
  }
}
@media (max-width: 375px) {
  .no-promotion-content {
    font-size: 16px;
    line-height: 1em;
    padding: 0.85em;
  }
  .no-promotion-content .no-promotion-header {
    font-size: 1em;
  }
  .no-promotion-content .no-promotion-header .header-title {
    font-size: 1.7857em;
    line-height: 1em;
  }
  .no-promotion-content .no-promotion-header .header-title .icon:after {
    content: "\A";
    line-height: 2em;
    white-space: pre;
  }
}

/*979px;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.offer-content {
  position: relative;
  background-color: #ffffff;
  z-index: 10;
}
.offer-content > div {
  width: 50%;
  height: 80%;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.offer-content .offer-leftbox {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
}
.offer-content .offer-rightbox {
  color: #000000;
  font-size: 16px;
  line-height: 1em;
}
.offer-content .offer-rightbox .offer-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}
.offer-content .offer-rightbox .offer-surtitle,
.offer-content .offer-rightbox .offer-subtitle,
.offer-content .offer-rightbox .offer-expiration-date,
.offer-content .offer-rightbox .offer-expiration-date-countdown {
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}
.offer-content .offer-rightbox .offer-description {
  min-height: 135px;
}
.offer-content .offer-rightbox .offer-description,
.offer-content .offer-rightbox .offer-expiration-date,
.offer-content .offer-rightbox .offer-expiration-date-countdown {
  margin: 25px 0;
}
.offer-content .offer-rightbox .offer-expiration-date-countdown {
  font-size: 26px;
  line-height: 1em;
}
.offer-content .offer-rightbox .offer-expiration-date-countdown .label {
  position: relative;
  min-width: 1.75em;
  color: #000000;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  padding: 0.26em;
  margin-bottom: 0.75em;
  -webkit-border-radius: 0.15em;
  -moz-border-radius: 0.15em;
  border-radius: 0.15em;
}
.offer-content .offer-rightbox .offer-expiration-date-countdown .label .label-title {
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
  display: inline-block;
  font-size: 0.42em;
}
.offer-content .offer-rightbox .offer-expiration-date-countdown .label.label-days,
.offer-content .offer-rightbox .offer-expiration-date-countdown .label.label-sec {
  margin-right: 0.5em;
}
.offer-content .offer-rightbox .offer-expiration-date-countdown .expiration-date {
  display: inline-block;
  max-width: 190px;
  font-size: 18px;
  line-height: 1em;
  vertical-align: text-top;
}
.offer-content .offer-rightbox a.offer-cta {
  display: inline-block;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 15px;
}
.offer-content .offer-rightbox a.offer-cta:hover {
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  -webkit-box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
  box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
}
@media (min-width: 668px) and (max-width: 800px) {
  .offer-content > div {
    width: 100%;
    padding: 1.0714em;
  }
  .offer-content .offer-leftbox {
    background-size: 100%;
    background-position: 50% 0%;
    z-index: -5;
  }
  .offer-content .offer-rightbox {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 6em, #ffffff 12em);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6em, rgba(255, 255, 255, 0)), color-stop(12em, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 6em, #ffffff 12em);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 6em, #ffffff 12em);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 6em, #ffffff 12em);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 6em, #ffffff 12em);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    padding-top: 12em;
  }
  .offer-content .offer-rightbox .offer-surtitle,
  .offer-content .offer-rightbox .offer-subtitle,
  .offer-content .offer-rightbox a.offer-cta {
    font-size: 1.0714em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox .offer-title {
    font-size: 1.7857em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox .offer-description {
    text-align: left;
    margin: 1em 0;
    min-height: 0px;
  }
  .offer-content .offer-rightbox .offer-expiration-date,
  .offer-content .offer-rightbox .offer-expiration-date-countdown {
    font-size: 1.2142em;
    line-height: 1em;
    margin: 1em 0;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown {
    display: table;
    width: 100%;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .countdown {
    display: table-footer-group;
    font-size: 1.25em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .label {
    margin-top: 0.75em;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .label.label-sec {
    margin-right: 0;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .expiration-date {
    display: table-header-group;
    font-size: 1em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox a.offer-cta {
    width: 100%;
    padding: 1.1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 381px) and (max-width: 670px) {
  .offer-content > div {
    width: 100%;
    padding: 1.0714em;
  }
  .offer-content .offer-leftbox {
    background-size: 100%;
    background-position: 50% 0%;
    z-index: -5;
  }
  .offer-content .offer-rightbox {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 9em, #ffffff 18em);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9em, rgba(255, 255, 255, 0)), color-stop(18em, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 9em, #ffffff 18em);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 9em, #ffffff 18em);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 9em, #ffffff 18em);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 9em, #ffffff 18em);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    padding-top: 18em;
  }
  .offer-content .offer-rightbox .offer-surtitle,
  .offer-content .offer-rightbox .offer-subtitle,
  .offer-content .offer-rightbox a.offer-cta {
    font-size: 1.0714em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox .offer-title {
    font-size: 1.7857em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox .offer-description {
    text-align: left;
    margin: 1em 0;
    min-height: 0px;
  }
  .offer-content .offer-rightbox .offer-expiration-date,
  .offer-content .offer-rightbox .offer-expiration-date-countdown {
    font-size: 1.2142em;
    line-height: 1em;
    margin: 1em 0;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown {
    display: table;
    width: 100%;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .countdown {
    display: table-footer-group;
    font-size: 1.25em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .label {
    margin-top: 0.75em;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .label.label-sec {
    margin-right: 0;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .expiration-date {
    display: table-header-group;
    font-size: 1em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox a.offer-cta {
    width: 100%;
    padding: 1.1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 380px) {
  .offer-content > div {
    width: 100%;
    padding: 1.0714em;
  }
  .offer-content .offer-leftbox {
    background-size: 100%;
    background-position: 50% 0%;
    z-index: -5;
  }
  .offer-content .offer-rightbox {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 5em, #ffffff 10em);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5em, rgba(255, 255, 255, 0)), color-stop(10em, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 5em, #ffffff 10em);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 5em, #ffffff 10em);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 5em, #ffffff 10em);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 5em, #ffffff 10em);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    padding-top: 10em;
  }
  .offer-content .offer-rightbox .offer-surtitle,
  .offer-content .offer-rightbox .offer-subtitle,
  .offer-content .offer-rightbox a.offer-cta {
    font-size: 1.0714em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox .offer-title {
    font-size: 1.7857em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox .offer-description {
    text-align: left;
    margin: 1em 0;
    min-height: 0px;
  }
  .offer-content .offer-rightbox .offer-expiration-date,
  .offer-content .offer-rightbox .offer-expiration-date-countdown {
    font-size: 1.2142em;
    line-height: 1em;
    margin: 1em 0;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown {
    display: table;
    width: 100%;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .countdown {
    display: table-footer-group;
    font-size: 1.25em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .label {
    margin-top: 0.75em;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .label.label-sec {
    margin-right: 0;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .expiration-date {
    display: table-header-group;
    font-size: 1em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox a.offer-cta {
    width: 100%;
    padding: 1.1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*979px;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cta-bar-content {
  font-size: 16px;
  line-height: 1em;
  padding: 80px;
}
#cta-bar-content .cta-bar-header {
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#cta-bar-content .cta-bar-header a.header-cta {
  font-size: 22px;
  text-decoration: none;
}
#cta-bar-content .cta-bar-header a.header-cta:hover {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  color: #ffffff;
}
#cta-bar-content .cta-bar-body {
  font-size: 14px;
  line-height: 1.4em;
}
@media (min-width: 668px) and (max-width: 800px) {
  #cta-bar-content {
    font-size: 28px;
    line-height: 1em;
    padding: 2.15em;
  }
  #cta-bar-content .cta-bar-header {
    font-size: 1.7857em;
    line-height: 1em;
    text-align: center;
    margin: 0;
  }
  #cta-bar-content .cta-bar-header .header-title {
    display: block;
    width: 100%;
  }
  #cta-bar-content .cta-bar-header a.header-cta {
    font-size: 0.6em;
    line-height: 1em;
    margin: 0.6em 0;
  }
  #cta-bar-content .cta-bar-body {
    font-size: 1em;
    line-height: 1em;
  }
}
@media (min-width: 376px) and (max-width: 667px) {
  #cta-bar-content {
    font-size: 16px;
    line-height: 1em;
    padding: 2.15em;
  }
  #cta-bar-content .cta-bar-header {
    font-size: 1.7857em;
    line-height: 1em;
    text-align: center;
    margin: 0;
  }
  #cta-bar-content .cta-bar-header .header-title {
    display: block;
    width: 100%;
  }
  #cta-bar-content .cta-bar-header a.header-cta {
    font-size: 0.6em;
    line-height: 1em;
    margin: 0.6em 0;
  }
  #cta-bar-content .cta-bar-body {
    font-size: 1em;
    line-height: 1em;
  }
}
@media (max-width: 375px) {
  #cta-bar-content {
    font-size: 16px;
    line-height: 1em;
    padding: 2.15em;
  }
  #cta-bar-content .cta-bar-header {
    font-size: 1.7857em;
    line-height: 1em;
    text-align: center;
    margin: 0;
  }
  #cta-bar-content .cta-bar-header .header-title {
    display: block;
    width: 100%;
  }
  #cta-bar-content .cta-bar-header a.header-cta {
    font-size: 0.6em;
    line-height: 1em;
    margin: 0.6em 0;
  }
  #cta-bar-content .cta-bar-body {
    font-size: 1em;
    line-height: 1em;
  }
}

/*979px;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cta-bar-content.promo-alert .cta-bar-body .body-leftbox {
  text-align: left;
}
#cta-bar-content.promo-alert .cta-bar-body .body-rightbox {
  text-align: right;
}
#cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription {
  margin: 0;
}
#cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email {
  width: 100%;
}
#cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email .subscription-textbox {
  width: 50%;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
}
#cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email .subscription-textbox:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email button.subscription-btn {
  max-width: 50%;
  background-image: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: 0 0 0 #000000;
  filter: dropshadow(color=#000000, offx=0, offy=0);
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11px 20px;
}
#cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email button.subscription-btn:hover {
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  -webkit-box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
  box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
}
@media (min-width: 668px) and (max-width: 800px) {
  #cta-bar-content.promo-alert .cta-bar-body .body-leftbox,
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-leftbox {
    margin: 1em 0;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email {
    font-size: 1.0714em;
    line-height: 1em;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email .subscription-textbox,
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email button.subscription-btn {
    display: block;
    min-height: 3.5714em;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    padding: 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email .subscription-textbox {
    margin: 1em 0;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email button.subscription-btn {
    max-width: none;
  }
}
@media (min-width: 376px) and (max-width: 667px) {
  #cta-bar-content.promo-alert .cta-bar-body .body-leftbox,
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-leftbox {
    margin: 1em 0;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email {
    font-size: 1.0714em;
    line-height: 1em;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email .subscription-textbox,
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email button.subscription-btn {
    display: block;
    min-height: 3.5714em;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    padding: 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email .subscription-textbox {
    margin: 1em 0;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email button.subscription-btn {
    max-width: none;
  }
}
@media (max-width: 375px) {
  #cta-bar-content.promo-alert .cta-bar-body .body-leftbox,
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-leftbox {
    margin: 1em 0;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email {
    font-size: 1.0714em;
    line-height: 1em;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email .subscription-textbox,
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email button.subscription-btn {
    display: block;
    min-height: 3.5714em;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    padding: 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email .subscription-textbox {
    margin: 1em 0;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email button.subscription-btn {
    max-width: none;
  }
}

/*979px;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cta-bar-content.dealership-near-you .cta-bar-body ol {
  float: none;
  margin: 0;
  min-width: 0;
}
#cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox {
  counter-increment: dealerBoxCounter;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  padding: 25px 50px;
}
#cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox .dealerbox-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}
#cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox .dealerbox-title:before {
  content: counter(dealerBoxCounter) ". ";
  margin-left: -1.1em;
}
#cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox .dealerbox-details {
  font-size: 13px;
  font-weight: normal;
  line-height: 1em;
  text-transform: uppercase;
  margin: 5px 0;
}
#cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox .dealerbox-info {
  margin: 20px 0;
}
#cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox .dealerbox-info > div {
  width: 50%;
}
#cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox .dealerbox-info .infos {
  font-weight: bold;
  text-align: left;
}
#cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox .dealerbox-info .info-cert {
  text-align: right;
}
#cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox a.dealerbox-cta {
  display: inline-block;
  width: 100%;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox a.dealerbox-cta:hover {
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  -webkit-box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
  box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
}
@media (min-width: 668px) and (max-width: 800px) {
  #cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox {
    width: 100%;
    padding: 1em 2em;
    margin: 0;
  }
  #cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox:not(:last-child) {
    margin-bottom: 1.0714em;
  }
  #cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox .dealerbox-title {
    font-size: 1em;
    line-height: 1em;
  }
  #cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox .dealerbox-details {
    font-size: 0.6em;
    line-height: 1em;
    margin: 0.5em 0;
  }
  #cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox .dealerbox-info {
    font-size: 1em;
    line-height: 1em;
    margin: 1em 0;
  }
  #cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox a.dealerbox-cta {
    min-height: 3.5714em;
    font-size: 1em;
    line-height: 1em;
    padding: 1.3em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 376px) and (max-width: 667px) {
  #cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox {
    width: 100%;
    padding: 1em 2em;
    margin: 0;
  }
  #cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox:not(:last-child) {
    margin-bottom: 1.0714em;
  }
  #cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox .dealerbox-title {
    font-size: 1em;
    line-height: 1em;
  }
  #cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox .dealerbox-details {
    font-size: 0.6em;
    line-height: 1em;
    margin: 0.5em 0;
  }
  #cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox .dealerbox-info {
    font-size: 1em;
    line-height: 1em;
    margin: 1em 0;
  }
  #cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox a.dealerbox-cta {
    min-height: 3.5714em;
    font-size: 1em;
    line-height: 1em;
    padding: 1.3em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 375px) {
  #cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox {
    width: 100%;
    padding: 1em 2em;
    margin: 0;
  }
  #cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox:not(:last-child) {
    margin-bottom: 1.0714em;
  }
  #cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox .dealerbox-title {
    font-size: 1em;
    line-height: 1em;
  }
  #cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox .dealerbox-details {
    font-size: 0.6em;
    line-height: 1em;
    margin: 0.5em 0;
  }
  #cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox .dealerbox-info {
    font-size: 1em;
    line-height: 1em;
    margin: 1em 0;
  }
  #cta-bar-content.dealership-near-you .cta-bar-body ol li.body-dealerbox a.dealerbox-cta {
    min-height: 3.5714em;
    font-size: 1em;
    line-height: 1em;
    padding: 1.3em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*979px;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container {
  color: #000000;
  font-size: 14px;
  line-height: 1em;
  padding: 20px 80px;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content {
  background-color: #e6e6e6;
  text-align: center;
  padding: 45px;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-icon {
  font-size: 80px;
  line-height: 1em;
  margin: 20px 0;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-title {
  font-size: 46px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-subtitle {
  font-size: 19px;
  line-height: 1em;
  margin: 20px 0;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-cta-box {
  margin-top: 45px;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-cta-box > a {
  display: inline-block;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px 38px;
  margin: 5px;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-cta-box > a:hover {
  color: #4d4d4d;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-cta-box a.cta-view-promotions {
  background-color: #ffc525;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-cta-box a.cta-view-promotions:hover {
  background-color: #be8b00;
  color: #000000;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-header {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  padding: 20px 80px;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-header a {
  color: #000000;
  text-decoration: none;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-header a:hover {
  color: #4d4d4d;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-header a:not( :nth-child(2)) {
  margin-right: 20px;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-header a .icon {
  font-size: 1.5em;
  margin-right: 5px;
  vertical-align: middle;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-contact-dealer-sticky-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
  padding: 10px;
  z-index: 100;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-contact-dealer-sticky-nav a.contact-dealer-cta {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-contact-dealer-sticky-nav a.contact-dealer-cta .cta-icon {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  vertical-align: middle;
  margin-right: 0.5em;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-contact-dealer-sticky-nav a.contact-dealer-cta:hover {
  color: #cccccc;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-offer-container {
  padding: 0 80px;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-footer #footer-location-container {
  background-color: #ffffff;
  color: #000000;
  padding: 25px 80px;
}
#promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-footer #footer-disclaimer {
  background-color: #e6e6e6;
  color: #000000;
  padding: 50px 80px;
}
@media (min-width: 668px) and (max-width: 800px) {
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content {
    font-size: 28px;
    line-height: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container {
    font-size: 1em;
    line-height: 1em;
    padding: 1.0714em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content {
    padding: 1.0714em 1.0714em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-icon {
    font-size: 3em;
    line-height: 1em;
    margin: 0.25em 0;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-title {
    font-size: 1.7857em;
    line-height: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-subtitle {
    font-size: 0.8928em;
    line-height: 1em;
    margin: 1.2em 0;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-cta-box {
    margin-top: 1.7857em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-cta-box > a {
    width: 100%;
    font-size: 1.0714em;
    line-height: 1em;
    padding: 1.2em;
    margin: 0.17em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-header {
    font-size: 1em;
    line-height: 1.5em;
    padding: 1.0714em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-header a.header-cta-download {
    display: none;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-header a.header-cta-share .icon {
    float: right;
    margin-right: 0;
    margin-left: 0.18em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-contact-dealer-sticky-nav {
    padding: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-contact-dealer-sticky-nav a.contact-dealer-cta {
    font-size: 1em;
    line-height: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-offer-container {
    padding: 0 1.0714em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-footer #footer-location-container {
    padding: 1.7857em 1.0714em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-footer #footer-disclaimer {
    font-size: 0.5em;
    line-height: 1.5em;
    padding: 2.1428em;
  }
  .base-offer div#site-wrapper.snap-content {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (min-width: 376px) and (max-width: 667px) {
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content {
    font-size: 16px;
    line-height: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container {
    font-size: 1em;
    line-height: 1em;
    padding: 1.0714em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content {
    padding: 1.0714em 1.0714em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-icon {
    font-size: 3em;
    line-height: 1em;
    margin: 0.25em 0;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-title {
    font-size: 1.7857em;
    line-height: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-subtitle {
    font-size: 0.8928em;
    line-height: 1em;
    margin: 1.2em 0;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-cta-box {
    margin-top: 1.7857em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-cta-box > a {
    width: 100%;
    font-size: 1.0714em;
    line-height: 1em;
    padding: 1.2em;
    margin: 0.17em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-header {
    font-size: 1em;
    line-height: 1.5em;
    padding: 1.0714em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-header a.header-cta-download {
    display: none;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-header a.header-cta-share .icon {
    float: right;
    margin-right: 0;
    margin-left: 0.18em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-contact-dealer-sticky-nav {
    padding: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-contact-dealer-sticky-nav a.contact-dealer-cta {
    font-size: 1em;
    line-height: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-offer-container {
    padding: 0 1.0714em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-footer #footer-location-container {
    padding: 1.7857em 1.0714em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-footer #footer-disclaimer {
    font-size: 0.5em;
    line-height: 1.5em;
    padding: 2.1428em;
  }
  .base-offer div#site-wrapper.snap-content {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (max-width: 375px) {
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content {
    font-size: 16px;
    line-height: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container {
    font-size: 1em;
    line-height: 1em;
    padding: 1.0714em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content {
    padding: 1.0714em 1.0714em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-icon {
    font-size: 3em;
    line-height: 1em;
    margin: 0.25em 0;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-title {
    font-size: 1.7857em;
    line-height: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-subtitle {
    font-size: 0.8928em;
    line-height: 1em;
    margin: 1.2em 0;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-cta-box {
    margin-top: 1.7857em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-expired-container #promo-detail-expired-content .expired-cta-box > a {
    width: 100%;
    font-size: 1.0714em;
    line-height: 1em;
    padding: 1.2em;
    margin: 0.17em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-header {
    font-size: 1em;
    line-height: 1.5em;
    padding: 1.0714em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-header a.header-cta-download {
    display: none;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-header a.header-cta-share .icon {
    float: right;
    margin-right: 0;
    margin-left: 0.18em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-contact-dealer-sticky-nav {
    padding: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-contact-dealer-sticky-nav a.contact-dealer-cta {
    font-size: 1em;
    line-height: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-offer-container {
    padding: 0 1.0714em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-footer #footer-location-container {
    padding: 1.7857em 1.0714em;
  }
  #promo-hub-container #promo-hub-app #promo-detail-view #promo-detail-content #promo-detail-footer #footer-disclaimer {
    font-size: 0.5em;
    line-height: 1.5em;
    padding: 2.1428em;
  }
  .base-offer div#site-wrapper.snap-content {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

/*979px;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promo-detail-offer-content {
  color: #000000;
  font-size: 14px;
  line-height: 1em;
}
.promo-detail-offer-content > div {
  background-color: #e6e6e6;
  margin-bottom: 20px;
}
.promo-detail-offer-content #offer-detail .offer-expiration-date-bar {
  background-color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 45px;
}
.promo-detail-offer-content #offer-detail .offer-expiration-date-bar > div {
  display: inline-block;
}
.promo-detail-offer-content #offer-detail .offer-expiration-date-bar .offer-countdown {
  font-size: 26px;
  line-height: 1em;
}
.promo-detail-offer-content #offer-detail .offer-expiration-date-bar .offer-countdown .label {
  position: relative;
  min-width: 1.75em;
  color: #000000;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  padding: 0.26em;
  margin-bottom: 0.75em;
  -webkit-border-radius: 0.15em;
  -moz-border-radius: 0.15em;
  border-radius: 0.15em;
}
.promo-detail-offer-content #offer-detail .offer-expiration-date-bar .offer-countdown .label .label-title {
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
  display: inline-block;
  font-size: 0.42em;
}
.promo-detail-offer-content #offer-detail .offer-expiration-date-bar .offer-countdown .label.label-days,
.promo-detail-offer-content #offer-detail .offer-expiration-date-bar .offer-countdown .label.label-sec {
  margin-right: 0.5em;
}
.promo-detail-offer-content #offer-detail .offer-description {
  text-align: center;
  padding: 45px;
}
.promo-detail-offer-content #offer-detail .offer-description > div {
  max-width: 960px;
  text-align: left;
  margin: auto;
}
.promo-detail-offer-content #offer-detail .offer-description .description {
  display: inline-block;
  max-width: 750px;
  text-align: center;
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific {
  background-color: #ffffff;
  margin-top: 45px;
  margin-bottom: 45px;
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific a.product-specific-toggle {
  display: block;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 25px;
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific a.product-specific-toggle:hover {
  background-color: #4d4d4d;
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific a.product-specific-toggle.collapsed .toggle-icon:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific a.product-specific-toggle .toggle-icon:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container {
  text-align: center;
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content {
  text-align: left;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box {
  max-width: 800px;
  padding: 20px;
  margin: auto;
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .image-box {
  width: 40%;
  min-width: 0;
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box {
  width: 60%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box .product-title {
  font-size: 34px;
  line-height: 1em;
  text-transform: uppercase;
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box .product-msrp {
  font-size: 22px;
  line-height: 1em;
  text-transform: uppercase;
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box .product-description {
  margin: 12px 0;
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box .product-cta {
  margin-top: 30px;
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box .product-cta a.view-detail-cta {
  display: inline-block;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 15px;
  margin-right: 15px;
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box .product-cta a.view-detail-cta:hover {
  -webkit-box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
  box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box .product-cta a.view-detail-cta .icon {
  margin-left: 10px;
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box .product-cta a.build-your-own-cta {
  color: #000000;
  text-decoration: underline;
  text-transform: uppercase;
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box .product-cta a.build-your-own-cta:hover {
  color: #4d4d4d;
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .estimate-monthly-payment-component {
  max-width: 800px;
  padding: 40px 20px;
  margin: auto;
}
.promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .estimate-monthly-payment-component-hide {
  display: none;
}
.promo-detail-offer-content #offer-detail .offer-description .disclaimer {
  line-height: 1.5em;
}
.promo-detail-offer-content #offer-form-container {
  padding: 45px;
}
@media (min-width: 668px) and (max-width: 800px) {
  .promo-detail-offer-content {
    font-size: 28px;
    line-height: 1em;
  }
  .promo-detail-offer-content > div {
    margin-bottom: 2.1428em;
  }
  .promo-detail-offer-content #offer-detail .offer-expiration-date-bar {
    display: table;
    width: 100%;
    font-size: 1.2143em;
    line-height: 1em;
    padding: 0.8823em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .promo-detail-offer-content #offer-detail .offer-expiration-date-bar .offer-countdown {
    display: table-footer-group;
    font-size: 1.25em;
    line-height: 1em;
  }
  .promo-detail-offer-content #offer-detail .offer-expiration-date-bar .offer-countdown .label {
    margin-top: 0.75em;
  }
  .promo-detail-offer-content #offer-detail .offer-expiration-date-bar .offer-countdown .label.label-sec {
    margin-right: 0;
  }
  .promo-detail-offer-content #offer-detail .offer-expiration-date-bar .offer-countdown .offer-expiration-date {
    display: table-header-group;
    font-size: 1em;
    line-height: 1em;
  }
  .promo-detail-offer-content #offer-detail .offer-description {
    padding: 2.1428em 1.0714em;
  }
  .promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .image-box {
    width: 100%;
  }
  .promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .image-box img {
    display: block;
    max-width: 60%;
    margin: auto;
  }
  .promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box {
    width: 100%;
    padding: 0;
    margin-top: 1.0714em;
  }
  .promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box .product-cta {
    text-align: center;
  }
  .promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box .product-cta a.view-detail-cta,
  .promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box .product-cta a.build-your-own-cta {
    display: inline-block;
    margin: 0.5em;
  }
  .promo-detail-offer-content #offer-detail .offer-description .disclaimer {
    font-size: 0.7143em;
  }
  .promo-detail-offer-content #offer-form-container {
    padding: 2.1428em 0;
  }
}
@media (min-width: 376px) and (max-width: 667px) {
  .promo-detail-offer-content {
    font-size: 16px;
    line-height: 1em;
  }
  .promo-detail-offer-content > div {
    margin-bottom: 2.1428em;
  }
  .promo-detail-offer-content #offer-detail .offer-expiration-date-bar {
    display: table;
    width: 100%;
    font-size: 1.2143em;
    line-height: 1em;
    padding: 0.8823em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .promo-detail-offer-content #offer-detail .offer-expiration-date-bar .offer-countdown {
    display: table-footer-group;
    font-size: 1.25em;
    line-height: 1em;
  }
  .promo-detail-offer-content #offer-detail .offer-expiration-date-bar .offer-countdown .label {
    margin-top: 0.75em;
  }
  .promo-detail-offer-content #offer-detail .offer-expiration-date-bar .offer-countdown .label.label-sec {
    margin-right: 0;
  }
  .promo-detail-offer-content #offer-detail .offer-expiration-date-bar .offer-countdown .offer-expiration-date {
    display: table-header-group;
    font-size: 1em;
    line-height: 1em;
  }
  .promo-detail-offer-content #offer-detail .offer-description {
    padding: 2.1428em 1.0714em;
  }
  .promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .image-box {
    width: 100%;
  }
  .promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .image-box img {
    display: block;
    max-width: 60%;
    margin: auto;
  }
  .promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box {
    width: 100%;
    padding: 0;
    margin-top: 1.0714em;
  }
  .promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box .product-cta {
    text-align: center;
  }
  .promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box .product-cta a.view-detail-cta,
  .promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box .product-cta a.build-your-own-cta {
    display: inline-block;
    margin: 0.5em;
  }
  .promo-detail-offer-content #offer-detail .offer-description .disclaimer {
    font-size: 0.7143em;
  }
  .promo-detail-offer-content #offer-form-container {
    padding: 2.1428em 0;
  }
}
@media (max-width: 375px) {
  .promo-detail-offer-content {
    font-size: 16px;
    line-height: 1em;
  }
  .promo-detail-offer-content > div {
    margin-bottom: 2.1428em;
  }
  .promo-detail-offer-content #offer-detail .offer-expiration-date-bar {
    display: table;
    width: 100%;
    font-size: 1.2143em;
    line-height: 1em;
    padding: 0.8823em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .promo-detail-offer-content #offer-detail .offer-expiration-date-bar .offer-countdown {
    display: table-footer-group;
    font-size: 1.25em;
    line-height: 1em;
  }
  .promo-detail-offer-content #offer-detail .offer-expiration-date-bar .offer-countdown .label {
    margin-top: 0.75em;
  }
  .promo-detail-offer-content #offer-detail .offer-expiration-date-bar .offer-countdown .label.label-sec {
    margin-right: 0;
  }
  .promo-detail-offer-content #offer-detail .offer-expiration-date-bar .offer-countdown .offer-expiration-date {
    display: table-header-group;
    font-size: 1em;
    line-height: 1em;
  }
  .promo-detail-offer-content #offer-detail .offer-description {
    padding: 2.1428em 1.0714em;
  }
  .promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .image-box {
    width: 100%;
  }
  .promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .image-box img {
    display: block;
    max-width: 60%;
    margin: auto;
  }
  .promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box {
    width: 100%;
    padding: 0;
    margin-top: 1.0714em;
  }
  .promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box .product-cta {
    text-align: center;
  }
  .promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box .product-cta a.view-detail-cta,
  .promo-detail-offer-content #offer-detail .offer-description .product-specific #product-specific-container .product-content .content-box .detail-box .product-cta a.build-your-own-cta {
    display: inline-block;
    margin: 0.5em;
  }
  .promo-detail-offer-content #offer-detail .offer-description .disclaimer {
    font-size: 0.7143em;
  }
  .promo-detail-offer-content #offer-form-container {
    padding: 2.1428em 0;
  }
}

/*979px;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promo-detail-offer-header-visual-content {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promo-detail-offer-header-visual-content .header-visual-background-area {
  position: relative;
}
.promo-detail-offer-header-visual-content .header-visual-banner-area,
.promo-detail-offer-header-visual-content .header-visual-text-area {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.promo-detail-offer-header-visual-content .header-visual-banner-area img.banner-area-image {
  position: absolute;
  max-width: 50%;
  margin: 40px 0;
}
.promo-detail-offer-header-visual-content .header-visual-text-area .text-area-content {
  position: absolute;
  max-width: 100%;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 668px) and (max-width: 800px) {
  .promo-detail-offer-header-visual-content {
    font-size: 28px;
    line-height: 1em;
  }
  .promo-detail-offer-header-visual-content .header-visual-banner-area {
    width: 100%;
  }
  .promo-detail-offer-header-visual-content .header-visual-banner-area img.banner-area-image {
    max-width: 40%;
    max-height: 75%;
    margin: 2% 0;
  }
  .promo-detail-offer-header-visual-content .header-visual-text-area {
    position: static;
    width: 100%;
  }
  .promo-detail-offer-header-visual-content .header-visual-text-area .text-area-content {
    position: static;
    padding: 1.7857em;
    border-bottom: rgba(0, 0, 0, 0.5) 1px solid;
  }
}
@media (min-width: 376px) and (max-width: 667px) {
  .promo-detail-offer-header-visual-content {
    font-size: 16px;
    line-height: 1em;
  }
  .promo-detail-offer-header-visual-content .header-visual-banner-area {
    width: 100%;
  }
  .promo-detail-offer-header-visual-content .header-visual-banner-area img.banner-area-image {
    max-width: 40%;
    max-height: 75%;
    margin: 2% 0;
  }
  .promo-detail-offer-header-visual-content .header-visual-text-area {
    position: static;
    width: 100%;
  }
  .promo-detail-offer-header-visual-content .header-visual-text-area .text-area-content {
    position: static;
    padding: 1.7857em;
    border-bottom: rgba(0, 0, 0, 0.5) 1px solid;
  }
}
@media (max-width: 375px) {
  .promo-detail-offer-header-visual-content {
    font-size: 16px;
    line-height: 1em;
  }
  .promo-detail-offer-header-visual-content .header-visual-banner-area {
    width: 100%;
  }
  .promo-detail-offer-header-visual-content .header-visual-banner-area img.banner-area-image {
    max-width: 40%;
    max-height: 75%;
    margin: 2% 0;
  }
  .promo-detail-offer-header-visual-content .header-visual-text-area {
    position: static;
    width: 100%;
  }
  .promo-detail-offer-header-visual-content .header-visual-text-area .text-area-content {
    position: static;
    padding: 1.7857em;
    border-bottom: rgba(0, 0, 0, 0.5) 1px solid;
  }
}
@media (min-width: 801px) {
  .promo-detail-offer-header-visual-content.safe-gradient-light-skin .header-visual-text-area {
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfffffff', endColorstr='#00ffffff', GradientType=1);
    background-color: rgba(255, 255, 255, 0);
    color: #000000;
  }
  .promo-detail-offer-header-visual-content.safe-gradient-light-skin .header-visual-text-area .text-area-content .divider-container .divider:before,
  .promo-detail-offer-header-visual-content.safe-gradient-light-skin .header-visual-text-area .text-area-content .divider-container .divider:after {
    background-color: #000000;
  }
  .promo-detail-offer-header-visual-content.safe-gradient-dark-skin .header-visual-text-area {
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#00000000', GradientType=1);
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
  }
  .promo-detail-offer-header-visual-content.safe-gradient-dark-skin .header-visual-text-area .text-area-content .divider-container .divider:before,
  .promo-detail-offer-header-visual-content.safe-gradient-dark-skin .header-visual-text-area .text-area-content .divider-container .divider:after {
    background-color: #ffffff;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-top-left .header-visual-text-area {
    left: 0;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-top-left .header-visual-text-area .text-area-content {
    top: 0;
    left: 0;
    text-align: left;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-top-left.desktop-banner-area-top-left .header-visual-banner-area,
  .promo-detail-offer-header-visual-content.desktop-text-area-top-left.desktop-banner-area-middle-left .header-visual-banner-area {
    display: none;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-top-right .header-visual-text-area {
    right: 0;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-top-right .header-visual-text-area .text-area-content {
    top: 0;
    right: 0;
    text-align: right;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-top-right.safe-gradient-light-skin .header-visual-text-area {
    background-color: rgba(255, 255, 255, 0.75);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.75)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#bfffffff', GradientType=1);
    background-color: rgba(255, 255, 255, 0);
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-top-right.safe-gradient-dark-skin .header-visual-text-area {
    background-color: rgba(0, 0, 0, 0.75);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=1);
    background-color: rgba(0, 0, 0, 0);
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-top-right.desktop-banner-area-top-right .header-visual-banner-area,
  .promo-detail-offer-header-visual-content.desktop-text-area-top-right.desktop-banner-area-middle-right .header-visual-banner-area {
    display: none;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-top-center .header-visual-banner-area {
    display: none;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-top-center .header-visual-text-area {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-top-center .header-visual-text-area .text-area-content {
    top: 0;
    right: 0;
    text-align: center;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-top-center .header-visual-banner-area {
    display: none;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-top-center.safe-gradient-light-skin .header-visual-text-area {
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-radial-gradient(circle top, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-radial-gradient(circle top, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-radial-gradient(circle top, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 100%);
    background-image: radial-gradient(circle at top, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-top-center.safe-gradient-dark-skin .header-visual-text-area {
    background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-radial-gradient(circle top, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-radial-gradient(circle top, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-radial-gradient(circle top, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0) 100%);
    background-image: radial-gradient(circle at top, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0) 100%);
    background-repeat: no-repeat;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-middle-left .header-visual-text-area {
    left: 0;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-middle-left .header-visual-text-area .text-area-content {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    text-align: left;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-middle-left.desktop-banner-area-top-left .header-visual-banner-area,
  .promo-detail-offer-header-visual-content.desktop-text-area-middle-left.desktop-banner-area-middle-left .header-visual-banner-area {
    display: none;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-middle-right .header-visual-text-area {
    right: 0;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-middle-right .header-visual-text-area .text-area-content {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    text-align: right;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-middle-right.safe-gradient-light-skin .header-visual-text-area {
    background-color: rgba(255, 255, 255, 0.75);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.75)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#bfffffff', GradientType=1);
    background-color: rgba(255, 255, 255, 0);
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-middle-right.safe-gradient-dark-skin .header-visual-text-area {
    background-color: rgba(0, 0, 0, 0.75);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=1);
    background-color: rgba(0, 0, 0, 0);
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-middle-right.desktop-banner-area-top-right .header-visual-banner-area,
  .promo-detail-offer-header-visual-content.desktop-text-area-middle-right.desktop-banner-area-middle-right .header-visual-banner-area {
    display: none;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-middle-center .header-visual-text-area {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-middle-center .header-visual-text-area .text-area-content {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    text-align: center;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-middle-center .header-visual-banner-area {
    display: none;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-middle-center.safe-gradient-light-skin .header-visual-text-area {
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-radial-gradient(circle center, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-radial-gradient(circle center, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-radial-gradient(circle center, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 100%);
    background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
  }
  .promo-detail-offer-header-visual-content.desktop-text-area-middle-center.safe-gradient-dark-skin .header-visual-text-area {
    background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-radial-gradient(circle center, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-radial-gradient(circle center, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-radial-gradient(circle center, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0) 100%);
    background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0) 100%);
    background-repeat: no-repeat;
  }
  .promo-detail-offer-header-visual-content.desktop-banner-area-top-left .header-visual-banner-area {
    left: 0;
  }
  .promo-detail-offer-header-visual-content.desktop-banner-area-top-left .header-visual-banner-area img.banner-area-image {
    top: 0;
    left: 0;
  }
  .promo-detail-offer-header-visual-content.desktop-banner-area-top-right .header-visual-banner-area {
    right: 0;
  }
  .promo-detail-offer-header-visual-content.desktop-banner-area-top-right .header-visual-banner-area img.banner-area-image {
    top: 0;
    right: 0;
  }
  .promo-detail-offer-header-visual-content.desktop-banner-area-middle-left .header-visual-banner-area {
    left: 0;
  }
  .promo-detail-offer-header-visual-content.desktop-banner-area-middle-left .header-visual-banner-area img.banner-area-image {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
  }
  .promo-detail-offer-header-visual-content.desktop-banner-area-middle-right .header-visual-banner-area {
    right: 0;
  }
  .promo-detail-offer-header-visual-content.desktop-banner-area-middle-right .header-visual-banner-area img.banner-area-image {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
  }
}
@media (max-width: 800px) {
  .promo-detail-offer-header-visual-content.mobile-text-area-top-left .header-visual-text-area .text-area-content {
    text-align: left;
  }
  .promo-detail-offer-header-visual-content.mobile-text-area-top-center .header-visual-text-area .text-area-content {
    text-align: center;
  }
  .promo-detail-offer-header-visual-content.mobile-banner-area-top-left .header-visual-banner-area img.banner-area-image {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  .promo-detail-offer-header-visual-content.mobile-banner-area-top-center .header-visual-banner-area img.banner-area-image {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .promo-detail-offer-header-visual-content.mobile-banner-area-top-right .header-visual-banner-area img.banner-area-image {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
  }
  .promo-detail-offer-header-visual-content.mobile-banner-area-middle-left .header-visual-banner-area img.banner-area-image {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
  }
  .promo-detail-offer-header-visual-content.mobile-banner-area-middle-center .header-visual-banner-area img.banner-area-image {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }
  .promo-detail-offer-header-visual-content.mobile-banner-area-middle-right .header-visual-banner-area img.banner-area-image {
    top: 50%;
    right: 0;
    bottom: 0;
    left: auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
  }
  .promo-detail-offer-header-visual-content.mobile-banner-area-bottom-left .header-visual-banner-area img.banner-area-image {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
  .promo-detail-offer-header-visual-content.mobile-banner-area-bottom-center .header-visual-banner-area img.banner-area-image {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .promo-detail-offer-header-visual-content.mobile-banner-area-bottom-right .header-visual-banner-area img.banner-area-image {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
  }
}

/*979px;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promo-detail-offer-form-content {
  max-width: 960px;
  margin: auto;
  text-align: center;
}
.promo-detail-offer-form-content .offer-form-header,
.promo-detail-offer-form-content .offer-form-confirmation {
  margin-bottom: 50px;
}
.promo-detail-offer-form-content .offer-form-header .offer-form-title,
.promo-detail-offer-form-content .offer-form-confirmation .offer-form-title {
  font-size: 46px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}
.promo-detail-offer-form-content .offer-form-header .offer-form-subtitle,
.promo-detail-offer-form-content .offer-form-confirmation .offer-form-subtitle {
  font-size: 19px;
  line-height: 1em;
  margin: 20px 0;
}
.promo-detail-offer-form-content .offer-form-header .offer-form-icon,
.promo-detail-offer-form-content .offer-form-confirmation .offer-form-icon {
  font-size: 80px;
  line-height: 1em;
  margin: 20px 0;
}
.promo-detail-offer-form-content form#offer-form {
  text-align: center;
  margin: 0;
}
.promo-detail-offer-form-content form#offer-form > div {
  text-align: left;
  padding: 25px 0;
  border-bottom: #000000 1px solid;
}
.promo-detail-offer-form-content form#offer-form .control-group:not(:first-child) {
  padding-left: 20px;
}
.promo-detail-offer-form-content form#offer-form .control-group:not(:last-child) {
  padding-right: 20px;
}
.promo-detail-offer-form-content form#offer-form .control-group .invisble {
  visibility: hidden;
}
.promo-detail-offer-form-content form#offer-form .control-group label {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}
.promo-detail-offer-form-content form#offer-form .control-group label.required:after {
  content: " *";
}
.promo-detail-offer-form-content form#offer-form .control-group label .icon {
  font-size: 28px;
  line-height: 1em;
  margin-right: 10px;
  vertical-align: middle;
}
.promo-detail-offer-form-content form#offer-form .control-group .controls input,
.promo-detail-offer-form-content form#offer-form .control-group .controls textarea {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: normal;
  line-height: 1em;
  padding: 15px 35px;
  margin-bottom: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select {
  margin-bottom: 35px;
}
.promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select button.dropdown-toggle {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: 0 0 0 #000000;
  filter: dropshadow(color=#000000, offx=0, offy=0);
  background-color: #808080;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1em;
  padding: 15px 35px;
}
.promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select button.dropdown-toggle.disabled {
  color: #333333;
}
.promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select button.dropdown-toggle:focus {
  outline: none !important;
}
.promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select button.dropdown-toggle > span.filter-option {
  left: 35px;
  right: 70px;
}
.promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select button.dropdown-toggle > span.caret {
  border: none;
  right: 35px;
  width: auto;
  height: auto;
  font-family: brp-custom-font;
  margin: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select button.dropdown-toggle > span.caret:before {
  content: "\e600";
}
.promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select ul.dropdown-menu {
  background: none;
  border: none;
  border-radius: 0;
  margin-top: 0;
  background-color: #ffffff;
}
.promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select ul.dropdown-menu li > a {
  color: #000000;
}
.promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select ul.dropdown-menu li.selected > a {
  font-weight: bold;
}
.promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select ul.dropdown-menu li > a:hover {
  background: #808080;
}
.promo-detail-offer-form-content form#offer-form .control-group.checkbox,
.promo-detail-offer-form-content form#offer-form .control-group.radio {
  min-height: 0;
  padding: 0;
  margin: 0;
}
.promo-detail-offer-form-content form#offer-form .control-group.checkbox input,
.promo-detail-offer-form-content form#offer-form .control-group.radio input {
  display: none;
}
.promo-detail-offer-form-content form#offer-form .control-group.checkbox label,
.promo-detail-offer-form-content form#offer-form .control-group.radio label {
  display: table;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 10px;
}
.promo-detail-offer-form-content form#offer-form .control-group.checkbox label .label-content,
.promo-detail-offer-form-content form#offer-form .control-group.radio label .label-content {
  display: table-row;
}
.promo-detail-offer-form-content form#offer-form .control-group.checkbox label .label-content .label-icon,
.promo-detail-offer-form-content form#offer-form .control-group.radio label .label-content .label-icon,
.promo-detail-offer-form-content form#offer-form .control-group.checkbox label .label-content .label-text,
.promo-detail-offer-form-content form#offer-form .control-group.radio label .label-content .label-text {
  display: table-cell;
  vertical-align: top;
}
.promo-detail-offer-form-content form#offer-form .control-group.checkbox label .label-content .label-icon,
.promo-detail-offer-form-content form#offer-form .control-group.radio label .label-content .label-icon {
  font-family: brp-custom-font;
  padding-right: 10px;
}
.promo-detail-offer-form-content form#offer-form .control-group.checkbox input:not(:checked) + label .label-content .label-icon,
.promo-detail-offer-form-content form#offer-form .control-group.radio input:not(:checked) + label .label-content .label-icon {
  color: #000000;
}
.promo-detail-offer-form-content form#offer-form .control-group.checkbox input:checked + label .label-content .label-icon:before,
.promo-detail-offer-form-content form#offer-form .control-group.radio input:checked + label .label-content .label-icon:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-radial-gradient(circle, #000000 50%, rgba(0, 0, 0, 0) 50%);
  background-image: -moz-radial-gradient(circle, #000000 50%, rgba(0, 0, 0, 0) 50%);
  background-image: -o-radial-gradient(circle, #000000 50%, rgba(0, 0, 0, 0) 50%);
  background-image: radial-gradient(circle, #000000 50%, rgba(0, 0, 0, 0) 50%);
  background-repeat: no-repeat;
}
.promo-detail-offer-form-content form#offer-form .control-group.checkbox input[type=checkbox] + label .label-content .label-icon:before,
.promo-detail-offer-form-content form#offer-form .control-group.radio input[type=checkbox] + label .label-content .label-icon:before {
  content: "\005A";
}
.promo-detail-offer-form-content form#offer-form .control-group.checkbox input[type=checkbox]:checked + label .label-content .label-icon:before,
.promo-detail-offer-form-content form#offer-form .control-group.radio input[type=checkbox]:checked + label .label-content .label-icon:before {
  content: "\0068";
}
.promo-detail-offer-form-content form#offer-form .control-group.checkbox input[type=radio] + label .label-content .label-icon:before,
.promo-detail-offer-form-content form#offer-form .control-group.radio input[type=radio] + label .label-content .label-icon:before {
  content: "\0031";
}
.promo-detail-offer-form-content form#offer-form .control-group.checkbox input[type=radio]:checked + label .label-content .label-icon:before,
.promo-detail-offer-form-content form#offer-form .control-group.radio input[type=radio]:checked + label .label-content .label-icon:before {
  content: "\0030";
}
.promo-detail-offer-form-content form#offer-form .form-model-picker-inputs {
  border-bottom: none;
}
.promo-detail-offer-form-content form#offer-form .form-main-inputs a.form-comments-toggle {
  color: #000000;
  text-decoration: none;
}
.promo-detail-offer-form-content form#offer-form .form-main-inputs a.form-comments-toggle:hover {
  color: #4d4d4d;
}
.promo-detail-offer-form-content form#offer-form .form-main-inputs a.form-comments-toggle.collapsed .icon:before {
  content: "\0078";
}
.promo-detail-offer-form-content form#offer-form .form-main-inputs textarea#input-comments {
  margin: 0;
}
.promo-detail-offer-form-content form#offer-form .form-dealers-inputs {
  position: relative;
  padding-right: 15%;
}
.promo-detail-offer-form-content form#offer-form .form-dealers-inputs .form-dealers-header {
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.promo-detail-offer-form-content form#offer-form .form-dealers-inputs ul.form-dealers-options {
  list-style: none;
  margin: 0;
}
.promo-detail-offer-form-content form#offer-form .form-dealers-inputs ul.form-dealers-options li.dealer-box .control-group label {
  font-size: 24px;
  margin-left: 60px;
}
.promo-detail-offer-form-content form#offer-form .form-dealers-inputs ul.form-dealers-options li.dealer-box .dealer-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.promo-detail-offer-form-content form#offer-form .form-dealers-inputs ul.form-dealers-options li.dealer-box .dealer-address {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.promo-detail-offer-form-content form#offer-form .form-dealers-inputs ul.form-dealers-options li.dealer-box .dealer-distance {
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
  text-transform: none;
  margin-bottom: 10px;
}
.promo-detail-offer-form-content form#offer-form .form-dealers-inputs > a {
  position: absolute;
  right: 0;
  display: block;
  width: 15%;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.promo-detail-offer-form-content form#offer-form .form-dealers-inputs > a.hide {
  display: none;
}
.promo-detail-offer-form-content form#offer-form .form-dealers-inputs > a:hover {
  color: #4d4d4d;
}
.promo-detail-offer-form-content form#offer-form .form-dealers-inputs > a .icon {
  display: block;
  font-size: 36px;
  line-height: 1em;
  margin-top: 10px;
}
.promo-detail-offer-form-content form#offer-form .form-dealers-inputs > a.form-dealers-showmore-cta {
  bottom: 25px;
}
.promo-detail-offer-form-content form#offer-form .form-dealers-inputs > a.form-dealers-exit-cta {
  top: 25px;
}
.promo-detail-offer-form-content form#offer-form .form-subscriptions-inputs .row-fluid:last-child .checkbox label {
  margin: 0;
}
.promo-detail-offer-form-content form#offer-form .form-submit-buttons {
  text-align: center;
  border-bottom: none;
}
.promo-detail-offer-form-content form#offer-form .form-submit-buttons button.form-submit-cta {
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 28px;
  margin: 15px;
  border: none;
}
.promo-detail-offer-form-content form#offer-form .form-submit-buttons button.form-submit-cta:hover {
  -webkit-box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
  box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
}
.promo-detail-offer-form-content form#offer-form .form-submit-buttons button.form-submit-cta .icon {
  margin-left: 10px;
}
.promo-detail-offer-form-content form#offer-form .parsley-error-list {
  color: red;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 0;
  text-transform: none;
  list-style: none;
  margin-left: 2px;
}
.promo-detail-offer-form-content form#offer-form .parsley-error {
  border: 2px solid red;
}
.promo-detail-offer-form-content .offer-form-disclaimer {
  line-height: 1.5em;
}
@media (min-width: 668px) and (max-width: 800px) {
  .promo-detail-offer-form-content {
    font-size: 28px;
    line-height: 1em;
  }
  .promo-detail-offer-form-content .offer-form-header {
    padding: 0 1.0714em;
    margin: 0;
  }
  .promo-detail-offer-form-content .offer-form-header .offer-form-title {
    font-size: 1.7857em;
    line-height: 1em;
  }
  .promo-detail-offer-form-content .offer-form-header .offer-form-subtitle {
    font-size: 0.8928em;
    line-height: 1em;
    margin: 1em 0;
  }
  .promo-detail-offer-form-content form#offer-form > div {
    padding: 1.6071em 1.0714em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group {
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .promo-detail-offer-form-content form#offer-form .control-group:not(:first-child) {
    padding-left: 0;
    margin-bottom: 1.6071em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group:not(:last-child) {
    padding-right: 0;
    margin-bottom: 1.6071em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group label {
    font-size: 1.2143em;
    line-height: 1em;
    margin-bottom: 0.75em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group label .icon {
    font-size: 1.5em;
    line-height: 1em;
    margin-right: 0.25em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group .invisble {
    display: none;
  }
  .promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select {
    font-size: 1em;
    margin-bottom: 0;
  }
  .promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select button.dropdown-toggle {
    font-size: 1.0714em;
    line-height: 1em;
    padding: 1.2em 1em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select ul.dropdown-menu {
    font-size: 1.0714em;
    line-height: 1em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select ul.dropdown-menu li > a {
    padding: 0.5em 1em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group .controls input,
  .promo-detail-offer-form-content form#offer-form .control-group .controls textarea {
    font-size: 1.0714em;
    line-height: 1em;
    padding: 1.075em 1em;
    margin: 0;
  }
  .promo-detail-offer-form-content form#offer-form .control-group.checkbox label,
  .promo-detail-offer-form-content form#offer-form .control-group.radio label {
    font-size: 0.8571em;
    line-height: 1.2em;
    margin-bottom: 1em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group.checkbox label .label-content .label-icon,
  .promo-detail-offer-form-content form#offer-form .control-group.radio label .label-content .label-icon {
    padding-right: 0.5em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs {
    padding-right: 1.0714em;
    padding-bottom: 3.2143em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs .form-dealers-header {
    font-size: 1.5em;
    line-height: 1em;
    padding-right: 1.5em;
    margin-bottom: 1.1904em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs ul.form-dealers-options li.dealer-box .control-group label {
    font-size: 2em;
    line-height: 1em;
    margin-left: 0;
    margin-bottom: 0.75em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs ul.form-dealers-options li.dealer-box .dealer-title {
    font-size: 0.6428em;
    line-height: 1em;
    margin-bottom: 0.4em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs ul.form-dealers-options li.dealer-box .dealer-address,
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs ul.form-dealers-options li.dealer-box .dealer-distance {
    font-size: 0.4285em;
    line-height: 1em;
    margin-bottom: 0.4em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs > a {
    left: 1.25em;
    right: 1.25em;
    width: auto;
    font-size: 0.8571em;
    line-height: 1em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs > a .icon {
    display: inline-block;
    font-size: 1.5em;
    margin: 0;
    vertical-align: middle;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs > a.form-dealers-showmore-cta {
    bottom: 1.875em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs > a.form-dealers-exit-cta {
    top: 1.875em;
    left: auto;
    width: 1.5em;
  }
  .promo-detail-offer-form-content form#offer-form .form-submit-buttons button.form-submit-cta {
    width: 100%;
    font-size: 1.0714em;
    line-height: 1em;
    padding: 1.1em;
    margin: 0;
  }
  .promo-detail-offer-form-content form#offer-form .form-submit-buttons button.form-submit-cta .icon {
    display: none;
  }
  .promo-detail-offer-form-content .offer-form-disclaimer {
    font-size: 0.7142em;
    text-align: left;
    padding: 0 1.5em;
  }
}
@media (min-width: 376px) and (max-width: 667px) {
  .promo-detail-offer-form-content {
    font-size: 16px;
    line-height: 1em;
  }
  .promo-detail-offer-form-content .offer-form-header {
    padding: 0 1.0714em;
    margin: 0;
  }
  .promo-detail-offer-form-content .offer-form-header .offer-form-title {
    font-size: 1.7857em;
    line-height: 1em;
  }
  .promo-detail-offer-form-content .offer-form-header .offer-form-subtitle {
    font-size: 0.8928em;
    line-height: 1em;
    margin: 1em 0;
  }
  .promo-detail-offer-form-content form#offer-form > div {
    padding: 1.6071em 1.0714em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group {
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .promo-detail-offer-form-content form#offer-form .control-group:not(:first-child) {
    padding-left: 0;
    margin-bottom: 1.6071em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group:not(:last-child) {
    padding-right: 0;
    margin-bottom: 1.6071em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group label {
    font-size: 1.2143em;
    line-height: 1em;
    margin-bottom: 0.75em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group label .icon {
    font-size: 1.5em;
    line-height: 1em;
    margin-right: 0.25em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group .invisble {
    display: none;
  }
  .promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select {
    font-size: 1em;
    margin-bottom: 0;
  }
  .promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select button.dropdown-toggle {
    font-size: 1.0714em;
    line-height: 1em;
    padding: 1.2em 1em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select ul.dropdown-menu {
    font-size: 1.0714em;
    line-height: 1em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select ul.dropdown-menu li > a {
    padding: 0.5em 1em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group .controls input,
  .promo-detail-offer-form-content form#offer-form .control-group .controls textarea {
    font-size: 1.0714em;
    line-height: 1em;
    padding: 1.075em 1em;
    margin: 0;
  }
  .promo-detail-offer-form-content form#offer-form .control-group.checkbox label,
  .promo-detail-offer-form-content form#offer-form .control-group.radio label {
    font-size: 0.8571em;
    line-height: 1.2em;
    margin-bottom: 1em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group.checkbox label .label-content .label-icon,
  .promo-detail-offer-form-content form#offer-form .control-group.radio label .label-content .label-icon {
    padding-right: 0.5em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs {
    padding-right: 1.0714em;
    padding-bottom: 3.2143em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs .form-dealers-header {
    font-size: 1.5em;
    line-height: 1em;
    padding-right: 1.5em;
    margin-bottom: 1.1904em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs ul.form-dealers-options li.dealer-box .control-group label {
    font-size: 2em;
    line-height: 1em;
    margin-left: 0;
    margin-bottom: 0.75em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs ul.form-dealers-options li.dealer-box .dealer-title {
    font-size: 0.6428em;
    line-height: 1em;
    margin-bottom: 0.4em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs ul.form-dealers-options li.dealer-box .dealer-address,
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs ul.form-dealers-options li.dealer-box .dealer-distance {
    font-size: 0.4285em;
    line-height: 1em;
    margin-bottom: 0.4em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs > a {
    left: 1.25em;
    right: 1.25em;
    width: auto;
    font-size: 0.8571em;
    line-height: 1em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs > a .icon {
    display: inline-block;
    font-size: 1.5em;
    margin: 0;
    vertical-align: middle;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs > a.form-dealers-showmore-cta {
    bottom: 1.875em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs > a.form-dealers-exit-cta {
    top: 1.875em;
    left: auto;
    width: 1.5em;
  }
  .promo-detail-offer-form-content form#offer-form .form-submit-buttons button.form-submit-cta {
    width: 100%;
    font-size: 1.0714em;
    line-height: 1em;
    padding: 1.1em;
    margin: 0;
  }
  .promo-detail-offer-form-content form#offer-form .form-submit-buttons button.form-submit-cta .icon {
    display: none;
  }
  .promo-detail-offer-form-content .offer-form-disclaimer {
    font-size: 0.7142em;
    text-align: left;
    padding: 0 1.5em;
  }
}
@media (max-width: 375px) {
  .promo-detail-offer-form-content {
    font-size: 16px;
    line-height: 1em;
  }
  .promo-detail-offer-form-content .offer-form-header {
    padding: 0 1.0714em;
    margin: 0;
  }
  .promo-detail-offer-form-content .offer-form-header .offer-form-title {
    font-size: 1.7857em;
    line-height: 1em;
  }
  .promo-detail-offer-form-content .offer-form-header .offer-form-subtitle {
    font-size: 0.8928em;
    line-height: 1em;
    margin: 1em 0;
  }
  .promo-detail-offer-form-content form#offer-form > div {
    padding: 1.6071em 1.0714em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group {
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .promo-detail-offer-form-content form#offer-form .control-group:not(:first-child) {
    padding-left: 0;
    margin-bottom: 1.6071em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group:not(:last-child) {
    padding-right: 0;
    margin-bottom: 1.6071em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group label {
    font-size: 1.2143em;
    line-height: 1em;
    margin-bottom: 0.75em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group label .icon {
    font-size: 1.5em;
    line-height: 1em;
    margin-right: 0.25em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group .invisble {
    display: none;
  }
  .promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select {
    font-size: 1em;
    margin-bottom: 0;
  }
  .promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select button.dropdown-toggle {
    font-size: 1.0714em;
    line-height: 1em;
    padding: 1.2em 1em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select ul.dropdown-menu {
    font-size: 1.0714em;
    line-height: 1em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group .controls .bootstrap-select ul.dropdown-menu li > a {
    padding: 0.5em 1em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group .controls input,
  .promo-detail-offer-form-content form#offer-form .control-group .controls textarea {
    font-size: 1.0714em;
    line-height: 1em;
    padding: 1.075em 1em;
    margin: 0;
  }
  .promo-detail-offer-form-content form#offer-form .control-group.checkbox label,
  .promo-detail-offer-form-content form#offer-form .control-group.radio label {
    font-size: 0.8571em;
    line-height: 1.2em;
    margin-bottom: 1em;
  }
  .promo-detail-offer-form-content form#offer-form .control-group.checkbox label .label-content .label-icon,
  .promo-detail-offer-form-content form#offer-form .control-group.radio label .label-content .label-icon {
    padding-right: 0.5em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs {
    padding-right: 1.0714em;
    padding-bottom: 3.2143em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs .form-dealers-header {
    font-size: 1.5em;
    line-height: 1em;
    padding-right: 1.5em;
    margin-bottom: 1.1904em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs ul.form-dealers-options li.dealer-box .control-group label {
    font-size: 2em;
    line-height: 1em;
    margin-left: 0;
    margin-bottom: 0.75em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs ul.form-dealers-options li.dealer-box .dealer-title {
    font-size: 0.6428em;
    line-height: 1em;
    margin-bottom: 0.4em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs ul.form-dealers-options li.dealer-box .dealer-address,
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs ul.form-dealers-options li.dealer-box .dealer-distance {
    font-size: 0.4285em;
    line-height: 1em;
    margin-bottom: 0.4em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs > a {
    left: 1.25em;
    right: 1.25em;
    width: auto;
    font-size: 0.8571em;
    line-height: 1em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs > a .icon {
    display: inline-block;
    font-size: 1.5em;
    margin: 0;
    vertical-align: middle;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs > a.form-dealers-showmore-cta {
    bottom: 1.875em;
  }
  .promo-detail-offer-form-content form#offer-form .form-dealers-inputs > a.form-dealers-exit-cta {
    top: 1.875em;
    left: auto;
    width: 1.5em;
  }
  .promo-detail-offer-form-content form#offer-form .form-submit-buttons button.form-submit-cta {
    width: 100%;
    font-size: 1.0714em;
    line-height: 1em;
    padding: 1.1em;
    margin: 0;
  }
  .promo-detail-offer-form-content form#offer-form .form-submit-buttons button.form-submit-cta .icon {
    display: none;
  }
  .promo-detail-offer-form-content .offer-form-disclaimer {
    font-size: 0.7142em;
    text-align: left;
    padding: 0 1.5em;
  }
}

/*979px;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tools-content {
  color: #000000;
  text-align: center;
  padding: 40px 80px;
}
.tools-content .tools-header {
  font-size: 46px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}
.tools-content .tools-body {
  padding: 40px;
}
.tools-content .tools-body > a {
  display: inline-block;
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 20px;
}
.tools-content .tools-body > a:hover {
  color: #4d4d4d;
}
.tools-content .tools-body > a .cta-icon {
  display: inline-block;
  min-width: 1em;
  font-size: 60px;
  text-align: center;
}
.tools-content .tools-body > a .cta-title {
  margin: 20px;
}
.tools-content .tools-body > a .cta-title .icon {
  margin-left: 5px;
}
.tools-content .tools-footer {
  padding-top: 40px;
  border-top: #000000 1px solid;
}
.tools-content .tools-footer a.footer-cta {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px 38px;
  margin: 20px;
}
.tools-content .tools-footer a.footer-cta:hover {
  background-color: #4d4d4d;
  color: #000000;
}
.tools-content .tools-footer a.footer-cta .icon {
  margin-left: 10px;
}
@media (min-width: 668px) and (max-width: 800px) {
  .tools-content {
    font-size: 28px;
    line-height: 1em;
    padding: 1.0714em;
  }
  .tools-content .tools-header {
    font-size: 1.7857em;
    line-height: 1em;
  }
  .tools-content .tools-body {
    padding: 1.0714em;
  }
  .tools-content .tools-body > a {
    position: relative;
    width: 100%;
    font-size: 3.2142em;
    line-height: 1em;
    text-align: left;
    margin: 0;
    padding: 0.28em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tools-content .tools-body > a .cta-icon {
    font-size: 1em;
    vertical-align: middle;
  }
  .tools-content .tools-body > a .cta-title {
    display: inline;
    font-size: 0.29em;
    margin: 0;
    vertical-align: middle;
  }
  .tools-content .tools-body > a .cta-title .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0.6437em;
    font-size: 1.5em;
  }
  .tools-content .tools-body > a:not(:last-child) {
    border-bottom: rgba(0, 0, 0, 0.5) 1px solid;
  }
  .tools-content .tools-footer {
    padding: 1.0714em;
    padding-top: 2.1428em;
  }
  .tools-content .tools-footer a.footer-cta {
    width: 100%;
    margin: 0;
    font-size: 1.0714em;
    line-height: 1em;
    padding: 1.1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 376px) and (max-width: 667px) {
  .tools-content {
    font-size: 16px;
    line-height: 1em;
    padding: 1.0714em;
  }
  .tools-content .tools-header {
    font-size: 1.7857em;
    line-height: 1em;
  }
  .tools-content .tools-body {
    padding: 1.0714em;
  }
  .tools-content .tools-body > a {
    position: relative;
    width: 100%;
    font-size: 3.2142em;
    line-height: 1em;
    text-align: left;
    margin: 0;
    padding: 0.28em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tools-content .tools-body > a .cta-icon {
    font-size: 1em;
    vertical-align: middle;
  }
  .tools-content .tools-body > a .cta-title {
    display: inline;
    font-size: 0.29em;
    margin: 0;
    vertical-align: middle;
  }
  .tools-content .tools-body > a .cta-title .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0.6437em;
    font-size: 1.5em;
  }
  .tools-content .tools-body > a:not(:last-child) {
    border-bottom: rgba(0, 0, 0, 0.5) 1px solid;
  }
  .tools-content .tools-footer {
    padding: 1.0714em;
    padding-top: 2.1428em;
  }
  .tools-content .tools-footer a.footer-cta {
    width: 100%;
    margin: 0;
    font-size: 1.0714em;
    line-height: 1em;
    padding: 1.1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 375px) {
  .tools-content {
    font-size: 16px;
    line-height: 1em;
    padding: 1.0714em;
  }
  .tools-content .tools-header {
    font-size: 1.7857em;
    line-height: 1em;
  }
  .tools-content .tools-body {
    padding: 1.0714em;
  }
  .tools-content .tools-body > a {
    position: relative;
    width: 100%;
    font-size: 3.2142em;
    line-height: 1em;
    text-align: left;
    margin: 0;
    padding: 0.28em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tools-content .tools-body > a .cta-icon {
    font-size: 1em;
    vertical-align: middle;
  }
  .tools-content .tools-body > a .cta-title {
    display: inline;
    font-size: 0.29em;
    margin: 0;
    vertical-align: middle;
  }
  .tools-content .tools-body > a .cta-title .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0.6437em;
    font-size: 1.5em;
  }
  .tools-content .tools-body > a:not(:last-child) {
    border-bottom: rgba(0, 0, 0, 0.5) 1px solid;
  }
  .tools-content .tools-footer {
    padding: 1.0714em;
    padding-top: 2.1428em;
  }
  .tools-content .tools-footer a.footer-cta {
    width: 100%;
    margin: 0;
    font-size: 1.0714em;
    line-height: 1em;
    padding: 1.1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*979px;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promo-detail-location-content {
  text-align: center;
}
.promo-detail-location-content .location-content {
  display: inline-table;
}
.promo-detail-location-content .location-content .location-box {
  display: table-row;
  max-width: 55%;
  text-align: left;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promo-detail-location-content .location-content .location-box .box-icon,
.promo-detail-location-content .location-content .location-box .box-detail {
  display: table-cell;
  vertical-align: top;
}
.promo-detail-location-content .location-content .location-box .box-icon {
  min-width: 1em;
  font-size: 50px;
  line-height: 1em;
  text-align: center;
  padding-right: 20px;
}
.promo-detail-location-content .location-content .location-box .box-title {
  color: #808080;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.promo-detail-location-content .location-content .location-box .box-value {
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}
.promo-detail-location-content .location-content .location-box a.set-location-cta {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
  text-decoration: none;
  text-transform: none;
  margin-left: 10px;
}
.promo-detail-location-content .location-content .location-box a.set-location-cta:hover {
  color: #4d4d4d;
}
.promo-detail-location-content .location-content .location-box a.set-location-cta .icon {
  margin-left: 5px;
}
.promo-detail-location-content .location-content .location-box:not(:first-child) {
  padding-left: 10%;
  margin-left: 10%;
  border-left: rgba(0, 0, 0, 0.5) 1px solid;
}
@media (min-width: 668px) and (max-width: 800px) {
  .promo-detail-location-content {
    font-size: 28px;
    line-height: 1em;
  }
  .promo-detail-location-content .location-content .location-box {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .promo-detail-location-content .location-content .location-box:not(:first-child) {
    padding-left: 0;
    margin-top: 2em;
    margin-left: 0;
    border-left: none;
  }
  .promo-detail-location-content .location-content .location-box.current-location .box-detail {
    position: relative;
    width: 100%;
    padding-right: 42%;
  }
  .promo-detail-location-content .location-content .location-box a.set-location-cta {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 50%;
    font-size: 0.5em;
    font-weight: bold;
    line-height: 2.9583em;
    text-transform: uppercase;
    padding-left: 2em;
    border-left: rgba(0, 0, 0, 0.5) 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .promo-detail-location-content .location-content .location-box .box-icon {
    font-size: 1.9em;
    line-height: 1em;
    padding-right: 0.5em;
  }
  .promo-detail-location-content .location-content .location-box .box-title {
    font-size: 0.8571em;
    line-height: 1em;
    margin: 0;
  }
  .promo-detail-location-content .location-content .location-box .box-value {
    font-size: 1.0714em;
    line-height: 1em;
  }
  .promo-detail-location-content .location-content .location-box.current-location .box-value {
    font-size: 1.7143em;
    line-height: 1em;
  }
  .promo-detail-location-content .location-content .location-box .box-subtitle {
    font-size: 0.6429em;
    line-height: 1em;
    margin-top: 0.75em;
  }
}
@media (min-width: 376px) and (max-width: 667px) {
  .promo-detail-location-content {
    font-size: 16px;
    line-height: 1em;
  }
  .promo-detail-location-content .location-content .location-box {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .promo-detail-location-content .location-content .location-box:not(:first-child) {
    padding-left: 0;
    margin-top: 2em;
    margin-left: 0;
    border-left: none;
  }
  .promo-detail-location-content .location-content .location-box.current-location .box-detail {
    position: relative;
    width: 100%;
    padding-right: 42%;
  }
  .promo-detail-location-content .location-content .location-box a.set-location-cta {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 50%;
    font-size: 0.5em;
    font-weight: bold;
    line-height: 2.9583em;
    text-transform: uppercase;
    padding-left: 2em;
    border-left: rgba(0, 0, 0, 0.5) 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .promo-detail-location-content .location-content .location-box .box-icon {
    font-size: 1.9em;
    line-height: 1em;
    padding-right: 0.5em;
  }
  .promo-detail-location-content .location-content .location-box .box-title {
    font-size: 0.8571em;
    line-height: 1em;
    margin: 0;
  }
  .promo-detail-location-content .location-content .location-box .box-value {
    font-size: 1.0714em;
    line-height: 1em;
  }
  .promo-detail-location-content .location-content .location-box.current-location .box-value {
    font-size: 1.7143em;
    line-height: 1em;
  }
  .promo-detail-location-content .location-content .location-box .box-subtitle {
    font-size: 0.6429em;
    line-height: 1em;
    margin-top: 0.75em;
  }
}
@media (max-width: 375px) {
  .promo-detail-location-content {
    font-size: 16px;
    line-height: 1em;
  }
  .promo-detail-location-content .location-content .location-box {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .promo-detail-location-content .location-content .location-box:not(:first-child) {
    padding-left: 0;
    margin-top: 2em;
    margin-left: 0;
    border-left: none;
  }
  .promo-detail-location-content .location-content .location-box.current-location .box-detail {
    position: relative;
    width: 100%;
    padding-right: 42%;
  }
  .promo-detail-location-content .location-content .location-box a.set-location-cta {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 50%;
    font-size: 0.35em;
    font-weight: bold;
    line-height: 4.17em;
    text-transform: uppercase;
    padding-left: 2em;
    border-left: rgba(0, 0, 0, 0.5) 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .promo-detail-location-content .location-content .location-box .box-icon {
    font-size: 1.9em;
    line-height: 1em;
    padding-right: 0.5em;
  }
  .promo-detail-location-content .location-content .location-box .box-title {
    font-size: 0.8571em;
    line-height: 1em;
    margin: 0;
  }
  .promo-detail-location-content .location-content .location-box .box-value {
    font-size: 1.0714em;
    line-height: 1em;
  }
  .promo-detail-location-content .location-content .location-box.current-location .box-value {
    font-size: 1.7143em;
    line-height: 1em;
  }
  .promo-detail-location-content .location-content .location-box .box-subtitle {
    font-size: 0.6429em;
    line-height: 1em;
    margin-top: 0.75em;
  }
}

/*979px;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion .detail-box {
  color: #000000;
  font-size: 14px;
  line-height: 1em;
  padding: 25px;
}
.promotion .detail-box .promotion-title {
  color: #ffc525;
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  margin: 10px 0;
}
.promotion .detail-box .promotion-subtitle {
  font-size: 30px;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
}

/*979px;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  padding: 25px 80px;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location {
  font-size: 22px;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location .current-location {
  vertical-align: middle;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location a.set-location-cta {
  background-color: #000000;
  font-size: 18px;
  text-decoration: none;
  margin-left: 15px;
  padding: 10px 15px;
  vertical-align: middle;
  white-space: nowrap;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location a.set-location-cta:hover {
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  background-color: #4d4d4d;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions {
  position: relative;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promotions-message {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #ffc525;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  padding: 20px;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promotions-message .badge {
  min-width: 1em;
  background-color: #ffc525;
  color: #000000;
  font-size: 1.25em;
  line-height: 1em;
  padding: 0.1em;
  margin-right: 0.5em;
  vertical-align: middle;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promo-hub-promotions-container {
  background-color: #ffffff;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promo-hub-promotions-container > div:not(:last-child) {
  border-bottom: rgba(0, 0, 0, 0.25) 1px solid;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promotions-disclaimer {
  background-color: #e6e6e6;
  color: #000000;
  padding: 50px 80px;
}
#promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-cta-bar-container {
  background-color: #333333;
  color: #ffffff;
}
@media (min-width: 668px) and (max-width: 800px) {
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content {
    font-size: 28px;
    line-height: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header {
    font-size: 1em;
    line-height: 1em;
    padding: 0.85em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-title {
    width: 100%;
    font-size: 1.7857em;
    line-height: 1em;
    text-align: center;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location {
    width: 100%;
    font-size: 1.0714em;
    line-height: 1.25em;
    text-align: center;
    margin-top: 0.25em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location .current-location {
    margin: 0 0.5em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location a.set-location-cta {
    font-size: 0.5428em;
    padding: 0.5em 1.25em;
    margin: 0 0.5em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promotions-message {
    font-size: 0.625em;
    line-height: 1.4em;
    padding: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promotions-disclaimer {
    font-size: 0.7143em;
    line-height: 1.4em;
    padding: 3em;
  }
}
@media (min-width: 376px) and (max-width: 667px) {
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content {
    font-size: 16px;
    line-height: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header {
    font-size: 1em;
    line-height: 1em;
    padding: 0.85em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-title {
    width: 100%;
    font-size: 1.7857em;
    line-height: 1em;
    text-align: center;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location {
    width: 100%;
    font-size: 1.0714em;
    line-height: 1.25em;
    text-align: center;
    margin-top: 0.25em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location .current-location {
    margin: 0 0.5em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location a.set-location-cta {
    font-size: 0.5428em;
    padding: 0.5em 1.25em;
    margin: 0 0.5em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promotions-message {
    font-size: 0.625em;
    line-height: 1.4em;
    padding: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promotions-disclaimer {
    font-size: 0.7143em;
    line-height: 1.4em;
    padding: 3em;
  }
}
@media (max-width: 375px) {
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content {
    font-size: 16px;
    line-height: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header {
    font-size: 1em;
    line-height: 1em;
    padding: 0.85em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-title {
    width: 100%;
    font-size: 1.7857em;
    line-height: 1em;
    text-align: center;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location {
    width: 100%;
    font-size: 1.0714em;
    line-height: 1.25em;
    text-align: center;
    margin-top: 0.25em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location .current-location {
    margin: 0 0.5em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-header .header-set-location a.set-location-cta {
    font-size: 0.5428em;
    padding: 0.5em 1.25em;
    margin: 0 0.5em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promotions-message {
    font-size: 0.625em;
    line-height: 1.4em;
    padding: 1em;
  }
  #promo-hub-container #promo-hub-app #promo-hub-view #promo-hub-content #promo-hub-promotions #promotions-disclaimer {
    font-size: 0.7143em;
    line-height: 1.4em;
    padding: 3em;
  }
}

/*979px;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion-content {
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 80px;
}
.promotion-content .promotion-header {
  position: relative;
  font-size: 70px;
  font-weight: bold;
  line-height: 0.9em;
  text-transform: uppercase;
  min-height: 325px;
  margin-bottom: 0;
}
.promotion-content .promotion-header .titles-wrapper {
  position: absolute;
  bottom: 0;
}
.promotion-content .promotion-header .header-subtitle {
  font-size: 0.5em;
  line-height: 0.9em;
}
.promotion-content .promotion-header .text-black-color {
  color: #000000;
}
.promotion-content .promotion-header .text-white-color {
  color: #ffffff;
}
.promotion-content .promotion-offers-container > div:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 668px) and (max-width: 800px) {
  .promotion-content .promotion-header .header-title {
    font-size: 70px;
    line-height: 0.9em;
  }
  .promotion-header {
    min-height: 232px !important;
  }
  .promotion-content .promotion-header .header-subtitle {
    font-size: 35px;
    line-height: 0.9em;
  }
  .promotion-content .promotion-offers-container > div:not(:last-child) {
    margin-bottom: 1.0714em;
  }
}
@media (min-width: 381px) and (max-width: 670px) {
  .promotion-content {
    padding: 18px;
  }
  .promotion-content .promotion-header .header-title {
    font-size: 35px;
    line-height: 0.9em;
  }
  .promotion-header {
    min-height: 140px !important;
  }
  .promotion-content .promotion-header .header-subtitle {
    font-size: 18px;
    line-height: 0.9em;
  }
}
@media (max-width: 380px) {
  .promotion-content {
    padding: 18px;
  }
  .promotion-content .promotion-header .header-title {
    font-size: 35px;
    line-height: 0.9em;
  }
  .promotion-content .promotion-header .header-subtitle {
    font-size: 18px;
    line-height: 0.9em;
  }
  .promotion-header {
    min-height: 95px !important;
  }
}
@media (max-width: 320px) {
  .promotion-header {
    min-height: 75px !important;
  }
}
@media (min-width: 412px) and (max-width: 736px) and (orientation: portrait) {
  .promotion-header {
    min-height: 115px !important;
  }
}
@media (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {
  .promotion-header {
    min-height: 190px !important;
  }
}
@media (min-width: 800px) and (max-width: 1280px) {
  .promotion-header {
    min-height: 270px !important;
  }
}

/*979px;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.offer-content {
  position: relative;
  background-color: #ffffff;
  z-index: 10;
}
.offer-content > div {
  width: 50%;
  height: 80%;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.offer-content .offer-leftbox {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
}
.offer-content .offer-rightbox {
  color: #000000;
  font-size: 16px;
  line-height: 1em;
}
.offer-content .offer-rightbox .offer-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}
.offer-content .offer-rightbox .offer-surtitle,
.offer-content .offer-rightbox .offer-subtitle,
.offer-content .offer-rightbox .offer-expiration-date,
.offer-content .offer-rightbox .offer-expiration-date-countdown {
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}
.offer-content .offer-rightbox .offer-description,
.offer-content .offer-rightbox .offer-expiration-date,
.offer-content .offer-rightbox .offer-expiration-date-countdown {
  margin: 25px 0;
}
.offer-content .offer-rightbox .offer-expiration-date-countdown {
  font-size: 26px;
  line-height: 1em;
}
.offer-content .offer-rightbox .offer-expiration-date-countdown .label {
  position: relative;
  min-width: 1.75em;
  color: #000000;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  padding: 0.26em;
  margin-bottom: 0.75em;
  -webkit-border-radius: 0.15em;
  -moz-border-radius: 0.15em;
  border-radius: 0.15em;
}
.offer-content .offer-rightbox .offer-expiration-date-countdown .label .label-title {
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
  display: inline-block;
  font-size: 0.42em;
}
.offer-content .offer-rightbox .offer-expiration-date-countdown .label.label-days,
.offer-content .offer-rightbox .offer-expiration-date-countdown .label.label-sec {
  margin-right: 0.5em;
}
.offer-content .offer-rightbox .offer-expiration-date-countdown .expiration-date {
  display: inline-block;
  max-width: 190px;
  font-size: 18px;
  line-height: 1em;
  vertical-align: text-top;
}
.offer-content .offer-rightbox a.offer-cta {
  display: inline-block;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 15px;
}
.offer-content .offer-rightbox a.offer-cta:hover {
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  -webkit-box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
  box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
}
@media (min-width: 668px) and (max-width: 800px) {
  .offer-content > div {
    width: 100%;
    padding: 1.0714em;
  }
  .offer-content .offer-leftbox {
    background-size: 100%;
    background-position: 50% 0%;
    z-index: -5;
    margin-top: 0px;
  }
  .offer-content .offer-rightbox {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 6em, #ffffff 12em);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6em, rgba(255, 255, 255, 0)), color-stop(12em, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 6em, #ffffff 12em);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 6em, #ffffff 12em);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 6em, #ffffff 12em);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 6em, #ffffff 12em);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    padding-top: 12em;
  }
  .offer-content .offer-rightbox .offer-surtitle,
  .offer-content .offer-rightbox .offer-subtitle,
  .offer-content .offer-rightbox a.offer-cta {
    font-size: 1.0714em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox .offer-title {
    font-size: 1.7857em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox .offer-description {
    text-align: left;
    margin: 1em 0;
  }
  .offer-content .offer-rightbox .offer-expiration-date,
  .offer-content .offer-rightbox .offer-expiration-date-countdown {
    font-size: 1.2142em;
    line-height: 1em;
    margin: 1em 0;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown {
    display: table;
    width: 100%;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .countdown {
    display: table-footer-group;
    font-size: 1.25em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .label {
    margin-top: 0.75em;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .label.label-sec {
    margin-right: 0;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .expiration-date {
    display: table-header-group;
    font-size: 1em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox a.offer-cta {
    width: 100%;
    padding: 1.1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 381px) and (max-width: 670px) {
  .offer-content > div {
    width: 100%;
    padding: 1.0714em;
  }
  .offer-content .offer-leftbox {
    background-size: 100%;
    background-position: 50% 0%;
    z-index: -5;
    margin-top: 0px;
  }
  .offer-content .offer-rightbox {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 9em, #ffffff 18em);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9em, rgba(255, 255, 255, 0)), color-stop(18em, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 9em, #ffffff 18em);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 9em, #ffffff 18em);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 9em, #ffffff 18em);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 9em, #ffffff 18em);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    padding-top: 14em;
  }
  .offer-content .offer-rightbox .offer-surtitle,
  .offer-content .offer-rightbox .offer-subtitle,
  .offer-content .offer-rightbox a.offer-cta {
    font-size: 1.0714em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox .offer-title {
    font-size: 1.7857em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox .offer-description {
    text-align: left;
    margin: 1em 0;
  }
  .offer-content .offer-rightbox .offer-expiration-date,
  .offer-content .offer-rightbox .offer-expiration-date-countdown {
    font-size: 1.2142em;
    line-height: 1em;
    margin: 1em 0;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown {
    display: table;
    width: 100%;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .countdown {
    display: table-footer-group;
    font-size: 1.25em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .label {
    margin-top: 0.75em;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .label.label-sec {
    margin-right: 0;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .expiration-date {
    display: table-header-group;
    font-size: 1em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox a.offer-cta {
    width: 100%;
    padding: 1.1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 380px) {
  .offer-content > div {
    width: 100%;
    padding: 1.0714em;
  }
  .offer-content .offer-leftbox {
    background-size: 100%;
    background-position: 50% 0%;
    z-index: -5;
    margin-top: 0px;
  }
  .offer-content .offer-rightbox {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 5em, #ffffff 10em);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5em, rgba(255, 255, 255, 0)), color-stop(10em, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 5em, #ffffff 10em);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 5em, #ffffff 10em);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 5em, #ffffff 10em);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 5em, #ffffff 10em);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    padding-top: 10em;
  }
  .offer-content .offer-rightbox .offer-surtitle,
  .offer-content .offer-rightbox .offer-subtitle,
  .offer-content .offer-rightbox a.offer-cta {
    font-size: 1.0714em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox .offer-title {
    font-size: 1.7857em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox .offer-description {
    text-align: left;
    margin: 1em 0;
  }
  .offer-content .offer-rightbox .offer-expiration-date,
  .offer-content .offer-rightbox .offer-expiration-date-countdown {
    font-size: 1.2142em;
    line-height: 1em;
    margin: 1em 0;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown {
    display: table;
    width: 100%;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .countdown {
    display: table-footer-group;
    font-size: 1.25em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .label {
    margin-top: 0.75em;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .label.label-sec {
    margin-right: 0;
  }
  .offer-content .offer-rightbox .offer-expiration-date-countdown .expiration-date {
    display: table-header-group;
    font-size: 1em;
    line-height: 1em;
  }
  .offer-content .offer-rightbox a.offer-cta {
    width: 100%;
    padding: 1.1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*979px;*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cta-bar-content.promo-alert {
  background-color: #333333;
  color: #ffffff;
}
#cta-bar-content.promo-alert .cta-bar-body .body-leftbox {
  text-align: left;
}
#cta-bar-content.promo-alert .cta-bar-body .body-rightbox {
  text-align: right;
}
#cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription {
  margin: 0;
}
#cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email {
  width: 100%;
}
#cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email .subscription-textbox {
  width: 50%;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
}
#cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email .subscription-textbox:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email button.subscription-btn {
  max-width: 50%;
  background-image: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: 0 0 0 #000000;
  filter: dropshadow(color=#000000, offx=0, offy=0);
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11px 20px;
}
#cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email button.subscription-btn:hover {
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  -webkit-box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
  box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.25);
}
#cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .parsley-error-list {
  color: red;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-transform: none;
  list-style: none;
  margin-left: 2px;
}
#cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .parsley-error {
  border: 2px solid red;
}
@media (min-width: 668px) and (max-width: 800px) {
  #cta-bar-content.promo-alert .cta-bar-body .body-leftbox,
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-leftbox {
    margin: 1em 0;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email {
    font-size: 1.0714em;
    line-height: 1em;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email .subscription-textbox,
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email button.subscription-btn {
    display: block;
    min-height: 3.5714em;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    padding: 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email .subscription-textbox {
    margin: 1em 0;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email button.subscription-btn {
    max-width: none;
  }
}
@media (min-width: 376px) and (max-width: 667px) {
  #cta-bar-content.promo-alert .cta-bar-body .body-leftbox,
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-leftbox {
    margin: 1em 0;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email {
    font-size: 1.0714em;
    line-height: 1em;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email .subscription-textbox,
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email button.subscription-btn {
    display: block;
    min-height: 3.5714em;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    padding: 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email .subscription-textbox {
    margin: 1em 0;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email button.subscription-btn {
    max-width: none;
  }
}
@media (max-width: 375px) {
  #cta-bar-content.promo-alert .cta-bar-body .body-leftbox,
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-leftbox {
    margin: 1em 0;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email {
    font-size: 1.0714em;
    line-height: 1em;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email .subscription-textbox,
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email button.subscription-btn {
    display: block;
    min-height: 3.5714em;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    padding: 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email .subscription-textbox {
    margin: 1em 0;
  }
  #cta-bar-content.promo-alert .cta-bar-body .body-rightbox form#subscription .subscription-email button.subscription-btn {
    max-width: none;
  }
}

