/* 0. Imports */
/* 1. Scaffolding elements */
html {
  font-size: 16px;
}
html,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
  font-family: 'Roboto', sans-serif;
}
.co {
  width: 1000px;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  color: #666;
}
body {
  background: #F4F5F9;
}
/*
===============================
        Classes & IDs
===============================
*/
/* wrapped to not interfere with website tags */
.co h1,
.co p.superheading {
  color: #8B003F;
  font-size: 46px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  line-height: 120%;
  margin: 0 0 30px 0;
  padding: 0;
  width: 600px;
}
.co h2 {
  color: #8B003F;
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 120%;
  margin: 0 0 30px 0;
  padding: 0;
}
.co h4 {
  color: #8B003F;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
  margin: 0 0 30px 0;
  padding: 0;
}
.co h4.cpad {
  margin-top: 260px;
}
.co h5 {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 30px 0;
  padding: 0;
}
p.step {
  font-size: 21px;
  font-weight: 300;
  margin: 0 20px;
  color: #8B003F;
}
ul.superfeatures {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  width: 400px;
}
ul.superfeatures li {
  background: transparent url(checkmark.png) no-repeat center left;
  padding: 0 0 0 35px;
  margin: 0 0 20px 0;
  font-size: 21px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #000;
}
a.cta-button {
  display: inline-block;
  text-decoration: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f41158+0,8a0000+100 */
  background: #f41158;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f41158 0%, #8a0000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f41158), color-stop(100%, #8a0000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f41158 0%, #8a0000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f41158 0%, #8a0000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f41158 0%, #8a0000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f41158 0%, #8a0000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f41158', endColorstr='#8a0000', GradientType=0);
  /* IE6-9 */
  border: 1px solid #6D0000;
  padding: 15px 15px;
  font-size: 18;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
a.cta-button:hover {
  background: #c50945;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c50945 0%, #6e0000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c50945), color-stop(100%, #6e0000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c50945 0%, #6e0000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c50945 0%, #6e0000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c50945 0%, #6e0000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c50945 0%, #6e0000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c50945', endColorstr='#6e0000', GradientType=0);
  /* IE6-9 */
}
p.tquote {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 20px;
}
span.tauthor {
  font-size: 14px;
  font-style: italic;
  color: #59A6EC;
}
/*
===============================
        Sections & Blocks
===============================
*/
div.sect {
  padding: 40px;
  margin-top: 30px;
  border: 1px solid #DDDDDD;
  background-color: #FFF;
}
div.promo a.cta-button {
  margin-left: 35px;
}
div.stepblock {
  margin-bottom: 40px;
}
/*
===============================
        Section Backgrounds
===============================
*/
.promo {
  background: url(promo-bg.jpg) no-repeat bottom right;
  background-size: cover;
  /* insure it takes all space */
}
.wig {
  background: url(wig-bg.jpg) no-repeat top right;
}
.cchart {
  padding-bottom: 120px !important;
  margin-bottom: 30px;
  /* */
  background: url(cchart-bg.jpg) top left no-repeat, url(cchart-2-bg.jpg) bottom center no-repeat;
}
/*
===============================
        Utility Classes
===============================
*/
.acenter {
  text-align: center;
}
.aright {
  text-align: right;
}
.aleft {
  text-align: left;
}
.ajustify {
  text-align: justify;
}
.ib {
  display: inline-block !important;
}
.noborder {
  border: none !important;
}
.hpads {
  padding-left: 40px;
  padding-right: 40px;
}
.nob {
  margin-bottom: 0 !important;
}
/* padding for grid */
.glp {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
.grp {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
.lead {
  font-weight: 500;
  color: #000;
}
