@font-face {
  font-family: 'HelveticaNeueLTStd75Bold';
  src: url('../fonts/helveticaneueltstd-bd.eot');
  src: url('../fonts/helveticaneueltstd-bd.eot') format('embedded-opentype'),
  url('../fonts/helveticaneueltstd-bd.woff2') format('woff2'),
  url('../fonts/helveticaneueltstd-bd.woff') format('woff'),
  url('../fonts/helveticaneueltstd-bd.ttf') format('truetype'),
  url('../fonts/helveticaneueltstd-bd.svg#HelveticaNeueLTStd75Bold') format('svg');
}
body {
  font-family: "HelveticaNeueLTStd75Bold", sans-serif;
  color: #34495e;
}
h1 {
  font-size: 40px;
  font-weight: bold;
  color: #34495e;
  border-bottom: #ececec 1px solid;
  padding-bottom: 10px;
  margin: 30px 0px 20px;
}
header {
  margin-bottom: 20px;
}
#container {
  width: 1140px;
  margin: 0px auto;
  padding-bottom: 20px;
}
#header {
  background: #e6e6e6;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-control {
  border: 2px solid #64c376 !important;
}
#largeBtn,
#largeBtn:hover,
#largeBtn:visited {
  display: block;
  font-size: 47px;
  text-align: center;
  font-family: "helvetica", sans-serif;
  color: #fff;
  background: #53b69d;
  padding: 7px 0px;
  border-radius: 7px;
  text-decoration: none;
  width: 100%;
  margin-top: 20px;
}
#options .radio label {
  display: block;
}
#options .radio input {
  margin-top: 30px;
}
#options .radio p {
  float: left;
  font-size: 24px;
  font-weight: bold;
  margin-left: 30px;
  margin-top: 18px;
  max-width: 50%;
}
#options .radio .pull-right {
  color: #ffffff;
  font-size: 45px;
  background: #53b69d;
  padding: 15px 3px 5px;
  font-weight: bold;
  text-align: center;
  min-width: 170px;
  line-height: 26px;
  min-height: 60px;
}
#options .radio .no-caption {
  padding-top: 22px;
  min-height: 70px;
}
#options .radio .pull-right span {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
#options .active .pull-right {
  background: #37a837;
}
#method .radio {
  margin-left: 25px;
  font-size: 20px;
}
#method .radio input {
  margin-top: 7px;
}
#method .radio span {
  margin-left: 27px;
}
#perks p {
  font-size: 26px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 25px;
  max-width: 90%;
}
#rightThumbs {
  margin-top: 40px;
}
#rightThumbs img {
  float:left;
  width: 50%;
}
#footer {
  background: #edeff1;
  padding: 30px 0px 20px;
}
#footer p {
  text-align: center;
}
.control-label {
  font-size: 19px;
  font-weight: normal;
}
.bordered-label {
  border: 1px solid #000;
  cursor: pointer;
}