/*
@mixin someicon($color) {
	background:url('data:image/svg+xml;charset=utf-8,' + urlEncode('') + urlEncode(inspect($color)) + urlEncode('')) center center no-repeat;
}
*/
article {
  padding: 0;
  width: 960px;
  max-width: 100%;
  background: white; }

h1 {
  margin: 0; }

.productintro {
  text-align: center;
  font: bold 18px/22px "Open Sans",sans-serif; }
  .productintro b {
    display: block;
    color: #e4508a;
    font: bold 32px/31px "Open Sans",sans-serif; }

.UpdateWrapper {
  position: relative; }

.UpdateText {
  position: absolute;
  bottom: 100%;
  left: 11px;
  color: white;
  font: normal 10px/28px "Open Sans",sans-serif;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }

.FormIntro {
  width: 15em;
  max-width: calc(100% - 52px); }

.OrderNow {
  background: #5934a7;
  color: white;
  font: 600 24px/34px "Open Sans"/sans-serif;
  text-align: center;
  margin: 0 0 12px 0;
  padding: 9px 0; }

ol > li::before {
  content: counter(pnumber) "."; }

ol > li > *:first-child {
  margin-top: 0; }

#ReasonsButton {
  margin: 30px auto 0 auto;
  order: 3;
  max-width: calc(100% - 38px); }

.productdetails {
  order: 2;
  grid-row-start: 1;
  grid-column-start: 2;
  grid-column-end: 3;
  padding: 0 0 22px 0; }

#ReasonsButton.open {
  order: 2; }

#ReasonsButton.open + .productdetails {
  order: 3; }

#ReasonsBody,
#ReasonsButton:not(.inited) {
  position: relative;
  overflow: hidden;
  height: 0; }

.open #ReasonsBody {
  height: auto;
  font: normal 16px/25px "Open Sans",sans-serif; }

#ReasonsButton a {
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 0 0 10px 0;
  color: #5934a7;
  font: bold 21px/28px "Open Sans",sans-serif; }

.losenge {
  display: block;
  white-space: nowrap;
  background: #6a3fc4;
  border-radius: 23px;
  text-align: center;
  font-size: 24px;
  line-height: 46px;
  color: white;
  font-weight: bold;
  margin: 18px 0; }

.InstantAccess {
  text-align: center;
  color: #fe3069;
  font-weight: bold;
  font-size: 24px; }

.priceContainer {
  display: inline-block;
  vertical-align: top;
  text-align: center; }
  .priceContainer .price {
    text-align: center;
    font: bold 48px/52px "Open Sans",sans-serif;
    color: #6a3fc4; }
  .priceContainer .priceAside {
    margin-top: 4px;
    color: black;
    font-size: 16px;
    line-height: 20px; }

.ButtonBar > .dijitButton,
.ButtonBar > .priceContainer {
  vertical-align: bottom; }

.Checkout h2 {
  display: none;
  text-transform: uppercase;
  font-family: Lato,sans-serif;
  font-size: 36px;
  margin: 0 0 30px 0; }

.CheckoutSection {
  text-align: left;
  padding: 0;
  position: relative;
  counter-increment: checkout-steps;
  margin: 0; }
  @media screen and (max-width: 939px) {
    .CheckoutSection {
      display: block; } }
  .CheckoutSection p {
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.45);
    margin: 0 0 12px 0;
    text-align: center; }
  .CheckoutSection label {
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.45);
    display: inline-block;
    vertical-align: middle; }
  .CheckoutSection h3 {
    color: rgba(0, 0, 0, 0.45);
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 16px 0;
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    display: none; }
    .CheckoutSection h3::before {
      content: counter(checkout-steps);
      position: absolute;
      top: 0;
      left: 0;
      background: #d4d4d4;
      color: #898989;
      width: 27px;
      border-radius: 2px;
      text-align: center; }
  .CheckoutSection.dijitSelected h3 {
    font-weight: normal; }
    .CheckoutSection.dijitSelected h3::before {
      font-weight: bold;
      background: #ba342e;
      color: white;
      border-radius: 2px 0 0 2px;
      width: 22px; }
    .CheckoutSection.dijitSelected h3::after {
      content: '\00a0';
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2020%22%3E%3Cpath%20fill%3D%22%23ba342e%22%20d%3D%22m0%2010v-10l10%2010-10%2010z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
      background-size: auto 100%;
      position: absolute;
      background-position: left center;
      top: 0;
      left: 21px;
      height: 27px;
      width: 13px; }
  .CheckoutSection .expMo {
    width: 108px; }
  .CheckoutSection .expYear {
    width: 133px;
    margin-left: 14px; }
  .CheckoutSection .CardExpires {
    text-align: right; }
    .CheckoutSection .CardExpires label {
      float: left;
      line-height: 40px; }
  .CheckoutSection .cvv {
    width: 82px; }
  .CheckoutSection .CardCode .dijitTextBox.tagged {
    vertical-align: middle; }
  .CheckoutSection .CardCode label {
    max-width: calc(100% - 150px);
    vertical-align: middle;
    margin: 0 0 17px 12px; }

.DiscountCode {
  display: none; }

.Lookups {
  margin-top: -15px;
  text-align: right; }
  .Lookups .dijitTextBox {
    vertical-align: top;
    width: 3em; }
    .Lookups .dijitTextBox:first-child {
      float: left;
      width: calc(100% - 4em); }

.discountCodeFeedback {
  font-weight: bold;
  color: #006600; }
  .discountCodeFeedback.BadCode {
    background: #ffc000;
    color: black;
    padding: 3px 5px; }
  .discountCodeFeedback.pending {
    width: 32px;
    height: 32px;
    background: url(/dojo-release-1.11.1/dojox/widget/Standby/images/loading.gif) center center no-repeat; }

.ThankYouMessage {
  padding-left: 5vw;
  padding-right: 5vw; }

article article.ThankYouMessage {
  width: auto; }

.DoubleCol {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 18px; }
  .DoubleCol h2 {
    flex-basis: 362px;
    text-align: center;
    white-space: pre-line;
    margin: 12px 0;
    line-height: 36px;
    color: #303030; }
  .DoubleCol div {
    margin: 12px 0;
    flex-basis: 362px; }

/*# sourceMappingURL=product.css.map */
