@charset "UTF-8";
/*! Landing Page Styles */
/*  Reset | http://meyerweb.com/eric/tools/css/reset/
---------------------------------------------------------------------- */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas,
caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption,
figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label,
legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span,
strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

.clear:after, .clear:before, .clearfix:after {
  content: "";
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  visibility: hidden;
  clear: both;
  height: 0;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

:focus {
  outline: 0;
}

.hidden {
  display: none;
}

/*  Getting Organized // Base Structure & Styles
---------------------------------------------------------- */
body {
  background: #FFF;
  font-size: 16px;
  line-height: 22px;
  font-family: "helvetica neue", "helvetica", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #545454;
}

p {
  padding: 0 0 20px 0;
}

a {
  text-decoration: none;
  color: #56b24d;
  transition: all 0.2s linear;
}
a:hover {
  color: #333;
}

img {
  border: none;
  max-width: 100%;
}

.wrap {
  max-width: 960px;
  min-width: 850px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

.wrap:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

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

/* General Styles
---------------------------------------------------------- */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

/* Global Form Errors
---------------------------------------------------------- */
span.error {
  color: #FFF;
  padding: 6px 10px 6px 35px;
  z-index: 2000;
  font-weight: normal;
  font-size: 13px;
  top: 55px;
  right: 0px;
  min-width: 130px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  border: 1px solid #A43934;
  border-radius: 4px;
  position: absolute;
  background: #C1443E url("../img/icon-alert.png") no-repeat 6px 8px;
}

span.error:after,
span.error:before {
  top: -18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #C1443E;
  border-width: 10px;
  left: 20px;
}

span.error:after {
  top: -18px;
}

span.error:before {
  top: -20px;
  border-bottom-color: #A43934;
}

/* Help Tip
------------------------------------------------ */
.helpTip {
  display: inline;
  position: relative;
  color: #363636;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed #999;
  padding-bottom: 2px;
}

.helpTip span {
  display: block;
  top: 20px;
  position: absolute;
  background: #FFF;
  color: #444 !important;
  left: -9999em;
  transform: translateX(-50%);
  width: 200px;
  padding: 8px;
  font-size: 0.85em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear, top 0.2s linear;
  -moz-transition: opacity 0.2s linear, top 0.2s linear;
  transition: opacity 0.2s linear, top 0.2s linear;
  font-weight: 400 !important;
  font-style: normal;
  line-height: 16px;
  text-align: center;
  text-shadow: none;
}

.helpTip:hover span {
  opacity: 1;
  top: 30px;
  left: 50%;
}

.helpTip span:after, .helpTip span:before {
  top: -20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.helpTip span:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #d1d1d1;
  border-width: 12px;
  left: 50%;
  margin-left: -12px;
  top: -24px;
}

.helpTip span:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #FFF;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link, .cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/*!
Ionicons, v1.5.2
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry  https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=1.5.2");
  src: url("../fonts/ionicons.eot?v=1.5.2#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=1.5.2") format("truetype"), url("../fonts/ionicons.woff?v=1.5.2") format("woff"), url("../fonts/ionicons.svg?v=1.5.2#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion, .ion-loading-a, .ion-loading-b, .ion-loading-c, .ion-loading-d, .ion-looping, .ion-refreshing, .ion-ios7-reloading, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-contact:before, .ion-android-alarm:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down-left:before, .ion-android-arrow-down-right:before, .ion-android-arrow-forward:before, .ion-android-arrow-up-left:before, .ion-android-arrow-up-right:before, .ion-android-battery:before, .ion-android-book:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-chat:before, .ion-android-checkmark:before, .ion-android-clock:before, .ion-android-close:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-data:before, .ion-android-developer:before, .ion-android-display:before, .ion-android-download:before, .ion-android-drawer:before, .ion-android-dropdown:before, .ion-android-earth:before, .ion-android-folder:before, .ion-android-forums:before, .ion-android-friends:before, .ion-android-hand:before, .ion-android-image:before, .ion-android-inbox:before, .ion-android-information:before, .ion-android-keypad:before, .ion-android-lightbulb:before, .ion-android-locate:before, .ion-android-location:before, .ion-android-mail:before, .ion-android-microphone:before, .ion-android-mixer:before, .ion-android-more:before, .ion-android-note:before, .ion-android-playstore:before, .ion-android-printer:before, .ion-android-promotion:before, .ion-android-reminder:before, .ion-android-remove:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-social:before, .ion-android-social-user:before, .ion-android-sort:before, .ion-android-stair-drawer:before, .ion-android-star:before, .ion-android-stopwatch:before, .ion-android-storage:before, .ion-android-system-back:before, .ion-android-system-home:before, .ion-android-system-windows:before, .ion-android-timer:before, .ion-android-trash:before, .ion-android-user-menu:before, .ion-android-volume:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-flask:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-game-controller-a:before, .ion-game-controller-b:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-icon-social-google-plus:before, .ion-icon-social-google-plus-outline:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios7-alarm:before, .ion-ios7-alarm-outline:before, .ion-ios7-albums:before, .ion-ios7-albums-outline:before, .ion-ios7-americanfootball:before, .ion-ios7-americanfootball-outline:before, .ion-ios7-analytics:before, .ion-ios7-analytics-outline:before, .ion-ios7-arrow-back:before, .ion-ios7-arrow-down:before, .ion-ios7-arrow-forward:before, .ion-ios7-arrow-left:before, .ion-ios7-arrow-right:before, .ion-ios7-arrow-thin-down:before, .ion-ios7-arrow-thin-left:before, .ion-ios7-arrow-thin-right:before, .ion-ios7-arrow-thin-up:before, .ion-ios7-arrow-up:before, .ion-ios7-at:before, .ion-ios7-at-outline:before, .ion-ios7-barcode:before, .ion-ios7-barcode-outline:before, .ion-ios7-baseball:before, .ion-ios7-baseball-outline:before, .ion-ios7-basketball:before, .ion-ios7-basketball-outline:before, .ion-ios7-bell:before, .ion-ios7-bell-outline:before, .ion-ios7-bolt:before, .ion-ios7-bolt-outline:before, .ion-ios7-bookmarks:before, .ion-ios7-bookmarks-outline:before, .ion-ios7-box:before, .ion-ios7-box-outline:before, .ion-ios7-briefcase:before, .ion-ios7-briefcase-outline:before, .ion-ios7-browsers:before, .ion-ios7-browsers-outline:before, .ion-ios7-calculator:before, .ion-ios7-calculator-outline:before, .ion-ios7-calendar:before, .ion-ios7-calendar-outline:before, .ion-ios7-camera:before, .ion-ios7-camera-outline:before, .ion-ios7-cart:before, .ion-ios7-cart-outline:before, .ion-ios7-chatboxes:before, .ion-ios7-chatboxes-outline:before, .ion-ios7-chatbubble:before, .ion-ios7-chatbubble-outline:before, .ion-ios7-checkmark:before, .ion-ios7-checkmark-empty:before, .ion-ios7-checkmark-outline:before, .ion-ios7-circle-filled:before, .ion-ios7-circle-outline:before, .ion-ios7-clock:before, .ion-ios7-clock-outline:before, .ion-ios7-close:before, .ion-ios7-close-empty:before, .ion-ios7-close-outline:before, .ion-ios7-cloud:before, .ion-ios7-cloud-download:before, .ion-ios7-cloud-download-outline:before, .ion-ios7-cloud-outline:before, .ion-ios7-cloud-upload:before, .ion-ios7-cloud-upload-outline:before, .ion-ios7-cloudy:before, .ion-ios7-cloudy-night:before, .ion-ios7-cloudy-night-outline:before, .ion-ios7-cloudy-outline:before, .ion-ios7-cog:before, .ion-ios7-cog-outline:before, .ion-ios7-compose:before, .ion-ios7-compose-outline:before, .ion-ios7-contact:before, .ion-ios7-contact-outline:before, .ion-ios7-copy:before, .ion-ios7-copy-outline:before, .ion-ios7-download:before, .ion-ios7-download-outline:before, .ion-ios7-drag:before, .ion-ios7-email:before, .ion-ios7-email-outline:before, .ion-ios7-expand:before, .ion-ios7-eye:before, .ion-ios7-eye-outline:before, .ion-ios7-fastforward:before, .ion-ios7-fastforward-outline:before, .ion-ios7-filing:before, .ion-ios7-filing-outline:before, .ion-ios7-film:before, .ion-ios7-film-outline:before, .ion-ios7-flag:before, .ion-ios7-flag-outline:before, .ion-ios7-folder:before, .ion-ios7-folder-outline:before, .ion-ios7-football:before, .ion-ios7-football-outline:before, .ion-ios7-gear:before, .ion-ios7-gear-outline:before, .ion-ios7-glasses:before, .ion-ios7-glasses-outline:before, .ion-ios7-heart:before, .ion-ios7-heart-outline:before, .ion-ios7-help:before, .ion-ios7-help-empty:before, .ion-ios7-help-outline:before, .ion-ios7-home:before, .ion-ios7-home-outline:before, .ion-ios7-infinite:before, .ion-ios7-infinite-outline:before, .ion-ios7-information:before, .ion-ios7-information-empty:before, .ion-ios7-information-outline:before, .ion-ios7-ionic-outline:before, .ion-ios7-keypad:before, .ion-ios7-keypad-outline:before, .ion-ios7-lightbulb:before, .ion-ios7-lightbulb-outline:before, .ion-ios7-location:before, .ion-ios7-location-outline:before, .ion-ios7-locked:before, .ion-ios7-locked-outline:before, .ion-ios7-loop:before, .ion-ios7-loop-strong:before, .ion-ios7-medkit:before, .ion-ios7-medkit-outline:before, .ion-ios7-mic:before, .ion-ios7-mic-off:before, .ion-ios7-mic-outline:before, .ion-ios7-minus:before, .ion-ios7-minus-empty:before, .ion-ios7-minus-outline:before, .ion-ios7-monitor:before, .ion-ios7-monitor-outline:before, .ion-ios7-moon:before, .ion-ios7-moon-outline:before, .ion-ios7-more:before, .ion-ios7-more-outline:before, .ion-ios7-musical-note:before, .ion-ios7-musical-notes:before, .ion-ios7-navigate:before, .ion-ios7-navigate-outline:before, .ion-ios7-paper:before, .ion-ios7-paper-outline:before, .ion-ios7-paperplane:before, .ion-ios7-paperplane-outline:before, .ion-ios7-partlysunny:before, .ion-ios7-partlysunny-outline:before, .ion-ios7-pause:before, .ion-ios7-pause-outline:before, .ion-ios7-paw:before, .ion-ios7-paw-outline:before, .ion-ios7-people:before, .ion-ios7-people-outline:before, .ion-ios7-person:before, .ion-ios7-person-outline:before, .ion-ios7-personadd:before, .ion-ios7-personadd-outline:before, .ion-ios7-photos:before, .ion-ios7-photos-outline:before, .ion-ios7-pie:before, .ion-ios7-pie-outline:before, .ion-ios7-play:before, .ion-ios7-play-outline:before, .ion-ios7-plus:before, .ion-ios7-plus-empty:before, .ion-ios7-plus-outline:before, .ion-ios7-pricetag:before, .ion-ios7-pricetag-outline:before, .ion-ios7-pricetags:before, .ion-ios7-pricetags-outline:before, .ion-ios7-printer:before, .ion-ios7-printer-outline:before, .ion-ios7-pulse:before, .ion-ios7-pulse-strong:before, .ion-ios7-rainy:before, .ion-ios7-rainy-outline:before, .ion-ios7-recording:before, .ion-ios7-recording-outline:before, .ion-ios7-redo:before, .ion-ios7-redo-outline:before, .ion-ios7-refresh:before, .ion-ios7-refresh-empty:before, .ion-ios7-refresh-outline:before, .ion-ios7-reload:before, .ion-ios7-reloading:before, .ion-ios7-reverse-camera:before, .ion-ios7-reverse-camera-outline:before, .ion-ios7-rewind:before, .ion-ios7-rewind-outline:before, .ion-ios7-search:before, .ion-ios7-search-strong:before, .ion-ios7-settings:before, .ion-ios7-settings-strong:before, .ion-ios7-shrink:before, .ion-ios7-skipbackward:before, .ion-ios7-skipbackward-outline:before, .ion-ios7-skipforward:before, .ion-ios7-skipforward-outline:before, .ion-ios7-snowy:before, .ion-ios7-speedometer:before, .ion-ios7-speedometer-outline:before, .ion-ios7-star:before, .ion-ios7-star-half:before, .ion-ios7-star-outline:before, .ion-ios7-stopwatch:before, .ion-ios7-stopwatch-outline:before, .ion-ios7-sunny:before, .ion-ios7-sunny-outline:before, .ion-ios7-telephone:before, .ion-ios7-telephone-outline:before, .ion-ios7-tennisball:before, .ion-ios7-tennisball-outline:before, .ion-ios7-thunderstorm:before, .ion-ios7-thunderstorm-outline:before, .ion-ios7-time:before, .ion-ios7-time-outline:before, .ion-ios7-timer:before, .ion-ios7-timer-outline:before, .ion-ios7-toggle:before, .ion-ios7-toggle-outline:before, .ion-ios7-trash:before, .ion-ios7-trash-outline:before, .ion-ios7-undo:before, .ion-ios7-undo-outline:before, .ion-ios7-unlocked:before, .ion-ios7-unlocked-outline:before, .ion-ios7-upload:before, .ion-ios7-upload-outline:before, .ion-ios7-videocam:before, .ion-ios7-videocam-outline:before, .ion-ios7-volume-high:before, .ion-ios7-volume-low:before, .ion-ios7-wineglass:before, .ion-ios7-wineglass-outline:before, .ion-ios7-world:before, .ion-ios7-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-loading-a:before, .ion-load-b:before, .ion-loading-b:before, .ion-load-c:before, .ion-loading-c:before, .ion-load-d:before, .ion-loading-d:before, .ion-location:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-looping:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-refreshing:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-spin, .ion-loading-a, .ion-loading-b, .ion-loading-c, .ion-loading-d, .ion-looping, .ion-refreshing, .ion-ios7-reloading {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.ion-loading-a {
  -webkit-animation-timing-function: steps(8, start);
  -moz-animation-timing-function: steps(8, start);
  animation-timing-function: steps(8, start);
}

.ion-alert:before {
  content: "\f101";
}

.ion-alert-circled:before {
  content: "\f100";
}

.ion-android-add:before {
  content: "\f2c7";
}

.ion-android-add-contact:before {
  content: "\f2c6";
}

.ion-android-alarm:before {
  content: "\f2c8";
}

.ion-android-archive:before {
  content: "\f2c9";
}

.ion-android-arrow-back:before {
  content: "\f2ca";
}

.ion-android-arrow-down-left:before {
  content: "\f2cb";
}

.ion-android-arrow-down-right:before {
  content: "\f2cc";
}

.ion-android-arrow-forward:before {
  content: "\f30f";
}

.ion-android-arrow-up-left:before {
  content: "\f2cd";
}

.ion-android-arrow-up-right:before {
  content: "\f2ce";
}

.ion-android-battery:before {
  content: "\f2cf";
}

.ion-android-book:before {
  content: "\f2d0";
}

.ion-android-calendar:before {
  content: "\f2d1";
}

.ion-android-call:before {
  content: "\f2d2";
}

.ion-android-camera:before {
  content: "\f2d3";
}

.ion-android-chat:before {
  content: "\f2d4";
}

.ion-android-checkmark:before {
  content: "\f2d5";
}

.ion-android-clock:before {
  content: "\f2d6";
}

.ion-android-close:before {
  content: "\f2d7";
}

.ion-android-contact:before {
  content: "\f2d8";
}

.ion-android-contacts:before {
  content: "\f2d9";
}

.ion-android-data:before {
  content: "\f2da";
}

.ion-android-developer:before {
  content: "\f2db";
}

.ion-android-display:before {
  content: "\f2dc";
}

.ion-android-download:before {
  content: "\f2dd";
}

.ion-android-drawer:before {
  content: "\f310";
}

.ion-android-dropdown:before {
  content: "\f2de";
}

.ion-android-earth:before {
  content: "\f2df";
}

.ion-android-folder:before {
  content: "\f2e0";
}

.ion-android-forums:before {
  content: "\f2e1";
}

.ion-android-friends:before {
  content: "\f2e2";
}

.ion-android-hand:before {
  content: "\f2e3";
}

.ion-android-image:before {
  content: "\f2e4";
}

.ion-android-inbox:before {
  content: "\f2e5";
}

.ion-android-information:before {
  content: "\f2e6";
}

.ion-android-keypad:before {
  content: "\f2e7";
}

.ion-android-lightbulb:before {
  content: "\f2e8";
}

.ion-android-locate:before {
  content: "\f2e9";
}

.ion-android-location:before {
  content: "\f2ea";
}

.ion-android-mail:before {
  content: "\f2eb";
}

.ion-android-microphone:before {
  content: "\f2ec";
}

.ion-android-mixer:before {
  content: "\f2ed";
}

.ion-android-more:before {
  content: "\f2ee";
}

.ion-android-note:before {
  content: "\f2ef";
}

.ion-android-playstore:before {
  content: "\f2f0";
}

.ion-android-printer:before {
  content: "\f2f1";
}

.ion-android-promotion:before {
  content: "\f2f2";
}

.ion-android-reminder:before {
  content: "\f2f3";
}

.ion-android-remove:before {
  content: "\f2f4";
}

.ion-android-search:before {
  content: "\f2f5";
}

.ion-android-send:before {
  content: "\f2f6";
}

.ion-android-settings:before {
  content: "\f2f7";
}

.ion-android-share:before {
  content: "\f2f8";
}

.ion-android-social:before {
  content: "\f2fa";
}

.ion-android-social-user:before {
  content: "\f2f9";
}

.ion-android-sort:before {
  content: "\f2fb";
}

.ion-android-stair-drawer:before {
  content: "\f311";
}

.ion-android-star:before {
  content: "\f2fc";
}

.ion-android-stopwatch:before {
  content: "\f2fd";
}

.ion-android-storage:before {
  content: "\f2fe";
}

.ion-android-system-back:before {
  content: "\f2ff";
}

.ion-android-system-home:before {
  content: "\f300";
}

.ion-android-system-windows:before {
  content: "\f301";
}

.ion-android-timer:before {
  content: "\f302";
}

.ion-android-trash:before {
  content: "\f303";
}

.ion-android-user-menu:before {
  content: "\f312";
}

.ion-android-volume:before {
  content: "\f304";
}

.ion-android-wifi:before {
  content: "\f305";
}

.ion-aperture:before {
  content: "\f313";
}

.ion-archive:before {
  content: "\f102";
}

.ion-arrow-down-a:before {
  content: "\f103";
}

.ion-arrow-down-b:before {
  content: "\f104";
}

.ion-arrow-down-c:before {
  content: "\f105";
}

.ion-arrow-expand:before {
  content: "\f25e";
}

.ion-arrow-graph-down-left:before {
  content: "\f25f";
}

.ion-arrow-graph-down-right:before {
  content: "\f260";
}

.ion-arrow-graph-up-left:before {
  content: "\f261";
}

.ion-arrow-graph-up-right:before {
  content: "\f262";
}

.ion-arrow-left-a:before {
  content: "\f106";
}

.ion-arrow-left-b:before {
  content: "\f107";
}

.ion-arrow-left-c:before {
  content: "\f108";
}

.ion-arrow-move:before {
  content: "\f263";
}

.ion-arrow-resize:before {
  content: "\f264";
}

.ion-arrow-return-left:before {
  content: "\f265";
}

.ion-arrow-return-right:before {
  content: "\f266";
}

.ion-arrow-right-a:before {
  content: "\f109";
}

.ion-arrow-right-b:before {
  content: "\f10a";
}

.ion-arrow-right-c:before {
  content: "\f10b";
}

.ion-arrow-shrink:before {
  content: "\f267";
}

.ion-arrow-swap:before {
  content: "\f268";
}

.ion-arrow-up-a:before {
  content: "\f10c";
}

.ion-arrow-up-b:before {
  content: "\f10d";
}

.ion-arrow-up-c:before {
  content: "\f10e";
}

.ion-asterisk:before {
  content: "\f314";
}

.ion-at:before {
  content: "\f10f";
}

.ion-bag:before {
  content: "\f110";
}

.ion-battery-charging:before {
  content: "\f111";
}

.ion-battery-empty:before {
  content: "\f112";
}

.ion-battery-full:before {
  content: "\f113";
}

.ion-battery-half:before {
  content: "\f114";
}

.ion-battery-low:before {
  content: "\f115";
}

.ion-beaker:before {
  content: "\f269";
}

.ion-beer:before {
  content: "\f26a";
}

.ion-bluetooth:before {
  content: "\f116";
}

.ion-bonfire:before {
  content: "\f315";
}

.ion-bookmark:before {
  content: "\f26b";
}

.ion-briefcase:before {
  content: "\f26c";
}

.ion-bug:before {
  content: "\f2be";
}

.ion-calculator:before {
  content: "\f26d";
}

.ion-calendar:before {
  content: "\f117";
}

.ion-camera:before {
  content: "\f118";
}

.ion-card:before {
  content: "\f119";
}

.ion-cash:before {
  content: "\f316";
}

.ion-chatbox:before {
  content: "\f11b";
}

.ion-chatbox-working:before {
  content: "\f11a";
}

.ion-chatboxes:before {
  content: "\f11c";
}

.ion-chatbubble:before {
  content: "\f11e";
}

.ion-chatbubble-working:before {
  content: "\f11d";
}

.ion-chatbubbles:before {
  content: "\f11f";
}

.ion-checkmark:before {
  content: "\f122";
}

.ion-checkmark-circled:before {
  content: "\f120";
}

.ion-checkmark-round:before {
  content: "\f121";
}

.ion-chevron-down:before {
  content: "\f123";
}

.ion-chevron-left:before {
  content: "\f124";
}

.ion-chevron-right:before {
  content: "\f125";
}

.ion-chevron-up:before {
  content: "\f126";
}

.ion-clipboard:before {
  content: "\f127";
}

.ion-clock:before {
  content: "\f26e";
}

.ion-close:before {
  content: "\f12a";
}

.ion-close-circled:before {
  content: "\f128";
}

.ion-close-round:before {
  content: "\f129";
}

.ion-closed-captioning:before {
  content: "\f317";
}

.ion-cloud:before {
  content: "\f12b";
}

.ion-code:before {
  content: "\f271";
}

.ion-code-download:before {
  content: "\f26f";
}

.ion-code-working:before {
  content: "\f270";
}

.ion-coffee:before {
  content: "\f272";
}

.ion-compass:before {
  content: "\f273";
}

.ion-compose:before {
  content: "\f12c";
}

.ion-connection-bars:before {
  content: "\f274";
}

.ion-contrast:before {
  content: "\f275";
}

.ion-cube:before {
  content: "\f318";
}

.ion-disc:before {
  content: "\f12d";
}

.ion-document:before {
  content: "\f12f";
}

.ion-document-text:before {
  content: "\f12e";
}

.ion-drag:before {
  content: "\f130";
}

.ion-earth:before {
  content: "\f276";
}

.ion-edit:before {
  content: "\f2bf";
}

.ion-egg:before {
  content: "\f277";
}

.ion-eject:before {
  content: "\f131";
}

.ion-email:before {
  content: "\f132";
}

.ion-eye:before {
  content: "\f133";
}

.ion-eye-disabled:before {
  content: "\f306";
}

.ion-female:before {
  content: "\f278";
}

.ion-filing:before {
  content: "\f134";
}

.ion-film-marker:before {
  content: "\f135";
}

.ion-fireball:before {
  content: "\f319";
}

.ion-flag:before {
  content: "\f279";
}

.ion-flame:before {
  content: "\f31a";
}

.ion-flash:before {
  content: "\f137";
}

.ion-flash-off:before {
  content: "\f136";
}

.ion-flask:before {
  content: "\f138";
}

.ion-folder:before {
  content: "\f139";
}

.ion-fork:before {
  content: "\f27a";
}

.ion-fork-repo:before {
  content: "\f2c0";
}

.ion-forward:before {
  content: "\f13a";
}

.ion-funnel:before {
  content: "\f31b";
}

.ion-game-controller-a:before {
  content: "\f13b";
}

.ion-game-controller-b:before {
  content: "\f13c";
}

.ion-gear-a:before {
  content: "\f13d";
}

.ion-gear-b:before {
  content: "\f13e";
}

.ion-grid:before {
  content: "\f13f";
}

.ion-hammer:before {
  content: "\f27b";
}

.ion-happy:before {
  content: "\f31c";
}

.ion-headphone:before {
  content: "\f140";
}

.ion-heart:before {
  content: "\f141";
}

.ion-heart-broken:before {
  content: "\f31d";
}

.ion-help:before {
  content: "\f143";
}

.ion-help-buoy:before {
  content: "\f27c";
}

.ion-help-circled:before {
  content: "\f142";
}

.ion-home:before {
  content: "\f144";
}

.ion-icecream:before {
  content: "\f27d";
}

.ion-icon-social-google-plus:before {
  content: "\f146";
}

.ion-icon-social-google-plus-outline:before {
  content: "\f145";
}

.ion-image:before {
  content: "\f147";
}

.ion-images:before {
  content: "\f148";
}

.ion-information:before {
  content: "\f14a";
}

.ion-information-circled:before {
  content: "\f149";
}

.ion-ionic:before {
  content: "\f14b";
}

.ion-ios7-alarm:before {
  content: "\f14d";
}

.ion-ios7-alarm-outline:before {
  content: "\f14c";
}

.ion-ios7-albums:before {
  content: "\f14f";
}

.ion-ios7-albums-outline:before {
  content: "\f14e";
}

.ion-ios7-americanfootball:before {
  content: "\f31f";
}

.ion-ios7-americanfootball-outline:before {
  content: "\f31e";
}

.ion-ios7-analytics:before {
  content: "\f321";
}

.ion-ios7-analytics-outline:before {
  content: "\f320";
}

.ion-ios7-arrow-back:before {
  content: "\f150";
}

.ion-ios7-arrow-down:before {
  content: "\f151";
}

.ion-ios7-arrow-forward:before {
  content: "\f152";
}

.ion-ios7-arrow-left:before {
  content: "\f153";
}

.ion-ios7-arrow-right:before {
  content: "\f154";
}

.ion-ios7-arrow-thin-down:before {
  content: "\f27e";
}

.ion-ios7-arrow-thin-left:before {
  content: "\f27f";
}

.ion-ios7-arrow-thin-right:before {
  content: "\f280";
}

.ion-ios7-arrow-thin-up:before {
  content: "\f281";
}

.ion-ios7-arrow-up:before {
  content: "\f155";
}

.ion-ios7-at:before {
  content: "\f157";
}

.ion-ios7-at-outline:before {
  content: "\f156";
}

.ion-ios7-barcode:before {
  content: "\f323";
}

.ion-ios7-barcode-outline:before {
  content: "\f322";
}

.ion-ios7-baseball:before {
  content: "\f325";
}

.ion-ios7-baseball-outline:before {
  content: "\f324";
}

.ion-ios7-basketball:before {
  content: "\f327";
}

.ion-ios7-basketball-outline:before {
  content: "\f326";
}

.ion-ios7-bell:before {
  content: "\f159";
}

.ion-ios7-bell-outline:before {
  content: "\f158";
}

.ion-ios7-bolt:before {
  content: "\f15b";
}

.ion-ios7-bolt-outline:before {
  content: "\f15a";
}

.ion-ios7-bookmarks:before {
  content: "\f15d";
}

.ion-ios7-bookmarks-outline:before {
  content: "\f15c";
}

.ion-ios7-box:before {
  content: "\f15f";
}

.ion-ios7-box-outline:before {
  content: "\f15e";
}

.ion-ios7-briefcase:before {
  content: "\f283";
}

.ion-ios7-briefcase-outline:before {
  content: "\f282";
}

.ion-ios7-browsers:before {
  content: "\f161";
}

.ion-ios7-browsers-outline:before {
  content: "\f160";
}

.ion-ios7-calculator:before {
  content: "\f285";
}

.ion-ios7-calculator-outline:before {
  content: "\f284";
}

.ion-ios7-calendar:before {
  content: "\f163";
}

.ion-ios7-calendar-outline:before {
  content: "\f162";
}

.ion-ios7-camera:before {
  content: "\f165";
}

.ion-ios7-camera-outline:before {
  content: "\f164";
}

.ion-ios7-cart:before {
  content: "\f167";
}

.ion-ios7-cart-outline:before {
  content: "\f166";
}

.ion-ios7-chatboxes:before {
  content: "\f169";
}

.ion-ios7-chatboxes-outline:before {
  content: "\f168";
}

.ion-ios7-chatbubble:before {
  content: "\f16b";
}

.ion-ios7-chatbubble-outline:before {
  content: "\f16a";
}

.ion-ios7-checkmark:before {
  content: "\f16e";
}

.ion-ios7-checkmark-empty:before {
  content: "\f16c";
}

.ion-ios7-checkmark-outline:before {
  content: "\f16d";
}

.ion-ios7-circle-filled:before {
  content: "\f16f";
}

.ion-ios7-circle-outline:before {
  content: "\f170";
}

.ion-ios7-clock:before {
  content: "\f172";
}

.ion-ios7-clock-outline:before {
  content: "\f171";
}

.ion-ios7-close:before {
  content: "\f2bc";
}

.ion-ios7-close-empty:before {
  content: "\f2bd";
}

.ion-ios7-close-outline:before {
  content: "\f2bb";
}

.ion-ios7-cloud:before {
  content: "\f178";
}

.ion-ios7-cloud-download:before {
  content: "\f174";
}

.ion-ios7-cloud-download-outline:before {
  content: "\f173";
}

.ion-ios7-cloud-outline:before {
  content: "\f175";
}

.ion-ios7-cloud-upload:before {
  content: "\f177";
}

.ion-ios7-cloud-upload-outline:before {
  content: "\f176";
}

.ion-ios7-cloudy:before {
  content: "\f17a";
}

.ion-ios7-cloudy-night:before {
  content: "\f308";
}

.ion-ios7-cloudy-night-outline:before {
  content: "\f307";
}

.ion-ios7-cloudy-outline:before {
  content: "\f179";
}

.ion-ios7-cog:before {
  content: "\f17c";
}

.ion-ios7-cog-outline:before {
  content: "\f17b";
}

.ion-ios7-compose:before {
  content: "\f17e";
}

.ion-ios7-compose-outline:before {
  content: "\f17d";
}

.ion-ios7-contact:before {
  content: "\f180";
}

.ion-ios7-contact-outline:before {
  content: "\f17f";
}

.ion-ios7-copy:before {
  content: "\f182";
}

.ion-ios7-copy-outline:before {
  content: "\f181";
}

.ion-ios7-download:before {
  content: "\f184";
}

.ion-ios7-download-outline:before {
  content: "\f183";
}

.ion-ios7-drag:before {
  content: "\f185";
}

.ion-ios7-email:before {
  content: "\f187";
}

.ion-ios7-email-outline:before {
  content: "\f186";
}

.ion-ios7-expand:before {
  content: "\f30d";
}

.ion-ios7-eye:before {
  content: "\f189";
}

.ion-ios7-eye-outline:before {
  content: "\f188";
}

.ion-ios7-fastforward:before {
  content: "\f18b";
}

.ion-ios7-fastforward-outline:before {
  content: "\f18a";
}

.ion-ios7-filing:before {
  content: "\f18d";
}

.ion-ios7-filing-outline:before {
  content: "\f18c";
}

.ion-ios7-film:before {
  content: "\f18f";
}

.ion-ios7-film-outline:before {
  content: "\f18e";
}

.ion-ios7-flag:before {
  content: "\f191";
}

.ion-ios7-flag-outline:before {
  content: "\f190";
}

.ion-ios7-folder:before {
  content: "\f193";
}

.ion-ios7-folder-outline:before {
  content: "\f192";
}

.ion-ios7-football:before {
  content: "\f329";
}

.ion-ios7-football-outline:before {
  content: "\f328";
}

.ion-ios7-gear:before {
  content: "\f195";
}

.ion-ios7-gear-outline:before {
  content: "\f194";
}

.ion-ios7-glasses:before {
  content: "\f197";
}

.ion-ios7-glasses-outline:before {
  content: "\f196";
}

.ion-ios7-heart:before {
  content: "\f199";
}

.ion-ios7-heart-outline:before {
  content: "\f198";
}

.ion-ios7-help:before {
  content: "\f19c";
}

.ion-ios7-help-empty:before {
  content: "\f19a";
}

.ion-ios7-help-outline:before {
  content: "\f19b";
}

.ion-ios7-home:before {
  content: "\f32b";
}

.ion-ios7-home-outline:before {
  content: "\f32a";
}

.ion-ios7-infinite:before {
  content: "\f19e";
}

.ion-ios7-infinite-outline:before {
  content: "\f19d";
}

.ion-ios7-information:before {
  content: "\f1a1";
}

.ion-ios7-information-empty:before {
  content: "\f19f";
}

.ion-ios7-information-outline:before {
  content: "\f1a0";
}

.ion-ios7-ionic-outline:before {
  content: "\f1a2";
}

.ion-ios7-keypad:before {
  content: "\f1a4";
}

.ion-ios7-keypad-outline:before {
  content: "\f1a3";
}

.ion-ios7-lightbulb:before {
  content: "\f287";
}

.ion-ios7-lightbulb-outline:before {
  content: "\f286";
}

.ion-ios7-location:before {
  content: "\f1a6";
}

.ion-ios7-location-outline:before {
  content: "\f1a5";
}

.ion-ios7-locked:before {
  content: "\f1a8";
}

.ion-ios7-locked-outline:before {
  content: "\f1a7";
}

.ion-ios7-loop:before {
  content: "\f32d";
}

.ion-ios7-loop-strong:before {
  content: "\f32c";
}

.ion-ios7-medkit:before {
  content: "\f289";
}

.ion-ios7-medkit-outline:before {
  content: "\f288";
}

.ion-ios7-mic:before {
  content: "\f1ab";
}

.ion-ios7-mic-off:before {
  content: "\f1a9";
}

.ion-ios7-mic-outline:before {
  content: "\f1aa";
}

.ion-ios7-minus:before {
  content: "\f1ae";
}

.ion-ios7-minus-empty:before {
  content: "\f1ac";
}

.ion-ios7-minus-outline:before {
  content: "\f1ad";
}

.ion-ios7-monitor:before {
  content: "\f1b0";
}

.ion-ios7-monitor-outline:before {
  content: "\f1af";
}

.ion-ios7-moon:before {
  content: "\f1b2";
}

.ion-ios7-moon-outline:before {
  content: "\f1b1";
}

.ion-ios7-more:before {
  content: "\f1b4";
}

.ion-ios7-more-outline:before {
  content: "\f1b3";
}

.ion-ios7-musical-note:before {
  content: "\f1b5";
}

.ion-ios7-musical-notes:before {
  content: "\f1b6";
}

.ion-ios7-navigate:before {
  content: "\f1b8";
}

.ion-ios7-navigate-outline:before {
  content: "\f1b7";
}

.ion-ios7-paper:before {
  content: "\f32f";
}

.ion-ios7-paper-outline:before {
  content: "\f32e";
}

.ion-ios7-paperplane:before {
  content: "\f1ba";
}

.ion-ios7-paperplane-outline:before {
  content: "\f1b9";
}

.ion-ios7-partlysunny:before {
  content: "\f1bc";
}

.ion-ios7-partlysunny-outline:before {
  content: "\f1bb";
}

.ion-ios7-pause:before {
  content: "\f1be";
}

.ion-ios7-pause-outline:before {
  content: "\f1bd";
}

.ion-ios7-paw:before {
  content: "\f331";
}

.ion-ios7-paw-outline:before {
  content: "\f330";
}

.ion-ios7-people:before {
  content: "\f1c0";
}

.ion-ios7-people-outline:before {
  content: "\f1bf";
}

.ion-ios7-person:before {
  content: "\f1c2";
}

.ion-ios7-person-outline:before {
  content: "\f1c1";
}

.ion-ios7-personadd:before {
  content: "\f1c4";
}

.ion-ios7-personadd-outline:before {
  content: "\f1c3";
}

.ion-ios7-photos:before {
  content: "\f1c6";
}

.ion-ios7-photos-outline:before {
  content: "\f1c5";
}

.ion-ios7-pie:before {
  content: "\f28b";
}

.ion-ios7-pie-outline:before {
  content: "\f28a";
}

.ion-ios7-play:before {
  content: "\f1c8";
}

.ion-ios7-play-outline:before {
  content: "\f1c7";
}

.ion-ios7-plus:before {
  content: "\f1cb";
}

.ion-ios7-plus-empty:before {
  content: "\f1c9";
}

.ion-ios7-plus-outline:before {
  content: "\f1ca";
}

.ion-ios7-pricetag:before {
  content: "\f28d";
}

.ion-ios7-pricetag-outline:before {
  content: "\f28c";
}

.ion-ios7-pricetags:before {
  content: "\f333";
}

.ion-ios7-pricetags-outline:before {
  content: "\f332";
}

.ion-ios7-printer:before {
  content: "\f1cd";
}

.ion-ios7-printer-outline:before {
  content: "\f1cc";
}

.ion-ios7-pulse:before {
  content: "\f335";
}

.ion-ios7-pulse-strong:before {
  content: "\f334";
}

.ion-ios7-rainy:before {
  content: "\f1cf";
}

.ion-ios7-rainy-outline:before {
  content: "\f1ce";
}

.ion-ios7-recording:before {
  content: "\f1d1";
}

.ion-ios7-recording-outline:before {
  content: "\f1d0";
}

.ion-ios7-redo:before {
  content: "\f1d3";
}

.ion-ios7-redo-outline:before {
  content: "\f1d2";
}

.ion-ios7-refresh:before {
  content: "\f1d6";
}

.ion-ios7-refresh-empty:before {
  content: "\f1d4";
}

.ion-ios7-refresh-outline:before {
  content: "\f1d5";
}

.ion-ios7-reload:before, .ion-ios7-reloading:before {
  content: "\f28e";
}

.ion-ios7-reverse-camera:before {
  content: "\f337";
}

.ion-ios7-reverse-camera-outline:before {
  content: "\f336";
}

.ion-ios7-rewind:before {
  content: "\f1d8";
}

.ion-ios7-rewind-outline:before {
  content: "\f1d7";
}

.ion-ios7-search:before {
  content: "\f1da";
}

.ion-ios7-search-strong:before {
  content: "\f1d9";
}

.ion-ios7-settings:before {
  content: "\f339";
}

.ion-ios7-settings-strong:before {
  content: "\f338";
}

.ion-ios7-shrink:before {
  content: "\f30e";
}

.ion-ios7-skipbackward:before {
  content: "\f1dc";
}

.ion-ios7-skipbackward-outline:before {
  content: "\f1db";
}

.ion-ios7-skipforward:before {
  content: "\f1de";
}

.ion-ios7-skipforward-outline:before {
  content: "\f1dd";
}

.ion-ios7-snowy:before {
  content: "\f309";
}

.ion-ios7-speedometer:before {
  content: "\f290";
}

.ion-ios7-speedometer-outline:before {
  content: "\f28f";
}

.ion-ios7-star:before {
  content: "\f1e0";
}

.ion-ios7-star-half:before {
  content: "\f33a";
}

.ion-ios7-star-outline:before {
  content: "\f1df";
}

.ion-ios7-stopwatch:before {
  content: "\f1e2";
}

.ion-ios7-stopwatch-outline:before {
  content: "\f1e1";
}

.ion-ios7-sunny:before {
  content: "\f1e4";
}

.ion-ios7-sunny-outline:before {
  content: "\f1e3";
}

.ion-ios7-telephone:before {
  content: "\f1e6";
}

.ion-ios7-telephone-outline:before {
  content: "\f1e5";
}

.ion-ios7-tennisball:before {
  content: "\f33c";
}

.ion-ios7-tennisball-outline:before {
  content: "\f33b";
}

.ion-ios7-thunderstorm:before {
  content: "\f1e8";
}

.ion-ios7-thunderstorm-outline:before {
  content: "\f1e7";
}

.ion-ios7-time:before {
  content: "\f292";
}

.ion-ios7-time-outline:before {
  content: "\f291";
}

.ion-ios7-timer:before {
  content: "\f1ea";
}

.ion-ios7-timer-outline:before {
  content: "\f1e9";
}

.ion-ios7-toggle:before {
  content: "\f33e";
}

.ion-ios7-toggle-outline:before {
  content: "\f33d";
}

.ion-ios7-trash:before {
  content: "\f1ec";
}

.ion-ios7-trash-outline:before {
  content: "\f1eb";
}

.ion-ios7-undo:before {
  content: "\f1ee";
}

.ion-ios7-undo-outline:before {
  content: "\f1ed";
}

.ion-ios7-unlocked:before {
  content: "\f1f0";
}

.ion-ios7-unlocked-outline:before {
  content: "\f1ef";
}

.ion-ios7-upload:before {
  content: "\f1f2";
}

.ion-ios7-upload-outline:before {
  content: "\f1f1";
}

.ion-ios7-videocam:before {
  content: "\f1f4";
}

.ion-ios7-videocam-outline:before {
  content: "\f1f3";
}

.ion-ios7-volume-high:before {
  content: "\f1f5";
}

.ion-ios7-volume-low:before {
  content: "\f1f6";
}

.ion-ios7-wineglass:before {
  content: "\f294";
}

.ion-ios7-wineglass-outline:before {
  content: "\f293";
}

.ion-ios7-world:before {
  content: "\f1f8";
}

.ion-ios7-world-outline:before {
  content: "\f1f7";
}

.ion-ipad:before {
  content: "\f1f9";
}

.ion-iphone:before {
  content: "\f1fa";
}

.ion-ipod:before {
  content: "\f1fb";
}

.ion-jet:before {
  content: "\f295";
}

.ion-key:before {
  content: "\f296";
}

.ion-knife:before {
  content: "\f297";
}

.ion-laptop:before {
  content: "\f1fc";
}

.ion-leaf:before {
  content: "\f1fd";
}

.ion-levels:before {
  content: "\f298";
}

.ion-lightbulb:before {
  content: "\f299";
}

.ion-link:before {
  content: "\f1fe";
}

.ion-load-a:before, .ion-loading-a:before {
  content: "\f29a";
}

.ion-load-b:before, .ion-loading-b:before {
  content: "\f29b";
}

.ion-load-c:before, .ion-loading-c:before {
  content: "\f29c";
}

.ion-load-d:before, .ion-loading-d:before {
  content: "\f29d";
}

.ion-location:before {
  content: "\f1ff";
}

.ion-locked:before {
  content: "\f200";
}

.ion-log-in:before {
  content: "\f29e";
}

.ion-log-out:before {
  content: "\f29f";
}

.ion-loop:before, .ion-looping:before {
  content: "\f201";
}

.ion-magnet:before {
  content: "\f2a0";
}

.ion-male:before {
  content: "\f2a1";
}

.ion-man:before {
  content: "\f202";
}

.ion-map:before {
  content: "\f203";
}

.ion-medkit:before {
  content: "\f2a2";
}

.ion-merge:before {
  content: "\f33f";
}

.ion-mic-a:before {
  content: "\f204";
}

.ion-mic-b:before {
  content: "\f205";
}

.ion-mic-c:before {
  content: "\f206";
}

.ion-minus:before {
  content: "\f209";
}

.ion-minus-circled:before {
  content: "\f207";
}

.ion-minus-round:before {
  content: "\f208";
}

.ion-model-s:before {
  content: "\f2c1";
}

.ion-monitor:before {
  content: "\f20a";
}

.ion-more:before {
  content: "\f20b";
}

.ion-mouse:before {
  content: "\f340";
}

.ion-music-note:before {
  content: "\f20c";
}

.ion-navicon:before {
  content: "\f20e";
}

.ion-navicon-round:before {
  content: "\f20d";
}

.ion-navigate:before {
  content: "\f2a3";
}

.ion-network:before {
  content: "\f341";
}

.ion-no-smoking:before {
  content: "\f2c2";
}

.ion-nuclear:before {
  content: "\f2a4";
}

.ion-outlet:before {
  content: "\f342";
}

.ion-paper-airplane:before {
  content: "\f2c3";
}

.ion-paperclip:before {
  content: "\f20f";
}

.ion-pause:before {
  content: "\f210";
}

.ion-person:before {
  content: "\f213";
}

.ion-person-add:before {
  content: "\f211";
}

.ion-person-stalker:before {
  content: "\f212";
}

.ion-pie-graph:before {
  content: "\f2a5";
}

.ion-pin:before {
  content: "\f2a6";
}

.ion-pinpoint:before {
  content: "\f2a7";
}

.ion-pizza:before {
  content: "\f2a8";
}

.ion-plane:before {
  content: "\f214";
}

.ion-planet:before {
  content: "\f343";
}

.ion-play:before {
  content: "\f215";
}

.ion-playstation:before {
  content: "\f30a";
}

.ion-plus:before {
  content: "\f218";
}

.ion-plus-circled:before {
  content: "\f216";
}

.ion-plus-round:before {
  content: "\f217";
}

.ion-podium:before {
  content: "\f344";
}

.ion-pound:before {
  content: "\f219";
}

.ion-power:before {
  content: "\f2a9";
}

.ion-pricetag:before {
  content: "\f2aa";
}

.ion-pricetags:before {
  content: "\f2ab";
}

.ion-printer:before {
  content: "\f21a";
}

.ion-pull-request:before {
  content: "\f345";
}

.ion-qr-scanner:before {
  content: "\f346";
}

.ion-quote:before {
  content: "\f347";
}

.ion-radio-waves:before {
  content: "\f2ac";
}

.ion-record:before {
  content: "\f21b";
}

.ion-refresh:before, .ion-refreshing:before {
  content: "\f21c";
}

.ion-reply:before {
  content: "\f21e";
}

.ion-reply-all:before {
  content: "\f21d";
}

.ion-ribbon-a:before {
  content: "\f348";
}

.ion-ribbon-b:before {
  content: "\f349";
}

.ion-sad:before {
  content: "\f34a";
}

.ion-scissors:before {
  content: "\f34b";
}

.ion-search:before {
  content: "\f21f";
}

.ion-settings:before {
  content: "\f2ad";
}

.ion-share:before {
  content: "\f220";
}

.ion-shuffle:before {
  content: "\f221";
}

.ion-skip-backward:before {
  content: "\f222";
}

.ion-skip-forward:before {
  content: "\f223";
}

.ion-social-android:before {
  content: "\f225";
}

.ion-social-android-outline:before {
  content: "\f224";
}

.ion-social-apple:before {
  content: "\f227";
}

.ion-social-apple-outline:before {
  content: "\f226";
}

.ion-social-bitcoin:before {
  content: "\f2af";
}

.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

.ion-social-buffer:before {
  content: "\f229";
}

.ion-social-buffer-outline:before {
  content: "\f228";
}

.ion-social-designernews:before {
  content: "\f22b";
}

.ion-social-designernews-outline:before {
  content: "\f22a";
}

.ion-social-dribbble:before {
  content: "\f22d";
}

.ion-social-dribbble-outline:before {
  content: "\f22c";
}

.ion-social-dropbox:before {
  content: "\f22f";
}

.ion-social-dropbox-outline:before {
  content: "\f22e";
}

.ion-social-facebook:before {
  content: "\f231";
}

.ion-social-facebook-outline:before {
  content: "\f230";
}

.ion-social-foursquare:before {
  content: "\f34d";
}

.ion-social-foursquare-outline:before {
  content: "\f34c";
}

.ion-social-freebsd-devil:before {
  content: "\f2c4";
}

.ion-social-github:before {
  content: "\f233";
}

.ion-social-github-outline:before {
  content: "\f232";
}

.ion-social-google:before {
  content: "\f34f";
}

.ion-social-google-outline:before {
  content: "\f34e";
}

.ion-social-googleplus:before {
  content: "\f235";
}

.ion-social-googleplus-outline:before {
  content: "\f234";
}

.ion-social-hackernews:before {
  content: "\f237";
}

.ion-social-hackernews-outline:before {
  content: "\f236";
}

.ion-social-instagram:before {
  content: "\f351";
}

.ion-social-instagram-outline:before {
  content: "\f350";
}

.ion-social-linkedin:before {
  content: "\f239";
}

.ion-social-linkedin-outline:before {
  content: "\f238";
}

.ion-social-pinterest:before {
  content: "\f2b1";
}

.ion-social-pinterest-outline:before {
  content: "\f2b0";
}

.ion-social-reddit:before {
  content: "\f23b";
}

.ion-social-reddit-outline:before {
  content: "\f23a";
}

.ion-social-rss:before {
  content: "\f23d";
}

.ion-social-rss-outline:before {
  content: "\f23c";
}

.ion-social-skype:before {
  content: "\f23f";
}

.ion-social-skype-outline:before {
  content: "\f23e";
}

.ion-social-tumblr:before {
  content: "\f241";
}

.ion-social-tumblr-outline:before {
  content: "\f240";
}

.ion-social-tux:before {
  content: "\f2c5";
}

.ion-social-twitter:before {
  content: "\f243";
}

.ion-social-twitter-outline:before {
  content: "\f242";
}

.ion-social-usd:before {
  content: "\f353";
}

.ion-social-usd-outline:before {
  content: "\f352";
}

.ion-social-vimeo:before {
  content: "\f245";
}

.ion-social-vimeo-outline:before {
  content: "\f244";
}

.ion-social-windows:before {
  content: "\f247";
}

.ion-social-windows-outline:before {
  content: "\f246";
}

.ion-social-wordpress:before {
  content: "\f249";
}

.ion-social-wordpress-outline:before {
  content: "\f248";
}

.ion-social-yahoo:before {
  content: "\f24b";
}

.ion-social-yahoo-outline:before {
  content: "\f24a";
}

.ion-social-youtube:before {
  content: "\f24d";
}

.ion-social-youtube-outline:before {
  content: "\f24c";
}

.ion-speakerphone:before {
  content: "\f2b2";
}

.ion-speedometer:before {
  content: "\f2b3";
}

.ion-spoon:before {
  content: "\f2b4";
}

.ion-star:before {
  content: "\f24e";
}

.ion-stats-bars:before {
  content: "\f2b5";
}

.ion-steam:before {
  content: "\f30b";
}

.ion-stop:before {
  content: "\f24f";
}

.ion-thermometer:before {
  content: "\f2b6";
}

.ion-thumbsdown:before {
  content: "\f250";
}

.ion-thumbsup:before {
  content: "\f251";
}

.ion-toggle:before {
  content: "\f355";
}

.ion-toggle-filled:before {
  content: "\f354";
}

.ion-trash-a:before {
  content: "\f252";
}

.ion-trash-b:before {
  content: "\f253";
}

.ion-trophy:before {
  content: "\f356";
}

.ion-umbrella:before {
  content: "\f2b7";
}

.ion-university:before {
  content: "\f357";
}

.ion-unlocked:before {
  content: "\f254";
}

.ion-upload:before {
  content: "\f255";
}

.ion-usb:before {
  content: "\f2b8";
}

.ion-videocamera:before {
  content: "\f256";
}

.ion-volume-high:before {
  content: "\f257";
}

.ion-volume-low:before {
  content: "\f258";
}

.ion-volume-medium:before {
  content: "\f259";
}

.ion-volume-mute:before {
  content: "\f25a";
}

.ion-wand:before {
  content: "\f358";
}

.ion-waterdrop:before {
  content: "\f25b";
}

.ion-wifi:before {
  content: "\f25c";
}

.ion-wineglass:before {
  content: "\f2b9";
}

.ion-woman:before {
  content: "\f25d";
}

.ion-wrench:before {
  content: "\f2ba";
}

.ion-xbox:before {
  content: "\f30c";
}

/** The MIT License* Copyright (c) 2012 Matias Meno <m@tias.me>*/
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
  line-height: normal;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-started {
  position: relative;
  overflow: hidden;
}
.dropzone.dz-started:before, .dropzone.dz-started:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 850;
}
.dropzone.dz-started:before {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 25px;
}
.dropzone.dz-started:after {
  background: url("../img/loading.gif") no-repeat center center;
  background-size: 40px;
  z-index: 900;
}

.dropzone.dz-drag-hover {
  border: 1px solid #d1d1d1;
  background-color: #e1e1e1;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 50px;
  margin: 5px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone.dz-started {
  background-image: none;
  padding: 20px;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 10px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 12px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
  letter-spacing: 0;
  position: absolute;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 11px;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 5px;
  font-size: 11px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
  display: none !important;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
  font-weight: 500;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 5px;
  overflow: hidden;
  width: 80px;
  height: 80px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 26px;
  height: 26px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 10px;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  width: 70px;
  margin-left: -35px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #448E3D;
  background: linear-gradient(to bottom, #56b24d, #448E3D);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.dropzone {
  background: #efefef url("../img/lp/icon-download.svg") no-repeat 30px 50%;
  background-size: 20px;
  border: 1px dashed #b7b7b7;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 25px;
  padding: 30px 40px 30px 60px;
  display: block;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  color: #000;
  margin: 0 5px 0 5px;
}
@media only screen and (max-width: 700px) {
  .dropzone {
    border-radius: 16px;
    padding: 20px 20px 20px 50px;
    background-position: 20px 50%;
  }
}
.dropzone .dz-message span {
  display: inline-block;
}

.demo-container {
  padding-bottom: 70px;
  max-width: 500px;
  margin: 0 auto;
}
.demo-container.live {
  padding: 20px 0 10px;
}
.demo-container.hybridZone {
  padding: 0 0 40px;
}
.demo-container.hybridMain {
  padding: 0 0 0;
}

/* Results
----------------------------------------------------- */
#results {
  display: none;
  cursor: auto !important;
  width: 100%;
  max-width: 1100px;
  overflow: hidden;
}
#results.loading:before, #results.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
#results.loading:before {
  background: rgba(255, 255, 255, 0.85);
}
#results.loading:after {
  background: url("../img/loading.gif") no-repeat center center;
  background-size: 80px;
}
#results .mainPhoto {
  text-align: center;
  display: block;
  max-height: 400px;
  object-position: 50% 50%;
  object-fit: contain;
  background: #f1f1f1;
  margin-bottom: 25px;
}
#results .mainPhoto img {
  display: block;
  max-height: 400px;
  margin: 0 auto;
}
#results .photos {
  width: 45%;
  float: left;
  padding: 0 10px 0 0;
}
#results .stats {
  margin-left: 50%;
  overflow: auto;
  max-height: 542px;
}
#results .stats div {
  float: left;
  max-width: 250px;
  padding: 20px;
  width: 50%;
}
#results h3 {
  color: #58b44a;
  padding-bottom: 10px;
  line-height: 23px;
}
#results ul, #results p {
  margin-bottom: 30px;
  padding-bottom: 0;
}
#results ul.nopad, #results p.nopad {
  margin-bottom: 0;
}
#results ul.tag, #results p.tag {
  margin-top: -30px;
  text-transform: capitalize;
}
#results li span {
  text-transform: capitalize;
}
#results li.celeb {
  font-size: 12px;
}
#results .face {
  font-size: 14px;
}
#results .face h5 {
  padding-bottom: 0px;
  margin-top: 25px;
  color: #000;
  text-transform: uppercase;
}
#results .face h5:first-child {
  margin-top: 0;
}
#results .face h6 {
  padding-top: 12px;
  font-size: 10.5px;
  text-transform: uppercase;
  color: #999;
  font-weight: normal;
  letter-spacing: 0.5px;
  padding-bottom: 3px;
}

.highlight {
  padding: 3px 5px 0;
  background: #ffe898;
  border-radius: 3px;
}

li.highlight {
  padding: 0 5px 0;
}

.samples {
  margin-top: 10px;
  /*
  	ul {
  		border-top:1px solid rgba(0,0,0,.1);
  		border-bottom:1px solid rgba(0,0,0,.1);
  		padding:20px 0 10px !important;
  		margin-top:-15px;
  		overflow: hidden;
  	}
  */
}
.samples .clips {
  display: block;
}
.samples h6 {
  font-size: 18px;
  padding: 0 10px 0 0;
  display: inline-block;
  color: #212121;
  background: #FFF;
  line-height: normal;
  position: relative;
  z-index: 10;
}
.samples .thumb {
  display: none;
  float: left;
  width: 90px;
  height: 90px;
  background-color: #333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 17px;
  position: relative;
}
.samples .thumb a {
  width: 100%;
  height: 100%;
  display: block;
}
.samples .thumb a.active:after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: -9px;
  background: #1ea34b;
  left: 0;
}
.samples .slider {
  padding: 0 0 8px !important;
}
.samples .slider.slick-initialized div.slide, .samples .slider.slick-initialized button {
  opacity: 1;
}
.samples .slider button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  border: 0;
  appearance: none;
  background-image: url("../img/lp/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px;
  width: 20px;
  text-indent: -999em;
  z-index: 20;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s linear;
  background-color: transparent;
}
.samples .slider button.slick-next {
  right: -20px;
  left: auto;
  background-image: url("../img/lp/arrow-right.svg");
}
.samples .slider button.slick-disabled {
  display: none !important;
}
.samples .slider div.slide {
  float: left;
  transition: opacity 0.5s linear;
  height: auto !important;
  opacity: 0;
  padding: 2px;
}
.samples .slider div.slide span {
  background: #000;
  display: block;
  position: relative;
}
.samples .slider div.slide span em {
  position: absolute;
  bottom: 0;
  z-index: 10;
  font-size: 10px;
  text-align: center;
  left: 0;
  right: 0;
  color: #FFF;
  font-style: normal;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.8;
  transition: all 0.2s ease;
}
.samples .slider div.slide span:hover em {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  padding-bottom: 3px;
}
.samples .slider div.slide a {
  position: relative;
  transition: all 0.4s ease;
  opacity: 0.5;
  display: block;
}
.samples .slider div.slide a img {
  display: block;
}
.samples .slider div.slide a:hover {
  opacity: 1;
}
.samples .slider div.slide a:before {
  transition: all 0.2s ease;
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border: 4px solid transparent;
}
.samples .slider div.slide a.active {
  opacity: 1;
}
.samples .slider div.slide a.active:before {
  border-color: #1ea34b;
}
.samples .slider div.slide.sample-01 a {
  background-image: url("../img/lp/sample-01.jpg");
}
.samples .slider div.slide.sample-02 a {
  background-image: url("../img/lp/sample-02.jpg");
}
.samples .slider div.slide.sample-03 a {
  background-image: url("../img/lp/sample-03.jpg");
}
.samples .slider div.slide.sample-04 a {
  background-image: url("../img/lp/sample-04.jpg");
}
.samples .slider div.slide.sample-05 a {
  background-image: url("../img/lp/sample-05.jpg");
}
.samples .slider div.slide.sample-06 a {
  background-image: url("../img/lp/sample-06.jpg");
}

.sample-link {
  font-size: 13px;
  text-align: center;
  display: block;
  padding: 5px 0;
}

/* Hybrid Demo
----------------------------------------------------------*/
.hybrid-results {
  margin-left: 48% !important;
}
.hybrid-results h3 {
  font-weight: 600;
  font-size: 20px;
  color: #000 !important;
}
.hybrid-results div {
  max-width: none !important;
  float: none !important;
  width: auto !important;
  padding: 0 !important;
}
.hybrid-results div.live {
  display: none;
  min-height: 125px;
  padding-top: 30px !important;
  margin-top: 30px;
  border-top: 1px solid #e1e1e1;
}
.hybrid-results div.live .processing {
  position: absolute;
  margin-right: 40px;
}
.hybrid-results div.live div img {
  display: block;
  width: 60px;
  margin: 0 10px 0 0;
  float: left;
}
.hybrid-results div.live div p {
  padding-top: 10px;
}
.hybrid-results #imageResults {
  margin: 0;
}
.hybrid-results #imageResults h5 {
  overflow: hidden;
  padding: 25px 0 20px;
  margin-bottom: 0;
}
.hybrid-results #imageResults h5:before {
  float: left;
  width: 50px;
  height: 50px;
  margin-top: -15px;
  margin-right: 15px;
  margin-bottom: 0;
}

#results .samples {
  position: relative;
}
#results .samples:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 20;
  opacity: 0;
  transition: opacity 0.2s linear;
}
#results.startLive .samples:after {
  right: -15px;
  opacity: 1;
}

#begin {
  margin-top: 115px;
  font-size: 28px;
  text-align: center;
  line-height: normal;
  font-weight: 400;
  color: #1ea34b;
  position: absolute;
  margin-right: 40px;
}

#msg {
  padding: 20px 5px 0;
  margin: 0 !important;
}
#msg span {
  color: #ee6600;
}
#msg p.disc {
  padding: 0;
  margin: 0;
}
#msg p.disc.celeb {
  margin-bottom: 20px !important;
}

.hybrid-stats {
  display: flex;
  margin: 0 !important;
}
.hybrid-stats li {
  width: 25%;
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
  background: #f1f1f1;
  margin-right: 10px;
}
.hybrid-stats li:last-child {
  margin-right: 0;
}
.hybrid-stats li h5 {
  display: block;
  line-height: normal;
}
.hybrid-stats li em {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../img/icon-clean.png");
  background-color: #58b44a;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-size: 18px;
  margin-bottom: 10px;
}
.hybrid-stats li.nope {
  background: rgba(193, 68, 62, 0.2);
}
.hybrid-stats li.nope em {
  background-image: url("../img/icon-dirty.png");
  background-color: #C1443E;
}

/* Media Queries
----------------------------------------------------------*/
@media only screen and (max-width: 756px) {
  #results.fancybox-content {
    padding: 20px;
    /* Hybrid */
  }
  #results.fancybox-content #begin {
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 220px;
    background: #FFF;
    font-size: 20px;
    display: flex;
    padding: 20px;
    align-items: center;
  }
  #results.fancybox-content #begin span {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  #results.fancybox-content .photos {
    width: 100%;
    float: none;
    padding: 0;
  }
  #results.fancybox-content .mainPhoto img {
    max-height: 200px;
  }
  #results.fancybox-content .stats {
    margin-left: 0;
  }
  #results.fancybox-content .stats div {
    max-width: none;
    padding: 15px;
    width: 50%;
  }
  #results.fancybox-content h3 {
    padding-bottom: 8px;
    line-height: normal;
    font-size: 16px;
  }
  #results.fancybox-content h3 br {
    display: none;
  }
  #results.fancybox-content .hybrid-results {
    margin: 20px 0 !important;
  }
  #results.fancybox-content .hybrid-results .hybrid-stats li {
    padding: 15px 0;
    margin-right: 2px;
  }
  #results.fancybox-content .hybrid-results .hybrid-stats li em {
    width: 25px;
    height: 25px;
    background-size: 13px;
  }
  #results.fancybox-content .hybrid-results .hybrid-stats li h5 {
    font-size: 12px;
  }
  #results.fancybox-content .hybrid-results #msg {
    font-size: 14px;
    line-height: normal;
  }
  #results.fancybox-content .hybrid-results #msg p.disc.celeb {
    margin-bottom: 10px !important;
  }
  #results.fancybox-content .hybrid-results .live {
    padding-top: 20px !important;
    margin-top: 20px;
  }
  #results.fancybox-content .hybrid-results .live .processing img {
    width: 50px;
  }
  #results.fancybox-content .hybrid-results .live .processing p {
    padding-top: 0;
    font-size: 13px;
    margin-left: 65px;
    line-height: normal;
  }
  #results.fancybox-content #imageResults h5 {
    padding: 5px 0 15px 0;
    font-size: 15px;
    line-height: normal;
  }
  #results.fancybox-content #imageResults h5:before {
    width: 30px;
    height: 30px;
    background-size: 16px;
    margin-top: 0;
    margin-right: 10px;
  }
  #results.fancybox-content #imageResults .btn {
    width: 100%;
    font-size: 16px;
    padding: 14px 0;
  }
  .fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 5px 8px;
    background: #FFF;
    border-bottom-left-radius: 5px;
    width: 40px;
    opacity: 1;
  }
  .samples .thumb, #my-overlay-dropzone {
    display: none;
  }
  .samples .clips {
    margin: 0;
  }
  .samples h6 {
    font-size: 13px;
    top: -5px;
  }
}
/* Demo
----------------------------------------------------- */
#demo2024 {
  padding: 30px 0;
  position: relative;
  border-radius: 8px;
}
#demo2024 h2 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 700px) {
  #demo2024 h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
#demo2024 p.subhead {
  text-align: center;
  font-size: 22px;
  margin-bottom: 35px !important;
  padding: 0;
  max-width: none;
}
@media only screen and (max-width: 700px) {
  #demo2024 p.subhead {
    font-size: 16px;
  }
}
#demo2024 aside {
  display: none;
}
#demo2024 .wrap {
  max-width: 1200px;
  color: #000;
  position: relative;
}
#demo2024 .wrap h4 {
  color: #6CB644;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.338px;
  padding: 0;
}
#demo2024 .wrap .container {
  display: flex;
  position: relative;
}
#demo2024 .wrap figure {
  width: calc(100% - 340px);
  display: inline-flex;
  align-items: center;
  background: #f1f1f1;
  position: relative;
}
#demo2024 .wrap figure #moderated-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#demo2024 .wrap figure #moderated-photo em {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  bottom: 0;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: ease 0.5s all;
  transition-delay: 0.3s;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
  font-size: 20px;
}
@media only screen and (max-width: 700px) {
  #demo2024 .wrap figure #moderated-photo em {
    font-size: 15px;
    padding: 10px 0 20px;
  }
}
#demo2024 .wrap figure #moderated-photo.challenge em {
  opacity: 1;
  visibility: visible;
}
#demo2024 .wrap aside {
  width: 340px;
  padding: 20px;
  border: 5px solid #37AB4C;
}
#demo2024 .wrap aside h5 {
  background: #EFEFEF;
  border-top: 1px solid #B7B7B7;
  border-bottom: 1px solid #B7B7B7;
  padding: 4px 8px;
  color: #000;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-top: 10px;
  margin-bottom: 5px;
}
#demo2024 .wrap aside h4, #demo2024 .wrap aside h5, #demo2024 .wrap aside ul {
  transition: ease 0.5s all;
}
#demo2024 .wrap aside ul li {
  padding: 5px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4A4A4A;
  font-family: Poppins;
  font-size: 13px;
}
#demo2024 .wrap aside ul li.indent {
  border-left: 4px solid #e1e1e1;
  padding-left: 8px;
  margin-left: 4px;
}
#demo2024 .wrap aside ul li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#demo2024 .wrap aside ul li strong {
  font-weight: 600 !important;
}
#demo2024 .wrap aside ul li .percent {
  font-weight: 300;
  margin-left: 8px;
  width: 50px;
  text-align: right;
}
#demo2024 .wrap aside ul li .bar {
  background: #e1e1e1;
  width: 18%;
  overflow: hidden;
  border-radius: 8px;
  display: block;
  height: 8px;
  margin-left: auto;
}
#demo2024 .wrap aside ul li .bar span {
  display: block;
  height: 8px;
  border-radius: 8px;
  background: linear-gradient(90deg, #B44110 0%, #F98D29 100%);
}
@media only screen and (max-width: 700px) {
  #demo2024 .container {
    flex-wrap: wrap;
  }
  #demo2024 .container figure {
    height: 225px;
    width: 100%;
    order: 1;
  }
  #demo2024 .container aside {
    width: 100%;
    order: 3;
  }
  #demo2024 .container .inline-overlay {
    order: 2;
    position: relative;
    width: 100%;
    max-width: none;
    box-shadow: none;
    border: 3px solid #e1e1e1;
    top: auto;
    right: auto;
    padding: 20px;
  }
  #demo2024 .container .inline-overlay:before {
    border-right: 14px solid transparent;
    border-bottom: 14px solid #FFF;
    border-left: 14px solid transparent;
    border-top: none;
    top: -14px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }
  #demo2024 .container .inline-overlay:after {
    content: "";
    border-right: 16px solid transparent;
    border-bottom: 16px solid #e1e1e1;
    border-left: 16px solid transparent;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -18px;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.spin {
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#theDemo {
  position: relative;
}
#theDemo.loading:before, #theDemo.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
#theDemo.loading:before {
  background: rgba(255, 255, 255, 0.85);
}
#theDemo.loading:after {
  background: url("../img/demo/loading-green.gif") no-repeat center center;
  background-size: 80px;
}
#theDemo.loading aside ul {
  opacity: 0;
}

/* Overlays */
.inline-overlay {
  position: absolute;
  top: 30px;
  right: 400px;
  background: #FFF;
  padding: 30px;
  max-width: 340px;
  width: 100%;
  display: none;
  box-shadow: 0 0 13px 6px rgba(0, 0, 0, 0.35);
  line-height: 145%;
  font-size: 16px;
}
.inline-overlay:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #FFF;
  top: 40px;
  right: -15px;
}
.inline-overlay h3 {
  color: #58b44a;
  margin: 10px 0 20px;
  font-size: 24px !important;
}
.inline-overlay .desc {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.187px;
  margin-top: 10px;
  text-align: left;
}
.inline-overlay .btn {
  border-radius: 0 !important;
  padding: 18px !important;
  width: 100%;
  box-sizing: border-box !important;
  letter-spacing: 1px !important;
}
.inline-overlay .status {
  display: none;
}
.inline-overlay .close {
  font-weight: bold;
  display: block;
  font-size: 16px;
  float: right;
  appearance: none;
  border: 0;
  background: none;
  color: #1ea34b;
  cursor: pointer;
}
.inline-overlay .close:hover {
  color: #58b44a;
}

/* Header & Navigation
---------------------------------------------------------- */
header {
  background: #242424;
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
header .meta {
  background: #000;
}
header .meta .wrap {
  padding: 8px 20px !important;
}
header .meta ul {
  display: flex;
  font-size: 14px;
  justify-content: flex-end;
}
header .meta ul li {
  margin-left: 24px;
}
header .meta ul li a {
  color: #bbb;
}
header .meta ul li a:hover {
  color: #FFF;
}
header .meta ul li a.login {
  color: #1ea34b;
}
header .wrap {
  max-width: 1200px !important;
  box-sizing: border-box;
  overflow: inherit;
}
header #mainHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0;
  padding-top: 0;
}
header #mainHeader:after {
  display: none;
}
header #mainHeader a.mainLogo {
  display: block;
  background: url("/site/wp-content/themes/webpurify/img/intouchcx_webpurify.svg") no-repeat 0 0;
  text-indent: -9999em;
  height: 75px;
  width: 225px;
  background-size: 100%;
}
header #mainHeader .mainNav > ul {
  display: flex;
  height: 98px;
  align-items: center;
}
header #mainHeader .mainNav > ul li {
  padding: 0 32px 0 0;
  height: 100%;
  align-items: center;
  display: inline-flex;
}
header #mainHeader .mainNav > ul li .mainLink {
  font-size: 17px;
  font-weight: 500;
  color: #FFF;
  display: block;
  padding-bottom: 6px;
  padding-top: 6px;
  cursor: pointer;
  transition: ease 0.3s all;
}
header #mainHeader .mainNav > ul li:hover .mainLink {
  color: #ddd;
}
header #mainHeader .mainNav > ul li.active .mainLink {
  color: #1ea34b;
  position: relative;
}
header #mainHeader .mainNav > ul li.active .mainLink:before {
  content: "";
  height: 2px;
  background: #1ea34b;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
header #mainHeader .mainNav > ul li.dd {
  /* Sub Navigation */
}
header #mainHeader .mainNav > ul li.dd .mainLink:after {
  display: inline-block;
  background: url("../img/arrow-down.svg") no-repeat right center;
  background-size: 16px;
  content: "";
  width: 16px;
  height: 10px;
  margin-left: 8px;
}
header #mainHeader .mainNav > ul li.dd.active .mainLink:before {
  right: 20px;
}
header #mainHeader .mainNav > ul li.dd .subnav {
  background: #f1f1f1;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 100;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  display: flex;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid #e1e1e1;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
}
header #mainHeader .mainNav > ul li.dd .subnav.learn li a {
  display: inline-flex;
  align-items: center;
}
header #mainHeader .mainNav > ul li.dd .subnav.learn li a h3 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0;
}
header #mainHeader .mainNav > ul li.dd .subnav li {
  width: 20%;
  padding: 5px;
  height: auto;
  box-sizing: border-box;
}
header #mainHeader .mainNav > ul li.dd .subnav li.current a {
  background: #d3ecdc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
header #mainHeader .mainNav > ul li.dd .subnav li a {
  display: block;
  border: 1px solid #e1e1e1;
  padding: 20px;
  border-radius: 8px;
  height: 100%;
  box-sizing: border-box;
  background: #FFF;
  width: 100%;
}
header #mainHeader .mainNav > ul li.dd .subnav li a h2 {
  font-size: 20px;
  line-height: normal;
  color: #000;
  text-align: left;
  padding: 0;
  margin-bottom: 10px;
  padding-left: 35px;
  background-position: left 0 top 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  background-color: transparent;
}
header #mainHeader .mainNav > ul li.dd .subnav li a h2.text {
  background-image: url("../img/icon-nav-text.svg");
}
header #mainHeader .mainNav > ul li.dd .subnav li a h2.images {
  background-image: url("../img/icon-nav-images.svg");
}
header #mainHeader .mainNav > ul li.dd .subnav li a h2.video {
  background-image: url("../img/icon-nav-video.svg");
}
header #mainHeader .mainNav > ul li.dd .subnav li a h2.meta {
  background-image: url("../img/icon-nav-meta.svg");
}
header #mainHeader .mainNav > ul li.dd .subnav li a h2.genai {
  background-image: url("../img/icon-nav-genai.svg");
}
header #mainHeader .mainNav > ul li.dd .subnav li a p {
  font-size: 12px;
  color: #000;
  line-height: 150%;
}
header #mainHeader .mainNav > ul li.dd .subnav li.guide {
  overflow: hidden;
  display: block;
  width: 66%;
}
header #mainHeader .mainNav > ul li.dd .subnav li.guide a {
  padding: 15px 0 15px 190px;
  background: #e7e7e7 url("../img/guide.png") no-repeat top left;
  background-size: auto 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
header #mainHeader .mainNav > ul li.dd .subnav li.guide strong {
  color: #1ea34b;
  padding: 10px 16px 0;
  font-size: 18px;
  font-weight: 600;
  display: block;
}
header #mainHeader .mainNav > ul li.dd .subnav li.guide span {
  padding: 8px 16px;
  display: block;
  font-size: 13px;
  color: #000;
  line-height: normal;
}
header #mainHeader .mainNav > ul li.dd:hover .subnav {
  opacity: 1;
  visibility: visible;
  transition: ease 0.4s opacity;
}
header #mainHeader .request-demo {
  padding: 12px 24px !important;
  line-height: 12px;
  font-size: 12px;
  background: linear-gradient(135deg, #6ebc4a 0%, #1ea34b 100%);
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 0;
  border-radius: 25px;
  padding: 16px 50px;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: 600;
}

a.mainLogo:hover {
  opacity: 0.8;
}

.social {
  display: flex;
  margin-top: 20px;
}
.social li a {
  display: block;
  text-indent: -9999em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  opacity: 0.4;
  width: 30px;
  height: 30px;
}
.social li a:hover {
  opacity: 0.6;
}
.social li.tw a {
  background-image: url("/site/wp-content/themes/webpurify/img/icon-twitter.svg");
  margin-right: 8px;
}
.social li.in a {
  background-image: url("/site/wp-content/themes/webpurify/img/icon-linkedin.svg");
}

#featureFAQ.grey {
  margin-bottom: -40px;
  padding-bottom: 50px;
}

#featureFAQ.vid {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
}

#featureFAQ.vid .two-col {
  padding: 30px 0 0;
}

#login {
  background: #f8f8f8;
  border: 1px solid #d1d1d1;
  padding: 20px;
  width: 300px;
  margin: 60px auto 100px;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#login input[type=text], #login input[type=password] {
  width: 94%;
  padding: 8px;
}

#login a {
  color: #999;
  font-family: "helvetica neue", "helvetica", arial, sans-serif;
  font-size: 11px;
  padding: 0;
  text-align: center;
  display: block;
}

#login a:hover {
  color: #666;
}

#login p {
  position: relative;
  padding: 0 0 8px;
}

#login label {
  position: absolute;
  font-size: 14px;
  top: 8px;
  left: 8px;
  color: #999;
  font-weight: normal;
}

#login .btn {
  padding: 15px 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
}

#login h1 {
  background: #e1e1e1;
  border-bottom: 1px solid #d1d1d1;
  font-weight: 700;
  padding: 15px 25px 10px;
  margin: -20px -20px 15px;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

/* Subnav */
#subnav {
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#subnav li {
  padding: 0 0 0 8px;
}
#subnav li.section {
  margin-right: auto;
  padding: 0;
}
#subnav li a {
  padding: 4px 12px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
}
#subnav li a:hover {
  background: #f1f1f1;
  color: #333;
}
#subnav li.current_page_item a {
  background: #56b24d;
  color: #FFF;
}
#subnav li strong {
  display: block;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1px;
}

/* Footer
---------------------------------------------------------- */
footer {
  border-top: 1px solid #e1e1e1;
  font-size: 14px;
  color: #999;
  padding: 10px 0 20px;
}

footer ul {
  float: left;
  width: 20%;
  margin-bottom: 30px;
}
footer ul li {
  padding: 3px 0;
}
footer ul li.separate {
  padding-top: 20px;
}

footer ul.last {
  width: 10%;
}

footer a {
  color: #999;
}
footer a:hover {
  text-decoration: underline;
}

.copyright {
  float: left;
  width: 24%;
  padding-right: 5%;
  line-height: normal;
}
.copyright .callout {
  background: #F9F9F9;
  border: 1px solid #DFDFDF;
  padding: 15px;
  color: #666;
  border-radius: 5px;
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-left: -5px;
}
.copyright .callout strong {
  color: #000;
  display: block;
  font-size: 15px;
}
.copyright .callout span {
  color: #1ea34b;
  font-weight: 600;
}

.cr {
  text-align: center;
  color: #333;
}

footer#footerNav h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
}
footer#footerNav h3 a {
  display: block;
  color: #000;
}
footer#footerNav h3 a.last {
  margin-bottom: 10px;
}
footer#footerNav h3 a.green {
  color: #1ea34b;
}
footer#footerNav h3 a:hover {
  text-decoration: underline;
}

/* Overlay
---------------------------------------------------------- */
#overlayBG {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

.overlay {
  position: fixed;
  width: calc(100% - 15px);
  max-width: 420px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  margin-top: -150px;
  background: #FFF;
  z-index: 99999;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
}

.overlay div {
  padding: 20px 35px 30px;
}

.overlay h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  padding: 20px 0 15px;
  color: #000;
}

.overlay ul {
  list-style: disc;
  padding: 10px 0 0 20px !important;
  font-size: 14px;
}

.ion-close-circled {
  position: absolute;
  color: #999;
  z-index: 1000;
  right: 10px;
  top: 10px;
  font-size: 20px;
}
.ion-close-circled.close-live-btn span {
  display: none;
}

.grey {
  background: #f8f8f8;
  padding: 0;
}

#menu {
  display: none;
}

/* Responsive 
--------------------------------------------- */
@media only screen and (max-width: 1175px) {
  header #mainHeader a.mainLogo {
    width: 195px;
    height: 67px;
  }
  header #mainHeader .mainNav > ul li .mainLink {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1000px) {
  header .meta .wrap {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  header .meta ul {
    font-size: 13px;
  }
  header #mainHeader a.mainLogo {
    width: 150px;
    height: 48px;
  }
  header #mainHeader .request-demo {
    padding: 12px 15px !important;
  }
  header #mainHeader .mainNav > ul {
    width: 425px;
  }
  header #mainHeader .mainNav > ul li {
    padding: 0;
    width: 33.3333%;
  }
  header #mainHeader .mainNav > ul li .mainLink {
    font-size: 14px;
    line-height: 17px;
    max-width: 100px;
    display: flex;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    align-items: center;
    padding: 0;
  }
  header #mainHeader .mainNav > ul li.dd .mainLink {
    position: relative;
  }
  header #mainHeader .mainNav > ul li.dd .mainLink:after {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
    margin: 0;
    padding: 0;
  }
  header #mainHeader .mainNav > ul li.dd.active .mainLink:before {
    right: 0;
  }
}
/* Mobile
-------------------------------------------- */
@media only screen and (max-width: 780px) {
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  body {
    padding-top: 69px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  header #mainHeader {
    padding: 12px 20px;
  }
  header #mainHeader .request-demo {
    margin-right: 70px;
  }
  header #mainHeader .mainNav {
    position: fixed;
    top: 69px;
    width: 100%;
    z-index: 2147483648;
    background: #000;
    height: calc(100% - 69px);
    left: 100%;
    transition: ease 0.5s all;
  }
  header #mainHeader .mainNav > ul {
    width: auto;
    display: block;
  }
  header #mainHeader .mainNav > ul li {
    width: 100%;
    display: block;
    height: auto;
  }
  header #mainHeader .mainNav > ul li .mainLink {
    max-width: none;
    text-align: left;
    display: block;
    height: auto;
    padding: 20px;
    font-size: 18px;
  }
  header #mainHeader .mainNav > ul li .mainLink:after, header #mainHeader .mainNav > ul li .mainLink:before {
    display: none !important;
  }
  header #mainHeader .mainNav > ul li.active span.mainLink {
    color: #FFF;
  }
  header #mainHeader .mainNav > ul li.dd .subnav {
    opacity: 1;
    visibility: visible;
    display: block;
    position: static;
    background: transparent;
    border: 0;
    padding: 0 0 10px;
  }
  header #mainHeader .mainNav > ul li.dd .subnav li {
    width: 100%;
    padding-left: 40px;
  }
  header #mainHeader .mainNav > ul li.dd .subnav li a {
    background: transparent;
    border-radius: 0;
    color: #FFF;
    border: 0;
    padding: 0;
  }
  header #mainHeader .mainNav > ul li.dd .subnav li a h2 {
    background-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 17px;
  }
  header #mainHeader .mainNav > ul li.dd .subnav li a h2.text {
    background-image: url("../img/icon-nav-text-light.svg");
  }
  header #mainHeader .mainNav > ul li.dd .subnav li a h2.images {
    background-image: url("../img/icon-nav-images-light.svg");
  }
  header #mainHeader .mainNav > ul li.dd .subnav li a h2.video {
    background-image: url("../img/icon-nav-video-light.svg");
  }
  header #mainHeader .mainNav > ul li.dd .subnav li a h2.meta {
    background-image: url("../img/icon-nav-meta-light.png");
  }
  header #mainHeader .mainNav > ul li.dd .subnav li a h2, header #mainHeader .mainNav > ul li.dd .subnav li a h3 {
    color: #FFF;
    margin: 0;
  }
  header #mainHeader .mainNav > ul li.dd .subnav li a p {
    display: none;
  }
  header #mainHeader .mainNav > ul li.dd .subnav li.guide {
    display: none;
  }
  header #mainHeader .mainNav > ul li.dd .subnav li.current {
    border: 0;
  }
  header #mainHeader .mainNav > ul li.dd .subnav li.current a {
    background-color: transparent;
  }
  header #mainHeader .mainNav > ul li.dd .subnav li.current a h2, header #mainHeader .mainNav > ul li.dd .subnav li.current a h3 {
    color: #1ea34b !important;
  }
  header #mainHeader .mainNav > ul li.dd .subnav.learn li a {
    display: block;
  }
  header #mainHeader .mainNav > ul li.dd .subnav.learn li a h3 {
    color: #FFF;
  }
  header #mainHeader .mainNav > ul li.dd .subnav.learn li a h3 br {
    display: none;
  }
  /* Menu ----------------------------- */
  #menu {
    position: absolute;
    top: 0;
    padding: 33px 30px;
    right: 0;
    display: block;
    z-index: 1000;
    transition: none;
  }
  #menu span, #menu span:after, #menu span:before {
    display: block;
    width: 32px;
    height: 3px;
    background: #FFF;
    transition: ease 0.4s all;
  }
  #menu span:after, #menu span:before {
    content: "";
    position: absolute;
  }
  #menu span:before {
    margin-top: -7px;
  }
  #menu span:after {
    margin-top: 7px;
    width: 22px;
  }
  .openMenu {
    overflow-y: hidden !important;
  }
  .openMenu header #mainHeader .mainNav {
    left: 0;
  }
  .openMenu #menu span {
    background: transparent;
  }
  .openMenu #menu span:before {
    margin: 0;
    transform: rotate(45deg);
  }
  .openMenu #menu span:after {
    margin: 0;
    transform: rotate(-45deg);
    width: 32px;
  }
  /* Subnav */
  #subnav {
    justify-content: center;
  }
  #subnav li {
    padding: 0 4px;
  }
  #subnav li.section {
    width: 100%;
    margin: auto;
    padding-bottom: 15px;
  }
  /* Footer ----------------------------- */
  .copyright, footer ul, footer ul.last {
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  footer li {
    padding: 0;
  }
  footer a {
    display: block;
    padding: 8px 0;
    font-size: 15px;
  }
  footer {
    padding: 20px 0 0;
  }
  footer .grey.mobile {
    border-top: 1px solid #e1e1e1;
    color: #333;
  }
  header a.mainLogo {
    width: 45px !important;
    height: 45px !important;
    background-size: auto 45px !important;
  }
  .copyright {
    margin-bottom: 0;
  }
  .copyright h6 {
    padding-bottom: 10px;
  }
  .copyright a.callout {
    background: #FFF;
  }
  .cr {
    font-size: 12px;
    padding: 20px;
    line-height: 16px;
    border-top: 1px solid #e1e1e1;
  }
}
@media only screen and (max-width: 640px) {
  header #mainHeader .request-demo {
    padding: 8px 14px !important;
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}
/* Newsletter
---------------------------------------------------------- */
#newsletter h3 {
  color: #1ea34b;
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  line-height: 140%;
}
#newsletter form {
  position: relative;
  padding-bottom: 8px;
}
#newsletter form div.mce_inline_error {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: #900;
  padding-left: 10px;
}
#newsletter form .response {
  text-align: center;
}
#newsletter .mc-field-group {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 50px;
  border: 1px solid #bbb;
  margin: 30px auto;
  background: #f7f7f7;
  overflow: hidden;
  padding-left: 16px;
}
#newsletter .mc-field-group input[type=email] {
  border: 0;
  appearance: none;
  padding: 8px;
  margin: 8px 0;
  box-shadow: none;
  font-size: 20px;
  height: auto;
  background: transparent;
}
#newsletter .mc-field-group input[type=email]::placeholder {
  color: #aaa;
}
@media only screen and (max-width: 640px) {
  #newsletter .mc-field-group input[type=email] {
    margin: 4px;
    font-size: 18px;
  }
}
#newsletter .mc-field-group input[type=submit] {
  background: #1ea34b url("../img/arrow-right.svg") no-repeat center center;
  background-size: 26px;
  border: 0;
  appearance: none;
  color: #FFF;
  text-indent: -9999em;
  width: 60px;
}

.wrap {
  max-width: 1060px;
  min-width: 0;
  padding: 30px;
  position: relative;
  box-sizing: border-box;
}
.wrap.lg {
  max-width: 1250px;
}

h1.main-heading, h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: -1.1px;
  line-height: 140%;
  margin-bottom: 25px;
  color: #000;
  padding: 0;
}
h1.main-heading strong, h2 strong {
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

strong.subheader {
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 10px;
  display: block;
}

h3 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.6px;
  line-height: normal;
}

h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: -1px;
  padding-bottom: 20px;
}

.btn {
  background: #6ebc4a;
  background: -moz-linear-gradient(-45deg, #6ebc4a 0%, #1ea34b 100%);
  background: -webkit-linear-gradient(-45deg, #6ebc4a 0%, #1ea34b 100%);
  background: linear-gradient(135deg, #6ebc4a 0%, #1ea34b 100%);
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 25px;
  padding: 16px 50px;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: bold;
  backface-visibility: hidden;
  background-position: 0% 0%;
  background-size: 150% 150%;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.2s linear;
  margin-bottom: 10px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
}
.btn:hover {
  background-color: #29a64b;
  background-position: 100% 100%;
  color: #FFF;
}
.btn.alt {
  background: transparent;
  border: 1px solid #b7b7b7;
  color: #000;
}
.btn.alt:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.1);
}
.btn.white {
  background: #FFF;
  color: #1ea34b;
  margin-top: 20px;
  border: 2px solid #FFF;
}
.btn.white:hover {
  background: rgba(255, 255, 255, 0.8);
}
.btn.play {
  position: relative;
  padding-left: 75px;
  padding-right: 40px;
  border-radius: 70px;
  height: 60px;
  line-height: 27px;
  box-sizing: border-box;
}
.btn.play span {
  width: 58px;
  height: 58px;
  background: #6ebc4a;
  background: -moz-linear-gradient(-45deg, #6ebc4a 0%, #1ea34b 100%);
  background: -webkit-linear-gradient(-45deg, #6ebc4a 0%, #1ea34b 100%);
  background: linear-gradient(135deg, #6ebc4a 0%, #1ea34b 100%);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.btn.play span:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/lp/icon-play.svg") no-repeat center center;
  z-index: 10;
  content: "";
  background-size: 16px;
}
.btn.play.dl span:before {
  background: url("../img/ugc/icon-download.svg") no-repeat center center;
}
.btn.play.print span:before {
  background: url("../img/ugc/icon-print.svg") no-repeat center center;
}

/* User Generated
----------------------------------------------------- */
#ugcPF {
  background: #6ebc4a;
  background: -moz-linear-gradient(-45deg, #6ebc4a 0%, #1ea34b 100%);
  background: -webkit-linear-gradient(-45deg, #6ebc4a 0%, #1ea34b 100%);
  background: linear-gradient(135deg, #6ebc4a 0%, #1ea34b 100%);
}
#ugcPF h2 {
  color: #FFF;
}
#ugcPF .three-col li {
  margin: 0;
  width: 33.3333333%;
  padding: 10px;
  box-sizing: border-box;
}
#ugcPF .four-col li {
  padding: 10px;
  width: 25%;
  box-sizing: border-box;
  margin: 0;
}
@media only screen and (max-width: 780px) {
  #ugcPF .four-col {
    justify-content: center;
  }
  #ugcPF .four-col li {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 640px) {
  #ugcPF .four-col li {
    width: 50%;
  }
}
#ugcPF .three-col, #ugcPF .four-col {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
#ugcPF .three-col li div, #ugcPF .four-col li div {
  border-radius: 5px;
  background: #FFF;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  float: none;
  width: auto;
  margin: 0 !important;
}
#ugcPF .three-col li h5, #ugcPF .four-col li h5 {
  color: #121212;
  font-size: 15px;
  padding: 15px;
  text-align: center;
  box-shadow: 0;
}
#ugcPF .three-col li p, #ugcPF .four-col li p {
  padding: 0 20px 20px;
}
#ugcPF .three-col li p img, #ugcPF .four-col li p img {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
  height: 60px;
}
#ugcPF .three-col li a:hover, #ugcPF .four-col li a:hover {
  text-decoration: underline;
  color: #1ea34b;
}

.lightGreenBG {
  background: rgba(86, 178, 77, 0.15);
}

#hero.pf {
  background: url("../img/pages/hero-profanity-filter.jpg") no-repeat center center;
  background-size: cover;
}
#hero.pf h1 {
  font-size: 40px;
}
@media only screen and (max-width: 700px) {
  #hero.pf h1 {
    font-size: 30px;
    line-height: normal;
  }
}
#hero.pf h3 {
  max-width: 840px;
  margin: 0 auto 35px;
}
#hero.consulting {
  background: url("../img/hero-consulting.jpg") no-repeat center center;
  background-size: cover;
}
#hero.consulting:after {
  background: rgba(0, 0, 0, 0.65);
}
#hero.consulting h1 {
  font-size: 40px;
}
@media only screen and (max-width: 700px) {
  #hero.consulting h1 {
    font-size: 30px;
    line-height: normal;
  }
}
#hero.consulting h3 {
  max-width: 840px;
  margin: 0 auto 35px;
}
#hero.photo {
  background: url("../img/pages/hero-photo-moderation.jpg") no-repeat center center;
  background-size: cover;
}
#hero.photo:after {
  background: rgba(0, 0, 0, 0.2);
}
#hero.photo #my-awesome-dropzone {
  background: rgba(255, 255, 255, 0.3);
  color: #FFF;
}
#hero.photo .subhead {
  max-width: 850px;
}
@media only screen and (max-width: 700px) {
  #hero.photo .subhead br {
    display: none;
  }
}
#hero.video {
  background: url("../img/pages/hero-video-moderation.jpg") no-repeat center center;
  background-size: cover;
}
#hero.video:after {
  display: none;
}
#hero.video .subhead {
  max-width: 700px;
  margin: 0 auto 35px;
}
#hero.photo-live {
  background: url("../img/pages/hero-photo-live-moderation.jpg") no-repeat center center;
  background-size: cover;
}
#hero.photo-live .subhead {
  max-width: 850px;
}
#hero.photo-ai {
  background: url("../img/pages/hero-photo-ai.jpg") no-repeat top center;
  background-size: cover;
}
#hero.photo-ai #my-awesome-dropzone {
  background: rgba(255, 255, 255, 0.3);
  color: #FFF;
}
#hero a:hover {
  color: #1ea34b;
}
#hero .btn:hover {
  color: #FFF;
  background-color: #1ea34b;
}
#hero.vr {
  background: url("../img/pages/hero-vr-moderation.jpg") no-repeat center center;
  background-size: cover;
}
#hero.vr:after {
  display: none;
}
#hero.vr .subhead {
  max-width: 700px;
  margin: 0 auto 35px;
}
#hero.ai {
  background: url("../img/pages/hero-ai-moderation.webp") no-repeat center center;
  background-size: cover;
}
#hero.ai:after {
  background-color: rgba(0, 0, 0, 0.7);
}
#hero.ai .subhead {
  max-width: 700px;
  margin: 0 auto 35px;
}

/* Video Moderation */
p.ofb {
  font-size: 18px;
  max-width: 540px;
  text-align: center;
  margin: 0 auto;
  line-height: 25px;
  padding: 0;
}

.vidSection.features {
  background: rgba(86, 178, 77, 0.1);
}
.vidSection.features .main-img {
  margin-bottom: 20px;
}
.vidSection.highlight {
  background: rgba(255, 232, 152, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

p.nopad {
  padding: 0;
}

.w680 {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.w850 {
  font-size: 20px;
  line-height: 1.5;
  padding: 0 0 30px 0;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .w850 {
    font-size: 16px;
  }
}

h2.photoModSubHead {
  font-size: 30px;
  letter-spacing: -0.5px;
  line-height: 40px;
}

#submissions {
  background: #313131;
  color: #FFF;
  padding: 20px 0 0;
}
#submissions h2 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  color: #FFF;
}
#submissions h2 #pcount {
  font-weight: bold;
  color: #58b44a;
  font-size: 60px;
  line-height: normal;
  padding-bottom: 10px;
}
#submissions .clients {
  padding-top: 0;
}
#submissions .clients li {
  width: 25%;
  height: 130px;
  height: 120px;
  line-height: 120px;
}
#submissions .clients li img {
  width: 60%;
  max-width: 140px;
}

#success {
  background: linear-gradient(135deg, rgb(63, 94, 251) 0%, rgb(252, 70, 107) 100%);
}
#success .blocks .copy h2 {
  color: #FFF;
}
#success h4 {
  padding: 10px 0;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
}
#success h4.success {
  color: #1ea34b;
}

#microsoft {
  border-bottom: 1px solid #e1e1e1;
  background: #000 url("../img/pages/bg-microsoft.jpg") no-repeat center center;
  background-size: cover;
  min-height: 700px;
}
#microsoft .blocks .copy h2 {
  color: #FFF;
}
#microsoft img {
  width: 180px;
}
@media only screen and (min-width: 1350px) {
  #microsoft {
    background-size: 1350px;
  }
}

#code {
  background: #3f6d7d url("../img/pages/bg-code.jpg") no-repeat bottom right;
  background-size: cover;
}
#code .blocks {
  align-items: inherit;
}
#code .blocks .copy h2 {
  color: #FFF;
}
#code .blocks .left img {
  display: block;
  margin: 0 0 10px;
}
@media only screen and (min-width: 1350px) {
  #code {
    background-size: 1350px;
  }
}

#pringles {
  background: #77191c url("../img/pages/bg-pringles.jpg") no-repeat center center;
  background-size: cover;
}
#pringles .blocks .copy h2 {
  color: #FFF;
}
#pringles .blocks .copy img {
  width: 100px;
}
#pringles .blocks .red {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #FFF;
  border-radius: 4px;
}
@media only screen and (max-width: 700px) {
  #pringles .blocks .copy img {
    width: 60px;
  }
}

#selfie {
  background: url("../img/pages/bg-selfie.jpg") no-repeat center center;
  background-size: cover;
  min-height: 660px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#selfie .blocks {
  align-items: flex-start;
}
#selfie .blocks .copy h2 {
  color: #000;
}
#selfie .left {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#selfie .left img {
  margin: 0 -70px -35px;
  max-width: calc(100% + 140px);
}
@media only screen and (max-width: 700px) {
  #selfie h2 {
    margin: 0;
  }
  #selfie .left {
    font-size: 16px;
    line-height: 1.5;
  }
  #selfie .left p:last-child {
    padding: 0;
  }
  #selfie .left img {
    margin: 0 0 -26px;
    max-width: 100%;
  }
}

#metaverse-women {
  background: #3d26ad url("../img/pages/bg-vr-case-study.jpg") no-repeat bottom left;
  background-size: cover;
  min-height: 700px;
}
#metaverse-women .blocks {
  align-items: flex-start;
}
#metaverse-women .blocks .copy h2 {
  color: #FFF;
}
#metaverse-women .grey {
  background: #deecfd;
  font-size: 18px;
  line-height: 27px;
}
#metaverse-women .grey p:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 1350px) {
  #metaverse-women {
    background-size: 1350px;
  }
}
@media only screen and (max-width: 700px) {
  #metaverse-women {
    background-size: 740px;
  }
  #metaverse-women h2 {
    margin-bottom: 0;
  }
  #metaverse-women .grey {
    font-size: 15px;
    line-height: 22px;
    padding: 15px;
  }
}

section .dl {
  font-weight: bold;
  background: url("../img/lp/icon-download.svg") no-repeat top left;
  background-size: 22px;
  display: inline-block;
  padding-left: 35px;
}

section.nopad {
  padding: 0;
}

#ug .wrap {
  background: #6ebc4a;
  background: -moz-linear-gradient(-45deg, #6ebc4a 0%, #1ea34b 100%);
  background: -webkit-linear-gradient(-45deg, #6ebc4a 0%, #1ea34b 100%);
  background: linear-gradient(135deg, #6ebc4a 0%, #1ea34b 100%);
  max-width: 1200px;
  padding: 50px;
}
#ug .wrap h2 {
  color: #FFF;
  text-align: center;
}
#ug ul {
  display: flex;
  flex-wrap: wrap;
}
#ug ul li {
  padding: 10px;
  width: 25%;
  box-sizing: border-box;
  text-align: center;
  color: #35aa4b;
  letter-spacing: -0.5px;
  font-size: 15px;
  display: inline-block;
}
#ug ul li span, #ug ul li a {
  background: #FFF;
  display: block;
  padding: 35px 20px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
#ug ul li span img, #ug ul li a img {
  width: 30%;
  display: inline-block;
}
#ug ul li span strong, #ug ul li a strong {
  display: block;
}
#ug.three ul {
  padding: 0 50px;
}
#ug.three ul li {
  width: 33.333333%;
  color: #58b44a;
}
#ug.three ul li a {
  cursor: pointer;
}
#ug.three ul li a img {
  height: 50px;
  transition: linear 0.2s all;
}
#ug.three ul li a:hover {
  color: #666;
}
#ug.three ul li a:hover img {
  transform: translateY(3px);
}
#ug.three ul li em {
  text-transform: uppercase;
  font-style: normal;
  display: block;
}
#ug.three ul li strong {
  font-size: 20px;
}

/* FAQs 
----------------------------------------------------- */
#faqs .wrap {
  max-width: 850px;
}
#faqs .wrap p.text-center {
  padding: 20px 0 0;
}
#faqs .wrap p.text-center .btn {
  margin: 0;
}
#faqs ul li {
  padding: 20px 60px 15px 25px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background: #f1f1f1;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  transition: all ease 0.5s;
}
#faqs ul li:hover {
  background: #e1e1e1;
}
#faqs ul li:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid #999;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}
#faqs ul li h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: -0.3px;
  font-size: 20px;
  padding-bottom: 5px;
}
#faqs ul li p {
  display: none;
}
#faqs ul li p.indent {
  padding: 10px 20px;
  text-indent: -20px;
  margin-left: 10px;
}
#faqs ul li.active {
  background: rgba(86, 178, 77, 0.15);
}
#faqs ul li.active:after {
  transform: rotate(-90deg);
  top: calc(90% - 20px);
}
#faqs ul li.active h4 {
  font-weight: 600;
}
#faqs ul li.active a:hover {
  text-decoration: underline;
}

.faqs .wrap {
  max-width: 960px;
}
.faqs .wrap p.text-center {
  padding: 20px 0 0;
}
.faqs .wrap p.text-center .btn {
  margin: 0;
}
.faqs .faq {
  padding: 20px 60px 15px 25px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background: #f1f1f1;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  transition: all ease 0.5s;
}
@media only screen and (max-width: 640px) {
  .faqs .faq {
    padding: 10px 50px 5px 15px;
  }
}
.faqs .faq:hover {
  background: #e1e1e1;
}
.faqs .faq:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid #999;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}
.faqs .faq h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: -0.3px;
  font-size: 20px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  .faqs .faq h4 {
    font-size: 16px;
    line-height: 140%;
  }
}
.faqs .faq .content {
  display: none;
  padding: 20px 0;
}
.faqs .faq .content a {
  color: #000;
  text-decoration: underline;
}
.faqs .faq .content ul {
  padding: 0 0 0 30px;
  list-style: disc;
}
.faqs .faq .content ul.disc li {
  padding: 0 0 20px 0;
}
.faqs .faq .content p:last-child {
  padding-bottom: 0;
}
.faqs .faq.active {
  background: rgba(86, 178, 77, 0.15);
}
.faqs .faq.active:after {
  transform: rotate(-90deg);
  top: calc(100% - 30px);
}
.faqs .faq.active h4 {
  font-weight: 600;
}
.faqs .faq.active a:hover {
  text-decoration: underline;
}

/* Features 
----------------------------------------------------- */
.features {
  background: #FFF;
}
.features.divider {
  border-bottom: 1px solid #e1e1e1;
}
.features h3 {
  color: #1ea34b;
  font-size: 23px;
  padding-left: 45px;
  margin: 0 0 10px 0;
  letter-spacing: -1px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 5px top;
  background-size: 28px;
}
.features h3.performance {
  background-image: url("../img/lp/icon-performance.svg");
}
.features h3.speed {
  background-image: url("../img/lp/icon-speed.svg");
}
.features h3.scalability {
  background-image: url("../img/lp/icon-scalability.svg");
}
.features h3.integration {
  background-image: url("../img/lp/icon-integration.svg");
}
.features h3.wallet {
  background-image: url("../img/lp/icon-wallet.svg");
}
.features h3.confidence {
  background-image: url("../img/lp/icon-confidence.svg");
}
.features h3.api01 {
  background-image: url("../img/pages/api-icon-01.svg");
  background-size: auto 28px;
}
.features h3.api02 {
  background-image: url("../img/pages/api-icon-02.svg");
  background-size: auto 28px;
}
.features h3.api03 {
  background-image: url("../img/pages/api-icon-03.svg");
  background-size: auto 28px;
}
.features h3.api04 {
  background-image: url("../img/pages/api-icon-04.svg");
  background-size: auto 28px;
}
.features h3.api05 {
  background-image: url("../img/pages/api-icon-05.svg");
  background-size: auto 28px;
}
.features h3.api06 {
  background-image: url("../img/pages/api-icon-06.svg");
  background-size: auto 28px;
}
.features h3.api07 {
  background-image: url("../img/pages/api-icon-07.svg");
  background-size: auto 28px;
}
.features h3.api08 {
  background-image: url("../img/pages/api-icon-08.svg");
  background-size: auto 28px;
}
.features h3.quality {
  background-image: url("../img/pages/icon-feature-quality.svg");
}
.features h3.crowdsourcing {
  background-image: url("../img/pages/icon-feature-crowdsourcing.svg");
}
.features h3.scale {
  background-image: url("../img/pages/icon-feature-scale.svg");
}
.features h3.consult01 {
  background-image: url("../img/icon-consulting-01.svg");
  background-size: auto 28px;
}
.features h3.consult02 {
  background-image: url("../img/icon-consulting-02.svg");
  background-size: auto 28px;
}
.features h3.consult03 {
  background-image: url("../img/icon-consulting-03.svg");
  background-size: auto 28px;
}
.features h3.consult04 {
  background-image: url("../img/icon-consulting-04.svg");
  background-size: auto 28px;
}
.features h3.consult05 {
  background-image: url("../img/icon-consulting-05.svg");
  background-size: auto 28px;
}
.features h3.consult06 {
  background-image: url("../img/icon-consulting-06.svg");
  background-size: auto 28px;
}
.features h3 span {
  background: #58b44a;
  color: #FFF;
  font-size: 12px;
  padding: 2px 5px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: normal;
  border-radius: 3px;
  position: relative;
  top: -8px;
  display: inline-block;
  line-height: normal;
}
.features .two-col {
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.features .two-col .col {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 40px;
}
.features .two-col .col:last-child {
  padding-right: 0;
  padding-left: 40px;
}
.features .two-col .col li {
  border-bottom: 1px solid #c3c3c3;
  padding: 25px 0;
  float: none;
  width: auto;
  margin-right: 0;
}
.features .two-col .col p {
  font-size: 16px;
  padding: 0 5px;
  line-height: 24px;
}
.features .three-col {
  margin: 0 -20px;
}
.features .three-col li {
  width: 33.33333%;
  padding: 20px;
  box-sizing: border-box;
  float: none;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 700px) {
  .features .three-col li {
    width: 100%;
    padding: 0 20px 15px;
  }
}
.features .three-col.vr p {
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .features .three-col.vr {
    max-width: 400px;
    margin: 0 auto;
  }
  .features .three-col.vr p {
    font-size: 15px;
    line-height: 22px;
  }
}

/* VR 
----------------------------------------------------- */
.lightblue {
  background: #deecfd;
}

.lightpurple {
  background: rgba(116, 99, 212, 0.15);
}

.icon-bg {
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}
.icon-bg img {
  width: 80%;
  max-width: 100px;
  display: block;
  margin: 0 auto;
}
.icon-bg.wide {
  width: 220px;
  padding: 20px 0;
}
@media only screen and (max-width: 600px) {
  .icon-bg img {
    max-width: 80px;
  }
  .icon-bg.wide {
    padding: 0 0 10px 0;
  }
}

.virtual-behavior {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.virtual-behavior li {
  display: flex;
  width: 50%;
  padding-bottom: 35px;
  align-items: flex-start;
}
.virtual-behavior li figure {
  width: 75px;
}
.virtual-behavior li figure img {
  width: 100%;
}
.virtual-behavior li span {
  font-size: 18px;
  line-height: 24px;
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-right: 45px;
}
@media only screen and (max-width: 700px) {
  .virtual-behavior li {
    width: 100%;
  }
}

.nowrap {
  white-space: nowrap;
}

/* Demo 
----------------------------------------------------- */
#demo {
  background: rgba(0, 0, 0, 0.2) url("../img/lp/bg-footer.jpg") no-repeat center center;
  background-size: cover;
  color: #FFF;
  margin: 45px 0 0;
  color: #FFF;
  padding: 140px 0;
  min-height: 0;
}
#demo.pf {
  padding: 70px 0;
  margin: 0;
}
#demo h2 {
  color: #FFF;
  max-width: 600px;
  margin: 0 auto 20px;
}
#demo h2.wide {
  max-width: 620px;
}
#demo.vr {
  background: rgba(0, 0, 0, 0.2) url("../img/pages/bg-footer-vr.jpg") no-repeat top center;
  background-size: cover;
  margin: 0;
  padding: 100px 0;
}
#demo.vr h2 {
  max-width: 740px;
}
@media only screen and (max-width: 700px) {
  #demo.vr {
    padding: 40px 0;
  }
  #demo.vr h2 {
    margin-bottom: 0;
  }
}

footer.demo {
  text-align: center;
}
footer.demo p {
  padding: 20px 0;
  font-size: 12px;
}

/* Consulting 
----------------------------------------------------- */
.nomin {
  min-height: 0;
}

#consulting {
  background: #eeeeee;
  text-align: center;
  min-height: 0;
  padding-bottom: 0;
}
#consulting .wrap {
  background: url("../img/lp/bg-consulting.png") no-repeat bottom -30px left -40px;
  padding-bottom: 100px;
  background-size: 425px;
}
#consulting h4 {
  max-width: 650px;
  margin: 0 auto;
}
#consulting ol {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  list-style: none;
}
#consulting ol li {
  width: 33.33333% !important;
  padding-bottom: 20px;
  padding-right: 10px;
  box-sizing: border-box;
}
#consulting ol li strong {
  background: #6ebc4a;
  background: -moz-linear-gradient(-45deg, #6ebc4a 0%, #1ea34b 100%);
  background: -webkit-linear-gradient(-45deg, #6ebc4a 0%, #1ea34b 100%);
  background: linear-gradient(135deg, #6ebc4a 0%, #1ea34b 100%);
  width: 60px;
  height: 60px;
  text-indent: 3px;
  font-size: 30px;
  line-height: 60px;
  display: block;
  text-align: center;
  color: #FFF;
  float: left;
}
#consulting ol li span {
  margin-left: 80px;
  display: block;
  font-weight: bold;
  color: #1ea34b;
  line-height: 20px;
  font-size: 16px;
}

/* Clients 
----------------------------------------------------- */
.clients {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  justify-content: center;
}
.clients li {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  width: 20%;
}
.clients li img {
  width: 70%;
  margin: 0 auto;
  opacity: 0.6;
}

/* AI 
----------------------------------------------------- */
#ai .left ul, #ai.criteria ul {
  display: flex;
  flex-wrap: wrap;
}
#ai .left li, #ai.criteria li {
  padding: 10px;
  width: 50%;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-align: left;
}
#ai .left li img, #ai.criteria li img {
  display: block;
  float: left;
  width: 35%;
  margin-right: 10px;
}
#ai .left li strong, #ai.criteria li strong {
  display: block;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 30px;
}
#ai .left li span, #ai.criteria li span {
  font-size: 13px;
  line-height: normal;
  display: block;
  position: absolute;
  background: #FFF;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #b1b1b1;
  max-width: 150px;
  width: 100%;
  bottom: 90%;
  left: 50%;
  transform: translate(-50%, 20px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}
#ai .left li span:after, #ai.criteria li span:after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #FFF;
  position: absolute;
  bottom: -7px;
  margin-left: -3.5px;
  left: 50%;
}
#ai .left li span:before, #ai.criteria li span:before {
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #b1b1b1;
  position: absolute;
  bottom: -9px;
  margin-left: -4.5px;
  left: 50%;
}
#ai .left li:hover span, #ai.criteria li:hover span {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
#ai.criteria {
  margin-bottom: 50px;
}
#ai.criteria li {
  width: 25%;
}

/* Smart Screen 
----------------------------------------------------- */
#smartScreen {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
#smartScreen:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 15%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.08) 100%);
}
#smartScreen h2 {
  text-align: left;
  margin-top: 60px;
}
#smartScreen h2 .static {
  display: block;
}
#smartScreen #messageType {
  opacity: 1;
  visibility: visible;
  transition: ease 0.3s all;
  color: #1ea34b;
}
#smartScreen #messageType.fade {
  opacity: 0;
  visibility: hidden;
}
#smartScreen .stacks {
  display: flex;
}
#smartScreen .stacks figure {
  order: 2;
}
#smartScreen .stacks div.info {
  order: 1;
  width: 580px;
}
#smartScreen figure {
  background: url("../img/pages/smart-phone.svg") no-repeat top center;
  height: 600px;
  position: relative;
  width: 510px;
  margin: -240px 0 0 0;
  right: -20px;
}
#smartScreen figure div {
  opacity: 0;
  visibility: hidden;
  transition: ease 0.6s all;
  position: absolute;
  height: 174px;
  width: 335px;
  box-sizing: border-box;
  padding: 0 10px 65px;
}
#smartScreen figure div#right {
  background: url("../img/pages/callout-right.svg") no-repeat top center;
  padding-right: 95px;
  right: 0;
  top: 22%;
  transform: translateY(20px);
}
#smartScreen figure div#left {
  background: url("../img/pages/callout-left.svg") no-repeat top center;
  padding-left: 95px;
  left: 16.3%;
  top: 30.8%;
  transform: translateY(20px);
}
#smartScreen figure div span {
  font-size: 20px;
  text-indent: -8px;
  padding-left: 15px;
  display: inline-flex;
  color: #FFF;
  justify-content: center;
  align-items: center;
  line-height: normal;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
#smartScreen figure.right #right {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#smartScreen figure.left #left {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#smartScreen .details {
  font-size: 20px;
  line-height: 32px;
  max-width: 790px;
  padding-bottom: 30px;
  color: rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 1070px) {
  #smartScreen h2 {
    font-size: 36px;
  }
  #smartScreen figure {
    width: 440px;
  }
  #smartScreen figure div {
    width: 265px;
    height: 154px;
  }
  #smartScreen figure div#right {
    padding-right: 75px;
  }
  #smartScreen figure div#left {
    padding-left: 75px;
  }
  #smartScreen figure div span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 900px) {
  #smartScreen h2 {
    max-width: 520px;
    margin: 0 auto;
    font-size: 32px;
  }
  #smartScreen .stacks {
    flex-wrap: wrap;
  }
  #smartScreen .stacks figure {
    order: 1;
    margin: 30px auto 30px;
    width: 360px;
    height: 490px;
    right: auto;
  }
  #smartScreen .stacks figure #left {
    left: 0;
  }
  #smartScreen .stacks .info {
    order: 2;
    margin: 0 auto;
    text-align: center;
    max-width: 510px;
  }
  #smartScreen .stacks .info .details {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 700px) {
  #smartScreen h2 {
    font-size: 25px;
    letter-spacing: 0;
    line-height: 30px;
  }
}
@media only screen and (max-width: 500px) {
  #smartScreen {
    padding: 20px 0 0;
  }
  #smartScreen h2 {
    font-size: 20px;
    line-height: 28px;
  }
  #smartScreen h2 .static {
    display: inline;
  }
  #smartScreen .stacks figure {
    margin: 10px auto 20px;
  }
  #smartScreen .info .details {
    font-size: 14px;
    line-height: 20px;
  }
}

.trial {
  display: inline-block;
  font-size: 15px;
  padding: 0 20px 0 10px;
}
.trial:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url("../img/home/icon-arrow-right.svg") no-repeat center;
  position: relative;
  top: 5px;
  margin-left: 3px;
}

.blocks {
  display: flex;
  align-items: center;
}
.blocks .left, .blocks .right {
  width: 50%;
  box-sizing: border-box;
  padding: 30px;
  text-align: left;
}
.blocks .left.copy, .blocks .right.copy {
  padding: 30px 50px;
}
.blocks .left.copy p, .blocks .right.copy p {
  line-height: 26px;
}
.blocks .left.grey, .blocks .right.grey {
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.blocks .left.white, .blocks .right.white {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}
.blocks .left.copy {
  padding-left: 30px;
}
.blocks .right {
  order: 2;
}
.blocks .right.copy {
  padding-right: 30px;
}
.blocks h2 {
  text-align: left;
}
.blocks .details {
  font-size: 16px;
  font-weight: 600;
}
.blocks .details li {
  overflow: hidden;
  padding: 15px 0;
}
.blocks .details img {
  float: left;
  width: 35px;
  display: block;
}
.blocks .details img.scalable {
  width: 40px;
}
.blocks .details span {
  display: block;
  margin-left: 60px;
}
.blocks .details.turnkey {
  font-size: 18px;
  padding-bottom: 20px;
}
.blocks .details.turnkey li {
  padding: 10px 0;
}
.blocks .details.turnkey li img {
  width: 20px;
}
.blocks .details.turnkey li span {
  margin-left: 40px;
}
.blocks .details.turnkey li span em {
  font-size: 12px;
  font-style: normal;
  color: #999;
}

.lightGreen {
  background: rgba(86, 178, 77, 0.15);
}
.lightGreen .dropzone {
  background-color: #FFF;
}
.lightGreen.nopad {
  padding: 0;
}
.lightGreen.nopad .liveDemo {
  padding: 50px 0 10px;
}
.lightGreen.nopad .liveDemo .description {
  margin: 0 auto;
  max-width: 1000px;
  padding: 5px 20px 0;
}

#hybrid {
  background: rgba(86, 178, 77, 0.15);
  padding: 60px 0;
  text-align: center;
  font-size: 18px;
}
#hybrid.lp {
  padding: 0;
}
#hybrid.lp .two-col {
  margin: 0 auto;
}
#hybrid.pf .two-col {
  margin: 0 auto;
  padding-bottom: 0;
}
#hybrid.pf .two-col img {
  height: 88px;
  width: auto;
}
#hybrid.pf .two-col .col {
  width: 46%;
}
#hybrid.pf .two-col .col:first-child {
  margin-right: 8%;
}
#hybrid.pf .two-col .col:first-child:after {
  content: "•••";
}
#hybrid .main-img {
  position: relative;
  z-index: 10;
  max-width: 850px;
  width: 100%;
}
#hybrid .subhead {
  max-width: 700px;
  margin: 0 auto;
}
#hybrid .two-col {
  display: flex;
  margin: -75px auto 0px;
  max-width: 850px;
  position: relative;
}
#hybrid .two-col .col {
  background: #FFF;
  border-radius: 10px;
  border: 1px solid rgba(86, 178, 77, 0.7);
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}
#hybrid .two-col .col:first-child:after {
  content: "+";
  position: absolute;
  top: 50%;
  display: block;
  left: 50%;
  font-size: 40px;
  font-weight: bold;
  transform: translate(-50%, -50%);
  text-indent: 2px;
  color: rgb(86, 178, 77);
}
#hybrid .two-col .col img {
  display: inline-block;
  padding-bottom: 20px;
  width: 60px;
}
#hybrid .two-col .col p {
  padding-bottom: 0;
}
#hybrid #my-awesome-dropzone {
  margin: 0 auto 0;
  max-width: 850px;
  background: #19a548 url("../img/home/icon-download-white.svg") no-repeat 30px 50%;
  padding: 40px 0;
  border: 2px dashed rgba(0, 0, 0, 0.2);
  background-size: 40px;
  color: #FFF;
  font-size: 16px;
}
#hybrid .sample-link {
  margin: 10px 0 30px;
}
#hybrid .btn {
  margin-bottom: 10px;
}
#hybrid .trial {
  font-size: 15px;
  padding: 0 20px 0;
  margin-left: 10px;
}

@media only screen and (max-width: 900px) {
  #ai .left li strong {
    font-size: 13px;
    padding-left: 0;
  }
  h2 {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 40px;
  }
  h2 strong {
    font-size: 16px;
  }
  .btn {
    padding: 12px 40px;
  }
}
@media only screen and (max-width: 700px) {
  body {
    font-size: 15px;
  }
  .wrap {
    padding: 20px;
  }
  section.p20 {
    padding: 0;
  }
  #hero {
    padding: 20px 0;
  }
  #hero h1 {
    font-size: 30px;
    line-height: normal;
  }
  #hero h3 {
    font-size: 17px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
  h2 {
    font-size: 25px;
    letter-spacing: 0;
    line-height: 30px;
  }
  h2 strong {
    font-size: 13px;
  }
  nav {
    border: 0;
  }
  nav li.current {
    border-bottom: 1px solid #cacaca;
  }
  #submissions h2 #pcount {
    font-size: 40px;
  }
  #submissions .clients li {
    height: 90px;
    line-height: 90px;
  }
  .btn {
    padding: 13px 30px;
    font-size: 12px;
  }
  .blocks {
    flex-wrap: wrap;
  }
  .blocks .left, .blocks .right {
    width: 100%;
    order: 2;
    padding: 20px;
  }
  .blocks .left.copy, .blocks .right.copy {
    order: 1;
    padding: 20px;
  }
  .blocks .left .details, .blocks .right .details {
    font-size: 15px;
  }
  .blocks .left .details li, .blocks .right .details li {
    padding: 10px 0;
  }
  .blocks .left .details img, .blocks .right .details img {
    width: 30px;
  }
  .blocks .left .details span, .blocks .right .details span {
    margin-left: 50px;
  }
  #ai .left li {
    width: 25%;
  }
  #ai.criteria li {
    width: 50%;
  }
  #ai.criteria li img {
    width: 30%;
  }
  #ai.criteria li strong {
    font-size: 11px;
    padding-left: 0;
    line-height: normal;
  }
  #hybrid .two-col .col {
    width: 48%;
    font-size: 14px;
    line-height: 20px;
  }
  #hybrid #my-awesome-dropzone {
    font-size: 13px;
  }
  #ug ul li {
    padding: 5px;
    width: 50%;
  }
  #ai .left li strong {
    font-size: 11px;
    padding-left: 0;
    line-height: normal;
  }
  .features .two-col .col {
    padding-right: 20px;
  }
  .features .two-col .col:last-child {
    padding-left: 20px;
  }
  #consulting .wrap {
    padding-bottom: 20px;
  }
  #consulting .wrap ol {
    margin-top: 20px;
  }
  #consulting .wrap ol li {
    width: 100% !important;
  }
  #consulting .wrap ol li strong {
    width: 40px;
    height: 40px;
    text-indent: 3px;
    font-size: 18px;
    line-height: 40px;
  }
  #consulting .wrap ol li span {
    margin-left: 60px;
  }
  .clients {
    padding: 0;
  }
  .clients li {
    width: 28%;
    height: 110px;
    line-height: 110px;
  }
  #demo {
    margin: 0;
    padding: 80px 0;
  }
  h4 {
    font-size: 18px;
    line-height: 28px;
  }
  #ugcPF .three-col li {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  #ai .left li {
    width: 33.333333%;
  }
  #hybrid #my-awesome-dropzone {
    padding: 20px 0px 20px 30px;
    background-size: 20px;
  }
  #hybrid .two-col {
    margin-top: -55px;
  }
  #hybrid .two-col .col {
    font-size: 12px;
    padding: 15px;
    line-height: 18px;
  }
  #hybrid .two-col .col:first-child:after {
    font-size: 25px;
  }
  #hybrid .two-col .col img {
    width: 40px;
    padding-bottom: 10px;
  }
  .features .two-col .col {
    width: 100%;
    padding: 0 !important;
  }
  #faqs ul li {
    padding: 15px 35px 10px 15px;
  }
  #faqs ul li:after {
    right: 10px;
  }
  #faqs ul li h4 {
    font-size: 16px;
    line-height: normal;
  }
  #faqs ul li p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 500px) {
  body {
    font-size: 14px;
  }
  #ai .left li {
    width: 50%;
  }
  .blocks .left, .blocks .right {
    padding: 10px 10px 20px;
  }
  .blocks .left.copy, .blocks .right.copy {
    padding: 10px 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .blocks .left .details, .blocks .right .details {
    font-size: 13px;
    line-height: normal;
  }
  .btn {
    padding: 10px 23px;
    font-size: 10px;
  }
  #hybrid {
    padding: 30px 0;
    font-size: 14px;
  }
  #hybrid br {
    display: none;
  }
  #hybrid .two-col .col {
    padding: 20px 10px 10px;
    line-height: 16px;
  }
  #hybrid .two-col .col:first-child:after {
    font-size: 18px;
  }
  #hybrid #my-awesome-dropzone {
    padding: 15px 20px 15px 70px;
    background-size: 20px;
    font-size: 12px;
  }
  .trial {
    font-size: 13px;
    position: relative;
    top: -5px;
  }
  #ug .wrap {
    padding: 30px 20px 20px 20px;
  }
  #ug .wrap ul li span, #ug .wrap ul li a {
    padding: 15px 10px;
  }
  .features .two-col {
    padding-top: 0;
  }
  #demo {
    padding: 20px 0;
  }
  .clients li {
    width: 50%;
    height: 90px;
  }
  #submissions h2 #pcount {
    font-size: 30px;
  }
  #submissions .clients li {
    width: 50%;
  }
  .features h3 {
    font-size: 18px;
    background-size: auto 22px !important;
    padding-left: 40px;
  }
  .features h3 span {
    font-size: 10px;
    padding: 1px 4px;
    top: -5px;
  }
  #hybrid.pf {
    padding: 20px 0;
  }
  #hybrid.pf .two-col {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  #hybrid.pf .two-col .col {
    width: 100%;
  }
  #hybrid.pf .two-col .col:first-child {
    position: relative;
    margin: 0 0 30px !important;
  }
  #hybrid.pf .two-col .col:first-child:after {
    transform: none;
    top: auto;
    left: 0;
    right: 0;
    bottom: -25px;
    width: 100%;
  }
  #ugcPF .three-col li {
    width: 100%;
  }
  section {
    padding: 20px 0;
  }
  h2 br {
    display: none;
  }
}
/* VR 
------------------------------------------------------ */
@media only screen and (max-width: 925px) {
  #hero.vr h1 br {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  #hero.vr h1 {
    font-size: 28px;
  }
}
/* Consulting 
------------------------------------------------------ */
.two-columns {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  font-size: 18px;
  line-height: 160%;
}
.two-columns .col {
  width: 50%;
  box-sizing: border-box;
  padding: 20px 40px 20px 0;
}
.two-columns .col:nth-child(even) {
  padding-left: 40px;
  padding-right: 0;
}

.features .two-columns h3 {
  font-size: 25px;
}
@media only screen and (max-width: 780px) {
  .features .two-columns {
    flex-wrap: wrap;
  }
  .features .two-columns .col {
    width: 100%;
    padding: 20px !important;
  }
}
@media only screen and (max-width: 650px) {
  .features .two-columns .col {
    padding: 0 0 20px 0 !important;
  }
  .features .two-columns .col h3 {
    font-size: 20px;
  }
}

.divider .wrap {
  border-top: 1px solid #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.team-member {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.team-member.left .content {
  padding-left: 50px;
  padding-right: 0;
}
.team-member .content {
  width: 60%;
  padding-right: 50px;
}
.team-member .content h2 {
  text-align: left;
}
.team-member .content h3 {
  color: #000;
  padding-bottom: 10px;
}
.team-member .content p {
  font-size: 18px;
  line-height: 160%;
  padding: 0;
}
.team-member figure {
  width: 40%;
}
.team-member figure img {
  width: 100%;
  display: block;
  border-radius: 50%;
}
@media only screen and (max-width: 780px) {
  .team-member {
    flex-wrap: wrap;
    padding: 10px 0 20px;
  }
  .team-member .content {
    width: 100%;
    order: 2;
    padding: 0 !important;
  }
  .team-member figure {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
    order: 1;
  }
}

.banner.consulting {
  text-align: center;
  padding: 100px 0;
  background: url("../img/hero-consulting.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.banner.consulting:after {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.banner.consulting .wrap {
  position: relative;
  z-index: 10;
}
.banner.consulting h2 {
  color: #FFF;
  max-width: 750px;
  margin: 0 auto 20px;
}
.banner.consulting h3 {
  color: #aaa;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto 40px;
  letter-spacing: 0;
}
@media only screen and (max-width: 780px) {
  .banner.consulting {
    padding: 50px 0;
  }
  .banner.consulting h3 {
    font-size: 18px;
  }
  .banner.consulting:after {
    background: rgba(0, 0, 0, 0.8);
  }
}

/* Image Moderation Page */
.img-mod-heading {
  padding-top: 60px;
}

#image-moderation {
  background: #FFF url("../img/lp/illustration.jpg") no-repeat top center;
  background-size: 1450px;
}
#image-moderation .copy {
  width: 60%;
  max-width: 550px;
  padding-top: 110px;
  font-size: 18px;
  line-height: 140%;
}
#image-moderation .copy .arrow {
  font-weight: 600;
  text-decoration: underline;
}
#image-moderation .copy ul {
  margin: 20px 0 40px;
  font-weight: 700;
  color: #4d4d4d;
}
#image-moderation .copy ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 12px 12px 12px 12px;
  font-size: 18px;
  letter-spacing: -0.5px;
}
#image-moderation .copy ul li.icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 25px;
  padding-left: 45px;
}
#image-moderation .copy ul li.criteria {
  background-image: url("../img/lp/icon-settings.svg");
}
#image-moderation .copy ul li.accuracy {
  background-image: url("../img/lp/icon-target.svg");
}
#image-moderation .copy ul li.response {
  background-image: url("../img/lp/icon-time.svg");
}
#image-moderation .copy h2 {
  text-align: left;
  font-size: 36px;
}
#image-moderation .copy h2 strong {
  line-height: normal;
}
#image-moderation .copy.right {
  float: right;
}
#image-moderation #ai .copy {
  max-width: 450px;
  width: 45%;
}
#image-moderation #live .copy {
  padding-top: 100px;
  max-width: 480px;
}
#image-moderation #live .crowdsource {
  color: #000;
}
#image-moderation #combo {
  padding-top: 0;
}
#image-moderation #combo .copy {
  padding: 0;
  margin: 0 auto;
  background: rgb(227, 239, 220);
  padding: 80px;
}
#image-moderation #combo .copy .btn.play {
  background: #FFF;
}
#image-moderation .p50 {
  padding: 50px 0;
}
#image-moderation .p60 {
  padding: 60px 0;
}
@media only screen and (max-width: 780px) {
  #image-moderation {
    background: transparent;
  }
  #image-moderation section {
    padding: 0;
  }
  #image-moderation section .wrap {
    padding-top: 0;
    padding-bottom: 20px;
  }
  #image-moderation .copy {
    width: 100% !important;
    float: none !important;
    max-width: 500px !important;
    margin: 0 auto;
    padding: 50px !important;
  }
  #image-moderation #ai .copy, #image-moderation #live .copy {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 640px) {
  #image-moderation .copy {
    box-sizing: border-box;
    padding: 30px !important;
  }
  #image-moderation .copy h2 {
    font-size: 30px;
    line-height: 130%;
  }
}

/* GenAI 
------------------------------------------------------ */
.genai-features .lg {
  font-size: 20px;
  line-height: 150%;
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .genai-features .lg {
    font-size: 16px;
    max-width: 600px;
  }
}

#genai-tabs {
  display: flex;
  align-items: bottom;
  position: relative;
  margin: 20px 0;
  background: linear-gradient(0deg, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 50%);
}
#genai-tabs:after {
  height: 1px;
  background: #d1d1d1;
  left: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  content: "";
}
#genai-tabs li {
  width: 33.333%;
  padding: 4px 8px 0;
  position: relative;
  z-index: 10;
  display: inline-flex;
}
#genai-tabs li a {
  display: block;
  text-align: center;
  padding: 20px;
  font-weight: 600;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border: 1px solid #d1d1d1;
  background: #f1f1f1;
  color: #444;
  position: relative;
  width: 100%;
}
#genai-tabs li a:before {
  background: linear-gradient(0deg, #e7e7e7 0%, #f1f1f1 50%);
  transition: ease 0.4s all;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  content: "";
}
#genai-tabs li a span {
  position: relative;
  z-index: 10;
}
#genai-tabs li a:hover {
  background: #FFF;
  color: #000;
}
#genai-tabs li a:hover:before {
  opacity: 0;
}
#genai-tabs li a.active {
  background: #FFF;
  border-bottom: 1px solid #FFF;
  font-weight: bold;
  color: #1ea34b;
}
#genai-tabs li a.active::before {
  opacity: 0;
}
@media only screen and (max-width: 780px) {
  #genai-tabs li {
    padding: 4px 4px 0;
  }
  #genai-tabs li a {
    padding: 14px;
    font-size: 14px;
    line-height: normal;
  }
}
@media only screen and (max-width: 580px) {
  #genai-tabs {
    flex-wrap: wrap;
    border: 0;
    background: 0;
  }
  #genai-tabs:after {
    display: none;
  }
  #genai-tabs li {
    padding: 2px 0;
    width: 100%;
  }
  #genai-tabs li a {
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
  #genai-tabs li a.active {
    border: 1px solid #c1c1c1;
  }
}

#genai-content {
  position: relative;
}
#genai-content .two-columns {
  align-items: center;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: ease 0.4s all;
}
#genai-content .two-columns.active {
  position: static;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 780px) {
  #genai-content .two-columns {
    flex-wrap: wrap;
    padding-top: 0;
  }
  #genai-content .two-columns .col {
    width: 100%;
    padding: 0;
  }
  #genai-content .two-columns .col.lg p {
    font-size: 18px;
  }
}
#genai-content .lg p {
  font-size: 26px;
  line-height: 150%;
}
#genai-content .case-study {
  background: linear-gradient(135deg, #E2F1DA 0%, #C5E4B6 100%);
  padding: 30px;
  border: 1px solid #A8D692;
  border-radius: 8px;
}
#genai-content .case-study .brow {
  font-weight: 900;
  font-size: 12px;
  color: #1ea34b;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#genai-content .case-study h3 {
  padding: 10px 0 10px;
  font-size: 32px;
  color: #000;
}
@media only screen and (max-width: 780px) {
  #genai-content .case-study {
    padding: 20px;
    font-size: 16px;
    line-height: 150%;
  }
  #genai-content .case-study h3 {
    font-size: 24px;
    letter-spacing: 0;
  }
}

.pt60 {
  padding: 60px 0 0;
}

.genai-figure {
  display: block;
  margin: 0 auto 40px;
  max-width: 1650px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 780px) {
  #hero.ai {
    padding: 20px 0;
  }
  #hero.ai h1 {
    font-size: 34px;
  }
  #hero.ai .subhead {
    font-size: 18px;
    line-height: 26px;
    max-width: 600px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 580px) {
  #hero.ai {
    padding: 10px 0;
  }
  #hero.ai h1 {
    font-size: 24px;
    margin: 0;
    padding: 0;
  }
  #hero.ai .subhead {
    font-size: 15px;
    line-height: 22px;
    max-width: none;
    margin-bottom: 0;
    padding: 20px;
  }
}
header.demo {
  background: transparent;
}
header.demo h5 {
  display: block;
  background: url("../img/logo.svg") no-repeat 0 0;
  text-indent: -99999em;
  height: 65px;
  width: 200px;
}
header.demo .btn {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

h1, h2 {
  font-weight: 700;
  font-size: 42px;
  letter-spacing: -1.5px;
  line-height: 48px;
  margin-bottom: 25px;
  color: #000;
}

section {
  min-height: 680px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: -0.003em;
  line-height: 27px;
  font-size: 16.5px;
}

.copy {
  width: 60%;
  max-width: 550px;
}
.copy.right {
  float: right;
}

.green {
  color: #4aaf4b;
}

/* Banner 
--------------------------------------------- */
#banner {
  height: 660px;
  min-height: 660px;
  overflow: hidden;
}
#banner .copy {
  padding-top: 140px;
}
#banner .copy .btn {
  margin-top: 30px;
}
#banner:before {
  content: "";
  position: absolute;
  top: -125px;
  bottom: 100px;
  left: calc(50% + 80px);
  right: 0;
  background: #f7f7f7;
  background: linear-gradient(90deg, #fff 0px, #f7f7f7 40px, #f7f7f7 40%, #fff 100%);
  z-index: -1;
}

#photos {
  position: absolute;
  right: -20px;
  width: 425px;
  top: 135px;
  transform: skewY(-17deg);
  transform-origin: top left;
  width: 425px;
  height: 520px;
  overflow: hidden;
}
#photos img.slide {
  transform: skewY(17deg) translate(0%, -70px);
}

#scan {
  z-index: 100;
  position: absolute;
  top: 10px;
  right: -90px;
  width: 570px;
}

#ai .copy {
  max-width: 470px;
  padding-top: 170px;
}

#live .copy {
  padding-top: 70px;
  max-width: 480px;
}
#live .copy ul {
  margin: 20px 0;
  font-weight: 700;
  color: #4d4d4d;
}
#live .copy ul li {
  border-bottom: 1px solid #d9d9d9;
  padding: 12px 12px 12px 45px;
  font-size: 15px;
  letter-spacing: -0.5px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 25px;
}
#live .copy ul li.criteria {
  background-image: url("../img/lp/icon-settings.svg");
}
#live .copy ul li.accuracy {
  background-image: url("../img/lp/icon-target.svg");
}
#live .copy ul li.response {
  background-image: url("../img/lp/icon-time.svg");
}
#live .crowdsource {
  color: #000;
}

.p50 {
  padding: 50px 0;
}

.p60 {
  padding: 60px 0;
}

article {
  background: #FFF url("../img/lp/illustration.jpg") no-repeat top center;
  background-size: 1450px;
}

/* Request Form 
----------------------------------------------------- */
/* Request Demo 
----------------------------------------------------- */
#request {
  display: none;
  max-width: 650px;
  cursor: auto !important;
}
#request h2 {
  text-align: left;
}
#request.loading:before, #request.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
}
#request.loading:before {
  background: rgba(255, 255, 255, 0.85);
}
#request.loading:after {
  background: url("../img/loading.gif") no-repeat center center;
  background-size: 80px;
}
#request .thanks h3 {
  color: #58b44a;
  padding: 10px 0 5px;
}
#request .thanks p {
  padding-bottom: 0;
}
#request .ohnohoney {
  opacity: 0;
  position: absolute !important;
  top: 0;
  left: 0;
  height: 0 !important;
  width: 0 !important;
  z-index: -1;
}
#request #recaptcha {
  margin-top: 20px;
  width: 306px;
  border: 2px solid transparent;
  display: block;
}
#request #recaptcha.error {
  border: 2px solid #CC0000;
}
#request.modal-form {
  font-size: 16px;
}
#request.modal-form form {
  padding: 20px 0 0;
}
#request.modal-form form p {
  position: relative;
  width: 50%;
  float: left;
}
#request.modal-form form p:nth-child(odd) {
  padding-left: 20px;
}
#request.modal-form form p:nth-child(even) {
  padding-right: 20px;
}
#request.modal-form form p.full {
  padding: 0;
  width: 100%;
  float: none;
  clear: both;
}
#request.modal-form form p label {
  display: block;
  font-weight: 400;
  color: #999;
  font-size: 14px;
  padding-bottom: 5px;
}
#request.modal-form input[type=text],
#request.modal-form input[type=email],
#request.modal-form input[type=tel],
#request.modal-form textarea {
  display: block;
  border: 0;
  -webkit-appearance: none;
  border-bottom: 1px solid #c1c1c1;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  width: 100%;
  position: relative;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  line-height: normal;
  padding: 0;
}
#request.modal-form input[type=text].error,
#request.modal-form input[type=email].error,
#request.modal-form input[type=tel].error,
#request.modal-form textarea.error {
  border-bottom: 1px solid #C1443E;
  box-shadow: inset 0px -1px 0px #C1443E;
}
#request.modal-form input[type=submit] {
  margin-top: 30px;
  border: 0;
}
#request span.error {
  right: auto;
  left: -10px;
  top: 70px;
}

/* Media Queries
----------------------------------------------------------*/
@media only screen and (max-width: 460px) {
  .fancybox-content {
    padding: 25px !important;
  }
  .modal-form p {
    font-size: 14px;
    line-height: normal;
  }
  .modal-form form {
    padding: 0;
  }
  .modal-form form p {
    position: relative;
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin-bottom: 10px;
  }
  .modal-form input[type=text],
  .modal-form input[type=email],
  .modal-form input[type=tel] {
    font-size: 16px;
  }
}
/* UGC Specific
---------------------------------------------------------- */
#ugc section {
  min-height: 0;
  padding: 30px 0;
}
#ugc section h1 {
  margin-top: 0;
}
#ugc section.intro p {
  max-width: 840px;
  margin: 0 auto;
  font-size: 15px;
}
#ugc section.intro p.first {
  font-size: 18px;
}
#ugc .actions {
  padding: 20px 0 0;
}
#ugc .actions .btn {
  margin: 0 10px;
}

.heading {
  text-align: center;
  line-height: 14px;
  margin-bottom: 30px;
  padding-top: 60px;
}
.heading img {
  padding-bottom: 15px;
}
.heading span {
  display: block;
  text-transform: uppercase;
}
.heading h3 {
  color: #000;
  line-height: normal;
  font-size: 26px;
}
.heading p {
  line-height: 25px;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 0 0;
}

.questions {
  padding-top: 0 !important;
}
.questions fieldset {
  background: #F9F9F9;
  padding: 40px;
  border: 1px solid #f1f1f1;
}
.questions fieldset h5 {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 5px;
}
.questions fieldset p {
  font-size: 14.5px;
  line-height: 24px;
  padding-bottom: 10px;
}
.questions fieldset textarea {
  border: 1px solid #e1e1e1;
  width: 100%;
  height: 120px;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 30px;
}

.overlay-scroll #overlayBG {
  overflow: scroll;
}
.overlay-scroll #overlayBG .overlay {
  position: absolute;
  top: 20px;
  margin-top: 0;
}
.overlay-scroll #overlayBG .overlay em {
  display: block;
  font-size: 14px;
}
.overlay-scroll #overlayBG .overlay ul.list.first {
  margin-bottom: 30px;
}

/* Profanity Demo
---------------------------------------------------------- */
#profanityDemo {
  background: none;
  padding-top: 20px;
}
#profanityDemo section {
  min-height: 0;
}
#profanityDemo section.pdemo {
  position: relative;
}
#profanityDemo section .flex {
  display: flex;
}
#profanityDemo section .flex .col {
  width: 60%;
  padding-left: 40px;
}
#profanityDemo section .flex .col:first-child {
  width: 40%;
  padding: 0;
}
#profanityDemo section form#checkText {
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
#profanityDemo section form#checkText label {
  display: block;
  font-weight: bold;
}
#profanityDemo section form#checkText select {
  background: #FFF url("../img/arrow-down.png") no-repeat top 50% right 15px;
  background-size: 16px;
  -webkit-appearance: none;
  width: 100%;
  display: block;
  padding: 10px;
  border: 1px solid #d1d1d1;
  font-size: 15px;
}
#profanityDemo section form#checkText textarea {
  border: 1px solid #d1d1d1;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  font-size: 15px;
}
#profanityDemo section form#checkText p.full {
  padding: 0;
}
#profanityDemo section form#checkText p.full input {
  margin: 0;
  border: 0;
}
#profanityDemo section form#checkText .customizeBtn {
  float: right;
}
#profanityDemo section form#checkText .customizeBtn:before {
  font-size: 20px;
  color: #000;
}
#profanityDemo section form#checkText .customizeBtn span {
  display: inline-block;
  padding-left: 5px;
  font-size: 12px;
  position: relative;
  top: -3px;
}
#profanityDemo section #demoContainer {
  position: relative;
}
#profanityDemo section #demoContainer:before, #profanityDemo section #demoContainer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}
#profanityDemo section #demoContainer h2 {
  display: none;
  margin: 0;
}
#profanityDemo section #demoContainer.loading:before, #profanityDemo section #demoContainer.loading:after {
  opacity: 1;
  visibility: visible;
}
#profanityDemo section #demoContainer.loading:before {
  background: rgb(255, 255, 255);
}
#profanityDemo section #demoContainer.loading:after {
  background: url("../img/loading.gif") no-repeat center center;
  background-size: 80px;
}
#profanityDemo section #demoContainer .nav {
  text-align: right;
  display: none;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0;
  padding-bottom: 8px;
  margin-top: -30px;
}
#profanityDemo section #demoContainer .nav li {
  display: inline-block;
  font-size: 12px;
}
#profanityDemo section #demoContainer .nav li a {
  display: block;
  padding: 2px 10px;
  color: #bbb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#profanityDemo section #demoContainer .nav li a:hover {
  color: #333;
}
#profanityDemo section #demoContainer .nav li a.active {
  color: #1ea34b;
}
#profanityDemo section #demoContainer.results .nav {
  display: block;
}
#profanityDemo section #demoContainer.results h2 {
  display: block;
}
#profanityDemo section #demoResults {
  display: block;
  position: relative;
}
#profanityDemo section #demoResults .start {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  background: rgba(110, 188, 74, 0.2);
  margin-top: 60px;
}
#profanityDemo section #demoResults h2.bad {
  color: #FF9900;
  margin: 0 0 5px 0;
}
#profanityDemo section #demoResults #words {
  padding: 0;
}
#profanityDemo section #demoResults h5 {
  padding-top: 20px;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#profanityDemo section #demoResults ul {
  list-style: none;
  margin: 0 0 20px 0;
  font-size: 15px;
  border-top: 1px solid #e1e1e1;
}
#profanityDemo section #demoResults ul li {
  padding: 5px;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}
#profanityDemo section #demoResults ul li.true {
  background: rgba(255, 153, 0, 0.075);
}
#profanityDemo section #demoResults ul li.true span {
  color: #FF9900;
  font-weight: bold;
}
#profanityDemo section #demoResults ul strong {
  display: block;
  width: 160px;
  float: left;
  text-transform: capitalize;
}
#profanityDemo section #demoResults ul span {
  display: block;
  margin-left: 160px;
  text-transform: capitalize;
}
#profanityDemo #demoJSON {
  position: absolute;
  overflow: auto;
  padding: 20px;
  font-size: 13px;
  line-height: 22px;
  top: 56px;
  left: 40px;
  bottom: 0;
  right: 0;
  background: #555;
  color: #FFF;
  display: none;
}
#profanityDemo #demo {
  margin: 0;
}

#customize {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #FFF;
  display: none;
}
#customize .wrap {
  max-width: 750px;
}
#customize .ion-close {
  position: absolute;
  right: 30px;
  font-size: 25px;
  top: 0;
  color: #999;
}
#customize .ion-close:before {
  float: right;
}
#customize .ion-close span {
  font-size: 14px;
  display: inline-block;
  padding-right: 5px;
  position: relative;
  top: -4px;
}
#customize h3 {
  padding-bottom: 10px;
}

/* ------------- Black and White Lists -------------------- */
.list {
  border: 1px solid #d1d1d1;
  overflow: auto;
  margin-bottom: 5px;
  height: 125px;
  background: #FFF;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.list a {
  padding: 4px 10px;
  display: block;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  font-size: 13px;
}

.list a.selected {
  background-color: #56b24d;
  color: #FFF;
}

.remove, .dsBtn {
  color: #FFF;
  border: none;
  border-radius: 3px;
  padding: 10px 15px 12px 33px;
  background: #C1443E url("../img/icon-remove.png") no-repeat 10px center;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.remove:hover, .dsBtn:hover {
  opacity: 0.8;
}

.dsBtn {
  background: #555 url("../img/icon-deepsearch.png") no-repeat 10px 8px;
}

.deepsearch {
  background: url("../img/icon-deepsearch-dark.png") no-repeat 95% 6px;
}

.list a.selected.deepsearch {
  background: #56b24d url("../img/icon-deepsearch.png") no-repeat 95% 6px;
}

/*
.options {
	float: right;
	padding-left:30px;
	box-sizing: border-box;
	h6 {
  	font-size:13px;
  	padding:15px 0 0;
  	&:first-child {
    	padding-top:0;
  	}
	}
}
*/
.tabs {
  font-size: 16px;
  overflow: hidden;
}
.tabs li {
  float: left;
  margin-right: 2px;
}
.tabs li a {
  display: block;
  padding: 15px 45px;
  background: #FFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #e1e1e1;
  transition: background 0.2s linear;
  font-weight: 600;
}
.tabs li a.active {
  background: #f1f1f1;
  color: #000;
  border-bottom: 0;
  padding-bottom: 16px;
}
.tabs li a.active.dark {
  background: #333;
  color: #FFF;
}

.tab {
  border: 1px solid #e1e1e1;
  background: #f1f1f1;
  padding: 25px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 10px;
  margin-top: -1px;
}
.tab.dark {
  background: #333;
  color: #ccc;
}
.tab .list {
  background: #e1e1e1;
}

.tab.dark strong {
  color: #FFF;
}

.actions {
  display: none;
  padding-bottom: 0;
}

.tab .left {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0;
}
.tab .left p.field {
  overflow: hidden;
}
.tab .left p.deepSearchLabel {
  padding: 0;
  margin-top: -15px;
}
.tab .left p .ion-help-circled {
  border: 0;
  margin-left: 5px;
}
.tab .left input.text-field {
  width: 65%;
  border: 0;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 16px;
  height: 35px;
  display: block;
  float: left;
  border: 1px solid #d1d1d1;
}
.tab .left .btn {
  height: 35px;
  padding: 6px 0;
  font-size: 13px;
  border: 0;
  margin: 0 0 0 5px;
  float: left;
  border-radius: 3px;
  letter-spacing: 0;
  width: calc(35% - 5px);
  display: block;
  box-sizing: border-box;
}

.ds {
  padding-top: 10px;
}

.tab .right {
  margin-left: 60%;
}

#listmessage {
  background: #2D9F98 url("/site/wp-content/themes/webpurify/img/icon-clean.png") no-repeat 15px center;
  background-size: 14px;
  margin-bottom: 0;
  padding: 5px 5px 5px 35px;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  right: 30px;
  width: 300px;
  font-size: 12px;
  line-height: normal;
  margin-top: 20px;
}

#listmessagePDNA {
  background: #2D9F98 url("/site/wp-content/themes/webpurify/img/icon-clean.png") no-repeat 15px center;
  margin-bottom: 20px;
  padding: 10px 20px 10px 60px;
  border-radius: 4px;
  color: #FFF;
  display: none;
}

/* Moderations */
input.key {
  border: 0;
  padding: 0;
  display: inline;
  box-shadow: none;
  width: 260px;
  font-size: 13px;
}

input.key:focus {
  outline: 0;
  box-shadow: none;
}

.moderation div.col {
  float: left;
  /* 	width:50%; */
}

.moderation div.domainManage {
  width: 350px;
}

/* Switch */
.switch {
  position: relative;
  height: 40px;
  width: 150px;
  background: #FFF;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
}

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 73px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
}

.switch-label-off {
  padding-left: 2px;
}

.switch-label-on {
  padding-right: 2px;
}

.switch-input {
  display: none;
}

.switch-input:checked + .switch-label {
  font-weight: bold;
  color: #FFF;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}

.switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 76px;
  background: #56B24D;
}

.switch-selection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: 72px;
  height: 37px;
  background: #C1443E;
  border-radius: 3px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

/* Media Queries
----------------------------------------------------------*/
@media only screen and (max-width: 756px) {
  h1, h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h1 br, h2 br {
    display: none;
  }
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .p60 {
    padding: 30px 0;
  }
  section {
    min-height: 0;
  }
  .btn {
    padding: 8px 40px;
  }
  h3 {
    font-size: 18px;
  }
  header h5 {
    height: 45px;
    width: 140px;
  }
  #banner {
    height: auto;
    min-height: 0;
  }
  #banner:before {
    display: none;
  }
  #banner .copy .btn {
    margin-top: 0;
    line-height: 44px;
  }
  #photos {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    height: 320px;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  #photos img.slide {
    transform: translate(0%, -20%);
    width: 100%;
  }
  #scan {
    display: none;
  }
  article {
    background: none;
  }
  .copy {
    width: 100%;
  }
  #live .copy,
  #ai .copy,
  #banner .copy {
    padding-top: 0;
  }
  #ug .wrap {
    padding: 40px 20px;
  }
  #ug ul li {
    width: 50%;
    padding: 5px;
  }
  #ug ul li span img {
    width: 40%;
  }
  .two-col {
    padding-top: 0;
  }
  .two-col .col {
    width: 100%;
    padding-right: 0;
  }
  .two-col .col:last-child {
    padding-left: 0;
  }
  .two-col .col:last-child li:last-child {
    border-bottom: 0;
  }
  .two-col .col li {
    padding: 15px 0;
  }
  .features {
    padding-bottom: 0;
  }
  .features h3 {
    font-size: 18px;
    background-size: auto 100%;
  }
  #consulting {
    padding-top: 0;
  }
  #consulting .wrap {
    padding-bottom: 10px;
  }
  #consulting ol {
    margin-top: 20px;
  }
  #consulting ol li {
    width: 100%;
  }
  #consulting ol li strong {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
  }
  #consulting ol li span {
    margin-left: 70px;
  }
  .clients {
    padding-top: 0;
  }
  .clients li {
    width: 50%;
    padding: 35px;
    box-sizing: border-box;
  }
  .clients li img {
    width: 100%;
  }
  #demo {
    margin-top: 0;
    padding: 30px 0;
  }
  #demo .btn.white {
    margin-top: 10px;
  }
  #results img {
    float: none;
    display: block;
    width: 100%;
  }
  #results .stats {
    margin: 20px 0 0 0;
  }
  #ug.three ul {
    padding: 0;
  }
  .btn.print, .btn.dl {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .heading {
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .questions .wrap {
    padding: 0 10px;
  }
  .questions fieldset {
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  #ug.three ul {
    line-height: normal;
  }
  #ug.three ul li {
    width: 50%;
  }
  #ug.three ul li a strong {
    font-size: 18px;
  }
  #ug.three ul li a em {
    font-size: 12px;
  }
  #ug.three ul li a img {
    height: 40px;
    width: auto;
    margin-bottom: 5px;
  }
  .heading h3 {
    font-size: 18px;
  }
  .heading img {
    height: 40px;
  }
  .heading span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 460px) {
  .wrap {
    padding: 20px;
  }
  h1, h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
  }
  h4 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.5px;
  }
  .two-col .col p {
    font-size: 14px;
    line-height: 20px;
  }
  .clients li {
    padding: 20px 15px;
  }
  #ug ul li span {
    padding: 15px 0px;
  }
  .p50 {
    padding: 10px 0;
  }
  #dropzone {
    display: none;
  }
  header .btn {
    position: fixed;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    border-radius: 0;
    text-align: center;
    z-index: 200;
    transform: none;
    padding: 15px 0;
    letter-spacing: 1px;
  }
  footer {
    padding-bottom: 50px;
  }
  #banner .copy .btn.play {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 34px;
  }
  #banner .copy .btn.play span {
    width: 48px;
    height: 48px;
  }
  /*	
  	.fancybox-content {
  		padding:25px !important;
  	}


  	.modal-form {
  		p {
  	    font-size: 14px;
  			line-height: normal;			
  		}
  		form {
  			padding:0;
  			p {
  		    position: relative;
  		    width: 100%;
  		    float: none;
  		    padding: 0 !important;
  		    margin-bottom: 10px;
  	    }
  		}

  		input[type="text"], 
  		input[type="email"], 
  		input[type="tel"]	{
  			font-size:16px;
  		}
  	}	
  */
  #results h3 {
    padding-bottom: 0;
  }
  #results .stats {
    margin: 20px 0 0 0;
  }
  #results .stats div {
    width: 100%;
    float: none;
    padding: 0;
  }
  #ugc section h1 {
    margin-top: 0;
    font-size: 20px;
    line-height: 27px;
  }
  #ugc section.intro p {
    line-height: normal;
    font-size: 14px;
  }
  #ugc section.intro p.first {
    font-size: 16px;
  }
  #ugc #ug li a {
    padding: 20px 5px;
  }
  #ugc #ug li a strong {
    font-size: 16px;
    line-height: 19px;
  }
  #ugc .questions fieldset h5 {
    font-size: 15px;
    line-height: normal;
  }
  #ugc .questions fieldset p {
    font-size: 13px;
    line-height: 20px;
  }
  #ugc .questions fieldset textarea {
    height: 100px;
  }
  .cr {
    padding: 0 20px;
  }
}

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