@import "vendor/normalize.min.css";
/******

This was copied from the ThinkUp repository.
I’ll be adding bits here and there and try to keep them in sync.
– MBJ 2014/05/29

******/
.fa-override-before:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
}
.app-message {
  clear: both;
  width: 100%;
  background: #fffabe;
  border-radius: 4px;
  position: relative;
  font-size: 13px;
  line-height: 1.23;
  padding: 7px 0;
  margin-top: 20px;
  font-weight: 400;
  text-align: center;
  z-index: 1000;
}
.app-message .content {
  padding: 0 40px;
}
.app-message .app-message-close {
  position: absolute;
  font-size: 20px;
  line-height: 1;
  top: 5px;
  right: 5px;
  color: #999;
}
.app-message .app-message-close .icon {
  vertical-align: top;
}
.app-message.app-message-warning {
  color: #d0021b;
  background: #f6ccd1;
}
.app-message.app-message-warning .content:before {
  padding-right: 5px;
}
.app-message.app-message-warning .app-message-close {
  color: #d0021b;
}
.app-message.app-message-success {
  color: #417505;
  background: #d9e3cd;
}
.app-message.app-message-success .content:before {
  padding-right: 5px;
}
.app-message.app-message-success .app-message-close {
  color: #417505;
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
  color: #222222;
  font-size: 16px;
  line-height: 1.125;
  font-family: "tablet-gothic-semi-condensed", helvetica, arial, sans-serif;
  background-color: #fff;
}
.container {
  width: 100%;
  height: 400px;
}
.section {
  width: 100%;
  max-width: 960px;
  min-width: 320px;
  padding: 10px;
  margin: 0 auto;
}
#container-navbar,
#container-navbar-sticky {
  height: auto;
}
@media (min-width: 560px) {
  #container-navbar,
  #container-navbar-sticky {
    min-height: 120px;
  }
}
#section-navbar,
#section-navbar-sticky {
  padding: 20px 10px 0;
}
#section-navbar:before,
#section-navbar-sticky:before,
#section-navbar:after,
#section-navbar-sticky:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#section-navbar:after,
#section-navbar-sticky:after {
  clear: both;
}
@media (min-width: 560px) {
  #section-navbar,
  #section-navbar-sticky {
    padding-bottom: 10px;
  }
}
#section-navbar .navbar-brand,
#section-navbar-sticky .navbar-brand {
  position: relative;
  float: left;
}
#section-navbar .navbar-brand .logo,
#section-navbar-sticky .navbar-brand .logo {
  margin: 0;
  text-indent: 100%;
  font-size: 0;
  width: 140px;
  height: 39px;
  background: url(../img/thinkup-logo@2x.png) 0 0 no-repeat;
  background-size: 140px 39px;
}
#section-navbar .navbar-brand .logo a,
#section-navbar-sticky .navbar-brand .logo a {
  display: block;
  height: 100%;
  width: 100%;
}
@media (min-width: 560px) {
  #section-navbar .navbar-brand .logo,
  #section-navbar-sticky .navbar-brand .logo {
    width: 196px;
    height: 54px;
    background: url(../img/thinkup-logo@2x.png) 0 0 no-repeat;
    background-size: 196px 54px;
    margin-top: 5px;
  }
}
#section-navbar .navbar-brand .tagline,
#section-navbar-sticky .navbar-brand .tagline {
  position: relative;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #444;
  margin: 0;
  top: -5px;
  left: 8px;
}
@media (min-width: 560px) {
  #section-navbar .navbar-brand .tagline,
  #section-navbar-sticky .navbar-brand .tagline {
    font-size: 18px;
    top: -7px;
    left: 11px;
  }
}
#section-navbar .navbar-nav,
#section-navbar-sticky .navbar-nav {
  position: relative;
  top: -10px;
}
@media (min-width: 560px) {
  #section-navbar .navbar-nav,
  #section-navbar-sticky .navbar-nav {
    float: right;
    min-width: 220px;
    max-width: 300px;
    text-align: center;
  }
}
#container-navbar-sticky {
  position: fixed;
  top: -120px;
  left: 0;
  background: white;
  min-height: 75px;
  z-index: 99;
  box-shadow: 0 0 4px #ccc;
}
#container-navbar-sticky #section-navbar-sticky {
  padding-top: 10px;
}
#container-navbar-sticky #section-navbar-sticky .navbar-brand .logo {
  width: 140px;
  height: 39px;
  background-size: 140px 39px;
}
@media (max-width: 400px) {
  #container-navbar-sticky #section-navbar-sticky .navbar-brand .logo {
    margin-top: 9px;
    width: 98px;
    height: 27.3px;
    background-size: 98px 27.3px;
  }
}
#container-navbar-sticky #section-navbar-sticky .navbar-brand .tagline {
  font-size: 13px;
  top: -5px;
  left: 8px;
}
@media (max-width: 400px) {
  #container-navbar-sticky #section-navbar-sticky .navbar-brand .tagline {
    font-size: 12px;
    top: -2px;
    left: 4px;
  }
}
#container-navbar-sticky #section-navbar-sticky .signup-buttons {
  float: right;
  width: 170px;
}
#container-navbar-sticky #section-navbar-sticky .signup-buttons:before {
  display: block;
  content: "Sign up with:";
  font-size: .75rem;
  line-height: 1;
  padding-bottom: 5px;
  color: #666666;
}
#container-navbar-sticky #section-navbar-sticky .signup-buttons .btn {
  height: 30px;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 0;
  width: 80px;
  margin-bottom: 0;
}
#container-navbar-sticky #section-navbar-sticky .signup-buttons .btn small,
#container-navbar-sticky #section-navbar-sticky .signup-buttons .btn br {
  display: none;
}
#container-navbar-sticky #section-navbar-sticky .signup-buttons .btn:first-child {
  margin-right: 5px;
}
@media (min-width: 560px) {
  #container-navbar-sticky #section-navbar-sticky .signup-buttons {
    width: 300px;
  }
  #container-navbar-sticky #section-navbar-sticky .signup-buttons:before {
    display: none;
  }
  #container-navbar-sticky #section-navbar-sticky .signup-buttons .btn {
    width: 140px;
    height: 60px;
    padding: 1px 20px;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0;
  }
  #container-navbar-sticky #section-navbar-sticky .signup-buttons .btn small,
  #container-navbar-sticky #section-navbar-sticky .signup-buttons .btn br {
    display: inherit;
  }
  #container-navbar-sticky #section-navbar-sticky .signup-buttons .btn:first-child {
    margin-right: 15px;
  }
}
.nav {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.nav li {
  list-style: none;
}
.nav .nav-link {
  text-align: right;
  margin-bottom: 10px;
}
.nav .nav-link a {
  color: #2785d3;
  text-decoration: none;
}
.nav .nav-link a:hover {
  color: #46bcff;
}
@media (min-width: 560px) {
  .nav .nav-link {
    margin-bottom: 20px;
    line-height: 1;
    padding: 0 12px;
    display: inline-block;
    text-align: center;
  }
}
.nav .nav-button {
  clear: both;
  text-align: center;
}
.nav .nav-button.is-hidden {
  display: none;
}
#container-footer {
  background: #f0f0f0;
  text-align: center;
  height: auto;
}
#container-footer:before,
#container-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#container-footer:after {
  clear: both;
}
#container-footer .subsection {
  padding: 20px 10px;
  vertical-align: top;
  font-family: "tablet-gothic-wide", helvetica, arial, sans-serif;
  font-weight: 300;
  text-align: left;
  margin: 0 auto;
}
@media (min-width: 640px) {
  #container-footer .subsection {
    display: inline-block;
    width: 300px;
    padding: 40px 0;
  }
  #container-footer .subsection:first-child {
    width: 320px;
    padding-right: 20px;
  }
}
@media (min-width: 960px) {
  #container-footer .subsection {
    float: left;
    width: 460px;
    padding: 40px 0;
  }
  #container-footer .subsection:first-child {
    width: 480px;
    padding-right: 20px;
  }
}
#container-footer .subsection-header {
  font-family: "tablet-gothic-semi-condensed", helvetica, arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.36363636;
  margin: 0 0 20px;
  text-align: center;
  color: #666666;
  font-weight: 400;
}
@media (min-width: 640px) {
  #container-footer .subsection-header {
    text-align: left;
    font-size: 1.625rem;
    line-height: 1.30769231;
  }
}
#container-footer #subsection-links {
  background: #D0D0D0;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  #container-footer #subsection-links {
    background: #f0f0f0;
    margin-bottom: 0;
  }
}
#container-footer .blog-posts,
#container-footer .important-links {
  padding: 0;
  margin: 0;
  max-width: 320px;
}
@media (min-width: 960px) {
  #container-footer .blog-posts,
  #container-footer .important-links {
    max-width: none;
  }
}
#container-footer .blog-post {
  list-style: none;
  margin-bottom: .75rem;
}
#container-footer .blog-post .date {
  color: #999999;
  font-size: .75rem;
  line-height: 2;
}
@media (min-width: 640px) {
  #container-footer .blog-post .date {
    font-size: .875rem;
    line-height: 1.71428571;
  }
}
#container-footer .blog-post .permalink {
  color: #666666;
  font-size: 1rem;
  line-height: 1.25;
}
#container-footer .blog-post .permalink:hover {
  text-decoration: underline;
}
@media (min-width: 640px) {
  #container-footer .blog-post .permalink {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
#container-footer .blog-link {
  font-size: .875rem;
}
#container-footer .important-links {
  width: 300px;
  margin: 0 auto;
}
#container-footer .important-links:before,
#container-footer .important-links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#container-footer .important-links:after {
  clear: both;
}
@media (min-width: 960px) {
  #container-footer .important-links {
    width: 460px;
  }
}
#container-footer .important-links li {
  list-style: none;
  width: 140px;
  margin: 0 20px 1rem 0;
  float: left;
  line-height: 1;
}
#container-footer .important-links li:nth-of-type(even) {
  margin-right: 0;
}
@media (min-width: 960px) {
  #container-footer .important-links li:nth-of-type(even) {
    margin-right: 20px;
  }
  #container-footer .important-links li:nth-of-type(3n) {
    margin-right: 0;
  }
}
#container-footer .copy-tagline {
  color: #999999;
  font-size: .875rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 640px) {
  #container-footer .copy-tagline {
    font-size: 1;
    text-align: left;
  }
  #container-footer .copy-tagline br {
    display: none;
  }
}
.btn,
a.btn,
.btn-pill,
a.btn-pill,
.btn-pill-medium,
a.btn-pill-medium,
.btn-pill-large,
a.btn-pill-large {
  text-decoration: none;
  display: inline-block;
  background: #2785d3;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: .02em;
  border: 0;
  -webkit-appearance: initial;
  font-family: "tablet-gothic-semi-condensed", helvetica, arial, sans-serif;
  transition: background 100ms ease-in;
}
.btn:hover,
a.btn:hover {
  background: #2377bd;
}
.btn.var-width,
a.btn.var-width {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.btn small,
a.btn small {
  color: #93c2e9;
  font-size: .625em;
}
.btn-pill,
a.btn-pill {
  width: 140px;
  height: 48px;
  padding: 14px 0 10px;
  border-radius: 24px;
  font-size: 1rem;
  line-height: 1;
}
button.btn-pill {
  padding: 8px 0 10px;
}
.btn-pill-medium,
a.btn-pill-medium {
  width: 220px;
  height: 60px;
  border-radius: 30px;
  padding: 15px 0;
  font-size: 1.5rem;
  line-height: 1;
}
.btn-pill-large,
a.btn-pill-large {
  width: 260px;
  height: 80px;
  border-radius: 40px;
  padding: 24px 0;
  font-size: 1.5rem;
  line-height: 1;
}
.btn-pill-large.has-note,
a.btn-pill-large.has-note {
  padding: 18px 0;
  line-height: .9;
}
.btn-pill-large small,
a.btn-pill-large small {
  color: #93c2e9;
  font-size: .625em;
}
.btn-pill-large:hover,
a.btn-pill-large:hover {
  background: #2377bd;
}
.alt-to-btn-large {
  display: inline-block;
  width: 260px;
  font-size: .875rem;
  text-align: center;
}
.container {
  overflow: hidden;
}
.section {
  padding: 0 10px;
}
.section a {
  text-decoration: none;
  color: #2785d3;
}
.section a:hover {
  color: #46bcff;
  text-decoration: underline;
}
.section a.btn,
.section a.btn:hover {
  color: #fff;
  text-decoration: none;
}
.section .section-copy {
  position: relative;
  font-family: "tablet-gothic-wide", helvetica, arial, sans-serif;
  font-weight: 300;
  padding: 10px 0 0;
  font-size: .9375rem;
  line-height: 1.33333333;
  text-align: left;
}
@media (min-width: 760px) {
  .section .section-copy {
    font-size: 1.125rem;
    line-height: 1.25;
  }
}
@media (min-width: 960px) {
  .section .section-copy {
    font-size: 1.375rem;
    line-height: 1.36363636;
  }
}
.section .section-copy p {
  padding: 0 10px;
  margin: 0;
}
@media (min-width: 760px) {
  .section .section-copy p {
    padding: 0;
  }
}
.section .section-copy p strong {
  font-weight: 600;
}
.section-screenshot .section-copy .illustration {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 20px auto 0;
  text-indent: 100%;
  font: 0/0 a;
  position: relative;
}
@media (min-width: 760px) {
  .section-screenshot .section-copy .illustration {
    position: absolute;
    left: 0;
    top: 5px;
    margin: 0;
  }
}
.container-sample-insight {
  height: auto;
}
.container-sample-insight .section-copy p {
  font-size: 1rem;
}
@media (min-width: 760px) {
  .container-sample-insight .section-copy p {
    font-size: 1.125rem;
    text-align: center;
    width: 75%;
    margin: 0 auto;
  }
}
.section-sample-insight {
  padding: 30px 0;
}
.section-sample-insight .section-copy {
  text-align: center;
}
.section-sample-insight figcaption {
  color: #156d56;
  font-size: 1.125rem;
  line-height: 1.25;
  margin-bottom: 10px;
}
@media (min-width: 760px) {
  .section-sample-insight figcaption {
    font-size: 1.2rem;
  }
}
.section-sample-insight .sample-insight-img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto 10px;
  text-indent: 100%;
  font: 0/0 a;
  width: 310px;
}
.section-sample-insight p.and-more {
  font-weight: bold;
  font-size: 1.5em;
  padding: 20px 0 0;
}
@media (min-width: 760px) {
  .section-sample-insight p.and-more {
    font-size: 1.25em;
  }
}
.section-header {
  font-size: 1.375rem;
  line-height: 1.36363636;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 20px 0;
  margin: 0;
}
@media (min-width: 560px) {
  .section-header {
    font-size: 2rem;
    line-height: 1.25;
    padding: 36px 0;
  }
}
#container-media-blurbs {
  height: auto;
  padding-top: 20px;
  padding-bottom: 10px;
}
#container-media-blurbs table {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 760px) {
  #container-media-blurbs table {
    width: 100%;
  }
}
#container-media-blurbs table td {
  padding: 20px;
  text-align: center;
  font-size: 1.125rem;
}
#container-media-blurbs table td.blurb {
  font-weight: 200;
}
#container-media-blurbs table a img {
  width: 200px;
}
@media (max-width: 760px) {
  .signup-buttons {
    text-align: center;
  }
}
.signup-buttons .btn {
  display: inline-block;
  margin: 0 0 35px;
  padding: 1px 20px;
  width: 140px;
}
.signup-buttons .btn:first-child {
  margin-right: 15px;
}
.signup-buttons .btn small {
  font-size: .875rem;
  color: #d4e7f6;
}
@media (min-width: 760px) {
  .signup-buttons .btn {
    margin: 0 20px 0 0;
    padding: 1px 30px;
    width: 180px;
  }
}
.promo-bar {
  background: #fffabe;
  z-index: 100000;
  position: relative;
  color: #666666;
  text-align: left;
  line-height: 1.5em;
  padding: 8px .5em 8px 1.5em;
}
.promo-bar a {
  display: block;
  text-decoration: none;
  color: #666666;
}
@media (min-width: 400px) {
  .promo-bar a {
    padding: 5px;
    text-align: center;
  }
}
.promo-bar img {
  height: 1.8em;
  position: absolute;
  top: 50%;
  margin-top: -1em;
  left: .6em;
}
@media (min-width: 400px) {
  .promo-bar img {
    height: 1.5em;
    position: static;
    vertical-align: sub;
    padding-right: .25em;
  }
}
#container-signup-top {
  background-color: #ffffff;
  height: auto;
}
#container-signup-top .section-header {
  color: #222222;
}
#container-signup-top .section-copy {
  color: #444444;
}
#container-signup-top .section-sample-insight figcaption {
  color: #444444;
}
@media (min-width: 760px) {
  #container-signup-top {
    height: 460px;
  }
}
#container-signup-top .section-header {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  padding-top: 0;
}
#container-signup-top .section-header small {
  font-size: 1.25rem;
  font-weight: 200;
  color: #999999;
}
#container-signup-top .section-header small a {
  color: #666666;
}
@media (min-width: 760px) {
  #container-signup-top .section-header {
    font-size: 2.75rem;
    padding: 25px 190px;
  }
}
#container-signup-top .section-copy {
  font-style: normal;
  padding-top: 5px;
}
@media (min-width: 760px) {
  #container-signup-top .section-copy {
    padding-top: 10px;
  }
}
#container-signup-top .section-copy p {
  text-align: center;
  padding: 0;
  margin-bottom: 25px;
}
@media (min-width: 760px) {
  #container-signup-top .section-copy p {
    padding: 0 190px;
    text-align: center;
  }
}
@media (min-width: 760px) {
  #container-signup-top .signup-buttons {
    text-align: center;
    margin-bottom: 25px;
  }
}
#container-signup-top .section-note {
  font-size: .75rem;
  color: #666666;
}
@media (min-width: 760px) {
  #container-signup-top .section-note {
    font-size: .875rem;
  }
}
#container-what {
  background-color: #41dab3;
  height: auto;
  padding-bottom: 30px;
}
#container-what .section-header {
  color: #ffffff;
}
#container-what .section-copy {
  color: #ffffff;
}
#container-what .section-sample-insight figcaption {
  color: #ffffff;
}
#container-what .section-copy p {
  font-size: 1rem;
}
@media (min-width: 760px) {
  #container-what .section-copy p {
    font-size: 1.125rem;
    text-align: center;
    width: 75%;
    margin: 0 auto;
  }
}
#container-media-blurbs {
  background-color: #f0f0f0;
}
#container-media-blurbs .section-header {
  color: #ffffff;
}
#container-media-blurbs .section-copy {
  color: #222222;
}
#container-media-blurbs .section-sample-insight figcaption {
  color: #222222;
}
#container-media-blurbs .media-logo {
  text-align: right;
}
#container-media-blurbs .media-logo img {
  max-width: 125px;
}
#container-media-blurbs .blurb {
  text-align: left;
}
#container-sample-insight-search {
  background-color: #46bcff;
}
#container-sample-insight-search .section-header {
  color: #ffffff;
}
#container-sample-insight-search .section-copy {
  color: #2785d3;
}
#container-sample-insight-search .section-sample-insight figcaption {
  color: #2785d3;
}
#container-sample-insight-search .sample-insight-img {
  height: 334px;
  background: url("../img/landing/insight-search-mobile@2x.png") top left no-repeat;
  background-size: 310px 334px;
}
@media (min-width: 760px) {
  #container-sample-insight-search .sample-insight-img {
    width: 540px;
    height: 295px;
    background: url("../img/landing/insight-search-desktop@2x.png") top left no-repeat;
    background-size: 540px 295px;
  }
}
#container-sample-insight-profile {
  background-color: #fd8560;
}
#container-sample-insight-profile .section-header {
  color: #ffffff;
}
#container-sample-insight-profile .section-copy {
  color: #a02c08;
}
#container-sample-insight-profile .section-sample-insight figcaption {
  color: #a02c08;
}
#container-sample-insight-profile .sample-insight-img {
  height: 306px;
  background: url("../img/landing/insight-profile-update-mobile@2x.png") top left no-repeat;
  background-size: 310px 306px;
}
@media (min-width: 760px) {
  #container-sample-insight-profile .sample-insight-img {
    width: 540px;
    height: 297px;
    background: url("../img/landing/insight-profile-update-desktop@2x.png") top left no-repeat;
    background-size: 540px 297px;
  }
}
#container-sample-insight-eoy-total {
  background-color: #ffbb4e;
}
#container-sample-insight-eoy-total .section-header {
  color: #ffffff;
}
#container-sample-insight-eoy-total .section-copy {
  color: #f36400;
}
#container-sample-insight-eoy-total .section-sample-insight figcaption {
  color: #f36400;
}
#container-sample-insight-eoy-total .sample-insight-img {
  height: 309px;
  background: url("../img/landing/insight-eoy-total-mobile@2x.png") top left no-repeat;
  background-size: 310px 309px;
}
@media (min-width: 760px) {
  #container-sample-insight-eoy-total .sample-insight-img {
    width: 540px;
    height: 281px;
    background: url("../img/landing/insight-eoy-total-desktop@2x.png") top left no-repeat;
    background-size: 540px 281px;
  }
}
#container-sample-insight-personal {
  background-color: #44c9d7;
}
#container-sample-insight-personal .section-header {
  color: #ffffff;
}
#container-sample-insight-personal .section-copy {
  color: #126370;
}
#container-sample-insight-personal .section-sample-insight figcaption {
  color: #126370;
}
#container-sample-insight-personal .sample-insight-img {
  height: 190px;
  background: url("../img/landing/insight-personal-mobile@2x.png") top left no-repeat;
  background-size: 310px 190px;
}
@media (min-width: 760px) {
  #container-sample-insight-personal .sample-insight-img {
    width: 540px;
    height: 146px;
    background: url("../img/landing/insight-personal-desktop@2x.png") top left no-repeat;
    background-size: 540px 146px;
  }
}
#container-sample-insight-link {
  background-color: #e4bf28;
}
#container-sample-insight-link .section-header {
  color: #ffffff;
}
#container-sample-insight-link .section-copy {
  color: #926d01;
}
#container-sample-insight-link .section-sample-insight figcaption {
  color: #926d01;
}
#container-sample-insight-link .sample-insight-img {
  height: 274px;
  background: url("../img/landing/insight-link-diversity-mobile@2x.png") top left no-repeat;
  background-size: 310px 274px;
}
@media (min-width: 760px) {
  #container-sample-insight-link .sample-insight-img {
    width: 540px;
    height: 230px;
    background: url("../img/landing/insight-link-diversity-desktop@2x.png") top left no-repeat;
    background-size: 540px 230px;
  }
}
#container-sample-insight-gratitude {
  background-color: #9dd767;
}
#container-sample-insight-gratitude .section-header {
  color: #ffffff;
}
#container-sample-insight-gratitude .section-copy {
  color: #417505;
}
#container-sample-insight-gratitude .section-sample-insight figcaption {
  color: #417505;
}
#container-sample-insight-gratitude .sample-insight-img {
  height: 137px;
  background: url("../img/landing/insight-gratitude-mobile@2x.png") top left no-repeat;
  background-size: 310px 137px;
}
@media (min-width: 760px) {
  #container-sample-insight-gratitude .sample-insight-img {
    width: 540px;
    height: 92px;
    background: url("../img/landing/insight-gratitude-desktop@2x.png") top left no-repeat;
    background-size: 540px 92px;
  }
}
#container-sample-insight-history {
  background-color: #c0bdaf;
}
#container-sample-insight-history .section-header {
  color: #ffffff;
}
#container-sample-insight-history .section-copy {
  color: #8a876f;
}
#container-sample-insight-history .section-sample-insight figcaption {
  color: #8a876f;
}
#container-sample-insight-history .sample-insight-img {
  height: 305px;
  background: url("../img/landing/insight-history-mobile@2x.png") top left no-repeat;
  background-size: 310px 305px;
}
@media (min-width: 760px) {
  #container-sample-insight-history .sample-insight-img {
    width: 540px;
    height: 225px;
    background: url("../img/landing/insight-history-desktop@2x.png") top left no-repeat;
    background-size: 540px 225px;
  }
}
#container-sample-insight-lol {
  background-color: #ffbb4e;
}
#container-sample-insight-lol .section-header {
  color: #ffffff;
}
#container-sample-insight-lol .section-copy {
  color: #f36400;
}
#container-sample-insight-lol .section-sample-insight figcaption {
  color: #f36400;
}
#container-sample-insight-lol .sample-insight-img {
  height: 370px;
  background: url("../img/landing/insight-lol-mobile@2x.png") top left no-repeat;
  background-size: 310px 370px;
}
@media (min-width: 760px) {
  #container-sample-insight-lol .sample-insight-img {
    width: 540px;
    height: 326px;
    background: url("../img/landing/insight-lol-desktop@2x.png") top left no-repeat;
    background-size: 540px 326px;
  }
}
#container-sample-insight-verified {
  background-color: #fd8560;
}
#container-sample-insight-verified .section-header {
  color: #ffffff;
}
#container-sample-insight-verified .section-copy {
  color: #a02c08;
}
#container-sample-insight-verified .section-sample-insight figcaption {
  color: #a02c08;
}
#container-sample-insight-verified .sample-insight-img {
  height: 277px;
  background: url("../img/landing/insight-verified-mobile@2x.png") top left no-repeat;
  background-size: 310px 277px;
}
@media (min-width: 760px) {
  #container-sample-insight-verified .sample-insight-img {
    width: 540px;
    height: 197px;
    background: url("../img/landing/insight-verified-desktop@2x.png") top left no-repeat;
    background-size: 540px 197px;
  }
}
#container-sample-insight-fans {
  background-color: #41dab3;
}
#container-sample-insight-fans .section-header {
  color: #ffffff;
}
#container-sample-insight-fans .section-copy {
  color: #1c8e6e;
}
#container-sample-insight-fans .section-sample-insight figcaption {
  color: #1c8e6e;
}
#container-sample-insight-fans .sample-insight-img {
  height: 316px;
  background: url("../img/landing/insight-fans-mobile@2x.png") top left no-repeat;
  background-size: 310px 316px;
}
@media (min-width: 760px) {
  #container-sample-insight-fans .sample-insight-img {
    width: 540px;
    height: 256px;
    background: url("../img/landing/insight-fans-desktop@2x.png") top left no-repeat;
    background-size: 540px 256px;
  }
}
#container-specs {
  background-color: #b690e2;
}
#container-specs .section-header {
  color: #ffffff;
}
#container-specs .section-copy {
  color: #7348b0;
}
#container-specs .section-sample-insight figcaption {
  color: #7348b0;
}
#container-specs .section-copy {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375;
  text-align: left;
}
@media (min-width: 760px) {
  #container-specs .section-copy {
    font-size: 1.25rem;
    line-height: 1.3;
    padding-left: 51%;
  }
}
#container-specs .illustration {
  box-shadow: 0 0 0;
  width: 340px;
  height: 122px;
  background: url(../img/landing/devices.png) top left no-repeat;
  background-size: 340px 122px;
  position: relative;
  left: -50px;
}
@media (min-width: 400px) {
  #container-specs .illustration {
    left: 0;
  }
}
@media (min-width: 760px) {
  #container-specs .illustration {
    position: absolute;
    width: 540px;
    height: 200px;
    background-size: 540px 200px;
    left: auto;
    right: 49%;
  }
}
@media (min-width: 760px) and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  #container-specs .illustration {
    background: url(../img/landing/devices@2x.png) top left no-repeat;
    background-size: 340px 122px;
  }
}
#container-company {
  background-color: #fc939e;
  height: auto;
}
#container-company .section-header {
  color: #ffffff;
}
#container-company .section-copy {
  color: #ffffff;
}
#container-company .section-sample-insight figcaption {
  color: #ffffff;
}
@media (min-width: 760px) {
  #container-company {
    height: 500px;
  }
}
#container-company .section-header {
  position: relative;
  text-align: left;
  padding-left: 90px;
}
#container-company .section-header:before {
  content: "";
  position: absolute;
  width: 66px;
  height: 64px;
  background: url(../img/landing/crowd.png) top left no-repeat;
  background-size: 66px 64px;
  top: 14px;
  left: 10px;
}
@media (min-width: 560px) {
  #container-company .section-header {
    padding-left: 100px;
  }
  #container-company .section-header:before {
    width: 76.19047619px;
    height: 73.33333333px;
    background-size: 76.19047619px 73.33333333px;
    top: 38px;
  }
}
@media (min-width: 760px) {
  #container-company .section-header {
    text-align: center;
    padding-left: 0;
  }
  #container-company .section-header br {
    display: none;
  }
  #container-company .section-header:before {
    width: 106.66666667px;
    height: 102.66666667px;
    background-size: 106.66666667px 102.66666667px;
    top: 115px;
    left: auto;
    right: 560px;
  }
}
@media (min-width: 960px) {
  #container-company .section-header:before {
    top: 100px;
    width: 160px;
    height: 154px;
    background-size: 160px 154px;
  }
}
#container-company .section-copy {
  font-size: 1rem;
  line-height: 1.375;
}
#container-company .section-copy a {
  color: #d0374b;
}
#container-company .section-copy a:hover {
  color: #da6070;
}
@media (min-width: 760px) {
  #container-company .section-copy {
    padding: 115px 560px 0 0;
    max-width: none;
    text-align: right;
  }
}
@media (min-width: 960px) {
  #container-company .section-copy {
    font-size: 1.25rem;
    line-height: 1.3;
    padding-top: 150px;
  }
}
#container-company .section-copy p {
  padding: 0 10px;
  margin: 0;
}
@media (min-width: 760px) {
  #container-company .section-copy p {
    padding: 0;
  }
}
#container-company .illustration {
  width: 310px;
  height: 340px;
  background: url(../img/landing/insight-last-week-mobile@2x.png) top left no-repeat;
  background-size: 310px 340px;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  #container-company .illustration {
    top: 0;
    left: auto;
    right: 0;
    width: 540px;
    height: 307px;
    background: url(../img/landing/insight-last-week-desktop@2x.png) top left no-repeat;
    background-size: 540px 307px;
  }
}
#container-not-thinkup {
  background-color: #44c9d7;
  height: auto;
}
#container-not-thinkup .section-header {
  color: #ffffff;
}
#container-not-thinkup .section-copy {
  color: #125056;
}
#container-not-thinkup .section-sample-insight figcaption {
  color: #125056;
}
@media (min-width: 760px) {
  #container-not-thinkup {
    height: 400px;
  }
}
#container-not-thinkup .section-header {
  padding-bottom: 0;
}
@media (min-width: 760px) {
  #container-not-thinkup .section-header {
    padding-bottom: 36px;
  }
}
#container-not-thinkup .section-copy li {
  margin-bottom: .25rem;
}
@media (min-width: 760px) {
  #container-not-thinkup .section-copy {
    font-size: 1.25rem;
    line-height: 1.3;
    padding: 0 0 0 560px;
    max-width: none;
  }
}
#container-not-thinkup .section-copy .illustration {
  width: 310px;
  height: 193px;
  background: url(../img/landing/insight-quotations-mobile@2x.png) top left no-repeat;
  background-size: 310px 193px;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  #container-not-thinkup .section-copy .illustration {
    width: 540px;
    height: 128px;
    background: url(../img/landing/insight-quotations-desktop@2x.png) top left no-repeat;
    background-size: 540px 128px;
    margin-bottom: 0;
  }
}
#container-signup-bottom {
  background-color: #ffffff;
  height: 200px;
}
#container-signup-bottom .section-header {
  color: #2785d3;
}
#container-signup-bottom .section-copy {
  color: #2785d3;
}
#container-signup-bottom .section-sample-insight figcaption {
  color: #2785d3;
}
@media (min-width: 840px) {
  #container-signup-bottom {
    height: 100px;
    text-align: right;
  }
  #container-signup-bottom:before,
  #container-signup-bottom:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #container-signup-bottom:after {
    clear: both;
  }
}
#container-signup-bottom .section-header {
  font-size: 1.5rem;
  line-height: 1.33;
}
#container-signup-bottom .section-header em {
  font-weight: 600;
}
@media (min-width: 640px) {
  #container-signup-bottom .section-header {
    font-size: 1.75rem;
    line-height: 1.214;
  }
}
@media (min-width: 840px) {
  #container-signup-bottom .section-header {
    float: left;
    text-align: left;
    max-width: 700px;
    margin-right: 20px;
    padding: 30px 0;
  }
}
#container-signup-bottom .section-copy {
  text-align: center;
}
@media (min-width: 840px) {
  #container-signup-bottom .section-copy {
    float: right;
    width: 300px;
    padding-top: 20px;
  }
  #container-signup-bottom .section-copy .btn {
    width: 140px;
    padding: 1px 20px;
    margin: 0;
  }
  #container-signup-bottom .section-copy .btn:first-child {
    margin-right: 15px;
  }
}
body.marketing-page .container {
  margin: 0 auto;
  height: auto;
}
@media (min-width: 48em) {
  body.marketing-page .container {
    border: 0;
  }
}
body.marketing-page .section p,
body.marketing-page .section li {
  font-family: "tablet-gothic", helvetica, arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.28571429;
}
body.marketing-page .section-header {
  color: #222;
  font-weight: 600;
  padding: 10px 0 0;
}
body.marketing-page .section-subheader {
  color: #999999;
  font-weight: normal;
  margin: .25em 0 0;
}
body.marketing-page .section-marketing-text,
body.marketing-page .section-legal-text {
  height: auto;
  padding: 15px;
  margin-bottom: 60px;
  border-top: 0;
  color: #444;
}
body.marketing-page .section-marketing-text .text-header,
body.marketing-page .section-legal-text .text-header {
  text-align: center;
  font-size: 1.25em;
  line-height: 1;
  font-weight: 400;
}
body.marketing-page .section-marketing-text p,
body.marketing-page .section-legal-text p,
body.marketing-page .section-marketing-text li,
body.marketing-page .section-legal-text li {
  font-family: "tablet-gothic-wide", helvetica, arial, sans-serif;
  font-size: 1em;
  line-height: 1.27777778;
  font-weight: 300;
  margin-bottom: 1em;
}
body.marketing-page .section-marketing-text p.break-word,
body.marketing-page .section-legal-text p.break-word,
body.marketing-page .section-marketing-text li.break-word,
body.marketing-page .section-legal-text li.break-word {
  word-wrap: break-word;
  overflow: hidden;
}
body.marketing-page .section-marketing-text p a,
body.marketing-page .section-legal-text p a,
body.marketing-page .section-marketing-text li a,
body.marketing-page .section-legal-text li a {
  color: #2785d3;
}
body.marketing-page .section-marketing-text p a[class^=btn],
body.marketing-page .section-legal-text p a[class^=btn],
body.marketing-page .section-marketing-text li a[class^=btn],
body.marketing-page .section-legal-text li a[class^=btn] {
  color: #fff;
  text-decoration: none;
}
body.marketing-page .section-marketing-text .center,
body.marketing-page .section-legal-text .center {
  text-align: center;
}
body.marketing-page .section-marketing-text .two-col-grid:before,
body.marketing-page .section-legal-text .two-col-grid:before,
body.marketing-page .section-marketing-text .two-col-grid:after,
body.marketing-page .section-legal-text .two-col-grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body.marketing-page .section-marketing-text .two-col-grid:after,
body.marketing-page .section-legal-text .two-col-grid:after {
  clear: both;
}
body.marketing-page .section-marketing-text .two-col-grid .grid-item,
body.marketing-page .section-legal-text .two-col-grid .grid-item {
  float: left;
  display: block;
  width: 48%;
  margin: 10px 2% 10px 0;
}
body.marketing-page .section-marketing-text .two-col-grid .grid-item:nth-of-type(2n),
body.marketing-page .section-legal-text .two-col-grid .grid-item:nth-of-type(2n) {
  margin: 10px 0 10px 2%;
}
body.marketing-page .section-marketing-text .list-values,
body.marketing-page .section-legal-text .list-values {
  counter-reset: values;
  list-style: none;
  padding-left: 30px;
}
body.marketing-page .section-marketing-text .list-values li,
body.marketing-page .section-legal-text .list-values li {
  font-size: 1.125em;
  position: relative;
}
body.marketing-page .section-marketing-text .list-values li:before,
body.marketing-page .section-legal-text .list-values li:before {
  position: absolute;
  left: -30px;
  width: 30px;
  padding-right: 15px;
  counter-increment: values;
  content: counter(values) ".";
  font-weight: 400;
  color: #2785d3;
}
body.marketing-page .section-marketing-text .illustration,
body.marketing-page .section-legal-text .illustration {
  margin: 20px 0 60px 20px;
  float: right;
  min-width: 100px;
  max-width: 200px;
  width: 33%;
}
@media (min-width: 31.875em) {
  body.marketing-page .section-marketing-text .illustration,
  body.marketing-page .section-legal-text .illustration {
    margin-left: 30px;
  }
}
body.marketing-page .section-marketing-text .signup-buttons,
body.marketing-page .section-legal-text .signup-buttons {
  text-align: center;
}
@media (min-width: 31.875em) {
  body.marketing-page .section-marketing-text,
  body.marketing-page .section-legal-text {
    height: auto;
    padding: 15px 60px;
  }
  body.marketing-page .section-marketing-text .text-header,
  body.marketing-page .section-legal-text .text-header,
  body.marketing-page .section-marketing-text h3,
  body.marketing-page .section-legal-text h3 {
    font-size: 1.375em;
    line-height: 1;
  }
  body.marketing-page .section-marketing-text p,
  body.marketing-page .section-legal-text p,
  body.marketing-page .section-marketing-text li,
  body.marketing-page .section-legal-text li,
  body.marketing-page .section-marketing-text blockquote,
  body.marketing-page .section-legal-text blockquote {
    font-size: 1.125em;
    line-height: 1.44444444;
  }
  body.marketing-page .section-marketing-text .list-values,
  body.marketing-page .section-legal-text .list-values {
    padding-left: 40px;
  }
  body.marketing-page .section-marketing-text .list-values li,
  body.marketing-page .section-legal-text .list-values li {
    font-size: 1.25em;
    line-height: 1.5;
  }
  body.marketing-page .section-marketing-text .list-values li:before,
  body.marketing-page .section-legal-text .list-values li:before {
    left: -40px;
    width: 40px;
  }
}
@media (min-width: 48em) {
  body.marketing-page .section-marketing-text,
  body.marketing-page .section-legal-text {
    height: auto;
    padding: 15px 140px;
  }
  body.marketing-page .section-marketing-text .text-header,
  body.marketing-page .section-legal-text .text-header,
  body.marketing-page .section-marketing-text h3,
  body.marketing-page .section-legal-text h3 {
    font-size: 1.375em;
    line-height: 1;
  }
  body.marketing-page .section-marketing-text .text-header.lil-margin,
  body.marketing-page .section-legal-text .text-header.lil-margin,
  body.marketing-page .section-marketing-text h3.lil-margin,
  body.marketing-page .section-legal-text h3.lil-margin {
    margin: .25em 0;
  }
  body.marketing-page .section-marketing-text .list-values,
  body.marketing-page .section-legal-text .list-values {
    padding-left: 0;
  }
  body.marketing-page .section-marketing-text .list-values li:before,
  body.marketing-page .section-legal-text .list-values li:before {
    text-align: right;
  }
}
body.marketing-page .section-legal-text h3 {
  text-align: left;
  font-size: 1.25em;
  line-height: 1.1;
  font-weight: 400;
}
body.marketing-page .section-legal-text h4 {
  font-size: 1.125em;
  font-weight: 400;
}
body.marketing-page .section-legal-text h4 a,
body.marketing-page .section-legal-text h4 a:visited {
  text-decoration: none;
  color: black;
}
body.marketing-page .section-legal-text p,
body.marketing-page .section-legal-text li {
  font-size: 1em;
  line-height: 1.5;
}
body.marketing-page .section-legal-text .mod-date {
  font-size: 0.875em;
  line-height: 1.71428571;
  color: #999;
  margin-bottom: .5em;
}
body.marketing-page .section-legal-text blockquote {
  font-size: 1.125em;
  background: #f3f3f3;
  border-left: 2px solid #46BCFF;
  margin: 0;
  padding: .25em .25em .5em .75em;
  position: relative;
}
body.marketing-page .section-legal-text blockquote:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
body.marketing-page .section-legal-text blockquote:before {
  float: right;
  content: "\f05a";
  font-size: 0.875em;
  color: rgba(39, 133, 211, 0.5);
  line-height: 1;
  padding: 0 0 .5em .5em;
}
body.marketing-page .section-legal-text blockquote p {
  margin: 0;
}
@media (min-width: 31.875em) {
  body.marketing-page .section-legal-text .text-header,
  body.marketing-page .section-legal-text h3 {
    font-size: 1.375em;
    line-height: 1.09090909;
  }
  body.marketing-page .section-legal-text h4 {
    font-size: 1.25em;
    line-height: 1.1;
  }
}
body.marketing-page .section-nav {
  list-style: none;
  padding: 0;
  margin: .5em 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}
body.marketing-page .section-nav li {
  display: inline-block;
  padding: 0 5px;
  font-size: .875rem;
  line-height: 1.28571429;
}
body.marketing-page .section-nav a {
  color: #2785d3;
  font-weight: 400;
  text-decoration: none;
}
body.marketing-page .section-nav a:hover {
  text-decoration: underline;
}
body.marketing-page .section-nav a.active {
  color: #aaa;
}
body.marketing-page .section-nav a.active:hover {
  text-decoration: none;
  cursor: default;
}
body.marketing-page .form {
  margin-bottom: 30px;
}
body.marketing-page #section-header {
  background: none;
  border: none;
  height: auto;
  margin-bottom: 15px;
}
body.marketing-page #section-header .logo {
  position: relative;
  margin: 0 0 5px 0;
  top: 0;
  left: 0;
}
body.marketing-page #section-header:before {
  display: none;
}
body.marketing-page #section-header .navigation-main .nav-link {
  color: #2785d3;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px;
}
body.marketing-page #section-header .navigation-main .nav-link:hover {
  text-decoration: underline;
}
@media (min-width: 31.875em) {
  body.marketing-page #section-header .navigation-main {
    position: absolute;
    top: 20px;
    right: 15px;
  }
}
body.marketing-page #section-page-header {
  border: 0;
  padding: 24px 15px 0;
  text-align: left;
}
@media (min-width: 31.875em) {
  body.marketing-page #section-page-header {
    text-align: center;
    padding: 24px 30px;
  }
}
body.marketing-page .section-press-materials p.center a {
  font-size: .8em;
}
#section-about-text .headshots {
  text-align: center;
}
#section-about-text .headshots .headshot {
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-left: 5px;
}
#section-about-text .headshots .headshot:first-child {
  margin: 0;
}
#section-about-text .investor-logos {
  text-align: center;
}
#section-about-text .investor-logos .investor-logos-row {
  margin-bottom: 10px;
}
#section-about-text .investor-logos .investor-logo {
  height: 35px;
  width: auto;
  padding-left: 10px;
}
#section-about-text .download-our-logo {
  float: right;
  margin: 20px 0 10px 20px;
  font-size: 0.875em;
}
#section-about-text .download-our-logo a {
  color: #2785d3;
}
#section-about-text .download-our-logo img {
  width: 148px;
  height: 40px;
}
@media (min-width: 31.875em) {
  #section-about-text .headshots {
    float: right;
    margin-left: 10px;
  }
  #section-about-text .headshots .headshot {
    width: 100px;
    height: 100px;
  }
  #section-about-text .investor-logos {
    margin: 20px -20px;
  }
  #section-about-text .investor-logos .investor-logo {
    height: 40px;
    padding-left: 20px;
  }
}
@media (min-width: 48em) {
  #section-about-text .investor-logos .investor-logos-row {
    display: inline;
  }
  #section-about-text .investor-logos .investor-logo.is-first {
    padding: 0;
  }
}
#section-pay-now {
  padding: 0 15px;
}
@media (min-width: 31.875em) {
  #section-pay-now {
    padding: 15px;
  }
}
#section-pay-now .section-header {
  text-align: left;
  width: 100%;
  font-size: 1.125rem;
}
@media (min-width: 31.875em) {
  #section-pay-now .section-header {
    width: 66%;
    font-size: 2rem;
  }
}
#section-pay-now .book-cover {
  margin-bottom: 30px;
}
@media (min-width: 31.875em) {
  #section-pay-now .book-cover {
    margin: -30px 100px 60px 10px;
    border: 1px solid #e7df0b;
    box-shadow: 4px 4px 0 #fdfcd6, 5px 5px 0 #ddd62b, 8px 8px #fdfcd6, 9px 9px #ddd62b, 12px 12px #fdfcd6, 13px 13px #cfc80a;
  }
}
#section-pay-now .btn-wrapper {
  clear: both;
  text-align: center;
}
@media (min-width: 31.875em) {
  #section-pay-now .btn-wrapper {
    clear: none;
    text-align: left;
  }
}
.image-fw {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.image-hw {
  display: block;
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}
.border-light {
  border: 1px solid #f0f0f0;
}
.marketing-form label {
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: #666666;
  margin-bottom: 10px;
}
.marketing-form .input,
.marketing-form .btn-submit {
  display: inline-block;
  vertical-align: baseline;
  font-family: "tablet-gothic-semi-condensed", helvetica, arial, sans-serif;
  -webkit-appearance: initial;
}
.marketing-form .input {
  border: 1px solid #999999;
  background: #f6f6f6;
  width: 230px;
  padding: 3px 5px;
  font-size: 1em;
  margin: 5px 10px 10px 0;
  height: 36px;
  outline: 0;
  border-radius: 0;
}
@media (min-width: 400px) {
  .marketing-form .input {
    width: 300px;
  }
}
.marketing-form .btn-submit {
  background: #4A90E2;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  padding: 8px 16px;
  line-height: 0;
  font-size: 1.25em;
}
.hc {
  color: #ff7f00;
}
.hc ~ .hc {
  color: #008bd6;
}
.hc ~ .hc ~ .hc {
  color: #6bb93b;
}
.hc ~ .hc ~ .hc ~ .hc {
  color: #7e57d1;
}
.hc ~ .hc ~ .hc ~ .hc ~ .hc {
  color: #6bb93b;
}
.hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc {
  color: #ff39ea;
}
.hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc {
  color: #b51b2e;
}
.hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc {
  color: #5b76c1;
}
.hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc {
  color: #d58e19;
}
.hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc {
  color: #b97cc6;
}
.hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc {
  color: #5fac1c;
}
.hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc {
  color: #ff7f00;
}
.hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc {
  color: #008bd6;
}
.hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc {
  color: #6bb93b;
}
.hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc {
  color: #7e57d1;
}
.hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc {
  color: #6bb93b;
}
.hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc {
  color: #ff39ea;
}
.hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc {
  color: #b51b2e;
}
.hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc {
  color: #5b76c1;
}
.hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc {
  color: #d58e19;
}
.hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc {
  color: #b97cc6;
}
.hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc ~ .hc {
  color: #5fac1c;
}
.form {
  font-family: "tablet-gothic", helvetica, arial, sans-serif;
  margin-bottom: 25px;
}
fieldset {
  margin-bottom: 25px;
}
fieldset.fieldset-no-header {
  border-top: 1px solid #b9c7ce;
}
fieldset header {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  padding: 11px 10px 10px;
  border-bottom: 1px solid #b9c7ce;
}
fieldset header h2 {
  font-family: "tablet-gothic-wide", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #666666;
  margin: 0;
}
fieldset header .help-text {
  font-family: "tablet-gothic-wide", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  color: #999999;
}
.form-group {
  margin: 0;
  border-bottom: 1px solid #b9c7ce;
}
.form-group.form-group-warning,
.form-group.form-group-ok {
  position: relative;
}
.form-group.form-group-warning:before,
.form-group.form-group-ok:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
.form-group.form-group-warning:before,
.form-group.form-group-ok:before {
  position: absolute;
  right: 10px;
  top: 17px;
  font-size: 16px;
}
.form-group.form-group-warning .form-control[type=text],
.form-group.form-group-ok .form-control[type=text],
.form-group.form-group-warning .form-control[type=email],
.form-group.form-group-ok .form-control[type=email] {
  padding-right: 35px;
}
.form-group.form-group-warning:before {
  content: "\f071";
  color: #d0021b;
}
.form-group.form-group-warning .help-block {
  color: #d0021b;
}
.form-group.form-group-ok:before {
  content: "\f058";
  color: #239a37;
}
.form-group.form-group-radio:before,
.form-group.form-group-radio:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-group.form-group-radio:after {
  clear: both;
}
.form-group.form-group-radio .control-label {
  float: right;
  width: 100%;
  max-width: 340px;
  min-width: 290px;
  padding-left: 0;
}
.form-group.form-group-radio .form-control {
  float: left;
  width: 30px;
  min-width: 0;
  margin: 10px 0 0 10px;
  height: auto;
  padding: 0;
}
.form-group .help-block {
  margin: 0;
  text-align: left;
  padding: 4px 10px 0;
  position: relative;
  top: -5px;
  clear: both;
}
.btn-submit {
  display: block;
  margin: 15px auto 0;
}
.control-label {
  float: left;
  width: 100px;
  color: #999999;
  font-size: 14px;
  line-height: 2;
  padding: 11px 10px 10px;
  text-align: left;
  font-weight: 400;
}
.form-control {
  width: auto;
  min-width: 180px;
  max-width: 300px;
  margin-left: 100px;
  color: #000;
  height: 49px;
  font-size: 14px;
  line-height: 2;
  padding: 11px 10px 10px;
  padding: 11px 10px 10px 0;
  border: 0;
  background: transparent;
  box-shadow: 0 0 0;
  transition: 0;
  outline: 0;
  border-radius: 0;
}
textarea.form-control {
  display: block;
  height: 112px;
  padding: 18px 10px 0 0;
  margin-bottom: 10px;
  line-height: 1.25;
}
.help-block {
  padding: 4px 10px;
  margin: 4px 0 0;
  text-align: center;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 1.33;
}
.marketing-form .help-block {
  text-align: left;
  padding: 0;
  margin: 0;
  color: #d0021b;
}
.form-group-toggle .control-label {
  width: 100%;
  min-width: 0;
  padding: 11px 80px 10px 10px;
  float: none;
  position: relative;
  color: #000;
}
.form-group-toggle .control-label:before,
.form-group-toggle .control-label:after {
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  position: absolute;
  content: " ";
}
.form-group-toggle .control-label:before {
  width: 40px;
  height: 24px;
  top: 12px;
  right: 10px;
  background: #d0021b;
  border-radius: 12px;
}
.form-group-toggle .control-label:after {
  width: 22px;
  height: 22px;
  top: 13px;
  right: 27px;
  border-radius: 11px;
  background: #fff;
}
.form-group-toggle input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.form-group-toggle input[type=checkbox]:checked ~ .control-label:before {
  background: #4cd764;
}
.form-group-toggle input[type=checkbox]:checked ~ .control-label:after {
  right: 11px;
}
.picker {
  overflow: hidden;
  position: relative;
}
.picker .icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 18px 10px 17px;
  background: #fff;
  z-index: -1;
}
.picker select {
  width: 135%;
  border: 0;
  background: transparent;
  box-shadow: 0 0 0;
  transition: 0;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
  padding-right: 95px;
}
.picker select:focus {
  color: #3ea5cf;
}
.form-note {
  text-align: center;
  margin: 0 5% 20px;
  color: #999999;
}
.form-message {
  color: #222;
  border: 1px solid #ffee25;
  border-left: 0;
  border-right: 0;
  background: #fffabe;
  padding: 7px;
  margin-bottom: 14px;
  text-align: center;
}
.form-message .btn {
  background: #27af3f;
}
.form-message .btn:hover {
  background: #2cc446;
}
.form-warning {
  color: #9d0214;
  border-color: #ec9aa4;
  background: #f6ccd1;
  padding: 7px;
  margin-bottom: 14px;
  text-align: center;
}
.form-warning .btn {
  background: #9d0214;
}
.form-warning .btn:hover {
  background: #b70218;
}
@media (min-width: 400px) {
  .form {
    width: 400px;
    margin: 0 auto;
    font-family: "tablet-gothic-wide", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }
  .form fieldset header {
    width: 380px;
  }
  .form .form-group {
    width: 380px;
  }
  .form .control-label {
    width: 150px;
  }
  .form .form-control {
    margin-left: 160px;
    width: 220px;
  }
}
body#marketing-subscribe #section-page-header {
  margin-bottom: 30px;
  padding-bottom: 0;
}
body#marketing-subscribe #section-page-header .section-header {
  font-size: 2em;
}
body#marketing-subscribe #section-page-header .section-subheader {
  text-align: center;
  font-size: 1.2rem;
}
body#marketing-subscribe #pricing-table {
  margin-left: auto;
  margin-right: auto;
  border-spacing: 10px;
  border-collapse: separate;
  color: #999;
  border-top: 1px solid #ccc;
}
body#marketing-subscribe #pricing-table h2 {
  font-size: 2.5rem;
  font-weight: 200;
  margin: 0;
}
body#marketing-subscribe #pricing-table h3 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
body#marketing-subscribe #pricing-table p {
  margin: 0;
}
body#marketing-subscribe #pricing-table td,
body#marketing-subscribe #pricing-table th {
  text-align: left;
  padding: 10px;
}
body#marketing-subscribe #pricing-table td.table-label,
body#marketing-subscribe #pricing-table th.table-label {
  text-align: right;
  font-size: 1.2rem;
  padding: 0;
}
body#marketing-subscribe #pricing-table strong {
  font-weight: 200;
  color: #000;
}
body#marketing-subscribe #pricing-table .pricing-member {
  color: #B97CC6;
}
body#marketing-subscribe #pricing-table .pricing-pro {
  color: #6BB93B;
}
body#marketing-subscribe #pricing-table .signup-buttons {
  padding: 30px 0 30px 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
  body#marketing-subscribe #pricing-table .signup-buttons a {
    width: auto;
  }
}
body#marketing-subscribe #pricing-table .media-publisher-tout {
  text-align: center;
}
body#marketing-subscribe #section-subscription-executive {
  border-top-color: #b51b2e;
  background: rgba(181, 27, 46, 0.1);
}
body#marketing-subscribe #section-subscription-executive .subsection-header {
  color: #b51b2e;
}
body#marketing-subscribe #section-subscription-executive .subsection-header .color {
  color: #b51b2e;
}
body#marketing-subscribe #section-subscription-executive .level-cost .annually {
  color: #b51b2e;
}
@media (min-width: 52em) {
  body#marketing-subscribe #section-subscription-executive {
    border-color: #da8d97;
  }
}
body#marketing-subscribe .subsection-header {
  font-size: 1.5em;
  margin: 0 0 15px;
  font-weight: normal;
}
body#marketing-subscribe .subsection-header .descriptor {
  display: block;
  font-size: .625em;
  color: #222;
  font-weight: 400;
}
body#marketing-subscribe .action-buttons {
  /*
    .clearfix;
    position: absolute;
    width: 93%;
    bottom: 30px;
    */
}
body#marketing-subscribe .action-buttons .action-buttons-label {
  margin-bottom: 5px;
  line-height: 28px;
  float: left;
}
body#marketing-subscribe .action-buttons .btn {
  width: 100px;
  margin: 0 5px;
  font-size: 0.9375rem;
  padding: 10px 0;
  border-radius: 5px;
  height: auto;
}
body#marketing-subscribe .action-buttons .btn .icon {
  margin-right: 5px;
}
body#marketing-subscribe .action-buttons .btn-twitter {
  background: #55acee;
}
body#marketing-subscribe .action-buttons .btn-facebook {
  background: #3b5998;
}
body#marketing-subscribe .action-buttons .btn-facebook .icon {
  margin-right: 7px;
}
@media (min-width: 40em) {
  body#marketing-subscribe .action-buttons {
    margin-top: 0;
    text-align: center;
  }
  body#marketing-subscribe .action-buttons .action-buttons-label,
  body#marketing-subscribe .action-buttons .actual-buttons {
    float: none;
  }
}
@media (min-width: 52em) {
  body#marketing-subscribe .action-buttons {
    margin-top: 15px;
  }
  body#marketing-subscribe .action-buttons .action-buttons-label {
    float: left;
  }
  body#marketing-subscribe .action-buttons .actual-buttons {
    float: right;
  }
}
body#marketing-subscribe #section-subscription-executive {
  text-align: center;
  padding-bottom: 20px;
  background-color: transparent;
  margin-top: 40px;
}
body#marketing-subscribe #section-subscription-executive .section-header,
body#marketing-subscribe #section-subscription-executive .level-description {
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 52em) {
  body#marketing-subscribe #section-subscription-executive {
    margin-top: 0;
  }
}
/*# sourceMappingURL=marketing.css.map */