@font-face {
  font-family: 'Larsseit Bold';
  src: url("/fonts/Larsseit-Bold.otf");
}
@font-face {
  font-family: 'Larsseit Regular';
  src: url("/fonts/Larsseit-Regular.otf");
}
body.about {
  padding-top: 100px;
}
body.about .header {
  text-align: center;
}
body.about .content {
  background-color: #f7f7f9;
  padding: 100px 0;
}
body.about .content h5 {
  padding-top: 20px;
}
body.about .content .introduction {
  max-width: 700px;
  margin: 0 auto;
}
body.beta {
  padding-top: 100px;
  background-color: #f7f7f9;
}
body.beta section {
  text-align: center;
  min-height: 700px;
  position: relative;
}
body.beta section .text-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding-bottom: 100px;
}
body.beta section .text-content h2 {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 1.1em;
  font-family: 'Open Sans', sans-serif;
  color: #727272;
}
footer {
  color: #fff;
  width: 100%;
  min-height: 350px;
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
  background-color: #151515;
}
footer .col {
  width: 25%;
  display: inline-table;
  vertical-align: top;
  padding-bottom: 40px;
}
footer .col .logo {
  width: 100px;
  margin: 20px 90px 20px 50px;
}
footer .col ul {
  list-style: none;
}
footer .col ul li {
  color: #727272;
  line-height: 1.75em;
}
footer .col ul li a:hover {
  color: #fff;
}
footer .col h5 {
  margin: 15px 0;
}
footer .copyright {
  color: #727272;
  width: 100%;
  font-size: 0.9em;
  text-align: center;
  position: absolute;
  bottom: 30px;
}
footer .copyright p {
  display: inline-block;
}
footer .copyright a {
  margin: 0px 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
footer .copyright a:hover {
  color: #fff;
  border-bottom: 1px solid #ec0606;
}
@media (min-width: 481px) and (max-width: 1123px) {
  footer {
    text-align: center;
  }
  footer .col.header {
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
  }
  footer .col.header .logo {
    width: 150px;
    margin: 0 auto;
  }
  footer .col {
    width: 30%;
    min-width: 150px;
    text-align: left;
    padding: 10px 2%;
  }
}
@media (max-width: 480px) {
  footer .col {
    min-width: 0px;
    width: 100% !important;
  }
  footer .col:not(.header) {
    padding-left: 50px;
  }
  footer .copyright p {
    display: block;
  }
}
header {
  height: 100px;
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
}
header .logo {
  width: 175px;
  margin: 40px 65px;
  position: absolute;
}
@media (max-width: 768px) {
  header .logo {
    width: 150px;
    margin: 40px;
  }
}
body.podcasts {
  padding-top: 100px;
}
body.podcasts section {
  text-align: center;
}
body.podcasts section#content {
  background-color: #f7f7f9;
}
body.podcasts section .summary {
  width: 30%;
  display: inline-table;
  vertical-align: top;
  margin: 1.5%;
  padding-bottom: 30px;
  background-color: #fff;
}
body.podcasts section .summary .summary-content {
  min-height: 180px;
}
body.podcasts section .summary .summary-content h4,
body.podcasts section .summary .summary-content p {
  padding: 10px 10px 0 10px;
}
body.podcasts section .spacer {
  width: 30%;
  display: inline-table;
  vertical-align: top;
  margin: 1.5%;
}
@media (min-width: 481px) and (max-width: 1123px) {
  body.podcasts section#content .summary {
    width: 45%;
  }
}
@media (max-width: 768px) {
  body.podcasts section#content .summary {
    width: 100%;
  }
}
body.privacy {
  padding-top: 100px;
}
body.privacy .header {
  text-align: center;
}
body.privacy .content {
  background-color: #f7f7f9;
  padding: 50px 0;
}
body.privacy .content .privacy-content {
  max-width: 700px;
  margin: 0 auto;
}
body.privacy .content .privacy-content li {
  margin-bottom: 10px;
}
body.privacy .content .privacy-content a {
  color: #ec0606;
}
body.privacy .content .privacy-content a:hover {
  color: #ff1a1a;
}
body.privacy .content .privacy-content h5 {
  padding-top: 20px;
}
body.privacy ul {
  margin-left: 25px;
}
body.resources {
  padding-top: 100px;
}
body.resources section {
  text-align: center;
}
body.resources section#content {
  padding: 0px;
}
body.resources section#content label {
  padding: 5px 10px;
  margin: 5px;
}
body.resources section#content input {
  -webkit-appearance: none;
  display: none;
}
body.resources section#content input:checked + label {
  background-color: #f7f7f9;
  border-radius: 2px;
}
body.resources section#content #books,
body.resources section#content #reports,
body.resources section#content #videos {
  background-color: #f7f7f9;
  margin-top: 30px;
  padding: 30px 20px;
  display: none;
}
body.resources section#content input[id="books"]:checked ~ #books {
  display: block;
}
body.resources section#content input[id="reports"]:checked ~ #reports {
  display: block;
}
body.resources section#content input[id="videos"]:checked ~ #videos {
  display: block;
}
body.resources section#content .summary {
  width: 30%;
  display: inline-table;
  vertical-align: top;
  margin: 1.5%;
  padding-bottom: 30px;
  background-color: #fff;
}
body.resources section#content .summary button {
  margin-top: 30px;
}
body.resources section#content .summary h4,
body.resources section#content .summary p {
  padding: 10px 10px 0 10px;
}
body.resources section#content .spacer {
  width: 30%;
  display: inline-table;
  vertical-align: top;
  margin: 1.5%;
}
@media (min-width: 481px) and (max-width: 1123px) {
  body.resources section#content .summary {
    width: 45%;
  }
}
@media (max-width: 768px) {
  body.resources section#content .summary {
    width: 100%;
  }
}
body.subscribe-complete section.complete {
  width: 75%;
  margin: 0 auto;
  display: block;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  body.subscribe-complete section.complete {
    width: 90%;
  }
}
body.subscribe-complete section.complete .finished {
  width: 100%;
}
body.subscribe-complete section.complete .logo {
  width: 175px;
  margin-top: 30px;
  margin-bottom: 30px;
}
body.subscribe-complete section.complete h3 {
  margin-left: 0;
}
body.subscribe-complete section.complete p {
  margin-left: 0;
  max-width: 500px;
}
body.subscribe-complete section.complete a.button {
  background-color: #ec0606;
  padding: 18px 20px 14px 20px;
  margin: 30px 0 10px 0;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  font-family: 'Larsseit Bold', sans-serif;
  min-width: 230px;
  text-align: center;
}
body.subscribe-complete section.complete a.button:hover {
  background-color: #ff1a1a;
}
body.subscribe-complete section.schedule {
  background-color: #f4f4f4;
}
body.subscribe-complete section.schedule .schedule-wrapper {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  body.subscribe-complete section.schedule .schedule-wrapper {
    width: 98%;
  }
}
body.subscribe-complete section.schedule iframe {
  border: none;
  margin-top: 40px;
}
body.subscribe p {
  margin: 0px;
}
body.subscribe section.subscribe-form {
  width: 75%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  body.subscribe section.subscribe-form {
    width: 90%;
  }
}
body.subscribe section.subscribe-form .customer-info,
body.subscribe section.subscribe-form .billing-info {
  margin-bottom: 40px;
}
body.subscribe section.subscribe-form .customer-info p,
body.subscribe section.subscribe-form .billing-info p {
  max-width: 600px;
}
body.subscribe section.subscribe-form .form-header {
  max-width: 650px;
  padding-bottom: 40px;
}
body.subscribe section.subscribe-form .form-header .logo {
  width: 175px;
  margin-top: 30px;
  margin-bottom: 30px;
}
body.subscribe section.subscribe-form .form-header h3 {
  margin: 0px;
  margin-top: 45px;
}
body.subscribe section.subscribe-form .form-continue {
  padding: 20px 0;
}
body.subscribe section.subscribe-form .form-continue label,
body.subscribe section.subscribe-form .form-continue input {
  display: inline-block;
}
body.subscribe section.subscribe-form .form-continue label {
  padding: 0 10px;
}
body.subscribe section.subscribe-form .form-continue label a {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}
body.subscribe section.subscribe-form .form-continue input {
  width: auto;
}
body.subscribe section.subscribe-form .form-continue button {
  display: block;
  margin-top: 20px;
}
body.subscribe section.subscribe-form form .col {
  padding-right: 20px;
}
body.subscribe section.subscribe-form h4 {
  padding: 0;
  margin: 10px 0;
}
body.subscribe section.subscribe-form label {
  font-family: 'Larsseit Bold', sans-serif;
  display: block;
  font-weight: 600;
  color: #373e46;
  margin-top: 10px;
}
body.subscribe section.subscribe-form input {
  margin: 10px 0px;
  width: 100%;
}
body.subscribe section.subscribe-form button {
  min-width: 250px;
  margin: 0px;
}
@media (max-width: 768px) {
  body.subscribe section.subscribe-form button {
    width: 100%;
    margin-top: 0px;
  }
  body.subscribe section.subscribe-form .col {
    width: 100%;
    padding-right: 0px;
  }
  body.subscribe section.subscribe-form .col .col {
    width: 48%;
  }
  body.subscribe section.subscribe-form .col .col:first-of-type {
    margin-right: 4%;
  }
}
body.terms {
  padding-top: 100px;
}
body.terms .header {
  text-align: center;
}
body.terms .content {
  background-color: #f7f7f9;
  padding: 100px 0;
}
body.terms .content .terms-content {
  max-width: 700px;
  margin: 0 auto;
}
body.terms .content .terms-content li {
  margin-bottom: 10px;
}
body.terms .content .terms-content a {
  color: #ec0606;
}
body.terms .content .terms-content a:hover {
  color: #ff1a1a;
}
body.terms .content .terms-content h5 {
  padding-top: 20px;
}
body.terms .content .terms-content ol {
  margin-left: 50px;
}
body.thankyou {
  padding-top: 100px;
}
body.thankyou section {
  text-align: center;
}
body.thankyou section#content {
  background-color: #f7f7f9;
  min-height: 300px;
}
body.thankyou section#content p {
  max-width: 500px;
  line-height: 1.5em;
  margin: 0 auto;
  margin-top: 30px;
}
body.thankyou section#content p a {
  color: #ec0606;
  border-bottom: 1px solid #f00;
}
body.thankyou section#content p a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}
.ladda-button {
  position: relative;
}
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}
.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important;
}
.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible;
}
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}
.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
}
.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px;
}
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: -12px;
}
.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}
.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-right][data-loading][data-size="s"],
.ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
  padding-right: 40px;
}
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px;
}
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px;
}
.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-left][data-loading][data-size="s"],
.ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
  padding-left: 40px;
}
.ladda-button[data-style=expand-up] {
  overflow: hidden;
}
.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}
.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 26px;
  margin-top: 0;
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"],
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
  padding-top: 32px;
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
  top: 4px;
}
.ladda-button[data-style=expand-down] {
  overflow: hidden;
}
.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
  top: 40px;
}
.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}
.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-down][data-loading][data-size="s"],
.ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
  padding-bottom: 32px;
}
.ladda-button[data-style=slide-left] {
  overflow: hidden;
}
.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: 0;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}
.ladda-button[data-style=slide-right] {
  overflow: hidden;
}
.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: 0;
  left: 16px;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}
.ladda-button[data-style=slide-up] {
  overflow: hidden;
}
.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: 1em;
}
.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}
.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}
.ladda-button[data-style=slide-down] {
  overflow: hidden;
}
.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}
.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}
.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
}
.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}
.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}
.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -ms-transform: scale(2.2);
  transform: scale(2.2);
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}
.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}
.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}
.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px transparent;
}
.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  box-shadow: 0px 0px 0px 2000px rgba(0,0,0,0.8);
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  display: list-item;
}
strong {
  font-weight: bold;
}
a,
button {
  color: #fff;
  color: inherit;
  cursor: pointer;
}
a {
  text-decoration: none;
}
b {
  font-weight: normal;
  font-family: 'Larsseit Bold', sans-serif;
}
button {
  font: inherit;
  letter-spacing: inherit;
  border: 0;
  overflow: visible;
  background: none;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -webkit-appearance: none;
}
::-moz-focus-inner {
  padding: 0;
  border: 0;
}
:focus {
  outline: 0;
}
.invalid {
  border: 1px solid #f00;
}
textarea {
  resize: none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
  font-variant-ligatures: common-ligatures;
  font-kerning: normal;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  color: #151515;
  a: ,;
}
body a:focus,
body a:visited {
  text-decoration: none;
  cursor: auto;
}
body button {
  -webkit-user-select: none;
  cursor: pointer;
}
body p {
  font-size: 1em;
  margin: 10px;
}
body p.large {
  color: #727272;
  font-size: 1.2em;
  font-weight: normal;
  max-width: 675px;
  margin: 0 auto;
}
body p.caps {
  text-transform: uppercase;
  letter-spacing: 1px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Larsseit Bold', sans-serif;
  font-weight: normal;
  padding: 4px 0;
  margin: 10px;
}
body h1 {
  font-size: 2.5em;
}
body h2 {
  font-size: 2.5em;
}
body h3 {
  font-size: 2.25em;
}
body h4 {
  font-size: 1.5em;
}
body h5 {
  font-size: 1.25em;
  padding-bottom: 0;
}
body h6 {
  padding: 0;
  color: #727272;
  font-size: 0.8em;
}
body section {
  width: 100%;
  padding: 30px;
  display: inline-block;
}
body section .col {
  width: 50%;
  display: inline-table;
  vertical-align: top;
}
body section .col.third {
  width: 33.3%;
}
body input {
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  padding: 15px;
  margin: 0 0 0 10px;
  outline: none;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  transition: 0.2s ease;
}
body input:focus {
  border: 1px solid #727272;
}
body button {
  color: #fff;
  min-width: 150px;
  font-size: 1em;
  font-family: 'Larsseit Bold', sans-serif;
  padding: 19px 10px 14px 10px;
  margin: 0 10px;
  border-radius: 3px;
  background-color: #ec0606;
  border: none;
  min-width: 200px;
}
body button:hover {
  background-color: #ff1a1a;
}
body .video-wrapper {
  display: inline-block;
  text-align: center;
  width: 50%;
}
@media (min-width: 481px) and (max-width: 1123px) {
  body .video-wrapper {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  body .video-wrapper {
    width: 100% !important;
  }
}
body .video {
  display: block;
  float: right;
}
@media (min-width: 481px) and (max-width: 1123px) {
  body .video {
    float: none;
  }
}
@media (max-width: 480px) {
  body .video {
    width: 100% !important;
  }
}
body .video iframe {
  width: 500px;
}
@media (max-width: 480px) {
  body .video iframe {
    height: 222px;
    width: 100%;
  }
}
body .tagline {
  width: 40%;
  min-width: 560px;
  max-width: 650px;
  padding-left: 50px;
  margin-top: 120px;
  margin-bottom: 150px;
  display: inline-block;
}
body .tagline h2 {
  font-size: 1.1em;
  font-family: 'Open Sans', sans-serif;
  color: #727272;
}
@media (min-width: 481px) and (max-width: 1123px) {
  body .tagline {
    margin: 0 auto !important;
    padding-top: 60px;
    padding-bottom: 90px;
    display: block;
    width: 650px;
  }
}
@media (max-width: 480px) {
  body .tagline {
    padding: 20px;
    width: 100% !important;
    min-width: 100% !important;
  }
  body .tagline input {
    width: 100% !important;
    margin-left: 0;
    margin-top: 20px;
  }
  body .tagline button {
    margin: 0;
    width: 100%;
    margin-top: 10px;
  }
}
body .tagline img {
  margin: 0px 15px 10px 15px;
  width: 200px;
}
body .tagline h1 {
  line-height: 1.1em;
}
body .tagline p {
  color: #727272;
  max-width: 500px;
  margin: 10px;
}
body .tagline input {
  margin-top: 30px;
  width: 280px;
}
body span.underline {
  border-bottom: 4px solid #ec0606;
}
body ul.terms {
  list-style: none;
  margin: 30px 20px 20px 20px;
}
body ul.terms li {
  margin-left: 18px;
  padding: 3px 0px;
  display: inline-block;
}
body ul.terms li:before {
  content: '';
  width: 7px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
}
body .notice {
  top: 0;
  left: 0;
  right: 0;
  min-height: 40px;
  position: relative;
  background-color: #333;
  background-color: #373e46;
  color: #fff;
  font-family: 'Larsseit Regular', sans-serif;
  font-size: 1.15em;
  text-align: center;
  padding: 15px 22px 12px 22px;
}
body .notice a {
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  margin-left: 10px;
}
body .notice a:hover {
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  body .notice a {
    display: block;
  }
}
body #intro {
  width: 100%;
  min-height: 600px;
  padding: 100px 0 0 0;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
body #intro h1 {
  max-width: 500px;
}
@media (max-width: 480px) {
  body #intro {
    padding-top: 50px;
  }
}
body #intro .col:not(:first-of-type) {
  min-height: 600px;
  padding: 0;
}
body #intro .col:not(:first-of-type) img {
  display: block;
  margin: 0 auto;
  margin-top: 80px;
}
body #virtual {
  text-align: center;
  background-color: #f7f7f9;
}
body #virtual p {
  padding: 10px;
}
body #virtual .col {
  width: 45%;
}
body #virtual .header {
  text-align: center;
  padding: 80px 0 80px 0;
}
body #virtual .learn-more {
  text-align: center;
  padding: 80px 0 60px 0;
}
body #virtual .learn-more button {
  padding: 20px 30px;
}
body #virtual p {
  color: #727272;
  max-width: 460px;
  margin: 0 auto;
}
body #virtual h3 {
  padding-top: 30px;
}
body #virtual .content {
  width: 100%;
  height: 100%;
  background-image: url("/images/124291.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 50%;
}
body #virtual .content .col {
  padding: 160px 40px;
}
body #plan-selected {
  display: none;
}
body #plan-selected.show {
  display: block;
}
body #customers {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 50px 30px;
  height: 500px;
}
@media (max-width: 768px) {
  body #customers {
    height: 600px;
  }
}
body #customers input {
  display: none;
  -webkit-appearance: none;
}
body #customers h4 {
  color: #727272;
}
body #customers h2 {
  padding: 20px 0px 20px 0px;
}
body #customers h5 {
  color: #727272;
  margin-bottom: 0px;
}
body #customers h6 {
  margin: 0px;
}
body #customers .profile {
  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  padding: 0px 60px;
}
body #customers .profile .customer {
  margin-top: 30px;
}
body #customers .profile .customer img,
body #customers .profile .customer .info {
  display: inline-table;
  vertical-align: middle;
}
body #customers .profile .customer .info {
  text-align: left;
  padding-left: 20px;
}
body #customers .profile .customer .info h5 {
  margin: 0;
}
@media (max-width: 768px) {
  body #customers .profile {
    padding: 0px;
    top: 240px;
  }
  body #customers .profile .customer .info {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  body #customers .profile .customer img {
    display: block;
    margin: 0 auto;
  }
}
body #customers .profile img {
  border-radius: 99em;
  width: 100px;
  height: 100px;
}
body #customers .profile .quote {
  padding: 0 30px;
  max-width: 650px;
  margin: 0 auto;
  display: block;
}
body #customers .profile .previous,
body #customers .profile .next {
  position: absolute;
}
body #customers .profile .previous label,
body #customers .profile .next label {
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
@media (max-width: 768px) {
  body #customers .profile .previous,
  body #customers .profile .next {
    display: none;
  }
}
body #customers .profile .previous {
  left: 70px;
  top: 30px;
}
body #customers .profile .previous label {
  border-left: 2px solid #f00;
  border-bottom: 2px solid #f00;
}
body #customers .profile .next {
  right: 70px;
  top: 30px;
}
body #customers .profile .next label {
  border-top: 2px solid #f00;
  border-right: 2px solid #f00;
}
body #customers input#profile-1:checked + .profile {
  opacity: 1;
  visibility: visible;
}
body #customers input#profile-2:checked + .profile {
  opacity: 1;
  visibility: visible;
}
body #customers input#profile-3:checked + .profile {
  opacity: 1;
  visibility: visible;
}
body #featured {
  background-color: #f7f7f9;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
body #featured .logos {
  max-width: 950px;
  padding: 60px 0 40px 0;
  margin: 0 auto;
}
body #featured .logos img {
  height: 30px;
  margin: 25px;
  opacity: 0.65;
}
body #featured .link-wrapper {
  display: block;
}
body #featured .link-wrapper a {
  color: #ec0606;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 3px;
  margin-top: 30px;
  border-bottom: 1px solid transparent;
}
body #featured .link-wrapper a:hover {
  border-bottom: 1px solid #ec0606;
  transition: 0.2s all;
}
body .errors {
  color: #f00;
  margin: 24px 0;
}
body #signup {
  padding: 80px 30px;
  background-color: #fff;
  border-top: 2px solid #f7f7f9;
}
body #signup .col {
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
body #signup .col p {
  color: #727272;
}
body #signup form {
  margin-top: 30px;
}
body #signup form input {
  width: 320px;
}
@media (max-width: 768px) {
  body #signup form input {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  body #signup form button {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
}
body.virtual-assistants #tasks {
  text-align: center;
  padding: 60px 30px 30px 30px;
}
body.virtual-assistants #tasks ul {
  list-style: none;
}
body.virtual-assistants #tasks ul li {
  padding: 0;
  margin: 0;
  color: #727272;
  padding-bottom: 5px;
}
body.virtual-assistants #tasks .header {
  max-width: 850px;
  padding: 50px 0;
  margin: 0 auto;
}
body.virtual-assistants #tasks .col {
  width: 33.3%;
  padding: 30px;
}
body.virtual-assistants #tasks .col p {
  color: #727272;
}
body.virtual-assistants #tasks .col.last {
  width: 45%;
}
body.virtual-assistants #specialists {
  padding: 100px 50px;
  background-color: #f7f7f9;
}
body.virtual-assistants #specialists h3 {
  line-height: 1.15em;
}
body.virtual-assistants #specialists .col {
  vertical-align: middle;
}
body.virtual-assistants #specialists .col .col {
  text-align: center;
}
body.virtual-assistants #inspiration {
  padding-bottom: 50px;
  text-align: center;
}
body.virtual-assistants #inspiration .link-wrapper a {
  color: #ec0606;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid transparent;
}
body.virtual-assistants #inspiration .link-wrapper a:hover {
  border-bottom: 1px solid #ec0606;
  transition: 0.2s all;
}
body.virtual-assistants #pricing {
  text-align: center;
  padding-top: 60px;
  background-color: #f7f7f9;
}
body.virtual-assistants #pricing span.value {
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  padding: 2px 7px;
  line-height: 1.5em;
  font-weight: bold;
  background-color: #f4f4f4;
  border-radius: 20px;
  display: inline-block;
}
body.virtual-assistants #pricing p.large {
  color: #ec0606;
  margin-bottom: 50px;
}
body.virtual-assistants #pricing .pricing-monthly {
  background-color: #fff;
  max-width: 660px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 30px 30px 50px 30px;
  border-radius: 2px;
  box-shadow: 0 0 15px #ddd;
}
body.virtual-assistants #pricing .pricing-monthly .description a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  transition: 0.2s all;
}
body.virtual-assistants #pricing .pricing-monthly .description a:hover {
  color: #ec0606;
  border-bottom: 1px solid #ec0606;
}
body.virtual-assistants #pricing .pricing-monthly input {
  width: 300px;
}
@media (max-width: 480px) {
  body.virtual-assistants #pricing .pricing-monthly input {
    margin-top: 20px;
    width: 100% !important;
  }
}
body.virtual-assistants #pricing .pricing-monthly .price p {
  font-family: 'Larsseit Bold', sans-serif;
  font-size: 3.5em;
  display: inline-block;
  margin: 0;
  margin-top: 20px;
}
body.virtual-assistants #pricing .pricing-monthly .price span {
  display: inline-block;
  font-family: 'Larsseit Bold', sans-serif;
  font-size: 1.75em;
  color: #aaa;
  position: relative;
  top: -8px;
  left: 3px;
}
body.virtual-assistants #pricing .pricing-monthly .description h5 {
  margin-top: 50px;
}
body.virtual-assistants #pricing .pricing-monthly .description p {
  text-align: left;
  margin-left: 50px;
  line-height: 1.75em;
}
body.virtual-assistants #pricing .pricing-monthly .description p:before {
  content: '';
  width: 7px;
  height: 12px;
  display: inline-block;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  margin-right: 30px;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  body.virtual-assistants #pricing .pricing-monthly .description p {
    text-align: center;
    margin-left: 0px;
    line-height: 1.25em;
  }
  body.virtual-assistants #pricing .pricing-monthly .description p:before {
    display: none;
  }
}
body.virtual-assistants #pricing .pricing-monthly button {
  margin-top: 20px;
}
@media (max-width: 480px) {
  body.virtual-assistants #pricing .pricing-monthly button {
    margin-top: 10px;
    width: 100% !important;
  }
}
body.virtual-assistants .pricing-info {
  padding: 20px 0;
  color: #727272;
}
body.virtual-assistants #customers {
  width: 100%;
  text-align: center;
  padding: 50px 30px;
}
body.virtual-assistants #customers h4 {
  color: #727272;
}
body.virtual-assistants #customers h2 {
  padding: 30px 0px 80px 0px;
}
body.virtual-assistants #customers h5 {
  color: #727272;
}
body.virtual-assistants #customers .col {
  width: 33%;
}
body.virtual-assistants #customers .col .quote {
  text-align: center;
  padding: 50px 20px;
  position: relative;
}
body.virtual-assistants #customers .col .quote:before {
  content: '“';
  width: 100%;
  color: #fff;
  font-family: 'Larsseit Bold', sans-serif;
  font-size: 6em;
  position: absolute;
  top: 0px;
  left: 0;
}
body.virtual-assistants #customers .col .profile .image {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 99em;
}
@media (max-width: 480px) {
  body.virtual-assistants .col {
    width: 100% !important;
  }
}
@media (min-width: 481px) and (max-width: 1123px) {
  body.virtual-assistants .col {
    width: 100% !important;
  }
  body.virtual-assistants #tasks h2 {
    font-size: 1.75em;
  }
  body.virtual-assistants #tasks p.large {
    font-size: 1.15em;
  }
  body.virtual-assistants #tasks .col {
    width: 100%;
    margin-top: 30px;
    padding: 0px;
  }
  body.virtual-assistants #tasks .col.last {
    width: 100%;
  }
  body.virtual-assistants #specialists {
    padding: 50px 20px;
    text-align: center;
  }
  body.virtual-assistants #specialists p.large {
    margin-bottom: 50px;
  }
  body.virtual-assistants #specialists .col .col {
    width: 50%;
    padding: 10px;
  }
  body.virtual-assistants #pricing .col {
    width: 100%;
    margin: 15px 0px;
  }
}
