@charset "UTF-8";
/*!
Theme Name: WebPurify
Theme URI: http://webpurify.com
Description: WebPurify Profanity Filter
Author: Matthew J. Stellato
Author URI: http://matthewstellato.com
Version: 2021.03.01
*/
/*  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";
}

/* 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;
}

h1, h2, h3, h4 {
  font-style: normal;
  font-weight: 500;
}

/* Loading Fonts! */
.fonts-loaded #sidebar.blog h5,
.fonts-loaded .overlay h5,
.fonts-loaded #pricing h5 {
  font-family: "museo-slab", serif;
}

h1, h2 {
  font-weight: 700;
  font-size: 32px;
  padding: 20px 0 30px 0;
  text-align: center;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
}

h3 {
  font-size: 26px;
  line-height: 26px;
}

#main ul {
  padding: 0 0 20px 20px;
  list-style: disc;
}

/* Home
---------------------------------------------------------- */
/*
.home header {
	background: none;
	position: absolute;
	width: 100%;
}
*/
.home section {
  padding: 40px 0 20px;
}

#hero, .hero {
  padding: 100px 0;
  background: #212121 url("/site/wp-content/themes/webpurify/img/bg-home.jpg") no-repeat center center;
  background-size: cover;
  color: #FFF;
  text-align: center;
  position: relative;
}
#hero:after, .hero:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
#hero.two, .hero.two {
  background-image: url("/site/wp-content/themes/webpurify/img/bg-home01.jpg");
}
#hero.three, .hero.three {
  background-image: url("/site/wp-content/themes/webpurify/img/bg-home02.jpg");
}
#hero h1, .hero h1 {
  padding: 0 0 20px;
  text-align: center;
  line-height: normal;
  font-size: 48px;
}
#hero.home h1, .hero.home h1 {
  font-size: 72px;
  line-height: 110%;
}
#hero h3, .hero h3 {
  margin-bottom: 35px;
  color: #FFF;
  font-size: 21px;
  line-height: 32px;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#hero .wrap, .hero .wrap {
  position: relative;
  z-index: 10;
}

/* Homepage Teaser */
.teaser .subhead {
  max-width: 750px;
  font-size: 18px;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 140%;
}
.teaser .subhead span {
  white-space: nowrap;
}
@media only screen and (max-width: 700px) {
  .teaser .subhead {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

#tease {
  margin-bottom: 30px;
}
#tease .col {
  padding: 4px;
  box-sizing: border-box;
}
#tease .col a {
  display: block;
  position: relative;
  overflow: hidden;
}
#tease .col a img {
  display: block;
  width: 100%;
  filter: blur(8px);
}
#tease .col a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  content: "";
  z-index: 2;
  transition: ease 0.3s all;
}
#tease .col a.unblur img {
  filter: none;
}
#tease .col a.unblur:before {
  opacity: 0;
  transition: ease 0.3s all;
}
@media only screen and (max-width: 700px) {
  #tease .col {
    width: 50%;
  }
}

/* ------- Three Col ------- */
.three-col {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.three-col li {
  float: left;
  width: 30%;
  margin: 0 5% 0 0;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding: 15px 0;
}
.three-col li.last {
  margin: 0;
}
.three-col .col {
  width: 33.3333%;
}

.three-col h3 img {
  float: left;
}

.three-col li h3 span {
  display: block;
  padding-top: 15px;
  margin-left: 70px;
}

.three-col h4 {
  overflow: hidden;
  padding-bottom: 10px;
}

.three-col h4 img {
  float: left;
  margin-right: 15px;
}

.three-col h4 span {
  display: block;
  font-size: 21px;
  /* 	margin-left:65px; */
}

.three-col h4.single span {
  padding-top: 15px;
}

.three-col.integration h4 img {
  height: 40px;
}

.three-col.integration h4 img.savings {
  height: 35px;
  padding: 5px 0 0;
}

/* -------- Contact ---------- */
.contact .two-col div.col, .contact .two-col div.col li {
  font-size: 16px;
}

#main .contact .two-col ul {
  list-style: none;
  padding: 0;
}

#main .contact .two-col ul li {
  float: none;
  width: auto;
  margin: 0;
  padding: 0 0 10px;
}

.contact ul.emailAddresses li a strong {
  color: #000;
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.contact ul.emailAddresses li a {
  padding: 10px 20px;
  display: block;
  border-radius: 5px;
  background: #f8f8f8;
  overflow: hidden;
}
.contact ul.emailAddresses li a:hover {
  background: #56b24d;
}
.contact ul.emailAddresses li a:hover i {
  color: rgba(255, 255, 255, 0.6);
}

.contact ul.emailAddresses li a:hover i, .contact ul.emailAddresses li a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.contact ul.emailAddresses li a:hover strong {
  color: #FFF;
}

.contact ul.emailAddresses li a i {
  float: left;
  font-size: 50px;
  color: #999;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.contact ul.emailAddresses li a span {
  display: block;
  margin-left: 65px;
}

#main.full .contact .location {
  /* 	border-top:1px solid #e1e1e1; */
  padding-top: 20px;
  /* 	margin-top:20px; */
  padding-left: 20px;
  overflow: hidden;
  padding-left: 22px;
}

.location i {
  font-size: 50px;
  float: left;
  color: #999;
}

.location p {
  margin-left: 55px;
  padding: 0;
}

.screen-reader-response, .wpcf7-not-valid-tip {
  display: none !important;
}

.contact .two-col h4 {
  font-weight: normal;
  padding-top: 30px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e1e1e1;
}

.contact input[type=text], .contact input[type=email], .contact textarea {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  margin-top: 5px;
}

.contact select {
  width: 100%;
  margin-top: 5px;
}

.contact .two-col .col.first {
  width: 56%;
}

.contact .two-col .col.second {
  width: 40%;
}

#main .contact .two-col ul.faqList {
  list-style: disc;
  padding-left: 20px;
}

#main .contact .two-col ul.faqList li {
  padding-bottom: 0;
}

.two-col div.col div.wpcf7-response-output {
  padding: 10px !important;
  border: 0;
  border-radius: 5px;
  margin: 0;
  text-align: center;
  color: #FFF;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked {
  background: #C1443E;
}

div.wpcf7-mail-sent-ok {
  background: #2D9F98;
}

div.wpcf7 img.ajax-loader {
  margin-left: 10px;
}

.contact .wpcf7-not-valid {
  border: 1px solid #C1443E;
  background: #F3DAD8;
}

.contact form {
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
  padding: 30px 30px 20px;
  border-radius: 5px;
  margin: 20px 0 0 0 !important;
  color: #545454 !important;
}

#main .contact .two-col .first div {
  padding: 0;
}

.wpcf7-submit {
  margin-top: 20px;
}

#main .contact .two-col .first div {
  padding: 0;
}

.wpcf7-submit {
  margin-top: 20px;
}

/* ------- Two Col ------- */
.two-col {
  padding: 30px 0;
}

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

.two-col li, .two-col div.col {
  float: left;
  width: 48%;
  margin-right: 4%;
  text-align: left;
  padding-bottom: 20px;
  font-size: 14px;
}

.two-col div.col div {
  padding: 0 0 30px 0;
}

.two-col li:nth-child(2n), .two-col div.col:nth-child(2n) {
  margin: 0;
}

.two-col h4 {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 700;
}

#featureFAQ {
  padding: 50px 0 30px;
  text-align: center;
}

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

.callout {
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 5px;
}

ul.bullets li {
  float: none !important;
  padding: 0 0 3px 0;
  width: auto;
}

ol {
  list-style: decimal;
  padding: 0 0 20px 25px;
}

ol li {
  padding: 0 0 10px 0;
  float: none !important;
  width: auto !important;
}

/* Pricing
---------------------------------------------*/
.pricing h1, .pricing h2 {
  text-align: center;
  padding-bottom: 15px;
  padding-top: 0;
}

.pricing .description {
  text-align: center;
  padding-bottom: 50px;
}

#pricing {
  text-align: left;
  padding: 20px;
  margin-bottom: 40px;
  overflow: hidden;
  font-size: 14px;
  line-height: normal;
}

#pricing div {
  float: left;
  width: 34%;
  margin: 0 2%;
  position: relative;
}

#pricing div:first-child {
  width: 22%;
}

#pricing div:last-child {
  margin: 0 0 0 2%;
}

#pricing h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 15px;
  color: #000;
}

#pricing ul {
  padding: 0 !important;
}

#pricing li {
  padding-bottom: 20px;
}

#pricing .list {
  list-style: disc;
  padding: 10px 0 0 20px !important;
  font-size: 13px;
}

#pricing .btn {
  margin-top: 20px;
}

#pricing .list li {
  padding-bottom: 5px;
}

#pricing div.imagePricing {
  width: auto;
  float: none;
  margin-left: 30%;
}

#pricing div.imgNum {
  width: 25%;
}

#pricing div.imagePricing ul {
  list-style: disc;
  padding: 10px 0 0 20px !important;
}

#pricing h4 {
  position: relative !important;
  width: 95% !important;
  margin: 0 auto !important;
  background: #56b24d !important;
  font-weight: bold;
}

#pricing h4 span {
  line-height: 37px;
}

#pricing.callout .last h6 {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 5px;
}

#pricing.callout .last p {
  font-size: 13px;
}

/* Billing */
.billing {
  padding: 20px 0 60px;
  text-align: center;
}

.billing h3 {
  padding-bottom: 10px;
}

.billing a {
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  color: #666;
  font-size: 14px;
}

.billing a:hover {
  color: #000;
}

.billing a span {
  display: inline-block;
  border: 2px solid #d1d1d1;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 5px;
  margin-right: 8px;
  position: relative;
  top: 6px;
}

.billing a span em {
  background: #FFF;
  display: inline-block;
  width: 90%;
  height: 90%;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.billing a.active span em {
  background: #56b24d;
  border: 1px solid #FFF;
}

/* ------- Four Col ------- */
/*
.four-col {
	overflow: hidden;
}
*/
.four-col div {
  float: left;
  width: 23%;
  margin: 0 2.3% 0 0;
  text-align: center;
}

.four-col div:last-child {
  margin: 0;
}

.four-col ul {
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 6.5%;
  font-size: 14px;
  margin-top: 105px;
  padding-top: 60%;
}

.four-col li {
  padding: 2px 0;
}

.four-col li span {
  font-weight: bold;
  color: #56b24d;
}

.four-col .btn {
  font-size: 16px;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
}

.four-col div {
  position: relative;
}

.four-col h4, #pricing h4 {
  background: #111;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  position: relative;
  border: 5px solid #FFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), inset 0 -8px 20px rgba(0, 0, 0, 0.3);
  color: #FFF;
  font-size: 21px;
  font-style: italic;
  line-height: 43px;
  position: absolute;
  width: 96%;
  margin-top: 5px;
  padding: 0;
  font-weight: normal;
}

.four-col h4.plugins {
  background: #56b24d;
}

#pricing h4.images strong {
  font-size: 40px;
  line-height: 40px;
  /*     padding-top: 32px; */
}

#pricing h4.videos strong {
  padding-top: 30px;
  line-height: 38px;
}

#pricing h4.images span {
  line-height: 18px;
  font-size: 16px;
}

.four-col h4.standard {
  background: #2e9f98;
}

.four-col h4.enterprise {
  background: #1f7dbe;
}

.four-col h4.custom {
  background: #A4A199;
  font-size: 20px;
  line-height: normal;
}

.four-col h4.custom span {
  padding: 0 5%;
  width: 90%;
}

.four-col h4.custom strong {
  font-size: 25px;
  padding-top: 5%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.four-col h4.custom span a {
  color: #FFF;
  text-decoration: underline;
  font-style: normal;
  font-weight: bold;
  padding-top: 5px;
  display: inline-block;
}

.four-col h4:before, #pricing h4:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.four-col h4 span, #pricing h4 span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.four-col h4 strong, #pricing h4 strong {
  font-weight: bold;
  font-size: 50px;
  display: block;
}

/* ------- UGC ------- */
/*
.grey {
	background: #f8f8f8;
	padding:30px 0 10px
}
*/
#ugc h3 {
  text-align: center;
  padding: 0 20% 30px;
  line-height: normal;
}

#ugc li h5 {
  position: absolute;
  bottom: 28px;
  width: 100%;
}

#ugc li a {
  color: #545454;
}
#ugc li a:hover {
  color: #1ea34b;
}

#ugc ul {
  margin: 0 8%;
}

#ugc li {
  width: 33.33333%;
  text-align: center;
  float: left;
  height: 90px;
  padding: 25px 0;
  position: relative;
}

#ugc .four-col {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

#ugc .four-col a {
  display: block;
}

#ugc .four-col li {
  width: 25%;
  padding: 25px 0;
  height: auto;
  text-align: center;
}

#ugc .four-col li h5 {
  position: static;
  padding-top: 5px;
}

/* ------- Testimonials Individual ------- */
#testimonials.individual img {
  float: left;
}

#testimonials.individual .wrap div {
  margin-left: 250px;
}

#testimonials.individual h3 {
  padding: 0;
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  margin: 20px 0;
}

#testimonials.individual p {
  color: rgba(255, 255, 255, 0.5);
}

.clients li {
  height: 150px;
  line-height: 150px;
}

.clients li img {
  vertical-align: middle;
  width: 85%;
}

.clients li.sm img {
  width: 55%;
}

.clients li.sm.gsa img, .clients li.sm.army img {
  width: 38%;
}

.clients li.med img {
  width: 70%;
}

/* ------- Testimonials ------- */
#testimonials {
  background: #242424;
  color: #FFF;
  padding: 30px 0;
  position: relative;
}

#testimonials h3 {
  padding: 0 20% 30px;
  text-align: center;
  line-height: normal;
}

#testimonials ul {
  margin: 0 5%;
  overflow: hidden;
}

#testimonials li {
  float: left;
  width: 25%;
  text-align: center;
}

#testimonials:after {
  bottom: -50px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #242424;
  border-width: 25px;
  margin-left: -25px;
}

#testimonials.no-arrow:after {
  display: none;
  top: 20px;
}

#cta {
  padding: 60px 0 50px;
}

.heading {
  padding-bottom: 50px;
  text-align: center;
}

/* About
---------------------------------------------------------- */
#about {
  margin: -40px 0;
}

#about section {
  padding: 30px 0;
}

#about section.grey {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

#about .wrap {
  max-width: 800px;
}

#about #aboutHero .wrap, #about #testimonials .wrap {
  max-width: 960px;
}

#about h3 {
  text-align: center;
  padding-bottom: 40px;
}

#about h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0 10px;
}

/* About Banner */
#about #aboutHero {
  background: #212121 url(img/bg-about.jpg) no-repeat center bottom;
  background-size: cover;
  color: #FFF;
  padding: 60px 0 220px;
}

#aboutHero h3 {
  text-align: left;
  padding: 0;
  margin: 0;
}

#aboutHero h1 {
  text-align: left;
  padding-top: 10px;
}

/* We Believe */
#about .two-col {
  padding: 30px 0 0;
}

#about .two-col li {
  background: #f1f1f1;
  padding: 15px 2%;
  width: 44%;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

#about .two-col img {
  float: left;
}

#about .two-col h5 {
  margin-left: 90px;
  font-size: 16px;
  font-weight: normal;
}

#about .two-col .children h5 {
  padding-top: 20px;
}

#about .two-col .shield h5 {
  padding-top: 10px;
}

/* CTA Buttons */
.mission {
  margin: 0 -5px;
}
.mission li {
  margin: 0;
  padding: 5px;
  float: none;
  width: 33.33333%;
  box-sizing: border-box;
}
.mission a {
  display: flex;
  align-items: center;
  padding: 25px 20px;
  height: 100%;
  box-sizing: border-box;
}
.mission a img {
  width: 30px;
}
.mission a strong {
  text-align: center;
  display: block;
  font-size: 20px;
  width: calc(100% - 30px);
}
.mission a strong span {
  display: block;
  font-weight: normal;
  font-size: 13px;
  padding-top: 2px;
  color: #FFF;
  color: rgba(255, 255, 255, 0.7);
}

#leadership {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
#leadership li {
  width: 25%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
}
#leadership li img {
  width: 100%;
  border: 1px solid #d1d1d1;
  display: block;
}
#leadership li h4 em {
  display: block;
  padding-top: 3px;
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
}
@media only screen and (max-width: 700px) {
  #leadership li {
    width: 50%;
  }
  #leadership li h4 {
    font-size: 14px;
    padding-top: 10px;
    line-height: 18px;
  }
  #leadership li h4 em {
    font-size: 12px;
    padding-top: 0;
  }
}

@media only screen and (max-width: 700px) {
  #about h3 {
    padding-bottom: 20px;
  }
  #about h3 br {
    display: none;
  }
  #about #aboutHero {
    padding-bottom: 130px;
  }
  #about #aboutHero h1 {
    padding-top: 0;
  }
  #about #aboutHero h3 {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
/* Content
---------------------------------------------------------- */
#content {
  padding: 40px 0;
}

.home #content {
  padding: 0;
}

#features h1, #features h2 {
  padding: 0 0 10px;
  line-height: normal;
}

.description {
  padding: 5px 11% 50px;
  display: block;
}

.grey .description {
  padding-bottom: 25px;
}

.pb10 {
  padding: 0 0 10px 0;
  font-weight: 500;
  font-size: 28px;
}

.checkProfanity {
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  padding: 15px 15%;
  margin: 0 1% 50px;
  text-align: left;
}

#imageCheck p, #profanityCheck p {
  background: #FFF;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  padding: 0;
  overflow: hidden;
  float: left;
  width: 60%;
}

.checkProfanity p input {
  margin-left: 17%;
  border: 0;
  box-shadow: none;
  padding: 10px 0;
  font-size: 16px;
  box-sizing: border-box;
  width: 83%;
  height: 42px;
  padding: 10px;
}

.checkProfanity p input:focus {
  border-color: transparent;
  outline: 0;
  outline: thin dotted \9 ;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.checkProfanity p span {
  display: block;
  background: #e1e1e1;
  float: left;
  padding: 0 8px;
  width: 17%;
  max-width: 46px;
  box-sizing: border-box;
}

.checkProfanity span img {
  width: 100%;
}

.checkProfanity .btn {
  font-size: 16px;
  padding: 12px 0;
  position: relative;
  width: 35%;
  margin-left: 2%;
}

#features {
  text-align: center;
  padding-bottom: 30px;
}
#features.api h2 {
  font-size: 26px;
  padding: 30px 0 40px;
}

#features ul {
  padding-bottom: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.p30 {
  padding: 30px 0;
}

.profanity {
  border-bottom: 1px solid #e1e1e1;
  margin: -40px 0 0;
  padding: 15px 0 30px;
  text-align: center;
}
.profanity .description {
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}
.profanity h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 40px;
  padding: 0;
  background: #f1f1f1;
  max-width: 700px;
  margin: 0 auto 25px;
  border: 1px solid #e1e1e1;
  padding: 20px 0 15px;
  border-radius: 20px;
}
.profanity h2 #pcount {
  display: block;
  font-weight: 700;
  letter-spacing: -1;
  color: #56b24d;
  font-size: 45px;
  line-height: 50px;
  padding-top: 5px;
}

/* Image Moderation Options
---------------------------------------------------------- */
#features.imgMod h1, #features.imgMod h2 {
  font-size: 32px;
}

#features.imgMod .description {
  padding: 5px 10% 50px;
}

#features.imgMod .wrap {
  padding-bottom: 30px;
}
#features.imgMod .wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #e1e1e1;
  left: 30px;
  right: 30px;
}

h3.imghead {
  max-width: 880px;
  margin: 0px auto 20px;
  line-height: normal;
  font-weight: 500;
  text-align: center;
}

#features.grey {
  padding-top: 40px;
  margin-top: -40px;
  background: #f4f4f4;
  margin-bottom: 40px;
}

#features.grey .checkProfanity {
  background: none;
  border-radius: 0;
  border: none;
  padding: 0 18%;
  margin: 0 1% 0;
  text-align: left;
}

#imageMod {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}

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

h3.optimized {
  margin: 0 auto 20px;
  line-height: normal;
}

h3.optimized img {
  width: 25px;
  display: inline-block;
  margin-right: 10px;
}

#imageMod a {
  display: block;
  background: #FFF;
  border: 1px solid rgba(86, 178, 77, 0.5);
  padding: 20px;
  border-radius: 5px;
  text-align: left;
  color: #212121;
  transition: all 0.2s linear;
  width: 48%;
  margin: 10px 1%;
  box-sizing: border-box;
}

#imageMod a span.overlayBtn {
  transition: all 0.2s linear;
  color: #56b24d;
}

#imageMod a span.overlayBtn:hover {
  color: #999;
}

#imageMod a span.content {
  margin-left: 60px;
  display: block;
}

#imageMod a.full {
  width: 100%;
  padding: 20px 75px;
  text-align: center;
}

#imageMod a.full img {
  float: none;
}

#imageMod a.full img.plus {
  width: 20px;
  padding: 10px;
}

#imageMod a:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(86, 178, 77, 0.7);
}

.videoContainer {
  margin: 20px 0;
  background: #000 url("../img/pages/video-thumb-hybrid.jpg") no-repeat center center;
  background-size: auto 100%;
  border: 2px solid #e1e1e1;
  position: relative;
}
.videoContainer:before {
  content: "";
  display: block;
  background: url("../img/pages/icon-play.svg") no-repeat center center;
  background-size: 100%;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: ease 0.2s all;
}
.videoContainer:hover:before {
  background-color: #6ebc4a;
  transform: translate(-50%, -50%) scale(1.1);
}
.videoContainer iframe {
  display: none;
}

#imageMod a.full span {
  margin: 0 0 10px;
}

#imageMod h3 {
  font-size: 20px;
  line-height: 20px;
  margin: 10px 0 10px 0;
  font-weight: 600;
}

#imageMod img {
  float: left;
  width: 45px;
}

#imageMod span.cta {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #999;
  transition: all 0.2s linear;
  margin: 0;
  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: 12px;
  border-radius: 25px;
  padding: 8px 30px;
  letter-spacing: 1px;
  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;
}

#imageMod a:hover span.cta {
  background-color: #29a64b;
  background-position: 100% 100%;
  color: #FFF;
}

#pricingPlans.imagePlans {
  max-width: 700px;
  margin: 0 auto;
}
#pricingPlans.imagePlans h4 {
  max-width: 260px;
  left: 50%;
  transform: translateX(-50%);
}

#pricingPlans.imagePlans.four-col div {
  width: 45%;
  margin: 0 2.5% !important;
}

/* Profanity Check Responses
---------------------------------------------------------- */
#profanityResults {
  padding: 12px 4.5% 12px 9%;
  margin-top: 10px;
  border-radius: 5px;
  width: 84%;
  display: none;
}

#profanityResults a {
  float: right;
  color: rgba(255, 255, 255, 0.7);
}

#profanityResults a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.error {
  color: #C1443E;
}

#imageStatus {
  font-size: 18px;
}
#imageStatus:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background: #2D9F98 url(img/icon-clean.png) no-repeat center center;
  border-radius: 50%;
  margin-bottom: 10px;
}
#imageStatus.clean {
  color: #2D9F98;
}
#imageStatus.clean:before {
  background: #2D9F98 url("../img/icon-clean.png") no-repeat center center;
}
#imageStatus.dirty {
  color: #C1443E;
}
#imageStatus.dirty:before {
  background: #C1443E url("../img/icon-dirty.png") no-repeat center center;
}

#profanityPercentage {
  margin: 0 auto 20px;
  text-align: center;
  background: #FFE7AB;
  border: 1px solid #FFD978;
  padding: 10px;
  border-radius: 4px;
  display: none;
  font-weight: normal;
}

#profanityPercentage span {
  font-weight: bold;
}

/* Image Responses */
#imageProcessing {
  text-align: center;
  display: none;
}

#imageProcessing img {
  width: 90px;
}

#imageProcessing p {
  padding: 10px 0;
  max-width: 400px;
  margin: 0 auto;
  font-style: italic;
}

#imageProcessing p em {
  font-size: 14px;
  display: block;
}

#imageResults {
  display: none;
  margin-left: 40%;
}

#imageResults h5 {
  margin-bottom: 20px;
}

#imageResults .btn {
  font-size: 13px;
  padding: 16px 0;
  position: relative;
  top: 0;
  width: 60%;
  margin-left: 0;
  line-height: 16px;
  border-radius: 5px;
  letter-spacing: 1px;
}

#imageResults .btn.grey {
  color: #FFF;
  background: #ccc;
  font-size: 13px;
  width: 32%;
  letter-spacing: 1px;
}

#imageResults .btn.grey:hover {
  background: #999;
}

#imageResults em {
  width: 8%;
  display: inline-block;
  text-align: center;
  font-style: normal;
}

/* New Blog Styling - 02/19/2021 
--------------------------------------------------------------------- */
/* --------- Landing and Category --------------- */
#hero.pf.blog {
  padding: 60px 0;
}
@media only screen and (max-width: 600px) {
  #hero.pf.blog {
    padding: 30px 0;
  }
  #hero.pf.blog h1 {
    padding: 0;
  }
}

section.grey {
  padding: 0;
  background: #f1f1f1;
}

.case-study-ad {
  margin: 0 -10px 20px;
}
.case-study-ad .cast-study-photo {
  display: block;
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 42.8571%;
  margin-bottom: 10px;
}

#articles, .posts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 0;
}
#articles .post, .posts .post {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  #articles .post, .posts .post {
    width: 100%;
  }
}
#articles .post .postImg, .posts .post .postImg {
  display: block;
  background-size: cover;
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center center;
  width: calc(100% + 40px);
  margin: -20px -20px 20px;
  position: relative;
  height: 250px;
}
@media only screen and (max-width: 600px) {
  #articles .post .postImg, .posts .post .postImg {
    height: 180px;
  }
}
#articles .post div, .posts .post div {
  border: 1px solid #e1e1e1;
  padding: 20px 20px 60px;
  background: #FFF;
  height: 100%;
  box-sizing: border-box;
  display: block;
  position: relative;
}
#articles .post h2, .posts .post h2 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  letter-spacing: -0.5px;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: left;
}
#articles .post .date, .posts .post .date {
  position: absolute;
  bottom: 0;
}
#articles .post p, .posts .post p {
  padding: 0;
}
#articles.three-col, .posts.three-col {
  margin-bottom: 30px;
}
#articles.three-col .post, .posts.three-col .post {
  width: 33.333333%;
}
@media only screen and (max-width: 900px) {
  #articles.three-col .post, .posts.three-col .post {
    width: 100%;
  }
}

/* --------- Articles --------------- */
#blog {
  padding: 50px 30px;
}
#blog .main {
  width: 85%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 25px;
}
#blog .main ul {
  padding: 0 0 30px 30px;
  list-style: disc;
}
#blog .main ul li {
  padding-bottom: 10px;
}
#blog .main ul li:last-child {
  padding: 0;
}
#blog h1 {
  font-size: 38px;
  padding: 0 0 10px;
  text-align: left;
  line-height: normal;
  color: #1ea34b;
}
#blog h2 {
  text-align: left;
  font-size: 30px;
  padding: 30px 0 10px;
  color: #212121;
  margin: 0;
  letter-spacing: -0.8;
}
#blog h3 {
  font-family: "Poppins", sans-serif;
  color: #1ea34b;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 0 5px;
}
#blog h4 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  padding-top: 30px;
  padding-bottom: 10px;
}
#blog blockquote {
  font-style: italic;
  display: block;
  border-left: 4px solid #56b24d;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #999;
  max-width: 600px;
  line-height: 30px;
}
#blog blockquote p {
  padding: 0;
}
#blog img {
  width: 100%;
  height: auto;
  display: block;
}
#blog .callout {
  text-align: center;
}
#blog .callout h4 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 700px) {
  #blog {
    padding: 20px;
  }
  #blog .main {
    width: 100%;
  }
  #blog h1 {
    font-size: 28px;
  }
}

.date {
  display: block;
  padding-bottom: 15px;
  color: #999;
  font-size: 12px;
}
.date a {
  color: #999;
  text-decoration: underline;
}
.date a:hover {
  color: #333;
}

.navigation.pagination {
  width: 100%;
  border: 0;
  background: none;
  padding: 30px 0 0;
}
.navigation.pagination h2 {
  display: none;
}
.navigation.pagination a, .navigation.pagination span {
  background: #ccc;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
}
.navigation.pagination a.page-numbers, .navigation.pagination span.page-numbers {
  padding: 6px 16px 6px 16px;
  border-radius: 2px;
}
.navigation.pagination a.page-numbers.current, .navigation.pagination span.page-numbers.current {
  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%);
}
.navigation.pagination a.next, .navigation.pagination a.prev, .navigation.pagination span.next, .navigation.pagination span.prev {
  padding: 6px 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  text-indent: -99999em;
}
.navigation.pagination a.next.prev, .navigation.pagination a.prev.prev, .navigation.pagination span.next.prev, .navigation.pagination span.prev.prev {
  margin-right: 8px;
  background-image: url("../img/arrow-left.svg");
}
.navigation.pagination a.next.next, .navigation.pagination a.prev.next, .navigation.pagination span.next.next, .navigation.pagination span.prev.next {
  background-image: url("../img/arrow-right.svg");
  margin-left: 8px;
}
.navigation.pagination a:hover, .navigation.pagination span:hover {
  background-color: #333;
}

#blog h1.category {
  color: #999;
  padding-bottom: 20px;
  font-size: 26px;
  line-height: 26px;
  font-weight: normal;
}

#sidebar.blog {
  margin: 40px 0;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  background: transparent;
  border: 0;
  border-radius: 0;
}
#sidebar.blog ul {
  display: flex;
  flex-wrap: wrap;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  overflow: hidden;
}
#sidebar.blog ul li {
  width: 25%;
}
@media only screen and (max-width: 660px) {
  #sidebar.blog ul li {
    width: 33.33333%;
  }
  #sidebar.blog ul li:first-child {
    width: 66.666666%;
  }
}
@media only screen and (max-width: 540px) {
  #sidebar.blog ul li {
    width: 50% !important;
  }
}
#sidebar.blog ul li a {
  background: #FFF;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  display: block;
  padding: 10px 15px;
  color: #242424;
  height: 100%;
  box-sizing: border-box;
}
#sidebar.blog ul li a:hover {
  background: #f7f7f7;
}
#sidebar.blog ul li.current-cat a {
  background: #1ea34b;
  color: #FFF;
}

@media only screen and (max-width: 600px) {
  .home section.blogNav {
    padding: 0;
  }
  .home section.blogNav .wrap {
    padding-top: 0;
  }
  #sidebar.blog {
    margin: 0 0 10px;
    padding: 0;
  }
}
#searchform {
  margin: 10px auto 5px;
}

#hero.search h3 {
  color: #1ea34b;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 0;
}

#s {
  background: #FFF;
  width: 65%;
  float: left;
  padding: 20px;
  font-size: 18px;
  box-sizing: border-box;
}

#searchsubmit {
  padding: 10px 0;
  font-size: 15px;
  width: calc(35% - 20px);
  margin: 0 0 0 20px;
  box-sizing: border-box;
}

/* Featured Article
---------------------------------------------------------- */
#hero.definitive-guide {
  padding: 60px 0 40px;
}
#hero.definitive-guide h1 {
  max-width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  #hero.definitive-guide h1 {
    font-size: 38px;
  }
}
#hero.definitive-guide .date {
  font-size: 14px;
  color: #CCC;
}

#blog #featurePost {
  max-width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  #blog #featurePost {
    max-width: none;
  }
}
#blog #featurePost .scrollTable {
  overflow-x: scroll;
  margin-right: -20px;
}
#blog #featurePost .scrollTable table {
  min-width: 600px;
  margin-right: 20px;
}
#blog #featurePost h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding: 30px 0 5px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
#blog #featurePost h3 {
  font-weight: 600;
  font-size: 20px;
  padding: 10px 0 5px 0;
  color: #000;
  color: #1ea34b;
}
#blog #featurePost ul {
  list-style: disc;
  padding: 0 0 15px 30px;
}
@media only screen and (max-width: 700px) {
  #blog #featurePost ul {
    padding: 0 0 10px 20px;
  }
}
#blog #featurePost ul li {
  padding: 0 0 15px 0;
}
#blog #featurePost .answer {
  color: #1ea34b;
}
#blog #featurePost .conclusion {
  padding: 15px 15px;
  background: rgba(86, 178, 77, 0.2);
  border-radius: 4px;
}
#blog #featurePost .arrows {
  padding: 0 0 20px 0;
  list-style: none;
}
#blog #featurePost .arrows li {
  background: url("img/home/icon-arrow-right.svg") no-repeat top 4px left 4px;
  background-size: 15px;
  padding: 0 0 0 25px;
  margin-bottom: 15px;
}
#blog #featurePost .types {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -5px;
  padding: 0 0 20px;
}
#blog #featurePost .types li {
  width: 25%;
  padding: 5px;
  box-sizing: border-box;
}
#blog #featurePost .types li span {
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  display: block;
  padding: 15px 10px 15px 65px;
  font-weight: 700;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: top 50% left 15px;
  background-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: normal;
}
#blog #featurePost .types li.images span {
  background-image: url("../img/icon-images.png");
}
#blog #featurePost .types li.text span {
  background-image: url("../img/icon-text.svg");
}
#blog #featurePost .types li.video span {
  background-image: url("../img/icon-video.svg");
}
#blog #featurePost .types li.audio span {
  background-image: url("../img/icon-audio.svg");
}
@media only screen and (max-width: 700px) {
  #blog #featurePost .types li {
    width: 100%;
  }
}
#blog #featurePost .toc {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 20px;
  padding: 0;
  list-style: none;
}
#blog #featurePost .toc li {
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}
#blog #featurePost .toc li a {
  display: block;
  border-radius: 4px;
  border: 1px solid rgba(86, 178, 77, 0.3);
  height: 100%;
  padding: 30px 60px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  line-height: normal;
  font-weight: bold;
  background: rgba(86, 178, 77, 0.15);
}
#blog #featurePost .toc li a em {
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  font-style: normal;
  padding-bottom: 5px;
}
@media only screen and (max-width: 700px) {
  #blog #featurePost .toc li {
    width: 100%;
  }
  #blog #featurePost .toc li a {
    padding: 15px 15px;
    font-size: 16px;
  }
}
#blog #featurePost .indent {
  padding-left: 30px;
}
#blog #featurePost table {
  border-left: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
#blog #featurePost table th {
  background: #222;
  color: #FFF;
  padding: 20px;
  vertical-align: middle;
  font-size: 16px;
}
#blog #featurePost table td {
  padding: 10px 10px;
  width: 25%;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  font-size: 14px;
  line-height: 20px;
}
#blog #featurePost table tr:nth-child(even) td {
  background: #f1f1f1;
}
#blog #featurePost table tr.highlight {
  background: rgba(86, 178, 77, 0.2);
}
#blog #featurePost table tr.highlight td {
  background: transparent;
}

/* Header
------------------------------------------------ */
.current-menu-item a {
  color: #000;
  font-weight: bold;
}

/* Form Styles
------------------------------------------------ */
#comments form {
  padding: 20px;
  background: #f1f1f1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

label {
  font-weight: bold;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=email] {
  display: inline-block;
  height: 20px;
  padding: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: block;
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 80%;
}

select {
  height: 35px;
  width: 81.6%;
}

.console select {
  width: 85.6%;
}

textarea {
  height: auto;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=text]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.btn {
  display: inline-block;
  padding: 15px 25px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #56b24d;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.btn:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #111;
}

.btn.disabled {
  color: #999;
  background: #ccc;
  cursor: progress;
}

/* Sidebar
------------------------------------------------ */
#sidebar {
  float: left;
  width: 23%;
  font-size: 14px;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  overflow: hidden;
}

#main {
  margin-left: 30%;
}

#main.full {
  margin: 0;
}

#main.full h5 {
  padding: 15px 0 5px;
  font-size: 17px;
}

#sidebar li a {
  display: block;
  padding: 15px 20px;
  color: #000;
  /* 	border-bottom:1px solid #e1e1e1; */
  font-weight: bold;
}

#sidebar li a:hover {
  background: #f7f7f7;
}

#sidebar li.current a, #sidebar li.current_page_item a, #sidebar .children li:last-child.current_page_item a {
  background: #FFF;
  color: #000;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

#sidebar li:first-child.current a {
  border-top: 0;
}

#sidebar li:last-child.current a, #sidebar li:last-child.current_page_item a {
  border-bottom: 0;
}

#sidebar ul li ul {
  padding-bottom: 15px;
  /* 	border-bottom:1px solid #e1e1e1; */
  /* 	display: none; */
}

#sidebar ul li ul a, #sidebar ul li.current_page_item ul a {
  font-weight: normal;
  padding-left: 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  border: 0;
  padding: 8px 30px;
  background: none;
}

#sidebar ul li ul a:hover {
  color: #444;
}

#sidebar ul li ul li.current a {
  background: #FFF;
  color: #000;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

/* CMS
------------------------------------------------- */
#cms {
  margin-top: 30px;
}

.plugin {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.plugin aside {
  float: left;
  width: 20%;
}

.plugin h5 {
  font-size: 25px;
  padding: 0 0 10px 0;
}

.plugin img {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.plugin div {
  margin-left: 26%;
}

.plugin .btn {
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

/* Documentation
------------------------------------------------- */
#main h6 {
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 6px;
  margin-bottom: 20px;
}

#main h3 {
  padding-bottom: 20px;
}

#main.api h1 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  padding: 0 0 20px 0;
}

dl {
  padding: 0 0 20px 10px;
  font-size: 14px;
  margin-top: 5px;
  line-height: normal;
}

dt {
  color: #999;
  padding-bottom: 5px;
}

dt b {
  color: #000;
}

dd {
  padding-bottom: 20px;
  color: #555;
  font-style: italic;
  font-size: 12px;
}

pre {
  background: #f1f1f1;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  font-family: Consolas, Monaco, "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: inherit;
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/* Sign In
------------------------------------------------ */
#signinForm {
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
  padding: 30px 8%;
  border-radius: 5px;
  float: left;
  width: 45%;
}

.divide {
  border-top: 1px solid #d1d1d1;
  padding-top: 30px;
  margin-top: 10px;
}

#signinForm h2 {
  padding-bottom: 40px;
}

#signinForm p {
  position: relative;
}

#signinForm input {
  width: 100%;
}

#signinForm input[type=text],
#signinForm input[type=password],
#signinForm input[type=email] {
  width: 97%;
}

/* Errors --------------- */
.errors, .sent {
  color: #FFF;
  background: #C1443E;
  padding: 20px;
  margin: -20px -20px 30px;
  border: 1px solid #A43934;
  border-radius: 4px;
}

#login .errors, #login .sent {
  margin: -15px -21px 15px;
  padding: 15px 25px;
  border-radius: 0;
}

.sent {
  background: #2D9F98;
  border: 1px solid #25847E;
}

#login .errors a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  text-align: left;
  display: block;
}

#login .success {
  text-align: center;
  margin: -15px -21px -21px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#login .success a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: block;
  padding-top: 5px;
}

#login .success a:hover {
  color: #FFF;
}

#login .errors a:hover {
  color: #FFF;
}

/*
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 6px;
}
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;
}
*/
.desc {
  font-size: 12px;
  text-align: center;
}

#trial {
  margin-left: 65%;
  margin-top: 20px;
}

#trial ul {
  font-weight: 700;
  font-size: 18px;
  color: #56B24D;
}

#trial li {
  padding: 10px 0 4px 35px;
  background: url(../img/icon-check.png) no-repeat 0 12px;
  background-size: 20px;
}

#trial h3 {
  border-top: 1px solid #e1e1e1;
  margin: 30px 0 0;
  padding: 30px 0 20px;
  font-size: 20px;
  font-weight: 700;
}

#trial h5 {
  border-top: 1px solid #e1e1e1;
  margin: 10px 0 0;
  padding: 30px 0 20px;
}

#trial .callout {
  margin-top: 20px;
}

#trial ul.clients, #pricing ul.clients li {
  overflow: hidden;
}

#trial ul.clients li, #pricing ul.clients li {
  padding: 0;
  background: 0;
  float: left;
  width: 52%;
  margin: 3% 4%;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

#trial ul.clients li.sm, #pricing ul.clients li.sm {
  width: 30%;
}

#trial ul.clients li img, #pricing ul.clients li img {
  width: 90%;
  opacity: 0.5;
}

#trial ul.clients li.army img,
#pricing ul.clients li.army img {
  width: 63%;
}

#trial ul.clients li.med {
  width: 40%;
}

#trial ul.clients li.sm.gsa img {
  width: 66%;
}

/* Site Scan
------------------------------------------------ */
.scan h2 {
  text-align: left;
}

.scan .left {
  width: 50%;
  text-align: left;
  float: left;
}

#scanform {
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
  padding: 40px 4% 20px;
  border-radius: 5px;
  margin-left: 55%;
  margin-top: -80px;
}

#scanform input[type=text] {
  width: 95%;
}

#scanform select {
  width: 100%;
}

.checkbox {
  font-style: normal;
  display: block;
  padding-top: 3px;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding-left: 30px;
  font-size: 14px;
}

.checkbox input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.cmsNav {
  list-style: none;
  padding: 0 10px !important;
  background: #f7f7f7;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  margin-top: 20px;
}

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

.cmsNav:after {
  clear: both;
}

.cmsNav li {
  float: left;
  width: 16.6666666667%;
  text-align: center;
  list-style: none;
  padding: 20px 0;
}

.cmsNav li a {
  display: block;
  height: 60px;
  line-height: 80px;
  vertical-align: middle;
  position: relative;
}

.cmsNav li img {
  width: 75%;
  display: inline-block;
}

.cmsNav li.active a:before, .cmsNav li.active a:after {
  bottom: -21px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.cmsNav li.active a:after {
  border-bottom-color: #FFF;
  border-width: 12px;
  margin-left: -12px;
}

.cmsNav li.active a:before {
  border-bottom-color: #d1d1d1;
  border-width: 14px;
  margin-left: -14px;
}

.page-item-432, .page-item-629 {
  display: none !important;
}

/* Video Table ---------------------------------------- */
#vidTable {
  width: 100%;
  border: 1px solid #d1d1d1;
  border-bottom: 0;
  border-right: 0;
  font-size: 15px;
  margin-bottom: 30px;
}

#vidTable th {
  background: #e1e1e1;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}

#vidTable td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

#vidTable td.first {
  background: #f1f1f1;
  text-align: left;
  font-weight: bold;
  padding-left: 25px;
  border-right: 1px solid #e1e1e1;
}

/* Image Moderation - Hybrid Page
---------------------------------------------------------- */
.hybrid {
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}

.hybrid div {
  width: 45%;
  background: #FFF;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  float: left;
  padding: 20px;
  box-sizing: border-box;
}

.hybrid div p {
  padding: 0;
}

.hybrid div img {
  width: 80px;
  margin-bottom: 10px;
  display: inline-block;
}

.hybrid span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.hybrid strong {
  font-size: 50px;
  font-weight: bold;
  width: 10%;
  text-align: center;
  float: left;
  display: block;
}

/* Two Column */
.success {
  padding: 10px;
  display: flex;
}

.two-col.success div.col {
  box-sizing: border-box;
  padding: 40px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  width: 46%;
  margin-right: 8%;
}

.two-col.success p {
  padding: 0;
}

.success .solution {
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  position: relative;
  margin-right: 0 !important;
}

.success .solution:before {
  content: "\f109";
  position: absolute;
  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;
  top: 110px;
  left: -50px;
  font-size: 38px;
  color: #CCC;
}

.checkProfanity.white {
  border: 0;
  background: 0;
}

/* iPhone Portrait
----------------------------------------------------------*/
@media only screen and (max-width: 700px) {
  .blogLink {
    position: absolute;
    top: 0;
    height: 100%;
    left: 80px;
    padding: 24px 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
  }
  .blogLink:hover {
    color: #FFF;
  }
  .wrap {
    max-width: 350px;
    min-width: 0;
  }
  h3 {
    font-size: 21px;
  }
  #ugc h3, #testimonials h3 {
    padding: 0 0 20px;
  }
  #ugc li, #ugc .four-col li {
    width: 50%;
  }
  #ugc h5 {
    font-size: 14px;
    line-height: normal;
  }
  #testimonials li {
    width: 50%;
  }
  .two-col li, .two-col div.col, .two-col li, .contact .two-col div.col.first, .two-col li, .contact .two-col div.col.second {
    width: auto;
    float: none;
  }
  h1, h2 {
    font-size: 24px;
    line-height: normal;
  }
  .description {
    padding: 5px 0 50px;
  }
  /* FORMS --------------*/
  .checkProfanity, #imageCheck {
    padding: 2%;
  }
  .checkProfanity {
    margin-bottom: 20px;
  }
  #imageCheck p, #profanityCheck p {
    width: 100%;
  }
  .checkProfanity .btn {
    width: 100%;
    margin: 10px 0 0;
    top: auto;
  }
  .checkProfanity p input {
    width: 100%;
    margin-left: 0;
    border: 0;
    box-shadow: none;
    padding: 20px 10px;
    font-size: 16px;
    box-sizing: border-box;
  }
  .checkProfanity p span {
    display: none;
  }
  /* Pricing  --------------*/
  #pricing div:first-child {
    width: 200px;
    margin: 0 auto 30px;
  }
  #pricing div {
    float: none;
    width: auto;
    margin: 0 0 30px;
  }
  .four-col div {
    float: left;
    width: 46%;
    margin: 0 2%;
    text-align: center;
  }
  .four-col h4, #pricing h4 {
    line-height: 27px;
    font-size: 13px;
  }
  #pricing.callout h4 {
    font-size: 18px;
  }
  #pricing div.imagePricing {
    margin-left: 0;
  }
  .four-col h4 strong, #pricing h4 strong {
    font-size: 32px;
  }
  #pricing.callout h4 strong {
    font-size: 42px;
  }
  .four-col h4.custom strong {
    font-size: 20px;
  }
  .four-col h4.custom span {
    font-size: 12px;
  }
  .four-col .btn {
    font-size: 12px;
  }
  .billing {
    padding: 20px;
    text-align: left;
  }
  .billing h3 {
    text-align: center;
  }
  /* Scan -------------- */
  .scan .left {
    width: 100%;
    text-align: left;
    float: none;
  }
  #scanform {
    padding: 20px;
    border-radius: 5px;
    margin-left: 0;
    margin-top: 20px;
  }
  /* CMS -------------------- */
  .cmsNav li {
    width: 50%;
    padding: 10px 0;
  }
  .cmsNav li.active a:before, .cmsNav li.active a:after {
    bottom: -11px;
  }
  .plugin aside {
    float: none;
    width: 70%;
  }
  .plugin div {
    margin: 30px 0 0;
  }
  .plugin img {
    margin-bottom: 10px;
  }
  /* Docs ---------------------*/
  #sidebar {
    float: none;
    width: 100%;
  }
  #main {
    margin: 30px 0 0;
  }
  /* Trial Forms ---------------------*/
  #signinForm {
    padding: 20px;
    float: none;
    width: auto;
  }
  #trial {
    margin-left: 0;
  }
  #signinForm input.btn {
    white-space: normal;
  }
  .btn {
    -webkit-appearance: none;
  }
  /* Blog --------------------------*/
  #blog #main {
    width: auto;
    margin: 0;
    position: relative;
    float: none;
  }
  /* Three Col --------------*/
  .three-col li {
    width: 100%;
    float: none;
  }
  .three-col h4 {
    padding-bottom: 8px;
  }
  .three-col h4 span, .three-col h4.single span {
    font-size: 18px;
    padding-top: 3px;
  }
  .three-col h4 span br {
    display: none;
  }
  .three-col h4 img {
    width: 25px;
  }
  #cta .three-col li {
    width: 30%;
    float: left;
  }
  #cta .three-col li {
    text-align: center;
  }
  #cta .three-col h3 img {
    float: none;
    width: 40px;
  }
  #cta .three-col li span {
    margin: 0;
    font-size: 16px;
    line-height: normal;
  }
  .three-col.integration h4 img {
    height: auto !important;
  }
  /* About ----------------------------- */
  #about .wrap {
    max-width: 350px;
    min-width: 0;
  }
  #about .two-col li, #about .three-col li {
    width: 100%;
    float: none;
    margin-right: 0;
    box-sizing: border-box;
  }
  #about .two-col li {
    padding: 15px 4%;
  }
  #about .two-col h5 {
    padding-top: 0 !important;
  }
  #aboutHero {
    position: relative;
  }
  #about #aboutHero .wrap {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  #aboutHero h3 {
    padding-top: 70px;
  }
  #aboutHero h3, #aboutHero h1 {
    text-align: center;
  }
  /* Image Mod
  ----------------------------------- */
  #imageMod {
    display: block;
  }
  #imageMod .col {
    width: 100%;
    min-height: 0;
  }
  .four-col ul {
    padding-top: 70%;
  }
  #features.imgMod .description {
    padding: 5px 0 30px;
  }
  #imageMod a, #imageMod a.full {
    width: 100%;
    margin: 0 0 10px;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
  }
  #imageMod a img {
    float: none;
  }
  #imageMod a span.content {
    margin-left: 0;
    display: block;
  }
  /* Hybrid */
  .hybrid, .two-col.success {
    display: block;
  }
  .two-col.success {
    padding: 0 0 30px 0;
  }
  .hybrid span {
    transform: none;
    top: auto;
  }
  .hybrid div {
    float: none;
    width: 100%;
  }
  .hybrid strong {
    display: block;
    float: none;
    line-height: 50px;
    top: -5px;
    position: relative;
    width: 100%;
  }
  .hybrid div img {
    width: 50px;
  }
  .two-col.success div.col {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
  }
  .success .solution:before {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .four-col div, #pricingPlans.imagePlans.four-col div {
    width: 75%;
    float: none;
    margin: 20px auto !important;
    padding-top: 10px;
  }
  .four-col h4, #pricing h4 {
    line-height: 30px;
    font-size: 16px;
  }
  .four-col h4 strong, #pricing h4 strong {
    font-size: 40px;
  }
  .profanity h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 0;
    max-width: 700px;
    margin: 0 auto 25px;
    border: 1px solid #e1e1e1;
    padding: 15px 0;
    border-radius: 20px;
  }
  .profanity h2 #pcount {
    display: block;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0;
    color: #56b24d;
    line-height: 40px;
    padding-top: 0;
  }
  .profanity .description {
    font-size: 14px;
  }
  #features.api h2 {
    font-size: 20px;
    padding: 20px 0 20px;
  }
}
/** 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;
}

.liveDemo {
  position: relative;
}
.liveDemo:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  transition: background 0.2s linear;
  visibility: hidden;
  opacity: 0;
  z-index: 900;
}
.liveDemo.active:before {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.5);
}

/* Live Demo */
#imageProcessing {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  background: #FFF;
  padding: 30px;
  border: 1px solid #999;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -54%);
  z-index: 900;
  width: 100%;
  text-align: left;
}
#imageProcessing .results {
  overflow: hidden;
  text-align: center;
  padding-bottom: 10px;
}
#imageProcessing #imageResults, #imageProcessing #begin {
  margin-left: 40%;
}
#imageProcessing .processing {
  position: absolute;
  left: 40%;
  right: 35px;
  margin-top: 30px;
}
#imageProcessing .processing img {
  display: block;
  width: 80px;
  margin: 0 auto 10px;
}
#imageProcessing .processing em {
  display: block;
}
#imageProcessing span.photo {
  width: 35%;
  height: 250px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  float: left;
}
#imageProcessing span.photo img {
  width: 100%;
}
#imageProcessing .samples {
  position: relative;
  margin-top: 0;
  padding-top: 10px;
}
#imageProcessing .samples:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 10;
}
#imageProcessing .samples .slider {
  box-sizing: border-box;
}
#imageProcessing .samples .slider div.slide {
  opacity: 1;
  width: 72px !important;
  margin-right: 10px;
}
#imageProcessing .samples .slider div.slide:last-child {
  margin-right: 0;
}
#imageProcessing #begin {
  margin-left: 0;
  display: none;
  position: absolute;
  z-index: 100;
  padding-top: 95px;
  padding: 90px 100px;
  background: #FFF;
  height: 260px;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0 !important;
}
#imageProcessing #begin h3 {
  color: #1ea34b;
  line-height: normal;
}
#imageProcessing.show-samples .samples:after {
  bottom: 100%;
}
#imageProcessing.begin #begin {
  display: block;
}
#imageProcessing.begin .samples .thumb {
  display: none;
}

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

@media only screen and (max-width: 700px) {
  .liveOverlay {
    overflow: hidden;
  }
  .liveOverlay:after {
    content: "";
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .liveDemo #imageProcessing {
    position: fixed;
    top: 5px;
    bottom: auto;
    transform: none;
    left: 5px;
    right: 5px;
    width: auto;
    max-width: none;
    padding: 15px;
    z-index: 1000;
    /* Results */
  }
  .liveDemo #imageProcessing #begin {
    padding: 0;
    top: 0;
    border-radius: 4px;
  }
  .liveDemo #imageProcessing #begin h3 {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    transform: translateY(-50%);
  }
  .liveDemo #imageProcessing span.photo {
    width: 100%;
    height: 175px;
    overflow: hidden;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    float: none;
  }
  .liveDemo #imageProcessing span.photo img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  .liveDemo #imageProcessing .ion-close-circled {
    right: 0;
    top: 0;
    background: #FFF;
    padding: 7px 12px;
    border-radius: 5px;
  }
  .liveDemo #imageProcessing .processing {
    position: static;
    left: 0;
    right: 0;
    margin-top: 0;
    font-size: 15px;
    text-align: left;
    line-height: 19px;
    padding: 10px 5px;
  }
  .liveDemo #imageProcessing .processing img {
    display: block;
    width: 50px;
    margin: 0 auto 10px;
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -30px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 5px;
  }
  .liveDemo #imageProcessing .processing em {
    display: inline;
  }
  .liveDemo #imageProcessing #imageResults {
    margin-left: 0;
  }
  .liveDemo #imageProcessing #imageResults h5 {
    margin-bottom: 10px;
  }
  .liveDemo #imageProcessing #imageResults .btn {
    font-size: 15px;
    padding: 16px 5px;
    position: relative;
    top: 0;
    width: 60%;
    margin-left: 0;
    line-height: 18px;
    box-sizing: border-box;
  }
  .liveDemo #imageProcessing #imageResults .btn.grey {
    width: 32%;
  }
  .liveDemo #imageProcessing #imageStatus {
    font-size: 15px;
    text-align: left;
    line-height: normal;
    padding-top: 10px;
    overflow: hidden;
  }
  .liveDemo #imageProcessing #imageStatus:before {
    width: 32px;
    height: 32px;
    background-size: 17px !important;
    float: left;
    margin-right: 10px;
  }
  .liveDemo #imageProcessing #imageStatus h5 {
    margin-bottom: 0;
  }
  .liveDemo #imageProcessing #my-overlay-dropzone.inline {
    margin: 0 0 20px;
    padding: 0;
    max-width: none;
    position: relative;
    width: calc(33.33333% - 10px);
    height: 74px;
    background-position: center 35px;
    background-size: 23px;
    bottom: 16px;
    position: absolute;
    right: 5px;
    margin: 0;
  }
  .liveDemo #imageProcessing #my-overlay-dropzone.inline:after {
    content: "Upload Photo";
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    letter-spacing: 0;
    font-size: 11px;
  }
  .liveDemo #imageProcessing #my-overlay-dropzone.inline .dropzone .dz-preview {
    width: 100%;
    height: 80px;
  }
  .liveDemo #imageProcessing #my-overlay-dropzone.inline .dropzone .dz-preview .dz-image {
    width: 100%;
  }
  .liveDemo #imageProcessing #my-overlay-dropzone.inline .dropzone .dz-preview .dz-image img {
    width: 100%;
  }
  .liveDemo #imageProcessing .samples {
    height: auto;
  }
  .liveDemo #imageProcessing .samples h6 {
    font-size: 14px;
    padding: 0px 10px 7px 0px;
  }
  .liveDemo #imageProcessing .samples .clips {
    margin: 0;
  }
  .liveDemo #imageProcessing .samples .thumb {
    float: none;
    position: absolute;
    width: calc(33.33333% - 10px);
    height: 74px;
    background-color: #333;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 17px;
    padding: 0px;
    box-sizing: border-box;
    margin: 0;
    bottom: 16px;
    right: 5px;
  }
  .liveDemo #imageProcessing .samples .thumb.active:after {
    bottom: 0;
  }
  .liveDemo #imageProcessing .samples .slider {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0 10px !important;
    height: auto;
  }
  .liveDemo #imageProcessing .samples .slider div.slide {
    width: 33.3333333% !important;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
  }
  .liveDemo #imageProcessing .samples .slider div.slide a {
    width: 100%;
  }
  .liveDemo #imageProcessing .samples .slider div.slide a:before {
    bottom: 0;
  }
}
@media only screen and (max-width: 360px) {
  .liveDemo #imageProcessing #my-overlay-dropzone.inline {
    background-image: none;
  }
  .liveDemo #imageProcessing #my-overlay-dropzone.inline:after {
    font-size: 10px;
    padding: 10px;
    line-height: 16px;
  }
}
.home, .upgrade2020 {
  /* User Generated
  ----------------------------------------------------- */
  /* Video Moderation */
  /* FAQs 
  ----------------------------------------------------- */
  /* Features 
  ----------------------------------------------------- */
  /* VR 
  ----------------------------------------------------- */
  /* Demo 
  ----------------------------------------------------- */
  /* Consulting 
  ----------------------------------------------------- */
  /* Clients 
  ----------------------------------------------------- */
  /* AI 
  ----------------------------------------------------- */
  /* Smart Screen 
  ----------------------------------------------------- */
  /* VR 
  ------------------------------------------------------ */
  /* Consulting 
  ------------------------------------------------------ */
  /* Image Moderation Page */
  /* GenAI 
  ------------------------------------------------------ */
}
.home header .wrap, .upgrade2020 header .wrap {
  padding: 20px;
}
.home section.p20, .upgrade2020 section.p20 {
  padding: 20px 0;
}
.home.standalone, .upgrade2020.standalone {
  background: #e6f4e6 !important;
}
.home.standalone #hybrid, .upgrade2020.standalone #hybrid {
  background: transparent;
}
.home.standalone .fancybox-is-open .fancybox-bg, .upgrade2020.standalone .fancybox-is-open .fancybox-bg {
  opacity: 1;
  background: #e6f4e6;
}
.home .wrap, .upgrade2020 .wrap {
  max-width: 1060px;
  min-width: 0;
  padding: 30px;
  position: relative;
  box-sizing: border-box;
}
.home .wrap.lg, .upgrade2020 .wrap.lg {
  max-width: 1250px;
}
.home h1.main-heading, .home h2, .upgrade2020 h1.main-heading, .upgrade2020 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;
}
.home h1.main-heading strong, .home h2 strong, .upgrade2020 h1.main-heading strong, .upgrade2020 h2 strong {
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
.home strong.subheader, .upgrade2020 strong.subheader {
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 10px;
  display: block;
}
.home h3, .upgrade2020 h3 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.6px;
  line-height: normal;
}
.home h4, .upgrade2020 h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: -1px;
  padding-bottom: 20px;
}
.home .btn, .upgrade2020 .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;
}
.home .btn:hover, .upgrade2020 .btn:hover {
  background-color: #29a64b;
  background-position: 100% 100%;
  color: #FFF;
}
.home .btn.alt, .upgrade2020 .btn.alt {
  background: transparent;
  border: 1px solid #b7b7b7;
  color: #000;
}
.home .btn.alt:hover, .upgrade2020 .btn.alt:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.1);
}
.home .btn.white, .upgrade2020 .btn.white {
  background: #FFF;
  color: #1ea34b;
  margin-top: 20px;
  border: 2px solid #FFF;
}
.home .btn.white:hover, .upgrade2020 .btn.white:hover {
  background: rgba(255, 255, 255, 0.8);
}
.home .btn.play, .upgrade2020 .btn.play {
  position: relative;
  padding-left: 75px;
  padding-right: 40px;
  border-radius: 70px;
  height: 60px;
  line-height: 27px;
  box-sizing: border-box;
}
.home .btn.play span, .upgrade2020 .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;
}
.home .btn.play span:before, .upgrade2020 .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;
}
.home .btn.play.dl span:before, .upgrade2020 .btn.play.dl span:before {
  background: url("../img/ugc/icon-download.svg") no-repeat center center;
}
.home .btn.play.print span:before, .upgrade2020 .btn.play.print span:before {
  background: url("../img/ugc/icon-print.svg") no-repeat center center;
}
.home #ugcPF, .upgrade2020 #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%);
}
.home #ugcPF h2, .upgrade2020 #ugcPF h2 {
  color: #FFF;
}
.home #ugcPF .three-col li, .upgrade2020 #ugcPF .three-col li {
  margin: 0;
  width: 33.3333333%;
  padding: 10px;
  box-sizing: border-box;
}
.home #ugcPF .four-col li, .upgrade2020 #ugcPF .four-col li {
  padding: 10px;
  width: 25%;
  box-sizing: border-box;
  margin: 0;
}
@media only screen and (max-width: 780px) {
  .home #ugcPF .four-col, .upgrade2020 #ugcPF .four-col {
    justify-content: center;
  }
  .home #ugcPF .four-col li, .upgrade2020 #ugcPF .four-col li {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 640px) {
  .home #ugcPF .four-col li, .upgrade2020 #ugcPF .four-col li {
    width: 50%;
  }
}
.home #ugcPF .three-col, .home #ugcPF .four-col, .upgrade2020 #ugcPF .three-col, .upgrade2020 #ugcPF .four-col {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.home #ugcPF .three-col li div, .home #ugcPF .four-col li div, .upgrade2020 #ugcPF .three-col li div, .upgrade2020 #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;
}
.home #ugcPF .three-col li h5, .home #ugcPF .four-col li h5, .upgrade2020 #ugcPF .three-col li h5, .upgrade2020 #ugcPF .four-col li h5 {
  color: #121212;
  font-size: 15px;
  padding: 15px;
  text-align: center;
  box-shadow: 0;
}
.home #ugcPF .three-col li p, .home #ugcPF .four-col li p, .upgrade2020 #ugcPF .three-col li p, .upgrade2020 #ugcPF .four-col li p {
  padding: 0 20px 20px;
}
.home #ugcPF .three-col li p img, .home #ugcPF .four-col li p img, .upgrade2020 #ugcPF .three-col li p img, .upgrade2020 #ugcPF .four-col li p img {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
  height: 60px;
}
.home #ugcPF .three-col li a:hover, .home #ugcPF .four-col li a:hover, .upgrade2020 #ugcPF .three-col li a:hover, .upgrade2020 #ugcPF .four-col li a:hover {
  text-decoration: underline;
  color: #1ea34b;
}
.home .lightGreenBG, .upgrade2020 .lightGreenBG {
  background: rgba(86, 178, 77, 0.15);
}
.home #hero.pf, .upgrade2020 #hero.pf {
  background: url("../img/pages/hero-profanity-filter.jpg") no-repeat center center;
  background-size: cover;
}
.home #hero.pf h1, .upgrade2020 #hero.pf h1 {
  font-size: 40px;
}
@media only screen and (max-width: 700px) {
  .home #hero.pf h1, .upgrade2020 #hero.pf h1 {
    font-size: 30px;
    line-height: normal;
  }
}
.home #hero.pf h3, .upgrade2020 #hero.pf h3 {
  max-width: 840px;
  margin: 0 auto 35px;
}
.home #hero.consulting, .upgrade2020 #hero.consulting {
  background: url("../img/hero-consulting.jpg") no-repeat center center;
  background-size: cover;
}
.home #hero.consulting:after, .upgrade2020 #hero.consulting:after {
  background: rgba(0, 0, 0, 0.65);
}
.home #hero.consulting h1, .upgrade2020 #hero.consulting h1 {
  font-size: 40px;
}
@media only screen and (max-width: 700px) {
  .home #hero.consulting h1, .upgrade2020 #hero.consulting h1 {
    font-size: 30px;
    line-height: normal;
  }
}
.home #hero.consulting h3, .upgrade2020 #hero.consulting h3 {
  max-width: 840px;
  margin: 0 auto 35px;
}
.home #hero.photo, .upgrade2020 #hero.photo {
  background: url("../img/pages/hero-photo-moderation.jpg") no-repeat center center;
  background-size: cover;
}
.home #hero.photo:after, .upgrade2020 #hero.photo:after {
  background: rgba(0, 0, 0, 0.2);
}
.home #hero.photo #my-awesome-dropzone, .upgrade2020 #hero.photo #my-awesome-dropzone {
  background: rgba(255, 255, 255, 0.3);
  color: #FFF;
}
.home #hero.photo .subhead, .upgrade2020 #hero.photo .subhead {
  max-width: 850px;
}
@media only screen and (max-width: 700px) {
  .home #hero.photo .subhead br, .upgrade2020 #hero.photo .subhead br {
    display: none;
  }
}
.home #hero.video, .upgrade2020 #hero.video {
  background: url("../img/pages/hero-video-moderation.jpg") no-repeat center center;
  background-size: cover;
}
.home #hero.video:after, .upgrade2020 #hero.video:after {
  display: none;
}
.home #hero.video .subhead, .upgrade2020 #hero.video .subhead {
  max-width: 700px;
  margin: 0 auto 35px;
}
.home #hero.photo-live, .upgrade2020 #hero.photo-live {
  background: url("../img/pages/hero-photo-live-moderation.jpg") no-repeat center center;
  background-size: cover;
}
.home #hero.photo-live .subhead, .upgrade2020 #hero.photo-live .subhead {
  max-width: 850px;
}
.home #hero.photo-ai, .upgrade2020 #hero.photo-ai {
  background: url("../img/pages/hero-photo-ai.jpg") no-repeat top center;
  background-size: cover;
}
.home #hero.photo-ai #my-awesome-dropzone, .upgrade2020 #hero.photo-ai #my-awesome-dropzone {
  background: rgba(255, 255, 255, 0.3);
  color: #FFF;
}
.home #hero a:hover, .upgrade2020 #hero a:hover {
  color: #1ea34b;
}
.home #hero .btn:hover, .upgrade2020 #hero .btn:hover {
  color: #FFF;
  background-color: #1ea34b;
}
.home #hero.vr, .upgrade2020 #hero.vr {
  background: url("../img/pages/hero-vr-moderation.jpg") no-repeat center center;
  background-size: cover;
}
.home #hero.vr:after, .upgrade2020 #hero.vr:after {
  display: none;
}
.home #hero.vr .subhead, .upgrade2020 #hero.vr .subhead {
  max-width: 700px;
  margin: 0 auto 35px;
}
.home #hero.ai, .upgrade2020 #hero.ai {
  background: url("../img/pages/hero-ai-moderation.webp") no-repeat center center;
  background-size: cover;
}
.home #hero.ai:after, .upgrade2020 #hero.ai:after {
  background-color: rgba(0, 0, 0, 0.7);
}
.home #hero.ai .subhead, .upgrade2020 #hero.ai .subhead {
  max-width: 700px;
  margin: 0 auto 35px;
}
.home p.ofb, .upgrade2020 p.ofb {
  font-size: 18px;
  max-width: 540px;
  text-align: center;
  margin: 0 auto;
  line-height: 25px;
  padding: 0;
}
.home .vidSection.features, .upgrade2020 .vidSection.features {
  background: rgba(86, 178, 77, 0.1);
}
.home .vidSection.features .main-img, .upgrade2020 .vidSection.features .main-img {
  margin-bottom: 20px;
}
.home .vidSection.highlight, .upgrade2020 .vidSection.highlight {
  background: rgba(255, 232, 152, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.home p.nopad, .upgrade2020 p.nopad {
  padding: 0;
}
.home .w680, .upgrade2020 .w680 {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.home .w850, .upgrade2020 .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) {
  .home .w850, .upgrade2020 .w850 {
    font-size: 16px;
  }
}
.home h2.photoModSubHead, .upgrade2020 h2.photoModSubHead {
  font-size: 30px;
  letter-spacing: -0.5px;
  line-height: 40px;
}
.home #submissions, .upgrade2020 #submissions {
  background: #313131;
  color: #FFF;
  padding: 20px 0 0;
}
.home #submissions h2, .upgrade2020 #submissions h2 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  color: #FFF;
}
.home #submissions h2 #pcount, .upgrade2020 #submissions h2 #pcount {
  font-weight: bold;
  color: #58b44a;
  font-size: 60px;
  line-height: normal;
  padding-bottom: 10px;
}
.home #submissions .clients, .upgrade2020 #submissions .clients {
  padding-top: 0;
}
.home #submissions .clients li, .upgrade2020 #submissions .clients li {
  width: 25%;
  height: 130px;
  height: 120px;
  line-height: 120px;
}
.home #submissions .clients li img, .upgrade2020 #submissions .clients li img {
  width: 60%;
  max-width: 140px;
}
.home #success, .upgrade2020 #success {
  background: linear-gradient(135deg, rgb(63, 94, 251) 0%, rgb(252, 70, 107) 100%);
}
.home #success .blocks .copy h2, .upgrade2020 #success .blocks .copy h2 {
  color: #FFF;
}
.home #success h4, .upgrade2020 #success h4 {
  padding: 10px 0;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
}
.home #success h4.success, .upgrade2020 #success h4.success {
  color: #1ea34b;
}
.home #microsoft, .upgrade2020 #microsoft {
  border-bottom: 1px solid #e1e1e1;
  background: #000 url("../img/pages/bg-microsoft.jpg") no-repeat center center;
  background-size: cover;
  min-height: 700px;
}
.home #microsoft .blocks .copy h2, .upgrade2020 #microsoft .blocks .copy h2 {
  color: #FFF;
}
.home #microsoft img, .upgrade2020 #microsoft img {
  width: 180px;
}
@media only screen and (min-width: 1350px) {
  .home #microsoft, .upgrade2020 #microsoft {
    background-size: 1350px;
  }
}
.home #code, .upgrade2020 #code {
  background: #3f6d7d url("../img/pages/bg-code.jpg") no-repeat bottom right;
  background-size: cover;
}
.home #code .blocks, .upgrade2020 #code .blocks {
  align-items: inherit;
}
.home #code .blocks .copy h2, .upgrade2020 #code .blocks .copy h2 {
  color: #FFF;
}
.home #code .blocks .left img, .upgrade2020 #code .blocks .left img {
  display: block;
  margin: 0 0 10px;
}
@media only screen and (min-width: 1350px) {
  .home #code, .upgrade2020 #code {
    background-size: 1350px;
  }
}
.home #pringles, .upgrade2020 #pringles {
  background: #77191c url("../img/pages/bg-pringles.jpg") no-repeat center center;
  background-size: cover;
}
.home #pringles .blocks .copy h2, .upgrade2020 #pringles .blocks .copy h2 {
  color: #FFF;
}
.home #pringles .blocks .copy img, .upgrade2020 #pringles .blocks .copy img {
  width: 100px;
}
.home #pringles .blocks .red, .upgrade2020 #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) {
  .home #pringles .blocks .copy img, .upgrade2020 #pringles .blocks .copy img {
    width: 60px;
  }
}
.home #selfie, .upgrade2020 #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);
}
.home #selfie .blocks, .upgrade2020 #selfie .blocks {
  align-items: flex-start;
}
.home #selfie .blocks .copy h2, .upgrade2020 #selfie .blocks .copy h2 {
  color: #000;
}
.home #selfie .left, .upgrade2020 #selfie .left {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.home #selfie .left img, .upgrade2020 #selfie .left img {
  margin: 0 -70px -35px;
  max-width: calc(100% + 140px);
}
@media only screen and (max-width: 700px) {
  .home #selfie h2, .upgrade2020 #selfie h2 {
    margin: 0;
  }
  .home #selfie .left, .upgrade2020 #selfie .left {
    font-size: 16px;
    line-height: 1.5;
  }
  .home #selfie .left p:last-child, .upgrade2020 #selfie .left p:last-child {
    padding: 0;
  }
  .home #selfie .left img, .upgrade2020 #selfie .left img {
    margin: 0 0 -26px;
    max-width: 100%;
  }
}
.home #metaverse-women, .upgrade2020 #metaverse-women {
  background: #3d26ad url("../img/pages/bg-vr-case-study.jpg") no-repeat bottom left;
  background-size: cover;
  min-height: 700px;
}
.home #metaverse-women .blocks, .upgrade2020 #metaverse-women .blocks {
  align-items: flex-start;
}
.home #metaverse-women .blocks .copy h2, .upgrade2020 #metaverse-women .blocks .copy h2 {
  color: #FFF;
}
.home #metaverse-women .grey, .upgrade2020 #metaverse-women .grey {
  background: #deecfd;
  font-size: 18px;
  line-height: 27px;
}
.home #metaverse-women .grey p:last-child, .upgrade2020 #metaverse-women .grey p:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 1350px) {
  .home #metaverse-women, .upgrade2020 #metaverse-women {
    background-size: 1350px;
  }
}
@media only screen and (max-width: 700px) {
  .home #metaverse-women, .upgrade2020 #metaverse-women {
    background-size: 740px;
  }
  .home #metaverse-women h2, .upgrade2020 #metaverse-women h2 {
    margin-bottom: 0;
  }
  .home #metaverse-women .grey, .upgrade2020 #metaverse-women .grey {
    font-size: 15px;
    line-height: 22px;
    padding: 15px;
  }
}
.home section .dl, .upgrade2020 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;
}
.home section.nopad, .upgrade2020 section.nopad {
  padding: 0;
}
.home #ug .wrap, .upgrade2020 #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;
}
.home #ug .wrap h2, .upgrade2020 #ug .wrap h2 {
  color: #FFF;
  text-align: center;
}
.home #ug ul, .upgrade2020 #ug ul {
  display: flex;
  flex-wrap: wrap;
}
.home #ug ul li, .upgrade2020 #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;
}
.home #ug ul li span, .home #ug ul li a, .upgrade2020 #ug ul li span, .upgrade2020 #ug ul li a {
  background: #FFF;
  display: block;
  padding: 35px 20px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.home #ug ul li span img, .home #ug ul li a img, .upgrade2020 #ug ul li span img, .upgrade2020 #ug ul li a img {
  width: 30%;
  display: inline-block;
}
.home #ug ul li span strong, .home #ug ul li a strong, .upgrade2020 #ug ul li span strong, .upgrade2020 #ug ul li a strong {
  display: block;
}
.home #ug.three ul, .upgrade2020 #ug.three ul {
  padding: 0 50px;
}
.home #ug.three ul li, .upgrade2020 #ug.three ul li {
  width: 33.333333%;
  color: #58b44a;
}
.home #ug.three ul li a, .upgrade2020 #ug.three ul li a {
  cursor: pointer;
}
.home #ug.three ul li a img, .upgrade2020 #ug.three ul li a img {
  height: 50px;
  transition: linear 0.2s all;
}
.home #ug.three ul li a:hover, .upgrade2020 #ug.three ul li a:hover {
  color: #666;
}
.home #ug.three ul li a:hover img, .upgrade2020 #ug.three ul li a:hover img {
  transform: translateY(3px);
}
.home #ug.three ul li em, .upgrade2020 #ug.three ul li em {
  text-transform: uppercase;
  font-style: normal;
  display: block;
}
.home #ug.three ul li strong, .upgrade2020 #ug.three ul li strong {
  font-size: 20px;
}
.home #faqs .wrap, .upgrade2020 #faqs .wrap {
  max-width: 850px;
}
.home #faqs .wrap p.text-center, .upgrade2020 #faqs .wrap p.text-center {
  padding: 20px 0 0;
}
.home #faqs .wrap p.text-center .btn, .upgrade2020 #faqs .wrap p.text-center .btn {
  margin: 0;
}
.home #faqs ul li, .upgrade2020 #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;
}
.home #faqs ul li:hover, .upgrade2020 #faqs ul li:hover {
  background: #e1e1e1;
}
.home #faqs ul li:after, .upgrade2020 #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;
}
.home #faqs ul li h4, .upgrade2020 #faqs ul li h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: -0.3px;
  font-size: 20px;
  padding-bottom: 5px;
}
.home #faqs ul li p, .upgrade2020 #faqs ul li p {
  display: none;
}
.home #faqs ul li p.indent, .upgrade2020 #faqs ul li p.indent {
  padding: 10px 20px;
  text-indent: -20px;
  margin-left: 10px;
}
.home #faqs ul li.active, .upgrade2020 #faqs ul li.active {
  background: rgba(86, 178, 77, 0.15);
}
.home #faqs ul li.active:after, .upgrade2020 #faqs ul li.active:after {
  transform: rotate(-90deg);
  top: calc(90% - 20px);
}
.home #faqs ul li.active h4, .upgrade2020 #faqs ul li.active h4 {
  font-weight: 600;
}
.home #faqs ul li.active a:hover, .upgrade2020 #faqs ul li.active a:hover {
  text-decoration: underline;
}
.home .faqs .wrap, .upgrade2020 .faqs .wrap {
  max-width: 960px;
}
.home .faqs .wrap p.text-center, .upgrade2020 .faqs .wrap p.text-center {
  padding: 20px 0 0;
}
.home .faqs .wrap p.text-center .btn, .upgrade2020 .faqs .wrap p.text-center .btn {
  margin: 0;
}
.home .faqs .faq, .upgrade2020 .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) {
  .home .faqs .faq, .upgrade2020 .faqs .faq {
    padding: 10px 50px 5px 15px;
  }
}
.home .faqs .faq:hover, .upgrade2020 .faqs .faq:hover {
  background: #e1e1e1;
}
.home .faqs .faq:after, .upgrade2020 .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;
}
.home .faqs .faq h4, .upgrade2020 .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) {
  .home .faqs .faq h4, .upgrade2020 .faqs .faq h4 {
    font-size: 16px;
    line-height: 140%;
  }
}
.home .faqs .faq .content, .upgrade2020 .faqs .faq .content {
  display: none;
  padding: 20px 0;
}
.home .faqs .faq .content a, .upgrade2020 .faqs .faq .content a {
  color: #000;
  text-decoration: underline;
}
.home .faqs .faq .content ul, .upgrade2020 .faqs .faq .content ul {
  padding: 0 0 0 30px;
  list-style: disc;
}
.home .faqs .faq .content ul.disc li, .upgrade2020 .faqs .faq .content ul.disc li {
  padding: 0 0 20px 0;
}
.home .faqs .faq .content p:last-child, .upgrade2020 .faqs .faq .content p:last-child {
  padding-bottom: 0;
}
.home .faqs .faq.active, .upgrade2020 .faqs .faq.active {
  background: rgba(86, 178, 77, 0.15);
}
.home .faqs .faq.active:after, .upgrade2020 .faqs .faq.active:after {
  transform: rotate(-90deg);
  top: calc(100% - 30px);
}
.home .faqs .faq.active h4, .upgrade2020 .faqs .faq.active h4 {
  font-weight: 600;
}
.home .faqs .faq.active a:hover, .upgrade2020 .faqs .faq.active a:hover {
  text-decoration: underline;
}
.home .features, .upgrade2020 .features {
  background: #FFF;
}
.home .features.divider, .upgrade2020 .features.divider {
  border-bottom: 1px solid #e1e1e1;
}
.home .features h3, .upgrade2020 .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;
}
.home .features h3.performance, .upgrade2020 .features h3.performance {
  background-image: url("../img/lp/icon-performance.svg");
}
.home .features h3.speed, .upgrade2020 .features h3.speed {
  background-image: url("../img/lp/icon-speed.svg");
}
.home .features h3.scalability, .upgrade2020 .features h3.scalability {
  background-image: url("../img/lp/icon-scalability.svg");
}
.home .features h3.integration, .upgrade2020 .features h3.integration {
  background-image: url("../img/lp/icon-integration.svg");
}
.home .features h3.wallet, .upgrade2020 .features h3.wallet {
  background-image: url("../img/lp/icon-wallet.svg");
}
.home .features h3.confidence, .upgrade2020 .features h3.confidence {
  background-image: url("../img/lp/icon-confidence.svg");
}
.home .features h3.api01, .upgrade2020 .features h3.api01 {
  background-image: url("../img/pages/api-icon-01.svg");
  background-size: auto 28px;
}
.home .features h3.api02, .upgrade2020 .features h3.api02 {
  background-image: url("../img/pages/api-icon-02.svg");
  background-size: auto 28px;
}
.home .features h3.api03, .upgrade2020 .features h3.api03 {
  background-image: url("../img/pages/api-icon-03.svg");
  background-size: auto 28px;
}
.home .features h3.api04, .upgrade2020 .features h3.api04 {
  background-image: url("../img/pages/api-icon-04.svg");
  background-size: auto 28px;
}
.home .features h3.api05, .upgrade2020 .features h3.api05 {
  background-image: url("../img/pages/api-icon-05.svg");
  background-size: auto 28px;
}
.home .features h3.api06, .upgrade2020 .features h3.api06 {
  background-image: url("../img/pages/api-icon-06.svg");
  background-size: auto 28px;
}
.home .features h3.api07, .upgrade2020 .features h3.api07 {
  background-image: url("../img/pages/api-icon-07.svg");
  background-size: auto 28px;
}
.home .features h3.api08, .upgrade2020 .features h3.api08 {
  background-image: url("../img/pages/api-icon-08.svg");
  background-size: auto 28px;
}
.home .features h3.quality, .upgrade2020 .features h3.quality {
  background-image: url("../img/pages/icon-feature-quality.svg");
}
.home .features h3.crowdsourcing, .upgrade2020 .features h3.crowdsourcing {
  background-image: url("../img/pages/icon-feature-crowdsourcing.svg");
}
.home .features h3.scale, .upgrade2020 .features h3.scale {
  background-image: url("../img/pages/icon-feature-scale.svg");
}
.home .features h3.consult01, .upgrade2020 .features h3.consult01 {
  background-image: url("../img/icon-consulting-01.svg");
  background-size: auto 28px;
}
.home .features h3.consult02, .upgrade2020 .features h3.consult02 {
  background-image: url("../img/icon-consulting-02.svg");
  background-size: auto 28px;
}
.home .features h3.consult03, .upgrade2020 .features h3.consult03 {
  background-image: url("../img/icon-consulting-03.svg");
  background-size: auto 28px;
}
.home .features h3.consult04, .upgrade2020 .features h3.consult04 {
  background-image: url("../img/icon-consulting-04.svg");
  background-size: auto 28px;
}
.home .features h3.consult05, .upgrade2020 .features h3.consult05 {
  background-image: url("../img/icon-consulting-05.svg");
  background-size: auto 28px;
}
.home .features h3.consult06, .upgrade2020 .features h3.consult06 {
  background-image: url("../img/icon-consulting-06.svg");
  background-size: auto 28px;
}
.home .features h3 span, .upgrade2020 .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;
}
.home .features .two-col, .upgrade2020 .features .two-col {
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.home .features .two-col .col, .upgrade2020 .features .two-col .col {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 40px;
}
.home .features .two-col .col:last-child, .upgrade2020 .features .two-col .col:last-child {
  padding-right: 0;
  padding-left: 40px;
}
.home .features .two-col .col li, .upgrade2020 .features .two-col .col li {
  border-bottom: 1px solid #c3c3c3;
  padding: 25px 0;
  float: none;
  width: auto;
  margin-right: 0;
}
.home .features .two-col .col p, .upgrade2020 .features .two-col .col p {
  font-size: 16px;
  padding: 0 5px;
  line-height: 24px;
}
.home .features .three-col, .upgrade2020 .features .three-col {
  margin: 0 -20px;
}
.home .features .three-col li, .upgrade2020 .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) {
  .home .features .three-col li, .upgrade2020 .features .three-col li {
    width: 100%;
    padding: 0 20px 15px;
  }
}
.home .features .three-col.vr p, .upgrade2020 .features .three-col.vr p {
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .home .features .three-col.vr, .upgrade2020 .features .three-col.vr {
    max-width: 400px;
    margin: 0 auto;
  }
  .home .features .three-col.vr p, .upgrade2020 .features .three-col.vr p {
    font-size: 15px;
    line-height: 22px;
  }
}
.home .lightblue, .upgrade2020 .lightblue {
  background: #deecfd;
}
.home .lightpurple, .upgrade2020 .lightpurple {
  background: rgba(116, 99, 212, 0.15);
}
.home .icon-bg, .upgrade2020 .icon-bg {
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}
.home .icon-bg img, .upgrade2020 .icon-bg img {
  width: 80%;
  max-width: 100px;
  display: block;
  margin: 0 auto;
}
.home .icon-bg.wide, .upgrade2020 .icon-bg.wide {
  width: 220px;
  padding: 20px 0;
}
@media only screen and (max-width: 600px) {
  .home .icon-bg img, .upgrade2020 .icon-bg img {
    max-width: 80px;
  }
  .home .icon-bg.wide, .upgrade2020 .icon-bg.wide {
    padding: 0 0 10px 0;
  }
}
.home .virtual-behavior, .upgrade2020 .virtual-behavior {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.home .virtual-behavior li, .upgrade2020 .virtual-behavior li {
  display: flex;
  width: 50%;
  padding-bottom: 35px;
  align-items: flex-start;
}
.home .virtual-behavior li figure, .upgrade2020 .virtual-behavior li figure {
  width: 75px;
}
.home .virtual-behavior li figure img, .upgrade2020 .virtual-behavior li figure img {
  width: 100%;
}
.home .virtual-behavior li span, .upgrade2020 .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) {
  .home .virtual-behavior li, .upgrade2020 .virtual-behavior li {
    width: 100%;
  }
}
.home .nowrap, .upgrade2020 .nowrap {
  white-space: nowrap;
}
.home #demo, .upgrade2020 #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;
}
.home #demo.pf, .upgrade2020 #demo.pf {
  padding: 70px 0;
  margin: 0;
}
.home #demo h2, .upgrade2020 #demo h2 {
  color: #FFF;
  max-width: 600px;
  margin: 0 auto 20px;
}
.home #demo h2.wide, .upgrade2020 #demo h2.wide {
  max-width: 620px;
}
.home #demo.vr, .upgrade2020 #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;
}
.home #demo.vr h2, .upgrade2020 #demo.vr h2 {
  max-width: 740px;
}
@media only screen and (max-width: 700px) {
  .home #demo.vr, .upgrade2020 #demo.vr {
    padding: 40px 0;
  }
  .home #demo.vr h2, .upgrade2020 #demo.vr h2 {
    margin-bottom: 0;
  }
}
.home footer.demo, .upgrade2020 footer.demo {
  text-align: center;
}
.home footer.demo p, .upgrade2020 footer.demo p {
  padding: 20px 0;
  font-size: 12px;
}
.home .nomin, .upgrade2020 .nomin {
  min-height: 0;
}
.home #consulting, .upgrade2020 #consulting {
  background: #eeeeee;
  text-align: center;
  min-height: 0;
  padding-bottom: 0;
}
.home #consulting .wrap, .upgrade2020 #consulting .wrap {
  background: url("../img/lp/bg-consulting.png") no-repeat bottom -30px left -40px;
  padding-bottom: 100px;
  background-size: 425px;
}
.home #consulting h4, .upgrade2020 #consulting h4 {
  max-width: 650px;
  margin: 0 auto;
}
.home #consulting ol, .upgrade2020 #consulting ol {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  list-style: none;
}
.home #consulting ol li, .upgrade2020 #consulting ol li {
  width: 33.33333% !important;
  padding-bottom: 20px;
  padding-right: 10px;
  box-sizing: border-box;
}
.home #consulting ol li strong, .upgrade2020 #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;
}
.home #consulting ol li span, .upgrade2020 #consulting ol li span {
  margin-left: 80px;
  display: block;
  font-weight: bold;
  color: #1ea34b;
  line-height: 20px;
  font-size: 16px;
}
.home .clients, .upgrade2020 .clients {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  justify-content: center;
}
.home .clients li, .upgrade2020 .clients li {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  width: 20%;
}
.home .clients li img, .upgrade2020 .clients li img {
  width: 70%;
  margin: 0 auto;
  opacity: 0.6;
}
.home #ai .left ul, .home #ai.criteria ul, .upgrade2020 #ai .left ul, .upgrade2020 #ai.criteria ul {
  display: flex;
  flex-wrap: wrap;
}
.home #ai .left li, .home #ai.criteria li, .upgrade2020 #ai .left li, .upgrade2020 #ai.criteria li {
  padding: 10px;
  width: 50%;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-align: left;
}
.home #ai .left li img, .home #ai.criteria li img, .upgrade2020 #ai .left li img, .upgrade2020 #ai.criteria li img {
  display: block;
  float: left;
  width: 35%;
  margin-right: 10px;
}
.home #ai .left li strong, .home #ai.criteria li strong, .upgrade2020 #ai .left li strong, .upgrade2020 #ai.criteria li strong {
  display: block;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 30px;
}
.home #ai .left li span, .home #ai.criteria li span, .upgrade2020 #ai .left li span, .upgrade2020 #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;
}
.home #ai .left li span:after, .home #ai.criteria li span:after, .upgrade2020 #ai .left li span:after, .upgrade2020 #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%;
}
.home #ai .left li span:before, .home #ai.criteria li span:before, .upgrade2020 #ai .left li span:before, .upgrade2020 #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%;
}
.home #ai .left li:hover span, .home #ai.criteria li:hover span, .upgrade2020 #ai .left li:hover span, .upgrade2020 #ai.criteria li:hover span {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.home #ai.criteria, .upgrade2020 #ai.criteria {
  margin-bottom: 50px;
}
.home #ai.criteria li, .upgrade2020 #ai.criteria li {
  width: 25%;
}
.home #smartScreen, .upgrade2020 #smartScreen {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.home #smartScreen:before, .upgrade2020 #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%);
}
.home #smartScreen h2, .upgrade2020 #smartScreen h2 {
  text-align: left;
  margin-top: 60px;
}
.home #smartScreen h2 .static, .upgrade2020 #smartScreen h2 .static {
  display: block;
}
.home #smartScreen #messageType, .upgrade2020 #smartScreen #messageType {
  opacity: 1;
  visibility: visible;
  transition: ease 0.3s all;
  color: #1ea34b;
}
.home #smartScreen #messageType.fade, .upgrade2020 #smartScreen #messageType.fade {
  opacity: 0;
  visibility: hidden;
}
.home #smartScreen .stacks, .upgrade2020 #smartScreen .stacks {
  display: flex;
}
.home #smartScreen .stacks figure, .upgrade2020 #smartScreen .stacks figure {
  order: 2;
}
.home #smartScreen .stacks div.info, .upgrade2020 #smartScreen .stacks div.info {
  order: 1;
  width: 580px;
}
.home #smartScreen figure, .upgrade2020 #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;
}
.home #smartScreen figure div, .upgrade2020 #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;
}
.home #smartScreen figure div#right, .upgrade2020 #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);
}
.home #smartScreen figure div#left, .upgrade2020 #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);
}
.home #smartScreen figure div span, .upgrade2020 #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;
}
.home #smartScreen figure.right #right, .upgrade2020 #smartScreen figure.right #right {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.home #smartScreen figure.left #left, .upgrade2020 #smartScreen figure.left #left {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.home #smartScreen .details, .upgrade2020 #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) {
  .home #smartScreen h2, .upgrade2020 #smartScreen h2 {
    font-size: 36px;
  }
  .home #smartScreen figure, .upgrade2020 #smartScreen figure {
    width: 440px;
  }
  .home #smartScreen figure div, .upgrade2020 #smartScreen figure div {
    width: 265px;
    height: 154px;
  }
  .home #smartScreen figure div#right, .upgrade2020 #smartScreen figure div#right {
    padding-right: 75px;
  }
  .home #smartScreen figure div#left, .upgrade2020 #smartScreen figure div#left {
    padding-left: 75px;
  }
  .home #smartScreen figure div span, .upgrade2020 #smartScreen figure div span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 900px) {
  .home #smartScreen h2, .upgrade2020 #smartScreen h2 {
    max-width: 520px;
    margin: 0 auto;
    font-size: 32px;
  }
  .home #smartScreen .stacks, .upgrade2020 #smartScreen .stacks {
    flex-wrap: wrap;
  }
  .home #smartScreen .stacks figure, .upgrade2020 #smartScreen .stacks figure {
    order: 1;
    margin: 30px auto 30px;
    width: 360px;
    height: 490px;
    right: auto;
  }
  .home #smartScreen .stacks figure #left, .upgrade2020 #smartScreen .stacks figure #left {
    left: 0;
  }
  .home #smartScreen .stacks .info, .upgrade2020 #smartScreen .stacks .info {
    order: 2;
    margin: 0 auto;
    text-align: center;
    max-width: 510px;
  }
  .home #smartScreen .stacks .info .details, .upgrade2020 #smartScreen .stacks .info .details {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 700px) {
  .home #smartScreen h2, .upgrade2020 #smartScreen h2 {
    font-size: 25px;
    letter-spacing: 0;
    line-height: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .home #smartScreen, .upgrade2020 #smartScreen {
    padding: 20px 0 0;
  }
  .home #smartScreen h2, .upgrade2020 #smartScreen h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .home #smartScreen h2 .static, .upgrade2020 #smartScreen h2 .static {
    display: inline;
  }
  .home #smartScreen .stacks figure, .upgrade2020 #smartScreen .stacks figure {
    margin: 10px auto 20px;
  }
  .home #smartScreen .info .details, .upgrade2020 #smartScreen .info .details {
    font-size: 14px;
    line-height: 20px;
  }
}
.home .trial, .upgrade2020 .trial {
  display: inline-block;
  font-size: 15px;
  padding: 0 20px 0 10px;
}
.home .trial:after, .upgrade2020 .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;
}
.home .blocks, .upgrade2020 .blocks {
  display: flex;
  align-items: center;
}
.home .blocks .left, .home .blocks .right, .upgrade2020 .blocks .left, .upgrade2020 .blocks .right {
  width: 50%;
  box-sizing: border-box;
  padding: 30px;
  text-align: left;
}
.home .blocks .left.copy, .home .blocks .right.copy, .upgrade2020 .blocks .left.copy, .upgrade2020 .blocks .right.copy {
  padding: 30px 50px;
}
.home .blocks .left.copy p, .home .blocks .right.copy p, .upgrade2020 .blocks .left.copy p, .upgrade2020 .blocks .right.copy p {
  line-height: 26px;
}
.home .blocks .left.grey, .home .blocks .right.grey, .upgrade2020 .blocks .left.grey, .upgrade2020 .blocks .right.grey {
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.home .blocks .left.white, .home .blocks .right.white, .upgrade2020 .blocks .left.white, .upgrade2020 .blocks .right.white {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}
.home .blocks .left.copy, .upgrade2020 .blocks .left.copy {
  padding-left: 30px;
}
.home .blocks .right, .upgrade2020 .blocks .right {
  order: 2;
}
.home .blocks .right.copy, .upgrade2020 .blocks .right.copy {
  padding-right: 30px;
}
.home .blocks h2, .upgrade2020 .blocks h2 {
  text-align: left;
}
.home .blocks .details, .upgrade2020 .blocks .details {
  font-size: 16px;
  font-weight: 600;
}
.home .blocks .details li, .upgrade2020 .blocks .details li {
  overflow: hidden;
  padding: 15px 0;
}
.home .blocks .details img, .upgrade2020 .blocks .details img {
  float: left;
  width: 35px;
  display: block;
}
.home .blocks .details img.scalable, .upgrade2020 .blocks .details img.scalable {
  width: 40px;
}
.home .blocks .details span, .upgrade2020 .blocks .details span {
  display: block;
  margin-left: 60px;
}
.home .blocks .details.turnkey, .upgrade2020 .blocks .details.turnkey {
  font-size: 18px;
  padding-bottom: 20px;
}
.home .blocks .details.turnkey li, .upgrade2020 .blocks .details.turnkey li {
  padding: 10px 0;
}
.home .blocks .details.turnkey li img, .upgrade2020 .blocks .details.turnkey li img {
  width: 20px;
}
.home .blocks .details.turnkey li span, .upgrade2020 .blocks .details.turnkey li span {
  margin-left: 40px;
}
.home .blocks .details.turnkey li span em, .upgrade2020 .blocks .details.turnkey li span em {
  font-size: 12px;
  font-style: normal;
  color: #999;
}
.home .lightGreen, .upgrade2020 .lightGreen {
  background: rgba(86, 178, 77, 0.15);
}
.home .lightGreen .dropzone, .upgrade2020 .lightGreen .dropzone {
  background-color: #FFF;
}
.home .lightGreen.nopad, .upgrade2020 .lightGreen.nopad {
  padding: 0;
}
.home .lightGreen.nopad .liveDemo, .upgrade2020 .lightGreen.nopad .liveDemo {
  padding: 50px 0 10px;
}
.home .lightGreen.nopad .liveDemo .description, .upgrade2020 .lightGreen.nopad .liveDemo .description {
  margin: 0 auto;
  max-width: 1000px;
  padding: 5px 20px 0;
}
.home #hybrid, .upgrade2020 #hybrid {
  background: rgba(86, 178, 77, 0.15);
  padding: 60px 0;
  text-align: center;
  font-size: 18px;
}
.home #hybrid.lp, .upgrade2020 #hybrid.lp {
  padding: 0;
}
.home #hybrid.lp .two-col, .upgrade2020 #hybrid.lp .two-col {
  margin: 0 auto;
}
.home #hybrid.pf .two-col, .upgrade2020 #hybrid.pf .two-col {
  margin: 0 auto;
  padding-bottom: 0;
}
.home #hybrid.pf .two-col img, .upgrade2020 #hybrid.pf .two-col img {
  height: 88px;
  width: auto;
}
.home #hybrid.pf .two-col .col, .upgrade2020 #hybrid.pf .two-col .col {
  width: 46%;
}
.home #hybrid.pf .two-col .col:first-child, .upgrade2020 #hybrid.pf .two-col .col:first-child {
  margin-right: 8%;
}
.home #hybrid.pf .two-col .col:first-child:after, .upgrade2020 #hybrid.pf .two-col .col:first-child:after {
  content: "•••";
}
.home #hybrid .main-img, .upgrade2020 #hybrid .main-img {
  position: relative;
  z-index: 10;
  max-width: 850px;
  width: 100%;
}
.home #hybrid .subhead, .upgrade2020 #hybrid .subhead {
  max-width: 700px;
  margin: 0 auto;
}
.home #hybrid .two-col, .upgrade2020 #hybrid .two-col {
  display: flex;
  margin: -75px auto 0px;
  max-width: 850px;
  position: relative;
}
.home #hybrid .two-col .col, .upgrade2020 #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;
}
.home #hybrid .two-col .col:first-child:after, .upgrade2020 #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);
}
.home #hybrid .two-col .col img, .upgrade2020 #hybrid .two-col .col img {
  display: inline-block;
  padding-bottom: 20px;
  width: 60px;
}
.home #hybrid .two-col .col p, .upgrade2020 #hybrid .two-col .col p {
  padding-bottom: 0;
}
.home #hybrid #my-awesome-dropzone, .upgrade2020 #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;
}
.home #hybrid .sample-link, .upgrade2020 #hybrid .sample-link {
  margin: 10px 0 30px;
}
.home #hybrid .btn, .upgrade2020 #hybrid .btn {
  margin-bottom: 10px;
}
.home #hybrid .trial, .upgrade2020 #hybrid .trial {
  font-size: 15px;
  padding: 0 20px 0;
  margin-left: 10px;
}
@media only screen and (max-width: 900px) {
  .home #ai .left li strong, .upgrade2020 #ai .left li strong {
    font-size: 13px;
    padding-left: 0;
  }
  .home h2, .upgrade2020 h2 {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 40px;
  }
  .home h2 strong, .upgrade2020 h2 strong {
    font-size: 16px;
  }
  .home .btn, .upgrade2020 .btn {
    padding: 12px 40px;
  }
}
@media only screen and (max-width: 700px) {
  .home body, .upgrade2020 body {
    font-size: 15px;
  }
  .home .wrap, .upgrade2020 .wrap {
    padding: 20px;
  }
  .home section.p20, .upgrade2020 section.p20 {
    padding: 0;
  }
  .home #hero, .upgrade2020 #hero {
    padding: 20px 0;
  }
  .home #hero h1, .upgrade2020 #hero h1 {
    font-size: 30px;
    line-height: normal;
  }
  .home #hero h3, .upgrade2020 #hero h3 {
    font-size: 17px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
  .home h2, .upgrade2020 h2 {
    font-size: 25px;
    letter-spacing: 0;
    line-height: 30px;
  }
  .home h2 strong, .upgrade2020 h2 strong {
    font-size: 13px;
  }
  .home nav, .upgrade2020 nav {
    border: 0;
  }
  .home nav li.current, .upgrade2020 nav li.current {
    border-bottom: 1px solid #cacaca;
  }
  .home #submissions h2 #pcount, .upgrade2020 #submissions h2 #pcount {
    font-size: 40px;
  }
  .home #submissions .clients li, .upgrade2020 #submissions .clients li {
    height: 90px;
    line-height: 90px;
  }
  .home .btn, .upgrade2020 .btn {
    padding: 13px 30px;
    font-size: 12px;
  }
  .home .blocks, .upgrade2020 .blocks {
    flex-wrap: wrap;
  }
  .home .blocks .left, .home .blocks .right, .upgrade2020 .blocks .left, .upgrade2020 .blocks .right {
    width: 100%;
    order: 2;
    padding: 20px;
  }
  .home .blocks .left.copy, .home .blocks .right.copy, .upgrade2020 .blocks .left.copy, .upgrade2020 .blocks .right.copy {
    order: 1;
    padding: 20px;
  }
  .home .blocks .left .details, .home .blocks .right .details, .upgrade2020 .blocks .left .details, .upgrade2020 .blocks .right .details {
    font-size: 15px;
  }
  .home .blocks .left .details li, .home .blocks .right .details li, .upgrade2020 .blocks .left .details li, .upgrade2020 .blocks .right .details li {
    padding: 10px 0;
  }
  .home .blocks .left .details img, .home .blocks .right .details img, .upgrade2020 .blocks .left .details img, .upgrade2020 .blocks .right .details img {
    width: 30px;
  }
  .home .blocks .left .details span, .home .blocks .right .details span, .upgrade2020 .blocks .left .details span, .upgrade2020 .blocks .right .details span {
    margin-left: 50px;
  }
  .home #ai .left li, .upgrade2020 #ai .left li {
    width: 25%;
  }
  .home #ai.criteria li, .upgrade2020 #ai.criteria li {
    width: 50%;
  }
  .home #ai.criteria li img, .upgrade2020 #ai.criteria li img {
    width: 30%;
  }
  .home #ai.criteria li strong, .upgrade2020 #ai.criteria li strong {
    font-size: 11px;
    padding-left: 0;
    line-height: normal;
  }
  .home #hybrid .two-col .col, .upgrade2020 #hybrid .two-col .col {
    width: 48%;
    font-size: 14px;
    line-height: 20px;
  }
  .home #hybrid #my-awesome-dropzone, .upgrade2020 #hybrid #my-awesome-dropzone {
    font-size: 13px;
  }
  .home #ug ul li, .upgrade2020 #ug ul li {
    padding: 5px;
    width: 50%;
  }
  .home #ai .left li strong, .upgrade2020 #ai .left li strong {
    font-size: 11px;
    padding-left: 0;
    line-height: normal;
  }
  .home .features .two-col .col, .upgrade2020 .features .two-col .col {
    padding-right: 20px;
  }
  .home .features .two-col .col:last-child, .upgrade2020 .features .two-col .col:last-child {
    padding-left: 20px;
  }
  .home #consulting .wrap, .upgrade2020 #consulting .wrap {
    padding-bottom: 20px;
  }
  .home #consulting .wrap ol, .upgrade2020 #consulting .wrap ol {
    margin-top: 20px;
  }
  .home #consulting .wrap ol li, .upgrade2020 #consulting .wrap ol li {
    width: 100% !important;
  }
  .home #consulting .wrap ol li strong, .upgrade2020 #consulting .wrap ol li strong {
    width: 40px;
    height: 40px;
    text-indent: 3px;
    font-size: 18px;
    line-height: 40px;
  }
  .home #consulting .wrap ol li span, .upgrade2020 #consulting .wrap ol li span {
    margin-left: 60px;
  }
  .home .clients, .upgrade2020 .clients {
    padding: 0;
  }
  .home .clients li, .upgrade2020 .clients li {
    width: 28%;
    height: 110px;
    line-height: 110px;
  }
  .home #demo, .upgrade2020 #demo {
    margin: 0;
    padding: 80px 0;
  }
  .home h4, .upgrade2020 h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .home #ugcPF .three-col li, .upgrade2020 #ugcPF .three-col li {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .home #ai .left li, .upgrade2020 #ai .left li {
    width: 33.333333%;
  }
  .home #hybrid #my-awesome-dropzone, .upgrade2020 #hybrid #my-awesome-dropzone {
    padding: 20px 0px 20px 30px;
    background-size: 20px;
  }
  .home #hybrid .two-col, .upgrade2020 #hybrid .two-col {
    margin-top: -55px;
  }
  .home #hybrid .two-col .col, .upgrade2020 #hybrid .two-col .col {
    font-size: 12px;
    padding: 15px;
    line-height: 18px;
  }
  .home #hybrid .two-col .col:first-child:after, .upgrade2020 #hybrid .two-col .col:first-child:after {
    font-size: 25px;
  }
  .home #hybrid .two-col .col img, .upgrade2020 #hybrid .two-col .col img {
    width: 40px;
    padding-bottom: 10px;
  }
  .home .features .two-col .col, .upgrade2020 .features .two-col .col {
    width: 100%;
    padding: 0 !important;
  }
  .home #faqs ul li, .upgrade2020 #faqs ul li {
    padding: 15px 35px 10px 15px;
  }
  .home #faqs ul li:after, .upgrade2020 #faqs ul li:after {
    right: 10px;
  }
  .home #faqs ul li h4, .upgrade2020 #faqs ul li h4 {
    font-size: 16px;
    line-height: normal;
  }
  .home #faqs ul li p, .upgrade2020 #faqs ul li p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 500px) {
  .home body, .upgrade2020 body {
    font-size: 14px;
  }
  .home #ai .left li, .upgrade2020 #ai .left li {
    width: 50%;
  }
  .home .blocks .left, .home .blocks .right, .upgrade2020 .blocks .left, .upgrade2020 .blocks .right {
    padding: 10px 10px 20px;
  }
  .home .blocks .left.copy, .home .blocks .right.copy, .upgrade2020 .blocks .left.copy, .upgrade2020 .blocks .right.copy {
    padding: 10px 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .home .blocks .left .details, .home .blocks .right .details, .upgrade2020 .blocks .left .details, .upgrade2020 .blocks .right .details {
    font-size: 13px;
    line-height: normal;
  }
  .home .btn, .upgrade2020 .btn {
    padding: 10px 23px;
    font-size: 10px;
  }
  .home #hybrid, .upgrade2020 #hybrid {
    padding: 30px 0;
    font-size: 14px;
  }
  .home #hybrid br, .upgrade2020 #hybrid br {
    display: none;
  }
  .home #hybrid .two-col .col, .upgrade2020 #hybrid .two-col .col {
    padding: 20px 10px 10px;
    line-height: 16px;
  }
  .home #hybrid .two-col .col:first-child:after, .upgrade2020 #hybrid .two-col .col:first-child:after {
    font-size: 18px;
  }
  .home #hybrid #my-awesome-dropzone, .upgrade2020 #hybrid #my-awesome-dropzone {
    padding: 15px 20px 15px 70px;
    background-size: 20px;
    font-size: 12px;
  }
  .home .trial, .upgrade2020 .trial {
    font-size: 13px;
    position: relative;
    top: -5px;
  }
  .home #ug .wrap, .upgrade2020 #ug .wrap {
    padding: 30px 20px 20px 20px;
  }
  .home #ug .wrap ul li span, .home #ug .wrap ul li a, .upgrade2020 #ug .wrap ul li span, .upgrade2020 #ug .wrap ul li a {
    padding: 15px 10px;
  }
  .home .features .two-col, .upgrade2020 .features .two-col {
    padding-top: 0;
  }
  .home #demo, .upgrade2020 #demo {
    padding: 20px 0;
  }
  .home .clients li, .upgrade2020 .clients li {
    width: 50%;
    height: 90px;
  }
  .home #submissions h2 #pcount, .upgrade2020 #submissions h2 #pcount {
    font-size: 30px;
  }
  .home #submissions .clients li, .upgrade2020 #submissions .clients li {
    width: 50%;
  }
  .home .features h3, .upgrade2020 .features h3 {
    font-size: 18px;
    background-size: auto 22px !important;
    padding-left: 40px;
  }
  .home .features h3 span, .upgrade2020 .features h3 span {
    font-size: 10px;
    padding: 1px 4px;
    top: -5px;
  }
  .home #hybrid.pf, .upgrade2020 #hybrid.pf {
    padding: 20px 0;
  }
  .home #hybrid.pf .two-col, .upgrade2020 #hybrid.pf .two-col {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .home #hybrid.pf .two-col .col, .upgrade2020 #hybrid.pf .two-col .col {
    width: 100%;
  }
  .home #hybrid.pf .two-col .col:first-child, .upgrade2020 #hybrid.pf .two-col .col:first-child {
    position: relative;
    margin: 0 0 30px !important;
  }
  .home #hybrid.pf .two-col .col:first-child:after, .upgrade2020 #hybrid.pf .two-col .col:first-child:after {
    transform: none;
    top: auto;
    left: 0;
    right: 0;
    bottom: -25px;
    width: 100%;
  }
  .home #ugcPF .three-col li, .upgrade2020 #ugcPF .three-col li {
    width: 100%;
  }
  .home section, .upgrade2020 section {
    padding: 20px 0;
  }
  .home h2 br, .upgrade2020 h2 br {
    display: none;
  }
}
@media only screen and (max-width: 925px) {
  .home #hero.vr h1 br, .upgrade2020 #hero.vr h1 br {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .home #hero.vr h1, .upgrade2020 #hero.vr h1 {
    font-size: 28px;
  }
}
.home .two-columns, .upgrade2020 .two-columns {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  font-size: 18px;
  line-height: 160%;
}
.home .two-columns .col, .upgrade2020 .two-columns .col {
  width: 50%;
  box-sizing: border-box;
  padding: 20px 40px 20px 0;
}
.home .two-columns .col:nth-child(even), .upgrade2020 .two-columns .col:nth-child(even) {
  padding-left: 40px;
  padding-right: 0;
}
.home .features .two-columns h3, .upgrade2020 .features .two-columns h3 {
  font-size: 25px;
}
@media only screen and (max-width: 780px) {
  .home .features .two-columns, .upgrade2020 .features .two-columns {
    flex-wrap: wrap;
  }
  .home .features .two-columns .col, .upgrade2020 .features .two-columns .col {
    width: 100%;
    padding: 20px !important;
  }
}
@media only screen and (max-width: 650px) {
  .home .features .two-columns .col, .upgrade2020 .features .two-columns .col {
    padding: 0 0 20px 0 !important;
  }
  .home .features .two-columns .col h3, .upgrade2020 .features .two-columns .col h3 {
    font-size: 20px;
  }
}
.home .divider .wrap, .upgrade2020 .divider .wrap {
  border-top: 1px solid #000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.home .team-member, .upgrade2020 .team-member {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.home .team-member.left .content, .upgrade2020 .team-member.left .content {
  padding-left: 50px;
  padding-right: 0;
}
.home .team-member .content, .upgrade2020 .team-member .content {
  width: 60%;
  padding-right: 50px;
}
.home .team-member .content h2, .upgrade2020 .team-member .content h2 {
  text-align: left;
}
.home .team-member .content h3, .upgrade2020 .team-member .content h3 {
  color: #000;
  padding-bottom: 10px;
}
.home .team-member .content p, .upgrade2020 .team-member .content p {
  font-size: 18px;
  line-height: 160%;
  padding: 0;
}
.home .team-member figure, .upgrade2020 .team-member figure {
  width: 40%;
}
.home .team-member figure img, .upgrade2020 .team-member figure img {
  width: 100%;
  display: block;
  border-radius: 50%;
}
@media only screen and (max-width: 780px) {
  .home .team-member, .upgrade2020 .team-member {
    flex-wrap: wrap;
    padding: 10px 0 20px;
  }
  .home .team-member .content, .upgrade2020 .team-member .content {
    width: 100%;
    order: 2;
    padding: 0 !important;
  }
  .home .team-member figure, .upgrade2020 .team-member figure {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
    order: 1;
  }
}
.home .banner.consulting, .upgrade2020 .banner.consulting {
  text-align: center;
  padding: 100px 0;
  background: url("../img/hero-consulting.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.home .banner.consulting:after, .upgrade2020 .banner.consulting:after {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.home .banner.consulting .wrap, .upgrade2020 .banner.consulting .wrap {
  position: relative;
  z-index: 10;
}
.home .banner.consulting h2, .upgrade2020 .banner.consulting h2 {
  color: #FFF;
  max-width: 750px;
  margin: 0 auto 20px;
}
.home .banner.consulting h3, .upgrade2020 .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) {
  .home .banner.consulting, .upgrade2020 .banner.consulting {
    padding: 50px 0;
  }
  .home .banner.consulting h3, .upgrade2020 .banner.consulting h3 {
    font-size: 18px;
  }
  .home .banner.consulting:after, .upgrade2020 .banner.consulting:after {
    background: rgba(0, 0, 0, 0.8);
  }
}
.home .img-mod-heading, .upgrade2020 .img-mod-heading {
  padding-top: 60px;
}
.home #image-moderation, .upgrade2020 #image-moderation {
  background: #FFF url("../img/lp/illustration.jpg") no-repeat top center;
  background-size: 1450px;
}
.home #image-moderation .copy, .upgrade2020 #image-moderation .copy {
  width: 60%;
  max-width: 550px;
  padding-top: 110px;
  font-size: 18px;
  line-height: 140%;
}
.home #image-moderation .copy .arrow, .upgrade2020 #image-moderation .copy .arrow {
  font-weight: 600;
  text-decoration: underline;
}
.home #image-moderation .copy ul, .upgrade2020 #image-moderation .copy ul {
  margin: 20px 0 40px;
  font-weight: 700;
  color: #4d4d4d;
}
.home #image-moderation .copy ul li, .upgrade2020 #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;
}
.home #image-moderation .copy ul li.icon, .upgrade2020 #image-moderation .copy ul li.icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 25px;
  padding-left: 45px;
}
.home #image-moderation .copy ul li.criteria, .upgrade2020 #image-moderation .copy ul li.criteria {
  background-image: url("../img/lp/icon-settings.svg");
}
.home #image-moderation .copy ul li.accuracy, .upgrade2020 #image-moderation .copy ul li.accuracy {
  background-image: url("../img/lp/icon-target.svg");
}
.home #image-moderation .copy ul li.response, .upgrade2020 #image-moderation .copy ul li.response {
  background-image: url("../img/lp/icon-time.svg");
}
.home #image-moderation .copy h2, .upgrade2020 #image-moderation .copy h2 {
  text-align: left;
  font-size: 36px;
}
.home #image-moderation .copy h2 strong, .upgrade2020 #image-moderation .copy h2 strong {
  line-height: normal;
}
.home #image-moderation .copy.right, .upgrade2020 #image-moderation .copy.right {
  float: right;
}
.home #image-moderation #ai .copy, .upgrade2020 #image-moderation #ai .copy {
  max-width: 450px;
  width: 45%;
}
.home #image-moderation #live .copy, .upgrade2020 #image-moderation #live .copy {
  padding-top: 100px;
  max-width: 480px;
}
.home #image-moderation #live .crowdsource, .upgrade2020 #image-moderation #live .crowdsource {
  color: #000;
}
.home #image-moderation #combo, .upgrade2020 #image-moderation #combo {
  padding-top: 0;
}
.home #image-moderation #combo .copy, .upgrade2020 #image-moderation #combo .copy {
  padding: 0;
  margin: 0 auto;
  background: rgb(227, 239, 220);
  padding: 80px;
}
.home #image-moderation #combo .copy .btn.play, .upgrade2020 #image-moderation #combo .copy .btn.play {
  background: #FFF;
}
.home #image-moderation .p50, .upgrade2020 #image-moderation .p50 {
  padding: 50px 0;
}
.home #image-moderation .p60, .upgrade2020 #image-moderation .p60 {
  padding: 60px 0;
}
@media only screen and (max-width: 780px) {
  .home #image-moderation, .upgrade2020 #image-moderation {
    background: transparent;
  }
  .home #image-moderation section, .upgrade2020 #image-moderation section {
    padding: 0;
  }
  .home #image-moderation section .wrap, .upgrade2020 #image-moderation section .wrap {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .home #image-moderation .copy, .upgrade2020 #image-moderation .copy {
    width: 100% !important;
    float: none !important;
    max-width: 500px !important;
    margin: 0 auto;
    padding: 50px !important;
  }
  .home #image-moderation #ai .copy, .home #image-moderation #live .copy, .upgrade2020 #image-moderation #ai .copy, .upgrade2020 #image-moderation #live .copy {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 640px) {
  .home #image-moderation .copy, .upgrade2020 #image-moderation .copy {
    box-sizing: border-box;
    padding: 30px !important;
  }
  .home #image-moderation .copy h2, .upgrade2020 #image-moderation .copy h2 {
    font-size: 30px;
    line-height: 130%;
  }
}
.home .genai-features .lg, .upgrade2020 .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) {
  .home .genai-features .lg, .upgrade2020 .genai-features .lg {
    font-size: 16px;
    max-width: 600px;
  }
}
.home #genai-tabs, .upgrade2020 #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%);
}
.home #genai-tabs:after, .upgrade2020 #genai-tabs:after {
  height: 1px;
  background: #d1d1d1;
  left: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  content: "";
}
.home #genai-tabs li, .upgrade2020 #genai-tabs li {
  width: 33.333%;
  padding: 4px 8px 0;
  position: relative;
  z-index: 10;
  display: inline-flex;
}
.home #genai-tabs li a, .upgrade2020 #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%;
}
.home #genai-tabs li a:before, .upgrade2020 #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: "";
}
.home #genai-tabs li a span, .upgrade2020 #genai-tabs li a span {
  position: relative;
  z-index: 10;
}
.home #genai-tabs li a:hover, .upgrade2020 #genai-tabs li a:hover {
  background: #FFF;
  color: #000;
}
.home #genai-tabs li a:hover:before, .upgrade2020 #genai-tabs li a:hover:before {
  opacity: 0;
}
.home #genai-tabs li a.active, .upgrade2020 #genai-tabs li a.active {
  background: #FFF;
  border-bottom: 1px solid #FFF;
  font-weight: bold;
  color: #1ea34b;
}
.home #genai-tabs li a.active::before, .upgrade2020 #genai-tabs li a.active::before {
  opacity: 0;
}
@media only screen and (max-width: 780px) {
  .home #genai-tabs li, .upgrade2020 #genai-tabs li {
    padding: 4px 4px 0;
  }
  .home #genai-tabs li a, .upgrade2020 #genai-tabs li a {
    padding: 14px;
    font-size: 14px;
    line-height: normal;
  }
}
@media only screen and (max-width: 580px) {
  .home #genai-tabs, .upgrade2020 #genai-tabs {
    flex-wrap: wrap;
    border: 0;
    background: 0;
  }
  .home #genai-tabs:after, .upgrade2020 #genai-tabs:after {
    display: none;
  }
  .home #genai-tabs li, .upgrade2020 #genai-tabs li {
    padding: 2px 0;
    width: 100%;
  }
  .home #genai-tabs li a, .upgrade2020 #genai-tabs li a {
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
  .home #genai-tabs li a.active, .upgrade2020 #genai-tabs li a.active {
    border: 1px solid #c1c1c1;
  }
}
.home #genai-content, .upgrade2020 #genai-content {
  position: relative;
}
.home #genai-content .two-columns, .upgrade2020 #genai-content .two-columns {
  align-items: center;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: ease 0.4s all;
}
.home #genai-content .two-columns.active, .upgrade2020 #genai-content .two-columns.active {
  position: static;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 780px) {
  .home #genai-content .two-columns, .upgrade2020 #genai-content .two-columns {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .home #genai-content .two-columns .col, .upgrade2020 #genai-content .two-columns .col {
    width: 100%;
    padding: 0;
  }
  .home #genai-content .two-columns .col.lg p, .upgrade2020 #genai-content .two-columns .col.lg p {
    font-size: 18px;
  }
}
.home #genai-content .lg p, .upgrade2020 #genai-content .lg p {
  font-size: 26px;
  line-height: 150%;
}
.home #genai-content .case-study, .upgrade2020 #genai-content .case-study {
  background: linear-gradient(135deg, #E2F1DA 0%, #C5E4B6 100%);
  padding: 30px;
  border: 1px solid #A8D692;
  border-radius: 8px;
}
.home #genai-content .case-study .brow, .upgrade2020 #genai-content .case-study .brow {
  font-weight: 900;
  font-size: 12px;
  color: #1ea34b;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.home #genai-content .case-study h3, .upgrade2020 #genai-content .case-study h3 {
  padding: 10px 0 10px;
  font-size: 32px;
  color: #000;
}
@media only screen and (max-width: 780px) {
  .home #genai-content .case-study, .upgrade2020 #genai-content .case-study {
    padding: 20px;
    font-size: 16px;
    line-height: 150%;
  }
  .home #genai-content .case-study h3, .upgrade2020 #genai-content .case-study h3 {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.home .pt60, .upgrade2020 .pt60 {
  padding: 60px 0 0;
}
.home .genai-figure, .upgrade2020 .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) {
  .home #hero.ai, .upgrade2020 #hero.ai {
    padding: 20px 0;
  }
  .home #hero.ai h1, .upgrade2020 #hero.ai h1 {
    font-size: 34px;
  }
  .home #hero.ai .subhead, .upgrade2020 #hero.ai .subhead {
    font-size: 18px;
    line-height: 26px;
    max-width: 600px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .home #hero.ai, .upgrade2020 #hero.ai {
    padding: 10px 0;
  }
  .home #hero.ai h1, .upgrade2020 #hero.ai h1 {
    font-size: 24px;
    margin: 0;
    padding: 0;
  }
  .home #hero.ai .subhead, .upgrade2020 #hero.ai .subhead {
    font-size: 15px;
    line-height: 22px;
    max-width: none;
    margin-bottom: 0;
    padding: 20px;
  }
}
.home .moderation-types, .upgrade2020 .moderation-types {
  margin-bottom: 30px;
  justify-content: center;
}
.home .moderation-types .col, .upgrade2020 .moderation-types .col {
  padding: 30px 10px !important;
}
.home .moderation-types .col a, .upgrade2020 .moderation-types .col a {
  display: block;
  background: #FFF;
  border-radius: 8px;
  border: 1px solid rgba(86, 178, 77, 0.35);
  padding: 0 60px 30px;
  height: 100%;
  box-sizing: border-box;
}
.home .moderation-types .col a figure, .upgrade2020 .moderation-types .col a figure {
  padding: 20px;
  border-radius: 50%;
  background: #a5d5a3;
  border: 1px solid rgba(86, 178, 77, 0.55);
  width: 60px;
  height: 60px;
  display: inline-flex;
  margin-top: -40px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}
.home .moderation-types .col a figure img, .upgrade2020 .moderation-types .col a figure img {
  width: 40px;
  height: 40px;
}
.home .moderation-types .col a h4, .upgrade2020 .moderation-types .col a h4 {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
}
.home .moderation-types .col a p, .upgrade2020 .moderation-types .col a p {
  color: #000;
}
.home .moderation-types .col a:hover, .upgrade2020 .moderation-types .col a:hover {
  transform: scale(1.04);
  box-shadow: 0 2px 4px rgba(86, 178, 77, 0.5);
}
@media only screen and (max-width: 780px) {
  .home .moderation-types .col, .upgrade2020 .moderation-types .col {
    width: 100%;
  }
  .home .moderation-types .col a, .upgrade2020 .moderation-types .col a {
    padding: 0 30px 30px;
  }
  .home .moderation-types .col a figure, .upgrade2020 .moderation-types .col a figure {
    width: 45px;
    height: 45px;
  }
  .home .moderation-types .col a h4, .upgrade2020 .moderation-types .col a h4 {
    font-size: 24px;
  }
  .home .moderation-types .col a p, .upgrade2020 .moderation-types .col a p {
    font-size: 18px;
  }
}
.home .topClients, .upgrade2020 .topClients {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.home .topClients li, .upgrade2020 .topClients li {
  padding: 0 20px;
}
.home .topClients li img, .upgrade2020 .topClients li img {
  max-width: 200px;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .home .topClients, .upgrade2020 .topClients {
    flex-wrap: wrap;
  }
  .home .topClients li, .upgrade2020 .topClients li {
    padding: 10px 20px;
  }
  .home .topClients li img, .upgrade2020 .topClients li img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 780px) {
  .home .topClients li, .upgrade2020 .topClients li {
    padding: 10px 20px;
  }
  .home .topClients li img, .upgrade2020 .topClients li img {
    max-width: 100px;
  }
}
.home .clients-subhead, .upgrade2020 .clients-subhead {
  font-size: 20px;
  line-height: 140%;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .home .clients-subhead, .upgrade2020 .clients-subhead {
    font-size: 18px;
  }
}

/* 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;
  }
}
#video-demo {
  min-height: 100vh;
  background: linear-gradient(140deg, rgb(110, 188, 74) 0%, rgb(41, 166, 75) 100%);
}
#video-demo header {
  padding: 20px 40px;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#video-demo header .mainLogo {
  display: block;
  width: 183px;
}
#video-demo header .mainLogo img {
  display: block;
  width: 100%;
}
#video-demo header h1 {
  text-align: right;
  font-size: 20px;
  padding: 0;
  color: #000;
  font-weight: 600;
}
#video-demo #my-awesome-dropzone {
  background: rgba(255, 255, 255, 0.1);
  border: 1px dashed #FFF;
  max-width: 475px;
  margin: 0 auto;
  min-height: 0;
  padding: 40px 50px;
  transition: ease 0.4s all;
}
#video-demo #my-awesome-dropzone:hover {
  background: rgba(255, 255, 255, 0.2);
}
#video-demo #my-awesome-dropzone .dz-message {
  margin: 0;
  padding: 20px 0;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
#video-demo #my-awesome-dropzone .dz-message:before {
  content: "";
  background: url("../img/icon-download.svg") no-repeat left center;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
#video-demo .start {
  padding: 50px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 300px);
  justify-content: center;
}
#video-demo .start p {
  padding: 20px 0 0;
}
#video-demo .start p a {
  color: rgba(0, 0, 0, 0.5);
}
#video-demo .start p a:hover {
  color: rgba(0, 0, 0, 0.8);
}
#video-demo .wrap {
  padding: 30px;
}
#video-demo #theResults {
  background: #FFF;
  border-radius: 30px;
  box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.2);
}
#video-demo #theResults .notice {
  font-size: 12px;
  color: #555;
  padding: 5px 30px;
}
#video-demo #theResults video {
  width: 100%;
  margin-bottom: 20px;
}

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