@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Comfortaa:700);
/* line 7, ../../../../assets/components/compass-bootstrap-bower/stylesheets/compass_twitter_bootstrap/_utilities.scss */
.pull-right {
  float: right;
}

/* line 10, ../../../../assets/components/compass-bootstrap-bower/stylesheets/compass_twitter_bootstrap/_utilities.scss */
.pull-left, #steps .step {
  float: left;
}

/* line 15, ../../../../assets/components/compass-bootstrap-bower/stylesheets/compass_twitter_bootstrap/_utilities.scss */
.hide {
  display: none;
}

/* line 18, ../../../../assets/components/compass-bootstrap-bower/stylesheets/compass_twitter_bootstrap/_utilities.scss */
.show {
  display: block;
}

/* line 23, ../../../../assets/components/compass-bootstrap-bower/stylesheets/compass_twitter_bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 28, ../../../../assets/components/compass-bootstrap-bower/stylesheets/compass_twitter_bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

/* line 33, ../../../../assets/components/compass-bootstrap-bower/stylesheets/compass_twitter_bootstrap/_utilities.scss */
.clearfix, .highlight, .page-title, .col2-set, .article .article-content, ul.dates li, #steps, #steps .step, #checkout-steps .accordion-heading, #order-summary li {
  *zoom: 1;
}
/* line 15, ../../../../assets/components/compass-bootstrap-bower/stylesheets/compass_twitter_bootstrap/_mixins.scss */
.clearfix:before, .highlight:before, .page-title:before, .col2-set:before, .article .article-content:before, ul.dates li:before, #steps:before, #steps .step:before, #checkout-steps .accordion-heading:before, #order-summary li:before, .clearfix:after, .highlight:after, .page-title:after, .col2-set:after, .article .article-content:after, ul.dates li:after, #steps:after, #steps .step:after, #checkout-steps .accordion-heading:after, #order-summary li:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../../../assets/components/compass-bootstrap-bower/stylesheets/compass_twitter_bootstrap/_mixins.scss */
.clearfix:after, .highlight:after, .page-title:after, .col2-set:after, .article .article-content:after, ul.dates li:after, #steps:after, #steps .step:after, #checkout-steps .accordion-heading:after, #order-summary li:after {
  clear: both;
}

/* line 38, ../../../../assets/components/compass-bootstrap-bower/stylesheets/compass_twitter_bootstrap/_utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 43, ../../../../assets/components/compass-bootstrap-bower/stylesheets/compass_twitter_bootstrap/_utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==================================================================================================================== */
/* ! Bonfire default CSS styles */
/* ==================================================================================================================== */
/* line 14, ../src/scss/style.scss */
body {
  background: #f4f4f4 url(../images/dust.png) repeat;
}

/* line 19, ../src/scss/style.scss */
.body {
  background-color: #fff;
  padding: 40px;
  z-index: 1;
  min-height: 300px;
  max-width: 1130px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px #e4e4e4;
  -moz-box-shadow: 0 0 5px #e4e4e4;
  box-shadow: 0 0 5px #e4e4e4;
}

/* line 29, ../src/scss/style.scss */
footer.footer {
  margin: 20px 0px 10px 0px;
  color: #858585;
}
/* line 31, ../src/scss/style.scss */
footer.footer .container {
  padding: 20px 0px 10px 0px;
}

/* line 36, ../src/scss/style.scss */
.footer p {
  font-size: 11px;
}

/* line 39, ../src/scss/style.scss */
.narrow-body .container {
  max-width: 800px;
  min-height: 440px;
  border-radius: 10px;
}

/* line 45, ../src/scss/style.scss */
.navbar-fixed-top {
  margin-bottom: 0;
}

/*
	Modals
*/
/* line 50, ../src/scss/style.scss */
.modal {
  background: #f9f9f9;
  border: 0;
  -webkit-box-shadow: 0 5px 27px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 27px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 27px rgba(0, 0, 0, 0.3);
}

/* line 55, ../src/scss/style.scss */
.modal-backdrop {
  background: -webkit-radial-gradient(50% 50%, ellipse closest-side, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.75) 80%);
  background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.75) 80%);
}

/* line 59, ../src/scss/style.scss */
.modal-header {
  background: #cecece;
  border-bottom: 1px solid #b2beca;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  background-color: #e0e5eb;
  background-image: -moz-linear-gradient(top, #eff1f5, #c9d2dc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eff1f5), to(#c9d2dc));
  background-image: -webkit-linear-gradient(top, #eff1f5, #c9d2dc);
  background-image: -o-linear-gradient(top, #eff1f5, #c9d2dc);
  background-image: linear-gradient(to bottom, #eff1f5, #c9d2dc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eceef3', endColorstr='#c6cfda', GradientType=0);
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}

/* line 66, ../src/scss/style.scss */
.modal-header h3 {
  text-shadow: 0 1px 0 white;
  color: #475b6f;
}

/* line 70, ../src/scss/style.scss */
.modal-footer {
  padding: 15px 20px;
  background: #f0f0f0;
  border-top: 1px solid #dddddd;
  text-align: right;
}

/* line 77, ../src/scss/style.scss */
label.required {
  font-weight: bold;
}

/* ==================================================================================================================== */
/* ! Colors and mixins */
/* ==================================================================================================================== */
/* ==================================================================================================================== */
/* ! Reusable */
/* ==================================================================================================================== */
/* line 128, ../src/scss/style.scss */
.aligncenter, .onco-badge, ul.dates .date, .article > .article-header, #steps .step, #order-summary .total-price {
  text-align: center;
}

/* line 129, ../src/scss/style.scss */
.alignleft {
  text-align: left;
}

/* line 130, ../src/scss/style.scss */
.alignright {
  text-align: right;
}

/* line 131, ../src/scss/style.scss */
.text-big {
  font-size: 20px;
}

/* line 132, ../src/scss/style.scss */
.text-orange {
  color: #f2593a;
}

/* line 134, ../src/scss/style.scss */
.underline {
  padding-bottom: 3px;
  margin-bottom: 7px;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
}

/* line 141, ../src/scss/style.scss */
.highlight, .page-title {
  background-color: #fbfbfb;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px;
}

/* line 149, ../src/scss/style.scss */
.no-border {
  border: 0px!important;
}

/* line 153, ../src/scss/style.scss */
.onco-badge, ul.dates .date {
  background-color: #eeeeee;
  border: 1px solid #e6e6e6;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  display: block;
  margin: 4px;
  font-size: 11px;
  color: #999999;
  line-height: 1;
}
/* line 159, ../src/scss/style.scss */
.onco-badge .strong, ul.dates .date .strong {
  font-size: 19px;
  color: #555555;
}
/* line 163, ../src/scss/style.scss */
.onco-badge.onco-badge-big, ul.dates .onco-badge-big.date {
  background-color: #eeeeee;
  border: 1px solid #e6e6e6;
  padding: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 60px;
  height: 60px;
  display: block;
  margin: 4px;
  font-size: 13px;
}
/* line 166, ../src/scss/style.scss */
.onco-badge.onco-badge-big .strong, ul.dates .onco-badge-big.date .strong {
  font-size: 44px;
}

/* line 172, ../src/scss/style.scss */
.badge-white {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  border: 2px solid #f2593a;
  color: #f2593a;
  line-height: 30px;
  text-align: center;
  background: white;
  padding: 0px!important;
  font-size: 18px;
  text-shadow: none;
}

/* ==================================================================================================================== */
/* ! Typography */
/* ==================================================================================================================== */
/* line 193, ../src/scss/style.scss */
body,
p,
div,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Droid Sans", sans-serif;
  color: #757575;
}

/* line 203, ../src/scss/style.scss */
body,
p,
div,
input,
textarea,
select {
  font-size: 13px;
}

/* line 207, ../src/scss/style.scss */
h1 {
  font-size: 32px;
  font-weight: normal;
}

/* line 208, ../src/scss/style.scss */
h2 {
  font-size: 20px;
  font-weight: normal;
}

/* line 209, ../src/scss/style.scss */
h3 {
  font-size: 20px;
  font-weight: normal;
}

/* line 211, ../src/scss/style.scss */
a {
  color: #f2593a;
}
/* line 213, ../src/scss/style.scss */
a:hover {
  color: #a2240b;
}

/* ==================================================================================================================== */
/* ! Buttons */
/* ==================================================================================================================== */
/* line 222, ../src/scss/style.scss */
.btn-orange {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f05738;
  background-image: -moz-linear-gradient(top, #f46d52, #ea340f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f46d52), to(#ea340f));
  background-image: -webkit-linear-gradient(top, #f46d52, #ea340f);
  background-image: -o-linear-gradient(top, #f46d52, #ea340f);
  background-image: linear-gradient(to bottom, #f46d52, #ea340f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3694d', endColorstr='#e5330f', GradientType=0);
  border-color: #ea340f #ea340f #a2240b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ea340f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: white;
  padding: 4px 20px 4px 20px;
  text-shadow: none;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
}
/* line 489, ../../../../assets/components/compass-bootstrap-bower/stylesheets/compass_twitter_bootstrap/_mixins.scss */
.btn-orange:hover, .btn-orange:active, .btn-orange.active, .btn-orange.disabled, .btn-orange[disabled] {
  color: white;
  background-color: #ea340f;
  *background-color: #d22f0e;
}
/* line 497, ../../../../assets/components/compass-bootstrap-bower/stylesheets/compass_twitter_bootstrap/_mixins.scss */
.btn-orange:active, .btn-orange.active {
  background-color: #ba290c \9;
}
/* line 95, ../src/scss/style.scss */
.btn-orange .caret {
  border-top-color: white;
}
/* line 224, ../src/scss/style.scss */
.btn-orange.btn-large {
  padding: 10px 40px 10px 40px;
  font-size: 18px;
}
/* line 228, ../src/scss/style.scss */
.btn-orange.btn-wide {
  padding-left: 40px;
  padding-right: 40px;
}

/* ==================================================================================================================== */
/* ! Alerts */
/* ==================================================================================================================== */
/* line 238, ../src/scss/style.scss */
.alert-danger, .alert-error {
  background-color: #ff6a6a;
  border-color: #bf5b5b;
  color: #fafafa;
  text-shadow: none;
}
/* line 243, ../src/scss/style.scss */
.alert-danger div, .alert-danger p, .alert-danger h4, .alert-danger h5, .alert-error div, .alert-error p, .alert-error h4, .alert-error h5 {
  color: #fafafa;
}

/* line 248, ../src/scss/style.scss */
.alert-success {
  background-color: #8dd478;
  border-color: #7ec76b;
  color: #fafafa;
  text-shadow: none;
}
/* line 253, ../src/scss/style.scss */
.alert-success div, .alert-success p, .alert-success h4, .alert-success h5 {
  color: #fafafa;
}

/* ==================================================================================================================== */
/* ! Columns */
/* ==================================================================================================================== */
/* line 264, ../src/scss/style.scss */
.col2-set .col-left, .col2-set .col-right {
  width: 44%;
}
/* line 267, ../src/scss/style.scss */
.col2-set .col-left {
  float: left;
  margin-right: 2%;
}
/* line 268, ../src/scss/style.scss */
.col2-set .col-right {
  float: right;
  margin-left: 2%;
}

/* ==================================================================================================================== */
/* ! Layout */
/* ==================================================================================================================== */
/* line 275, ../src/scss/style.scss */
.navbar {
  margin-bottom: 0px;
}
/* line 277, ../src/scss/style.scss */
.navbar .brand {
  padding: 0px;
}
/* line 280, ../src/scss/style.scss */
.navbar .container {
  max-width: 1170px;
}
/* line 283, ../src/scss/style.scss */
.navbar .nav > li {
  margin-right: 20px;
}
/* line 285, ../src/scss/style.scss */
.navbar .nav > li:last-child {
  margin-right: 0px;
}
/* line 288, ../src/scss/style.scss */
.navbar .nav > li > a {
  color: #999999;
}
/* line 291, ../src/scss/style.scss */
.navbar .nav > li > a.active, .navbar .nav > li > a:hover {
  color: #f2593a;
}
/* line 294, ../src/scss/style.scss */
.navbar .nav > li > a.btn-orange {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f05738;
  background-image: -moz-linear-gradient(top, #f46d52, #ea340f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f46d52), to(#ea340f));
  background-image: -webkit-linear-gradient(top, #f46d52, #ea340f);
  background-image: -o-linear-gradient(top, #f46d52, #ea340f);
  background-image: linear-gradient(to bottom, #f46d52, #ea340f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3694d', endColorstr='#e5330f', GradientType=0);
  border-color: #ea340f #ea340f #a2240b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ea340f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: white;
  padding: 4px 20px 4px 20px;
  text-shadow: none;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
}
/* line 489, ../../../../assets/components/compass-bootstrap-bower/stylesheets/compass_twitter_bootstrap/_mixins.scss */
.navbar .nav > li > a.btn-orange:hover, .navbar .nav > li > a.btn-orange:active, .navbar .nav > li > a.btn-orange.active, .navbar .nav > li > a.btn-orange.disabled, .navbar .nav > li > a.btn-orange[disabled] {
  color: white;
  background-color: #ea340f;
  *background-color: #d22f0e;
}
/* line 497, ../../../../assets/components/compass-bootstrap-bower/stylesheets/compass_twitter_bootstrap/_mixins.scss */
.navbar .nav > li > a.btn-orange:active, .navbar .nav > li > a.btn-orange.active {
  background-color: #ba290c \9;
}
/* line 95, ../src/scss/style.scss */
.navbar .nav > li > a.btn-orange .caret {
  border-top-color: white;
}

/* line 301, ../src/scss/style.scss */
.navbar-inner {
  background: transparent;
  filter: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 15px 0px 15px 0px;
}

/* line 310, ../src/scss/style.scss */
.footer {
  text-align: center;
}
/* line 313, ../src/scss/style.scss */
.footer ul li {
  display: inline;
  padding: 5px 15px 5px 15px;
}
/* line 316, ../src/scss/style.scss */
.footer ul li.divider {
  padding: 0px;
  border-right: 1px solid #eeeeee;
}
/* line 320, ../src/scss/style.scss */
.footer ul li a {
  font-size: 12px;
  color: #999999;
}

/* line 328, ../src/scss/style.scss */
.content {
  border-top: 1px solid #eeeeee;
}

/* line 332, ../src/scss/style.scss */
.page-title {
  color: #f2593a;
}

/* line 337, ../src/scss/style.scss */
.article {
  max-width: 1130px;
  margin: 10px 0px 10px 0px;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #eeeeee;
}
/* line 342, ../src/scss/style.scss */
.article:last-child {
  border-bottom: 0px;
}
/* line 345, ../src/scss/style.scss */
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  color: #f2593a;
}
/* line 346, ../src/scss/style.scss */
.article > .article-header {
  margin: 10px 0px 40px 0px;
}
/* line 351, ../src/scss/style.scss */
.article > .article-header.no-border {
  margin: 10px 0px 0px 0px;
  padding-bottom: 0px;
}

/* line 362, ../src/scss/style.scss */
ul.dates input[type="radio"] {
  margin-top: 28px;
}
/* line 365, ../src/scss/style.scss */
ul.dates li {
  margin: 10px 0px 20px 0px;
}
/* line 369, ../src/scss/style.scss */
ul.dates .date {
  float: left;
  margin-right: 10px;
}
/* line 375, ../src/scss/style.scss */
ul.dates .details p {
  margin: 3px;
}
/* line 376, ../src/scss/style.scss */
ul.dates .details .progress {
  height: 15px;
  margin: 8px 0px 10px 0px;
}
/* line 379, ../src/scss/style.scss */
ul.dates .details .progress .bar {
  font-size: 12px;
  line-height: 16px;
}
/* line 382, ../src/scss/style.scss */
ul.dates .details .progress .bar.bar-used {
  background-image: none;
  filter: none;
  background-color: #D4D4D4;
}

/* line 393, ../src/scss/style.scss */
ul.questions li {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 395, ../src/scss/style.scss */
ul.questions li:nth-child(odd) {
  background-color: #eeeeee;
}
/* line 398, ../src/scss/style.scss */
ul.questions li:hover {
  background-color: #e6e6e6;
}
/* line 401, ../src/scss/style.scss */
ul.questions li > a {
  display: block;
  color: #555555;
  padding: 15px;
}
/* line 405, ../src/scss/style.scss */
ul.questions li > a:hover {
  text-decoration: none;
}

/* line 413, ../src/scss/style.scss */
.newsletter-subscribe input {
  background-color: #fbfbfb;
  border: 1px solid #eeeeee;
}

/* ==================================================================================================================== */
/* ! Pages */
/* ==================================================================================================================== */
/* Homepage */
/* line 427, ../src/scss/style.scss */
#slideshow .carousel-inner .carousel-caption {
  top: 0;
  background: none;
  padding: 30px 0px 0px 40px;
}
/* line 431, ../src/scss/style.scss */
#slideshow .carousel-inner .carousel-caption h1 {
  color: white;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}
/* line 438, ../src/scss/style.scss */
#slideshow .carousel-inner .carousel-caption p {
  font-size: 14px;
  color: #eeeeee;
  text-shadow: 1px 0px rgba(0, 0, 0, 0.6);
}

/* line 447, ../src/scss/style.scss */
#slides {
  position: relative;
  z-index: 1;
  /* prevent shadows falling behind containers with backgrounds */
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 452, ../src/scss/style.scss */
#slides .slide {
  text-align: center;
  /* cursor:pointer;*/
  position: relative;
  float: left;
  width: 237px;
  height: 150px;
  padding: 10px;
  border: 1px solid #f1f1f1;
  margin: 20px 15px 20px 15px;
  background: #fdfdfd;
  -webkit-box-shadow: 0 1px 1px rgba(148, 148, 148, 0.27), 0 0 20px rgba(148, 148, 148, 0.06) inset;
  -moz-box-shadow: 0 1px 1px rgba(148, 148, 148, 0.27), 0 0 20px rgba(148, 148, 148, 0.06) inset;
  box-shadow: 0 1px 1px rgba(148, 148, 148, 0.27), 0 0 20px rgba(148, 148, 148, 0.06) inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 467, ../src/scss/style.scss */
#slides .slide:hover {
  border-color: #e1e1e1;
}
/* line 470, ../src/scss/style.scss */
#slides .slide:first-child {
  margin-left: 0px;
}
/* line 473, ../src/scss/style.scss */
#slides .slide:last-child {
  margin-right: 0px;
}
/* line 476, ../src/scss/style.scss */
#slides .slide:before, #slides .slide:after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 20px;
  bottom: 13px;
  width: 50%;
  max-width: 250px;
  /* avoid rotation causing ugly appearance at large container widths */
  max-height: 100px;
  height: 55%;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  -webkit-transform: skew(-15deg) rotate(-6deg);
  -moz-transform: skew(-15deg) rotate(-6deg);
  -ms-transform: skew(-15deg) rotate(-6deg);
  -o-transform: skew(-15deg) rotate(-6deg);
  transform: skew(-15deg) rotate(-6deg);
}
/* line 489, ../src/scss/style.scss */
#slides .slide:after {
  left: auto;
  right: 20px;
  -webkit-transform: skew(15deg) rotate(6deg);
  -moz-transform: skew(15deg) rotate(6deg);
  -ms-transform: skew(15deg) rotate(6deg);
  -o-transform: skew(15deg) rotate(6deg);
  transform: skew(15deg) rotate(6deg);
}
/* line 494, ../src/scss/style.scss */
#slides .slide h2 {
  font-size: 16px;
  margin: 0px 0px 7px 0px;
}

/*Steps*/
/* line 502, ../src/scss/style.scss */
#steps {
  border: none;
}
/* line 506, ../src/scss/style.scss */
#steps .article-header {
  padding-bottom: 0px;
  border-bottom: none;
}
/* line 510, ../src/scss/style.scss */
#steps .article-content {
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
}
/* line 514, ../src/scss/style.scss */
#steps .separator {
  float: left;
  width: 3px;
  color: gainsboro;
  font-size: 16px;
  margin-top: 39px;
}
/* line 521, ../src/scss/style.scss */
#steps .step {
  width: 19.9%;
  padding: 10px 2% 10px 2%;
  border-right: 1px solid gainsboro;
}
/* line 528, ../src/scss/style.scss */
#steps .step:first-child {
  margin-left: 0;
}
/* line 531, ../src/scss/style.scss */
#steps .step:last-child {
  margin-right: 0;
  border-right: none;
}
/* line 535, ../src/scss/style.scss */
#steps .step p {
  line-height: 1.2;
  font-size: 12px;
}
/* line 539, ../src/scss/style.scss */
#steps .step strong {
  color: #517f89;
  margin: 15px 0px 15px 0px;
  font-size: 14px;
  font-weight: normal;
}
/* line 545, ../src/scss/style.scss */
#steps .step .badge-white {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  border: 2px solid #f2593a;
  color: #f2593a;
  line-height: 30px;
  text-align: center;
  background: white;
  padding: 0px!important;
  font-size: 18px;
  margin: 20px 15px 0px 0px;
}
/* line 550, ../src/scss/style.scss */
#steps .step div:last-child {
  width: 73%;
}

/* FAQ */
/* line 557, ../src/scss/style.scss */
li.question {
  margin: 10px 0px 20px 0px;
  padding: 10px 0px 10px 0px;
}
/* line 560, ../src/scss/style.scss */
li.question .strong {
  font-size: 16px;
  font-weight: bold;
  color: #555555;
}

/* Order */
/* line 569, ../src/scss/style.scss */
#checkout-steps .accordion-group {
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
/* line 573, ../src/scss/style.scss */
#checkout-steps .accordion-inner {
  border-top: none;
}
/* line 576, ../src/scss/style.scss */
#checkout-steps .accordion-heading {
  font-size: 14px;
  padding: 7px 15px 7px 15px;
  background-color: #fafafa;
  border: 1px solid #f7f7f7;
  color: #d7d7d7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 580, ../src/scss/style.scss */
#checkout-steps .accordion-heading.active {
  background-color: #f4f4f4;
  border: 1px solid #f1f1f1;
  color: #3b3b3b;
}
/* line 589, ../src/scss/style.scss */
#checkout-steps .accordion-heading > i {
  margin-right: 12px;
  float: right;
}
/* line 593, ../src/scss/style.scss */
#checkout-steps .accordion-heading > a {
  font-size: 12px;
  float: right;
  display: inline;
  padding: 1px 8px 1px 8px;
  background-color: #fbd2ca;
  text-decoration: none;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 602, ../src/scss/style.scss */
#checkout-steps .accordion-heading > a:hover {
  background-color: #f2593a;
  color: white;
}
/* line 609, ../src/scss/style.scss */
#checkout-steps form legend {
  font-size: 14px;
}
/* line 612, ../src/scss/style.scss */
#checkout-steps form .form-actions {
  background: none;
}
/* line 616, ../src/scss/style.scss */
#checkout-steps ul.dates li {
  margin: 10px 0px 40px 0px;
}

/* line 623, ../src/scss/style.scss */
#cell-panel-selection thead > th:first-child,
#cell-panel-selection tbody tr > td:first-child {
  width: 210px;
}
/* line 626, ../src/scss/style.scss */
#cell-panel-selection tbody a {
  margin-left: 3px;
  margin-right: 2px;
  padding: 2px;
}
/* line 630, ../src/scss/style.scss */
#cell-panel-selection tbody a:hover {
  background-color: #f2593a;
  color: white;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 2px;
}
/* line 637, ../src/scss/style.scss */
#cell-panel-selection tbody a.remove-cell i {
  font-size: 10px;
}

/* line 641, ../src/scss/style.scss */
#order-summary {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px #eeeeee;
  -moz-box-shadow: 0 0 5px #eeeeee;
  box-shadow: 0 0 5px #eeeeee;
  border: 1px solid #eeeeee;
  padding: 15px;
}
/* line 646, ../src/scss/style.scss */
#order-summary h3 {
  text-align: center;
  padding-bottom: 10px;
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid #eeeeee;
}
/* line 652, ../src/scss/style.scss */
#order-summary ul {
  padding-bottom: 10px;
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid #eeeeee;
}
/* line 658, ../src/scss/style.scss */
#order-summary .onco-badge, #order-summary ul.dates .date, ul.dates #order-summary .date {
  line-height: 1.7;
  float: left;
}
/* line 662, ../src/scss/style.scss */
#order-summary .details {
  float: left;
  margin-left: 15px;
}
/* line 665, ../src/scss/style.scss */
#order-summary .details p {
  padding-top: 16px;
  font-size: 16px;
}
/* line 672, ../src/scss/style.scss */
#order-summary .total-price p {
  font-size: 20px;
  color: #f2593a;
  margin-bottom: 15px;
}
/* line 677, ../src/scss/style.scss */
#order-summary .total-price .label {
  background-color: #f2593a;
  font-size: 25px;
  margin: 15px 0px 15px 0px;
}

/*Account profile*/
/* line 686, ../src/scss/style.scss */
#dashboard {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px #eeeeee;
  -moz-box-shadow: 0 0 5px #eeeeee;
  box-shadow: 0 0 5px #eeeeee;
  border: 1px solid #eeeeee;
  padding: 15px;
}

/*Pricing*/
/* line 694, ../src/scss/style.scss */
#pricing-table {
  width: 70%;
  max-width: 900px;
  margin: 0 auto;
  border: 0;
}
/* line 699, ../src/scss/style.scss */
#pricing-table thead {
  background-color: #4c7780;
  background-image: -moz-linear-gradient(top, #517f89, #446a73);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#517f89), to(#446a73));
  background-image: -webkit-linear-gradient(top, #517f89, #446a73);
  background-image: -o-linear-gradient(top, #517f89, #446a73);
  background-image: linear-gradient(to bottom, #517f89, #446a73);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f7c86', endColorstr='#42676f', GradientType=0);
  border-color: #446a73;
}
/* line 702, ../src/scss/style.scss */
#pricing-table thead th {
  text-align: center;
  color: white;
  border-left: 1px solid #517f89;
}
/* line 706, ../src/scss/style.scss */
#pricing-table thead th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
/* line 709, ../src/scss/style.scss */
#pricing-table thead th.highlight, #pricing-table thead th.page-title {
  background-color: #f14e2d;
  background-image: -moz-linear-gradient(top, #f2593a, #f03d19);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2593a), to(#f03d19));
  background-image: -webkit-linear-gradient(top, #f2593a, #f03d19);
  background-image: -o-linear-gradient(top, #f2593a, #f03d19);
  background-image: linear-gradient(to bottom, #f2593a, #f03d19);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f25535', endColorstr='#ef3914', GradientType=0);
  border: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
/* line 717, ../src/scss/style.scss */
#pricing-table tbody p {
  margin: 10px 0px 10px 0px;
  text-align: center;
}
/* line 718, ../src/scss/style.scss */
#pricing-table tbody .onco-badge, #pricing-table tbody ul.dates .date, ul.dates #pricing-table tbody .date {
  display: inline-block;
  font-size: 25px;
  color: #517f89;
}
/* line 723, ../src/scss/style.scss */
#pricing-table tbody td {
  border-color: #eeeeee;
}
/* line 724, ../src/scss/style.scss */
#pricing-table tbody td:first-child {
  border-left: 0;
}
/* line 730, ../src/scss/style.scss */
#pricing-table tbody td.promo .onco-badge, #pricing-table tbody td.promo ul.dates .date, ul.dates #pricing-table tbody td.promo .date {
  color: white;
  background-color: #f03d19;
  border-color: #ea340f;
}
/* line 735, ../src/scss/style.scss */
#pricing-table tbody td.promo strong {
  color: #f2593a;
}
