/**
 * Colors
 */
/* CrashPlan business colors */
/**
 * Fonts
 */
/* Default browser font size, used for calculation. If font-size is set on HTML element, set accordingly */
/**
 * Breakpoints
 */
/**
 * Main Headers
 **/
/**
 * Layers
 **/
/**
 * Fluid Type
 */
/*
 * Mixin to specify fluid font-sizes and related properties
 * $base-size Font size at sizes lower than first breakpoint
 * $size-at-bp-1 Font size between first and second breakpoints
 * $size-at-bp-2 Font size between second and third breakpoints
 * $size-at-bp-3 Font size at third btrakpoint and larger
 * $line-height Line height, defaults to 1.4
 */
/* Largest text size. Used excusively for main headlines */
/* Size for main body text */
/* Smallest text size. Used for column body text */
/* Exception: tiny text */
/**
 * Site Style Mixins
 */
/* Used for elements using font-awesome. */
/* */
/* */
/**
 * Utility Mixins
 **

/* Disable list style and default margin/padding */
/* Reset link color inheritance */
/* Display ul or ol horizontally */
/* Reset browser defaults for button element */
/* Set property with rgba color and fallback */
/* Set border (or border-top, border-left, etc...) with rgba color and fallback */
/* Use rem units with px fallback for compatability. Takes either (unitless) rem or px */
/* Set background property with svg
 * $image is path to image without extension, same path is used for png fallback
 * $properties is the rest of the background properties (e.g no-repeat 0 0)
 * $color is optional and is the background color that should be used, default is transparent.
 */
/* Set background image property with svg
 * $image is path to image without extension, same path is used for png fallback
 */
/* Used for elements using font-awesome with pseudo elements. */
/* Fix rendering bugs on position:fixed elements */
/* Clear &after element */
/* CrashPlan consumer colors */
/* CrashPlan specific breakpoints */
/* Text shadow styles */
/* Largest text size. Used exclusively for main headlines */
/* Size for main body text */
/* Smallest text size. Used for column body text */
/* Exception: tiny text */
/* code42 Button Mixins */
/* line 3, /Users/edawson/Documents/stash/site/source/css/crashplan/_inline-ratings.scss */
.inline-ratings, .buy-now-inline-ratings {
  width: 160px;
  text-align: center; }
  /* line 7, /Users/edawson/Documents/stash/site/source/css/crashplan/_inline-ratings.scss */
  .inline-ratings .bv-cleanslate, .buy-now-inline-ratings .bv-cleanslate {
    text-align: center !important; }

/* line 12, /Users/edawson/Documents/stash/site/source/css/crashplan/_inline-ratings.scss */
.inline-ratings-review-link {
  font-weight: 400;
  line-height: 1.5; }

/* line 5, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
.buy-now-section {
  background: #eef1f4;
  text-align: center;
  padding: 50px 0; }
  /* line 10, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .buy-now-section .content-wrapper {
    margin-bottom: 3em; }
  /* line 14, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .buy-now-section h2 {
    padding-bottom: 50px; }

/* line 19, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
.product-items {
  overflow: hidden;
  list-style-type: none;
  padding: 0; }

/* line 26, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
.product-item {
  float: left;
  position: relative;
  width: 24%;
  padding: 15px 13px;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
  background: #fff;
  color: #4d5b62;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important; }
  /* line 38, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-item a {
    text-decoration: none; }
  /* line 43, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-item.product-individual-unlimited, .product-item.product-business {
    margin-left: 2%; }
  /* line 47, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-item.product-individual-unlimited {
    border-right: 3px solid #eef1f4; }
  /* line 51, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-item.product-family-unlimited {
    border-left: 3px solid #eef1f4; }

/* line 56, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
.product-heading {
  color: #7ab700; }

/* line 59, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
.product-item.product-business *::-moz-selection {
  background: rgba(26, 182, 232, 0.75);
  color: #FFF;
  text-shadow: none; }

/* line 64, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
.product-item.product-business *::selection {
  background: rgba(26, 182, 232, 0.75);
  color: #FFF;
  text-shadow: none; }

/* line 70, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
.product-img-container {
  height: 120px;
  line-height: 120px;
  margin: 20px 0; }
  /* line 74, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-img-container img {
    max-width: 100%; }

/* line 79, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
.product-description {
  color: #4d5b62;
  min-height: 5em;
  margin: 1em 0; }

/* line 85, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
.product-price {
  color: #000;
  font-weight: bold;
  margin-bottom: 45px; }

/* line 91, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
.product-business div.product-heading, .product-business p.product-price a {
  color: #00bbe3; }

/* line 95, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
.product-business p.product-price a:hover {
  color: #6ed8ef; }

/* line 99, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
.offer-benefits {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400; }
  /* line 104, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .offer-benefits h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 100;
    color: #5A6B70;
    padding-bottom: 12px; }
  /* line 110, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .offer-benefits ul {
    font-size: 15px;
    font-size: 0.9375rem;
    list-style: none;
    padding-left: 0; }
    /* line 114, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
    .offer-benefits ul li:before {
      color: #C5CBD1;
      content: "\f00c";
      font-family: FontAwesome;
      margin-right: .3em; }
    /* line 120, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
    .offer-benefits ul li {
      margin-bottom: 17px; }

/* line 126, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
.no-cc-required {
  margin-top: .5em; }

/* line 133, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
.svg .product-free img {
  width: 216px; }
/* line 139, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
.svg .product-individual img,
.svg .product-business img,
.svg .product-individual-unlimited img {
  width: 147px; }
/* line 143, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
.svg .product-family-unlimited img {
  width: 200px; }

/* line 149, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
.product-items {
  position: relative;
  z-index: 1; }
  /* line 153, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-items:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 12px;
    margin-left: -7px;
    border-top: 30px solid #fff;
    border-bottom: 30px solid #fff;
    z-index: 2; }

@media (min-width: 721px) and (max-width: 1024px) {
  /* line 169, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-item:first-child {
    width: 34%;
    border-right: 20px solid #eef1f4; }
  /* line 173, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-item.product-business {
    width: 100%;
    padding-bottom: 15px;
    border-top: 20px solid #eef1f4;
    margin: 0; }
  /* line 181, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-item.product-individual-unlimited, .product-item.product-family-unlimited {
    width: 33%; }
  /* line 185, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-item.product-individual-unlimited {
    margin-left: 0; }

  /* line 190, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-business {
    font-size: 0; }
    /* line 196, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
    .product-business .product-heading,
    .product-business .product-img-container,
    .product-business .product-img-container img,
    .product-business .product-description,
    .product-business .product-price {
      display: inline-block;
      vertical-align: middle; }
    /* line 202, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
    .product-business .product-heading,
    .product-business .product-description {
      margin: 0;
      width: 29%; }
    /* line 208, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
    .product-business .product-img-container,
    .product-business .product-price {
      width: 15%;
      margin: 0 3%; }
    /* line 213, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
    .product-business .product-description {
      min-height: 0; }

  /* line 220, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-items:after {
    bottom: 170px;
    left: 67%; } }
@media (max-width: 720px) {
  /* line 229, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .buy-now-section {
    padding-top: 40px; }
    /* line 232, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
    .buy-now-section h2 {
      padding-bottom: 20px; }

  /* line 236, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-item {
    float: none;
    margin-bottom: 10px;
    padding-bottom: 15px; }
    /* line 244, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
    .product-item:first-child, .product-item.product-business, .product-item.product-individual-unlimited, .product-item.product-family-unlimited {
      width: 100%;
      border-width: 0; }
    /* line 250, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
    .product-item.product-individual-unlimited, .product-item.product-business {
      margin-left: 0; }
    /* line 254, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
    .product-item.offer-benefits {
      padding-right: 4%; }

  /* line 259, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-heading {
    padding-top: 0; }

  /* line 263, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-description {
    min-height: 0; }

  /* line 267, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-price {
    margin: 0;
    padding: 0; }

  /* line 272, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-items:after {
    display: none; } }
/* line 278, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
.buy-now-inline-ratings {
  margin: 0 auto; }

/* line 283, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
.inline-ratings-review-link {
  margin-bottom: 15px; }

@media (min-width: 481px) and (max-width: 720px) {
  /* line 289, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-item {
    padding-left: 4%;
    padding-right: 50%; }

  /* line 294, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-img-container {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 45%;
    margin: -60px 0 0 0; }
    /* line 300, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
    .product-img-container img {
      vertical-align: middle; } }
@media (max-width: 480px) {
  /* line 308, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-item {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 313, /Users/edawson/Documents/stash/site/source/css/crashplan/_buy-now-section.scss */
  .product-img-container {
    display: none; } }
/* */
/* */
/* Move to Global? */
/* line 19, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
body, button {
  color: #798489; }

/* line 22, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
a {
  cursor: pointer; }

/* Helpers */
/* line 45, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
#install-steps .step-selected .ribbon {
  color: white;
  -webkit-transition: all .2s; }

/* line 50, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
#install-steps .install.step-selected .ribbon {
  background-color: #b8e55d; }

/* line 53, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
#install-steps .create.step-selected .ribbon {
  background-color: #a5de31; }

/* line 56, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
#install-steps .start.step-selected .ribbon {
  background-color: #89be1e; }

/* line 60, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.js.mac .txt-dmg-extension:before {
  content: ".DMG"; }

/* line 63, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.js.win .txt-dmg-extension:before {
  content: ".EXE"; }

/* line 66, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.js.linux .txt-dmg-extension:before {
  content: ".TGZ"; }

/* line 70, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.not-supported, .mobile-case {
  display: none; }

/* line 74, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.banner-content {
  padding-top: 3.125em;
  padding-bottom: 3.125em; }

/* line 80, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.download-banner {
  text-align: center; }
  /* line 83, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
  .download-banner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
  /* line 88, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
  .download-banner li {
    float: left;
    width: 100%;
    margin: 0 0 0% 0%; }
    @media (min-width: 685px) and (max-width: 3096px) {
      /* line 88, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
      .download-banner li {
        width: 33.33333%; }
        /* line 32, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
        .download-banner li:nth-child(3n + 1) {
          margin-left: 0; } }
  /* line 95, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
  .download-banner p {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 20px 50px;
    font-weight: 400;
    line-height: 1.4em; }
  /* line 99, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
  .download-banner input {
    font-size: 18px;
    font-size: 1.125rem;
    width: 220px;
    padding: 6px 16px; }
  /* line 105, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
  .download-banner .headline {
    color: #798489;
    margin-bottom: 12px; }
  /* line 110, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
  .download-banner .ribbon {
    background: #DEE0E3;
    padding: 12px;
    font-weight: 400;
    color: #798489;
    position: relative;
    z-index: 1;
    line-height: 28px;
    min-height: 52px; }
    /* line 122, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
    .download-banner .ribbon:before, .download-banner .ribbon:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 0px;
      z-index: -1; }
    /* line 130, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
    .download-banner .ribbon:before {
      left: 0;
      border-top: 27px solid transparent;
      border-bottom: 27px solid transparent;
      border-left: 13px solid #FFF; }
    /* line 137, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
    .download-banner .ribbon:after {
      right: 0;
      border-top: 27px solid #FFF;
      border-bottom: 27px solid #FFF;
      border-left: 13px solid transparent; }
  /* line 145, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
  .download-banner .install .ribbon {
    background-color: #F4F5F7; }
    /* line 147, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
    .download-banner .install .ribbon:before {
      display: none; }
  /* line 152, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
  .download-banner .create .ribbon {
    background-color: #E9EAEC; }
  /* line 156, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
  .download-banner .start .ribbon {
    background-color: #DEE0E3; }

/* line 161, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.crashplan_download .download-banner h1 {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 20px 50px;
  font-weight: 400;
  line-height: 1.4em; }

/* line 165, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.download-not-starting {
  color: #89be1e;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 10px;
  font-weight: 400; }

/* line 171, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.download-options {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 104px;
  font-weight: 400; }

/* line 177, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.download-progression-image {
  display: block;
  height: 170px;
  position: relative; }
  /* line 180, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
  .download-progression-image input {
    background: #f0f0f1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: none;
    margin-bottom: 8px;
    color: #c5cbd1; }

/* line 190, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.install {
  color: #DEE0E3; }
  /* line 192, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
  .install p {
    color: #798489; }
  /* line 195, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
  .install.step-selected {
    color: inherit; }
    /* line 197, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
    .install.step-selected .download-progression-image {
      background: url("/wp-content/themes/code42/img/crashplan/download-file.gif") no-repeat;
      background-position: center -27px; }
      /* line 198, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
      .install.step-selected .download-progression-image img {
        display: none; }

/* line 208, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.download-progression-image .on {
  display: none; }

/* line 213, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.create.step-selected .download-progression-image {
  background-position: center -27px; }
  /* line 214, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
  .create.step-selected .download-progression-image img {
    display: none; }
    /* line 216, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
    .create.step-selected .download-progression-image img.on {
      display: inline-block; }

/* line 223, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.start.step-selected .download-progression-image {
  background: url("/wp-content/themes/code42/img/crashplan/download-start.gif") no-repeat;
  background-position: center -27px; }
  /* line 224, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
  .start.step-selected .download-progression-image img {
    display: none; }

/* line 231, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.txt-dmg-extension:before {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  position: absolute;
  top: 46px;
  text-align: center;
  width: 100%;
  font-weight: bold; }

/* line 242, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.selected .ribbon {
  background: #89be1e;
  color: white; }

/* line 247, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.bright-gray-bgc {
  background-color: #F4F5F7; }

/* line 251, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.bright-gray-c {
  color: #F4F5F7; }

/* line 254, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.med-gray-c {
  color: #c5cbd1; }

/* line 261, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.download button {
  color: white;
  background: #89be1e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 24px;
  font-size: 1.5rem;
  padding: .75em;
  width: 200px;
  border: none;
  border-bottom: 3px solid #597c14;
  text-transform: uppercase; }

/* line 274, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.subscription-breakdown {
  text-align: center; }
  /* line 276, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
  .subscription-breakdown ul.row-fluid {
    padding-left: 0;
    list-style: none;
    margin-top: 0; }
  /* line 281, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
  .subscription-breakdown li[class*="span"] {
    border-right: 2px solid #f0f0f1;
    min-height: 300px; }
    /* line 284, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
    .subscription-breakdown li[class*="span"]:last-child {
      border-right: none; }
  /* line 288, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
  .subscription-breakdown h3 {
    color: #89be1e;
    font-weight: 100;
    font-size: 34px;
    font-size: 2.125rem;
    margin: 0 0 .5em 0; }
  /* line 294, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
  .subscription-breakdown img {
    margin-bottom: 24px; }

/* line 298, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.backup-amount {
  font-size: 22px;
  font-size: 1.375rem;
  color: #798489;
  margin-bottom: 24px; }

/* line 303, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.price-per-month {
  font-size: 22px;
  font-size: 1.375rem;
  color: black;
  font-weight: bold;
  margin-bottom: 4px; }

/* line 309, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.ppm-qualifier {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #5a6b70; }

/* line 315, /Users/edawson/Documents/stash/site/source/css/crashplan/download.scss */
.crashplan_download footer, .crashplan_thankyou footer {
  margin-top: 0; }
