/* ---------- COLORS ---------- */

@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  src: url("https://d1iivtmfvdlys5.cloudfront.net/d0f34afc-ca1c-4f76-ac67-bfb878deb800/fonts/icomoon/icomoon.eot?rgd52w");
  src: url("https://d1iivtmfvdlys5.cloudfront.net/d0f34afc-ca1c-4f76-ac67-bfb878deb800/fonts/icomoon/icomoon.eot?rgd52w#iefix") format("embedded-opentype"), url("https://d1iivtmfvdlys5.cloudfront.net/d0f34afc-ca1c-4f76-ac67-bfb878deb800/fonts/icomoon/icomoon.ttf?rgd52w") format("truetype"), url("https://d1iivtmfvdlys5.cloudfront.net/d0f34afc-ca1c-4f76-ac67-bfb878deb800/fonts/icomoon/icomoon.woff?rgd52w") format("woff"), url("https://d1iivtmfvdlys5.cloudfront.net/d0f34afc-ca1c-4f76-ac67-bfb878deb800/fonts/icomoon/icomoon.svg?rgd52w#icomoon") format("svg");
}

.form-page [class^='ion-'],
.form-page [class*=' ion-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.form-page .ion-social-twitter::before {
  content: '\E900';
}

.form-page .ion-social-linkedin::before {
  content: '\E901';
}

.form-page .ion-social-facebook::before {
  content: '\E902';
}

.form-page .ion-more::before {
  content: '\E903';
}

.form-page .ion-link::before {
  content: '\E906';
}

.form-page .ion-android-sad::before {
  content: '\E904';
}

.form-page .ion-android-mail::before {
  content: '\E905';
}

.form-page .ion-android-drafts::before {
  content: '\E907';
}

.form-page {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Calibri Light", Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.form-page button,
.form-page input,
.form-page select,
.form-page textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-page button,
.form-page input,
.form-page optgroup,
.form-page select,
.form-page textarea {
  font: inherit;
  margin: 0;
  color: inherit;
}

.form-page a {
  color: #b1c2d9;
}

.form-page a:active,
.form-page a:focus,
.form-page a:hover {
  color: #000000;
}

h1 .form-page a,
h2 .form-page a,
h3 .form-page a {
  color: #000000;
}

.form-page a.disabled:hover,
.form-page a.disabled:active,
.form-page a.disabled:focus {
  color: #ccc;
}

.form-page a.orange-text:hover,
.form-page a.orange-text:focus,
.form-page a.orange-text:active {
  color: #f5c0ac;
}

/* -------------------- FORM -------------------- */

.form-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -------------------- FLOAT LABELS -------------------- */
}

.form-page.with-bg-image .form-page-background::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
}

.form-page-background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.form-page-video {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  max-height: 687px;
  border: 0;
}

.form-page-video-cover {
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.form-page-video-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 350px;
  max-height: 100%;
  background: black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-page-snippet {
  position: fixed;
  z-index: 2000;
  width: 0;
  height: initial;
  min-height: initial;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
}

.form-page-snippet.show {
  width: 450px;
  opacity: 1;
}

.form-page-snippet.bottom-right {
  right: 0;
  bottom: 0;
}

.form-page-snippet.bottom-left {
  bottom: 0;
  left: 0;
}

.form-page-snippet.center {
  top: 50%;
  left: calc(50% - 225px);
}

.form-page-snippet-close {
  position: absolute;
  z-index: 5;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-page-snippet-close:hover {
  cursor: pinter;
}

.form-page-inner {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  width: 580px;
  margin: 0 auto;
  padding: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-page-image img {
  width: auto;
  max-width: 100%;
  max-height: 100px;
  margin: 0 auto 20px;
}

@media (max-width: 699px) {
  .form-page-image img {
    max-height: 65px !important;
  }
}

.form-page-confirmation,
.form-page-title {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 0 15px 0;
  text-transform: none;
}

.form-page-description {
  line-height: 1.5em;
  margin-bottom: 20px;
  color: #000000;
}

@media (min-width: 768px) {
  .form-page-description {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .form-page-description {
    font-weight: 400;
  }
}

.form-page-description-description-mobile {
  display: block;
}

.form-page-form {
  position: relative;
}

@media (max-width: 767px) {
  .form-page-form {
    padding-right: 0;
    padding-left: 0;
  }
}

.form-page-form-notice {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-page-form-fields {
  width: 100%;
}

.form-page-form-fields label {
  margin-bottom: 0 !important;
}

.form-page-form-fields > [class*='form-page-form-fields'] {
  margin-bottom: 15px;
}

.form-page-form-fields > [class*='form-page-form-fields']:last-child {
  margin-bottom: 0 !important;
}

.form-page-form-fields textarea.input-field {
  height: 100px;
  resize: none;
}

.form-page-form-fields label,
.form-page-form-fields .input-field {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Calibri Light', Roboto, sans-serif !important;
}

.form-page-form-fields .input-field {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 8px 10px;
  color: #303030;
  border: 0;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(149, 170, 201, 0.19);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-page-form-fields .input-field:focus {
  outline: none;
  z-index: 10 !important;
  border: 1px solid rgba(149, 170, 201, 0.4) !important;
}

.form-page-form-fields .input-field::-webkit-input-placeholder {
  color: #b1c2d9;
}

.form-page-form-fields .input-field:-ms-input-placeholder {
  color: #b1c2d9;
}

.form-page-form-fields .input-field::-ms-input-placeholder {
  color: #b1c2d9;
}

.form-page-form-fields .input-field::-moz-placeholder {
  color: #b1c2d9;
}

.form-page-form-fields .input-field::placeholder {
  color: #b1c2d9;
}

.form-page-form-fields .input-field.error-field {
  border-color: red !important;
}

.form-page-form-fields-field,
.form-page-form-fields-opted_in,
.form-page-form-fields-checkbox {
  margin-bottom: 15px;
}

.form-page-form-fields-name.with-last-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-page-form-fields-name.with-last-name > .input-field {
  width: 50%;
}

.form-page-form-fields-name.with-last-name div.float-label {
  width: calc(50% + 1px);
  margin-left: -1px;
}

.form-page-form-fields-name.with-last-name > .input-field {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.form-page-form-fields-name.with-last-name div.float-label .input-field {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.form-page-form-fields-checkbox,
.form-page-form-fields-opted_in {
  position: relative;
  width: 100%;
}

.form-page-form-fields-checkbox label,
.form-page-form-fields-opted_in label {
  font-size: 14px;
  position: relative;
  z-index: 20;
  display: block;
  padding-left: 35px;
  text-align: left;
  border-radius: .2rem;
  color: #000000;
  border-radius: .2rem;
}

.form-page-form-fields-checkbox label:hover,
.form-page-form-fields-opted_in label:hover {
  cursor: pointer;
}

.form-page-form-fields-checkbox label::before,
.form-page-form-fields-checkbox label::after,
.form-page-form-fields-opted_in label::before,
.form-page-form-fields-opted_in label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  border-radius: inherit;
}

.form-page-form-fields-checkbox label::after,
.form-page-form-fields-opted_in label::after {
  border: 2px solid #ff4500;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.form-page-form-fields-checkbox input[type='checkbox'],
.form-page-form-fields-opted_in input[type='checkbox'] {
  position: absolute;
  opacity: 0;
}

body.app .form-page-form-fields-checkbox input[type='checkbox'],
body.app .form-page-form-fields-opted_in input[type='checkbox'] {
  z-index: 35;
}

.form-page-form-fields-checkbox input[type='checkbox']:checked ~ label::after,
.form-page-form-fields-opted_in input[type='checkbox']:checked ~ label::after {
  background-color: #ff4500;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.form-page-form-fields-submit_button {
  font-size: 16px;
  border-radius: 6px;
  /*
                i {
                    font-size: 21px;
                    line-height: 0;

                    position: relative;
                    top: 2px;

                    margin: -3px 0;

                     > i {
                        line-height: 0;
                    }
                }
                */
}

.form-page-form-fields-submit_button .button {
  font-weight: 500;
  line-height: 48px;
  position: relative;
  display: block;
  min-width: 120px;
  height: 48px;
  padding: 0 1rem;
  text-align: center !important;
  white-space: nowrap;
  text-decoration: none;
  text-transform: none;
  color: #fff;
  border: none !important;
  border-radius: 6px !important;
  background: #ff4500;
}

.form-page-form-fields-submit_button .button:active,
.form-page-form-fields-submit_button .button:focus,
.form-page-form-fields-submit_button .button:hover {
  cursor: pointer;
  color: #fff;
  outline: none !important;
}

.form-page-form-fields-submit_button span.success {
  color: #fff !important;
  border-color: #56de7a !important;
  background: #56de7a !important;
}

.form-page-policy-links {
  font-size: 80%;
  position: relative;
  z-index: 700;
  padding: 15px 0 0;
  color: #ccc;
}

.form-page-policy-links a {
  text-decoration: none !important;
  color: #ccc;
}

.form-page-policy-links a + a {
  margin-left: 10px;
}

.form-page-policy-links a:hover {
  color: #777;
}

.form-page-go-back {
  display: inline-block;
  margin-top: 40px;
  padding: 8px 15px;
  text-decoration: none;
  color: #fff;
  border-radius: 4rem;
  background: #000000;
}

.form-page-go-back:hover {
  opacity: .8;
}

.form-page-share {
  font-size: 2em;
}

.form-page .form-page-share {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .form-page .form-page-share {
    margin-top: 30px;
  }
}

.form-page-share.icons-lg a {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.form-page-share.icons-lg a i {
  font-size: 1.5em;
}

.form-page-share button {
  margin-right: 3px;
  margin-bottom: 0;
  padding: 0 !important;
  text-decoration: none !important;
  color: #fff;
  color: #303030;
  border: none !important;
  outline: none !important;
  background: none !important;
}

.form-page-share button:hover {
  cursor: pointer;
}

.form-page-share .link-click {
  margin-top: -15px;
}

.form-page-share > span {
  font-size: .6em;
  font-weight: 400;
  position: relative;
  top: -5px;
  margin-right: 3px;
}

.form-page-share .link-click,
.form-page-share .form-page-link-click {
  font-weight: normal !important;
}

.form-page-share .link-click:hover,
.form-page-share .form-page-link-click:hover {
  cursor: pointer;
}

.form-page-share .link-click > .small,
.form-page-share .form-page-link-click > .small {
  font-size: .4em;
  display: inline-block;
  margin-left: -2px;
  padding-bottom: 8px;
  vertical-align: middle;
}

.form-page-share .link-click > .small::-moz-selection,
.form-page-share .link-click > .small a::-moz-selection,
.form-page-share .form-page-link-click > .small::-moz-selection,
.form-page-share .form-page-link-click > .small a::-moz-selection {
  color: #fff;
  background: #000000;
}

.form-page-share .link-click > .small::selection,
.form-page-share .link-click > .small a::selection,
.form-page-share .form-page-link-click > .small::selection,
.form-page-share .form-page-link-click > .small a::selection {
  color: #fff;
  background: #000000;
}

.form-page-share i {
  position: relative;
}

.form-page-share .ion-android-mail {
  top: .5px;
}

.form-page-share .tw {
  color: #55acee;
}

.form-page-share .pn {
  color: #cb2027;
}

.form-page-share .gl {
  color: #dd4b39;
}

.form-page-share .fb {
  color: #3b5998;
}

.form-page-share .rd {
  color: #000000;
}

.form-page-share .li {
  color: #4875b4;
}

.form-page-signups-count {
  font-size: .9em;
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
}

.form-page-powered-by {
  z-index: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
}

.form-page-powered-by a {
  padding: .25rem .5rem;
  text-decoration: none;
  display: inline-block;
  color: #95aac9 !important;
  border-radius: 2rem;
  background-color: #fff;
}

.form-page-powered-by a > span {
  text-decoration: underline;
}

.form-page-powered-by a:hover {
  background-color: #fafbfd;
}

@media (max-height: 340px) {
  .form-page-share,
  .form-page-policy-links,
  .form-page-image,
  .form-page-signups-count,
  .form-page-powered-by {
    display: none !important;
  }
}

@media (max-height: 262px) {
  .form-page-description {
    display: none !important;
  }
}

.form-page [id*='__lpform_'] {
  display: none !important;
  opacity: 0 !important;
}

.form-page .float-label {
  position: relative;
  opacity: 1;
}

.form-page .float-label.form-field:not(:hover):not(.focus) > label {
  opacity: 0;
}

.form-page .float-label.form-field:not(:hover):not(.focus) .input-field {
  padding-top: 13px;
}

.form-page .float-label > label {
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 48px;
  margin-bottom: 0;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  color: #b1c2d9;
  border: 1px solid transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-page .float-label > label:hover {
  cursor: text;
}

.form-page .float-label textarea.input-field:placeholder-shown {
  padding-top: 13px;
}

.form-page .float-label textarea.input-field:not(:placeholder-shown) {
  padding-top: 25px;
}

.form-page .float-label textarea.input-field:not(:placeholder-shown) ~ label {
  padding-top: 10px;
}

.form-page .float-label .input-field::-webkit-input-placeholder {
  color: transparent !important;
}

.form-page .float-label .input-field:-ms-input-placeholder {
  color: transparent !important;
}

.form-page .float-label .input-field::-ms-input-placeholder {
  color: transparent !important;
}

.form-page .float-label .input-field::-moz-placeholder {
  color: transparent !important;
}

.form-page .float-label .input-field::placeholder {
  color: transparent !important;
}

.form-page .float-label .input-fieldselect,
.form-page .float-label .input-field:not(:placeholder-shown) {
  padding-top: calc(48px * (2 / 3));
  padding-bottom: 13px;
}

.form-page .float-label .input-fieldselect ~ label,
.form-page .float-label .input-field:not(:placeholder-shown) ~ label {
  font-size: 12px;
  height: calc(48px / 3);
  padding-top: 10px;
}

body,
.form-page {
  overflow: hidden;
}


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