/******************************************************************

Stylesheet: Main Stylesheet

******************************************************************/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

ol,
ul {
  margin: 0;
  padding: 0; }

strong {
  font-weight: bold; }

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border: 0; }

:focus {
  outline: 0; }

/*********************
COLORS
*********************/
.from-xs-up, .from-s-up, .from-m-up, .from-b-up, .from-l-up {
  display: none !important; }

.from-xs-down, .from-s-down, .from-m-down, .from-b-down, .from-l-down {
  display: block; }

@media only screen and (min-width: 481px) {
  .from-xs-up {
    display: block !important; }

  .from-xs-down {
    display: none; } }
@media only screen and (min-width: 638px) {
  .from-s-up {
    display: block !important; }

  .from-s-down {
    display: none; } }
@media only screen and (min-width: 868px) {
  .from-m-up {
    display: block !important; }

  .from-m-down {
    display: none; } }
@media only screen and (min-width: 1047px) {
  .from-b-up {
    display: block !important; }

  .from-b-down {
    display: none; } }
@media only screen and (min-width: 1201px) {
  .from-l-up {
    display: block !important; }

  .from-l-down {
    display: none; } }
/*********************
CLEARFIXIN'
*********************/
.cf, .clearfix {
  zoom: 1; }
  .cf:before, .cf:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .cf:after, .clearfix:after {
    clear: both; }

/*********************
TOOLS
*********************/
.inline-block, .dib {
  display: inline-block; }

.db {
  display: block; }

.tran-delay {
  transition-delay: all ease 300ms; }

.tran, .default-animate.fast-animate, input[type="submit"], a:after, .button, .tran2, .default-animate, .progress-bar-v2:before {
  transition: all ease 300ms;
  transform: translate3d(0, 0, 0); }

.tran2, .default-animate, .progress-bar-v2:before {
  transition: all ease 500ms; }

.bgi, .lmlp-background:after, .lmlp-bottom-cta-wrap, .post-not-found {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.bgi-i {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important; }

.cfff {
  color: #fff; }
  .cfff:link, .cfff:active, .cfff:hover, .cfff:visited, .cfff:focus {
    color: #fff; }

.posa {
  position: absolute; }

.posr {
  position: relative; }

.vat {
  vertical-align: top; }

.fll {
  float: left; }

.flr {
  float: right; }

.ttu {
  text-transform: uppercase; }

.tdu {
  text-decoration: underline; }

@media only screen and (min-width: 638px) {
  .default-animate {
    opacity: 0;
    transform: translate(0, 1em); }
    .default-animate.animated, .default-animate.animate {
      opacity: 1;
      transform: translate(0, 0); } }

.vidrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .vidrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/******************************************************************
Grid Stylesheet
******************************************************************/
@media only screen and (min-width: 638px) {
  .from-s-up-onecol {
    width: 5.801104972%; }

  /* 4.85%;  } /* grid_1  */
  .from-s-up-twocol {
    width: 14.364640883%; }

  /* 13.45%; } /* grid_2  */
  .from-s-up-threecol {
    width: 22.928176794%; }

  /* 22.05%; } /* grid_3  */
  .from-s-up-fourcol {
    width: 31.491712705%; }

  /* 30.75%; } /* grid_4  */
  .from-s-up-fivecol {
    width: 40.055248616%; }

  /* 39.45%; } /* grid_5  */
  .from-s-up-sixcol {
    width: 48.618784527%; }

  /* 48%;    } /* grid_6  */
  .from-s-up-sevencol {
    width: 57.182320438000005%; }

  /* 56.75%; } /* grid_7  */
  .from-s-up-eightcol {
    width: 65.74585634900001%; }

  /* 65.4%;  } /* grid_8  */
  .from-s-up-ninecol {
    width: 74.30939226%; }

  /* 74.05%; } /* grid_9  */
  .from-s-up-tencol {
    width: 82.87292817100001%; }

  /* 82.7%;  } /* grid_10 */
  .from-s-up-elevencol {
    width: 91.436464082%; }

  /* 91.35%; } /* grid_11 */
  .from-s-up-twelvecol {
    width: 99.999999993%; }

  /* 100%;   } /* grid_12 */
  .from-s-up-onecol, .from-s-up-twocol, .from-s-up-threecol, .from-s-up-fourcol, .from-s-up-fivecol, .from-s-up-sixcol, .from-s-up-sevencol, .from-s-up-eightcol, .from-s-up-ninecol, .from-s-up-tencol, .from-s-up-elevencol, .from-s-up-twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%; }

  .from-s-up-first {
    margin-left: 0; }

  .from-s-up-last {
    float: right; } }
@media only screen and (min-width: 868px) {
  .onecol {
    width: 5.801104972%; }

  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%; }

  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%; }

  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%; }

  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%; }

  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%; }

  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%; }

  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%; }

  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%; }

  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%; }

  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%; }

  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%; }

  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%; }

  .first {
    margin-left: 0; }

  .last {
    float: right; } }
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

body {
  font-family: "Lato", "Helvetica", sans-serif;
  line-height: 1.5;
  color: #111;
  min-width: 319px;
  font-size: 16px;
  font-weight: 400; }

h1, .h1, h2, .h2, .ty-step-content-inner, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-family: "Lato", "Helvetica", sans-serif;
  line-height: 1.2;
  font-weight: bold; }

.title-no-style {
  font-weight: normal; }

h1, .h1 {
  font-size: 1.6875em; }
  @media only screen and (min-width: 638px) {
    h1, .h1 {
      font-size: 2em; } }
  @media only screen and (min-width: 868px) {
    h1, .h1 {
      font-size: 3em; } }
  @media only screen and (min-width: 1047px) {
    h1, .h1 {
      font-size: 3.25em; } }

h2, .h2, .ty-step-content-inner {
  font-size: 1.625em; }
  @media only screen and (min-width: 638px) {
    h2, .h2, .ty-step-content-inner {
      font-size: 2em; } }
  @media only screen and (min-width: 868px) {
    h2, .h2, .ty-step-content-inner {
      font-size: 2.25em; } }

h3, .h3 {
  font-size: 1.3125em; }
  @media only screen and (min-width: 868px) {
    h3, .h3 {
      font-size: 1.5em; } }
  @media only screen and (min-width: 1047px) {
    h3, .h3 {
      font-size: 1.75em; } }

h4, .h4 {
  font-size: 1.125em; }
  @media only screen and (min-width: 638px) {
    h4, .h4 {
      font-size: 1.3125em; } }
  @media only screen and (min-width: 868px) {
    h4, .h4 {
      font-size: 1.5em; } }

.big-title {
  font-size: 1.5em; }
  @media only screen and (min-width: 868px) {
    .big-title {
      font-size: 2em; } }
  @media only screen and (min-width: 1047px) {
    .big-title {
      font-size: 2.625em; } }

a {
  transition: ease all 300ms;
  opacity: 1;
  text-decoration: none; }

p {
  hyphens: none; }

.bigger {
  font-size: 1.2em; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.italic {
  font-style: italic; }

.blue {
  color: #059ef8; }

.kickstarter-green {
  color: #02e899; }

.indiegogo-pink {
  color: #eb1478; }

.smaller-text, .smaller {
  font-size: 0.75em; }

.text-shadow {
  text-shadow: 0 0 1em black; }

.white {
  color: #fff; }
  .white:hover {
    color: #fff; }

.size-full {
  height: auto;
  margin: 0 0 10px 0; }

.alignleft {
  margin: 5px 15px 10px 0; }
  @media only screen and (min-width: 868px) {
    .alignleft {
      float: left; } }

.aligncenter {
  display: block;
  margin: 5px auto 10px auto; }

.alignright {
  margin: 5px 0 10px 15px; }
  @media only screen and (min-width: 868px) {
    .alignright {
      float: right; } }

.alignnone {
  float: none;
  display: block;
  margin: 5px 0 10px 0; }

a.imgwrap,
a.imgwrap:hover {
  border: none;
  background: none; }

p.empty {
  padding: 0;
  margin: 0;
  line-height: 0; }

.alignleft {
  margin: 0 15px 10px 0; }
  @media only screen and (min-width: 868px) {
    .alignleft {
      float: left; } }

.aligncenter {
  display: block;
  margin: 0 auto 10px auto; }

.alignright {
  margin: 0 0 10px 15px; }
  @media only screen and (min-width: 868px) {
    .alignright {
      float: right; } }

.alignnone {
  float: none;
  display: block;
  margin: 0 0 10px 0; }

/*********************
GENERAL STYLES
*********************/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html, body {
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  /* disable webkit tap highlight */
  -webkit-font-smoothing: antialiased;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

/*********************
LINK STYLES
*********************/
a {
  color: #333333;
  position: relative;
  /* on hover */
  /* mobile tap color */ }
  a:after {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #059ef8;
    transform: scale(0);
    transform-origin: 0 50%; }
  a:hover {
    color: #555555;
    transform: scale(1); }
  a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block; }

.acf-map img {
  max-width: 20000%; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

/*********************
LIST
*********************/
.list-check li {
  background-image: url("../images/check.svg");
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: left 0.4em;
  padding-left: 1.5em; }

.list-check--white li {
  background-image: url("../images/white-check.png");
  padding-left: 1.5em; }

.page-wrap {
  box-shadow: 5px 0 15px -4px rgba(23, 32, 35, 0.1), -5px 0 8px -4px rgba(23, 32, 35, 0.1);
  margin: auto; }

.mw-1250 {
  max-width: 1250px;
  margin: auto; }

.mw-1140 {
  max-width: 1140px;
  margin: auto; }

.mw-1100 {
  max-width: 1100px;
  margin: auto; }

.mw-1040 {
  max-width: 1040px;
  margin: auto; }

.mw-960 {
  max-width: 960px;
  margin: auto; }

.mw-850 {
  max-width: 850px;
  margin: auto; }

.mw-710 {
  max-width: 710px;
  margin: auto; }

.mw-640 {
  max-width: 640px;
  margin: auto; }

.mw-600 {
  max-width: 600px;
  margin: auto; }

.mw-450 {
  max-width: 450px;
  margin: auto; }

/*********************
NORMAL PAGE
*********************/
.normal-page ul, .normal-page ol {
  padding-left: 1em;
  list-style-type: circle; }
.normal-page ol {
  list-style-type: decimal; }
.normal-page ul ul {
  list-style-type: square; }
  .normal-page ul ul ul {
    list-style-type: circle; }
.normal-page li {
  margin-bottom: 0.25em; }
.normal-page td, .normal-page th {
  border: 1px solid #555555;
  padding: 0.5em; }
.normal-page blockquote {
  font-style: italic;
  font-size: 1.2em; }
.normal-page a {
  color: #059ef8;
  text-decoration: underline; }
  .normal-page a:hover {
    color: #036ead; }
.normal-page h1,
.normal-page h2,
.normal-page h3,
.normal-page h4,
.normal-page h5 {
  margin-bottom: 0.5em; }

.acf-map img {
  max-width: inherit !important; }

.ouibounce-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }
  .ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fadein 0.25s;
    animation: fadein 0.25s; }
  .ouibounce-modal .modal {
    background-color: #02e899;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin 0.3s;
    animation: popin 0.3s;
    text-align: center;
    color: #fff; }
    .ouibounce-modal .modal img {
      display: none; }
    .ouibounce-modal .modal .gform_wrapper input {
      border-color: #fff; }
    .ouibounce-modal .modal .gform_wrapper input[type="text"] {
      background-color: #fff;
      border: 2px solid #fff; }
    .ouibounce-modal .modal .gform_wrapper input[type="submit"] {
      padding: 0.73em 0.5em; }
  .ouibounce-modal .modal-dismiss {
    cursor: pointer; }

.ouibounce-modal-v2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 0.5em; }
  .ouibounce-modal-v2 .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-animation: fadein 0.25s;
    animation: fadein 0.25s; }
  .ouibounce-modal-v2 .modal {
    position: relative;
    margin: auto;
    margin-top: 10%;
    z-index: 1;
    border-radius: 4px;
    -webkit-animation: popin 0.3s;
    animation: popin 0.3s;
    background-color: #f2f2f2; }
    @media only screen and (min-width: 481px) {
      .ouibounce-modal-v2 .modal {
        max-width: 600px;
        width: 100%; } }
    @media only screen and (max-width: 480px) {
      .ouibounce-modal-v2 .modal {
        margin-top: 10%; } }
  .ouibounce-modal-v2 .modal-dismiss {
    cursor: pointer;
    position: absolute;
    top: calc(100% + 3em);
    width: 100%;
    text-align: center; }

.modal-inner .lmlp-cta-wrap {
  margin: auto; }
  @media only screen and (max-width: 637px) {
    .modal-inner .lmlp-cta-wrap {
      padding: 0.5em 1em 2em; } }
.modal-inner .lmlp-email-wrap {
  margin-bottom: -4em; }

.modal-text {
  padding: 1em; }
  @media only screen and (min-width: 868px) {
    .modal-text {
      padding: 1em 10%; } }

.modal-x {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 1rem;
  cursor: pointer;
  color: #f2f2f2;
  font-size: 2.5em;
  line-height: 1; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1; }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.ma {
  margin: auto; }

.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mb0 {
  margin-bottom: 0; }

.m05 {
  margin: 0.5em; }

.mt05 {
  margin-top: 0.5em; }

.mb05 {
  margin-bottom: 0.5em; }

.m1 {
  margin: 1em; }

.mt1 {
  margin-top: 1em; }

.mb1 {
  margin-bottom: 1em; }

.mt2 {
  margin-top: 2em; }

.mb2 {
  margin-bottom: 2em; }

.p05 {
  padding: 0.5em; }

.pt05 {
  padding-top: 0.5em; }

.pb05 {
  padding-bottom: 0.5em; }

.p1 {
  padding: 1em; }

.pt1 {
  padding-top: 1em; }

.pb1 {
  padding-bottom: 1em; }

.p2 {
  padding: 2em; }

.pt2 {
  padding-top: 2em; }

.pb2 {
  padding-bottom: 2em; }

.pb0 {
  padding-bottom: 0; }

.pt0 {
  padding-top: 0; }

/*********************
FOOTER
*********************/
.footer {
  background-color: #f2f2f2; }

.button,
input[type="submit"] {
  padding: 0.5em 1.9em;
  text-align: center;
  background-color: #02e899;
  color: #fff;
  border: 2px solid #02e899;
  line-height: 1.2;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 0;
  text-shadow: 0 0 transparent; }
  .button:hover,
  input[type="submit"]:hover {
    color: #02e899;
    background-color: #fff;
    border: 2px solid #02e899; }
  .button.button-smaller,
  input[type="submit"].button-smaller {
    font-size: 0.8em; }
  @media only screen and (min-width: 638px) {
    .button.button-bigger,
    input[type="submit"].button-bigger {
      font-size: 1.5em; } }
  .button.facebook,
  input[type="submit"].facebook {
    background-color: #4562c0;
    border-color: #4562c0; }
    .button.facebook:hover,
    input[type="submit"].facebook:hover {
      color: #4562c0;
      background-color: #fff;
      border: 2px solid #4562c0; }
  .button.twitter,
  input[type="submit"].twitter {
    background-color: #64b9ff;
    border-color: #64b9ff; }
    .button.twitter:hover,
    input[type="submit"].twitter:hover {
      color: #64b9ff;
      background-color: #fff;
      border: 2px solid #64b9ff; }
  .button.ty-facebook, .button.ty-twitter,
  input[type="submit"].ty-facebook,
  input[type="submit"].ty-twitter {
    background-color: #4562c0;
    border-color: #4562c0;
    background-image: url("../images/ty/facebook.svg");
    background-repeat: no-repeat;
    background-position: 1.75em 50%;
    background-size: 0.7em;
    padding: 0.5em 2em;
    padding-left: 3em;
    border-radius: 3em;
    box-shadow: 0 0 2em rgba(69, 98, 192, 0.25);
    letter-spacing: 1px; }
    @media only screen and (min-width: 638px) {
      .button.ty-facebook, .button.ty-twitter,
      input[type="submit"].ty-facebook,
      input[type="submit"].ty-twitter {
        font-size: 1.75em; } }
    .button.ty-facebook:hover, .button.ty-twitter:hover,
    input[type="submit"].ty-facebook:hover,
    input[type="submit"].ty-twitter:hover {
      background-color: rgba(69, 98, 192, 0.8);
      color: #fff;
      border: 2px solid #4562c0;
      box-shadow: 0 0 1em rgba(69, 98, 192, 0.5); }
  .button.ty-twitter,
  input[type="submit"].ty-twitter {
    background-color: #64b9ff;
    border-color: #64b9ff;
    background-image: url("../images/ty/twitter.svg");
    background-position: 1.5em 50%;
    background-size: 1.2em;
    box-shadow: 0 0 2em rgba(100, 185, 255, 0.25); }
    .button.ty-twitter:hover,
    input[type="submit"].ty-twitter:hover {
      background-color: rgba(100, 185, 255, 0.8);
      border: 2px solid #64b9ff;
      box-shadow: 0 0 1em rgba(100, 185, 255, 0.5); }
  .button.black,
  input[type="submit"].black {
    background-color: #111;
    border-color: #111; }
    .button.black:hover,
    input[type="submit"].black:hover {
      color: #111;
      background-color: #fff;
      border: 2px solid #111; }

.button-rounded {
  border-radius: 3em; }

.button--Indiegogo,
.button--Kickstarter {
  font-size: 1.1em;
  font-weight: normal;
  padding: 0.5em 2.5em; }
  .button--Indiegogo span,
  .button--Kickstarter span {
    font-weight: bold;
    display: block;
    font-size: 1em; }

.button--Kickstarter,
input.button--Kickstarter {
  color: #111;
  box-shadow: 0 0.5em 1.5em rgba(2, 232, 153, 0.3); }
  .button--Kickstarter:hover,
  input.button--Kickstarter:hover {
    color: #111; }

.button--Indiegogo,
input.button--Indiegogo {
  background-color: #eb1478;
  border: 2px solid #eb1478;
  box-shadow: 0 0.5em 1.5em rgba(235, 20, 120, 0.3); }
  .button--Indiegogo:hover,
  input.button--Indiegogo:hover {
    color: #eb1478;
    border: 2px solid #eb1478; }

.ghost-button {
  background-color: transparent; }
  .ghost-button.white {
    color: #fff;
    border-color: #fff; }
    .ghost-button.white:hover {
      background-color: #fff;
      color: #059ef8; }
  .ghost-button.black {
    color: #111;
    border-color: #111; }
    .ghost-button.black:hover {
      background-color: #111;
      color: #fff; }

input[type="text"],
input[type="email"],
select,
textarea,
.field {
  padding: 1.02em 1em;
  font-size: 1em;
  border-radius: 0.2em;
  vertical-align: middle;
  box-shadow: none;
  border: 2px solid #B3B3B3;
  width: 100%;
  max-width: 400px;
  background-color: #f2f2f2; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #e6f4fb;
    outline: none; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

.validation_error {
  display: none; }

.validation_message {
  color: #9b1038; }

input[type="submit"] {
  cursor: pointer; }

.gfield_error input {
  border: 2px solid #9b1038 !important; }

.gform_wrapper img {
  display: none; }

.top-logo-wrap {
  padding: 0.75em; }

.top-logo-wrap--dark {
  background-color: #111; }
  .top-logo-wrap--dark h1 {
    color: #fff; }

.top-logo {
  width: 250px; }
  @media only screen and (max-width: 867px) {
    .top-logo {
      width: 125px;
      margin: auto; } }

.top-section-wrap {
  margin: auto;
  position: relative;
  z-index: 2;
  height: auto; }
  @media only screen and (min-width: 868px) {
    .top-section-wrap {
      min-height: 100vh; } }
  @media only screen and (max-width: 867px) {
    .top-section-wrap {
      background-image: none !important; } }

.top-section {
  padding: 1em; }
  @media only screen and (min-width: 868px) {
    .top-section {
      float: left;
      width: 45%;
      margin-top: 10%; } }

.top-section-tall {
  z-index: 3;
  position: relative;
  padding: 1em;
  background-color: #fff; }
  @media only screen and (min-width: 868px) {
    .top-section-tall {
      text-shadow: 0 0 1.5em #fff;
      min-height: 100vh;
      float: left;
      width: 55%;
      background-color: rgba(255, 255, 255, 0.85);
      padding-top: 5%;
      margin: 0; } }
  @media only screen and (min-width: 1201px) {
    .top-section-tall {
      width: 45%; } }

@media only screen and (min-width: 868px) {
  .top-section-tall--right {
    float: right; } }

.top-section-wrap--dark .top-section-tall {
  background-color: #111; }
  @media only screen and (min-width: 868px) {
    .top-section-wrap--dark .top-section-tall {
      text-shadow: 0 0 1.5em #111;
      background-color: rgba(3, 4, 6, 0.85); } }
  .top-section-wrap--dark .top-section-tall * {
    color: #fff; }
.top-section-wrap--dark hr {
  color: #fff; }

.top-content-inner {
  max-width: 550px;
  margin: auto; }

.top-cta {
  max-width: 600px;
  margin: auto;
  text-align: left;
  padding: 1em; }
  @media only screen and (min-width: 868px) {
    .top-cta {
      padding: 2em; } }

.top-content p, .top-content li,
.top-cta-text p,
.top-cta-text li {
  font-size: 1.2em; }

.progress-bar {
  border: 2px solid #fff;
  background-color: #02e899;
  position: relative;
  color: #111;
  border-radius: 2px; }
  .progress-bar:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.75); }
  .progress-bar span {
    position: relative;
    z-index: 2; }

.progress-bar-75:before {
  width: 75%; }

.cta-button {
  border-radius: 3em;
  font-size: 1.5em; }
  @media only screen and (min-width: 1047px) {
    .cta-button {
      font-size: 1.75em; } }

.optin-radio {
  font-size: 1.2em; }
  @media only screen and (min-width: 481px) {
    .optin-radio {
      font-size: 0.85em; } }

.page-template-template-launchboom-landing-page-pop .gform_wrapper .optin-radio .gfield_label {
  display: block !important;
  margin-bottom: 1em;
  font-weight: bold; }
  @media only screen and (min-width: 481px) {
    .page-template-template-launchboom-landing-page-pop .gform_wrapper .optin-radio .gfield_label {
      font-size: 1.25em; } }

.email-wrap input[type="email"],
.email-wrap input[type="submit"],
.email-wrap button {
  float: left;
  width: 65%;
  border-radius: 0; }
.email-wrap button,
.email-wrap input[type="submit"] {
  width: 35%;
  padding: 0.71em 0.5em; }
.email-wrap input[type="email"] {
  border-right: 0; }
@media only screen and (max-width: 480px) {
  .email-wrap {
    font-size: 0.8em; } }
.email-wrap .optin-radio {
  text-align: left; }
  .email-wrap .optin-radio input[type='radio'] {
    display: inline-block !important;
    vertical-align: middle;
    margin-bottom: 0.75em;
    margin-right: 0.5em; }
  .email-wrap .optin-radio li {
    display: block !important;
    margin-bottom: 1em; }

.page-template-template-launchboom-landing-page .gform_wrapper form *,
.page-template-template-launchboom-landing-page-pop .gform_wrapper form *,
.ouibounce-modal .gform_wrapper form * {
  display: inline; }
.page-template-template-launchboom-landing-page .gform_wrapper .gform_fields,
.page-template-template-launchboom-landing-page-pop .gform_wrapper .gform_fields,
.ouibounce-modal .gform_wrapper .gform_fields {
  list-style-type: none; }
.page-template-template-launchboom-landing-page .gform_wrapper .gfield_label,
.page-template-template-launchboom-landing-page-pop .gform_wrapper .gfield_label,
.ouibounce-modal .gform_wrapper .gfield_label {
  display: none !important; }
.page-template-template-launchboom-landing-page .gform_wrapper input[type="text"], .page-template-template-launchboom-landing-page .gform_wrapper input[type="email"],
.page-template-template-launchboom-landing-page-pop .gform_wrapper input[type="text"],
.page-template-template-launchboom-landing-page-pop .gform_wrapper input[type="email"],
.ouibounce-modal .gform_wrapper input[type="text"],
.ouibounce-modal .gform_wrapper input[type="email"] {
  float: left;
  width: 65%;
  border: 2px solid #02e899;
  border-radius: 0;
  color: #333333; }
  @media only screen and (max-width: 480px) {
    .page-template-template-launchboom-landing-page .gform_wrapper input[type="text"], .page-template-template-launchboom-landing-page .gform_wrapper input[type="email"],
    .page-template-template-launchboom-landing-page-pop .gform_wrapper input[type="text"],
    .page-template-template-launchboom-landing-page-pop .gform_wrapper input[type="email"],
    .ouibounce-modal .gform_wrapper input[type="text"],
    .ouibounce-modal .gform_wrapper input[type="email"] {
      padding: 0.95em 1em; } }
  .top-content-inner--hero .page-template-template-launchboom-landing-page .gform_wrapper input[type="text"], .top-content-inner--hero .page-template-template-launchboom-landing-page .gform_wrapper input[type="email"], .top-content-inner--hero
  .page-template-template-launchboom-landing-page-pop .gform_wrapper input[type="text"], .top-content-inner--hero
  .page-template-template-launchboom-landing-page-pop .gform_wrapper input[type="email"], .top-content-inner--hero
  .ouibounce-modal .gform_wrapper input[type="text"], .top-content-inner--hero
  .ouibounce-modal .gform_wrapper input[type="email"] {
    border: 2px solid #fff; }
.page-template-template-launchboom-landing-page .gform_wrapper input[type="submit"],
.page-template-template-launchboom-landing-page-pop .gform_wrapper input[type="submit"],
.ouibounce-modal .gform_wrapper input[type="submit"] {
  width: 35%;
  padding: 0.71em 0.5em; }
.page-template-template-launchboom-landing-page .gfield_description.validation_message,
.page-template-template-launchboom-landing-page .validation_error,
.page-template-template-launchboom-landing-page-pop .gfield_description.validation_message,
.page-template-template-launchboom-landing-page-pop .validation_error,
.ouibounce-modal .gfield_description.validation_message,
.ouibounce-modal .validation_error {
  display: none !important; }

@media only screen and (min-width: 868px) {
  .side-image {
    height: 100vh;
    float: right;
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%; } }

.thank-you-wrap {
  position: relative; }
  @media only screen and (min-width: 868px) {
    .thank-you-wrap {
      min-height: 100vh; } }

@media only screen and (min-width: 868px) {
  .thank-you-content {
    min-height: 100vh;
    float: left;
    width: 45%;
    padding-top: 10%;
    margin: 0; } }
.thank-you-content .top-content-inner {
  float: none;
  width: 100%;
  padding: 1em;
  color: #fff; }
  @media only screen and (min-width: 868px) {
    .thank-you-content .top-content-inner {
      margin-top: 20%; } }
  .thank-you-content .top-content-inner p {
    font-size: 1.2em; }
.thank-you-content .button {
  padding: 0.5em 1.2em; }

.thank-you-headline {
  padding-top: 1px; }
  @media only screen and (max-width: 867px) {
    .thank-you-headline {
      padding: 0.5em; } }
  @media only screen and (max-width: 867px) {
    .thank-you-headline h2 {
      margin: 0; } }

.thank-you-top {
  background-color: #f2f7fb; }
  @media only screen and (max-width: 867px) {
    .thank-you-top {
      padding-top: 1px; } }
  @media only screen and (min-width: 868px) {
    .thank-you-top {
      padding: 1.5em 0; } }

@media only screen and (min-width: 868px) {
  .thank-you-side-image {
    height: 100vh;
    float: right;
    width: 55%; } }
@media only screen and (min-width: 1047px) {
  .thank-you-side-image {
    width: 60%; } }

@media only screen and (max-width: 867px) {
  .thank-you-buttons {
    text-align: center; }
    .thank-you-buttons div {
      display: inline; } }
@media only screen and (max-width: 637px) {
  .thank-you-buttons {
    font-size: 0.9em; } }

@media only screen and (min-width: 638px) {
  .top-content-inner--comments p {
    font-size: 1.2em; } }

.top-content-image--comments {
  padding-right: 1em; }

.thank-you-steps {
  max-width: 992px;
  margin: auto; }

.thank-you-step {
  padding: 1em;
  padding-top: 0;
  padding-bottom: 2em;
  border-bottom: 1px solid #ccc; }
  .thank-you-step > * {
    max-width: 960px;
    margin: auto; }
  .thank-you-step:last-child {
    border-bottom: 0; }

.top-content-inner-thank-you {
  max-width: 500px; }

.thank-you-wrap--live {
  position: relative;
  min-height: 100vh; }
  .thank-you-wrap--live:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(17, 17, 17, 0.75); }
  .thank-you-wrap--live .thank-you-inner {
    position: relative;
    z-index: 4; }
  .thank-you-wrap--live h1,
  .thank-you-wrap--live h3,
  .thank-you-wrap--live p {
    color: #f2f2f2;
    text-shadow: 0 0 1em #111; }

.thank-you-logo-wrap {
  background-color: #454e59;
  padding: 0.5em;
  text-align: center; }
  .thank-you-logo-wrap p {
    margin: 0;
    color: #fff;
    font-weight: bold; }

.thank-you-live-logo {
  width: 150px;
  margin: auto; }

@media only screen and (min-width: 868px) {
  .thank-you-live-content {
    padding-top: 5%; } }
@media only screen and (max-width: 867px) {
  .thank-you-live-content {
    max-width: 500px;
    margin: auto;
    text-align: center; } }
@media only screen and (max-width: 867px) {
  .thank-you-live-content .sixcol {
    padding-bottom: 0; } }
@media only screen and (max-width: 867px) {
  .thank-you-live-content .sixcol:first-of-type {
    padding: 1em 0.75em 0; } }
@media only screen and (max-width: 867px) {
  .thank-you-live-content .sixcol:last-of-type {
    padding-top: 0; } }
.thank-you-live-content h3 {
  letter-spacing: 1px;
  line-height: 1.4; }
.thank-you-live-content p.h3 {
  line-height: 1.5; }

.thank-you-headline--live {
  letter-spacing: 2px;
  line-height: 1.4; }
  @media only screen and (max-width: 867px) {
    .thank-you-headline--live {
      margin: auto;
      padding-bottom: 0;
      text-transform: uppercase; } }

.timer-wrap {
  max-width: 620px;
  margin: auto; }

.timer-top {
  background-color: #454e59;
  padding: 1em;
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
  box-shadow: 0 0 3em rgba(17, 17, 17, 0.25); }
  @media only screen and (min-width: 868px) {
    .timer-top {
      padding: 2em;
      border-top-right-radius: 1em;
      border-top-left-radius: 1em; } }

.time-caption {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center; }
  .thank-you-wrap--live .time-caption {
    text-shadow: 0 0 0 transparent; }

.time {
  text-align: center;
  line-height: 1.2;
  color: #f2f2f2;
  font-size: 3em; }
  @media only screen and (min-width: 868px) {
    .time {
      font-size: 4.5em; } }

.colon {
  display: inline-block;
  font-size: 0.85em;
  vertical-align: top;
  padding: 0.05em 0.1em 0 0.1em;
  color: #333333; }

.timer-bottom {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 1em 2em;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em; }
  @media only screen and (min-width: 868px) {
    .timer-bottom {
      padding: 2em;
      border-bottom-right-radius: 1em;
      border-bottom-left-radius: 1em; } }
  @media only screen and (min-width: 1201px) {
    .timer-bottom {
      padding: 2em 1.75em; } }
  @media only screen and (max-width: 1046px) {
    .timer-bottom {
      text-align: center; } }

@media only screen and (min-width: 1047px) {
  .thank-you-live-button {
    float: right; } }

.thank-you-wrap--live .countdown-button-text {
  color: #333333;
  text-shadow: 0 0 0 transparent; }
@media only screen and (min-width: 1047px) {
  .countdown-button-text {
    float: left;
    width: calc(100% - 245px);
    margin: 0;
    margin-top: 0.5em; } }
@media only screen and (max-width: 1046px) {
  .countdown-button-text {
    margin-bottom: 0; } }

.full-page-height {
  min-height: calc(100vh - 56px);
  height: auto; }

.page-template-template-launchboom-survey .gform_wrapper .description,
.page-template-template-launchboom-survey .gform_wrapper .gfield_description,
.page-template-template-launchboom-survey .gform_wrapper .gsection_description,
.page-template-template-launchboom-survey .gform_wrapper .instruction {
  font-size: 100%;
  font-style: italic; }
.page-template-template-launchboom-survey .gform_wrapper .gfield_checkbox li label,
.page-template-template-launchboom-survey .gform_wrapper .gfield_radio li label {
  font-size: 16px; }
.page-template-template-launchboom-survey .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 16px; }
.page-template-template-launchboom-survey .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.page-template-template-launchboom-survey .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.page-template-template-launchboom-survey .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.page-template-template-launchboom-survey .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  font-size: 90%; }
.page-template-template-launchboom-survey .gform_previous_button {
  background-color: #B3B3B3;
  border-color: #B3B3B3; }
  .page-template-template-launchboom-survey .gform_previous_button:hover {
    background-color: #B3B3B3;
    border-color: #B3B3B3;
    color: #fff; }

.lmlp .gform_fields {
  list-style-type: none; }
.lmlp .gform_hidden,
.lmlp .gfield_label {
  display: none; }
.lmlp input[type='text'] {
  border-color: #f2f2f2;
  background-color: #fff;
  border-radius: 1em; }
.lmlp input[type='submit'] {
  border-radius: 3em;
  font-size: 1.4em;
  margin-top: 0.5em;
  padding: 0.5em 1.5em; }
  @media only screen and (min-width: 481px) {
    .lmlp input[type='submit'] {
      font-size: 1.75em;
      padding: 0.5em 2.5em; } }

.lmlp--dark .lmlp-logo-wrap {
  background-color: #111; }
.lmlp-logo-wrap h1 {
  padding: 0.5em; }
  .lmlp--dark .lmlp-logo-wrap h1 {
    color: #f2f2f2; }

.lmlp--dark {
  background-color: #111; }

.lmlp-background {
  position: relative;
  z-index: 0;
  padding: 1em; }
  @media only screen and (min-width: 868px) {
    .lmlp-background {
      min-height: 100vh; }
      .lmlp--long .lmlp-background {
        min-height: 90vh; } }
  @media only screen and (max-width: 867px) {
    .lmlp-mobile--not-offset .lmlp-background {
      padding: 0;
      padding-top: 1em; } }
  .lmlp-background:before, .lmlp-background:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .lmlp-background:before {
    z-index: 2;
    background-color: rgba(242, 242, 242, 0.85); }
    @media only screen and (min-width: 868px) {
      .lmlp-background:before {
        width: 40%; } }
    .lmlp--dark .lmlp-background:before {
      background-color: rgba(17, 17, 17, 0.85); }
    @media only screen and (min-width: 868px) {
      .lmlp-content--right .lmlp-background:before {
        left: 60%; } }
  @media only screen and (min-width: 868px) {
    .lmlp-side-bar .lmlp-background:after {
      width: 60%;
      left: 40%; } }
  @media only screen and (min-width: 868px) {
    .lmlp-content--right .lmlp-background:after {
      left: 0; } }

.lmlp-content-wrap {
  position: relative;
  z-index: 3;
  max-width: 1400px;
  margin: auto; }

.lmlp-content-box {
  margin: auto; }
  @media only screen and (min-width: 868px) {
    .lmlp-content-box {
      padding: 1em;
      float: left;
      width: 75%;
      max-width: 700px;
      background-color: rgba(242, 242, 242, 0.85);
      box-shadow: 0 0 3em 0 rgba(17, 17, 17, 0.23); }
      .lmlp--dark .lmlp-content-box {
        background-color: rgba(17, 17, 17, 0.85);
        box-shadow: 0 0 3em 0 rgba(255, 255, 255, 0.23); }
      .lmlp-content--right .lmlp-content-box {
        float: right; } }
  @media only screen and (min-width: 1047px) {
    .lmlp-content-box {
      width: 60%; } }

@media only screen and (min-width: 868px) {
  .lmlp-inner-content {
    margin: 5% 2em; } }

.lmlp-top-content,
.lmlp-bottom-content {
  font-size: 1.1em; }
  @media only screen and (min-width: 868px) {
    .lmlp-top-content,
    .lmlp-bottom-content {
      font-size: 1.25em; } }
  @media only screen and (max-width: 867px) {
    .lmlp-mobile--not-offset .lmlp-top-content, .lmlp-mobile--not-offset
    .lmlp-bottom-content {
      padding: 0 1em 1px; } }
  .lmlp--dark .lmlp-top-content, .lmlp--dark
  .lmlp-bottom-content {
    color: #f2f2f2; }
  @media only screen and (max-width: 867px) {
    .lmlp-top-content h2,
    .lmlp-bottom-content h2 {
      text-align: center; } }

.lmlp-cta-wrap {
  text-align: center;
  padding: 1em; }
  @media only screen and (min-width: 868px) {
    .lmlp-cta-wrap {
      margin: 0 -3em;
      background: -moz-radial-gradient(center, ellipse cover, rgba(17, 17, 17, 0.05) 0%, rgba(17, 17, 17, 0.03) 100%);
      /* FF3.6-15 */
      background: -webkit-radial-gradient(center, ellipse cover, rgba(17, 17, 17, 0.05) 0%, rgba(17, 17, 17, 0.03) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: radial, ellipse center, rgba(17, 17, 17, 0.05) 0%, rgba(17, 17, 17, 0.03) 100%;
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
  @media only screen and (max-width: 867px) {
    .lmlp-mobile--offset .lmlp-cta-wrap {
      padding: 0;
      padding-bottom: 1em; } }
  @media only screen and (min-width: 868px) {
    .lmlp--dark .lmlp-cta-wrap {
      background: -moz-radial-gradient(center, ellipse cover, rgba(242, 242, 242, 0.05) 0%, rgba(17, 17, 17, 0.03) 100%);
      /* FF3.6-15 */
      background: -webkit-radial-gradient(center, ellipse cover, rgba(242, 242, 242, 0.05) 0%, rgba(17, 17, 17, 0.03) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: radial, ellipse center, rgba(242, 242, 242, 0.05) 0%, rgba(17, 17, 17, 0.03) 100%;
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }

@media only screen and (max-width: 867px) {
  .lmlp-mobile--offset .lmlp-mobile-offsetable-content {
    margin-bottom: -40%;
    background-color: rgba(242, 242, 242, 0.85);
    box-shadow: 0 0 3em rgba(242, 242, 242, 0.25);
    margin-top: 20%;
    padding: 1em; } }
@media only screen and (max-width: 867px) {
  .lmlp--dark .lmlp-mobile-offsetable-content {
    background-color: rgba(17, 17, 17, 0.85);
    box-shadow: 0 0 3em rgba(17, 17, 17, 0.5); } }

@media only screen and (max-width: 867px) {
  .lmlp-mobile--offset .lmlp-background {
    margin-bottom: 20%; } }

.lmlp--dark .mobile-second-content {
  background-color: #111;
  color: #f2f2f2; }

.lmlp-bottom-cta-wrap {
  padding: 10% 1em; }

.lmlp-bottom-cta {
  max-width: 500px;
  margin: auto;
  padding: 1em;
  background-color: rgba(242, 242, 242, 0.75); }
  .lmlp--dark .lmlp-bottom-cta {
    background-color: rgba(17, 17, 17, 0.75); }

.lmlp--dark .lmlp-bottom-cta-content {
  color: #f2f2f2; }

@-webkit-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }
.progress-bar-v2 {
  border-radius: 5em;
  padding: 0.25em;
  overflow: hidden; }
  .progress-bar-v2:before {
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    overflow: hidden; }
  .progress-bar-v2 span {
    font-weight: bold;
    text-shadow: 0 0 0.5em #fff; }

.modal-quiz-v2 {
  margin-top: -0.75em; }
  .modal-quiz-v2 h2 {
    margin: 0.25em auto; }
  .modal-quiz-v2 ul {
    list-style-type: none;
    text-align: left;
    font-size: 1.1em; }
  @media only screen and (max-width: 480px) {
    .modal-quiz-v2 .optin-radio {
      font-size: 0.9em; } }
  .modal-quiz-v2 .optin-radio .gfield_label {
    display: block;
    font-weight: bold;
    margin: 1em auto;
    font-size: 1.25em; }
    @media only screen and (min-width: 481px) {
      .modal-quiz-v2 .optin-radio .gfield_label {
        font-size: 1.5em; } }
  .modal-quiz-v2 .ginput_container_radio {
    max-width: 450px;
    margin: auto; }
    .modal-quiz-v2 .ginput_container_radio li {
      margin-bottom: 1em; }
  .modal-quiz-v2 label {
    padding-left: 0.25em;
    vertical-align: middle; }
  .modal-quiz-v2 input[type="radio"] {
    vertical-align: middle; }
  .modal-quiz-v2 .ginput_container_email {
    text-align: center; }
  .modal-quiz-v2 .gform_footer {
    margin-bottom: -4em; }

.ty-hero {
  padding: 15% 1em 0; }

.ty-hero-card {
  max-width: 840px;
  margin: auto;
  padding: 1em;
  padding-top: 3.5%;
  background-color: #fff;
  box-shadow: 0 0 3em rgba(17, 17, 17, 0.5); }
  .ty-hero-card h1 {
    color: #454e59;
    padding-bottom: 0.75em;
    padding-top: 0.25em;
    border-bottom: 4px solid #f2f2f2; }

.ty-hero-card-inner {
  max-width: 720px;
  margin: auto; }

.ty-hero-card-content {
  max-width: 540px;
  margin: auto; }

.ty-hero-icon {
  max-width: 65px;
  margin: auto; }

@media only screen and (min-width: 638px) {
  .ty-bar-headline {
    padding: 0.35em 0; } }
@media only screen and (max-width: 637px) {
  .ty-bar-headline {
    margin: auto; } }

.ty-step {
  border-bottom: 4px solid #f2f2f2;
  padding: 1em;
  background: -moz-radial-gradient(center, ellipse cover, #f2f2f2 0%, white 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #f2f2f2 0%, white 100%);
  background: radial, ellipse center, #f2f2f2 0%, white 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=1 ); }
  @media only screen and (max-width: 637px) {
    .ty-step {
      padding-left: 0.25em; } }

.ty-step-inner {
  max-width: 1000px;
  margin: auto;
  padding: 1em 0; }
  @media only screen and (max-width: 637px) {
    .ty-step-inner {
      padding-left: 0.25em; } }

.ty-step-number {
  width: 35px;
  float: left;
  position: relative;
  z-index: 1;
  font-size: 1em;
  text-align: center;
  font-weight: bold;
  margin-top: 1em;
  color: #454e59; }
  @media only screen and (min-width: 638px) {
    .ty-step-number {
      width: 75px;
      font-size: 2em;
      margin-top: 1em; } }
  .ty-step-number:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    top: -4px;
    left: 0;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 2em rgba(17, 17, 17, 0.15);
    z-index: -1; }
    @media only screen and (min-width: 638px) {
      .ty-step-number:after {
        width: 75px;
        height: 75px;
        top: -12px; } }

.ty-step-content {
  width: calc(100% - 41px);
  float: right;
  padding-left: 0.25em; }
  @media only screen and (min-width: 638px) {
    .ty-step-content {
      width: calc(100% - 100px);
      padding-left: 1em; } }

.ty-step-content-inner {
  margin-top: 0.8em;
  margin-bottom: 0.5em;
  font-weight: normal;
  color: #454e59;
  line-height: 1.5; }
  @media only screen and (min-width: 638px) {
    .ty-step-content-inner {
      margin-top: 1em; } }
  @media only screen and (max-width: 637px) {
    .ty-step-content-inner {
      font-size: 1.3em; } }
  .ty-step-content-inner img {
    width: 25px;
    float: left; }
    @media only screen and (min-width: 638px) {
      .ty-step-content-inner img {
        width: 50px;
        margin-right: 0.5em; } }
  .ty-step-content-inner span {
    width: calc(100% - (30px));
    float: right; }
    @media only screen and (min-width: 638px) {
      .ty-step-content-inner span {
        width: calc(100% - (50px + 0.5em)); } }

@media only screen and (min-width: 868px) {
  .ty-buttons .button:first-child {
    margin-right: 5%; } }

.ty-comments-box {
  background-color: #fff;
  box-shadow: 0 0 3em rgba(17, 17, 17, 0.1);
  margin-top: 1em;
  margin-left: 0.75em; }
  @media only screen and (min-width: 638px) {
    .ty-comments-box {
      margin-left: calc(1em + 100px);
      margin-top: 2em; } }

.post-not-found {
  padding: 4em 1em; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, html, ::i-block-chrome, body {
    height: 100%;
    /* fixes focus scrolling in Safari (OS X) */ } }

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