@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Reenie+Beanie|Open+Sans:300,400,700,400italic,300,300italic);
section {
  position: relative;
  padding: 80px 0;
}
section.thin {
  padding: 40px 0;
}
section.image {
  background-position: center;
  background-size: cover;
}
section.black {
  background-color: #313131;
  color: white;
}
section.gray {
  background-color: #f2f2f2;
}
section.gray hr {
  border-color: #DADADA;
}
section.alt {
  background-color: #fcfbf5;
}
section.alt hr {
  border-color: #DADADA;
}
section.primary {
  background-color: #f0578b;
  color: white;
}
section.primary hr {
  border-color: white;
}
section.footer {
  background-color: #313131;
  color: #646464;
}
section .section-title {
  margin-top: 0;
  margin-bottom: 40px;
}
section.hero {
  background-color: #f0578b;
  color: white;
  text-align: center;
}
section.hero h1 {
  text-shadow: 1px 1px 1px #cf1252;
  margin-top: 0;
}
section.hero h3 {
  margin-top: 0;
}
section.hero p {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 0;
}
section.hero p.small {
  font-size: 18px;
}
section.logos {
  text-align: center;
  padding: 10px 0;
  background-color: #fefefe;
  border-bottom: 1px solid #f1f1f1;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 30px;
  line-height: 1.4;
}
.text-hand {
  font-family: 'Reenie Beanie', cursive;
  font-size: 130%;
}
h1 {
  line-height: 1.2;
  font-size: 52px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 25px;
}
li {
  margin-bottom: .8em;
}
p,
ul,
ol {
  margin-bottom: 1.6em;
}
hr {
  border-top: 1px solid #ddd;
  width: 50%;
  min-width: 200px;
  margin: 60px auto;
}
hr.thin {
  margin: 30px auto;
}
ul.chevron,
ul.check,
ul.plus {
  list-style: none;
}
ul.chevron li:before,
ul.check li:before,
ul.plus li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f0578b;
  content: '\f054';
  position: absolute;
  margin-left: -25px;
  margin-top: 7px;
}
ul.check li:before {
  content: "\f00c";
}
ul.plus li:before {
  content: "\f067";
}
ul.li-white li:before {
  color: white;
}
ul.strike {
  color: #c0c0c0;
  text-decoration: line-through;
}
.btn-primary {
  color: white;
  background-color: #f0578b;
  border: 0;
  border-bottom: 4px solid #ec286b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background-color: #ec286b;
  border-color: #ec286b;
}
.btn-secondary {
  color: white;
  background-color: #FFCC00;
  border: 0;
  border-bottom: 4px solid #cca300;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus {
  color: white;
  background-color: #cca300;
  border-color: #cca300;
}
.btn-cta {
  font-size: 22px;
  font-weight: bold;
  padding: 15px 20px;
}
.optin-box {
  border: 12px solid #f1f1f1;
  padding: 10px 20px;
  color: #333;
  background: white;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.optin-box h3 {
  text-align: center;
  margin: 10px 0 10px 0;
  color: #333;
  font-weight: 900;
  text-transform: uppercase;
}
.optin-box p {
  font-size: 15px;
}
.optin-box small {
  font-size: 14px;
}
.box.box-intro {
  background: #f1f1f1;
  padding: 20px;
  color: #333;
  margin-bottom: 20px;
}
.box.box-intro p {
  margin-bottom: 0;
}
.box.box-intro img.headshot {
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 10px 0px 0;
}
header.navbar {
  margin-bottom: 0;
}
.container {
  max-width: 860px;
}
.form-control,
.input-group,
.input-group-addon {
  border-radius: 0 !important;
}
section.hero h1 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  margin-top: 0;
  color: white;
  text-align: center;
}
