footer > section, .text_image .wrap header, .image_text .wrap header, .signup_options .wrap article section {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.text_image .wrap:after, .image_text .wrap:after, .signup_options .wrap article:after, .how_it_works .wrap .cols:after {
  content: "";
  display: block;
  clear: both;
}

.main_header .wrap {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 0 auto;
  max-width: 1200px;
}
.main_header .wrap h2 {
  font-size: 1.5rem;
}

.hero .wrap {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 0 auto;
  max-width: 1200px;
}
.hero .wrap p {
  width: 600px;
}

.callout_text .wrap {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 0 auto;
  max-width: 650px;
}

.how_it_works {
  margin: 90px 0 0 0;
}
.how_it_works .wrap {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 0 auto;
  max-width: 1100px;
}
.how_it_works .wrap > header {
  margin: 0 0 40px 0;
}
.how_it_works .wrap .cols .col {
  width: -webkit-calc((100% - 20px) / 3);
  width: calc((100% - 20px) / 3);
  float: left;
  padding: 40px;
}
.how_it_works .wrap .cols .col a {
  margin: 75px 0 0 0;
  font-size: 1.25rem;
}
.how_it_works .wrap .cols .col + .col {
  margin: 0 0 0 10px;
}

.signup_options .wrap {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 0 auto;
  max-width: 1100px;
}
.signup_options .wrap article section {
  width: 50%;
  float: left;
}
.signup_options .wrap article section p {
  width: 300px;
  margin: 0 auto;
}
.signup_options .wrap article section + section {
  border-top: 0;
  border-left: 1px solid rgb(220, 220, 220);
}

.center_text .wrap {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 0 auto;
  max-width: 600px;
}

.image_text .wrap {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}
.image_text .wrap figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgb(242, 242, 242);
}
.image_text .wrap header {
  width: 50%;
  float: right;
  padding: 50px 0 50px 25px;
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}
.image_text .wrap header h2 {
  font-size: 3.125rem;
  line-height: 1;
  margin: 0 0 25px 0;
}
.image_text .wrap header p {
  font-size: 1.25rem;
}

.text_image .wrap {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}
.text_image .wrap figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgb(242, 242, 242);
}
.text_image .wrap header {
  width: 50%;
  float: left;
  padding: 50px 50px 50px 0;
}
.text_image .wrap header h2 {
  font-size: 3.125rem;
  line-height: 1;
  margin: 0 0 25px 0;
}
.text_image .wrap header p {
  font-size: 1.25rem;
}

.cta_panel .wrap {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 0 auto;
  max-width: 1200px;
}
.cta_panel .wrap p {
  width: 600px;
}
.cta_panel .wrap a {
  font-size: 1.125rem;
  padding: 16px 0 0 0;
}

footer {
  margin: 100px 0 0 0;
}
footer > section {
  background-color: rgb(63, 63, 63);
  padding: 50px 0;
}
footer > section .wrap {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 0 auto;
  max-width: 1200px;
}
footer > section .wrap .newsletter header h2 {
  font-size: 2rem;
}
footer > section .wrap .newsletter header p {
  font-size: 1.5rem;
}
footer > section .wrap .newsletter form {
  padding: 5px 0 0 0;
}
footer > section .wrap .newsletter form p input {
  height: 60px;
  border-radius: 30px;
}
footer > section .wrap .newsletter form button {
  height: 60px;
  border-radius: 30px;
}
footer > section .wrap .copyright {
  color: rgb(255, 255, 255);
}
footer > section + section {
  background-color: rgb(56, 56, 56);
}

/*# sourceMappingURL=desktop.css.map */
