@charset "UTF-8";
/*
 * Theme Name: Pixel Union
 * Theme URI: http://pixelunion.net
 * Author: Pixel Union
 * Author URI: http://pixelunion.net
 * Description: The theme that runs pixelunion.net
 * Version: 6.0.3
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: pxu
 * Domain Path: /languages/
 * Tags: pixelunion, pxu
 */
@import url("https://use.typekit.net/pgr2kki.css");
.flickity-viewport {
  width: calc(100% + 2px);
  margin-left: -1px; }

.flickity-enabled {
  overflow: hidden; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * pixelunion.net
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2016
 */
@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-book.eot");
  src: url("fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-book.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-bookItalic.eot");
  src: url("fonts/lineto-circular-bookItalic.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-bookItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-medium.eot");
  src: url("fonts/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-mediumItalic.eot");
  src: url("fonts/lineto-circular-mediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-mediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-bold.eot");
  src: url("fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-boldItalic.eot");
  src: url("fonts/lineto-circular-boldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-boldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-black.eot");
  src: url("fonts/lineto-circular-black.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-blackItalic.eot");
  src: url("fonts/lineto-circular-blackItalic.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-blackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

/*
 * Base colours
 */
html {
  box-sizing: border-box; }

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

.scroll-lock {
  overflow: hidden; }

.comp {
  max-width: 1320px;
  padding-right: 5.25vw;
  padding-left: 5.25vw;
  margin: 0 auto;
  box-sizing: content-box; }
  @media screen and (max-width: 1024px) {
    .comp {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 768px) {
    .comp {
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (max-width: 480px) {
    .comp {
      padding-right: 20px;
      padding-left: 20px; } }

/*
 * Typographic flow spacing
 */
/*
 * Headings
 */
.home-hero-text h1, .page-header-title, .edd-checkout .entry-title, .theme-title, .pxu-callouts blockquote p, .content-404 blockquote p, .entry-comments blockquote p, .career-content blockquote p, #edd_checkout_wrap blockquote p, .purchase-confirmation blockquote p, .newentry-content blockquote p, .page-header-hero blockquote p, .page-content blockquote p, .accordion-content blockquote p, .home-testimonial blockquote p:first-child, .section-header .section-heading, .pxu-callout .pxu-callout-title, .toc-title, #edd_checkout_wrap #edd_purchase_submit #edd_final_total_wrap, .alt-promo .promo-header .promo-title, .full-promo .promo-header .promo-title, .promo-block-title, .content-cta .content-cta-title, .theme-content-title, .pxu-callouts h1, .content-404 h1, .entry-comments h1, .career-content h1, #edd_checkout_wrap h1, .purchase-confirmation h1, .newentry-content h1, .page-header-hero h1, .page-content h1, .accordion-content h1, .promo .promo-title, .pxu-callouts legend, .content-404 legend, .entry-comments legend, .career-content legend, #edd_checkout_wrap legend, .purchase-confirmation legend, .newentry-content legend, .page-header-hero legend, .page-content legend, .accordion-content legend, .pxu-callouts h2, .content-404 h2, .entry-comments h2, .career-content h2, #edd_checkout_wrap h2, .purchase-confirmation h2, .newentry-content h2, .page-header-hero h2, .page-content h2, .accordion-content h2, .pxu-callouts .content-projects-title, .content-404 .content-projects-title, .entry-comments .content-projects-title, .career-content .content-projects-title, #edd_checkout_wrap .content-projects-title, .purchase-confirmation .content-projects-title, .newentry-content .content-projects-title, .page-header-hero .content-projects-title, .page-content .content-projects-title, .accordion-content .content-projects-title, .newentry .newentry-content .content-projects-title, .discounts-page .newentry-content .content-projects-title, .app-listing-title a,
#edd_checkout_wrap .edd-payment-mode-label, #edd_checkout_cart .edd_cart_header_row th, .accordion-title h1, .theme-features-title, .theme-reviews .section-title, .pxu-callouts h3, .content-404 h3, .entry-comments h3, .career-content h3, #edd_checkout_wrap h3, .purchase-confirmation h3, .newentry-content h3, .page-header-hero h3, .page-content h3, .accordion-content h3, .blog-excerpt-title, .themes-grid-name, .theme-header-name, .theme-header-price, .accordion .wpcr3_review .wpcr3_review_title, .wpcr3_respond_2 .wpcr3_leave_text, .pxu-callouts .pxu-half-width-content h3, .content-404 .pxu-half-width-content h3, .entry-comments .pxu-half-width-content h3, .career-content .pxu-half-width-content h3, #edd_checkout_wrap .pxu-half-width-content h3, .purchase-confirmation .pxu-half-width-content h3, .newentry-content .pxu-half-width-content h3, .page-header-hero .pxu-half-width-content h3, .page-content .pxu-half-width-content h3, .accordion-content .pxu-half-width-content h3, .pxu-callouts h4, .content-404 h4, .entry-comments h4, .career-content h4, #edd_checkout_wrap h4, .purchase-confirmation h4, .newentry-content h4, .page-header-hero h4, .page-content h4, .accordion-content h4, #edd_checkout_cart .edd_cart_item_info, .promo .promo-meta, .pxu-callouts h5, .content-404 h5, .entry-comments h5, .career-content h5, #edd_checkout_wrap h5, .purchase-confirmation h5, .newentry-content h5, .page-header-hero h5, .page-content h5, .accordion-content h5, .blog-category a, .site-footer-menu-item.site-footer-menu-item-parent > a, .site-footer-newsletter-title, .navbar-menu-toggle, .accordion-content .detail-header-title, .preset-selector-title, .preset-selector-close-text, .preset-selector-meta, .preset-selector-color-name, h1,
h2, .content-projects-title,
h3,
h4,
h5,
h6, .btn, .gform_button, #affwp-register-form input[type="submit"], .entry-tags a, .page-template-application-form .gform_button_select_files, .edd-submit, #edd_purchase_receipt_products .edd_download_file_link, .btn-link, .single-post .page-header-title, .single-post .edd-checkout .entry-title, .edd-checkout .single-post .entry-title, .navbar-menu-item > a, .promo-cta, .themes-grid-preset-tooltip {
  font-family: Circular, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #121C36; }

.home-hero-text h1, .page-header-title, .edd-checkout .entry-title, .theme-title {
  font-size: 75px;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: -0.025em; }
  @media screen and (max-width: 1140px) {
    .home-hero-text h1, .page-header-title, .edd-checkout .entry-title, .theme-title {
      font-size: 65px; } }
  @media screen and (max-width: 768px) {
    .home-hero-text h1, .page-header-title, .edd-checkout .entry-title, .theme-title {
      font-size: 55px; } }
  @media screen and (max-width: 480px) {
    .home-hero-text h1, .page-header-title, .edd-checkout .entry-title, .theme-title {
      font-size: 45px; } }
  @media screen and (max-width: 375px) {
    .home-hero-text h1, .page-header-title, .edd-checkout .entry-title, .theme-title {
      font-size: 40px; } }

.pxu-callouts blockquote p, .content-404 blockquote p, .entry-comments blockquote p, .career-content blockquote p, #edd_checkout_wrap blockquote p, .purchase-confirmation blockquote p, .newentry-content blockquote p, .page-header-hero blockquote p, .page-content blockquote p, .accordion-content blockquote p, .home-testimonial blockquote p:first-child, .section-header .section-heading, .pxu-callout .pxu-callout-title, .toc-title, #edd_checkout_wrap #edd_purchase_submit #edd_final_total_wrap, .alt-promo .promo-header .promo-title, .full-promo .promo-header .promo-title, .promo-block-title, .content-cta .content-cta-title, .theme-content-title {
  font-size: 40px; }
  @media screen and (max-width: 1024px) {
    .pxu-callouts blockquote p, .content-404 blockquote p, .entry-comments blockquote p, .career-content blockquote p, #edd_checkout_wrap blockquote p, .purchase-confirmation blockquote p, .newentry-content blockquote p, .page-header-hero blockquote p, .page-content blockquote p, .accordion-content blockquote p, .home-testimonial blockquote p:first-child, .section-header .section-heading, .pxu-callout .pxu-callout-title, .toc-title, #edd_checkout_wrap #edd_purchase_submit #edd_final_total_wrap, .alt-promo .promo-header .promo-title, .full-promo .promo-header .promo-title, .promo-block-title, .content-cta .content-cta-title, .theme-content-title {
      font-size: 35px; } }
  @media screen and (max-width: 480px) {
    .pxu-callouts blockquote p, .content-404 blockquote p, .entry-comments blockquote p, .career-content blockquote p, #edd_checkout_wrap blockquote p, .purchase-confirmation blockquote p, .newentry-content blockquote p, .page-header-hero blockquote p, .page-content blockquote p, .accordion-content blockquote p, .home-testimonial blockquote p:first-child, .section-header .section-heading, .pxu-callout .pxu-callout-title, .toc-title, #edd_checkout_wrap #edd_purchase_submit #edd_final_total_wrap, .alt-promo .promo-header .promo-title, .full-promo .promo-header .promo-title, .promo-block-title, .content-cta .content-cta-title, .theme-content-title {
      font-size: 31px; } }
  @media screen and (max-width: 375px) {
    .pxu-callouts blockquote p, .content-404 blockquote p, .entry-comments blockquote p, .career-content blockquote p, #edd_checkout_wrap blockquote p, .purchase-confirmation blockquote p, .newentry-content blockquote p, .page-header-hero blockquote p, .page-content blockquote p, .accordion-content blockquote p, .home-testimonial blockquote p:first-child, .section-header .section-heading, .pxu-callout .pxu-callout-title, .toc-title, #edd_checkout_wrap #edd_purchase_submit #edd_final_total_wrap, .alt-promo .promo-header .promo-title, .full-promo .promo-header .promo-title, .promo-block-title, .content-cta .content-cta-title, .theme-content-title {
      font-size: 24px; } }

.pxu-callouts h1, .content-404 h1, .entry-comments h1, .career-content h1, #edd_checkout_wrap h1, .purchase-confirmation h1, .newentry-content h1, .page-header-hero h1, .page-content h1, .accordion-content h1, .promo .promo-title {
  font-size: 35px; }
  @media screen and (max-width: 1024px) {
    .pxu-callouts h1, .content-404 h1, .entry-comments h1, .career-content h1, #edd_checkout_wrap h1, .purchase-confirmation h1, .newentry-content h1, .page-header-hero h1, .page-content h1, .accordion-content h1, .promo .promo-title {
      font-size: 31px; } }
  @media screen and (max-width: 480px) {
    .pxu-callouts h1, .content-404 h1, .entry-comments h1, .career-content h1, #edd_checkout_wrap h1, .purchase-confirmation h1, .newentry-content h1, .page-header-hero h1, .page-content h1, .accordion-content h1, .promo .promo-title {
      font-size: 28px; } }
  @media screen and (max-width: 375px) {
    .pxu-callouts h1, .content-404 h1, .entry-comments h1, .career-content h1, #edd_checkout_wrap h1, .purchase-confirmation h1, .newentry-content h1, .page-header-hero h1, .page-content h1, .accordion-content h1, .promo .promo-title {
      font-size: 24px; } }

.pxu-callouts legend, .content-404 legend, .entry-comments legend, .career-content legend, #edd_checkout_wrap legend, .purchase-confirmation legend, .newentry-content legend, .page-header-hero legend, .page-content legend, .accordion-content legend, .pxu-callouts h2, .content-404 h2, .entry-comments h2, .career-content h2, #edd_checkout_wrap h2, .purchase-confirmation h2, .newentry-content h2, .page-header-hero h2, .page-content h2, .accordion-content h2, .pxu-callouts .content-projects-title, .content-404 .content-projects-title, .entry-comments .content-projects-title, .career-content .content-projects-title, #edd_checkout_wrap .content-projects-title, .purchase-confirmation .content-projects-title, .newentry-content .content-projects-title, .page-header-hero .content-projects-title, .page-content .content-projects-title, .accordion-content .content-projects-title, .newentry .newentry-content .content-projects-title, .discounts-page .newentry-content .content-projects-title, .app-listing-title a,
#edd_checkout_wrap .edd-payment-mode-label, #edd_checkout_cart .edd_cart_header_row th, .accordion-title h1, .theme-features-title, .theme-reviews .section-title {
  font-size: 31px;
  line-height: 1.35; }
  @media screen and (max-width: 1024px) {
    .pxu-callouts legend, .content-404 legend, .entry-comments legend, .career-content legend, #edd_checkout_wrap legend, .purchase-confirmation legend, .newentry-content legend, .page-header-hero legend, .page-content legend, .accordion-content legend, .pxu-callouts h2, .content-404 h2, .entry-comments h2, .career-content h2, #edd_checkout_wrap h2, .purchase-confirmation h2, .newentry-content h2, .page-header-hero h2, .page-content h2, .accordion-content h2, .pxu-callouts .content-projects-title, .content-404 .content-projects-title, .entry-comments .content-projects-title, .career-content .content-projects-title, #edd_checkout_wrap .content-projects-title, .purchase-confirmation .content-projects-title, .newentry-content .content-projects-title, .page-header-hero .content-projects-title, .page-content .content-projects-title, .accordion-content .content-projects-title, .newentry .newentry-content .content-projects-title, .discounts-page .newentry-content .content-projects-title, .app-listing-title a,
    #edd_checkout_wrap .edd-payment-mode-label, #edd_checkout_cart .edd_cart_header_row th, .accordion-title h1, .theme-features-title, .theme-reviews .section-title {
      font-size: 28px; } }
  @media screen and (max-width: 480px) {
    .pxu-callouts legend, .content-404 legend, .entry-comments legend, .career-content legend, #edd_checkout_wrap legend, .purchase-confirmation legend, .newentry-content legend, .page-header-hero legend, .page-content legend, .accordion-content legend, .pxu-callouts h2, .content-404 h2, .entry-comments h2, .career-content h2, #edd_checkout_wrap h2, .purchase-confirmation h2, .newentry-content h2, .page-header-hero h2, .page-content h2, .accordion-content h2, .pxu-callouts .content-projects-title, .content-404 .content-projects-title, .entry-comments .content-projects-title, .career-content .content-projects-title, #edd_checkout_wrap .content-projects-title, .purchase-confirmation .content-projects-title, .newentry-content .content-projects-title, .page-header-hero .content-projects-title, .page-content .content-projects-title, .accordion-content .content-projects-title, .newentry .newentry-content .content-projects-title, .discounts-page .newentry-content .content-projects-title, .app-listing-title a,
    #edd_checkout_wrap .edd-payment-mode-label, #edd_checkout_cart .edd_cart_header_row th, .accordion-title h1, .theme-features-title, .theme-reviews .section-title {
      font-size: 26px; } }

.pxu-callouts h3, .content-404 h3, .entry-comments h3, .career-content h3, #edd_checkout_wrap h3, .purchase-confirmation h3, .newentry-content h3, .page-header-hero h3, .page-content h3, .accordion-content h3, .blog-excerpt-title, .themes-grid-name, .theme-header-name, .theme-header-price, .accordion .wpcr3_review .wpcr3_review_title, .wpcr3_respond_2 .wpcr3_leave_text {
  font-size: 26px;
  line-height: 1.35; }
  @media screen and (max-width: 1024px) {
    .pxu-callouts h3, .content-404 h3, .entry-comments h3, .career-content h3, #edd_checkout_wrap h3, .purchase-confirmation h3, .newentry-content h3, .page-header-hero h3, .page-content h3, .accordion-content h3, .blog-excerpt-title, .themes-grid-name, .theme-header-name, .theme-header-price, .accordion .wpcr3_review .wpcr3_review_title, .wpcr3_respond_2 .wpcr3_leave_text {
      font-size: 24px; } }
  @media screen and (max-width: 480px) {
    .pxu-callouts h3, .content-404 h3, .entry-comments h3, .career-content h3, #edd_checkout_wrap h3, .purchase-confirmation h3, .newentry-content h3, .page-header-hero h3, .page-content h3, .accordion-content h3, .blog-excerpt-title, .themes-grid-name, .theme-header-name, .theme-header-price, .accordion .wpcr3_review .wpcr3_review_title, .wpcr3_respond_2 .wpcr3_leave_text {
      font-size: 22px; } }

.pxu-callouts .pxu-half-width-content h3, .content-404 .pxu-half-width-content h3, .entry-comments .pxu-half-width-content h3, .career-content .pxu-half-width-content h3, #edd_checkout_wrap .pxu-half-width-content h3, .purchase-confirmation .pxu-half-width-content h3, .newentry-content .pxu-half-width-content h3, .page-header-hero .pxu-half-width-content h3, .page-content .pxu-half-width-content h3, .accordion-content .pxu-half-width-content h3, .pxu-callouts h4, .content-404 h4, .entry-comments h4, .career-content h4, #edd_checkout_wrap h4, .purchase-confirmation h4, .newentry-content h4, .page-header-hero h4, .page-content h4, .accordion-content h4, #edd_checkout_cart .edd_cart_item_info, .promo .promo-meta {
  font-size: 22px;
  line-height: 1.35; }
  @media screen and (max-width: 768px) {
    .pxu-callouts .pxu-half-width-content h3, .content-404 .pxu-half-width-content h3, .entry-comments .pxu-half-width-content h3, .career-content .pxu-half-width-content h3, #edd_checkout_wrap .pxu-half-width-content h3, .purchase-confirmation .pxu-half-width-content h3, .newentry-content .pxu-half-width-content h3, .page-header-hero .pxu-half-width-content h3, .page-content .pxu-half-width-content h3, .accordion-content .pxu-half-width-content h3, .pxu-callouts h4, .content-404 h4, .entry-comments h4, .career-content h4, #edd_checkout_wrap h4, .purchase-confirmation h4, .newentry-content h4, .page-header-hero h4, .page-content h4, .accordion-content h4, #edd_checkout_cart .edd_cart_item_info, .promo .promo-meta {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .pxu-callouts .pxu-half-width-content h3, .content-404 .pxu-half-width-content h3, .entry-comments .pxu-half-width-content h3, .career-content .pxu-half-width-content h3, #edd_checkout_wrap .pxu-half-width-content h3, .purchase-confirmation .pxu-half-width-content h3, .newentry-content .pxu-half-width-content h3, .page-header-hero .pxu-half-width-content h3, .page-content .pxu-half-width-content h3, .accordion-content .pxu-half-width-content h3, .pxu-callouts h4, .content-404 h4, .entry-comments h4, .career-content h4, #edd_checkout_wrap h4, .purchase-confirmation h4, .newentry-content h4, .page-header-hero h4, .page-content h4, .accordion-content h4, #edd_checkout_cart .edd_cart_item_info, .promo .promo-meta {
      font-size: 18px; } }

.pxu-callouts h5, .content-404 h5, .entry-comments h5, .career-content h5, #edd_checkout_wrap h5, .purchase-confirmation h5, .newentry-content h5, .page-header-hero h5, .page-content h5, .accordion-content h5, .blog-category a, .site-footer-menu-item.site-footer-menu-item-parent > a, .site-footer-newsletter-title, .navbar-menu-toggle, .accordion-content .detail-header-title, .preset-selector-title, .preset-selector-close-text, .preset-selector-meta, .preset-selector-color-name {
  font-size: 18px;
  line-height: 1.35; }

/*
 * Body
 */
.home-hero-text p, .page-header-subtitle, .theme-description, .section-header .section-subtitle, .pxu-callout .pxu-callout-content, .pxu-callout .pxu-callout-actions,
.page-header-cta, #edd_checkout_wrap #edd_purchase_submit .edd-checkout-message, .content-cta .content-cta-description, .content-cta .content-cta-actions, .theme-content-subtitle, body, .pxu-callouts blockquote cite, .content-404 blockquote cite, .entry-comments blockquote cite, .career-content blockquote cite, #edd_checkout_wrap blockquote cite, .purchase-confirmation blockquote cite, .newentry-content blockquote cite, .page-header-hero blockquote cite, .page-content blockquote cite, .accordion-content blockquote cite, label, .gfield_label, .wpcr3_respond_2 .comment-field, input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="file"],
textarea,
select, .support-search .support-search-field, .app-listing-description, .accordion .wpcr3_show_btn, .accordion .wpcr3_review .wpcr3_content p, .pxu-notification, .gform_wrapper .validation_error, .edd_error, #affwp-register-form label.affwp-tos a, .blog-excerpt-regular .blog-excerpt-content, .blog-navigation, .page-template-application-form #extensions_message, #edd_checkout_wrap .edd-stripe-card-radio-item, #edd_checkout_wrap #edd-privacy-policy-agreement label, #edd_checkout_cart .edd_cart_item td.edd_cart_item_price, #edd_checkout_cart th.edd_cart_subtotal,
#edd_checkout_cart th.edd_cart_tax, #edd_checkout_cart th.edd_cart_total, .edd-checkout #edd_checkout_form_wrap .edd-card-selector-radio label, .purchase-confirmation-content .receipt-table-wrap .edd_purchase_receipt_product_name, #edd_purchase_receipt td, #edd_purchase_receipt_products .download-file-name, .site-footer, .testimonials-mention-quote, .testimonials-site-quote, .accordion-content .detail-element, .theme-feature-description, .themes-grid-plug, .preset-selector-link, .gfield_description, .app-listing-category, .blog-excerpt-date, .single-post .page-header-subtitle, #edd_checkout_cart .edd_cart_remove_item_btn, .edd_secure_site_wrapper, .site-footer-tiny-text, .theme-meta-item, .wpcr3_pagination .wpcr3_a,
.pxu-intro {
  font-family: "synthese", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.025em;
  color: #121C36; }

.home-hero-text p, .page-header-subtitle, .theme-description {
  font-size: 26px; }
  @media screen and (max-width: 1140px) {
    .home-hero-text p, .page-header-subtitle, .theme-description {
      font-size: 24px; } }
  @media screen and (max-width: 768px) {
    .home-hero-text p, .page-header-subtitle, .theme-description {
      font-size: 22px; } }
  @media screen and (max-width: 480px) {
    .home-hero-text p, .page-header-subtitle, .theme-description {
      font-size: 20px; } }
  @media screen and (max-width: 375px) {
    .home-hero-text p, .page-header-subtitle, .theme-description {
      font-size: 18px; } }

.section-header .section-subtitle, .pxu-callout .pxu-callout-content, .pxu-callout .pxu-callout-actions,
.page-header-cta, #edd_checkout_wrap #edd_purchase_submit .edd-checkout-message, .content-cta .content-cta-description, .content-cta .content-cta-actions, .theme-content-subtitle {
  font-size: 22px; }
  @media screen and (max-width: 1024px) {
    .section-header .section-subtitle, .pxu-callout .pxu-callout-content, .pxu-callout .pxu-callout-actions,
    .page-header-cta, #edd_checkout_wrap #edd_purchase_submit .edd-checkout-message, .content-cta .content-cta-description, .content-cta .content-cta-actions, .theme-content-subtitle {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .section-header .section-subtitle, .pxu-callout .pxu-callout-content, .pxu-callout .pxu-callout-actions,
    .page-header-cta, #edd_checkout_wrap #edd_purchase_submit .edd-checkout-message, .content-cta .content-cta-description, .content-cta .content-cta-actions, .theme-content-subtitle {
      font-size: 18px; } }
  @media screen and (max-width: 480px) {
    .section-header .section-subtitle, .pxu-callout .pxu-callout-content, .pxu-callout .pxu-callout-actions,
    .page-header-cta, #edd_checkout_wrap #edd_purchase_submit .edd-checkout-message, .content-cta .content-cta-description, .content-cta .content-cta-actions, .theme-content-subtitle {
      font-size: 16px; } }

body, .pxu-callouts blockquote cite, .content-404 blockquote cite, .entry-comments blockquote cite, .career-content blockquote cite, #edd_checkout_wrap blockquote cite, .purchase-confirmation blockquote cite, .newentry-content blockquote cite, .page-header-hero blockquote cite, .page-content blockquote cite, .accordion-content blockquote cite, label, .gfield_label, .wpcr3_respond_2 .comment-field, input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="file"],
textarea,
select, .support-search .support-search-field, .app-listing-description, .accordion .wpcr3_show_btn, .accordion .wpcr3_review .wpcr3_content p {
  font-size: 20px; }
  @media screen and (max-width: 1024px) {
    body, .pxu-callouts blockquote cite, .content-404 blockquote cite, .entry-comments blockquote cite, .career-content blockquote cite, #edd_checkout_wrap blockquote cite, .purchase-confirmation blockquote cite, .newentry-content blockquote cite, .page-header-hero blockquote cite, .page-content blockquote cite, .accordion-content blockquote cite, label, .gfield_label, .wpcr3_respond_2 .comment-field, input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="password"],
    input[type="url"],
    input[type="file"],
    textarea,
    select, .support-search .support-search-field, .app-listing-description, .accordion .wpcr3_show_btn, .accordion .wpcr3_review .wpcr3_content p {
      font-size: 18px;
      letter-spacing: -0.0125em; } }
  @media screen and (max-width: 480px) {
    body, .pxu-callouts blockquote cite, .content-404 blockquote cite, .entry-comments blockquote cite, .career-content blockquote cite, #edd_checkout_wrap blockquote cite, .purchase-confirmation blockquote cite, .newentry-content blockquote cite, .page-header-hero blockquote cite, .page-content blockquote cite, .accordion-content blockquote cite, label, .gfield_label, .wpcr3_respond_2 .comment-field, input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="password"],
    input[type="url"],
    input[type="file"],
    textarea,
    select, .support-search .support-search-field, .app-listing-description, .accordion .wpcr3_show_btn, .accordion .wpcr3_review .wpcr3_content p {
      font-size: 16px; } }

.pxu-notification, .gform_wrapper .validation_error, .edd_error, #affwp-register-form label.affwp-tos a, .blog-excerpt-regular .blog-excerpt-content, .blog-navigation, .page-template-application-form #extensions_message, #edd_checkout_wrap .edd-stripe-card-radio-item, #edd_checkout_wrap #edd-privacy-policy-agreement label, #edd_checkout_cart .edd_cart_item td.edd_cart_item_price, #edd_checkout_cart th.edd_cart_subtotal,
#edd_checkout_cart th.edd_cart_tax, #edd_checkout_cart th.edd_cart_total, .edd-checkout #edd_checkout_form_wrap .edd-card-selector-radio label, .purchase-confirmation-content .receipt-table-wrap .edd_purchase_receipt_product_name, #edd_purchase_receipt td, #edd_purchase_receipt_products .download-file-name, .site-footer, .testimonials-mention-quote, .testimonials-site-quote, .accordion-content .detail-element, .theme-feature-description, .themes-grid-plug, .preset-selector-link {
  font-size: 18px;
  letter-spacing: -0.0125em; }
  @media screen and (max-width: 768px) {
    .pxu-notification, .gform_wrapper .validation_error, .edd_error, #affwp-register-form label.affwp-tos a, .blog-excerpt-regular .blog-excerpt-content, .blog-navigation, .page-template-application-form #extensions_message, #edd_checkout_wrap .edd-stripe-card-radio-item, #edd_checkout_wrap #edd-privacy-policy-agreement label, #edd_checkout_cart .edd_cart_item td.edd_cart_item_price, #edd_checkout_cart th.edd_cart_subtotal,
    #edd_checkout_cart th.edd_cart_tax, #edd_checkout_cart th.edd_cart_total, .edd-checkout #edd_checkout_form_wrap .edd-card-selector-radio label, .purchase-confirmation-content .receipt-table-wrap .edd_purchase_receipt_product_name, #edd_purchase_receipt td, #edd_purchase_receipt_products .download-file-name, .site-footer, .testimonials-mention-quote, .testimonials-site-quote, .accordion-content .detail-element, .theme-feature-description, .themes-grid-plug, .preset-selector-link {
      font-size: 16px; } }

.gfield_description, .app-listing-category, .blog-excerpt-date, .single-post .page-header-subtitle, #edd_checkout_cart .edd_cart_remove_item_btn, .edd_secure_site_wrapper, .site-footer-tiny-text, .theme-meta-item, .wpcr3_pagination .wpcr3_a {
  font-size: 16px;
  letter-spacing: -0.0125em; }
  @media screen and (max-width: 480px) {
    .gfield_description, .app-listing-category, .blog-excerpt-date, .single-post .page-header-subtitle, #edd_checkout_cart .edd_cart_remove_item_btn, .edd_secure_site_wrapper, .site-footer-tiny-text, .theme-meta-item, .wpcr3_pagination .wpcr3_a {
      font-size: 14px; } }

/*
 * Meta
 */
.section-header .section-subtitle, .pxu-callouts blockquote cite, .content-404 blockquote cite, .entry-comments blockquote cite, .career-content blockquote cite, #edd_checkout_wrap blockquote cite, .purchase-confirmation blockquote cite, .newentry-content blockquote cite, .page-header-hero blockquote cite, .page-content blockquote cite, .accordion-content blockquote cite, .site-main > .wp-block-subhead, .app-listing-category, .single-post .page-header-subtitle, .site-footer-tiny-text, .home-hero-text p, .home-testimonial blockquote cite, .page-header-subtitle, .theme-description, .accordion .wpcr3_review .wpcr3_review_author, .wpcr3_respond_2 .wpcr3_check_confirm label {
  color: #8A91A1; }

/*
 * Links
 */
.site-footer-menu-item > a, .site-footer-tiny-text a, .home-testimonial blockquote cite a {
  color: inherit;
  border-bottom: 1px solid; }
  .site-footer-menu-item > a:hover, .site-footer-tiny-text a:hover, .home-testimonial blockquote cite a:hover {
    color: #2858D1; }

#edd_checkout_cart .edd_cart_remove_item_btn {
  border-bottom: 1px solid currentColor; }

/*
 * Quotes
 */
.pxu-callouts blockquote p, .content-404 blockquote p, .entry-comments blockquote p, .career-content blockquote p, #edd_checkout_wrap blockquote p, .purchase-confirmation blockquote p, .newentry-content blockquote p, .page-header-hero blockquote p, .page-content blockquote p, .accordion-content blockquote p, .home-testimonial blockquote p:first-child {
  font-family: Circular, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  color: #121C36;
  letter-spacing: -0.035rem; }

#edd_checkout_cart_wrap {
  padding: 10px;
  background-color: #F2F3F5;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12); }

#edd_purchase_receipt_products .download-container, .testimonial-customer, .testimonials-site {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12); }

.hero-bg .hero-bg-img, .navbar-cart .checkout-link .checkout-link-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px; }

#edd_checkout_wrap #edd_purchase_submit, #edd_purchase_receipt_products .download-container {
  *zoom: 1; }
  #edd_checkout_wrap #edd_purchase_submit:before, #edd_purchase_receipt_products .download-container:before, #edd_checkout_wrap #edd_purchase_submit:after, #edd_purchase_receipt_products .download-container:after {
    display: table;
    content: ""; }
  #edd_checkout_wrap #edd_purchase_submit:after, #edd_purchase_receipt_products .download-container:after {
    clear: both; }

body {
  position: relative;
  color: #121C36;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(40, 88, 209, 0.4); }

a {
  color: #2858D1;
  text-decoration: none; }

.comp-dark p {
  color: #121C36; }

b,
strong {
  font-weight: 600; }

::-moz-selection {
  background: rgba(40, 88, 209, 0.4); }

::selection {
  background: rgba(40, 88, 209, 0.4); }

pre {
  padding: 0.3125em 0.625em;
  background-color: #121C36;
  color: #fff; }

ol ol {
  list-style: lower-alpha; }
  ol ol ol {
    list-style: upper-roman; }

select::-ms-expand {
  display: none; }

.site-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 100px; }
  @media screen and (max-width: 1140px) {
    .site-wrapper {
      padding-top: 85px; } }
  @media screen and (max-width: 480px) {
    .site-wrapper {
      padding-top: 75px; } }

.chevron-link .icon {
  width: 6px;
  height: 13px;
  fill: #2858D1;
  -ms-transform: translate(4px, 2px);
      transform: translate(4px, 2px);
  transition: transform 0.1s cubic-bezier(0.415, 0, 0.575, 1); }

.chevron-link:hover .icon {
  -ms-transform: translate(9px, 2px);
      transform: translate(9px, 2px); }

.section-header {
  margin-top: 100px;
  margin-bottom: 60px;
  text-align: center; }
  .section-header .section-heading {
    margin: 0 auto 4px; }
  .section-header .section-subtitle {
    margin-top: 0; }
  @media screen and (max-width: 768px) {
    .section-header {
      margin-top: 80px; } }
  @media screen and (max-width: 480px) {
    .section-header {
      margin-bottom: 40px; } }

.pxu-notification, .gform_wrapper .validation_error, .edd_error {
  width: 100%;
  padding: 14px 30px 20px;
  color: #2E0A05;
  border-top: 6px solid #E1E5EB;
  background-color: #F2F3F5; }
  .pxu-notification-error, .gform_wrapper .validation_error, .edd_error {
    border-color: #F35843;
    background-color: #F3E9E8; }
  @media screen and (max-width: 768px) {
    .pxu-notification, .gform_wrapper .validation_error, .edd_error {
      padding: 14px 20px 20px; } }

.pxu-callouts hr, .content-404 hr, .entry-comments hr, .career-content hr, #edd_checkout_wrap hr, .purchase-confirmation hr, .newentry-content hr, .page-header-hero hr, .page-content hr, .accordion-content hr, .workwithus-cta-title:before, .has-content-cta-divider .content-projects-title::before {
  display: block;
  width: 24px;
  height: 2px;
  margin: 70px auto;
  background: #121C36;
  border: 0; }

.pxu-callouts, .content-404, .entry-comments, .career-content, #edd_checkout_wrap, .purchase-confirmation, .newentry-content, .page-header-hero, .page-content, .accordion-content, .blog-post .entry-meta, .accordion-excerpt {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

.pxu-callouts img, .content-404 img, .entry-comments img, .career-content img, #edd_checkout_wrap img, .purchase-confirmation img, .newentry-content img, .page-header-hero img, .page-content img, .accordion-content img, .pxu-callouts .video-wrapper, .content-404 .video-wrapper, .entry-comments .video-wrapper, .career-content .video-wrapper, #edd_checkout_wrap .video-wrapper, .purchase-confirmation .video-wrapper, .newentry-content .video-wrapper, .page-header-hero .video-wrapper, .page-content .video-wrapper, .accordion-content .video-wrapper {
  margin-top: 96px;
  margin-bottom: 96px; }
  @media screen and (max-width: 1024px) {
    .pxu-callouts img, .content-404 img, .entry-comments img, .career-content img, #edd_checkout_wrap img, .purchase-confirmation img, .newentry-content img, .page-header-hero img, .page-content img, .accordion-content img, .pxu-callouts .video-wrapper, .content-404 .video-wrapper, .entry-comments .video-wrapper, .career-content .video-wrapper, #edd_checkout_wrap .video-wrapper, .purchase-confirmation .video-wrapper, .newentry-content .video-wrapper, .page-header-hero .video-wrapper, .page-content .video-wrapper, .accordion-content .video-wrapper {
      margin-top: 72px;
      margin-bottom: 72px; } }
  @media screen and (max-width: 480px) {
    .pxu-callouts img, .content-404 img, .entry-comments img, .career-content img, #edd_checkout_wrap img, .purchase-confirmation img, .newentry-content img, .page-header-hero img, .page-content img, .accordion-content img, .pxu-callouts .video-wrapper, .content-404 .video-wrapper, .entry-comments .video-wrapper, .career-content .video-wrapper, #edd_checkout_wrap .video-wrapper, .purchase-confirmation .video-wrapper, .newentry-content .video-wrapper, .page-header-hero .video-wrapper, .page-content .video-wrapper, .accordion-content .video-wrapper {
      margin-top: 48px;
      margin-bottom: 48px; } }

.pxu-callouts > :first-child, .content-404 > :first-child, .entry-comments > :first-child, .career-content > :first-child, #edd_checkout_wrap > :first-child, .purchase-confirmation > :first-child, .newentry-content > :first-child, .page-header-hero > :first-child, .page-content > :first-child, .accordion-content > :first-child {
  margin-top: 0; }

.pxu-callouts a:not(.btn):not(.gform_button):not(.edd-submit):not(.btn-link), .content-404 a:not(.btn):not(.gform_button):not(.edd-submit):not(.btn-link), .entry-comments a:not(.btn):not(.gform_button):not(.edd-submit):not(.btn-link), .career-content a:not(.btn):not(.gform_button):not(.edd-submit):not(.btn-link), #edd_checkout_wrap a:not(.btn):not(.gform_button):not(.edd-submit):not(.btn-link), .purchase-confirmation a:not(.btn):not(.gform_button):not(.edd-submit):not(.btn-link), .newentry-content a:not(.btn):not(.gform_button):not(.edd-submit):not(.btn-link), .page-header-hero a:not(.btn):not(.gform_button):not(.edd-submit):not(.btn-link), .page-content a:not(.btn):not(.gform_button):not(.edd-submit):not(.btn-link), .accordion-content a:not(.btn):not(.gform_button):not(.edd-submit):not(.btn-link) {
  color: #2858D1;
  border-bottom: 1px solid #2858D1; }

.pxu-callouts p, .content-404 p, .entry-comments p, .career-content p, #edd_checkout_wrap p, .purchase-confirmation p, .newentry-content p, .page-header-hero p, .page-content p, .accordion-content p,
.pxu-callouts ul,
.content-404 ul,
.entry-comments ul,
.career-content ul,
#edd_checkout_wrap ul,
.purchase-confirmation ul,
.newentry-content ul,
.page-header-hero ul,
.page-content ul,
.accordion-content ul,
.pxu-callouts ol,
.content-404 ol,
.entry-comments ol,
.career-content ol,
#edd_checkout_wrap ol,
.purchase-confirmation ol,
.newentry-content ol,
.page-header-hero ol,
.page-content ol,
.accordion-content ol {
  margin-top: 24px;
  margin-bottom: 24px; }
  .pxu-callouts p:empty, .content-404 p:empty, .entry-comments p:empty, .career-content p:empty, #edd_checkout_wrap p:empty, .purchase-confirmation p:empty, .newentry-content p:empty, .page-header-hero p:empty, .page-content p:empty, .accordion-content p:empty,
  .pxu-callouts ul:empty,
  .content-404 ul:empty,
  .entry-comments ul:empty,
  .career-content ul:empty,
  #edd_checkout_wrap ul:empty,
  .purchase-confirmation ul:empty,
  .newentry-content ul:empty,
  .page-header-hero ul:empty,
  .page-content ul:empty,
  .accordion-content ul:empty,
  .pxu-callouts ol:empty,
  .content-404 ol:empty,
  .entry-comments ol:empty,
  .career-content ol:empty,
  #edd_checkout_wrap ol:empty,
  .purchase-confirmation ol:empty,
  .newentry-content ol:empty,
  .page-header-hero ol:empty,
  .page-content ol:empty,
  .accordion-content ol:empty {
    display: none; }
  @media screen and (min-width: 769px) {
    .pxu-callouts p, .content-404 p, .entry-comments p, .career-content p, #edd_checkout_wrap p, .purchase-confirmation p, .newentry-content p, .page-header-hero p, .page-content p, .accordion-content p,
    .pxu-callouts ul,
    .content-404 ul,
    .entry-comments ul,
    .career-content ul,
    #edd_checkout_wrap ul,
    .purchase-confirmation ul,
    .newentry-content ul,
    .page-header-hero ul,
    .page-content ul,
    .accordion-content ul,
    .pxu-callouts ol,
    .content-404 ol,
    .entry-comments ol,
    .career-content ol,
    #edd_checkout_wrap ol,
    .purchase-confirmation ol,
    .newentry-content ol,
    .page-header-hero ol,
    .page-content ol,
    .accordion-content ol {
      line-height: 1.7; } }
  @media screen and (max-width: 768px) {
    .pxu-callouts p, .content-404 p, .entry-comments p, .career-content p, #edd_checkout_wrap p, .purchase-confirmation p, .newentry-content p, .page-header-hero p, .page-content p, .accordion-content p,
    .pxu-callouts ul,
    .content-404 ul,
    .entry-comments ul,
    .career-content ul,
    #edd_checkout_wrap ul,
    .purchase-confirmation ul,
    .newentry-content ul,
    .page-header-hero ul,
    .page-content ul,
    .accordion-content ul,
    .pxu-callouts ol,
    .content-404 ol,
    .entry-comments ol,
    .career-content ol,
    #edd_checkout_wrap ol,
    .purchase-confirmation ol,
    .newentry-content ol,
    .page-header-hero ol,
    .page-content ol,
    .accordion-content ol {
      margin-top: 20px; } }

.pxu-callouts li:not(:last-of-type), .content-404 li:not(:last-of-type), .entry-comments li:not(:last-of-type), .career-content li:not(:last-of-type), #edd_checkout_wrap li:not(:last-of-type), .purchase-confirmation li:not(:last-of-type), .newentry-content li:not(:last-of-type), .page-header-hero li:not(:last-of-type), .page-content li:not(:last-of-type), .accordion-content li:not(:last-of-type) {
  margin-bottom: 8px; }

.pxu-callouts blockquote, .content-404 blockquote, .entry-comments blockquote, .career-content blockquote, #edd_checkout_wrap blockquote, .purchase-confirmation blockquote, .newentry-content blockquote, .page-header-hero blockquote, .page-content blockquote, .accordion-content blockquote {
  margin-top: 112px;
  margin-right: 0;
  margin-bottom: 112px;
  margin-left: 0; }
  .pxu-callouts blockquote :first-child:not(cite), .content-404 blockquote :first-child:not(cite), .entry-comments blockquote :first-child:not(cite), .career-content blockquote :first-child:not(cite), #edd_checkout_wrap blockquote :first-child:not(cite), .purchase-confirmation blockquote :first-child:not(cite), .newentry-content blockquote :first-child:not(cite), .page-header-hero blockquote :first-child:not(cite), .page-content blockquote :first-child:not(cite), .accordion-content blockquote :first-child:not(cite) {
    margin-top: 0; }
  .pxu-callouts blockquote :last-child:not(cite), .content-404 blockquote :last-child:not(cite), .entry-comments blockquote :last-child:not(cite), .career-content blockquote :last-child:not(cite), #edd_checkout_wrap blockquote :last-child:not(cite), .purchase-confirmation blockquote :last-child:not(cite), .newentry-content blockquote :last-child:not(cite), .page-header-hero blockquote :last-child:not(cite), .page-content blockquote :last-child:not(cite), .accordion-content blockquote :last-child:not(cite) {
    margin-bottom: 0; }
  .pxu-callouts blockquote p, .content-404 blockquote p, .entry-comments blockquote p, .career-content blockquote p, #edd_checkout_wrap blockquote p, .purchase-confirmation blockquote p, .newentry-content blockquote p, .page-header-hero blockquote p, .page-content blockquote p, .accordion-content blockquote p {
    text-align: center;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      .pxu-callouts blockquote p, .content-404 blockquote p, .entry-comments blockquote p, .career-content blockquote p, #edd_checkout_wrap blockquote p, .purchase-confirmation blockquote p, .newentry-content blockquote p, .page-header-hero blockquote p, .page-content blockquote p, .accordion-content blockquote p {
        font-size: 31px; } }
  .pxu-callouts blockquote cite, .content-404 blockquote cite, .entry-comments blockquote cite, .career-content blockquote cite, #edd_checkout_wrap blockquote cite, .purchase-confirmation blockquote cite, .newentry-content blockquote cite, .page-header-hero blockquote cite, .page-content blockquote cite, .accordion-content blockquote cite {
    position: relative;
    display: block;
    max-width: 90%;
    margin-top: 36px;
    margin-right: auto;
    margin-left: auto;
    font-style: normal;
    text-align: center; }
  @media screen and (max-width: 1024px) {
    .pxu-callouts blockquote, .content-404 blockquote, .entry-comments blockquote, .career-content blockquote, #edd_checkout_wrap blockquote, .purchase-confirmation blockquote, .newentry-content blockquote, .page-header-hero blockquote, .page-content blockquote, .accordion-content blockquote {
      margin-top: 72px;
      margin-bottom: 72px; } }
  @media screen and (max-width: 768px) {
    .pxu-callouts blockquote, .content-404 blockquote, .entry-comments blockquote, .career-content blockquote, #edd_checkout_wrap blockquote, .purchase-confirmation blockquote, .newentry-content blockquote, .page-header-hero blockquote, .page-content blockquote, .accordion-content blockquote {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (max-width: 480px) {
    .pxu-callouts blockquote, .content-404 blockquote, .entry-comments blockquote, .career-content blockquote, #edd_checkout_wrap blockquote, .purchase-confirmation blockquote, .newentry-content blockquote, .page-header-hero blockquote, .page-content blockquote, .accordion-content blockquote {
      margin-top: 56px;
      margin-bottom: 56px; } }

.pxu-callouts img.emoji, .content-404 img.emoji, .entry-comments img.emoji, .career-content img.emoji, #edd_checkout_wrap img.emoji, .purchase-confirmation img.emoji, .newentry-content img.emoji, .page-header-hero img.emoji, .page-content img.emoji, .accordion-content img.emoji {
  position: static;
  min-width: 0;
  -ms-transform: translateX(0);
      transform: translateX(0); }

.pxu-callouts .pxu-half-width-content, .content-404 .pxu-half-width-content, .entry-comments .pxu-half-width-content, .career-content .pxu-half-width-content, #edd_checkout_wrap .pxu-half-width-content, .purchase-confirmation .pxu-half-width-content, .newentry-content .pxu-half-width-content, .page-header-hero .pxu-half-width-content, .page-content .pxu-half-width-content, .accordion-content .pxu-half-width-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top; }
  .pxu-callouts .pxu-half-width-content h3, .content-404 .pxu-half-width-content h3, .entry-comments .pxu-half-width-content h3, .career-content .pxu-half-width-content h3, #edd_checkout_wrap .pxu-half-width-content h3, .purchase-confirmation .pxu-half-width-content h3, .newentry-content .pxu-half-width-content h3, .page-header-hero .pxu-half-width-content h3, .page-content .pxu-half-width-content h3, .accordion-content .pxu-half-width-content h3 {
    margin-top: 24px;
    margin-bottom: 12px; }
    @media screen and (max-width: 768px) {
      .pxu-callouts .pxu-half-width-content h3, .content-404 .pxu-half-width-content h3, .entry-comments .pxu-half-width-content h3, .career-content .pxu-half-width-content h3, #edd_checkout_wrap .pxu-half-width-content h3, .purchase-confirmation .pxu-half-width-content h3, .newentry-content .pxu-half-width-content h3, .page-header-hero .pxu-half-width-content h3, .page-content .pxu-half-width-content h3, .accordion-content .pxu-half-width-content h3 {
        margin-top: 24px; } }
    @media screen and (max-width: 480px) {
      .pxu-callouts .pxu-half-width-content h3, .content-404 .pxu-half-width-content h3, .entry-comments .pxu-half-width-content h3, .career-content .pxu-half-width-content h3, #edd_checkout_wrap .pxu-half-width-content h3, .purchase-confirmation .pxu-half-width-content h3, .newentry-content .pxu-half-width-content h3, .page-header-hero .pxu-half-width-content h3, .page-content .pxu-half-width-content h3, .accordion-content .pxu-half-width-content h3 {
        margin-top: 16px; } }
  .pxu-callouts .pxu-half-width-content p, .content-404 .pxu-half-width-content p, .entry-comments .pxu-half-width-content p, .career-content .pxu-half-width-content p, #edd_checkout_wrap .pxu-half-width-content p, .purchase-confirmation .pxu-half-width-content p, .newentry-content .pxu-half-width-content p, .page-header-hero .pxu-half-width-content p, .page-content .pxu-half-width-content p, .accordion-content .pxu-half-width-content p,
  .pxu-callouts .pxu-half-width-content ul,
  .content-404 .pxu-half-width-content ul,
  .entry-comments .pxu-half-width-content ul,
  .career-content .pxu-half-width-content ul,
  #edd_checkout_wrap .pxu-half-width-content ul,
  .purchase-confirmation .pxu-half-width-content ul,
  .newentry-content .pxu-half-width-content ul,
  .page-header-hero .pxu-half-width-content ul,
  .page-content .pxu-half-width-content ul,
  .accordion-content .pxu-half-width-content ul,
  .pxu-callouts .pxu-half-width-content ol,
  .content-404 .pxu-half-width-content ol,
  .entry-comments .pxu-half-width-content ol,
  .career-content .pxu-half-width-content ol,
  #edd_checkout_wrap .pxu-half-width-content ol,
  .purchase-confirmation .pxu-half-width-content ol,
  .newentry-content .pxu-half-width-content ol,
  .page-header-hero .pxu-half-width-content ol,
  .page-content .pxu-half-width-content ol,
  .accordion-content .pxu-half-width-content ol {
    font-size: 18px;
    letter-spacing: -0.0125em;
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      .pxu-callouts .pxu-half-width-content p, .content-404 .pxu-half-width-content p, .entry-comments .pxu-half-width-content p, .career-content .pxu-half-width-content p, #edd_checkout_wrap .pxu-half-width-content p, .purchase-confirmation .pxu-half-width-content p, .newentry-content .pxu-half-width-content p, .page-header-hero .pxu-half-width-content p, .page-content .pxu-half-width-content p, .accordion-content .pxu-half-width-content p,
      .pxu-callouts .pxu-half-width-content ul,
      .content-404 .pxu-half-width-content ul,
      .entry-comments .pxu-half-width-content ul,
      .career-content .pxu-half-width-content ul,
      #edd_checkout_wrap .pxu-half-width-content ul,
      .purchase-confirmation .pxu-half-width-content ul,
      .newentry-content .pxu-half-width-content ul,
      .page-header-hero .pxu-half-width-content ul,
      .page-content .pxu-half-width-content ul,
      .accordion-content .pxu-half-width-content ul,
      .pxu-callouts .pxu-half-width-content ol,
      .content-404 .pxu-half-width-content ol,
      .entry-comments .pxu-half-width-content ol,
      .career-content .pxu-half-width-content ol,
      #edd_checkout_wrap .pxu-half-width-content ol,
      .purchase-confirmation .pxu-half-width-content ol,
      .newentry-content .pxu-half-width-content ol,
      .page-header-hero .pxu-half-width-content ol,
      .page-content .pxu-half-width-content ol,
      .accordion-content .pxu-half-width-content ol {
        font-size: 16px; } }
  @media screen and (min-width: 769px) {
    .pxu-callouts .pxu-half-width-content, .content-404 .pxu-half-width-content, .entry-comments .pxu-half-width-content, .career-content .pxu-half-width-content, #edd_checkout_wrap .pxu-half-width-content, .purchase-confirmation .pxu-half-width-content, .newentry-content .pxu-half-width-content, .page-header-hero .pxu-half-width-content, .page-content .pxu-half-width-content, .accordion-content .pxu-half-width-content {
      width: calc(50% - 1.2em); }
      .pxu-callouts .pxu-half-width-content:nth-of-type(2n), .content-404 .pxu-half-width-content:nth-of-type(2n), .entry-comments .pxu-half-width-content:nth-of-type(2n), .career-content .pxu-half-width-content:nth-of-type(2n), #edd_checkout_wrap .pxu-half-width-content:nth-of-type(2n), .purchase-confirmation .pxu-half-width-content:nth-of-type(2n), .newentry-content .pxu-half-width-content:nth-of-type(2n), .page-header-hero .pxu-half-width-content:nth-of-type(2n), .page-content .pxu-half-width-content:nth-of-type(2n), .accordion-content .pxu-half-width-content:nth-of-type(2n) {
        margin-left: 2em; } }
  @media screen and (min-width: 481px) {
    .pxu-callouts .pxu-half-width-content, .content-404 .pxu-half-width-content, .entry-comments .pxu-half-width-content, .career-content .pxu-half-width-content, #edd_checkout_wrap .pxu-half-width-content, .purchase-confirmation .pxu-half-width-content, .newentry-content .pxu-half-width-content, .page-header-hero .pxu-half-width-content, .page-content .pxu-half-width-content, .accordion-content .pxu-half-width-content {
      width: calc(50% - .75em); }
      .pxu-callouts .pxu-half-width-content:nth-of-type(2n), .content-404 .pxu-half-width-content:nth-of-type(2n), .entry-comments .pxu-half-width-content:nth-of-type(2n), .career-content .pxu-half-width-content:nth-of-type(2n), #edd_checkout_wrap .pxu-half-width-content:nth-of-type(2n), .purchase-confirmation .pxu-half-width-content:nth-of-type(2n), .newentry-content .pxu-half-width-content:nth-of-type(2n), .page-header-hero .pxu-half-width-content:nth-of-type(2n), .page-content .pxu-half-width-content:nth-of-type(2n), .accordion-content .pxu-half-width-content:nth-of-type(2n) {
        margin-left: 1.2em; } }

.pxu-callouts figure, .content-404 figure, .entry-comments figure, .career-content figure, #edd_checkout_wrap figure, .purchase-confirmation figure, .newentry-content figure, .page-header-hero figure, .page-content figure, .accordion-content figure {
  width: 100% !important;
  margin-top: 100px;
  margin-right: 0;
  margin-bottom: 100px;
  margin-left: 0;
  text-align: center; }
  .pxu-callouts figure img, .content-404 figure img, .entry-comments figure img, .career-content figure img, #edd_checkout_wrap figure img, .purchase-confirmation figure img, .newentry-content figure img, .page-header-hero figure img, .page-content figure img, .accordion-content figure img {
    margin-top: 0;
    margin-bottom: 0; }

.pxu-callouts figcaption, .content-404 figcaption, .entry-comments figcaption, .career-content figcaption, #edd_checkout_wrap figcaption, .purchase-confirmation figcaption, .newentry-content figcaption, .page-header-hero figcaption, .page-content figcaption, .accordion-content figcaption {
  margin-top: 28px;
  color: #121C36; }

.pxu-callouts iframe, .content-404 iframe, .entry-comments iframe, .career-content iframe, #edd_checkout_wrap iframe, .purchase-confirmation iframe, .newentry-content iframe, .page-header-hero iframe, .page-content iframe, .accordion-content iframe {
  max-width: 100%; }

.pxu-callouts h1, .content-404 h1, .entry-comments h1, .career-content h1, #edd_checkout_wrap h1, .purchase-confirmation h1, .newentry-content h1, .page-header-hero h1, .page-content h1, .accordion-content h1,
.pxu-callouts h2,
.content-404 h2,
.entry-comments h2,
.career-content h2,
#edd_checkout_wrap h2,
.purchase-confirmation h2,
.newentry-content h2,
.page-header-hero h2,
.page-content h2,
.accordion-content h2,
.pxu-callouts .content-projects-title,
.content-404 .content-projects-title,
.entry-comments .content-projects-title,
.career-content .content-projects-title,
#edd_checkout_wrap .content-projects-title,
.purchase-confirmation .content-projects-title,
.newentry-content .content-projects-title,
.page-header-hero .content-projects-title,
.page-content .content-projects-title,
.accordion-content .content-projects-title,
.newentry .newentry-content .content-projects-title,
.discounts-page .newentry-content .content-projects-title {
  margin-top: 72px;
  margin-bottom: 28px; }
  @media screen and (max-width: 768px) {
    .pxu-callouts h1, .content-404 h1, .entry-comments h1, .career-content h1, #edd_checkout_wrap h1, .purchase-confirmation h1, .newentry-content h1, .page-header-hero h1, .page-content h1, .accordion-content h1,
    .pxu-callouts h2,
    .content-404 h2,
    .entry-comments h2,
    .career-content h2,
    #edd_checkout_wrap h2,
    .purchase-confirmation h2,
    .newentry-content h2,
    .page-header-hero h2,
    .page-content h2,
    .accordion-content h2,
    .pxu-callouts .content-projects-title,
    .content-404 .content-projects-title,
    .entry-comments .content-projects-title,
    .career-content .content-projects-title,
    #edd_checkout_wrap .content-projects-title,
    .purchase-confirmation .content-projects-title,
    .newentry-content .content-projects-title,
    .page-header-hero .content-projects-title,
    .page-content .content-projects-title,
    .accordion-content .content-projects-title,
    .newentry .newentry-content .content-projects-title,
    .discounts-page .newentry-content .content-projects-title {
      margin-top: 56px;
      margin-bottom: 24px; } }

.pxu-callouts h3, .content-404 h3, .entry-comments h3, .career-content h3, #edd_checkout_wrap h3, .purchase-confirmation h3, .newentry-content h3, .page-header-hero h3, .page-content h3, .accordion-content h3,
.pxu-callouts h4,
.content-404 h4,
.entry-comments h4,
.career-content h4,
#edd_checkout_wrap h4,
.purchase-confirmation h4,
.newentry-content h4,
.page-header-hero h4,
.page-content h4,
.accordion-content h4,
.pxu-callouts h5,
.content-404 h5,
.entry-comments h5,
.career-content h5,
#edd_checkout_wrap h5,
.purchase-confirmation h5,
.newentry-content h5,
.page-header-hero h5,
.page-content h5,
.accordion-content h5,
.pxu-callouts h6,
.content-404 h6,
.entry-comments h6,
.career-content h6,
#edd_checkout_wrap h6,
.purchase-confirmation h6,
.newentry-content h6,
.page-header-hero h6,
.page-content h6,
.accordion-content h6 {
  margin-top: 56px;
  margin-bottom: 24px; }
  @media screen and (max-width: 768px) {
    .pxu-callouts h3, .content-404 h3, .entry-comments h3, .career-content h3, #edd_checkout_wrap h3, .purchase-confirmation h3, .newentry-content h3, .page-header-hero h3, .page-content h3, .accordion-content h3,
    .pxu-callouts h4,
    .content-404 h4,
    .entry-comments h4,
    .career-content h4,
    #edd_checkout_wrap h4,
    .purchase-confirmation h4,
    .newentry-content h4,
    .page-header-hero h4,
    .page-content h4,
    .accordion-content h4,
    .pxu-callouts h5,
    .content-404 h5,
    .entry-comments h5,
    .career-content h5,
    #edd_checkout_wrap h5,
    .purchase-confirmation h5,
    .newentry-content h5,
    .page-header-hero h5,
    .page-content h5,
    .accordion-content h5,
    .pxu-callouts h6,
    .content-404 h6,
    .entry-comments h6,
    .career-content h6,
    #edd_checkout_wrap h6,
    .purchase-confirmation h6,
    .newentry-content h6,
    .page-header-hero h6,
    .page-content h6,
    .accordion-content h6 {
      margin-top: 48px;
      margin-bottom: 20px; } }

@media screen and (min-width: 1025px) {
  
  .pxu-callouts h2,
  .content-404 h2,
  .entry-comments h2,
  .career-content h2,
  #edd_checkout_wrap h2,
  .purchase-confirmation h2,
  .newentry-content h2,
  .page-header-hero h2,
  .page-content h2,
  .accordion-content h2,
  .pxu-callouts .content-projects-title,
  .content-404 .content-projects-title,
  .entry-comments .content-projects-title,
  .career-content .content-projects-title,
  #edd_checkout_wrap .content-projects-title,
  .purchase-confirmation .content-projects-title,
  .newentry-content .content-projects-title,
  .page-header-hero .content-projects-title,
  .page-content .content-projects-title,
  .accordion-content .content-projects-title,
  .newentry .newentry-content .content-projects-title,
  .discounts-page .newentry-content .content-projects-title {
    font-size: 33px; } }

.pxu-callouts h1 > b, .content-404 h1 > b, .entry-comments h1 > b, .career-content h1 > b, #edd_checkout_wrap h1 > b, .purchase-confirmation h1 > b, .newentry-content h1 > b, .page-header-hero h1 > b, .page-content h1 > b, .accordion-content h1 > b,
.pxu-callouts h2 > b,
.content-404 h2 > b,
.entry-comments h2 > b,
.career-content h2 > b,
#edd_checkout_wrap h2 > b,
.purchase-confirmation h2 > b,
.newentry-content h2 > b,
.page-header-hero h2 > b,
.page-content h2 > b,
.accordion-content h2 > b,
.pxu-callouts .content-projects-title > b,
.content-404 .content-projects-title > b,
.entry-comments .content-projects-title > b,
.career-content .content-projects-title > b,
#edd_checkout_wrap .content-projects-title > b,
.purchase-confirmation .content-projects-title > b,
.newentry-content .content-projects-title > b,
.page-header-hero .content-projects-title > b,
.page-content .content-projects-title > b,
.accordion-content .content-projects-title > b,
.newentry .newentry-content .pxu-callouts .content-projects-title > b,
.newentry .newentry-content .content-404 .content-projects-title > b,
.newentry .newentry-content .entry-comments .content-projects-title > b,
.newentry .newentry-content .career-content .content-projects-title > b,
#edd_checkout_wrap .newentry .newentry-content .content-projects-title > b,
.newentry .newentry-content .purchase-confirmation .content-projects-title > b,
.newentry .newentry-content .content-projects-title > b,
.newentry .newentry-content .page-header-hero .content-projects-title > b,
.newentry .newentry-content .page-content .content-projects-title > b,
.newentry .newentry-content .accordion-content .content-projects-title > b,
.discounts-page .newentry-content .pxu-callouts .content-projects-title > b,
.discounts-page .newentry-content .content-404 .content-projects-title > b,
.discounts-page .newentry-content .entry-comments .content-projects-title > b,
.discounts-page .newentry-content .career-content .content-projects-title > b,
#edd_checkout_wrap .discounts-page .newentry-content .content-projects-title > b,
.discounts-page .newentry-content .purchase-confirmation .content-projects-title > b,
.discounts-page .newentry-content .content-projects-title > b,
.discounts-page .newentry-content .page-header-hero .content-projects-title > b,
.discounts-page .newentry-content .page-content .content-projects-title > b,
.discounts-page .newentry-content .accordion-content .content-projects-title > b,
.pxu-callouts h3 > b,
.content-404 h3 > b,
.entry-comments h3 > b,
.career-content h3 > b,
#edd_checkout_wrap h3 > b,
.purchase-confirmation h3 > b,
.newentry-content h3 > b,
.page-header-hero h3 > b,
.page-content h3 > b,
.accordion-content h3 > b,
.pxu-callouts h4 > b,
.content-404 h4 > b,
.entry-comments h4 > b,
.career-content h4 > b,
#edd_checkout_wrap h4 > b,
.purchase-confirmation h4 > b,
.newentry-content h4 > b,
.page-header-hero h4 > b,
.page-content h4 > b,
.accordion-content h4 > b,
.pxu-callouts h5 > b,
.content-404 h5 > b,
.entry-comments h5 > b,
.career-content h5 > b,
#edd_checkout_wrap h5 > b,
.purchase-confirmation h5 > b,
.newentry-content h5 > b,
.page-header-hero h5 > b,
.page-content h5 > b,
.accordion-content h5 > b,
.pxu-callouts h6 > b,
.content-404 h6 > b,
.entry-comments h6 > b,
.career-content h6 > b,
#edd_checkout_wrap h6 > b,
.purchase-confirmation h6 > b,
.newentry-content h6 > b,
.page-header-hero h6 > b,
.page-content h6 > b,
.accordion-content h6 > b {
  font-weight: 500; }

.pxu-callouts img, .content-404 img, .entry-comments img, .career-content img, #edd_checkout_wrap img, .purchase-confirmation img, .newentry-content img, .page-header-hero img, .page-content img, .accordion-content img, .pxu-callouts .video-wrapper, .content-404 .video-wrapper, .entry-comments .video-wrapper, .career-content .video-wrapper, #edd_checkout_wrap .video-wrapper, .purchase-confirmation .video-wrapper, .newentry-content .video-wrapper, .page-header-hero .video-wrapper, .page-content .video-wrapper, .accordion-content .video-wrapper, .pxu-callout, .toc, #edd_checkout_cart_wrap, .edd_error, .content-cta, .testimonial {
  position: relative;
  left: 50%;
  max-width: 820px;
  min-width: 100%;
  height: auto;
  box-sizing: border-box;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  @media screen and (max-width: 940px) {
    .pxu-callouts img, .content-404 img, .entry-comments img, .career-content img, #edd_checkout_wrap img, .purchase-confirmation img, .newentry-content img, .page-header-hero img, .page-content img, .accordion-content img, .pxu-callouts .video-wrapper, .content-404 .video-wrapper, .entry-comments .video-wrapper, .career-content .video-wrapper, #edd_checkout_wrap .video-wrapper, .purchase-confirmation .video-wrapper, .newentry-content .video-wrapper, .page-header-hero .video-wrapper, .page-content .video-wrapper, .accordion-content .video-wrapper, .pxu-callout, .toc, #edd_checkout_cart_wrap, .edd_error, .content-cta, .testimonial {
      max-width: 85.5vw; } }
  @media screen and (max-width: 768px) {
    .pxu-callouts img, .content-404 img, .entry-comments img, .career-content img, #edd_checkout_wrap img, .purchase-confirmation img, .newentry-content img, .page-header-hero img, .page-content img, .accordion-content img, .pxu-callouts .video-wrapper, .content-404 .video-wrapper, .entry-comments .video-wrapper, .career-content .video-wrapper, #edd_checkout_wrap .video-wrapper, .purchase-confirmation .video-wrapper, .newentry-content .video-wrapper, .page-header-hero .video-wrapper, .page-content .video-wrapper, .accordion-content .video-wrapper, .pxu-callout, .toc, #edd_checkout_cart_wrap, .edd_error, .content-cta, .testimonial {
      max-width: 100%; } }
  @media screen and (max-width: 480px) {
    .pxu-callouts img, .content-404 img, .entry-comments img, .career-content img, #edd_checkout_wrap img, .purchase-confirmation img, .newentry-content img, .page-header-hero img, .page-content img, .accordion-content img, .pxu-callouts .video-wrapper, .content-404 .video-wrapper, .entry-comments .video-wrapper, .career-content .video-wrapper, #edd_checkout_wrap .video-wrapper, .purchase-confirmation .video-wrapper, .newentry-content .video-wrapper, .page-header-hero .video-wrapper, .page-content .video-wrapper, .accordion-content .video-wrapper, .pxu-callout, .toc, #edd_checkout_cart_wrap, .edd_error, .content-cta, .testimonial {
      max-width: calc(100vw - 28px); } }

.pxu-callouts .video-wrapper, .content-404 .video-wrapper, .entry-comments .video-wrapper, .career-content .video-wrapper, #edd_checkout_wrap .video-wrapper, .purchase-confirmation .video-wrapper, .newentry-content .video-wrapper, .page-header-hero .video-wrapper, .page-content .video-wrapper, .accordion-content .video-wrapper, .pxu-callout, .toc, #edd_checkout_cart_wrap, .edd_error, .content-cta, .testimonial {
  width: 820px; }
  @media screen and (max-width: 940px) {
    .pxu-callouts .video-wrapper, .content-404 .video-wrapper, .entry-comments .video-wrapper, .career-content .video-wrapper, #edd_checkout_wrap .video-wrapper, .purchase-confirmation .video-wrapper, .newentry-content .video-wrapper, .page-header-hero .video-wrapper, .page-content .video-wrapper, .accordion-content .video-wrapper, .pxu-callout, .toc, #edd_checkout_cart_wrap, .edd_error, .content-cta, .testimonial {
      width: 85.5vw; } }
  @media screen and (max-width: 768px) {
    .pxu-callouts .video-wrapper, .content-404 .video-wrapper, .entry-comments .video-wrapper, .career-content .video-wrapper, #edd_checkout_wrap .video-wrapper, .purchase-confirmation .video-wrapper, .newentry-content .video-wrapper, .page-header-hero .video-wrapper, .page-content .video-wrapper, .accordion-content .video-wrapper, .pxu-callout, .toc, #edd_checkout_cart_wrap, .edd_error, .content-cta, .testimonial {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .pxu-callouts .video-wrapper, .content-404 .video-wrapper, .entry-comments .video-wrapper, .career-content .video-wrapper, #edd_checkout_wrap .video-wrapper, .purchase-confirmation .video-wrapper, .newentry-content .video-wrapper, .page-header-hero .video-wrapper, .page-content .video-wrapper, .accordion-content .video-wrapper, .pxu-callout, .toc, #edd_checkout_cart_wrap, .edd_error, .content-cta, .testimonial {
      width: 100%; } }

.pxu-callouts blockquote, .content-404 blockquote, .entry-comments blockquote, .career-content blockquote, #edd_checkout_wrap blockquote, .purchase-confirmation blockquote, .newentry-content blockquote, .page-header-hero blockquote, .page-content blockquote, .accordion-content blockquote, .page-header-hero .page-header-image {
  position: relative;
  left: 50%;
  max-width: 960px;
  width: 960px;
  min-width: 100%;
  height: auto;
  box-sizing: border-box;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  @media screen and (max-width: 940px) {
    .pxu-callouts blockquote, .content-404 blockquote, .entry-comments blockquote, .career-content blockquote, #edd_checkout_wrap blockquote, .purchase-confirmation blockquote, .newentry-content blockquote, .page-header-hero blockquote, .page-content blockquote, .accordion-content blockquote, .page-header-hero .page-header-image {
      max-width: 85.5vw; } }
  @media screen and (max-width: 768px) {
    .pxu-callouts blockquote, .content-404 blockquote, .entry-comments blockquote, .career-content blockquote, #edd_checkout_wrap blockquote, .purchase-confirmation blockquote, .newentry-content blockquote, .page-header-hero blockquote, .page-content blockquote, .accordion-content blockquote, .page-header-hero .page-header-image {
      max-width: 100%; } }
  @media screen and (max-width: 480px) {
    .pxu-callouts blockquote, .content-404 blockquote, .entry-comments blockquote, .career-content blockquote, #edd_checkout_wrap blockquote, .purchase-confirmation blockquote, .newentry-content blockquote, .page-header-hero blockquote, .page-content blockquote, .accordion-content blockquote, .page-header-hero .page-header-image {
      max-width: calc(100vw - 28px); } }

.accordion-close-button, .support-search .support-search-submit {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */ }
  .accordion-close-button::-moz-focus-inner, .support-search .support-search-submit::-moz-focus-inner {
    border: 0;
    padding: 0; }

.btn, .gform_button, #affwp-register-form input[type="submit"], .entry-tags a, .page-template-application-form .gform_button_select_files, .edd-submit, #edd_purchase_receipt_products .edd_download_file_link {
  display: inline-block;
  padding: 18px 28px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #2858D1;
  border: none;
  border-radius: 5px;
  outline: none;
  box-shadow: 0 1px 3px rgba(27, 58, 95, 0.03), 0 2px 8px rgba(27, 58, 95, 0.2), 0 0 0 0px rgba(40, 88, 209, 0.2);
  box-sizing: border-box;
  transition: border-color 0.1s ease, background-color 0.1s ease, box-shadow 0.2s ease, transform 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .btn:hover, .gform_button:hover, #affwp-register-form input:hover[type="submit"], .entry-tags a:hover, .page-template-application-form .gform_button_select_files:hover, .edd-submit:hover, #edd_purchase_receipt_products .edd_download_file_link:hover {
    color: #fff;
    background: #244fbc;
    box-shadow: 0 0 0 1px rgba(27, 58, 95, 0.04), 0 2px 6px rgba(27, 58, 95, 0.04), 0 4px 12px rgba(27, 58, 95, 0.2);
    -ms-transform: translateY(-1.5px);
        transform: translateY(-1.5px); }
  .btn:focus, .gform_button:focus, #affwp-register-form input:focus[type="submit"], .entry-tags a:focus, .page-template-application-form .gform_button_select_files:focus, .edd-submit:focus, #edd_purchase_receipt_products .edd_download_file_link:focus, .btn:active, .gform_button:active, #affwp-register-form input:active[type="submit"], .entry-tags a:active, .page-template-application-form .gform_button_select_files:active, .edd-submit:active, #edd_purchase_receipt_products .edd_download_file_link:active {
    box-shadow: 0 0 0 3px rgba(40, 88, 209, 0.2); }
  .btn:focus, .gform_button:focus, #affwp-register-form input:focus[type="submit"], .entry-tags a:focus, .page-template-application-form .gform_button_select_files:focus, .edd-submit:focus, #edd_purchase_receipt_products .edd_download_file_link:focus {
    color: #fff;
    background: #2858D1; }
  .btn:active, .gform_button:active, #affwp-register-form input:active[type="submit"], .entry-tags a:active, .page-template-application-form .gform_button_select_files:active, .edd-submit:active, #edd_purchase_receipt_products .edd_download_file_link:active, .btn:active:focus, .gform_button:active:focus, #affwp-register-form input:active:focus[type="submit"], .entry-tags a:active:focus, .page-template-application-form .gform_button_select_files:active:focus, .edd-submit:active:focus, #edd_purchase_receipt_products .edd_download_file_link:active:focus {
    color: #fff;
    background: #1c3d91; }

.btn-transparent, .entry-tags a, .page-header-btn:first-of-type:not(:only-of-type) {
  color: #2858D1;
  background: white;
  box-shadow: 0 0 0 1px rgba(17, 35, 56, 0.03), 0 1px 3px rgba(17, 35, 56, 0.03), 0 2px 8px rgba(17, 35, 56, 0.1); }
  .btn-transparent:hover, .entry-tags a:hover, .page-header-btn:hover:first-of-type:not(:only-of-type), .btn-transparent:hover:focus, .entry-tags a:hover:focus, .page-header-btn:hover:focus:first-of-type:not(:only-of-type) {
    color: #244fbc;
    background: white;
    box-shadow: 0 0 0 1px rgba(27, 58, 95, 0.03), 0 2px 6px rgba(27, 58, 95, 0.03), 0 4px 12px rgba(27, 58, 95, 0.1); }
  .btn-transparent:focus, .entry-tags a:focus, .page-header-btn:focus:first-of-type:not(:only-of-type) {
    color: #2858D1;
    background: white; }
  .btn-transparent:active, .entry-tags a:active, .page-header-btn:active:first-of-type:not(:only-of-type), .btn-transparent:active:focus, .entry-tags a:active:focus, .page-header-btn:active:focus:first-of-type:not(:only-of-type) {
    color: #2858D1;
    background: rgba(242, 243, 245, 0.6);
    box-shadow: 0 0 0 3px rgba(40, 88, 209, 0.2); }

.btn-secondary, .page-template-application-form .gform_button_select_files {
  color: #2858D1;
  background: transparent;
  border-radius: 40px;
  box-shadow: 0 0 0 1px #121C36 inset;
  box-shadow: 0 0 0 1px rgba(18, 28, 54, 0.4) inset;
  transition: background 100ms cubic-bezier(0.415, 0, 0.575, 1), color 100ms cubic-bezier(0.415, 0, 0.575, 1), box-shadow 100ms cubic-bezier(0.415, 0, 0.575, 1); }

.btn-textured {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  box-shadow: 0 0 0 1px #fff inset;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45) inset;
  border-radius: 40px;
  transition: background 100ms cubic-bezier(0.415, 0, 0.575, 1), color 100ms cubic-bezier(0.415, 0, 0.575, 1), box-shadow 100ms cubic-bezier(0.415, 0, 0.575, 1); }

.btn-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  color: #2858D1; }
  .btn-link:after {
    position: absolute;
    display: block;
    bottom: -0.1rem;
    left: 0;
    width: 0;
    height: 2px;
    background-color: transparent;
    content: '';
    transition: width 0.2s ease, background-color 0.2s ease; }
  .btn-link:hover:after {
    width: calc(100% - 17px);
    background-color: #2858D1; }
  .btn-link .icon-chevron-right {
    position: relative;
    top: 1px;
    width: 10px;
    height: 15px;
    margin-left: 7px;
    vertical-align: middle;
    fill: #2858D1; }

.btn-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  padding: 0;
  box-shadow: 0 0 0 1px #fff inset; }

.btn-small, .entry-tags a, .page-template-application-form .gform_button_select_files, .edd-submit {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px; }

.btn ~ .btn, .gform_button ~ .btn, #affwp-register-form input[type="submit"] ~ .btn, .entry-tags a ~ .btn, .page-template-application-form .gform_button_select_files ~ .btn, .edd-submit ~ .btn, #edd_purchase_receipt_products .edd_download_file_link ~ .btn, .btn ~ .gform_button, .gform_button ~ .gform_button, #affwp-register-form input[type="submit"] ~ .gform_button, .entry-tags a ~ .gform_button, .page-template-application-form .gform_button_select_files ~ .gform_button, .edd-submit ~ .gform_button, #edd_purchase_receipt_products .edd_download_file_link ~ .gform_button, #affwp-register-form .btn ~ input[type="submit"], #affwp-register-form .gform_button ~ input[type="submit"], #affwp-register-form input[type="submit"] ~ input[type="submit"], .entry-tags #affwp-register-form a ~ input[type="submit"], #affwp-register-form .entry-tags a ~ input[type="submit"], .page-template-application-form #affwp-register-form .gform_button_select_files ~ input[type="submit"], #affwp-register-form .page-template-application-form .gform_button_select_files ~ input[type="submit"], #affwp-register-form .edd-submit ~ input[type="submit"], #edd_purchase_receipt_products #affwp-register-form .edd_download_file_link ~ input[type="submit"], #affwp-register-form #edd_purchase_receipt_products .edd_download_file_link ~ input[type="submit"], .entry-tags .btn ~ a, .entry-tags .gform_button ~ a, #affwp-register-form .entry-tags input[type="submit"] ~ a, .entry-tags #affwp-register-form input[type="submit"] ~ a, .entry-tags a ~ a, .page-template-application-form .entry-tags .gform_button_select_files ~ a, .entry-tags .page-template-application-form .gform_button_select_files ~ a, .entry-tags .edd-submit ~ a, #edd_purchase_receipt_products .entry-tags .edd_download_file_link ~ a, .entry-tags #edd_purchase_receipt_products .edd_download_file_link ~ a, .page-template-application-form .btn ~ .gform_button_select_files, .page-template-application-form .gform_button ~ .gform_button_select_files, #affwp-register-form .page-template-application-form input[type="submit"] ~ .gform_button_select_files, .page-template-application-form #affwp-register-form input[type="submit"] ~ .gform_button_select_files, .entry-tags .page-template-application-form a ~ .gform_button_select_files, .page-template-application-form .entry-tags a ~ .gform_button_select_files, .page-template-application-form .gform_button_select_files ~ .gform_button_select_files, .page-template-application-form .edd-submit ~ .gform_button_select_files, #edd_purchase_receipt_products .page-template-application-form .edd_download_file_link ~ .gform_button_select_files, .page-template-application-form #edd_purchase_receipt_products .edd_download_file_link ~ .gform_button_select_files, .btn ~ .edd-submit, .gform_button ~ .edd-submit, #affwp-register-form input[type="submit"] ~ .edd-submit, .entry-tags a ~ .edd-submit, .page-template-application-form .gform_button_select_files ~ .edd-submit, .edd-submit ~ .edd-submit, #edd_purchase_receipt_products .edd_download_file_link ~ .edd-submit, #edd_purchase_receipt_products .btn ~ .edd_download_file_link, #edd_purchase_receipt_products .gform_button ~ .edd_download_file_link, #affwp-register-form #edd_purchase_receipt_products input[type="submit"] ~ .edd_download_file_link, #edd_purchase_receipt_products #affwp-register-form input[type="submit"] ~ .edd_download_file_link, .entry-tags #edd_purchase_receipt_products a ~ .edd_download_file_link, #edd_purchase_receipt_products .entry-tags a ~ .edd_download_file_link, .page-template-application-form #edd_purchase_receipt_products .gform_button_select_files ~ .edd_download_file_link, #edd_purchase_receipt_products .page-template-application-form .gform_button_select_files ~ .edd_download_file_link, #edd_purchase_receipt_products .edd-submit ~ .edd_download_file_link, #edd_purchase_receipt_products .edd_download_file_link ~ .edd_download_file_link {
  margin-left: 16px; }

.btn-shopify,
.content-cta-btn.btn-shopify,
.page-header-btn.btn-shopify {
  margin: 0 6px 20px;
  padding: 5px 20px 6px;
  width: 290px;
  background-color: #70a90e; }

.btn-bigcommerce,
.content-cta-btn-2.btn-bigcommerce,
.page-header-btn.btn-bigcommerce {
  margin: 0 6px 20px;
  padding: 5px 20px 6px;
  width: 290px;
  background-color: #273dff; }

.btn-off-site {
  position: relative; }
  .btn-off-site .icon-off-site {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 8px;
    height: 8px; }

.icon-email {
  width: 32px;
  height: 27px; }

.icon-pinterest {
  width: 20px;
  height: 20px; }

.icon-twitter {
  width: 32px;
  height: 26px;
  color: #1A97F0; }

.icon-tumblr {
  width: 12px;
  height: 20px; }

.icon-facebook {
  width: 30px;
  height: 30px;
  color: #334B95; }

.icon-github {
  width: 18px;
  height: 18px; }

.icon-linkedin {
  width: 30px;
  height: 30px;
  color: #076DAE; }

label, .gfield_label, .wpcr3_respond_2 .comment-field {
  display: block;
  margin-bottom: 10px;
  cursor: pointer; }
  @media screen and (min-width: 1025px) {
    label, .gfield_label, .wpcr3_respond_2 .comment-field {
      font-size: 18px;
      letter-spacing: -0.0125em; } }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="file"],
textarea,
select, .support-search .support-search-field {
  padding: 9px 13px 11px;
  margin-bottom: 36px;
  background: #fff;
  border: 1px solid #d2d8e1;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 0px rgba(210, 216, 225, 0.4);
  box-sizing: border-box;
  transition: border-color 0.1s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media screen and (min-width: 1025px) {
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="password"],
    input[type="url"],
    input[type="file"],
    textarea,
    select, .support-search .support-search-field {
      font-size: 18px;
      letter-spacing: -0.0125em; } }
  @media screen and (max-width: 480px) {
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="password"],
    input[type="url"],
    input[type="file"],
    textarea,
    select, .support-search .support-search-field {
      margin-bottom: 24px; } }
  input:focus[type="text"],
  input:focus[type="tel"],
  input:focus[type="email"],
  input:focus[type="password"],
  input:focus[type="url"],
  input:focus[type="file"],
  textarea:focus,
  select:focus, .support-search .support-search-field:focus, input:active[type="text"],
  input:active[type="tel"],
  input:active[type="email"],
  input:active[type="password"],
  input:active[type="url"],
  input:active[type="file"],
  textarea:active,
  select:active, .support-search .support-search-field:active {
    border-color: #2858D1;
    box-shadow: 0 0 0 3px rgba(40, 88, 209, 0.2); }
  .gfield_error input[type="text"],
  .gfield_error input[type="tel"],
  .gfield_error input[type="email"],
  .gfield_error input[type="password"],
  .gfield_error input[type="url"],
  .gfield_error input[type="file"],
  .gfield_error textarea,
  .gfield_error select, .gfield_error .support-search .support-search-field, .support-search .gfield_error .support-search-field {
    border-color: #F35843; }
  .gfield_error input:focus[type="text"],
  .gfield_error input:focus[type="tel"],
  .gfield_error input:focus[type="email"],
  .gfield_error input:focus[type="password"],
  .gfield_error input:focus[type="url"],
  .gfield_error input:focus[type="file"],
  .gfield_error textarea:focus,
  .gfield_error select:focus, .gfield_error .support-search .support-search-field:focus, .support-search .gfield_error .support-search-field:focus,
  .gfield_error input:active[type="text"],
  .gfield_error input:active[type="tel"],
  .gfield_error input:active[type="email"],
  .gfield_error input:active[type="password"],
  .gfield_error input:active[type="url"],
  .gfield_error input:active[type="file"],
  .gfield_error textarea:active,
  .gfield_error select:active,
  .gfield_error .support-search .support-search-field:active,
  .support-search .gfield_error .support-search-field:active {
    box-shadow: 0 0 0 3px rgba(243, 88, 67, 0.2); }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="file"],
textarea,
select {
  max-width: 100%; }

input[type="file"] {
  display: inline-flex;
  width: 100%;
  height: 50px;
  padding-top: 14px;
  padding-bottom: 8px;
  color: #8A91A1; }

#edd_checkout_wrap .edd-gateway-option input[type="radio"], #edd_checkout_wrap .edd-stripe-card-radio-item input[type="radio"],
#affwp-register-form label.affwp-tos input,
#edd_checkout_wrap #edd-stripe-update-billing-address,
#edd_checkout_wrap #edd-privacy-policy-agreement input {
  position: absolute;
  right: 600%; }

.icon-radio,
.icon-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d2d8e1;
  box-sizing: border-box;
  transition: border-color 0.1s ease, box-shadow 0.2s ease; }
  :focus + .icon-radio,
  :active + .icon-radio, :focus +
  .icon-checkbox,
  :active +
  .icon-checkbox {
    border-color: #2858D1;
    box-shadow: 0 0 0 2px rgba(40, 88, 209, 0.2); }
  :checked + .icon-radio, :checked +
  .icon-checkbox {
    border-color: #2858D1; }
  .icon-radio:after,
  .icon-checkbox:after {
    display: block;
    width: 12px;
    height: 12px;
    margin-top: 3px;
    margin-left: 3px;
    content: '';
    opacity: 0;
    -ms-transform: scale(0.6);
        transform: scale(0.6);
    transition: all 0.15s ease; }
    :checked + .icon-radio:after, :checked +
    .icon-checkbox:after {
      opacity: 1;
      -ms-transform: scale(1);
          transform: scale(1); }
    input#edd-agree-to-privacy-policy:checked + label > .icon-radio:after, input#edd-agree-to-privacy-policy:checked + label >
    .icon-checkbox:after {
      opacity: 1;
      -ms-transform: scale(1);
          transform: scale(1); }

.icon-radio {
  border-radius: 50%; }
  .icon-radio:after {
    background-color: #2858D1;
    border-radius: 50%; }

.icon-checkbox {
  border-radius: 3px; }
  .icon-checkbox:after {
    background: url(images/checkbox-default.svg) center center no-repeat; }

input#edd-agree-to-privacy-policy:focus + label > .icon-checkbox,
input#edd-agree-to-privacy-policy:active + label > .icon-checkbox {
  border-color: #2858D1;
  box-shadow: 0 0 0 2px rgba(40, 88, 209, 0.2); }

input#edd-agree-to-privacy-policy:checked + label > .icon-checkbox {
  border-color: #2858D1; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
  background: #fff url(images/chevron-down.svg) right 15px center no-repeat; }

::-webkit-input-placeholder {
  color: #8A91A1; }

:-ms-input-placeholder {
  color: #8A91A1; }

::placeholder {
  color: #8A91A1; }

:focus::-webkit-input-placeholder {
  color: #8A91A1; }

:focus:-ms-input-placeholder {
  color: #8A91A1; }

:focus::placeholder {
  color: #8A91A1; }

.gform_wrapper {
  margin: 0 auto;
  text-align: left; }
  .gform_wrapper > form {
    display: flex;
    flex-direction: column; }
  .gform_wrapper ul {
    padding: 0;
    list-style: outside none; }
  .gform_wrapper .validation_error {
    order: 0;
    margin-bottom: 30px;
    box-sizing: border-box; }
  .gform_wrapper .gfield {
    margin-bottom: 40px;
    box-sizing: border-box; }
    .gform_wrapper .gfield:not(:last-of-type) {
      margin-bottom: 40px; }
    .gform_wrapper .gfield.gf_has_description textarea {
      margin-bottom: 0; }

.gform_confirmation_wrapper {
  text-align: center; }

.accordion-content .gform_fields {
  margin-top: 0;
  margin-bottom: 10px; }

.gfield_description {
  margin-top: 5px; }
  .gfield_description a {
    color: #8A91A1;
    border-bottom: 1px solid #8A91A1; }

.gfield_label {
  line-height: normal; }

.gfield_required {
  display: none; }

.gfield_error input,
.gfield_error textarea,
.gfield_error select {
  margin-bottom: 0; }

.gfield_error .validation_message {
  color: #F35843; }

.ginput_container input,
.ginput_container textarea,
.ginput_container select {
  margin-bottom: 0; }

.ginput_container .large {
  width: 100%; }
  .ginput_container .large::-webkit-input-placeholder {
    color: #8A91A1; }
  .ginput_container .large:-ms-input-placeholder {
    color: #8A91A1; }
  .ginput_container .large::placeholder {
    color: #8A91A1; }
  .gfield_error .ginput_container .large {
    border-color: #F35843; }

.ginput_container .textarea {
  display: block;
  height: 144px;
  resize: vertical; }

.gf_placeholder {
  color: #8A91A1; }

.gform_heading {
  order: 1;
  margin-bottom: 60px; }

.gform_body {
  order: 2; }

.gfield_radio {
  display: block;
  width: 100%;
  min-height: 60px;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .gfield_radio {
      display: table;
      table-layout: fixed; } }
  .gfield_radio label {
    display: block;
    padding: 20px 0;
    font-size: 16px;
    color: #8A91A1; }
  .gfield_radio li {
    position: relative;
    display: block;
    min-height: 60px;
    vertical-align: middle;
    border-collapse: collapse;
    border-color: #E1E5EB;
    border-style: solid;
    border-width: 1px 1px 0 1px; }
    @media screen and (min-width: 769px) {
      .gfield_radio li {
        display: table-cell;
        border-width: 1px 0 1px 1px; } }
    .gfield_radio li:last-child {
      border-width: 1px; }
    .gfield_error .gfield_radio li {
      border-color: #F35843; }
  .gfield_radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .gfield_radio input[type="radio"]:hover + label::before,
    .gfield_radio input[type="radio"]:checked + label::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      content: ""; }
    .gfield_radio input[type="radio"]:hover + label::before {
      background-color: white; }
    .gfield_radio input[type="radio"]:checked + label {
      color: white; }
      .gfield_radio input[type="radio"]:checked + label::before {
        background-color: #2858D1; }

.gform_footer {
  order: 3;
  text-align: left; }

.gf_left_half {
  width: 50%;
  vertical-align: top;
  display: inline-block;
  padding-right: 0.8em; }
  @media screen and (max-width: 768px) {
    .gf_left_half {
      width: 100%;
      padding-right: 0; } }

.gf_right_half {
  width: 50%;
  vertical-align: top;
  display: inline-block;
  padding-left: 0.8em; }
  .gform_storetasker .gf_right_half {
    float: right; }
  @media screen and (max-width: 768px) {
    .gf_right_half {
      width: 100%;
      padding-left: 0; }
      .gform_storetasker .gf_right_half {
        float: none; } }

.gf_optional .gfield_label::after {
  content: " (optional)";
  color: #8A91A1; }

.gform_description a {
  margin-top: 10px; }

@media screen and (max-width: 768px) {
  .wp-block-columns.has-2-columns {
    display: block; }
    .wp-block-columns.has-2-columns > :first-child {
      margin-bottom: 2vw; } }

@media screen and (min-width: 769px) {
  .wp-block-columns.has-2-columns > * {
    margin-right: 0; }
  .wp-block-columns.has-2-columns > :first-child {
    margin-left: 0; }
  .wp-block-columns.has-2-columns > :nth-child(2) {
    -ms-grid-column: 2;
        grid-column: 2;
    margin-right: 0;
    margin-left: 25px; } }

.site-main > .wp-block-subhead {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-style: normal;
  opacity: 1; }

.ab-block-cta {
  height: 730px;
  padding-top: 7%;
  border-radius: 0; }
  @media screen and (max-width: 1024px) and (min-width: 769px) {
    .ab-block-cta {
      height: 600px; } }
  .ab-block-cta .ab-cta-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-right: 2vw;
    padding-left: 2vw; }
  .ab-block-cta .ab-cta-content {
    padding-right: 100px;
    padding-left: 100px; }
    @media screen and (max-width: 1024px) and (min-width: 769px) {
      .ab-block-cta .ab-cta-content {
        padding-right: 40px;
        padding-left: 40px; } }
  .ab-block-cta.blog-cta .ab-cta-image {
    top: 0;
    right: 0;
    padding: 0;
    height: 100%; }
  .ab-block-cta .ab-button::after {
    display: inline-block;
    margin-left: 10px;
    padding: 4px;
    border-color: inherit;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    content: ""; }

.pxu-callout {
  flex-direction: column;
  padding: 60px 40px;
  background-color: #F2F3F5;
  text-align: center;
  border-radius: 10px; }

.pxu-callout-success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 30px;
  color: #fff;
  background-color: #12B463;
  border-radius: 50%; }
  .pxu-callout-success-icon .icon-checkmark {
    width: 24px;
    height: 24px; }

.pxu-callout .pxu-callout-title {
  margin-top: 0;
  margin-bottom: 8px;
  line-height: normal; }

.pxu-callout .pxu-callout-content {
  margin-top: 8px;
  margin-bottom: 36px;
  color: #8A91A1; }
  .pxu-callout .pxu-callout-content p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal; }
  .pxu-callout .pxu-callout-content:last-child {
    margin-bottom: 10px; }

.pxu-callout .pxu-callout-actions,
.page-header-cta {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap; }
  .pxu-callout .pxu-callout-actions input,
  .page-header-cta input {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0; }
  .pxu-callout .pxu-callout-actions .pxu-callout-image-btn,
  .page-header-cta .pxu-callout-image-btn {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.2; }
  .pxu-callout .pxu-callout-actions .pxu-callout-image-btn,
  .pxu-callout .pxu-callout-actions .page-header-image-btn,
  .page-header-cta .pxu-callout-image-btn,
  .page-header-cta .page-header-image-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 285px;
    margin-right: 10px;
    margin-left: 10px;
    color: #fff; }
    .pxu-callout .pxu-callout-actions .pxu-callout-image-btn img,
    .pxu-callout .pxu-callout-actions .page-header-image-btn img,
    .page-header-cta .pxu-callout-image-btn img,
    .page-header-cta .page-header-image-btn img {
      position: static;
      width: 24px;
      min-width: 0;
      height: 24px;
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 10px; }
    .pxu-callout .pxu-callout-actions .pxu-callout-image-btn.pxu-callout-shopify-btn, .pxu-callout .pxu-callout-actions .pxu-callout-image-btn.page-header-shopify-btn,
    .pxu-callout .pxu-callout-actions .page-header-image-btn.pxu-callout-shopify-btn,
    .pxu-callout .pxu-callout-actions .page-header-image-btn.page-header-shopify-btn,
    .page-header-cta .pxu-callout-image-btn.pxu-callout-shopify-btn,
    .page-header-cta .pxu-callout-image-btn.page-header-shopify-btn,
    .page-header-cta .page-header-image-btn.pxu-callout-shopify-btn,
    .page-header-cta .page-header-image-btn.page-header-shopify-btn {
      background-color: #5D6BBE;
      border-color: #5D6BBE; }
    .pxu-callout .pxu-callout-actions .pxu-callout-image-btn.pxu-callout-bigcommerce-btn, .pxu-callout .pxu-callout-actions .pxu-callout-image-btn.page-header-bigcommerce-btn,
    .pxu-callout .pxu-callout-actions .page-header-image-btn.pxu-callout-bigcommerce-btn,
    .pxu-callout .pxu-callout-actions .page-header-image-btn.page-header-bigcommerce-btn,
    .page-header-cta .pxu-callout-image-btn.pxu-callout-bigcommerce-btn,
    .page-header-cta .pxu-callout-image-btn.page-header-bigcommerce-btn,
    .page-header-cta .page-header-image-btn.pxu-callout-bigcommerce-btn,
    .page-header-cta .page-header-image-btn.page-header-bigcommerce-btn {
      background-color: #5072F3;
      border-color: #5072F3; }
      @media screen and (max-width: 750px) {
        .pxu-callout .pxu-callout-actions .pxu-callout-image-btn.pxu-callout-bigcommerce-btn, .pxu-callout .pxu-callout-actions .pxu-callout-image-btn.page-header-bigcommerce-btn,
        .pxu-callout .pxu-callout-actions .page-header-image-btn.pxu-callout-bigcommerce-btn,
        .pxu-callout .pxu-callout-actions .page-header-image-btn.page-header-bigcommerce-btn,
        .page-header-cta .pxu-callout-image-btn.pxu-callout-bigcommerce-btn,
        .page-header-cta .pxu-callout-image-btn.page-header-bigcommerce-btn,
        .page-header-cta .page-header-image-btn.pxu-callout-bigcommerce-btn,
        .page-header-cta .page-header-image-btn.page-header-bigcommerce-btn {
          margin-bottom: 10px; } }
    @media screen and (max-width: 480px) {
      .pxu-callout .pxu-callout-actions .pxu-callout-image-btn,
      .pxu-callout .pxu-callout-actions .page-header-image-btn,
      .page-header-cta .pxu-callout-image-btn,
      .page-header-cta .page-header-image-btn {
        margin-right: 0;
        margin-left: 0; } }
  @media screen and (max-width: 772px) {
    .pxu-callout .pxu-callout-actions,
    .page-header-cta {
      width: 100%; }
      .pxu-callout .pxu-callout-actions input,
      .page-header-cta input {
        margin-top: 10px;
        margin-left: 0;
        width: 100%; }
        .pxu-callout .pxu-callout-actions input:first-child,
        .page-header-cta input:first-child {
          margin-top: 0; } }

.pxu-callouts .pxu-callout {
  margin-bottom: 20px; }

.page-404 .page-header, .page-404 .edd-checkout .entry-header, .edd-checkout .page-404 .entry-header {
  margin-top: 28px; }
  @media screen and (min-width: 769px) {
    .page-404 .page-header, .page-404 .edd-checkout .entry-header, .edd-checkout .page-404 .entry-header {
      margin-top: 28px; } }
  @media screen and (min-width: 1141px) {
    .page-404 .page-header, .page-404 .edd-checkout .entry-header, .edd-checkout .page-404 .entry-header {
      margin-top: 28px; } }

.page-404-image {
  display: block;
  margin: 28px auto 0; }
  @media screen and (min-width: 769px) {
    .page-404-image {
      margin-top: 72px; } }
  @media screen and (min-width: 1141px) {
    .page-404-image {
      margin-top: 96px; } }

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

#affwp-register-form fieldset {
  font-size: 0; }

#affwp-register-form input[type="text"],
#affwp-register-form input[type="email"],
#affwp-register-form textarea {
  margin-top: 0;
  margin-bottom: 0; }

#affwp-register-form p {
  margin-top: 0;
  margin-bottom: 40px; }
  #affwp-register-form p:first-of-type {
    margin-top: 0; }
  #affwp-register-form p:first-of-type, #affwp-register-form p:nth-of-type(2), #affwp-register-form p:nth-of-type(3), #affwp-register-form p:nth-of-type(4) {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box; }
  #affwp-register-form p:first-of-type, #affwp-register-form p:nth-of-type(3) {
    padding-right: 16px; }
  #affwp-register-form p:nth-of-type(2), #affwp-register-form p:nth-of-type(4) {
    padding-left: 16px; }

#affwp-register-form label.affwp-tos a {
  color: #121C36 !important;
  font-size: 18px;
  border-bottom: none; }

.apps-listing-group {
  max-width: 1140px;
  margin: 0 auto;
  font-size: 0; }

.app-listing {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 92px 1fr;
      grid-template-columns: 92px 1fr;
  width: calc(50% - 30px);
  margin-bottom: 80px;
  font-size: 20px;
  box-sizing: border-box; }
  .app-listing:nth-of-type(2n + 1) {
    margin-right: 30px; }
  .app-listing:nth-of-type(2n + 2) {
    margin-left: 30px; }
  @media screen and (max-width: 1024px) and (min-width: 721px) {
    .app-listing {
      display: inline-block;
      vertical-align: top; }
      .app-listing .listing-icon-logo-wrapper {
        margin-bottom: 10px; } }
  @media screen and (max-width: 720px) {
    .app-listing {
      width: 100%;
      margin-bottom: 60px; }
      .app-listing:nth-of-type(2n + 1) {
        margin-right: 0; }
      .app-listing:nth-of-type(2n + 2) {
        margin-left: 0; } }
  @media screen and (max-width: 375px) {
    .app-listing {
      display: inline-block;
      vertical-align: top; }
      .app-listing .listing-icon-logo-wrapper {
        margin-bottom: 10px; } }

.listing-icon-logo-wrapper img {
  width: 72px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 1px 4px rgba(17, 35, 56, 0.05), 0 5px 8px rgba(17, 35, 56, 0.02), 0 10px 16px rgba(17, 35, 56, 0.04), 0 28px 32px rgba(17, 35, 56, 0.03); }
  @media screen and (max-width: 860px) {
    .listing-icon-logo-wrapper img {
      width: 64px;
      height: auto; } }

.app-listing-category {
  margin-bottom: 5px; }

.app-listing-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em; }

.app-listing-description {
  margin-top: calc(20px/2);
  margin-bottom: 12px; }

.app-listing-description a {
  color: #2858D1; }

@media screen and (max-width: 480px) {
  .app-listing-description + .btn-link {
    font-size: 18px; } }

.blog-excerpt {
  position: relative; }

.blog-excerpt-body {
  position: relative;
  padding: 20px 0 10px; }
  @media screen and (min-width: 769px) {
    .blog-excerpt-body {
      padding: 30px 0 0; } }

.blog-excerpt-title {
  display: block;
  font-size: 24px;
  font-weight: 400; }
  @media screen and (min-width: 769px) {
    .blog-excerpt-title {
      margin-top: 0; } }
  .blog-excerpt-title a {
    color: inherit; }

.blog-excerpt-date {
  display: block;
  margin-bottom: 10px; }
  .blog-excerpt-date a {
    color: #8A91A1; }

.blog-excerpt-image {
  display: block;
  overflow: hidden;
  padding-bottom: 56%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 5px; }

.blog-excerpt-regular {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px; }
  @media screen and (min-width: 769px) {
    .blog-excerpt-regular {
      height: 100%;
      margin-bottom: 100px; } }

.blog-excerpt-link {
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .blog-excerpt-link {
      font-size: 17px; } }

.blog-index .blog-index-group {
  display: block;
  grid-auto-rows: auto; }
  @media screen and (min-width: 481px) {
    .blog-index .blog-index-group {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
      column-gap: 40px; } }
  @media screen and (min-width: 1141px) {
    .blog-index .blog-index-group {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr;
      column-gap: 60px; } }

.blog-index-placeholder {
  background-color: transparent; }

.blog-navigation {
  margin-bottom: 100px;
  padding-top: 20px;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .blog-navigation {
      padding-top: 30px; } }

.blog-navigation-item {
  color: #8A91A1; }

.blog-navigation-icon {
  display: inline-block;
  margin: 0px 20px 3.5px;
  width: 29px;
  height: 21px;
  vertical-align: middle;
  fill: rgba(18, 28, 54, 0.2); }
  .blog-navigation-prev .blog-navigation-icon {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  a .blog-navigation-icon {
    fill: #2858D1; }

/*
 * Blog Categories List
 */
.blog .page-header, .blog .edd-checkout .entry-header, .edd-checkout .blog .entry-header,
.archive .page-header,
.archive .edd-checkout .entry-header,
.edd-checkout .archive .entry-header {
  margin-bottom: 30px; }

.blog-categories-list {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #E1E5EB; }
  @media screen and (max-width: 768px) {
    .blog-categories-list {
      flex-wrap: wrap;
      margin-top: 40px;
      margin-bottom: 40px; } }

.blog-category {
  position: relative;
  margin-right: 40px;
  padding-top: 20px; }
  .blog-category a {
    font-weight: normal; }
  .blog-category:last-of-type {
    margin-right: 0; }
  .blog-category.current-category a {
    color: #2858D1; }
  @media screen and (min-width: 769px) {
    .blog-category {
      padding-top: 20px; }
      .blog-category.current-category:before {
        position: absolute;
        top: -1px;
        width: 100%;
        border-top: 1px solid #2858D1;
        content: ''; } }

.single-post .page-header-title, .single-post .edd-checkout .entry-title, .edd-checkout .single-post .entry-title {
  font-size: 55px;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .single-post .page-header-title, .single-post .edd-checkout .entry-title, .edd-checkout .single-post .entry-title {
      font-size: 50px; } }
  @media screen and (max-width: 480px) {
    .single-post .page-header-title, .single-post .edd-checkout .entry-title, .edd-checkout .single-post .entry-title {
      font-size: 40px; } }

.single-post .page-header-image {
  border-radius: 10px; }


.pxu-intro {
  margin-bottom: 56px;
  font-size: 30px; }
  @media screen and (max-width: 1024px) {
    
    .pxu-intro {
      margin-bottom: 48px;
      font-size: 26px; } }
  @media screen and (max-width: 480px) {
    
    .pxu-intro {
      font-size: 23px; } }

.entry-share {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media screen and (max-width: 480px) {
    .entry-share {
      margin-top: 60px;
      margin-bottom: 60px; } }

.entry-tags {
  margin-top: 110px;
  margin-bottom: 20px;
  text-align: center; }
  .entry-tags a {
    height: 40px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding-top: 12px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 16px;
    color: #2858D1; }
    .entry-tags a:hover {
      background: transparent; }
    .entry-tags a ~ a {
      margin-left: 5px; }

.tags-wrapper {
  display: inline-block; }

.entry-comments {
  margin: 130px auto; }

.share-icons-wrapper {
  display: inline-block; }

.share-service {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: middle; }
  .share-service .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .share-service a {
    display: block;
    width: 100%;
    height: 100%; }

.entry-share {
  display: block;
  text-align: center; }

.toc {
  flex-direction: column;
  padding: 60px 40px;
  background-color: #F2F3F5;
  text-align: center;
  border-radius: 10px;
  display: none;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left; }
  .toc.visible {
    display: flex;
    align-items: flex-start;
    flex-direction: column; }

.toc-title {
  margin-top: 0;
  margin-bottom: 8px;
  line-height: normal;
  display: block;
  margin: 0 0 10px; }

.toc-item {
  margin-top: 4px;
  margin-bottom: 4px; }
  .toc-item:after {
    content: "";
    display: block; }

.toc-depth-2 {
  margin-left: 15px;
  font-size: 0.9em; }

.toc-depth-3 {
  margin-left: 30px;
  font-size: 0.8em; }

.toc-depth-4 {
  margin-left: 45px;
  font-size: 0.7em; }

.toc-depth-5 {
  margin-left: 60px;
  font-size: 0.7em; }

.toc-depth-6 {
  margin-left: 75px;
  font-size: 0.7em; }

[data-toc-item] {
  display: block; }

.toc-top {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -ms-transform: translateY(20%);
      transform: translateY(20%);
  transition: opacity 500ms cubic-bezier(0.77, 0.02, 0.125, 0.99), transform 500ms cubic-bezier(0.77, 0.02, 0.125, 0.99); }
  .toc-top.animating, .toc-top.visible {
    display: block; }
  .toc-top.animating {
    opacity: 0; }
  .toc-top.visible {
    opacity: 1;
    -ms-transform: translateY(0);
        transform: translateY(0); }

.page-template-application-form .gfield {
  margin-bottom: 20px; }

.page-template-application-form .gform_wrapper .gform_body textarea.medium {
  width: 100%; }

.page-template-application-form .gform_button_select_files {
  padding: 10px 14px; }

@media screen and (min-width: 1025px) {
  .page-template-application-form .gform_body .gform_fields .text-custom .ginput_container {
    width: 75%; } }

.page-template-application-form .site-main .gform_wrapper .gform_footer {
  margin: 4.77vw 0; }

.career:last-of-type {
  margin-bottom: 13%; }

.career-header {
  position: relative;
  z-index: 1;
  text-align: center; }

.career-title {
  margin: 7% 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1;
  color: #2858D1; }
  .career-selected .career-title {
    color: #2858D1; }
  .career-title a {
    color: inherit; }
    .career-title a:hover {
      opacity: inherit; }

.career-details {
  position: relative;
  z-index: 0;
  display: none;
  padding: 10%;
  margin-top: -12.25%;
  background: #F2F3F5; }
  @media screen and (min-width: 481px) {
    .career-details {
      margin-top: -10.25%; } }
  @media screen and (min-width: 1025px) {
    .career-details {
      margin-top: -9.25%; } }
  .career-selected .career-details {
    display: block; }

.career-close {
  position: absolute;
  top: 50px;
  right: 55px;
  width: 19px;
  height: 19px;
  color: #2858D1;
  cursor: pointer; }
  @media screen and (max-width: 1024px) {
    .career-close {
      top: 20px;
      right: 25px; } }
  @media screen and (max-width: 768px) {
    .career-close {
      display: none; } }

.page-template-careers .newentry-content .content-cta-title {
  font-size: 32px; }

.additional-case-studies-wrapper {
  padding: 10px 0 80px;
  font-size: 0;
  background-color: #F2F3F5; }

.additional-case-studies {
  max-width: 920px;
  width: 90%; }

.additional-case-studies-header {
  text-align: center;
  margin-bottom: 47px; }
  .additional-case-studies-header h1 {
    font-size: 24px;
    font-weight: 700; }

.additional-case-study {
  position: relative;
  display: block;
  width: 100%;
  height: 194px;
  padding: 32px;
  margin-bottom: 20px;
  cursor: pointer; }
  @media screen and (min-width: 769px) {
    .additional-case-study {
      display: inline-block;
      width: calc(50% - 10px);
      margin-bottom: 0; }
      .additional-case-study:last-child {
        margin-left: 20px; } }
  .additional-case-study .case-study-link {
    z-index: 1; }
  .additional-case-study .case-study-listing-info {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center; }
    .additional-case-study .case-study-listing-info .btn, .additional-case-study .case-study-listing-info .gform_button, .additional-case-study .case-study-listing-info #affwp-register-form input[type="submit"], #affwp-register-form .additional-case-study .case-study-listing-info input[type="submit"], .additional-case-study .case-study-listing-info .entry-tags a, .entry-tags .additional-case-study .case-study-listing-info a, .additional-case-study .case-study-listing-info .page-template-application-form .gform_button_select_files, .page-template-application-form .additional-case-study .case-study-listing-info .gform_button_select_files, .additional-case-study .case-study-listing-info .edd-submit, .additional-case-study .case-study-listing-info #edd_purchase_receipt_products .edd_download_file_link, #edd_purchase_receipt_products .additional-case-study .case-study-listing-info .edd_download_file_link {
      position: static; }
  .additional-case-study .partner-icon-logo-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 65%;
    height: auto;
    -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); }
  .additional-case-study .partner-icon-logo {
    width: 100%;
    height: auto;
    fill: #fff; }

.featured-case-study {
  position: relative;
  max-height: none;
  padding: 40px 40px 0;
  overflow: hidden;
  text-align: center;
  background: #F2F3F5; }
  .featured-case-study .case-studies-listing-group {
    padding-bottom: 80px; }
  .featured-case-study .case-study-listing-info {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center; }
  .featured-case-study .case-study-listing-btn {
    position: static;
    margin-bottom: 20px; }
  .featured-case-study .case-study-listing-title {
    margin: 0;
    font-size: 32px;
    color: #fff; }
  .featured-case-study .case-study-listing-title-link {
    color: #fff; }
  .featured-case-study .case-study-listing-description {
    max-width: 600px;
    margin: 30px auto 30px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3em;
    color: #fff; }
  .featured-case-study .case-study-listing-highlight {
    position: relative;
    top: 25px;
    display: table-cell;
    vertical-align: bottom; }
    .featured-case-study .case-study-listing-highlight .screenshot {
      max-height: 51vw; }
    .featured-case-study .case-study-listing-highlight .screenshot-image {
      width: 100%;
      margin: 0; }

.hero-case-studies .hero-header {
  padding-bottom: 110px;
  text-align: center; }

.hero-case-studies h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1em; }

.hero-case-studies .section-subtitle {
  font-size: 28px;
  line-height: 1.4em; }

.case-studies-listing-group {
  padding-bottom: 80px; }

.case-study-listing {
  position: relative;
  padding: 20px 20px 0;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
  background: #F2F3F5; }
  @media screen and (min-width: 769px) {
    .case-study-listing {
      padding: 30px 30px 0;
      margin-bottom: 50px; } }
  .case-study-listing .partner-icon-logo-wrapper {
    position: relative;
    display: inline-block;
    height: 30px; }
  @media screen and (min-width: 1025px) {
    .case-study-listing:not(.case-study-listing-small) {
      max-height: 412px;
      padding: 60px 60px 0; } }
  @media screen and (min-width: 1025px) {
    .case-study-listing:not(.case-study-listing-small) .partner-icon-logo-wrapper {
      height: 37px;
      margin-top: 12px; } }
  .case-study-listing:last-child {
    margin-bottom: 0; }
  .case-study-listing .partner-icon-logo {
    width: auto;
    height: 100%;
    fill: #fff; }

.case-study-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.case-study-listing-info {
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .case-study-listing:not(.case-study-listing-small) .case-study-listing-info {
      display: table-cell;
      width: 50%;
      padding: 0 60px 60px 0;
      text-align: left;
      vertical-align: top; } }
  @media screen and (max-width: 1160px) and (min-width: 1025px) {
    .case-study-listing:not(.case-study-listing-small) .case-study-listing-info {
      padding-right: 2vw; } }

.case-study-listing-btn {
  margin-bottom: 20px; }
  @media screen and (min-width: 1025px) {
    .case-study-listing:not(.case-study-listing-small) .case-study-listing-btn {
      position: absolute;
      bottom: 60px;
      margin-bottom: 0; } }

.case-study-listing-title {
  margin: 0; }
  @media screen and (max-width: 768px) {
    .case-study-listing-title {
      font-size: 32px; } }
  @media screen and (max-width: 480px) {
    .case-study-listing-title {
      font-size: 28px; } }

.case-study-listing-title-link {
  color: #fff; }

.case-study-listing-description {
  max-width: 600px;
  margin: 30px auto;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
  color: #fff; }
  @media screen and (min-width: 1025px) {
    .case-study-listing:not(.case-study-listing-small) .case-study-listing-description {
      margin-bottom: 80px; } }

.case-study-listing-highlight {
  position: relative;
  display: table-cell;
  vertical-align: bottom; }
  .case-study-listing-highlight .screenshot-image {
    width: 100%; }
    @media screen and (min-width: 1025px) {
      .case-study-listing:not(.case-study-listing-small) .case-study-listing-highlight .screenshot-image {
        width: 110%;
        margin-top: -5%;
        margin-left: -5%; } }
  .case-study-listing-highlight .screenshot {
    max-height: 51vw; }
    @media screen and (min-width: 1025px) {
      .case-study-listing:not(.case-study-listing-small) .case-study-listing-highlight .screenshot {
        max-height: 32.5vw; } }

.case-study-header-wrapper {
  text-align: center; }

.case-study-header {
  display: inline-block; }

.case-study .page-header, .case-study .edd-checkout .entry-header, .edd-checkout .case-study .entry-header {
  margin-bottom: -14.5vw; }
  @media screen and (min-width: 1141px) {
    .case-study .page-header, .case-study .edd-checkout .entry-header, .edd-checkout .case-study .entry-header {
      margin-bottom: -160px; } }

.case-study .page-header-title, .case-study .edd-checkout .entry-title, .edd-checkout .case-study .entry-title {
  color: white; }

.case-study-content {
  margin-top: calc(40px + 14.5vw); }
  @media screen and (min-width: 1141px) {
    .case-study-content {
      margin-top: 320px; } }

.checkout-sidebar {
  vertical-align: top;
  padding: 25px 5%; }
  @media screen and (min-width: 1025px) {
    .checkout-sidebar {
      display: table-cell;
      padding: 275px 5%;
      max-width: 450px;
      width: 35%; } }
  .checkout-sidebar.empty {
    display: none; }

.edd-checkout .site-wrapper {
  background-color: #fff; }

#edd_checkout_wrap .edd-payment-icons {
  display: flex;
  align-items: center;
  margin-left: 10px; }
  #edd_checkout_wrap .edd-payment-icons .payment-icon {
    position: static;
    display: inline;
    max-height: 32px;
    min-width: 0;
    margin: 0;
    -ms-transform: none;
        transform: none; }

#edd_checkout_wrap fieldset {
  min-width: 0;
  position: relative;
  padding: 0;
  margin: 72px 0;
  border: 0; }
  #edd_checkout_wrap fieldset > p {
    margin-top: 25px;
    margin-bottom: 25px; }
  @media screen and (max-width: 480px) {
    #edd_checkout_wrap fieldset {
      margin: 50px 0; } }

#edd_checkout_wrap legend + p,
#edd_checkout_wrap legend + .edd-checkout-two-up {
  margin-top: 0; }

#edd_checkout_wrap legend,
#edd_checkout_wrap .edd-payment-mode-label {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    #edd_checkout_wrap legend,
    #edd_checkout_wrap .edd-payment-mode-label {
      margin-bottom: 25px; } }

#edd_checkout_wrap #edd_payment_mode_select legend {
  position: relative; }

#edd_checkout_wrap .edd-input,
#edd_checkout_wrap .edd-select {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0; }
  #edd_checkout_wrap .edd-input::-webkit-input-placeholder,
  #edd_checkout_wrap .edd-select::-webkit-input-placeholder {
    color: transparent; }
  #edd_checkout_wrap .edd-input:-ms-input-placeholder,
  #edd_checkout_wrap .edd-select:-ms-input-placeholder {
    color: transparent; }
  #edd_checkout_wrap .edd-input::placeholder,
  #edd_checkout_wrap .edd-select::placeholder {
    color: transparent; }

#edd_checkout_wrap .edd-description,
#edd_checkout_wrap .edd-required-indicator {
  display: none; }

#edd_checkout_wrap .edd-gateway-option {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }

#edd_checkout_wrap .edd-checkout-two-up {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 25px; }
  #edd_checkout_wrap .edd-checkout-two-up > p {
    width: calc(50% - 0.8em);
    margin-top: 0;
    margin-bottom: 0; }
    #edd_checkout_wrap .edd-checkout-two-up > p:first-child {
      margin-right: 0.8em; }
    #edd_checkout_wrap .edd-checkout-two-up > p:first-child {
      margin-right: 0.8em; }
  @media screen and (max-width: 480px) {
    #edd_checkout_wrap .edd-checkout-two-up {
      flex-direction: column; }
      #edd_checkout_wrap .edd-checkout-two-up > p {
        width: 100%; }
        #edd_checkout_wrap .edd-checkout-two-up > p:first-child {
          margin-right: 0;
          margin-bottom: 25px; }
        #edd_checkout_wrap .edd-checkout-two-up > p:last-child {
          margin-left: 0; } }

#edd_checkout_wrap .select-container {
  clear: both; }
  #edd_checkout_wrap .select-container .exp-divider {
    display: none; }
  #edd_checkout_wrap .select-container .edd-select {
    width: calc(50% - 6px); }
    #edd_checkout_wrap .select-container .edd-select.card-expiry-month {
      margin-right: 6px; }
    #edd_checkout_wrap .select-container .edd-select.card-expiry-year {
      margin-left: 6px; }

#edd_checkout_wrap .edd-stripe-card-radio-item {
  padding-left: 0;
  height: 50px;
  box-sizing: border-box; }
  #edd_checkout_wrap .edd-stripe-card-radio-item label {
    display: flex;
    align-items: center; }
  #edd_checkout_wrap .edd-stripe-card-radio-item.selected {
    background: none;
    border: none; }

#edd_checkout_wrap label[for="edd-stripe-update-billing-address"] {
  display: flex;
  align-items: center; }

#edd_checkout_wrap #edd_cc_address .edd-checkout-two-up:last-child {
  margin-bottom: 0; }

#edd_checkout_wrap #edd-privacy-policy-agreement::after {
  top: 100%;
  height: 1px; }

#edd_checkout_wrap #edd-privacy-policy-agreement input {
  margin-right: 5px; }

#edd_checkout_wrap #edd-privacy-policy-agreement label {
  display: flex;
  align-items: center;
  margin-bottom: 0; }
  #edd_checkout_wrap #edd-privacy-policy-agreement label a {
    color: #121C36;
    border-bottom: 1px solid #121C36; }
  @media screen and (max-width: 480px) {
    #edd_checkout_wrap #edd-privacy-policy-agreement label .icon-checkbox {
      align-self: baseline; } }

#edd_checkout_wrap #edd_purchase_submit {
  padding-top: 0; }
  #edd_checkout_wrap #edd_purchase_submit #edd_final_total_wrap {
    line-height: normal;
    margin: 0 0 30px; }
    #edd_checkout_wrap #edd_purchase_submit #edd_final_total_wrap .edd_cart_amount {
      color: #2858D1; }
  #edd_checkout_wrap #edd_purchase_submit .edd-checkout-message {
    margin-top: 0;
    margin-bottom: 40px;
    color: #8A91A1; }
  #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button {
    max-width: 205px; }
  @media screen and (max-width: 768px) {
    #edd_checkout_wrap #edd_purchase_submit {
      margin-bottom: 0;
      text-align: center; } }

#edd_checkout_wrap #edd-stripe-payment-errors + #edd_purchase_submit {
  margin-top: 20px; }

#edd_checkout_wrap .pxu-callout-title {
  margin-top: 0; }

#edd_checkout_cart_wrap {
  padding: 40px;
  border-radius: 10px;
  box-shadow: none; }
  @media screen and (max-width: 768px) {
    #edd_checkout_cart_wrap {
      padding: 30px; } }

#edd_checkout_cart {
  width: 100%; }
  #edd_checkout_cart td,
  #edd_checkout_cart th {
    text-align: left; }
  #edd_checkout_cart .edd_cart_item_info {
    display: flex;
    align-items: center; }
    #edd_checkout_cart .edd_cart_item_info .screenshot-large {
      width: 58px;
      margin-right: 20px;
      border: none; }
      #edd_checkout_cart .edd_cart_item_info .screenshot-large .screenshot-image {
        margin-top: 0;
        margin-bottom: 0;
        box-shadow: 1px 1px 10px -3px #8A91A1; }
    #edd_checkout_cart .edd_cart_item_info .edd_cart_item_text {
      display: flex;
      flex-direction: column; }
  #edd_checkout_cart .edd_cart_remove_item_btn {
    color: #8A91A1; }
  #edd_checkout_cart .edd_cart_item {
    border-top: 1px solid #E1E5EB;
    border-bottom: 1px solid #E1E5EB; }
    #edd_checkout_cart .edd_cart_item td {
      padding-top: 30px;
      padding-bottom: 30px;
      color: #121C36; }
      #edd_checkout_cart .edd_cart_item td.edd_cart_item_info {
        width: 80%; }
      #edd_checkout_cart .edd_cart_item td.edd_cart_item_price {
        width: 20%;
        text-align: right; }
  #edd_checkout_cart .edd_cart_header_row th {
    padding-top: 0;
    padding-bottom: 23px; }
    @media screen and (max-width: 480px) {
      #edd_checkout_cart .edd_cart_header_row th {
        padding-bottom: 10px; } }
  #edd_checkout_cart .edd_cart_footer_row th {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: calc(100% - 223px);
    text-align: left; }
    @media screen and (max-width: 768px) {
      #edd_checkout_cart .edd_cart_footer_row th {
        padding-left: 78px; }
        #edd_checkout_cart .edd_cart_footer_row th > span {
          float: right; } }
    @media screen and (min-width: 769px) {
      #edd_checkout_cart .edd_cart_footer_row th span {
        float: right; } }
  #edd_checkout_cart .edd_cart_footer_row:first-of-type th {
    padding-top: 30px; }
  #edd_checkout_cart th.edd_cart_total {
    position: relative;
    width: 223px;
    font-weight: 500; }
    #edd_checkout_cart th.edd_cart_total .edd_cart_amount {
      color: #2858D1; }

#edd_checkout_form_wrap {
  position: relative; }

#edd_discount_code {
  padding: 0;
  border: 0; }
  @media screen and (min-width: 769px) {
    #edd_discount_code {
      position: absolute;
      top: -165px;
      left: 30px;
      max-width: 375px; } }
  @media screen and (max-width: 768px) {
    #edd_discount_code {
      margin-top: 20px; }
      #edd_discount_code #edd_show_discount {
        text-align: right; } }
  #edd_discount_code::after {
    display: none; }
  #edd_discount_code p {
    margin-top: 0; }
  #edd_discount_code .edd-label {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px; }

.edd_discount_link {
  display: block; }

.edd-select-small {
  display: inline-block;
  width: auto;
  min-width: 100px; }

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell; }

#edd-payment-mode-wrap {
  margin: 0; }

#edd_purchase_submit .edd_errors {
  margin: 0;
  padding-bottom: 30px; }

.edd_secure_site_wrapper {
  color: #12B463; }
  .edd_secure_site_wrapper .padlock {
    position: relative;
    top: 4px;
    margin-right: 10px; }
    .edd_secure_site_wrapper .padlock svg {
      width: 20px;
      height: 20px; }

.edd-label[for="card_name"], .edd-label[for="card_number"], .edd-label[for="card_address_2"] {
  text-transform: lowercase; }
  .edd-label[for="card_name"]::first-letter, .edd-label[for="card_number"]::first-letter, .edd-label[for="card_address_2"]::first-letter {
    text-transform: uppercase; }

#edd_cc_fields > legend {
  text-transform: lowercase; }
  #edd_cc_fields > legend::first-letter {
    text-transform: uppercase; }

.page.page-purchase-confirmation {
  padding-bottom: 0;
  margin-top: 50px; }

.purchase-confirmation-header {
  width: 750px; }

.purchase-confirmation-content {
  display: flex;
  flex-direction: column;
  margin-top: 50px; }
  .purchase-confirmation-content .receipt-table-wrap thead {
    display: none; }
  .purchase-confirmation-content .receipt-table-wrap:first-child {
    order: 2; }
  .purchase-confirmation-content .receipt-table-wrap:last-child {
    order: 1; }
  .purchase-confirmation-content .receipt-table-wrap .edd_purchase_receipt_product_name {
    font-weight: 700;
    text-align: left; }
  .purchase-confirmation-content .receipt-table-wrap .edd_purchase_receipt_files {
    text-align: left; }

.edd-success th,
.edd-success td,
.edd-failed-transaction th,
.edd-failed-transaction td,
.edd-purchase-history th,
.edd-purchase-history td {
  padding: 8px 0; }

.edd-success h3,
.edd-failed-transaction h3,
.edd-purchase-history h3 {
  display: none; }

#edd_purchase_receipt {
  width: 100%; }
  #edd_purchase_receipt th {
    text-align: left;
    padding-top: 20px;
    border-bottom: 1px solid #E1E5EB; }
  #edd_purchase_receipt td:last-child {
    text-align: right; }

#edd_purchase_receipt_products {
  width: 100%;
  margin-bottom: 50px; }
  #edd_purchase_receipt_products .screenshot {
    max-width: 48px;
    float: left;
    margin-right: 17px; }
  #edd_purchase_receipt_products .screenshot-large {
    border: none; }
  #edd_purchase_receipt_products .screenshot-image {
    margin-top: 0;
    margin-bottom: 0; }
  #edd_purchase_receipt_products td {
    padding: 30px 0;
    border-top: 1px solid #E1E5EB;
    border-bottom: 1px solid #E1E5EB;
    border-collapse: collapse; }
  #edd_purchase_receipt_products .download-container {
    position: relative;
    padding: 20px;
    margin-right: -25%;
    margin-top: 28px;
    min-height: 82px; }
  @media screen and (min-width: 769px) {
    #edd_purchase_receipt_products .edd_purchase_receipt_product_notes {
      padding-right: 240px; } }
  #edd_purchase_receipt_products .edd_purchase_receipt_product_notes p {
    font-style: normal;
    margin: 0 0 1em; }
  #edd_purchase_receipt_products .edd_purchase_receipt_files {
    margin: 0;
    padding: 0; }
  #edd_purchase_receipt_products .edd_download_file {
    position: relative;
    list-style: none; }
  #edd_purchase_receipt_products .download-file-name {
    display: inline-block; }
  @media screen and (max-width: 768px) {
    #edd_purchase_receipt_products .edd_download_file_link {
      display: block;
      clear: left;
      float: left;
      margin-top: 20px; } }
  @media screen and (min-width: 769px) {
    #edd_purchase_receipt_products .edd_download_file_link {
      position: absolute;
      top: 0;
      right: 0; } }

/* Site footer menus & newsletter */
.site-footer {
  width: 100%;
  margin-top: 90px; }

.site-footer-wrap {
  width: 100%;
  padding: 80px 0;
  border-top: 1px solid #E1E5EB; }
  @media screen and (max-width: 1024px) {
    .site-footer-wrap {
      padding: 0; } }

.site-footer-menus {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    .site-footer-menus {
      flex-direction: column;
      padding-left: 0;
      padding-right: 0; } }

.site-footer-menu {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    .site-footer-menu {
      order: 2;
      padding: 60px 40px;
      border-top: 1px solid #E1E5EB; } }
  @media screen and (max-width: 768px) {
    .site-footer-menu {
      flex-direction: column;
      padding: 40px 30px; } }
  @media screen and (max-width: 480px) {
    .site-footer-menu {
      padding-right: 20px;
      padding-left: 20px; } }

.site-footer-menu-item {
  margin-top: 15px;
  list-style: none; }
  .site-footer-menu-item > a {
    font-size: 16px;
    color: inherit;
    border-bottom: none; }
  .site-footer-menu-item.site-footer-menu-item-parent {
    display: block;
    flex-basis: 30%;
    margin-top: 0;
    list-style: none;
    background: none; }
    .site-footer-menu-item.site-footer-menu-item-parent > a {
      margin: 0;
      border-bottom: 0; }
      .site-footer-menu-item.site-footer-menu-item-parent > a:hover {
        color: #121C36; }
    @media screen and (max-width: 768px) {
      .site-footer-menu-item.site-footer-menu-item-parent {
        margin-bottom: 30px; }
        .site-footer-menu-item.site-footer-menu-item-parent > a {
          position: relative;
          display: block;
          width: 100%; }
          .site-footer-menu-item.site-footer-menu-item-parent > a::after {
            position: absolute;
            right: 0;
            width: 18px;
            height: 18px;
            background-image: url(images/close-icon.svg);
            background-repeat: no-repeat;
            background-size: 18px 18px;
            -ms-transform: rotate(0);
                transform: rotate(0);
            transition: transform 0.2s ease;
            content: ""; }
          .site-footer-menu-item.site-footer-menu-item-parent > a.is-open::after {
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
        .site-footer-menu-item.site-footer-menu-item-parent:last-child {
          margin-bottom: 0; } }

.site-footer-submenu {
  padding-left: 0;
  overflow-y: hidden; }
  @media screen and (max-width: 768px) {
    .site-footer-submenu {
      display: none; }
      .site-footer-submenu.animating, .site-footer-submenu.visible {
        display: block; }
      .site-footer-submenu.animating-in, .site-footer-submenu.animating-out {
        max-height: 0;
        opacity: 0;
        transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
      .site-footer-submenu.visible {
        margin: 0;
        max-height: 200px;
        opacity: 1; } }

.site-footer-newsletter {
  width: 25%;
  padding-right: 0; }
  @media screen and (max-width: 1024px) {
    .site-footer-newsletter {
      order: 1;
      width: 100%;
      padding: 60px 40px;
      margin: 0 auto;
      text-align: center;
      box-sizing: border-box; } }
  @media screen and (max-width: 768px) {
    .site-footer-newsletter {
      padding: 40px 30px; } }
  @media screen and (max-width: 480px) {
    .site-footer-newsletter {
      padding-right: 20px;
      padding-left: 20px; } }

.site-footer-newsletter-title {
  margin: 0;
  line-height: 1.8; }

.site-footer-newsletter-body {
  margin: 13px 0 20px 0;
  font-size: 16px; }
  @media screen and (max-width: 1024px) {
    .site-footer-newsletter-body {
      margin-top: 15px; } }

.site-footer-newsletter form {
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 1024px) and (min-width: 481px) {
    .site-footer-newsletter form {
      max-width: 310px;
      margin-right: auto;
      margin-left: auto; } }

input[type="email"].site-footer-newsletter-email {
  display: flex;
  flex-direction: column;
  height: 48px;
  margin-right: 10px;
  margin-bottom: 0;
  width: calc(100% - 85px);
  font-size: 16px; }

.site-footer-newsletter-button {
  display: flex;
  flex-direction: column;
  width: 75px;
  height: 48px;
  line-height: 48px;
  align-items: center;
  justify-content: center;
  font-size: 16px; }

/* Site footer tiny info & social */
.site-footer-tiny-wrap {
  padding: 60px 0;
  border-top: 1px solid #E1E5EB; }
  @media screen and (max-width: 1024px) {
    .site-footer-tiny-wrap {
      padding: 40px 0; } }
  @media screen and (max-width: 480px) {
    .site-footer-tiny-wrap {
      padding: 30px 0; } }

.site-footer-tiny {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    .site-footer-tiny {
      flex-direction: column; } }

.site-footer-tiny-text {
  display: inline-block;
  width: calc(100% - 200px);
  margin-top: 0;
  letter-spacing: normal; }
  @media screen and (min-width: 1025px) {
    .site-footer-tiny-text {
      margin-bottom: 0; } }
  @media screen and (max-width: 1024px) {
    .site-footer-tiny-text {
      width: 100%;
      text-align: center; } }

.site-footer-social {
  display: inline-flex;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }
  @media screen and (max-width: 1024px) {
    .site-footer-social {
      justify-content: center;
      margin-top: 8px; } }

.site-footer-social-item {
  display: flex;
  flex-direction: column;
  width: 20px;
  margin-right: 20px;
  line-height: 20px; }
  .site-footer-social-item:last-child {
    margin-right: 0px; }
  .site-footer-social-item a {
    display: inline-block;
    width: 20px;
    height: 20px; }
    .site-footer-social-item a svg {
      width: 24px;
      height: 24px;
      fill: #8A91A1; }

.header-top {
  position: absolute;
  top: 20px;
  z-index: 100;
  width: 100%;
  height: 75px;
  background-color: #fff; }
  .header-top-fixed.sticky {
    box-shadow: 0 0 8px 0 rgba(17, 35, 56, 0.18);
    position: fixed;
    top: 0;
    transition: none; }
  @media screen and (max-width: 1140px) and (min-width: 861px) {
    .header-top {
      height: 72px; } }
  @media screen and (max-width: 860px) {
    .header-top {
      top: 12px;
      min-height: 66px;
      height: auto; } }
  @media screen and (max-width: 480px) {
    .header-top {
      top: 8px;
      min-height: 62px; } }

.hero {
  padding-top: 6vw; }
  @media screen and (max-width: 1024px) {
    .hero {
      padding-top: 60px; } }
  .home .hero {
    position: relative;
    z-index: 0;
    color: #fff; }
    @media screen and (min-width: 1025px) {
      .home .hero {
        white-space: nowrap; } }
  @media screen and (max-width: 480px) {
    .hero .btn, .hero .gform_button, .hero #affwp-register-form input[type="submit"], #affwp-register-form .hero input[type="submit"], .hero .entry-tags a, .entry-tags .hero a, .hero .page-template-application-form .gform_button_select_files, .page-template-application-form .hero .gform_button_select_files, .hero .edd-submit, .hero #edd_purchase_receipt_products .edd_download_file_link, #edd_purchase_receipt_products .hero .edd_download_file_link {
      font-size: 18px;
      margin: 0 auto; } }

.hero-header {
  padding-top: 10.2vw;
  padding-bottom: 16vw;
  position: relative;
  z-index: 3; }
  @media screen and (min-width: 481px) {
    .hero-header {
      padding-top: 10.2vw;
      padding-bottom: 15vw; } }
  @media screen and (min-width: 769px) {
    .hero-header {
      padding-top: 9.2vw;
      padding-bottom: 12vw; } }
  @media screen and (min-width: 1025px) {
    .hero-header {
      padding-top: 8.4vw;
      padding-bottom: 10vw; } }
  @media screen and (min-width: 1301px) {
    .hero-header {
      padding-top: 7vw;
      padding-bottom: 9.8vw; } }
  @media screen and (min-width: 1141px) {
    .hero-header {
      padding-top: 6.1vw;
      padding-bottom: 9.4vw; } }
  @media screen and (min-width: 1601px) {
    .hero-header {
      padding-top: 5.3vw;
      padding-bottom: 8.9vw; } }
  @media screen and (max-width: 1024px) {
    .hero-header {
      text-align: center;
      max-width: 90vw;
      margin-left: auto;
      margin-right: auto; } }
  .hero-header h1 {
    margin: 0 auto; }
  .home .hero-header {
    padding-top: 0;
    padding-bottom: 0;
    height: 350px;
    max-width: none; }
    @media screen and (min-width: 641px) {
      .home .hero-header {
        height: 380px; } }
    @media screen and (min-width: 769px) {
      .home .hero-header {
        height: 450px; } }
    @media screen and (min-width: 1025px) {
      .home .hero-header {
        display: inline-block;
        vertical-align: top;
        top: 0;
        width: 50vw;
        height: 47.25vw;
        white-space: normal; } }
    @media screen and (min-width: 1141px) {
      .home .hero-header {
        height: 36.8vw; } }

.hero-header-cta {
  position: absolute;
  top: 40px;
  left: 5.333vw; }
  @media screen and (min-width: 769px) {
    .hero-header-cta {
      top: 10vw; } }
  @media screen and (min-width: 1025px) {
    .hero-header-cta {
      max-width: 475px; } }
  @media screen and (max-width: 1024px) {
    .hero-header-cta {
      right: 5.333vw; } }
  .hero-header-cta .hero-header-cta-btn-wrap {
    position: relative;
    height: 78px; }
    @media screen and (min-width: 769px) {
      .hero-header-cta .hero-header-cta-btn-wrap {
        height: 90px; } }
    @media screen and (max-width: 350px) {
      .hero-header-cta .hero-header-cta-btn-wrap svg {
        display: none; } }
  .hero-header-cta .btn-cta {
    position: absolute;
    left: 0;
    margin-top: 42px;
    margin-left: 0;
    padding: 0 28px 0 24px;
    height: 48px;
    line-height: 48px;
    display: none;
    white-space: nowrap; }
    @media screen and (max-width: 1024px) {
      .hero-header-cta .btn-cta {
        left: 50%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }
    .hero-header-cta .btn-cta.animating, .hero-header-cta .btn-cta.visible {
      display: inline-block; }
    .hero-header-cta .btn-cta.animating-in {
      opacity: 0; }
    .hero-header-cta .btn-cta.animating-out {
      opacity: 0; }
    .hero-header-cta .btn-cta.visible {
      opacity: 1; }
    .hero-header-cta .btn-cta.btn-disabled {
      pointer-events: none; }
    @media screen and (max-width: 768px) {
      .hero-header-cta .btn-cta {
        margin-top: 30px; } }
    .hero-header-cta .btn-cta .hero-cta-icon {
      margin-right: 10px;
      -ms-transform: translateY(6px);
          transform: translateY(6px); }
      @media screen and (max-width: 480px) {
        .hero-header-cta .btn-cta .hero-cta-icon {
          margin-right: 7px; } }

.hero-header-cta-services {
  position: absolute;
  top: 240px;
  left: 10vw;
  width: 80vw;
  max-width: 375px;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 21px;
  transition: color .2s ease, border .2s ease; }
  @media screen and (min-width: 481px) {
    .hero-header-cta-services {
      top: 260px;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
  @media screen and (min-width: 641px) {
    .hero-header-cta-services {
      top: 280px; } }
  @media screen and (min-width: 769px) {
    .hero-header-cta-services {
      top: calc(10vw + 252px); } }
  @media screen and (min-width: 1025px) {
    .hero-header-cta-services {
      left: 5.333vw;
      -ms-transform: none;
          transform: none; } }
  .hero-header-cta-services:hover .btn, .hero-header-cta-services:hover .gform_button, .hero-header-cta-services:hover #affwp-register-form input[type="submit"], #affwp-register-form .hero-header-cta-services:hover input[type="submit"], .hero-header-cta-services:hover .entry-tags a, .entry-tags .hero-header-cta-services:hover a, .hero-header-cta-services:hover .page-template-application-form .gform_button_select_files, .page-template-application-form .hero-header-cta-services:hover .gform_button_select_files, .hero-header-cta-services:hover .edd-submit, .hero-header-cta-services:hover #edd_purchase_receipt_products .edd_download_file_link, #edd_purchase_receipt_products .hero-header-cta-services:hover .edd_download_file_link {
    right: -4px;
    background: none; }
  .hero-header-cta-services span {
    float: left;
    display: inline-block;
    margin-right: 40px;
    text-align: left; }
  .hero-header-cta-services .btn, .hero-header-cta-services .gform_button, .hero-header-cta-services #affwp-register-form input[type="submit"], #affwp-register-form .hero-header-cta-services input[type="submit"], .hero-header-cta-services .entry-tags a, .entry-tags .hero-header-cta-services a, .hero-header-cta-services .page-template-application-form .gform_button_select_files, .page-template-application-form .hero-header-cta-services .gform_button_select_files, .hero-header-cta-services .edd-submit, .hero-header-cta-services #edd_purchase_receipt_products .edd_download_file_link, #edd_purchase_receipt_products .hero-header-cta-services .edd_download_file_link {
    position: absolute;
    right: 4px;
    top: 24px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7) inset;
    transition: right .2s ease, box-shadow .2s ease; }
    .hero-header-cta-services .btn .icon-chevron-right, .hero-header-cta-services .gform_button .icon-chevron-right, .hero-header-cta-services #affwp-register-form input[type="submit"] .icon-chevron-right, #affwp-register-form .hero-header-cta-services input[type="submit"] .icon-chevron-right, .hero-header-cta-services .entry-tags a .icon-chevron-right, .entry-tags .hero-header-cta-services a .icon-chevron-right, .hero-header-cta-services .page-template-application-form .gform_button_select_files .icon-chevron-right, .page-template-application-form .hero-header-cta-services .gform_button_select_files .icon-chevron-right, .hero-header-cta-services .edd-submit .icon-chevron-right, .hero-header-cta-services #edd_purchase_receipt_products .edd_download_file_link .icon-chevron-right, #edd_purchase_receipt_products .hero-header-cta-services .edd_download_file_link .icon-chevron-right {
      margin: 0;
      width: 10px;
      height: 16px;
      -ms-transform: translate(1px, 0);
          transform: translate(1px, 0); }

.hero-title {
  max-width: 300px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -0.025em;
  text-align: left; }
  @media screen and (min-width: 481px) {
    .hero-title {
      font-size: 36px;
      max-width: 310px; } }
  @media screen and (min-width: 641px) {
    .hero-title {
      font-size: 42px;
      max-width: 360px; } }
  @media screen and (min-width: 1025px) {
    .hero-title {
      font-size: 46px;
      max-width: none; } }
  @media screen and (min-width: 1141px) {
    .hero-title {
      font-size: 48px; } }
  .hero-title .hero-title-platform-wrap {
    position: relative; }
    .hero-title .hero-title-platform-wrap .spacer {
      visibility: hidden;
      pointer-events: none; }
  .hero-title .hero-title-platform {
    position: absolute;
    left: 0;
    display: none;
    white-space: nowrap; }
    .hero-title .hero-title-platform.animating, .hero-title .hero-title-platform.visible {
      display: inline-block; }
    .hero-title .hero-title-platform.animating-in {
      opacity: 0;
      -ms-transform: translateY(-55px);
          transform: translateY(-55px);
      transition: opacity 600ms ease-out, transform 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .hero-title .hero-title-platform.animating-out {
      opacity: 0;
      -ms-transform: translateY(40px);
          transform: translateY(40px);
      transition: opacity 150ms ease-out, transform 650ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .hero-title .hero-title-platform.visible {
      opacity: 1;
      -ms-transform: translateY(0);
          transform: translateY(0); }

.hero-subtitle {
  max-width: 600px;
  padding-bottom: 1.5vw;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.444; }
  @media screen and (max-width: 1024px) {
    .hero-subtitle {
      margin: 12px auto 20px auto; } }
  @media screen and (min-width: 481px) {
    .hero-subtitle {
      font-size: 15px; } }
  @media screen and (min-width: 769px) {
    .hero-subtitle {
      font-size: 18px; } }
  @media screen and (min-width: 1025px) {
    .hero-subtitle {
      font-size: 22px; } }
  @media screen and (min-width: 1141px) {
    .hero-subtitle {
      font-size: 24px; } }

.hero-slideshow {
  position: relative;
  bottom: -3.5vw;
  z-index: 5;
  width: 100vw;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .hero-slideshow {
      bottom: -3vw; } }
  @media screen and (min-width: 1025px) {
    .hero-slideshow {
      display: inline-block;
      vertical-align: middle;
      top: auto;
      bottom: -2.2vw;
      left: -5vw;
      width: 55vw; } }

.hero-slideshow-frame {
  position: relative;
  width: 95vw;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 800px) {
    .hero-slideshow-frame {
      width: 115vw;
      left: -7.5vw; } }
  @media screen and (min-width: 1025px) {
    .hero-slideshow-frame {
      width: 88vw; } }
  @media screen and (min-width: 1141px) {
    .hero-slideshow-frame {
      width: 70vw; } }

.hero-slideshow-frame-image {
  width: 100%; }

.hero-slideshow-slides {
  position: absolute;
  top: 6%;
  left: 13%;
  right: 13%;
  height: 82%; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: pointer;
  cursor: url("wp-content/themes/pixelunion/images/cursor-chevron.cur"), pointer;
  cursor: url("images/cursor-chevron.cur") 11.5 10, url("images/cursor-chevron.png") 11.5 10, url("images/cursor-chevron.svg") 11.5 10, pointer; }

.hero-slideshow .flickity-prev-next-button {
  display: none; }
  .hero-slideshow .flickity-prev-next-button.previous {
    left: -15vw; }
  .hero-slideshow .flickity-prev-next-button.next {
    right: -15vw; }

.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.hero-slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.hero-testimonial {
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: 1;
  width: 110%;
  height: 110%; }

.hero-testimonial .testimonial-mini {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  @media screen and (max-width: 1200px) {
    .hero-testimonial .testimonial-mini {
      left: 12.5%;
      width: 75%; } }
  @media screen and (max-width: 960px) {
    .hero-testimonial .testimonial-mini {
      left: 7.5%;
      width: 85%; } }

.hero-testimonial .testimonial-mini-avatar {
  transition: transform 1500ms 1500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1500ms 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -ms-transform: translateY(10px) scale(1.05);
      transform: translateY(10px) scale(1.05); }
  .hero-slide.is-selected .hero-testimonial .testimonial-mini-avatar {
    opacity: 1;
    -ms-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1); }
  @media screen and (max-width: 740px) {
    .hero-testimonial .testimonial-mini-avatar {
      display: none; } }

.hero-testimonial .testimonial-mini-cite {
  transition: transform 800ms 2200ms, opacity 800ms 2200ms;
  opacity: 0; }
  .hero-slide.is-selected .hero-testimonial .testimonial-mini-cite {
    opacity: .9; }

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: none;
  background-position: center;
  background-size: cover; }
  .hero-bg.animating, .hero-bg.visible {
    display: block; }
  .hero-bg.animating-in {
    z-index: 1;
    opacity: 0;
    transition: opacity 600ms ease-out 100ms; }
  .hero-bg.animating-out {
    z-index: 0;
    opacity: 0;
    transition: opacity 600ms ease 800ms; }
  .hero-bg.visible {
    z-index: 1;
    opacity: 1; }

@keyframes show-heading {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes show-subtitle {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  20% {
    opacity: 0; }
  80%, 100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes scroll-column {
  100% {
    transform: translateY(-93.55%); } }

@keyframes scroll-column-reverse {
  100% {
    transform: translateY(93.55%); } }

@keyframes scroll-row {
  100% {
    transform: translateX(calc(-100% + 24px)); } }

@keyframes scroll-row-reverse {
  100% {
    transform: translateX(calc(100% - 24px)); } }

@keyframes transition-card {
  0% {
    transform: translateX(101%); }
  2%, 4% {
    transform: translateX(0%); }
  8%, 100% {
    transform: translateX(-101%); } }

@keyframes crossfade-card {
  0% {
    opacity: 0; }
  3%, 53% {
    opacity: 1; }
  56%, 100% {
    opacity: 0; } }

@keyframes swap-card {
  0% {
    opacity: 0; }
  5%, 52% {
    opacity: 1; }
  53%, 100% {
    opacity: 0; } }

.home-wrapper {
  margin-top: 30px; }
  @media screen and (max-width: 860px) {
    .home-wrapper {
      margin-top: 15px; } }
  @media screen and (max-width: 860px) {
    .home-wrapper {
      margin-top: 3px; } }

.home-hero {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: calc(100vh - 170px);
  overflow: hidden;
  background-color: #F2F3F5;
  border-radius: 10px; }
  @media screen and (max-width: 480px) {
    .home-hero {
      max-height: 600px;
      min-height: 500px; } }
  @media screen and (max-width: 640px) and (min-width: 481px) {
    .home-hero {
      max-height: 620px;
      min-height: 580px; } }
  @media screen and (max-width: 640px) {
    .home-hero {
      height: calc(100vh - 150px); } }
  @media screen and (min-width: 641px) {
    .home-hero {
      max-height: 640px;
      min-height: 480px; } }
  @media screen and (min-width: 1025px) {
    .home-hero {
      max-height: 720px; } }
  @media screen and (min-width: 1025px) {
    .home-hero {
      min-height: 560px; } }
  @media screen and (min-width: 1301px) {
    .home-hero {
      max-height: 800px; } }

.home-hero-text {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: left;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: left;
  box-sizing: border-box;
  transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 640px) {
    .home-hero-text {
      height: 48%;
      padding: 0 10%; } }
  @media screen and (max-width: 640px) and (min-width: 481px) {
    .home-hero-text {
      height: 55%; } }
  @media screen and (max-width: 768px) and (min-width: 641px) {
    .home-hero-text {
      padding-left: 6%; }
      .home-hero-text .home-hero-text-inner {
        max-width: 300px; } }
  @media screen and (max-width: 1140px) and (min-width: 769px) {
    .home-hero-text {
      padding-left: 6%; }
      .home-hero-text .home-hero-text-inner {
        max-width: 350px; } }
  @media screen and (min-width: 1141px) {
    .home-hero-text {
      padding-left: 7%; }
      .home-hero-text .home-hero-text-inner {
        max-width: 380px; } }
  @media screen and (min-width: 1301px) {
    .home-hero-text {
      padding-left: 8%; }
      .home-hero-text .home-hero-text-inner {
        max-width: 450px; } }
  .home-hero-text h1 {
    margin: 0;
    opacity: 0;
    -ms-transform: translateY(40px);
        transform: translateY(40px);
    transition: opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1), transform 0.9s cubic-bezier(0.77, 0, 0.175, 1); }
    @media screen and (max-width: 640px) {
      .home-hero-text h1 {
        max-width: 300px; } }
    @media screen and (max-width: 480px) {
      .home-hero-text h1 {
        max-width: 245px; } }
    @media screen and (max-width: 375px) {
      .home-hero-text h1 {
        max-width: 215px; } }
    @media screen and (min-width: 1141px) {
      .home-hero-text h1 {
        font-size: 75px; } }
    @media screen and (min-width: 1301px) {
      .home-hero-text h1 {
        font-size: 84px; } }
    .animate .home-hero-text h1 {
      opacity: 1;
      -ms-transform: translateY(0);
          transform: translateY(0); }
  .home-hero-text p {
    margin: 24px 0 0;
    opacity: 0;
    -ms-transform: translateY(30px);
        transform: translateY(30px);
    transition: opacity 0.75s cubic-bezier(0.77, 0, 0.175, 1) 0.45s, transform 0.9s cubic-bezier(0.77, 0, 0.175, 1) 0.25s; }
    .animate .home-hero-text p {
      opacity: 1;
      -ms-transform: translateY(0);
          transform: translateY(0); }
    @media screen and (max-width: 640px) {
      .home-hero-text p {
        max-width: 380px; } }
    @media screen and (max-width: 768px) and (min-width: 481px) {
      .home-hero-text p {
        font-size: 22px; } }
    @media screen and (max-width: 768px) {
      .home-hero-text p {
        margin-top: 12px; } }

.home-hero-bg {
  position: absolute;
  top: 0;
  right: -7%;
  z-index: 1;
  width: 61%;
  height: 100%;
  opacity: 0;
  transform: translate3d(0, 0, 0) rotateZ(360deg);
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .images-loaded .home-hero-bg {
    opacity: 1; }
  .home-hero-bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 50%;
    background: linear-gradient(to right, #F2F3F5, rgba(242, 243, 245, 0) 100%); }
    .luke-2 .home-hero-bg:before {
      display: none; }
  .home-hero-bg .column {
    position: absolute;
    width: 32%;
    transform: translate3d(0, 0, 0); }
    .home-hero-bg .column .set-1,
    .home-hero-bg .column .set-2 {
      position: relative;
      width: 100%;
      padding-top: 498.33333%;
      background-size: cover; }
      .out-of-view .home-hero-bg .column .set-1, .out-of-view
      .home-hero-bg .column .set-2 {
        animation-play-state: paused !important; }
    .home-hero-bg .column .set-2 {
      margin-top: -32%; }
    .home-hero-bg .column.col-1 {
      transform: translate3d(0, -5%, 0); }
      .home-hero-bg .column.col-1 .set-1,
      .home-hero-bg .column.col-1 .set-2 {
        background-image: url(includes/components/home/images/hero-col1.png);
        animation: scroll-column 80s linear infinite; }
      .luke-1 .home-hero-bg .column.col-1 {
        transform: translate3d(0, -53.5%, 0); }
        .luke-1 .home-hero-bg .column.col-1 .set-1,
        .luke-1 .home-hero-bg .column.col-1 .set-2 {
          animation-name: scroll-column-reverse; }
    .home-hero-bg .column.col-2 {
      transform: translate3d(76.5%, -9%, 0); }
      .home-hero-bg .column.col-2 .set-1,
      .home-hero-bg .column.col-2 .set-2 {
        background-image: url(includes/components/home/images/hero-col2.png);
        animation: scroll-column 61s linear infinite; }
    .home-hero-bg .column.col-3 {
      transform: translate3d(153%, -14%, 0); }
      .home-hero-bg .column.col-3 .set-1,
      .home-hero-bg .column.col-3 .set-2 {
        background-image: url(includes/components/home/images/hero-col3.png);
        animation: scroll-column 90s linear infinite; }
      .luke-1 .home-hero-bg .column.col-3 {
        transform: translate3d(153%, -62.5%, 0); }
        .luke-1 .home-hero-bg .column.col-3 .set-1,
        .luke-1 .home-hero-bg .column.col-3 .set-2 {
          animation-name: scroll-column-reverse; }
    .home-hero-bg .column.col-4 {
      transform: translate3d(229.5%, -5%, 0); }
      .home-hero-bg .column.col-4 .set-1,
      .home-hero-bg .column.col-4 .set-2 {
        background-image: url(includes/components/home/images/hero-col4.png);
        animation: scroll-column 65s linear infinite; }
    .home-hero-bg .column .rotator {
      position: absolute;
      top: 0;
      left: 0;
      width: 67%;
      padding-top: 84%;
      margin: 14.75% 16.5%;
      overflow: hidden; }
      .luke-3 .home-hero-bg .column .rotator {
        display: none; }
      .home-hero-bg .column .rotator:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        opacity: 0;
        animation: crossfade-card 30s cubic-bezier(0.77, 0, 0.175, 1) infinite both; }
      .home-hero-bg .column .rotator:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        background-color: #F2F3F5;
        content: '';
        -ms-transform: translateX(101%);
            transform: translateX(101%);
        animation: transition-card 15s cubic-bezier(0.77, 0, 0.175, 1) infinite both; }
      .home-hero-bg .column .rotator.bg-1-2 {
        top: 20.4%; }
        .home-hero-bg .column .rotator.bg-1-2:before {
          background-image: url(includes/components/home/images/bg-1-2.png); }
        .home-hero-bg .column .rotator.bg-1-2:before, .home-hero-bg .column .rotator.bg-1-2:after {
          animation-delay: 5s; }
      .home-hero-bg .column .rotator.bg-2-5 {
        top: 76.6%; }
        .home-hero-bg .column .rotator.bg-2-5:before {
          background-image: url(includes/components/home/images/bg-2-5.png); }
        .home-hero-bg .column .rotator.bg-2-5:before, .home-hero-bg .column .rotator.bg-2-5:after {
          animation-delay: 12s; }
      .home-hero-bg .column .rotator.bg-3-4 {
        top: 57.9%; }
        .home-hero-bg .column .rotator.bg-3-4:before {
          background-image: url(includes/components/home/images/bg-3-4.png); }
        .home-hero-bg .column .rotator.bg-3-4:before, .home-hero-bg .column .rotator.bg-3-4:after {
          animation-delay: 8s; }
    @media screen and (max-width: 640px) {
      .home-hero-bg .column {
        display: none; } }
  @media screen and (max-width: 640px) {
    .home-hero-bg {
      display: none; } }
  @media screen and (max-width: 768px) and (min-width: 641px) {
    .home-hero-bg {
      width: 50%; }
      .home-hero-bg .column {
        width: 66%; }
      .home-hero-bg .col-3,
      .home-hero-bg .col-4 {
        display: none; } }
  @media screen and (max-width: 860px) and (min-width: 681px) {
    .home-hero-bg {
      width: 54%; }
      .home-hero-bg .col-3,
      .home-hero-bg .col-4 {
        display: none; } }
  @media screen and (max-width: 860px) and (min-width: 769px) {
    .home-hero-bg .column {
      width: 60%; } }
  @media screen and (max-width: 1024px) and (min-width: 861px) {
    .home-hero-bg {
      width: 58%; }
      .home-hero-bg .column {
        width: 44%; }
      .home-hero-bg .col-4 {
        display: none; } }

.home-hero-bg-mobile {
  position: absolute;
  top: 46%;
  z-index: 1;
  width: 100%;
  height: 50%;
  opacity: 0;
  transform: translate3d(0, 0, 0) rotateZ(360deg);
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1); }
  @media screen and (max-width: 640px) and (min-width: 481px) {
    .home-hero-bg-mobile {
      top: 53%; } }
  @media screen and (max-width: 640px) {
    .images-loaded .home-hero-bg-mobile {
      opacity: 1; } }
  .home-hero-bg-mobile .row {
    position: absolute;
    display: flex;
    transform: translate3d(0, 0, 0);
    width: 100%; }
    .home-hero-bg-mobile .row .set-1,
    .home-hero-bg-mobile .row .set-2,
    .home-hero-bg-mobile .row .set-3 {
      position: relative;
      padding-left: 831px;
      height: 220px;
      background-size: auto 100%; }
    .home-hero-bg-mobile .row .set-2,
    .home-hero-bg-mobile .row .set-3 {
      margin-left: -24px; }
    .home-hero-bg-mobile .row.row-1 {
      transform: translate3d(-15%, 0, 0); }
      .home-hero-bg-mobile .row.row-1 .set-1,
      .home-hero-bg-mobile .row.row-1 .set-2,
      .home-hero-bg-mobile .row.row-1 .set-3 {
        background-image: url(includes/components/home/images/hero-row-1-mobile.png);
        animation: scroll-row 60s linear infinite; }
    .home-hero-bg-mobile .row.row-2 {
      transform: translate3d(-110vh, 89%, 0); }
      .home-hero-bg-mobile .row.row-2 .set-1,
      .home-hero-bg-mobile .row.row-2 .set-2,
      .home-hero-bg-mobile .row.row-2 .set-3 {
        background-image: url(includes/components/home/images/hero-row-2-mobile.png);
        animation: scroll-row-reverse 60s linear infinite; }
  @media screen and (min-width: 641px) {
    .home-hero-bg-mobile {
      display: none; } }

.home-comp {
  display: block;
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) {
    .home-comp {
      margin-bottom: 30px; } }

.home-showcase {
  position: relative;
  max-height: none;
  padding: 25px 20px 0;
  color: #fff;
  text-align: center;
  cursor: default;
  background: #edeef4; }
  @media screen and (min-width: 1025px) {
    .home-showcase {
      padding: 40px 40px 0; } }
  .home-showcase[data-href] {
    cursor: pointer; }
    @media screen and (min-width: 1025px) {
      .home-showcase[data-href] {
        cursor: default; } }
  .home-showcase.home-showcase-is-new::before {
    position: absolute;
    top: -15.75px;
    right: -15.75px;
    width: 31.5px;
    height: 31.5px;
    background-image: url("images/new-badge.svg");
    background-size: cover;
    content: ""; }
    @media screen and (min-width: 1025px) {
      .home-showcase.home-showcase-is-new::before {
        top: -21px;
        right: -21px;
        width: 42px;
        height: 42px; } }
  .home-showcase.home-showcase-is-new::after {
    position: absolute;
    top: -11.75px;
    right: -11.75px;
    width: 31.5px;
    height: 31.5px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    content: "New";
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .home-showcase.home-showcase-dark {
    color: #42465f; }
  .home-showcase .home-showcase-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .home-showcase .home-showcase-bg img {
      position: absolute;
      top: 0;
      left: 50%;
      width: 100%;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0); }
  .home-showcase .home-showcase-title {
    display: block;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.3px; }
    @media screen and (min-width: 1025px) {
      .home-showcase .home-showcase-title {
        font-size: 32px;
        letter-spacing: -0.2px; } }
  .home-showcase .home-showcase-subtitle {
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3; }
    @media screen and (min-width: 1025px) {
      .home-showcase .home-showcase-subtitle {
        font-size: 24px; } }
  .home-showcase .home-showcase-content {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto; }
  .home-showcase .home-showcase-description {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0; }
    @media screen and (min-width: 769px) {
      .home-showcase .home-showcase-description {
        margin-bottom: 32px; } }
    @media screen and (min-width: 1025px) {
      .home-showcase .home-showcase-description {
        letter-spacing: 1px; } }
  .home-showcase .home-showcase-cta {
    position: static;
    display: inline-block;
    margin-bottom: 40px;
    color: #edeef4; }
    @media screen and (min-width: 769px) {
      .home-showcase .home-showcase-cta {
        display: inline-block; } }
    @media screen and (max-width: 1024px) and (min-width: 769px) {
      .home-showcase .home-showcase-cta {
        margin-bottom: 0; } }
  .home-showcase .home-showcase-highlight {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden; }
    @media screen and (min-width: 1025px) {
      .home-showcase .home-showcase-highlight {
        display: none; } }
    .home-showcase .home-showcase-highlight.home-highlight-left {
      width: calc(100% + 40px);
      margin-left: -40px; }
    .home-showcase .home-showcase-highlight.home-highlight-right {
      width: calc(100% + 40px);
      margin-right: -40px; }
  .home-showcase .home-showcase-highlight-full {
    display: none; }
    @media screen and (min-width: 1025px) {
      .home-showcase .home-showcase-highlight-full {
        display: block; } }
  .home-showcase .home-highlight-image-wrapper {
    position: relative;
    padding-bottom: 50%; }
  .home-showcase .home-highlight-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
    .home-showcase .home-highlight-image.has-baked-shadow {
      top: -1.5%;
      left: -2.35%; }
  .home-showcase .home-showcase-new-badge {
    position: absolute;
    top: -21px;
    right: -21px; }
    .home-showcase .home-showcase-new-badge svg {
      width: 42px;
      height: 42px; }

.home-comp.home-showcase-shopifyplus {
  background-color: #ddc757; }
  @media screen and (min-width: 1025px) {
    .home-comp.home-showcase-shopifyplus {
      text-align: left; } }
  .home-comp.home-showcase-shopifyplus .home-showcase-cta {
    color: #ddc757; }
  .home-comp.home-showcase-shopifyplus .home-showcase-title {
    position: relative;
    z-index: 15; }
    @media screen and (min-width: 1025px) {
      .home-comp.home-showcase-shopifyplus .home-showcase-title {
        width: 50%; } }
  .home-comp.home-showcase-shopifyplus .home-showcase-content {
    position: relative;
    z-index: 15; }
  .home-comp.home-showcase-shopifyplus .home-showcase-highlight {
    width: calc(100% + 40px);
    margin-left: -20px; }
    @media screen and (min-width: 1025px) {
      .home-comp.home-showcase-shopifyplus .home-showcase-highlight {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0; } }
  .home-comp.home-showcase-shopifyplus .home-highlight-image-wrapper {
    padding-bottom: 46%; }
    @media screen and (min-width: 1025px) {
      .home-comp.home-showcase-shopifyplus .home-highlight-image-wrapper {
        height: 100%;
        padding-bottom: 0; } }
  @media screen and (min-width: 1025px) {
    .home-comp.home-showcase-shopifyplus .home-highlight-image {
      right: -80px;
      left: auto;
      width: auto;
      height: 100%; } }
  @media screen and (min-width: 1141px) {
    .home-comp.home-showcase-shopifyplus .home-highlight-image {
      right: -80px; } }
  @media screen and (min-width: 1301px) {
    .home-comp.home-showcase-shopifyplus .home-highlight-image {
      right: 0; } }

.home-comp.home-showcase-ourservices,
.home-comp.home-showcase-ourthemes,
.home-comp.home-showcase-ourapp {
  padding: 28px 30px 0;
  text-align: center;
  background-color: #edeef4;
  border: 3px solid transparent; }
  .home-comp.home-showcase-ourservices:hover,
  .home-comp.home-showcase-ourthemes:hover,
  .home-comp.home-showcase-ourapp:hover {
    background-color: rgba(237, 238, 244, 0.9); }
  @media screen and (min-width: 481px) {
    .home-comp.home-showcase-ourservices,
    .home-comp.home-showcase-ourthemes,
    .home-comp.home-showcase-ourapp {
      text-align: left; } }
  @media screen and (min-width: 769px) {
    .home-comp.home-showcase-ourservices,
    .home-comp.home-showcase-ourthemes,
    .home-comp.home-showcase-ourapp {
      text-align: center; } }
  @media screen and (max-width: 1024px) and (min-width: 769px) {
    .home-comp.home-showcase-ourservices,
    .home-comp.home-showcase-ourthemes,
    .home-comp.home-showcase-ourapp {
      padding: 20px; } }
  .home-comp.home-showcase-ourservices .home-section-title,
  .home-comp.home-showcase-ourthemes .home-section-title,
  .home-comp.home-showcase-ourapp .home-section-title {
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #121C36; }
    @media screen and (min-width: 1025px) {
      .home-comp.home-showcase-ourservices .home-section-title,
      .home-comp.home-showcase-ourthemes .home-section-title,
      .home-comp.home-showcase-ourapp .home-section-title {
        margin-bottom: 10px;
        letter-spacing: 0; } }
  @media screen and (min-width: 1025px) {
    .home-comp.home-showcase-ourservices .home-showcase-fg,
    .home-comp.home-showcase-ourthemes .home-showcase-fg,
    .home-comp.home-showcase-ourapp .home-showcase-fg {
      padding-top: 0;
      padding-bottom: 0; } }
  @media screen and (min-width: 1025px) {
    .home-comp.home-showcase-ourservices .home-showcase-content,
    .home-comp.home-showcase-ourthemes .home-showcase-content,
    .home-comp.home-showcase-ourapp .home-showcase-content {
      width: 42%;
      margin: 0; } }
  @media screen and (min-width: 1025px) {
    .home-comp.home-showcase-ourservices .home-showcase-content,
    .home-comp.home-showcase-ourthemes .home-showcase-content,
    .home-comp.home-showcase-ourapp .home-showcase-content {
      width: 100%; } }
  .home-comp.home-showcase-ourservices .home-showcase-description,
  .home-comp.home-showcase-ourthemes .home-showcase-description,
  .home-comp.home-showcase-ourapp .home-showcase-description {
    margin-top: 0;
    letter-spacing: 0; }
  @media screen and (min-width: 769px) {
    .home-comp.home-showcase-ourservices .home-showcase-highlight,
    .home-comp.home-showcase-ourthemes .home-showcase-highlight,
    .home-comp.home-showcase-ourapp .home-showcase-highlight {
      position: absolute;
      top: 30px;
      right: 0;
      bottom: 0;
      width: calc(50% + 40px); } }
  @media screen and (min-width: 1025px) {
    .home-comp.home-showcase-ourservices .home-showcase-highlight,
    .home-comp.home-showcase-ourthemes .home-showcase-highlight,
    .home-comp.home-showcase-ourapp .home-showcase-highlight {
      position: relative;
      top: auto;
      right: auto;
      left: -20px;
      width: calc(100% + 40px); } }
  .home-comp.home-showcase-ourservices .home-highlight-image-wrapper,
  .home-comp.home-showcase-ourthemes .home-highlight-image-wrapper,
  .home-comp.home-showcase-ourapp .home-highlight-image-wrapper {
    padding-bottom: 55%; }
  .home-comp.home-showcase-ourservices .home-showcase-cta,
  .home-comp.home-showcase-ourthemes .home-showcase-cta,
  .home-comp.home-showcase-ourapp .home-showcase-cta {
    color: #fff;
    background-color: #0f1fea; }

.home-comp.home-showcase-whatwedo {
  padding: 20px 20px 10px;
  overflow: visible;
  text-align: left;
  background-color: transparent; }
  @media screen and (min-width: 769px) {
    .home-comp.home-showcase-whatwedo {
      padding: 60px 50px; } }
  @media screen and (min-width: 1301px) {
    .home-comp.home-showcase-whatwedo {
      padding: 70px 60px; } }
  .home-comp.home-showcase-whatwedo::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #edeef4;
    content: ""; }
    @media screen and (min-width: 769px) {
      .home-comp.home-showcase-whatwedo::before {
        width: 91%; } }
  .home-comp.home-showcase-whatwedo .home-showcase-title,
  .home-comp.home-showcase-whatwedo .home-showcase-content {
    margin-left: 0; }
    @media screen and (min-width: 769px) {
      .home-comp.home-showcase-whatwedo .home-showcase-title,
      .home-comp.home-showcase-whatwedo .home-showcase-content {
        width: 70%; } }
    @media screen and (min-width: 1025px) {
      .home-comp.home-showcase-whatwedo .home-showcase-title,
      .home-comp.home-showcase-whatwedo .home-showcase-content {
        width: 46%; } }
  .home-comp.home-showcase-whatwedo .home-section-title,
  .home-comp.home-showcase-whatwedo .home-showcase-title {
    color: #121C36; }
  .home-comp.home-showcase-whatwedo .home-showcase-title {
    letter-spacing: -1px; }
  .home-comp.home-showcase-whatwedo .home-showcase-description {
    margin-top: 30px;
    letter-spacing: -0.7px; }
  .home-comp.home-showcase-whatwedo .home-showcase-highlight {
    position: relative;
    right: -20px;
    bottom: -10px;
    width: 40%;
    margin-left: auto; }
    @media screen and (min-width: 769px) {
      .home-comp.home-showcase-whatwedo .home-showcase-highlight {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 36%; } }
    @media screen and (min-width: 1025px) {
      .home-comp.home-showcase-whatwedo .home-showcase-highlight {
        width: 43%; } }
    @media screen and (min-width: 1301px) {
      .home-comp.home-showcase-whatwedo .home-showcase-highlight {
        width: 43%; } }
  .home-comp.home-showcase-whatwedo .home-highlight-image-wrapper {
    padding-bottom: 75%; }

.home-comp.home-showcase-recentproject {
  text-align: left; }
  @media screen and (min-width: 1025px) {
    .home-comp.home-showcase-recentproject .home-showcase-title {
      width: 65%; } }
  @media screen and (min-width: 1141px) {
    .home-comp.home-showcase-recentproject .home-showcase-title {
      width: 50%; } }
  .home-comp.home-showcase-recentproject .home-showcase-highlight {
    width: calc(100% + 20px);
    margin-right: -20px; }
    @media screen and (min-width: 1025px) {
      .home-comp.home-showcase-recentproject .home-showcase-highlight {
        position: absolute;
        top: 40px;
        bottom: 0;
        left: 66%;
        width: 34%; } }
    @media screen and (min-width: 1141px) {
      .home-comp.home-showcase-recentproject .home-showcase-highlight {
        left: 50.9%;
        width: 49.1%; } }
  .home-comp.home-showcase-recentproject .home-highlight-image-wrapper {
    width: 150%;
    padding-bottom: 60%; }
    @media screen and (min-width: 1025px) {
      .home-comp.home-showcase-recentproject .home-highlight-image-wrapper {
        width: 300%; } }
    @media screen and (min-width: 1141px) {
      .home-comp.home-showcase-recentproject .home-highlight-image-wrapper {
        width: 200%; } }

.brand-testimonial1 .testimonial-brand {
  background-color: #09ddc2; }

.brand-testimonial2 .testimonial-brand {
  background-color: #162fe9; }

.brand-testimonial1 .testimonial-brand-quote,
.brand-testimonial2 .testimonial-brand-quote, .brand-testimonial1
.testimonial-brand-person,
.brand-testimonial2
.testimonial-brand-person, .brand-testimonial1
.testimonial-brand-title,
.brand-testimonial2
.testimonial-brand-title {
  color: #fff; }

.brand-testimonial1 .testimonial-brand-cite::before,
.brand-testimonial2 .testimonial-brand-cite::before {
  color: #fff; }

.home-testimonial {
  margin-top: 150px;
  margin-bottom: 100px; }
  @media screen and (max-width: 1140px) {
    .home-testimonial {
      margin-top: 120px; } }
  @media screen and (max-width: 640px) {
    .home-testimonial {
      margin-top: 80px; } }
  .home-testimonial .testimonial-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5%; }
    @media screen and (max-width: 860px) {
      .home-testimonial .testimonial-wrapper {
        margin: 0 2%; } }
    @media screen and (max-width: 768px) {
      .home-testimonial .testimonial-wrapper {
        align-items: normal; } }
    @media screen and (max-width: 640px) {
      .home-testimonial .testimonial-wrapper {
        margin: 0 6%; } }
  .home-testimonial .author-portrait {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    width: 220px;
    height: 280px;
    background: #F2F3F5;
    border-radius: 5px;
    -ms-transform: translate(20px, 20px);
        transform: translate(20px, 20px); }
    .home-testimonial .author-portrait:after {
      box-shadow: 0 4px 8px rgba(17, 35, 56, 0.04), 0 0px 8px rgba(17, 35, 56, 0.04), 0 18px 27px rgba(17, 35, 56, 0.11);
      position: absolute;
      left: -20px;
      top: -20px;
      z-index: 1;
      display: block;
      width: 220px;
      height: 280px;
      overflow: hidden;
      background-image: url("includes/components/home/images/harley-finkelstein.jpg");
      background-size: cover;
      border-radius: 5px;
      content: ''; }
    @media screen and (max-width: 1024px) {
      .home-testimonial .author-portrait {
        width: 200px;
        height: 250px; }
        .home-testimonial .author-portrait:after {
          width: 200px;
          height: 250px; } }
    @media screen and (max-width: 768px) {
      .home-testimonial .author-portrait {
        width: 150px;
        height: 190px;
        -ms-transform: translate(12px, 12px);
            transform: translate(12px, 12px); }
        .home-testimonial .author-portrait:after {
          top: -12px;
          left: -12px;
          width: 150px;
          height: 190px; } }
    @media screen and (max-width: 640px) {
      .home-testimonial .author-portrait {
        display: none; } }
  .home-testimonial blockquote {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: opacity 0.7s cubic-bezier(0.694, 0.0482, 0.335, 1), transform 0.7s cubic-bezier(0.694, 0.0482, 0.335, 1);
    position: relative;
    max-width: 750px;
    margin: 0 0 0 72px; }
    .home-testimonial blockquote p:first-child {
      position: relative;
      margin-top: 0;
      margin-bottom: 36px; }
      .home-testimonial blockquote p:first-child:before {
        content: '“';
        position: absolute;
        top: 0;
        left: -20px; }
        @media screen and (max-width: 1140px) {
          .home-testimonial blockquote p:first-child:before {
            left: -17px; } }
      @media screen and (max-width: 1140px) and (min-width: 1025px) {
        .home-testimonial blockquote p:first-child {
          font-size: 35px; } }
      @media screen and (max-width: 1024px) {
        .home-testimonial blockquote p:first-child {
          margin-bottom: 28px;
          font-size: 31px; } }
      @media screen and (max-width: 768px) {
        .home-testimonial blockquote p:first-child {
          margin-bottom: 24px; } }
      @media screen and (max-width: 640px) {
        .home-testimonial blockquote p:first-child {
          margin-bottom: 48px; } }
      @media screen and (max-width: 480px) {
        .home-testimonial blockquote p:first-child {
          font-size: 28px; } }
      @media screen and (max-width: 375px) {
        .home-testimonial blockquote p:first-child {
          margin-bottom: 36px;
          font-size: 26px; } }
    .home-testimonial blockquote cite {
      font-style: normal; }
      .home-testimonial blockquote cite .author-name {
        font-size: 20px;
        color: #121C36; }
      .home-testimonial blockquote cite a {
        color: inherit; }
      @media screen and (max-width: 640px) {
        .home-testimonial blockquote cite {
          position: relative;
          display: block;
          padding-left: calc(68px + 20px);
          font-size: 16px; }
          .home-testimonial blockquote cite:before {
            box-shadow: 0 4px 8px rgba(17, 35, 56, 0.04), 0 0px 8px rgba(17, 35, 56, 0.04), 0 18px 27px rgba(17, 35, 56, 0.11);
            position: absolute;
            top: 50%;
            left: 0;
            z-index: 0;
            display: block;
            width: 68px;
            height: 85px;
            overflow: hidden;
            background-image: url("includes/components/home/images/harley-finkelstein.jpg");
            background-size: cover;
            border-radius: 5px;
            content: '';
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
      @media screen and (max-width: 375px) {
        .home-testimonial blockquote cite {
          font-size: 14px; }
          .home-testimonial blockquote cite .author-name {
            font-size: 18px; } }
    @media screen and (max-width: 1024px) {
      .home-testimonial blockquote {
        margin-left: 56px; } }
    @media screen and (max-width: 768px) {
      .home-testimonial blockquote {
        margin-left: 48px; } }
    @media screen and (max-width: 640px) {
      .home-testimonial blockquote {
        margin-left: 0; } }
  .home-testimonial.animate blockquote {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.pixelunion-metabox-attachment-preview {
  cursor: pointer;
  text-align: center; }
  .pixelunion-metabox-attachment-preview img {
    max-width: 100%;
    height: auto;
    margin-bottom: 5px; }

.pixelunion-metabox-attachment-filename {
  font-size: 14px; }

.pixelunion-metabox-attachment-filesize {
  color: #666;
  font-family: monospace;
  font-size: 13px; }

.pixelunion-metabox-attachment-set-button,
.pixelunion-metabox-attachment-remove-button {
  text-decoration: underline;
  cursor: pointer; }

.pixelunion-metabox-attachment-remove-button {
  display: none; }

.pixelunion-metabox-attachment.has-attachment .pixelunion-metabox-attachment-preview {
  margin-bottom: 5px;
  padding: 10px;
  border: 1px solid #eee; }

.pixelunion-metabox-attachment.has-attachment .pixelunion-metabox-attachment-set-button {
  display: none; }

.pixelunion-metabox-attachment.has-attachment .pixelunion-metabox-attachment-remove-button {
  display: inline; }

.pixelunion-metabox-image {
  display: inline-block;
  padding: 20px 10px; }

.pixelunion-metabox-image-preview {
  cursor: pointer; }
  .pixelunion-metabox-image-preview img {
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #eee;
    box-sizing: border-box; }

.pixelunion-metabox-image-set-button,
.pixelunion-metabox-image-remove-button {
  text-decoration: underline;
  cursor: pointer; }

.pixelunion-metabox-image-remove-button {
  display: none; }

.pixelunion-metabox-image.has-image .pixelunion-metabox-image-set-button {
  display: none; }

.pixelunion-metabox-image.has-image .pixelunion-metabox-image-remove-button {
  display: inline; }

.pixelunion-metabox-text-title {
  margin-bottom: 20px; }

.pixelunion-metabox-text-value.large {
  width: 100%;
  font-size: 20px; }

.pixelunion-metabox-text-value.long {
  width: 100%;
  max-width: 100%;
  min-height: 120px; }

@keyframes show-menu-item {
  0% {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
    animation-timing-function: cubic-bezier(0.3, 0, 0, 1); }
  75% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    animation-timing-function: linear; }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.navbar-cart, .navbar-cart .checkout-link, .navbar-cart .checkout-link .icon-cart {
  width: 24px;
  height: 24px; }

.navbar-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: 0.4s opacity cubic-bezier(0.3, 0, 0, 1) 0.15s; }
  .navbar-wrap.show-menu + .navbar-backdrop {
    opacity: 1; }

.navbar-wrap {
  padding-bottom: 0;
  margin: 0 auto;
  height: 76px;
  background: #fff;
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), height 0.5s cubic-bezier(0.3, 0, 0, 1); }
  .header-top.stuck-above .navbar-wrap {
    opacity: 0;
    -ms-transform: translateY(-30%);
        transform: translateY(-30%); }
  @media screen and (max-width: 1140px) and (min-width: 861px) {
    .navbar-wrap {
      height: 72px;
      line-height: 1.2; } }
  @media screen and (max-width: 860px) {
    .navbar-wrap {
      height: 66px;
      padding-top: 18px;
      box-sizing: border-box; }
      .navbar-wrap.show-menu {
        max-height: 100vh;
        overflow-y: auto;
        height: 500px; } }
  @media screen and (max-width: 480px) {
    .navbar-wrap {
      height: 62px;
      padding-top: 16px; } }

.navbar {
  display: flex;
  flex-direction: row;
  position: relative;
  height: 100%; }
  .navbar.show-menu {
    order: 2; }
  @media screen and (max-width: 860px) {
    .navbar {
      flex-wrap: wrap;
      justify-content: space-between;
      height: auto; } }

.navbar-title {
  display: none;
  align-items: center;
  font-size: 0; }
  .navbar-title a {
    display: inline-block;
    width: 164px;
    height: 40px;
    overflow: hidden;
    vertical-align: middle; }
    .navbar-title a .icon-logo {
      width: 100%;
      height: 100%;
      fill: #2858D1; }
    @media screen and (max-width: 1140px) {
      .navbar-title a {
        width: 144px;
        height: 35px; } }
    @media screen and (max-width: 860px) {
      .navbar-title a {
        width: 123px;
        height: 30px;
        margin-right: 0; } }
  @media screen and (max-width: 860px) {
    .navbar-title {
      display: flex; } }

.navbar-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }
  .navbar-menu .navbar-title {
    display: block;
    margin-right: 0; }
    @media screen and (max-width: 860px) {
      .navbar-menu .navbar-title {
        display: none; } }
  .show-menu .navbar-menu {
    order: 2;
    display: block;
    opacity: 1; }
  @media screen and (max-width: 860px) {
    .navbar-menu {
      display: none;
      padding-top: 30px;
      padding-bottom: 60px;
      margin: 0;
      opacity: 0; } }

@media screen and (max-width: 860px) {
  .navbar-menu-item {
    height: auto;
    text-align: center;
    animation-fill-mode: both;
    animation-name: show-menu-item;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
    .show-menu .navbar-menu-item {
      animation-name: show-menu-item; } }

@media screen and (min-width: 861px) {
  .navbar-menu-item {
    display: inline-block; } }

.navbar-menu-item > a {
  font-size: 20px;
  font-weight: 300;
  text-align: center; }
  @media screen and (max-width: 1140px) {
    .navbar-menu-item > a {
      font-size: 18px; } }
  @media screen and (max-width: 860px) {
    .navbar-menu-item > a {
      font-size: 26px;
      line-height: 2; } }

.navbar-cart {
  display: flex;
  flex-direction: column;
  height: 40px;
  align-items: center;
  justify-content: center; }
  .navbar-cart .checkout-link {
    position: relative;
    line-height: 0; }
    .navbar-cart .checkout-link .cart-link-text {
      display: none; }
    .navbar-cart .checkout-link .icon-cart {
      position: relative;
      fill: inherit; }
    .navbar-cart .checkout-link.visible .icon-cart {
      fill: #2858D1; }
    .navbar-cart .checkout-link.visible .edd-cart-quantity {
      position: absolute;
      top: 12px;
      left: 9px;
      display: block;
      width: 6px;
      height: 6px;
      background-color: #2858D1;
      border-radius: 50%;
      text-align: center;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      text-indent: -9999px; }
  @media screen and (max-width: 1140px) {
    .navbar-cart {
      height: 30px;
      line-height: 30px; } }
  @media screen and (max-width: 860px) {
    .navbar-cart {
      display: list-item;
      margin: 0 auto;
      width: auto;
      height: auto; }
      .navbar-cart .icon-cart {
        display: none; }
      .navbar-cart .checkout-link .cart-link-text {
        display: inline-block; }
      .navbar-cart .checkout-link {
        line-height: 2; }
        .navbar-cart .checkout-link .cart-link-text {
          display: inline-block; }
        .navbar-cart .checkout-link.visible .cart-link-text {
          color: #2858D1; }
        .navbar-cart .checkout-link.visible .edd-cart-quantity {
          top: 14px;
          left: -14px; } }

.navbar-menu-toggle-wrapper {
  display: flex;
  align-items: center;
  line-height: 0.6; }
  @media screen and (min-width: 861px) {
    .navbar-menu-toggle-wrapper {
      display: none;
      margin-top: 0; } }

.navbar-menu-toggle {
  display: block;
  padding: 0;
  font-weight: normal;
  line-height: normal;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .show-menu .navbar-menu-toggle {
    top: 18px; }
  .navbar-menu-toggle:focus {
    outline: none; }
  .navbar-menu-toggle .navbar-open {
    display: flex;
    position: relative;
    -ms-transform: translateX(-5px);
        transform: translateX(-5px);
    opacity: 0; }
    .navbar-menu-toggle .navbar-open.animating-in, .navbar-menu-toggle .navbar-open.animating-out {
      transition: all 0.2s ease; }
    .navbar-menu-toggle .navbar-open.visible {
      opacity: 1;
      -ms-transform: translateX(0);
          transform: translateX(0); }
    .show-menu .navbar-menu-toggle .navbar-open {
      display: none; }
    .navbar-menu-toggle .navbar-open .navbar-open-text {
      border-bottom: 1px solid #121C36; }
    .navbar-menu-toggle .navbar-open .edd-cart-quantity {
      position: relative;
      top: 9px;
      width: 6px;
      height: 6px;
      margin-right: 5px;
      background-color: #2858D1;
      border-radius: 50%;
      text-align: center;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      text-indent: -9999px; }
  .navbar-menu-toggle .navbar-close {
    display: none;
    fill: #121C36;
    -ms-transform: translateX(5px);
        transform: translateX(5px);
    opacity: 0; }
    .navbar-menu-toggle .navbar-close.animating-in, .navbar-menu-toggle .navbar-close.animating-out {
      transition: all 0.2s ease; }
    .navbar-menu-toggle .navbar-close.visible {
      opacity: 1;
      -ms-transform: translateX(0);
          transform: translateX(0); }
    .navbar-menu-toggle .navbar-close .navbar-close-text {
      border-bottom: 1px solid #121C36; }
    .show-menu .navbar-menu-toggle .navbar-close {
      display: flex; }
  @media screen and (max-width: 860px) {
    .navbar-menu-toggle {
      font-size: 17px; } }

.newentry, .discounts-page {
  margin-bottom: 18px; }
  @media screen and (min-width: 769px) {
    .newentry, .discounts-page {
      margin-bottom: 35px; } }
  @media screen and (min-width: 1025px) {
    .newentry, .discounts-page {
      margin-bottom: 75px; } }
  @media screen and (min-width: 1141px) {
    .newentry, .discounts-page {
      margin-bottom: 150px; } }

.page-header, .edd-checkout .entry-header {
  margin-top: 28px;
  margin-bottom: 56px; }
  @media screen and (min-width: 769px) {
    .page-header, .edd-checkout .entry-header {
      margin-top: 72px;
      margin-bottom: 72px; } }
  @media screen and (min-width: 1141px) {
    .page-header, .edd-checkout .entry-header {
      margin-top: 96px;
      margin-bottom: 96px; } }

.page-header-title, .edd-checkout .entry-title {
  max-width: 850px;
  margin: 0 auto 20px;
  text-align: center; }
  .page-header-title img, .edd-checkout .entry-title img {
    max-width: 100%; }

.page-header-subtitle {
  max-width: 700px;
  margin: 0 auto;
  text-align: center; }

.page-header-cta {
  width: 100%;
  margin-top: 32px;
  text-align: center; }

.page-header-btn {
  min-width: 180px;
  margin: 16px 8px 0; }
  .page-header-btn img {
    position: relative;
    top: 6.5px;
    right: 6.5px;
    width: 25px;
    height: 25px; }
    @media screen and (min-width: 769px) {
      .page-header-btn img {
        top: 4.5px;
        right: 4.5px; } }
  .page-header-btn + .page-header-btn {
    margin-left: 8px; }

.page-header-hero {
  margin-top: 56px; }
  .page-header-hero .page-header-image {
    z-index: 1;
    display: block;
    height: auto;
    margin: 0; }

@media screen and (min-width: 769px) {
  .type-page.has-post-thumbnail .page-header, .type-page.has-post-thumbnail .edd-checkout .entry-header, .edd-checkout .type-page.has-post-thumbnail .entry-header {
    margin-bottom: 56px; } }

@media screen and (min-width: 1141px) {
  .type-page.has-post-thumbnail .page-header, .type-page.has-post-thumbnail .edd-checkout .entry-header, .edd-checkout .type-page.has-post-thumbnail .entry-header {
    margin-bottom: 72px; } }

.team {
  margin-top: 8%;
  margin-bottom: 13%; }

.team-header-title {
  margin-bottom: 4%;
  font-size: 32px;
  font-weight: 700;
  text-align: center; }

.team-people {
  width: 100%;
  overflow: hidden; }

.team-people-sizer,
.team-person {
  display: block;
  float: left;
  width: 30%;
  margin-right: 2.5%;
  margin-left: 2.5%; }
  .team-people-sizer:first-of-type,
  .team-person:first-of-type {
    margin-left: 0; }
  .team-people-sizer:last-of-type,
  .team-person:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .team-people-sizer,
    .team-person {
      width: 100%; } }

.team-person {
  margin-bottom: 38px; }

.team-person-image img {
  display: block;
  width: 100%;
  height: auto; }

.team-person-name {
  margin-top: 38px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3; }
  @media screen and (max-width: 768px) {
    .team-person-name {
      margin-top: 12px; } }

.team-person-title {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3; }

.promo-comp-row {
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) {
    .promo-comp-row {
      margin-bottom: 30px; } }
  @media screen and (max-width: 860px) {
    .promo-comp-row {
      margin-bottom: 30px; } }
  .promo-comp-row.row-of-2 {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media screen and (max-width: 860px) {
      .promo-comp-row.row-of-2 {
        flex-direction: column; } }

.promo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F2F3F5;
  border-radius: 10px;
  box-sizing: border-box; }
  .promo .promo-header {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: opacity 0.7s cubic-bezier(0.694, 0.0482, 0.335, 1), transform 0.7s cubic-bezier(0.694, 0.0482, 0.335, 1);
    position: relative;
    z-index: 2;
    pointer-events: none; }
  .promo .promo-meta {
    font-weight: 300;
    color: rgba(18, 28, 54, 0.5);
    margin-bottom: 10px; }
    @media screen and (max-width: 1260px) and (min-width: 1025px) {
      .promo .promo-meta {
        font-size: 20px; } }
    @media screen and (max-width: 1024px) and (min-width: 481px) {
      .promo .promo-meta {
        margin-bottom: 8px;
        font-size: 18px; } }
    @media screen and (max-width: 375px) {
      .promo .promo-meta {
        font-size: 17px; } }
  .promo .promo-title {
    margin-top: 0;
    margin-bottom: 8px; }
    .promo .promo-title + .promo-cta {
      margin-top: 10px; }
    @media screen and (max-width: 1024px) {
      .promo .promo-title {
        margin-bottom: 6px; } }
  .promo .promo-tagline {
    margin-top: 0;
    margin-bottom: 12px; }
  @media screen and (max-width: 480px) {
    .promo .promo-cta {
      font-size: 18px; } }
  .promo .link-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%; }

.alt-promo {
  display: flex;
  align-items: center;
  width: 100%;
  background: none;
  border-radius: 0; }
  .alt-promo:first-child {
    margin-top: 60px; }
  .alt-promo:last-child {
    margin-bottom: 60px; }
    @media screen and (max-width: 680px) {
      .alt-promo:last-child .promo-header {
        padding-bottom: 0; } }
  @media screen and (min-width: 861px) {
    .alt-promo:nth-child(2) {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .alt-promo:only-child {
    margin-bottom: 0; }
  .alt-promo .promo-header {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    width: 45%;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px; }
    @media screen and (max-width: 680px) and (min-width: 481px) {
      .alt-promo .promo-header .promo-title {
        font-size: 31px; } }
    @media screen and (max-width: 860px) and (min-width: 681px) {
      .alt-promo .promo-header .promo-title {
        font-size: 29px; } }
    .alt-promo .promo-header .promo-tagline {
      color: #8A91A1; }
    @media screen and (min-width: 1141px) {
      .alt-promo .promo-header .promo-tagline {
        margin-bottom: 16px;
        font-size: 22px; } }
    @media screen and (min-width: 1025px) {
      .alt-promo .promo-header .promo-cta {
        font-size: 22px; } }
    @media screen and (min-width: 681px) {
      .alt-promo .promo-header .promo-cta {
        font-size: 20px; } }
    @media screen and (max-width: 680px) {
      .alt-promo .promo-header {
        width: 100%;
        max-width: 540px;
        padding-top: 30px;
        margin: 0 auto;
        text-align: center; } }
  .alt-promo.image-left .promo-header {
    order: 2;
    padding-right: 5%;
    padding-left: 30px; }
    @media screen and (max-width: 860px) and (min-width: 681px) {
      .alt-promo.image-left .promo-header {
        padding-right: 3%; } }
  .alt-promo.image-right .promo-header {
    order: 0;
    padding-right: 30px;
    padding-left: 5%; }
    @media screen and (max-width: 860px) and (min-width: 681px) {
      .alt-promo.image-right .promo-header {
        padding-left: 3%; } }
  .alt-promo .promo-image {
    width: 55%;
    padding-bottom: 41.666667%;
    background: none;
    background-position: center;
    background-size: cover; }
  @media screen and (max-width: 680px) {
    .alt-promo {
      flex-direction: column;
      width: 100%; }
      .alt-promo.image-left .promo-header, .alt-promo.image-right .promo-header {
        order: 2;
        padding-right: 6%;
        padding-left: 6%; } }

.full-promo {
  display: flex;
  width: 100%;
  height: 560px; }
  .full-promo .promo-header {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    order: 2;
    width: 42%;
    height: 100%;
    padding: 60px 5% 60px 3%; }
    @media screen and (min-width: 1141px) {
      .full-promo .promo-header .promo-tagline {
        margin-bottom: 16px;
        font-size: 22px; } }
    @media screen and (min-width: 1025px) {
      .full-promo .promo-header .promo-cta {
        font-size: 22px; } }
    @media screen and (min-width: 769px) {
      .full-promo .promo-header .promo-cta {
        font-size: 20px; } }
    @media screen and (min-width: 921px) {
      .full-promo .promo-header {
        margin-left: 58%; } }
  .full-promo .promo-image {
    width: 60%;
    height: 100%; }
    @media screen and (min-width: 921px) {
      .full-promo .promo-image {
        position: absolute;
        left: -20%;
        width: 100%; } }
  @media screen and (max-width: 1200px) {
    .full-promo {
      height: 500px; } }
  @media screen and (max-width: 1024px) {
    .full-promo {
      height: 450px; } }
  @media screen and (max-width: 920px) {
    .full-promo {
      flex-direction: column;
      height: 580px; }
      .full-promo .promo-header {
        display: block;
        order: 0;
        width: 100%;
        height: 36%;
        max-width: 540px;
        margin: 0 auto;
        padding: 40px 6% 0;
        text-align: center; }
      .full-promo .promo-image {
        width: 100%;
        height: 64%; } }
  @media screen and (max-width: 480px) {
    .full-promo {
      height: 480px; }
      .full-promo .promo-header {
        height: 42%; }
      .full-promo .promo-image {
        height: 58%; } }
  @media screen and (max-width: 375px) {
    .full-promo {
      height: 460px; }
      .full-promo .promo-header {
        padding-top: 30px; }
        .full-promo .promo-header .promo-title {
          font-size: 29px; } }

.half-promo {
  width: calc(50% - 20px);
  height: 720px; }
  .half-promo:nth-of-type(1) {
    margin-right: 20px; }
  .half-promo:nth-of-type(2) {
    margin-left: 20px; }
  .half-promo .promo-header {
    position: relative;
    z-index: 2;
    height: 40%;
    max-width: 85%;
    padding: 60px 2% 0;
    margin: 0 auto;
    text-align: center; }
  .half-promo.float .promo-image {
    height: 60%; }
  @media screen and (max-width: 1260px) {
    .half-promo {
      height: 600px; }
      .half-promo .promo-header {
        max-width: 90%;
        padding-top: 40px; } }
  @media screen and (max-width: 1260px) and (min-width: 481px) {
    .half-promo .promo-header .promo-title {
      font-size: 31px; }
    .half-promo .promo-header .promo-tagline {
      font-size: 17px; } }
  @media screen and (max-width: 1024px) and (min-width: 861px) {
    .half-promo {
      height: 480px; }
      .half-promo .promo-header {
        height: 45%;
        padding-top: 30px; }
        .half-promo .promo-header .promo-title {
          font-size: 28px; }
        .half-promo .promo-header .promo-tagline {
          font-size: 17px; }
      .half-promo.float .promo-image {
        height: 55%; } }
  @media screen and (max-width: 1024px) {
    .half-promo {
      width: calc(50% - 15px);
      height: 540px; }
      .half-promo:nth-of-type(1) {
        margin-right: 15px; }
      .half-promo:nth-of-type(2) {
        margin-left: 15px; }
      .half-promo .promo-header {
        padding-top: 40px; } }
  @media screen and (max-width: 860px) {
    .half-promo {
      width: 100%; }
      .half-promo:nth-of-type(1) {
        margin-right: 0;
        margin-bottom: 30px; }
      .half-promo:nth-of-type(2) {
        margin-left: 0; }
      .half-promo .promo-header {
        max-width: 540px;
        padding-right: 6%;
        padding-left: 6%; } }
  @media screen and (max-width: 480px) {
    .half-promo {
      height: 480px; }
      .half-promo .promo-header {
        height: 45%;
        padding-top: 30px; }
      .half-promo.float .promo-image {
        height: 55%; } }
  @media screen and (max-width: 375px) {
    .half-promo {
      height: 460px; } }

.promo-image {
  width: 100%;
  background-position: center bottom; }
  .float .promo-image {
    background-size: auto 100%;
    background-repeat: no-repeat; }
  .cover .promo-image {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    background-size: cover; }

.promo-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  color: #2858D1;
  z-index: 4;
  pointer-events: all; }
  .promo-cta:after {
    position: absolute;
    display: block;
    bottom: -0.1rem;
    left: 0;
    width: 0;
    height: 2px;
    background-color: transparent;
    content: '';
    transition: width 0.2s ease, background-color 0.2s ease; }
  .promo-cta:hover:after {
    width: calc(100% - 17px);
    background-color: #2858D1; }
  .promo-cta .icon-chevron-right {
    position: relative;
    top: 1px;
    width: 10px;
    height: 15px;
    margin-left: 7px;
    vertical-align: middle;
    fill: #2858D1; }

.promo-support {
  background-color: #f6f1e9; }
  .promo-support .promo-cta {
    color: #C87A4A; }
  .promo-support .promo-cta:hover:after {
    background-color: #C87A4A; }
  .promo-support .promo-cta .icon-chevron-right {
    fill: #C87A4A; }
  .promo-support .promo-image {
    background-image: url("includes/components/promos/images/promo-support.jpg"); }

.promo-uso {
  background-color: #ECEFF6; }
  .promo-uso .promo-cta {
    color: #3D63C4; }
  .promo-uso .promo-cta:hover:after {
    background-color: #3D63C4; }
  .promo-uso .promo-cta .icon-chevron-right {
    fill: #3D63C4; }
  .promo-uso .promo-image {
    background-image: url("includes/components/promos/images/promo-uso.jpg"); }
  @media screen and (max-width: 480px) and (min-width: 376px) {
    .promo-uso {
      height: 490px; } }
  @media screen and (max-width: 375px) {
    .promo-uso {
      height: 440px; } }

.promo-apps {
  background-color: #F0F1F5; }
  .promo-apps .promo-image {
    background-image: url("includes/components/promos/images/promo-apps.jpg"); }

.promo-themes {
  background-color: #F0F1F5; }
  .promo-themes .promo-image {
    background-image: url("includes/components/promos/images/promo-themes.jpg"); }

.promo-blog .promo-title,
.promo-blog .promo-tagline,
.promo-blog .promo-cta {
  color: #fff; }

.promo-blog .promo-cta:hover:after {
  background-color: #fff; }

.promo-blog .promo-cta .icon-chevron-right {
  fill: #fff; }

.promo-blog .promo-image {
  background-image: url("includes/components/promos/images/promo-blog.jpg"); }

.promo-agency .promo-title,
.promo-agency .promo-tagline {
  color: #fff; }

.promo-agency .promo-meta {
  color: rgba(255, 255, 255, 0.5); }

.promo-agency.viberg .promo-cta {
  color: #fbd7bc; }

.promo-agency.viberg .promo-cta .icon-chevron-right {
  fill: #fbd7bc; }

.promo-agency.viberg .promo-cta:hover:after {
  background-color: #fbd7bc; }

.promo-agency.viberg .promo-image {
  background-image: url("includes/components/promos/images/promo-agency.jpg"); }

.promo-agency.argent .promo-cta {
  color: #b6d4ff; }

.promo-agency.argent .promo-cta .icon-chevron-right {
  fill: #b6d4ff; }

.promo-agency.argent .promo-cta:hover:after {
  background-color: #b6d4ff; }

.promo-agency.argent .promo-image {
  background-image: url("includes/components/promos/images/promo-argent.jpg"); }

@media screen and (max-width: 480px) {
  .promo-agency {
    height: 580px; } }

@media screen and (max-width: 375px) {
  .promo-agency {
    height: 520px; } }

@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .promo-uso,
  .promo-agency {
    height: 620px; } }

@media screen and (max-width: 1024px) and (min-width: 861px) {
  .promo-uso .promo-header,
  .promo-agency .promo-header {
    padding-right: 0;
    padding-left: 0; } }

@media screen and (max-width: 1024px) and (min-width: 481px) {
  .promo-uso,
  .promo-agency {
    height: 570px; } }

.promo-empire {
  background-color: #E0E8E9; }
  .promo-empire .promo-cta {
    color: #157881; }
  .promo-empire .promo-cta:hover:after {
    background-color: #157881; }
  .promo-empire .promo-cta .icon-chevron-right {
    fill: #157881; }
  .promo-empire .promo-image {
    background-image: url("includes/components/promos/images/promo-empire.png"); }

.promo-support-full-width .promo-image {
  background-image: url("includes/components/promos/images/full-width-promo-support.jpg");
  background-size: cover; }

@media screen and (min-width: 1025px) {
  .promo-support-full-width {
    height: 480px; } }

.alt-promo-themes .promo-image {
  background-image: url("includes/components/promos/images/alt-promo-themes.jpg"); }
  @media screen and (max-width: 768px) {
    .alt-promo-themes .promo-image {
      width: 360px;
      height: 266px;
      padding-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .alt-promo-themes .promo-image {
      width: 300px;
      height: 220px; } }

@media screen and (max-width: 480px) {
  .alt-promo-themes .promo-header {
    padding-top: 20px; } }

.alt-promo-apps .promo-image {
  padding-bottom: 34%;
  background-image: url("includes/components/promos/images/alt-promo-apps.jpg"); }
  @media screen and (max-width: 768px) {
    .alt-promo-apps .promo-image {
      width: 375px;
      height: 235px;
      padding-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .alt-promo-apps .promo-image {
      width: 320px;
      height: 200px; } }
  @media screen and (max-width: 860px) and (min-width: 681px) {
    .alt-promo-apps .promo-image {
      width: 315px; } }

@media screen and (max-width: 480px) {
  .alt-promo-apps .promo-header {
    padding-top: 12px; } }

.alt-promo-agency .promo-image {
  padding-bottom: 34.091%;
  background-image: url("includes/components/promos/images/alt-promo-agency.jpg"); }
  @media screen and (max-width: 768px) {
    .alt-promo-agency .promo-image {
      width: 375px;
      height: 235px;
      padding-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .alt-promo-agency .promo-image {
      width: 320px;
      height: 200px; } }

@media screen and (max-width: 768px) {
  .alt-promo-agency .promo-header {
    padding-top: 16px; } }

@media screen and (max-width: 480px) {
  .alt-promo-agency .promo-header {
    padding-top: 4px; } }

.row-of-2 .half-promo:nth-of-type(2) .promo-header {
  transition-delay: 0.25s; }

.page-template-support .half-promo .promo-header {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0); }

.animate .promo-header {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.promo-block-title,
.promo-block-tagline {
  text-align: center; }

.promo-block-title {
  margin-bottom: 16px; }

.promo-block-tagline {
  margin-top: 0; }
  .promo-block-tagline + .promo-comp-row.row-of-2 {
    margin-top: 80px; }

.screenshot {
  position: relative; }

.screenshot-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0; }

.screenshot-btn-group {
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
  z-index: 5;
  display: block;
  text-align: center;
  opacity: 0;
  -ms-transform: translateY(-30%);
      transform: translateY(-30%);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .screenshot:hover .screenshot-btn-group {
    opacity: 1;
    -ms-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1); }
  .screenshot-btn-group .btn ~ .btn, .screenshot-btn-group .gform_button ~ .btn, .screenshot-btn-group #affwp-register-form input[type="submit"] ~ .btn, #affwp-register-form .screenshot-btn-group input[type="submit"] ~ .btn, .screenshot-btn-group .entry-tags a ~ .btn, .entry-tags .screenshot-btn-group a ~ .btn, .screenshot-btn-group .page-template-application-form .gform_button_select_files ~ .btn, .page-template-application-form .screenshot-btn-group .gform_button_select_files ~ .btn, .screenshot-btn-group .edd-submit ~ .btn, .screenshot-btn-group #edd_purchase_receipt_products .edd_download_file_link ~ .btn, #edd_purchase_receipt_products .screenshot-btn-group .edd_download_file_link ~ .btn, .screenshot-btn-group .btn ~ .gform_button, .screenshot-btn-group .gform_button ~ .gform_button, .screenshot-btn-group #affwp-register-form input[type="submit"] ~ .gform_button, #affwp-register-form .screenshot-btn-group input[type="submit"] ~ .gform_button, .screenshot-btn-group .entry-tags a ~ .gform_button, .entry-tags .screenshot-btn-group a ~ .gform_button, .screenshot-btn-group .page-template-application-form .gform_button_select_files ~ .gform_button, .page-template-application-form .screenshot-btn-group .gform_button_select_files ~ .gform_button, .screenshot-btn-group .edd-submit ~ .gform_button, .screenshot-btn-group #edd_purchase_receipt_products .edd_download_file_link ~ .gform_button, #edd_purchase_receipt_products .screenshot-btn-group .edd_download_file_link ~ .gform_button, .screenshot-btn-group #affwp-register-form .btn ~ input[type="submit"], #affwp-register-form .screenshot-btn-group .btn ~ input[type="submit"], .screenshot-btn-group #affwp-register-form .gform_button ~ input[type="submit"], #affwp-register-form .screenshot-btn-group .gform_button ~ input[type="submit"], .screenshot-btn-group #affwp-register-form input[type="submit"] ~ input[type="submit"], #affwp-register-form .screenshot-btn-group input[type="submit"] ~ input[type="submit"], .screenshot-btn-group .entry-tags #affwp-register-form a ~ input[type="submit"], #affwp-register-form .screenshot-btn-group .entry-tags a ~ input[type="submit"], .entry-tags .screenshot-btn-group #affwp-register-form a ~ input[type="submit"], #affwp-register-form .entry-tags .screenshot-btn-group a ~ input[type="submit"], .screenshot-btn-group .page-template-application-form #affwp-register-form .gform_button_select_files ~ input[type="submit"], #affwp-register-form .screenshot-btn-group .page-template-application-form .gform_button_select_files ~ input[type="submit"], .page-template-application-form .screenshot-btn-group #affwp-register-form .gform_button_select_files ~ input[type="submit"], #affwp-register-form .page-template-application-form .screenshot-btn-group .gform_button_select_files ~ input[type="submit"], .screenshot-btn-group #affwp-register-form .edd-submit ~ input[type="submit"], #affwp-register-form .screenshot-btn-group .edd-submit ~ input[type="submit"], .screenshot-btn-group #edd_purchase_receipt_products #affwp-register-form .edd_download_file_link ~ input[type="submit"], #affwp-register-form .screenshot-btn-group #edd_purchase_receipt_products .edd_download_file_link ~ input[type="submit"], #edd_purchase_receipt_products .screenshot-btn-group #affwp-register-form .edd_download_file_link ~ input[type="submit"], #affwp-register-form #edd_purchase_receipt_products .screenshot-btn-group .edd_download_file_link ~ input[type="submit"], .screenshot-btn-group .entry-tags .btn ~ a, .entry-tags .screenshot-btn-group .btn ~ a, .screenshot-btn-group .entry-tags .gform_button ~ a, .entry-tags .screenshot-btn-group .gform_button ~ a, .screenshot-btn-group #affwp-register-form .entry-tags input[type="submit"] ~ a, .entry-tags .screenshot-btn-group #affwp-register-form input[type="submit"] ~ a, #affwp-register-form .screenshot-btn-group .entry-tags input[type="submit"] ~ a, .entry-tags #affwp-register-form .screenshot-btn-group input[type="submit"] ~ a, .screenshot-btn-group .entry-tags a ~ a, .entry-tags .screenshot-btn-group a ~ a, .screenshot-btn-group .page-template-application-form .entry-tags .gform_button_select_files ~ a, .entry-tags .screenshot-btn-group .page-template-application-form .gform_button_select_files ~ a, .page-template-application-form .screenshot-btn-group .entry-tags .gform_button_select_files ~ a, .entry-tags .page-template-application-form .screenshot-btn-group .gform_button_select_files ~ a, .screenshot-btn-group .entry-tags .edd-submit ~ a, .entry-tags .screenshot-btn-group .edd-submit ~ a, .screenshot-btn-group #edd_purchase_receipt_products .entry-tags .edd_download_file_link ~ a, .entry-tags .screenshot-btn-group #edd_purchase_receipt_products .edd_download_file_link ~ a, #edd_purchase_receipt_products .screenshot-btn-group .entry-tags .edd_download_file_link ~ a, .entry-tags #edd_purchase_receipt_products .screenshot-btn-group .edd_download_file_link ~ a, .screenshot-btn-group .page-template-application-form .btn ~ .gform_button_select_files, .page-template-application-form .screenshot-btn-group .btn ~ .gform_button_select_files, .screenshot-btn-group .page-template-application-form .gform_button ~ .gform_button_select_files, .page-template-application-form .screenshot-btn-group .gform_button ~ .gform_button_select_files, .screenshot-btn-group #affwp-register-form .page-template-application-form input[type="submit"] ~ .gform_button_select_files, .page-template-application-form .screenshot-btn-group #affwp-register-form input[type="submit"] ~ .gform_button_select_files, #affwp-register-form .screenshot-btn-group .page-template-application-form input[type="submit"] ~ .gform_button_select_files, .page-template-application-form #affwp-register-form .screenshot-btn-group input[type="submit"] ~ .gform_button_select_files, .screenshot-btn-group .entry-tags .page-template-application-form a ~ .gform_button_select_files, .page-template-application-form .screenshot-btn-group .entry-tags a ~ .gform_button_select_files, .entry-tags .screenshot-btn-group .page-template-application-form a ~ .gform_button_select_files, .page-template-application-form .entry-tags .screenshot-btn-group a ~ .gform_button_select_files, .screenshot-btn-group .page-template-application-form .gform_button_select_files ~ .gform_button_select_files, .page-template-application-form .screenshot-btn-group .gform_button_select_files ~ .gform_button_select_files, .screenshot-btn-group .page-template-application-form .edd-submit ~ .gform_button_select_files, .page-template-application-form .screenshot-btn-group .edd-submit ~ .gform_button_select_files, .screenshot-btn-group #edd_purchase_receipt_products .page-template-application-form .edd_download_file_link ~ .gform_button_select_files, .page-template-application-form .screenshot-btn-group #edd_purchase_receipt_products .edd_download_file_link ~ .gform_button_select_files, #edd_purchase_receipt_products .screenshot-btn-group .page-template-application-form .edd_download_file_link ~ .gform_button_select_files, .page-template-application-form #edd_purchase_receipt_products .screenshot-btn-group .edd_download_file_link ~ .gform_button_select_files, .screenshot-btn-group .btn ~ .edd-submit, .screenshot-btn-group .gform_button ~ .edd-submit, .screenshot-btn-group #affwp-register-form input[type="submit"] ~ .edd-submit, #affwp-register-form .screenshot-btn-group input[type="submit"] ~ .edd-submit, .screenshot-btn-group .entry-tags a ~ .edd-submit, .entry-tags .screenshot-btn-group a ~ .edd-submit, .screenshot-btn-group .page-template-application-form .gform_button_select_files ~ .edd-submit, .page-template-application-form .screenshot-btn-group .gform_button_select_files ~ .edd-submit, .screenshot-btn-group .edd-submit ~ .edd-submit, .screenshot-btn-group #edd_purchase_receipt_products .edd_download_file_link ~ .edd-submit, #edd_purchase_receipt_products .screenshot-btn-group .edd_download_file_link ~ .edd-submit, .screenshot-btn-group #edd_purchase_receipt_products .btn ~ .edd_download_file_link, #edd_purchase_receipt_products .screenshot-btn-group .btn ~ .edd_download_file_link, .screenshot-btn-group #edd_purchase_receipt_products .gform_button ~ .edd_download_file_link, #edd_purchase_receipt_products .screenshot-btn-group .gform_button ~ .edd_download_file_link, .screenshot-btn-group #affwp-register-form #edd_purchase_receipt_products input[type="submit"] ~ .edd_download_file_link, #edd_purchase_receipt_products .screenshot-btn-group #affwp-register-form input[type="submit"] ~ .edd_download_file_link, #affwp-register-form .screenshot-btn-group #edd_purchase_receipt_products input[type="submit"] ~ .edd_download_file_link, #edd_purchase_receipt_products #affwp-register-form .screenshot-btn-group input[type="submit"] ~ .edd_download_file_link, .screenshot-btn-group .entry-tags #edd_purchase_receipt_products a ~ .edd_download_file_link, #edd_purchase_receipt_products .screenshot-btn-group .entry-tags a ~ .edd_download_file_link, .entry-tags .screenshot-btn-group #edd_purchase_receipt_products a ~ .edd_download_file_link, #edd_purchase_receipt_products .entry-tags .screenshot-btn-group a ~ .edd_download_file_link, .screenshot-btn-group .page-template-application-form #edd_purchase_receipt_products .gform_button_select_files ~ .edd_download_file_link, #edd_purchase_receipt_products .screenshot-btn-group .page-template-application-form .gform_button_select_files ~ .edd_download_file_link, .page-template-application-form .screenshot-btn-group #edd_purchase_receipt_products .gform_button_select_files ~ .edd_download_file_link, #edd_purchase_receipt_products .page-template-application-form .screenshot-btn-group .gform_button_select_files ~ .edd_download_file_link, .screenshot-btn-group #edd_purchase_receipt_products .edd-submit ~ .edd_download_file_link, #edd_purchase_receipt_products .screenshot-btn-group .edd-submit ~ .edd_download_file_link, .screenshot-btn-group #edd_purchase_receipt_products .edd_download_file_link ~ .edd_download_file_link, #edd_purchase_receipt_products .screenshot-btn-group .edd_download_file_link ~ .edd_download_file_link {
    margin: 14px 0 0; }
  @media screen and (max-width: 768px) {
    .screenshot-btn-group {
      display: none; } }

.screenshot-link-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #2f2f2f;
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .screenshot:hover .screenshot-link-bg {
    opacity: .88; }
  .screenshot-link-bg.has-border {
    margin-top: 3.75%; }
  @media screen and (max-width: 768px) {
    .screenshot-link-bg {
      display: none; } }

.screenshot-large {
  position: relative;
  z-index: 0;
  box-shadow: 0 0 0 1px rgba(17, 35, 56, 0.1); }

.screenshot-chrome {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  padding: 3.75% 1.75% 0;
  text-align: left;
  background: #D2D3D6;
  border-radius: 1% 1% 0 0 / 25% 25% 0 0; }
  .screenshot-chrome img {
    position: absolute;
    top: 32%;
    width: 5%;
    height: auto; }

.screenshot-image {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%; }
  .screenshot-desktop .screenshot-image {
    -o-object-fit: cover;
       object-fit: cover; }
  .screenshot-image.has-border {
    padding-top: 3.75%; }

.screenshot-mobile {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  background: #fff; }

.workwithus-cta {
  margin-bottom: 160px;
  text-align: center; }

.workwithus-cta-title {
  font-size: 32px;
  font-weight: 700; }
  .workwithus-cta-title:before {
    content: "";
    margin: 0 auto 30px; }

.work-with-us header {
  padding-top: 11.25vw;
  padding-bottom: 3vw;
  max-width: 645px;
  margin: 0 auto;
  text-align: center; }

.work-with-us h2, .work-with-us .content-projects-title, .work-with-us .newentry .newentry-content .content-projects-title, .newentry .newentry-content .work-with-us .content-projects-title, .work-with-us .discounts-page .newentry-content .content-projects-title, .discounts-page .newentry-content .work-with-us .content-projects-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  color: #121C36; }

.work-with-us p {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  color: #121C36; }

.accordion {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E1E5EB; }
  .comp-accordion:first-of-type .accordion {
    border-top: 1px solid #E1E5EB; }
  @media screen and (max-width: 860px) {
    .accordion {
      flex-direction: column; } }

.accordion-title {
  width: 220px;
  margin-right: 40px;
  cursor: pointer; }
  .accordion-title h1 {
    margin-top: 1em;
    margin-bottom: 1em; }
    @media screen and (max-width: 860px) {
      .accordion-title h1 {
        margin-top: 0;
        margin-bottom: 0; } }

.accordion-close-button {
  position: absolute;
  top: 60px;
  right: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  outline: 0; }
  @media screen and (max-width: 860px) {
    .accordion-close-button {
      top: 30px; } }

.accordion-close-icon {
  width: 26px;
  height: 26px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  transition: transform 0.2s ease;
  cursor: pointer; }
  .accordion-selected .accordion-close-icon {
    -ms-transform: rotate(0);
        transform: rotate(0); }

.accordion-body {
  width: 100%; }

.accordion-content {
  flex-grow: 1;
  padding-top: 0;
  padding-right: 100px;
  padding-bottom: 0;
  padding-left: 60px;
  box-sizing: content-box;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: hidden; }
  .accordion-selected .accordion-content {
    max-height: none;
    padding-top: 30px;
    padding-bottom: 30px;
    opacity: 1;
    overflow-y: unset;
    overflow-x: unset; }
    @media screen and (max-width: 860px) {
      .accordion-selected .accordion-content {
        padding-top: 24px; } }
  .accordion-content > *:first-child {
    margin-top: 5.5px; }
    @media screen and (max-width: 1024px) {
      .accordion-content > *:first-child {
        margin-top: 2px; } }
    @media screen and (max-width: 860px) {
      .accordion-content > *:first-child {
        margin-top: 0; } }
  .accordion-content > *:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1300px) {
    .accordion-content {
      padding-right: 60px; } }
  @media screen and (max-width: 1140px) {
    .accordion-content {
      padding-left: 30px; } }
  @media screen and (max-width: 860px) {
    .accordion-content {
      margin-right: 0;
      margin-left: 0;
      padding-right: 0;
      padding-left: 0; } }

.accordion-excerpt {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 103px;
  transform: translate3d(0, 0, 0);
  padding-top: 0;
  padding-right: 100px;
  padding-bottom: 0;
  padding-left: 60px;
  box-sizing: content-box;
  cursor: pointer;
  overflow-y: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), margin 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1; }
  .accordion-selected .accordion-excerpt {
    opacity: 0;
    height: 0;
    margin-top: 0;
    margin-bottom: 0; }
  @media screen and (max-width: 1300px) {
    .accordion-excerpt {
      padding-right: 60px; } }
  @media screen and (max-width: 1140px) {
    .accordion-excerpt {
      padding-left: 30px; } }
  @media screen and (max-width: 1024px) {
    .accordion-excerpt {
      height: 97px; } }
  @media screen and (max-width: 860px) {
    .accordion-excerpt {
      margin-top: 12px;
      margin-right: 0;
      margin-left: 0;
      padding-top: 0;
      padding-left: 0;
      box-sizing: border-box;
      height: 30px;
      overflow: unset;
      align-items: baseline; } }
  @media screen and (max-width: 620px) {
    .accordion-excerpt {
      height: 50px; } }

.content-cta {
  flex-direction: column;
  padding: 60px 40px;
  background-color: #F2F3F5;
  text-align: center;
  border-radius: 10px;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center; }
  .content-cta .content-cta-title {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: normal; }
  .content-cta .content-cta-description {
    margin-top: 8px;
    margin-bottom: 36px;
    color: #8A91A1; }
    .content-cta .content-cta-description p {
      margin-top: 0;
      margin-bottom: 0;
      line-height: normal; }
    .content-cta .content-cta-description:last-child {
      margin-bottom: 10px; }
  .content-cta .content-cta-actions {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap; }
    .content-cta .content-cta-actions input {
      margin-right: 5px;
      margin-left: 5px;
      margin-bottom: 0; }
    .content-cta .content-cta-actions .pxu-callout-image-btn {
      padding-top: 15px;
      padding-bottom: 15px;
      line-height: 1.2; }
    .content-cta .content-cta-actions .pxu-callout-image-btn,
    .content-cta .content-cta-actions .page-header-image-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 285px;
      margin-right: 10px;
      margin-left: 10px;
      color: #fff; }
      .content-cta .content-cta-actions .pxu-callout-image-btn img,
      .content-cta .content-cta-actions .page-header-image-btn img {
        position: static;
        width: 24px;
        min-width: 0;
        height: 24px;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 10px; }
      .content-cta .content-cta-actions .pxu-callout-image-btn.pxu-callout-shopify-btn, .content-cta .content-cta-actions .pxu-callout-image-btn.page-header-shopify-btn,
      .content-cta .content-cta-actions .page-header-image-btn.pxu-callout-shopify-btn,
      .content-cta .content-cta-actions .page-header-image-btn.page-header-shopify-btn {
        background-color: #5D6BBE;
        border-color: #5D6BBE; }
      .content-cta .content-cta-actions .pxu-callout-image-btn.pxu-callout-bigcommerce-btn, .content-cta .content-cta-actions .pxu-callout-image-btn.page-header-bigcommerce-btn,
      .content-cta .content-cta-actions .page-header-image-btn.pxu-callout-bigcommerce-btn,
      .content-cta .content-cta-actions .page-header-image-btn.page-header-bigcommerce-btn {
        background-color: #5072F3;
        border-color: #5072F3; }
        @media screen and (max-width: 750px) {
          .content-cta .content-cta-actions .pxu-callout-image-btn.pxu-callout-bigcommerce-btn, .content-cta .content-cta-actions .pxu-callout-image-btn.page-header-bigcommerce-btn,
          .content-cta .content-cta-actions .page-header-image-btn.pxu-callout-bigcommerce-btn,
          .content-cta .content-cta-actions .page-header-image-btn.page-header-bigcommerce-btn {
            margin-bottom: 10px; } }
      @media screen and (max-width: 480px) {
        .content-cta .content-cta-actions .pxu-callout-image-btn,
        .content-cta .content-cta-actions .page-header-image-btn {
          margin-right: 0;
          margin-left: 0; } }
    @media screen and (max-width: 772px) {
      .content-cta .content-cta-actions {
        width: 100%; }
        .content-cta .content-cta-actions input {
          margin-top: 10px;
          margin-left: 0;
          width: 100%; }
          .content-cta .content-cta-actions input:first-child {
            margin-top: 0; } }
    .content-cta .content-cta-actions .btn, .content-cta .content-cta-actions .gform_button, .content-cta .content-cta-actions #affwp-register-form input[type="submit"], #affwp-register-form .content-cta .content-cta-actions input[type="submit"], .content-cta .content-cta-actions .entry-tags a, .entry-tags .content-cta .content-cta-actions a, .content-cta .content-cta-actions .page-template-application-form .gform_button_select_files, .page-template-application-form .content-cta .content-cta-actions .gform_button_select_files, .content-cta .content-cta-actions .edd-submit, .content-cta .content-cta-actions #edd_purchase_receipt_products .edd_download_file_link, #edd_purchase_receipt_products .content-cta .content-cta-actions .edd_download_file_link {
      min-width: 180px; }
  .content-cta .content-cta-title + .content-cta-actions {
    margin-top: 28px; }

/*
 * Single Theme CTA
 */
.single-theme-cta {
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px; }
  .single-theme-cta .content-cta {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
    width: 50%; }
    .single-theme-cta .content-cta .content-cta-title {
      width: 100%;
      margin-top: 0; }
      .single-theme-cta .content-cta .content-cta-title::before {
        display: none; }
    .single-theme-cta .content-cta .content-cta-description {
      max-width: none; }
    @media screen and (max-width: 1024px) {
      .single-theme-cta .content-cta {
        width: 100%;
        margin-bottom: 0;
        text-align: center; }
        .single-theme-cta .content-cta .content-cta-btn {
          margin-right: auto;
          margin-left: auto; } }
  .single-theme-cta .cta-image-link {
    display: block;
    width: 50%;
    margin-right: 30px; }
    @media screen and (max-width: 1024px) {
      .single-theme-cta .cta-image-link {
        width: 100%;
        margin-right: 0; } }
  .single-theme-cta .cta-image {
    display: block;
    width: 100%; }
  @media screen and (max-width: 1024px) {
    .single-theme-cta {
      flex-wrap: wrap; } }

@media screen and (min-width: 769px) {
  .phase {
    display: table;
    width: calc(100% + 150px);
    margin-left: -75px;
    border-collapse: separate;
    border-spacing: 75px 0; } }

@media screen and (min-width: 769px) {
  .phase-image-wrapper,
  .phase-content-wrapper {
    display: table-cell;
    vertical-align: top; } }

.phase-image-wrapper {
  width: 95px;
  height: auto; }
  @media screen and (min-width: 769px) {
    .phase-image-wrapper {
      width: 17.9%; } }
  .phase-image-wrapper .phase-image {
    width: 100%;
    height: auto;
    margin: 0; }

@media screen and (min-width: 769px) {
  .phase-content-wrapper {
    width: 90%; } }

.phase-content-wrapper .phase-content > * {
  margin-top: 20px; }
  @media screen and (min-width: 769px) {
    .phase-content-wrapper .phase-content > * {
      margin-top: 0; } }

.pixelpop-ad {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1350px;
  padding-right: 10%;
  padding-left: 10%;
  margin-top: 115px;
  margin-right: auto;
  margin-bottom: 115px;
  margin-left: auto; }

.pixelpop-ad-image-wrapper,
.pixelpop-ad-info-wrapper {
  flex-basis: auto;
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .pixelpop-ad-image-wrapper,
    .pixelpop-ad-info-wrapper {
      width: 47.5%;
      text-align: left; } }

.pixelpop-ad-image {
  width: 100%;
  margin-bottom: 50px; }
  @media screen and (min-width: 769px) {
    .pixelpop-ad-image {
      margin-bottom: 0; } }

.pixelpop-ad-title {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px; }
  @media screen and (min-width: 769px) {
    .pixelpop-ad-title {
      justify-content: flex-start; } }
  .pixelpop-ad-title span {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-right: 10px; }
  .pixelpop-ad-title img {
    width: 30px;
    height: 30px;
    margin-right: 10px; }

.pixelpop-ad-content {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .pixelpop-ad-content {
      text-align: left; } }

.pixelpop-ad-btn {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: auto; }
  .pixelpop-ad-btn img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    vertical-align: middle; }

.content-projects {
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 0;
  text-align: center; }
  .content-projects .case-study-listing {
    width: 100%;
    vertical-align: top; }
    @media screen and (min-width: 769px) {
      .content-projects .case-study-listing {
        display: inline-block;
        width: calc(50% - 20px); } }
    @media screen and (min-width: 769px) {
      .content-projects .case-study-listing:first-child {
        margin-right: 20px; } }
    @media screen and (min-width: 769px) {
      .content-projects .case-study-listing:last-child {
        margin-left: 20px; } }
  .content-projects .case-study-listing-description {
    min-height: 80px;
    font-size: 16px; }
    @media screen and (min-width: 1025px) {
      .content-projects .case-study-listing-description {
        min-height: 92px;
        font-size: 18px; } }
    @media screen and (min-width: 1141px) {
      .content-projects .case-study-listing-description {
        min-height: 124px;
        font-size: 24px; } }

.content-projects-description {
  max-width: 640px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto; }

.has-content-cta-divider .content-projects-title::before {
  margin: 0 auto 30px;
  content: ""; }

.support-cta {
  position: relative;
  display: block;
  padding-top: 25px;
  padding-bottom: 60px;
  background-color: #f2f2f7;
  background-image: url("images/support-team.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 70%; }
  @media screen and (min-width: 1025px) {
    .support-cta {
      background-position: 100% calc(100% + 25px);
      background-size: 50% auto; } }
  @media screen and (min-width: 1141px) {
    .support-cta {
      padding-top: 50px;
      padding-bottom: 60px;
      background-size: 580px auto; } }

.support-cta-wrapper {
  padding-bottom: 45%;
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .support-cta-wrapper {
      width: 50%;
      padding-bottom: 0;
      text-align: left; } }
  @media screen and (min-width: 1141px) {
    .support-cta-wrapper {
      width: 40%; } }
  @media screen and (min-width: 1301px) {
    .support-cta-wrapper {
      width: 49%; } }

.support-cta-section-title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px; }

.support-cta-content {
  margin-top: 0;
  margin-bottom: 20px; }

.support-cta-btn {
  padding: 10px 50px;
  margin-top: 20px;
  background-color: #162fe9; }

.testimonial {
  position: relative;
  padding: 20px;
  margin: 0 auto 50px;
  font-size: 0; }
  @media screen and (min-width: 769px) {
    .testimonial {
      padding: 30px 0;
      overflow: hidden; } }
  @media screen and (min-width: 1025px) {
    .testimonial {
      margin-bottom: 120px; } }
  .testimonial::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #edeef4;
    content: ""; }
    @media screen and (min-width: 769px) {
      .testimonial::before {
        width: 90%; } }
  .testimonial .testimonial-screenshot {
    display: none; }
    @media screen and (min-width: 769px) {
      .testimonial .testimonial-screenshot {
        position: absolute;
        top: 36px;
        right: 78%;
        bottom: 0;
        display: block;
        width: auto;
        height: 100%; } }
  .testimonial .testimonial-screenshot-image {
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.35);
    -ms-transform: none;
        transform: none; }
    @media screen and (min-width: 769px) {
      .testimonial .testimonial-screenshot-image {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: 100%; } }
  .testimonial .testimonial-quote {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em; }
    @media screen and (min-width: 769px) {
      .testimonial .testimonial-quote {
        margin-left: 25%;
        font-size: 18px;
        line-height: 1.5em; } }
    @media screen and (min-width: 1025px) {
      .testimonial .testimonial-quote {
        font-size: 20px; } }
    @media screen and (min-width: 1141px) {
      .testimonial .testimonial-quote {
        font-size: 24px; } }
  .testimonial .testimonial-cite {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    word-break: break-all; }
    @media screen and (min-width: 769px) {
      .testimonial .testimonial-cite {
        margin-left: 25%; } }
    .testimonial .testimonial-cite::before {
      position: absolute;
      top: -8px;
      left: 0;
      content: "\2015"; }
  .testimonial .testimonial-person {
    margin-bottom: 0;
    font-weight: 700; }
  .testimonial .testimonial-title {
    margin: 0;
    font-weight: 400; }
  @media screen and (min-width: 769px) {
    .testimonial.screenshot-right::before {
      right: 0;
      left: initial; } }
  .testimonial.screenshot-right .testimonial-screenshot {
    right: initial;
    left: 78%; }
  @media screen and (min-width: 769px) {
    .testimonial.screenshot-right .testimonial-quote {
      margin-right: 25%;
      margin-left: 0; } }
  @media screen and (min-width: 769px) {
    .testimonial.screenshot-right .testimonial-cite {
      margin-left: calc(10% + 30px); } }

.page-template-contact .header-top {
  z-index: 100; }

@media screen and (max-width: 1200px) and (min-width: 861px) {
  .page-template-contact .accordion-title {
    width: 300px; } }

.support-search {
  position: relative;
  max-width: 540px;
  margin: 60px auto 0;
  text-align: center; }
  .support-search .support-search-field {
    margin-bottom: 0;
    width: 100%;
    height: 64px;
    padding-left: 65px;
    border-radius: 110px;
    box-sizing: border-box; }
    .support-search .support-search-field::-webkit-input-placeholder {
      color: #8A91A1; }
    .support-search .support-search-field:-ms-input-placeholder {
      color: #8A91A1; }
    .support-search .support-search-field::placeholder {
      color: #8A91A1; }
    .support-search .support-search-field:focus, .support-search .support-search-field:active {
      border-color: #2858D1;
      box-shadow: 0 0 0 3px rgba(40, 88, 209, 0.2);
      outline: 0; }
      .support-search .support-search-field:focus ~ .support-search-submit, .support-search .support-search-field:active ~ .support-search-submit {
        color: #2858D1; }
    @media screen and (min-width: 481px) {
      .support-search .support-search-field {
        font-size: 20px; } }
  .support-search .support-search-submit {
    position: absolute;
    top: 20px;
    left: 22px;
    z-index: 1;
    width: 27px;
    height: 25px;
    color: #8A91A1; }
    .support-search .support-search-submit .icon-search {
      width: 100%;
      height: 100%; }
  @media screen and (max-width: 480px) {
    .support-search .support-search-field {
      height: 52px;
      padding-left: 55px; }
    .support-search .support-search-submit {
      top: 15px;
      left: 17px;
      width: 24px;
      height: 22px; } }

.other-platform-callouts {
  margin-top: 100px; }

.support-callouts-text {
  margin-bottom: 40px;
  text-align: center; }

.support-callouts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px; }
  @media screen and (max-width: 860px) {
    .support-callouts {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
      row-gap: 20px; } }

.support-callout {
  position: relative;
  width: 100%;
  padding-bottom: 46%;
  background-color: #F2F3F5;
  border-radius: 10px; }
  .support-callout .support-callout-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8A91A1; }
    .support-callout .support-callout-link .icon-bigcommerce {
      width: 180px;
      height: 40px; }
    .support-callout .support-callout-link .icon-wordpress {
      width: 178px;
      height: 36px; }
    .support-callout .support-callout-link .icon-tumblr {
      width: 130px;
      height: 27px; }
    .support-callout .support-callout-link .icon-webflow {
      width: 152px;
      height: 38px; }
    .support-callout .support-callout-link .icon-off-site {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 8px;
      height: 8px; }
    @media screen and (max-width: 1024px) and (min-width: 861px) {
      .support-callout .support-callout-link .icon-bigcommerce {
        width: 135px;
        height: 30px; }
      .support-callout .support-callout-link .icon-wordpress {
        width: 134px;
        height: 27px; }
      .support-callout .support-callout-link .icon-tumblr {
        width: 98px;
        height: 20px; }
      .support-callout .support-callout-link .icon-webflow {
        width: 114px;
        height: 29px; } }
    @media screen and (max-width: 540px) {
      .support-callout .support-callout-link .icon-bigcommerce {
        width: 135px;
        height: 30px; }
      .support-callout .support-callout-link .icon-wordpress {
        width: 134px;
        height: 27px; }
      .support-callout .support-callout-link .icon-tumblr {
        width: 98px;
        height: 20px; }
      .support-callout .support-callout-link .icon-webflow {
        width: 114px;
        height: 29px; } }
    @media screen and (max-width: 375px) {
      .support-callout .support-callout-link .icon-bigcommerce {
        width: 90px;
        height: 20px; }
      .support-callout .support-callout-link .icon-wordpress {
        width: 89px;
        height: 18px; }
      .support-callout .support-callout-link .icon-tumblr {
        width: 65px;
        height: 14px; }
      .support-callout .support-callout-link .icon-webflow {
        width: 76px;
        height: 19px; } }

.support-shopify-callout {
  height: auto; }
  .support-shopify-callout .icon-off-site {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
    color: #8A91A1; }
  .support-shopify-callout .promo-title.shopify-apps-title svg {
    width: 243px;
    max-width: 100%;
    height: 48px; }
  .support-shopify-callout .promo-title.shopify-themes-title svg {
    width: 273px;
    max-width: 100%;
    height: 48px; }
  .support-shopify-callout .promo-header {
    height: auto; }
  .support-shopify-callout .promo-cta {
    margin-bottom: 60px; }
    @media screen and (max-width: 1024px) {
      .support-shopify-callout .promo-cta {
        margin-bottom: 40px; } }
    @media screen and (max-width: 375px) {
      .support-shopify-callout .promo-cta {
        margin-bottom: 30px; } }

.testimonial-avatar {
  padding: 2px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75); }

.testimonial-avatar-image {
  display: block;
  width: 100%;
  border-radius: 50%; }

.testimonial-brand {
  position: relative;
  padding: 30px;
  font-size: 0; }

.testimonial-brand-quote {
  margin-bottom: 45px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em; }
  @media screen and (min-width: 769px) {
    .testimonial-brand-quote {
      margin-bottom: 55px; } }

.testimonial-brand-cite {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6; }
  @media screen and (min-width: 1025px) {
    .testimonial-brand-cite {
      font-size: 16px; } }
  .testimonial-brand-cite::before {
    position: absolute;
    top: -8px;
    left: 0;
    content: "\2015"; }

.testimonial-brand-person {
  margin-bottom: 0;
  font-weight: 700; }

.testimonial-brand-title {
  margin: 0;
  font-weight: 500; }

.testimonial-customer {
  position: relative;
  display: block;
  margin-bottom: 20px;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .testimonial-customer {
      width: calc(50% - 20px);
      float: left;
      margin: 0 0 20px 20px; } }
  @media screen and (min-width: 1025px) {
    .testimonial-customer {
      width: calc((100% / 3) - 20px); } }
  .testimonial-customer.has-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: color-pxw-heading-text;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.77, 0.02, 0.125, 0.99); }
  .testimonial-customer img {
    max-width: 100%;
    height: auto; }
  .testimonial-customer .btn, .testimonial-customer .gform_button, .testimonial-customer #affwp-register-form input[type="submit"], #affwp-register-form .testimonial-customer input[type="submit"], .testimonial-customer .entry-tags a, .entry-tags .testimonial-customer a, .testimonial-customer .page-template-application-form .gform_button_select_files, .page-template-application-form .testimonial-customer .gform_button_select_files, .testimonial-customer .edd-submit, .testimonial-customer #edd_purchase_receipt_products .edd_download_file_link, #edd_purchase_receipt_products .testimonial-customer .edd_download_file_link {
    position: absolute;
    z-index: 1;
    top: 50%;
    opacity: 0;
    left: 50%;
    -ms-transform: translate(-50%, -20%);
        transform: translate(-50%, -20%);
    transition: transform 0.4s cubic-bezier(0.77, 0.02, 0.125, 0.99), opacity 0.4s cubic-bezier(0.77, 0.02, 0.125, 0.99); }

.testimonials-mentions {
  background-color: white;
  overflow-x: visible; }
  .testimonials-mentions header {
    padding: 0;
    margin-top: 60px;
    margin-bottom: 40px; }
  .testimonials-mentions.vertical header {
    margin-top: 40px; }
  @media screen and (min-width: 1025px) {
    .testimonials-mentions.vertical h2, .testimonials-mentions.vertical .content-projects-title {
      text-transform: uppercase;
      font-size: 20px;
      text-align: left; } }

.testimonials-mention-group {
  text-align: center;
  font-size: 0; }

.testimonials-mention {
  display: inline-block;
  width: 100%;
  text-align: left;
  box-shadow: none;
  padding: 25px 2.5%; }
  @media screen and (min-width: 769px) {
    .testimonials-mention {
      width: 33.33%; } }
  @media screen and (min-width: 1025px) {
    .vertical .testimonials-mention {
      display: block;
      width: 100%;
      padding-left: 0; } }
  @media screen and (min-width: 1025px) {
    .horizontal .testimonials-mention {
      display: inline-block;
      width: 33.33%; } }

.testimonials-mention-quote {
  position: relative;
  margin: 0 0 10px; }
  .testimonials-mention-quote:before {
    position: absolute;
    left: -10px;
    top: -3px;
    font-size: 24px; }
  .testimonials-mention-quote:before, .testimonials-mention-quote:after {
    content: "\""; }

.testimonials-mention-avatar-cite-wrapper {
  width: 100%;
  height: auto;
  margin-top: 20px; }

.testimonials-mention-avatar {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 2px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75); }
  .testimonials-mention-avatar img {
    display: block;
    width: 100%;
    border-radius: 50%; }

.testimonials-mention-avatar,
.testimonials-mention-cite {
  position: relative;
  display: inline-block;
  right: 0;
  left: 0;
  bottom: 0;
  vertical-align: middle; }

.testimonials-mention-cite {
  margin-right: 15px; }

.testimonial-mini {
  display: inline-block;
  text-align: center; }

.testimonial-mini-avatar {
  display: inline-block; }
  .testimonial-mini-avatar .testimonial-avatar {
    width: 10vw;
    max-width: 80px; }

.testimonial-mini-logo {
  max-width: 40%;
  max-height: 20px; }
  .testimonial-mini-logo path {
    fill: #fff !important; }

.testimonial-mini-cite {
  font-size: 18px;
  line-height: 1.4; }
  .testimonial-mini-cite p {
    margin-top: 20px;
    margin-bottom: 30px; }

.testimonial-platform {
  position: relative;
  width: 90%;
  padding: 20px;
  margin: 0 auto 50px;
  font-size: 0; }
  @media screen and (min-width: 481px) {
    .testimonial-platform {
      padding: 30px 30% 30px 30px; } }
  @media screen and (min-width: 769px) {
    .testimonial-platform {
      padding: 30px 30px 30px 25%;
      overflow: hidden; }
      .testimonial-platform.screenshot-right {
        padding: 30px 25% 30px 30px; }
        .testimonial-platform.screenshot-right::before {
          right: 0;
          left: initial; } }
  @media screen and (min-width: 1025px) {
    .testimonial-platform {
      width: 90%;
      margin-bottom: 120px; } }
  .testimonial-platform::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #edeef4;
    content: ""; }
    @media screen and (min-width: 769px) {
      .testimonial-platform::before {
        width: 90%; } }

.testimonial-platform-screenshot {
  position: absolute;
  right: -2%;
  bottom: -2%;
  width: 30%; }
  @media screen and (min-width: 769px) {
    .testimonial-platform-screenshot {
      bottom: 0;
      right: 75%;
      width: auto;
      height: calc(100% - 36px); }
      .screenshot-right .testimonial-platform-screenshot {
        right: initial;
        left: 75%; } }

.testimonial-platform-screenshot-image {
  width: 100%;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.35); }
  @media screen and (min-width: 769px) {
    .testimonial-platform-screenshot-image {
      position: absolute;
      top: 0;
      right: 0;
      width: auto;
      height: 100%; }
      .screenshot-right .testimonial-platform-screenshot-image {
        right: initial;
        left: 0; } }

.testimonial-platform-quote {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em; }
  @media screen and (min-width: 769px) {
    .testimonial-platform-quote {
      font-size: 24px;
      line-height: 1.5em; } }

.testimonial-platform-cite {
  position: relative;
  display: inline-block;
  width: 50%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em; }
  @media screen and (min-width: 769px) {
    .screenshot-right .testimonial-platform-cite {
      margin-left: calc(10% + 30px); } }
  .testimonial-platform-cite::before {
    position: absolute;
    top: -8px;
    left: 0;
    content: "\2015"; }

.testimonial-platform-person {
  margin-bottom: 0; }

.testimonial-platform-title {
  margin: 0;
  font-weight: 400; }

@media screen and (max-width: 960px) {
  .testimonials-site-group {
    width: 100vw;
    margin-left: -5.333vw; }
    .testimonials-site-group:after {
      content: 'flickity';
      display: none; } }

@media screen and (min-width: 961px) {
  .testimonials-site-group {
    display: table;
    width: calc(100% + 3.5vw);
    margin-left: -1.75vw;
    border-spacing: 1.75vw 0;
    margin-bottom: 1.75vw; }
    .testimonials-site-group:after {
      content: '';
      display: none; }
    .testimonials-site-group:focus {
      outline: none; } }

.page-template-services .testimonials-site-group {
  padding-bottom: 40px; }
  @media screen and (min-width: 1025px) {
    .page-template-services .testimonials-site-group {
      padding-bottom: 6.25vw; } }

@media screen and (max-width: 960px) {
  .testimonials-site-group .testimonials-site {
    width: 60%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 10px; } }

@media screen and (max-width: 768px) {
  .testimonials-site-group .testimonials-site {
    width: 75%; } }

@media screen and (min-width: 961px) {
  .testimonials-site-group .testimonials-site {
    display: table-cell;
    width: 33%;
    vertical-align: top; } }

.testimonials-site {
  position: relative;
  text-align: center; }

.testimonials-site-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block; }

.testimonials-site-screenshot {
  max-height: 21vw;
  overflow: hidden; }
  .testimonials-site-screenshot img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 960px) {
    .testimonials-site-screenshot {
      max-height: 60vw; } }

.testimonials-site-avatar {
  display: inline-block;
  width: 54px;
  height: 54px;
  margin-top: -30px;
  padding: 2px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75); }
  .testimonials-site-avatar img {
    display: block;
    width: 100%;
    border-radius: 50%; }

.testimonials-site-quote {
  margin: 15px 10% 110px; }

.testimonials-site-cite {
  position: absolute;
  left: 1vw;
  right: 1vw;
  bottom: 35px; }

.testimonials-site-person, .testimonials-mention-person {
  margin: 0;
  padding: 0; }

.testimonials-site-title, .testimonials-mention-title {
  margin: .25vw 0 0;
  padding: 0; }

.testimonials-trust {
  background: #F2F3F5; }
  .testimonials-trust footer p {
    font-size: 15px; }

.testimonials-trust-logos {
  padding-top: 2vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 322px;
  margin: 0 auto; }
  @media screen and (min-width: 671px) {
    .testimonials-trust-logos {
      max-width: none;
      flex-wrap: nowrap; } }
  @media screen and (min-width: 1025px) {
    .testimonials-trust-logos {
      display: block; } }

.testimonials-trust-logo {
  display: inline-block;
  vertical-align: middle;
  max-height: 50px;
  margin: 5px;
  width: auto; }
  @media screen and (min-width: 361px) {
    .testimonials-trust-logo {
      max-height: 60px; } }
  @media screen and (min-width: 769px) {
    .testimonials-trust-logo {
      max-height: 70px;
      margin: 12px 9px 24px; } }
  @media screen and (min-width: 1025px) {
    .testimonials-trust-logo {
      max-height: 80px;
      margin: 24px 9px; } }

.testimonials-trust-brands {
  padding-top: 4vw;
  padding-bottom: 4vw;
  text-align: center;
  background-color: #F2F3F5; }
  @media screen and (max-width: 768px) {
    .testimonials-trust-brands {
      padding-top: 7vw;
      padding-bottom: 9vw; } }
  .testimonials-trust-brands h3 {
    margin: 0 auto; }
    @media screen and (max-width: 840px) {
      .testimonials-trust-brands h3 {
        padding: 0 4vw;
        max-width: 540px; } }
  .testimonials-trust-brands p {
    color: #121C36;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5; }

.testimonial-metabox-person-name {
  width: 100%;
  font-size: 20px; }

.testimonial-metabox-person-title {
  width: 90%;
  margin-top: 10px;
  font-style: italic; }

.testimonial-metabox-person-quote {
  width: 100%;
  max-width: 100%;
  height: 180px;
  margin-top: 10px; }

.wp-list-table.fixed .column-person {
  min-width: 180px; }

.wp-list-table.fixed .column-person-title {
  font-style: italic; }

.wp-list-table.fixed .column-attachments {
  font-size: 12px;
  text-align: right; }
  .wp-list-table.fixed .column-attachments .empty {
    color: red; }

.accordion-content .detail-checklist {
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 40px;
  background-color: #F2F3F5;
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .accordion-content .detail-checklist {
      margin-top: 20px;
      margin-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .accordion-content .detail-checklist {
      margin-top: 0;
      padding: 30px; } }

.accordion-content .detail-name {
  line-height: 38px; }

.accordion-content .detail-header-title {
  margin-top: 0;
  margin-bottom: 20px; }

.accordion-content .detail-elements {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  column-count: 2;
  column-gap: 20px;
  list-style-position: inside; }
  @media screen and (max-width: 700px) {
    .accordion-content .detail-elements {
      column-count: 1;
      column-gap: 0; } }
  @media screen and (max-width: 1024px) and (min-width: 861px) {
    .accordion-content .detail-elements {
      column-count: 1;
      column-gap: 0; } }

.accordion-content .detail-element {
  line-height: 2; }
  @media screen and (min-width: 769px) {
    .accordion-content .detail-element {
      font-size: 16px; } }

.purchase-btn-wrap {
  text-align: center; }

.theme-features-title {
  margin-top: 5vw;
  margin-bottom: 10vw; }
  @media screen and (min-width: 641px) {
    .theme-features-title {
      margin-top: 2.5vw;
      margin-bottom: 7.5vw; } }
  @media screen and (min-width: 1025px) {
    .theme-features-title {
      margin-top: 0;
      margin-bottom: 5.5vw; } }

.theme-feature-list {
  overflow: hidden; }

.theme-feature h3 {
  margin-top: 10px; }

@media screen and (min-width: 769px) {
  .theme-feature h3 {
    margin-top: 30px; }
  .theme-feature:nth-child(1) h3, .theme-feature:nth-child(2) h3 {
    margin-top: 0; } }

.theme-feature-title {
  margin-top: 5px;
  margin-bottom: 5px; }

.theme-feature-description {
  margin-top: 0; }

.theme-bigcommerce .theme-feature-list {
  display: none; }

.theme-bigcommerce .detail-checklist {
  margin-top: 0; }

.themes-grid-group {
  box-sizing: border-box; }
  @media screen and (min-width: 321px) {
    .themes-grid-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .themes-grid-group .themes-grid {
    margin-bottom: 60px; }
    .themes-grid-group .themes-grid:empty {
      height: 0;
      margin: 0;
      padding: 0; }
    @media screen and (min-width: 321px) {
      .themes-grid-group .themes-grid {
        width: calc(50% - 8px); } }
    @media screen and (min-width: 481px) {
      .themes-grid-group .themes-grid {
        width: calc(50% - 15px); } }
    @media screen and (min-width: 961px) {
      .themes-grid-group .themes-grid {
        width: calc(33.333% - 30px); } }
    @media screen and (min-width: 1141px) {
      .themes-grid-group .themes-grid {
        width: calc(33.333% - 40px);
        margin-bottom: 80px; } }
    @media screen and (min-width: 769px) {
      .no-flexbox .themes-grid-group .themes-grid {
        display: inline-block;
        margin: 0 -4px 1.4vw 1.4vw;
        vertical-align: top; } }

.themes-grid {
  position: relative;
  margin-bottom: 80px;
  color: #121C36; }

.themes-grid-info {
  padding-top: 40px;
  text-align: center; }
  @media screen and (max-width: 375px) and (min-width: 321px) {
    .themes-grid-info {
      padding-top: 28px; } }
  @media screen and (max-width: 1024px) and (min-width: 376px) {
    .themes-grid-info {
      padding-top: 30px; } }
  @media screen and (min-width: 1025px) {
    .themes-grid-featured .themes-grid-info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0 0 0 50px;
      text-align: left; } }
  .themes-grid-info .theme-price {
    display: block;
    margin: 4px auto 15px;
    color: rgba(18, 28, 54, 0.7); }

.themes-grid-name {
  margin: 0 0 2px;
  padding-top: 0; }
  @media screen and (min-width: 1025px) {
    .themes-grid-featured .themes-grid-name {
      font-size: 40px;
      margin-top: 10px; } }
  @media screen and (min-width: 1025px) and (max-width: 1024px) {
    .themes-grid-featured .themes-grid-name {
      font-size: 35px; } }
  @media screen and (min-width: 1025px) and (max-width: 480px) {
    .themes-grid-featured .themes-grid-name {
      font-size: 31px; } }
  @media screen and (min-width: 1025px) and (max-width: 375px) {
    .themes-grid-featured .themes-grid-name {
      font-size: 24px; } }
  .themes-grid-name a {
    color: inherit; }

.themes-grid-plug {
  margin: 2px 0 10px 0; }
  .themes-grid-plug a {
    color: inherit; }
  @media screen and (min-width: 1025px) {
    .themes-grid-featured .themes-grid-plug {
      font-size: 26px;
      line-height: 1.35;
      margin: 10px 0 20px; } }
  @media screen and (min-width: 1025px) and (max-width: 1024px) {
    .themes-grid-featured .themes-grid-plug {
      font-size: 24px; } }
  @media screen and (min-width: 1025px) and (max-width: 480px) {
    .themes-grid-featured .themes-grid-plug {
      font-size: 22px; } }

.themes-grid-screenshot-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 125%; }
  @media screen and (min-width: 1025px) {
    .themes-grid-featured .themes-grid-screenshot-wrapper {
      width: 60%;
      height: 0;
      padding-bottom: calc(72% - 50px); } }

.themes-grid-screenshot .screenshot {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease; }
  .themes-grid-screenshot .screenshot:after {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: '';
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; }
  .themes-grid-screenshot .screenshot .screenshot-large {
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 4px rgba(17, 35, 56, 0.05), 0 5px 8px rgba(17, 35, 56, 0.02), 0 10px 16px rgba(17, 35, 56, 0.04), 0 28px 32px rgba(17, 35, 56, 0.03);
    transition: box-shadow 0.3s ease; }
  .themes-grid-screenshot .screenshot.visible {
    opacity: 1; }

.themes-grid-screenshot:hover .screenshot {
  -ms-transform: translateY(-10px);
      transform: translateY(-10px); }

.themes-grid-screenshot:hover .screenshot-large {
  box-shadow: 0 5px 24px rgba(17, 35, 56, 0.02), 0 10px 32px rgba(17, 35, 56, 0.04), 0 24px 46px rgba(17, 35, 56, 0.08); }

.themes-grid-screenshot .screenshot-mobile {
  right: -8px;
  width: 33%;
  height: auto;
  padding: 12px 3px 19px;
  border-radius: 7px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1); }
  .theme-accordions .themes-grid-screenshot .screenshot-mobile {
    display: none; }
  @media screen and (max-width: 1024px) {
    .themes-grid-screenshot .screenshot-mobile {
      display: none; } }

.themes-grid-preset-colors {
  display: flex;
  justify-content: center;
  margin-top: 16px; }
  @media screen and (min-width: 1025px) {
    .themes-grid-featured .themes-grid-preset-colors {
      justify-content: flex-start;
      padding-top: 0; } }

.themes-grid-preset-color {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  margin-right: 4px;
  margin-left: 4px;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: border-color 0.2s ease; }

.themes-grid-preset-color-swatch {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; }

.themes-grid-preset-total {
  display: none; }
  @media screen and (min-width: 1025px) {
    .themes-grid-featured .themes-grid-preset-total {
      display: block;
      color: #8A91A1;
      font-size: 16px; } }

.themes-grid-preset-tooltip {
  position: absolute;
  bottom: 70%;
  left: 50%;
  z-index: 1;
  visibility: hidden;
  padding-bottom: 15px;
  transform: translateX(-50%) translateZ(0) scale(1, 1);
  opacity: 0;
  transition: all .2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .themes-grid-preset-tooltip a {
    padding: 4px 10px;
    font-size: 15px;
    color: #fff;
    background-color: #121C36;
    border-radius: 120px; }
  .themes-grid-preset-color:hover .themes-grid-preset-tooltip {
    visibility: visible;
    opacity: 1;
    bottom: 90%; }

.theme-header-presets {
  box-shadow: 0 0px 6px rgba(17, 35, 56, 0.04), 0 3px 12px rgba(17, 35, 56, 0.04), 0 32px 47px rgba(17, 35, 56, 0.11);
  display: none;
  position: absolute;
  top: 58px;
  right: 80px;
  width: 320px;
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0;
  -ms-transform: translateY(20px);
      transform: translateY(20px); }
  @media screen and (max-width: 1140px) {
    .theme-header-presets {
      top: 57px; } }
  @media screen and (max-width: 860px) {
    .theme-header-presets {
      width: calc(100% + 6px);
      right: -3px;
      top: -3px;
      left: -3px; } }
  .theme-header-presets.animating, .theme-header-presets.visible {
    display: block; }
  .theme-header-presets.animating-in, .theme-header-presets.animating-out {
    transition: opacity 0.15s ease, transform 0.15s ease; }
  .theme-header-presets.visible {
    opacity: 1;
    -ms-transform: translateY(0);
        transform: translateY(0); }
  @media screen and (max-width: 860px) {
    .theme-header-presets.animating-out {
      transition: opacity 0.2s ease;
      -ms-transform: translateY(0);
          transform: translateY(0); } }

.preset-selector-heading {
  display: flex;
  justify-content: space-between; }

.preset-selector-title {
  margin-top: 0;
  margin-bottom: 0; }

.preset-selector-close {
  display: none; }
  .theme-header-presets-touch .preset-selector-close {
    display: block; }

.preset-selector-close-text {
  font-weight: normal;
  color: #8A91A1;
  border-bottom: 1px solid #8A91A1; }

.preset-selector-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 8px; }

.preset-selector-link {
  position: relative;
  left: -10px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  width: calc(100% + 18px);
  height: 42px;
  transition: background-color 0.1s ease; }
  .preset-selector-link:hover {
    background-color: #F2F3F5;
    border-radius: 5px; }
  @media screen and (min-width: 861px) {
    .preset-selector-link {
      width: calc(100% + 10px); } }

.preset-selector-swatch {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: middle; }

@keyframes show-preset-bar-contents {
  0% {
    opacity: 0;
    transform: translateY(40%); }
  30% {
    opacity: 0; }
  80%, 100% {
    opacity: 1;
    transform: translateY(0); } }

.theme-header-fixed-wrap {
  position: fixed;
  top: 0;
  z-index: 100;
  display: none;
  opacity: 0; }
  .theme-header-fixed-wrap.sticky {
    display: block; }
  .theme-header-fixed-wrap.visible {
    display: block; }
  .theme-header-fixed-wrap.visible {
    animation: fade-in 0.2s cubic-bezier(0.77, 0, 0.175, 1) both; }
    .theme-header-fixed-wrap.visible .theme-header-fixed {
      animation: show-preset-bar-contents 0.4s cubic-bezier(0.77, 0, 0.175, 1) both; }
    @media screen and (max-width: 860px) {
      .theme-header-fixed-wrap.visible {
        box-shadow: 0 0 8px 0 rgba(17, 35, 56, 0.18);
        transition: box-shadow 0s ease 0s; }
        .theme-header-fixed-wrap.visible .theme-header-fixed {
          height: 130px; } }

.theme-header-fixed {
  display: flex;
  justify-content: space-between;
  z-index: 101;
  height: 75px;
  opacity: 0;
  -ms-transform: translateY(40%);
      transform: translateY(40%);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, height 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  box-sizing: content-box; }
  @media screen and (max-width: 1140px) and (min-width: 861px) {
    .theme-header-fixed {
      height: 72px; } }
  @media screen and (max-width: 860px) {
    .theme-header-fixed {
      flex-direction: column;
      padding-top: 20px;
      padding-bottom: 20px;
      box-sizing: border-box; } }

.theme-header-info {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 860px) {
    .theme-header-info {
      justify-content: space-between; } }

.theme-header-name {
  margin-right: 20px; }

.theme-header-price {
  font-weight: 400;
  color: #8A91A1; }

.theme-header-actions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .theme-header-actions .preset-demo-cta-wrapper,
  .theme-header-actions .theme-purchase-cta-wrapper {
    line-height: normal;
    margin-top: 0; }
    .theme-header-actions .preset-demo-cta-wrapper .btn, .theme-header-actions .preset-demo-cta-wrapper .gform_button, .theme-header-actions .preset-demo-cta-wrapper #affwp-register-form input[type="submit"], #affwp-register-form .theme-header-actions .preset-demo-cta-wrapper input[type="submit"], .theme-header-actions .preset-demo-cta-wrapper .entry-tags a, .entry-tags .theme-header-actions .preset-demo-cta-wrapper a, .theme-header-actions .preset-demo-cta-wrapper .page-template-application-form .gform_button_select_files, .page-template-application-form .theme-header-actions .preset-demo-cta-wrapper .gform_button_select_files, .theme-header-actions .preset-demo-cta-wrapper .edd-submit, .theme-header-actions .preset-demo-cta-wrapper #edd_purchase_receipt_products .edd_download_file_link, #edd_purchase_receipt_products .theme-header-actions .preset-demo-cta-wrapper .edd_download_file_link,
    .theme-header-actions .theme-purchase-cta-wrapper .btn,
    .theme-header-actions .theme-purchase-cta-wrapper .gform_button,
    .theme-header-actions .theme-purchase-cta-wrapper #affwp-register-form input[type="submit"],
    #affwp-register-form .theme-header-actions .theme-purchase-cta-wrapper input[type="submit"],
    .theme-header-actions .theme-purchase-cta-wrapper .entry-tags a,
    .entry-tags .theme-header-actions .theme-purchase-cta-wrapper a,
    .theme-header-actions .theme-purchase-cta-wrapper .page-template-application-form .gform_button_select_files,
    .page-template-application-form .theme-header-actions .theme-purchase-cta-wrapper .gform_button_select_files,
    .theme-header-actions .theme-purchase-cta-wrapper .edd-submit,
    .theme-header-actions .theme-purchase-cta-wrapper #edd_purchase_receipt_products .edd_download_file_link,
    #edd_purchase_receipt_products .theme-header-actions .theme-purchase-cta-wrapper .edd_download_file_link {
      width: 150px;
      height: 50px;
      padding: 13px 23px 14px;
      font-size: 18px;
      line-height: normal;
      box-sizing: border-box; }
    @media screen and (max-width: 860px) {
      .theme-header-actions .preset-demo-cta-wrapper,
      .theme-header-actions .theme-purchase-cta-wrapper {
        flex-basis: 50%; }
        .theme-header-actions .preset-demo-cta-wrapper .btn, .theme-header-actions .preset-demo-cta-wrapper .gform_button, .theme-header-actions .preset-demo-cta-wrapper #affwp-register-form input[type="submit"], #affwp-register-form .theme-header-actions .preset-demo-cta-wrapper input[type="submit"], .theme-header-actions .preset-demo-cta-wrapper .entry-tags a, .entry-tags .theme-header-actions .preset-demo-cta-wrapper a, .theme-header-actions .preset-demo-cta-wrapper .page-template-application-form .gform_button_select_files, .page-template-application-form .theme-header-actions .preset-demo-cta-wrapper .gform_button_select_files, .theme-header-actions .preset-demo-cta-wrapper .edd-submit, .theme-header-actions .preset-demo-cta-wrapper #edd_purchase_receipt_products .edd_download_file_link, #edd_purchase_receipt_products .theme-header-actions .preset-demo-cta-wrapper .edd_download_file_link,
        .theme-header-actions .theme-purchase-cta-wrapper .btn,
        .theme-header-actions .theme-purchase-cta-wrapper .gform_button,
        .theme-header-actions .theme-purchase-cta-wrapper #affwp-register-form input[type="submit"],
        #affwp-register-form .theme-header-actions .theme-purchase-cta-wrapper input[type="submit"],
        .theme-header-actions .theme-purchase-cta-wrapper .entry-tags a,
        .entry-tags .theme-header-actions .theme-purchase-cta-wrapper a,
        .theme-header-actions .theme-purchase-cta-wrapper .page-template-application-form .gform_button_select_files,
        .page-template-application-form .theme-header-actions .theme-purchase-cta-wrapper .gform_button_select_files,
        .theme-header-actions .theme-purchase-cta-wrapper .edd-submit,
        .theme-header-actions .theme-purchase-cta-wrapper #edd_purchase_receipt_products .edd_download_file_link,
        #edd_purchase_receipt_products .theme-header-actions .theme-purchase-cta-wrapper .edd_download_file_link {
          width: 100%;
          padding-left: 14px;
          padding-right: 14px; } }

.hero-themes {
  margin: 0;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .hero-themes h1 {
      line-height: 44px; } }
  @media screen and (max-width: 480px) {
    .hero-themes h1 {
      line-height: 36px; } }
  @media screen and (min-width: 1601px) {
    .hero-themes h1 {
      line-height: 56px; } }
  .hero-themes h1 .wordmark-shopify {
    vertical-align: middle; }
    @media screen and (max-width: 1024px) {
      .hero-themes h1 .wordmark-shopify {
        height: 44px; } }
    @media screen and (max-width: 480px) {
      .hero-themes h1 .wordmark-shopify {
        height: 36px; } }
    @media screen and (min-width: 1601px) {
      .hero-themes h1 .wordmark-shopify {
        height: 56px; } }
  .hero-themes h1 .wordmark-bigcommerce {
    vertical-align: top; }
    @media screen and (max-width: 1024px) {
      .hero-themes h1 .wordmark-bigcommerce {
        height: 44px; } }
    @media screen and (max-width: 480px) {
      .hero-themes h1 .wordmark-bigcommerce {
        height: 36px; } }
    @media screen and (min-width: 1601px) {
      .hero-themes h1 .wordmark-bigcommerce {
        height: 56px; } }
  .hero-themes p {
    color: #121C36;
    margin: 15px auto 0; }

.theme-menu-wrapper {
  width: 100%; }
  .theme-menu-wrapper.is-sticky {
    position: fixed;
    bottom: 0;
    z-index: 10;
    height: 66px;
    padding: 0 25px;
    background-color: white;
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.12);
    -ms-transform: translateY(100%);
        transform: translateY(100%); }
    .theme-menu-wrapper.is-sticky.animate {
      transition: transform 0.2s ease-out, color 0.2s ease-out; }
    .theme-menu-wrapper.is-sticky.show {
      -ms-transform: translateY(0);
          transform: translateY(0); }

.theme-menu {
  display: inline-block;
  height: 100%;
  vertical-align: top; }
  .theme-menu.left-menu {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: left; }
    .is-sticky .theme-menu.left-menu {
      display: inline-block;
      width: 30%;
      margin-bottom: 0; }
      @media screen and (min-width: 769px) {
        .is-sticky .theme-menu.left-menu {
          width: 10%; } }
  .theme-menu.right-menu {
    display: block;
    width: 100%; }
    .is-sticky .theme-menu.right-menu {
      display: inline-block;
      width: 70%; }
      @media screen and (min-width: 769px) {
        .is-sticky .theme-menu.right-menu {
          width: 90%; } }
  .theme-menu a {
    vertical-align: middle; }

.theme-title {
  margin: 20px 0 0;
  text-align: left; }
  @media screen and (min-width: 769px) {
    .theme-title {
      margin: 0; } }

.theme-description {
  margin-bottom: 0;
  line-height: 42px;
  text-align: left; }

.preset-demo-cta-wrapper,
.theme-video-cta-wrapper {
  display: inline-block;
  margin-right: 15px; }
  .preset-demo-cta-wrapper:first-child,
  .theme-video-cta-wrapper:first-child {
    margin-left: 0; }
  .preset-demo-cta-wrapper:last-child,
  .theme-video-cta-wrapper:last-child {
    margin-right: 0; }

.preset-cta-btns-wrapper {
  width: 100%;
  text-align: center; }
  .is-sticky .preset-cta-btns-wrapper {
    display: none;
    float: none;
    width: auto; }
    @media screen and (min-width: 769px) {
      .is-sticky .preset-cta-btns-wrapper {
        display: inline-block; } }

.theme-purchase-cta-wrapper {
  width: 100%;
  margin-top: 20px;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .theme-purchase-cta-wrapper {
      width: auto;
      text-align: right; } }
  @media screen and (min-width: 1025px) {
    .theme-purchase-cta-wrapper {
      float: none; } }
  .is-sticky .theme-purchase-cta-wrapper {
    display: inline-block;
    float: none;
    text-align: right; }

.preset-demo-cta-wrapper,
.theme-video-cta-wrapper,
.theme-purchase-cta-wrapper {
  line-height: 66px;
  vertical-align: middle; }

.preset-selector-wrapper {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1140px) {
    .preset-selector-wrapper {
      justify-content: flex-start; } }

.preset-selector-meta {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: left; }

.preset-selector-color {
  flex-basis: 90px;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  height: 95px;
  margin-right: 6px;
  margin-left: 6px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px rgba(17, 35, 56, 0.03), 0 1px 3px rgba(17, 35, 56, 0.03), 0 2px 8px rgba(17, 35, 56, 0.1);
  transition: border-color 0.1s ease; }
  .preset-selector-color:first-child {
    margin-left: 0; }
  .preset-selector-color:last-child {
    margin-right: 0; }

.preset-selector-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-filter: opacity(10%);
          filter: opacity(10%);
  transition: background-color 0.1s ease; }

.preset-selector-color-swatch {
  position: relative;
  top: 15px;
  left: 50%;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.preset-selector-color-name {
  position: relative;
  margin-top: 30px;
  font-size: 15px;
  font-weight: 400;
  transition: color 0.1s ease; }

.theme-purchase-cta-wrapper .btn, .theme-purchase-cta-wrapper .gform_button, .theme-purchase-cta-wrapper #affwp-register-form input[type="submit"], #affwp-register-form .theme-purchase-cta-wrapper input[type="submit"], .theme-purchase-cta-wrapper .entry-tags a, .entry-tags .theme-purchase-cta-wrapper a, .theme-purchase-cta-wrapper .page-template-application-form .gform_button_select_files, .page-template-application-form .theme-purchase-cta-wrapper .gform_button_select_files, .theme-purchase-cta-wrapper .edd-submit, .theme-purchase-cta-wrapper #edd_purchase_receipt_products .edd_download_file_link, #edd_purchase_receipt_products .theme-purchase-cta-wrapper .edd_download_file_link {
  width: 100%;
  margin-left: 0; }

.preset-demo-cta-wrapper {
  width: 100%; }
  .preset-demo-cta-wrapper .preset-demo-cta {
    margin-top: 8px;
    margin-left: 0;
    width: 100%; }
    .preset-demo-cta-wrapper .preset-demo-cta:hover {
      background-color: transparent; }
    .preset-demo-cta-wrapper .preset-demo-cta:not(.is-selected) {
      display: none; }

.theme-video-cta-wrapper::before {
  position: relative;
  top: 28px;
  bottom: 28px;
  float: left;
  width: 9px;
  height: 10px;
  margin-right: 11px;
  background: url("images/play-icon.svg");
  content: ""; }
  .is-dark .theme-video-cta-wrapper::before {
    background: url("images/play-icon-light.svg"); }

.theme-meta {
  font-size: 16px;
  letter-spacing: -0.0125em;
  margin: 40px 0;
  padding-top: 30px;
  text-align: left;
  clear: both;
  border-top: 1px solid #E1E5EB; }
  @media screen and (max-width: 480px) {
    .theme-meta {
      font-size: 14px; } }
  .theme-meta .theme-meta-item {
    display: block;
    line-height: 28px; }
    .theme-meta .theme-meta-item[data-theme-meta-rating] {
      display: flex;
      align-items: center; }
      .theme-meta .theme-meta-item[data-theme-meta-rating] .theme-meta-name {
        padding-right: 5px; }
      .theme-meta .theme-meta-item[data-theme-meta-rating] .theme-meta-body {
        display: flex;
        align-items: center; }
    .theme-bigcommerce .theme-meta .theme-meta-item {
      display: none; }
  .theme-meta .theme-meta-name,
  .theme-meta .theme-meta-body {
    display: inline; }
  .theme-meta .wpcr3_rating_style1,
  .theme-meta .wpcr3_rating_style1_status,
  .theme-meta .wpcr3_rating_style1_score,
  .theme-meta .wpcr3_rating_style1_score div,
  .theme-meta .wpcr3_rating_style1_base,
  .theme-meta .wpcr3_rating_style1_average {
    width: 100px;
    height: 16px;
    line-height: 16px; }
  .theme-meta .wpcr3_aggregateRating {
    margin-bottom: 20px; }
  .theme-meta .wpcr3_rating_style1_score {
    background: url("images/review-stars.svg") 0 0 no-repeat;
    background-size: 100px 48px; }
    .theme-meta .wpcr3_rating_style1_score div:hover {
      background: url("images/review-stars.svg") bottom right no-repeat;
      background-size: 100px 48px; }
  .theme-meta .wpcr3_rating_style1_base {
    padding-right: 0;
    background: url("images/review-stars.svg") 0 0 no-repeat;
    background-size: 100px 48px; }
  .theme-meta .wpcr3_rating_style1_average {
    background: url("images/review-stars.svg") 0 -32px no-repeat;
    background-size: 100px 48px; }
  @media screen and (max-width: 860px) {
    .theme-meta {
      margin-top: 0;
      border-top: 0; } }

.theme-meta-item {
  display: table;
  width: 100%; }
  .theme-meta-item:last-of-type {
    border-bottom: none; }

.theme-meta-item.theme-meta-item-documentation {
  margin-top: 20px; }
  .theme-meta-item.theme-meta-item-documentation a {
    color: #121C36;
    border-bottom: 1px solid; }
  .theme-bigcommerce .theme-meta-item.theme-meta-item-documentation {
    display: block;
    margin-top: 0; }

.platform-showcase-wrapper {
  margin-bottom: 50px; }
  @media screen and (min-width: 1025px) {
    .platform-showcase-wrapper {
      margin-bottom: 120px; } }

.platform-showcase {
  position: relative;
  font-size: 0;
  overflow: hidden; }

.platform-showcase-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
  .platform-showcase-bg img {
    min-width: 100%;
    min-height: 100%; }

.platform-showcase-logo {
  position: relative;
  top: 30px;
  left: 30px; }
  @media screen and (min-width: 769px) {
    .platform-showcase-logo {
      position: absolute;
      top: 60px;
      right: 60px;
      left: inherit; } }
  @media screen and (min-width: 1025px) {
    .platform-showcase-wrapper .platform-showcase-logo {
      top: 95px;
      right: inherit;
      left: 95px; } }
  .platform-showcase-logo img {
    width: 44px;
    height: 44px; }

.platform-showcase-content {
  position: relative;
  display: block;
  width: 80%;
  padding: 30px 30px 0; }
  @media screen and (min-width: 769px) {
    .platform-showcase-content {
      padding: 60px 60px 0; } }
  @media screen and (min-width: 1025px) {
    .platform-showcase-wrapper .platform-showcase-content {
      display: inline-block;
      width: 50%;
      padding: 164px 50px 85px 95px; } }

.platform-showcase-title {
  color: #fff; }

.platform-showcase-cta-text {
  display: block;
  padding-top: 35px;
  padding-bottom: 45px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.7px;
  color: #fff; }
  @media screen and (min-width: 769px) {
    .platform-showcase-cta-text {
      padding-top: 0; } }
  @media screen and (min-width: 1025px) {
    .platform-showcase-wrapper .platform-showcase-cta-text {
      font-size: 39px;
      line-height: 1.2;
      letter-spacing: -1px; } }
  @media screen and (min-width: 1141px) {
    .platform-showcase-wrapper .platform-showcase-cta-text {
      font-size: 46px; } }

.platform-showcase-fg {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 50px;
  margin-left: 30px;
  vertical-align: bottom; }
  @media screen and (min-width: 769px) {
    .platform-showcase-fg {
      margin-left: 60px; } }
  @media screen and (min-width: 1025px) {
    .platform-showcase-wrapper .platform-showcase-fg {
      display: inline-block;
      width: 50%;
      margin-top: 95px;
      margin-left: 0; } }
  .platform-showcase-fg img {
    width: 100%;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.35); }

.theme-reviews {
  padding-top: 45px;
  padding-bottom: 65px;
  text-align: center;
  background-color: #F2F3F5; }
  .theme-reviews .section-title {
    margin-bottom: 0; }

.review-masonry-sizer,
.review-masonry-item {
  width: 100%;
  margin-bottom: 40px; }
  @media screen and (min-width: 1161px) {
    .review-masonry-sizer,
    .review-masonry-item {
      width: calc(50% - 20px); } }

.review-masonry-gutter-sizer {
  width: 40px; }

.wpcr3_pb5 {
  display: none !important; }

.accordion-title .wpcr3_aggregateRating,
.accordion-title .wpcr3_respond_3 {
  display: none !important; }
  .accordion-selected .accordion-title .wpcr3_aggregateRating, .accordion-selected
  .accordion-title .wpcr3_respond_3 {
    display: block !important; }

.accordion-title .wpcr3_aggregateRating_overallText {
  display: block; }

.accordion-title .wpcr3_aggregateRating_reviewCount {
  display: none; }

.accordion-title .wpcr3_aggregateRating .wpcr3_aggregateRating_ratingValue {
  top: 5px;
  left: -5px; }

.accordion-content .wpcr3_aggregateRating {
  display: none !important; }

.accordion-content .accordion-review-count.form-open {
  display: none; }

.accordion .wpcr3_show_btn {
  padding: 0;
  margin-top: 8px;
  margin-bottom: 56px;
  line-height: normal;
  color: #2858D1;
  background: transparent;
  border: none;
  border-bottom: 1px solid #2858D1;
  border-radius: 0; }

.accordion .wpcr3_review {
  margin-bottom: 48px; }
  .accordion .wpcr3_review .wpcr3_review_title {
    margin-top: 8px;
    margin-bottom: 12px; }
  .accordion .wpcr3_review .wpcr3_content {
    position: static;
    left: auto;
    width: auto;
    padding-bottom: 16px;
    margin: 0;
    -ms-transform: none;
        transform: none; }
    .accordion .wpcr3_review .wpcr3_content p {
      line-height: 1.6 !important; }
      @media screen and (min-width: 769px) {
        .accordion .wpcr3_review .wpcr3_content p {
          line-height: 1.7 !important; } }
    .accordion .wpcr3_review .wpcr3_content:before {
      display: none; }
    @media screen and (max-width: 768px) {
      .accordion .wpcr3_review .wpcr3_content {
        padding-right: 0;
        padding-left: 0; } }
  .accordion .wpcr3_review .wpcr3_clear {
    display: none !important; }
  .accordion .wpcr3_review .wpcr3_review_author {
    font-size: 16px;
    font-style: normal;
    letter-spacing: normal; }
  .accordion .wpcr3_review .wpcr3_review_datePublished {
    font-size: 1em;
    font-style: normal; }

.accordion .wpcr3_rating_style1,
.accordion .wpcr3_rating_style1_status,
.accordion .wpcr3_rating_style1_score,
.accordion .wpcr3_rating_style1_score div,
.accordion .wpcr3_rating_style1_base,
.accordion .wpcr3_rating_style1_average {
  width: 100px;
  height: 16px;
  line-height: 16px; }

.accordion .wpcr3_rating_style1_score {
  background: url("images/review-stars.svg") 0 0 no-repeat;
  background-size: 100px 48px; }
  .accordion .wpcr3_rating_style1_score div:hover {
    background: url("images/review-stars.svg") bottom right no-repeat;
    background-size: 100px 48px; }

.accordion .wpcr3_rating_style1_base {
  display: block !important;
  padding-right: 0;
  background: url("images/review-stars.svg") 0 0 no-repeat;
  background-size: 100px 48px; }
  .accordion .wpcr3_rating_style1_base.wpcr3_hide {
    display: none !important; }

.accordion .wpcr3_rating_style1_average {
  display: block !important;
  background: url("images/review-stars.svg") 0 -32px no-repeat;
  background-size: 100px 48px; }
  .accordion .wpcr3_rating_style1_average.wpcr3_hide {
    display: none !important; }

.accordion .wpcr3_item_name {
  display: none; }

.wpcr3_pagination_page {
  display: none; }

.wpcr3_pagination {
  display: flex; }
  .wpcr3_pagination .wpcr3_a {
    width: 36px;
    height: 40px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    background: transparent;
    border: 1px solid #E1E5EB;
    border-radius: 3px;
    box-sizing: border-box; }
    .wpcr3_pagination .wpcr3_a:nth-of-type(2), .wpcr3_pagination .wpcr3_a:last-of-type {
      display: none; }
    .wpcr3_pagination .wpcr3_a.wpcr3_ls {
      margin-right: 0;
      margin-left: 0;
      padding-top: 3px;
      padding-bottom: 3px;
      font-size: 24px;
      line-height: 1.1; }
    .wpcr3_pagination .wpcr3_a.wpcr3_rs {
      margin-right: 0;
      padding-top: 3px;
      padding-bottom: 3px;
      font-size: 24px;
      line-height: 1.1; }
    .wpcr3_pagination .wpcr3_a:hover, .wpcr3_pagination .wpcr3_a.wpcr3_current {
      background-color: #2858D1;
      border-color: #2858D1; }
    .wpcr3_pagination .wpcr3_a.wpcr3_disabled {
      color: #E1E5EB;
      background-color: transparent; }
      .wpcr3_pagination .wpcr3_a.wpcr3_disabled:hover {
        color: #E1E5EB;
        background-color: transparent;
        border-color: #E1E5EB;
        cursor: not-allowed; }

.wpcr3_respond_2 {
  display: none;
  width: 100%;
  box-shadow: none;
  box-sizing: border-box; }
  .wpcr3_respond_2 > .wpcr3_div_2 {
    opacity: 0;
    -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    transition: all 0.2s ease; }
  .wpcr3_respond_2.animating, .wpcr3_respond_2.visible {
    display: block; }
  .wpcr3_respond_2.animating-in > .wpcr3_div_2 {
    opacity: 0;
    -ms-transform: translateY(-15px);
        transform: translateY(-15px); }
  .wpcr3_respond_2.animating-out {
    transition: opacity 0.2s ease; }
  .wpcr3_respond_2.visible > .wpcr3_div_2 {
    -ms-transform: translateY(0);
        transform: translateY(0);
    opacity: 1; }
  .wpcr3_respond_2.visible ~ .wpcr3_reviews_holder {
    padding-top: 60px; }
    @media screen and (max-width: 860px) {
      .wpcr3_respond_2.visible ~ .wpcr3_reviews_holder {
        padding-top: 40px; } }
  .wpcr3_respond_2 .wpcr3_div_2 {
    width: 100%;
    max-width: 750px; }
  .wpcr3_respond_2 .wpcr3_leave_text {
    margin-top: 8px;
    margin-bottom: 36px; }
    @media screen and (max-width: 860px) {
      .wpcr3_respond_2 .wpcr3_leave_text {
        margin-top: 20px; } }
  .wpcr3_respond_2 .comment-field .wpcr3_required_star {
    display: none; }
  .wpcr3_respond_2 .text-input {
    width: 100%; }
  .wpcr3_respond_2 .review-form-first-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .wpcr3_respond_2 .review-form-first-line .comment-field {
      width: 48.5%; }
      @media screen and (max-width: 480px) {
        .wpcr3_respond_2 .review-form-first-line .comment-field {
          width: 100%; } }
    .wpcr3_respond_2 .review-form-first-line .text-input {
      order: 1;
      width: 48.5%; }
      @media screen and (max-width: 480px) {
        .wpcr3_respond_2 .review-form-first-line .text-input {
          order: 0;
          width: 100%; } }
  .wpcr3_respond_2 .wpcr3_rating_stars {
    margin-bottom: 35px;
    text-align: left; }
  .wpcr3_respond_2 .wpcr3_rating_style1_score {
    background-size: 100px 48px; }
  .wpcr3_respond_2 .wpcr3_rating_style1,
  .wpcr3_respond_2 .wpcr3_rating_style1_status,
  .wpcr3_respond_2 .wpcr3_rating_style1_score,
  .wpcr3_respond_2 .wpcr3_rating_style1_score div,
  .wpcr3_respond_2 .wpcr3_rating_style1_base,
  .wpcr3_respond_2 .wpcr3_rating_style1_average {
    width: 100px;
    height: 16px;
    background-size: 100px 48px;
    cursor: pointer; }
    .wpcr3_respond_2 .wpcr3_rating_style1:hover,
    .wpcr3_respond_2 .wpcr3_rating_style1_status:hover,
    .wpcr3_respond_2 .wpcr3_rating_style1_score:hover,
    .wpcr3_respond_2 .wpcr3_rating_style1_score div:hover,
    .wpcr3_respond_2 .wpcr3_rating_style1_base:hover,
    .wpcr3_respond_2 .wpcr3_rating_style1_average:hover {
      background-size: 100px 48px; }
  .wpcr3_respond_2 .wpcr3_rating_style1_base {
    background-position: 0 0; }
  .wpcr3_respond_2 .wpcr3_rating_style1_score,
  .wpcr3_respond_2 .wpcr3_rating_style1_average {
    background-position: 0 0; }
    .wpcr3_respond_2 .wpcr3_rating_style1_score div,
    .wpcr3_respond_2 .wpcr3_rating_style1_average div {
      background-position: 0 -32px !important; }
  .wpcr3_respond_2 .wpcr3_rating_style1_average {
    background-position: 0 -32px !important; }
  .wpcr3_respond_2 .wpcr3_ftext {
    width: 100%;
    height: 145px !important;
    min-width: auto;
    margin-bottom: 40px; }
  .wpcr3_respond_2 .wpcr3_check_confirm label {
    display: none;
    margin-bottom: 40px;
    text-align: left;
    font-size: 16px;
    clear: both; }
  .wpcr3_respond_2 table,
  .wpcr3_respond_2 tbody,
  .wpcr3_respond_2 tr,
  .wpcr3_respond_2 td {
    display: block; }
  .wpcr3_respond_2 .wpcr3_optional {
    color: #8A91A1; }
  .wpcr3_respond_2 .wpcr3_button_1 {
    margin-bottom: 0;
    margin-left: 0; }

.wpcr3_reviews_holder.form-open {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #E1E5EB; }
  @media screen and (max-width: 860px) {
    .wpcr3_reviews_holder.form-open {
      margin-top: 40px;
      padding-top: 40px; } }

@media screen and (min-width: 769px) {
  .single-pxu-theme .screenshot-chrome {
    padding: 18px 6px 0;
    border-radius: 5px 5px 0 0; } }

@media screen and (min-width: 769px) {
  .single-pxu-theme .screenshot-chrome img {
    top: 50%;
    width: 25px;
    height: auto;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

@keyframes show-theme-screenshot {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  20% {
    opacity: 0; }
  80%, 100% {
    opacity: 1;
    transform: translateY(0); } }

.theme-hero {
  display: flex;
  padding-top: 72px;
  margin-bottom: 100px; }
  .theme-hero .page-header, .theme-hero .edd-checkout .entry-header, .edd-checkout .theme-hero .entry-header {
    display: none; }
  @media screen and (max-width: 1300px) {
    .theme-hero {
      margin-bottom: 60px; } }
  @media screen and (max-width: 1140px) {
    .theme-hero {
      padding-top: 48px; } }
  @media screen and (max-width: 860px) {
    .theme-hero {
      flex-direction: column;
      margin-bottom: 0; }
      .theme-hero .theme-title,
      .theme-hero .theme-description {
        display: none; }
      .theme-hero .page-header, .theme-hero .edd-checkout .entry-header, .edd-checkout .theme-hero .entry-header {
        display: block;
        padding-right: 0;
        padding-left: 0;
        margin: 0 0 72px; }
        .theme-hero .page-header .page-header-title, .theme-hero .edd-checkout .entry-header .page-header-title, .edd-checkout .theme-hero .entry-header .page-header-title, .theme-hero .page-header .edd-checkout .entry-title, .edd-checkout .theme-hero .page-header .entry-title, .theme-hero .edd-checkout .entry-header .entry-title, .edd-checkout .theme-hero .entry-header .entry-title {
          max-width: none;
          text-align: left; }
        .theme-hero .page-header .page-header-subtitle, .theme-hero .edd-checkout .entry-header .page-header-subtitle, .edd-checkout .theme-hero .entry-header .page-header-subtitle {
          max-width: none;
          text-align: left; } }
  @media screen and (max-width: 480px) {
    .theme-hero {
      padding-top: 30px; }
      .theme-hero .page-header, .theme-hero .edd-checkout .entry-header, .edd-checkout .theme-hero .entry-header {
        margin-bottom: 30px; } }

.theme-header {
  position: relative;
  max-width: 50%;
  width: 100%;
  flex-basis: 420px;
  flex-shrink: 0;
  text-align: center;
  box-sizing: border-box; }
  @media screen and (max-width: 1010px) {
    .theme-header {
      flex-basis: calc(50% - 40px); } }
  @media screen and (max-width: 860px) {
    .theme-header {
      order: 2;
      max-width: none; } }

.theme-header-actions .preset-demo-cta-wrapper .btn-preset-demo {
  width: auto; }
  .theme-header-actions .preset-demo-cta-wrapper .btn-preset-demo:hover {
    background: transparent !important; }
  @media screen and (max-width: 860px) {
    .theme-header-actions .preset-demo-cta-wrapper .btn-preset-demo {
      width: 100%; }
      .theme-header-actions .preset-demo-cta-wrapper .btn-preset-demo .btn-preset-demo-text {
        display: none; } }

.edd-cart-added-alert {
  color: #2858D1; }

.theme-preset-showcase-wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .theme-preset-showcase-wrapper .theme-preset-showcase {
    height: 0;
    padding-top: 125%; }
  .theme-preset-showcase-wrapper .theme-preset {
    position: absolute;
    left: 0;
    top: 0; }
  .theme-preset-showcase-wrapper .screenshot .screenshot-large,
  .theme-preset-showcase-wrapper .screenshot .screenshot-mobile {
    display: none;
    opacity: 0;
    -ms-transform: translateY(50px);
        transform: translateY(50px); }
  .theme-preset-showcase-wrapper .screenshot.visible .screenshot-large,
  .theme-preset-showcase-wrapper .screenshot.visible .screenshot-mobile {
    display: block; }
  .theme-preset-showcase-wrapper .screenshot.visible .screenshot-large {
    animation: show-theme-screenshot 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
  .theme-preset-showcase-wrapper .screenshot.visible .screenshot-mobile {
    animation: show-theme-screenshot 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s forwards; }
  .theme-preset-showcase-wrapper .screenshot-large {
    border: none;
    box-shadow: 0 1px 4px rgba(17, 35, 56, 0.04), 0 5px 8px rgba(17, 35, 56, 0.04), 0 10px 16px rgba(17, 35, 56, 0.04), 0 28px 32px rgba(17, 35, 56, 0.04), 0 13px 64px rgba(17, 35, 56, 0.1); }
  .theme-preset-showcase-wrapper .screenshot-mobile {
    transition-delay: 1s;
    transition-duration: 0.4s;
    box-shadow: 0 0 0 1px rgba(17, 35, 56, 0.04), 10px 10px 100px -30px rgba(17, 35, 56, 0.4); }
  @media screen and (max-width: 1440px) {
    .theme-shopify .theme-preset-showcase-wrapper {
      margin-right: 40px; } }
  @media screen and (max-width: 860px) {
    .theme-preset-showcase-wrapper {
      margin-bottom: 40px; }
      .theme-shopify .theme-preset-showcase-wrapper {
        width: calc(100% - 30px); } }
  @media screen and (max-width: 480px) {
    .theme-preset-showcase-wrapper {
      margin-bottom: 0; }
      .theme-shopify .theme-preset-showcase-wrapper {
        width: calc(100% - 25px); } }
  @media screen and (min-width: 861px) {
    .theme-preset-showcase-wrapper {
      margin-left: 30px; } }
  @media screen and (min-width: 1141px) {
    .theme-preset-showcase-wrapper {
      margin-left: 8%; } }

.theme-preset-screenshot-wrapper .screenshot {
  height: 100%; }

.theme-preset-screenshot-wrapper .screenshot-mobile {
  right: -40px;
  bottom: -20px;
  width: 250px;
  height: 486px;
  padding: 32px 5px 32px;
  overflow: hidden;
  background: #F4F4F4;
  opacity: 0;
  border-radius: 18px;
  transition: opacity 250ms; }
  .theme-preset-screenshot-wrapper .screenshot-mobile:before, .theme-preset-screenshot-wrapper .screenshot-mobile:after {
    content: '';
    width: 20%;
    height: 0.9%;
    position: absolute;
    left: 50%;
    background: #EDEDED;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    border-radius: 16px;
    box-shadow: 0 1px 0.5px rgba(17, 35, 56, 0.1) inset; }
  .theme-preset-screenshot-wrapper .screenshot-mobile:before {
    top: 15px; }
  .theme-preset-screenshot-wrapper .screenshot-mobile:after {
    bottom: 15px; }
  .theme-preset-screenshot-wrapper .screenshot-mobile .screenshot-image {
    border-radius: 5px; }
  @media screen and (max-width: 1300px) {
    .theme-preset-screenshot-wrapper .screenshot-mobile {
      width: 190px;
      height: 368px;
      padding: 24px 4px 24px;
      border-radius: 14px; }
      .theme-preset-screenshot-wrapper .screenshot-mobile:before, .theme-preset-screenshot-wrapper .screenshot-mobile:after {
        box-shadow: 0 1px 0 rgba(17, 35, 56, 0.1) inset; }
      .theme-preset-screenshot-wrapper .screenshot-mobile:before {
        top: 11px; }
      .theme-preset-screenshot-wrapper .screenshot-mobile:after {
        bottom: 11px; } }
  @media screen and (max-width: 1024px) {
    .theme-preset-screenshot-wrapper .screenshot-mobile {
      width: 152px;
      height: 290px;
      padding: 17px 3px 17px;
      border-radius: 11px; }
      .theme-preset-screenshot-wrapper .screenshot-mobile:before {
        top: 8px; }
      .theme-preset-screenshot-wrapper .screenshot-mobile:after {
        bottom: 8px; }
      .theme-preset-screenshot-wrapper .screenshot-mobile .screenshot-image {
        border-radius: 3px; } }
  @media screen and (max-width: 860px) {
    .theme-preset-screenshot-wrapper .screenshot-mobile {
      right: -30px;
      width: 250px;
      height: 486px;
      padding: 32px 5px 32px;
      border-radius: 18px; }
      .theme-preset-screenshot-wrapper .screenshot-mobile:before {
        top: 15px; }
      .theme-preset-screenshot-wrapper .screenshot-mobile:after {
        bottom: 15px; }
      .theme-preset-screenshot-wrapper .screenshot-mobile .screenshot-image {
        border-radius: 5px; } }
  @media screen and (max-width: 768px) {
    .theme-preset-screenshot-wrapper .screenshot-mobile {
      width: 190px;
      height: 368px;
      padding: 24px 4px 24px;
      border-radius: 14px; }
      .theme-preset-screenshot-wrapper .screenshot-mobile:before, .theme-preset-screenshot-wrapper .screenshot-mobile:after {
        box-shadow: 0 1px 0 rgba(17, 35, 56, 0.1) inset; }
      .theme-preset-screenshot-wrapper .screenshot-mobile:before {
        top: 11px; }
      .theme-preset-screenshot-wrapper .screenshot-mobile:after {
        bottom: 11px; } }
  @media screen and (max-width: 580px) {
    .theme-preset-screenshot-wrapper .screenshot-mobile {
      width: 152px;
      height: 290px;
      padding: 17px 3px 17px;
      border-radius: 12px; }
      .theme-preset-screenshot-wrapper .screenshot-mobile:before {
        top: 8px; }
      .theme-preset-screenshot-wrapper .screenshot-mobile:after {
        bottom: 8px; }
      .theme-preset-screenshot-wrapper .screenshot-mobile .screenshot-image {
        border-radius: 3px; } }
  @media screen and (max-width: 480px) {
    .theme-preset-screenshot-wrapper .screenshot-mobile {
      right: -25px;
      width: 133px;
      height: 250px;
      padding: 15px 3px 15px;
      border-radius: 9px; }
      .theme-preset-screenshot-wrapper .screenshot-mobile:before {
        top: 7px; }
      .theme-preset-screenshot-wrapper .screenshot-mobile:after {
        bottom: 7px; } }
  .theme-preset-screenshot-wrapper .screenshot-mobile .screenshot-image {
    padding-top: 0;
    border: 1px solid rgba(225, 229, 235, 0.2); }

.theme-preset-screenshot-wrapper.is-selected .screenshot-mobile {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0); }

.single-pxu-theme .support-cta {
  width: 100%;
  max-width: none;
  padding: 100px 80px 120px; }

.single-pxu-theme .support-cta-btn {
  background-color: #2858D1; }

.theme-content-title {
  margin-bottom: 20px;
  text-align: center; }

.theme-content-subtitle {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center; }

.related-themes {
  margin-bottom: -40px; }
  @media screen and (min-width: 1025px) {
    .related-themes {
      padding-top: 20px; } }

.theme-customers {
  background-color: #F2F3F5;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .theme-customers {
      padding-top: 9.25vw;
      padding-bottom: 7.5vw; } }
  .theme-customers .section-title {
    text-align: center;
    margin: 0 auto 62px;
    max-width: 80vw; }
    @media screen and (max-width: 768px) {
      .theme-customers .section-title {
        margin-bottom: 9vw; } }

.theme-customers-list {
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .theme-customers-list {
      margin-left: -20px; } }

.theme-support {
  background: url(images/support-team.png) center bottom no-repeat;
  background-size: 70%; }
  @media screen and (min-width: 769px) {
    .theme-support {
      padding-top: 25px;
      padding-bottom: 60px;
      background-size: 450px auto;
      background-position: 105% bottom; } }
  @media screen and (min-width: 1025px) {
    .theme-support {
      padding-top: 45px;
      padding-bottom: 80px;
      background-size: 500px auto;
      background-position: 95% bottom; } }
  @media screen and (min-width: 1141px) {
    .theme-support {
      padding-top: 60px;
      padding-bottom: 100px;
      background-size: 650px auto; } }

.theme-support-content {
  padding-bottom: 220px;
  text-align: center; }
  @media screen and (min-width: 481px) {
    .theme-support-content {
      padding-bottom: 260px; } }
  @media screen and (min-width: 601px) {
    .theme-support-content {
      padding-bottom: 300px; } }
  @media screen and (min-width: 769px) {
    .theme-support-content {
      text-align: left;
      padding: 0 400px 0 0; } }
  @media screen and (min-width: 1025px) {
    .theme-support-content {
      text-align: left;
      padding: 0 450px 0 0; } }
  @media screen and (min-width: 1141px) {
    .theme-support-content {
      max-width: 85%; } }
  .theme-support-content .section-title {
    margin-top: 40px; }

.theme-testimonials {
  margin-bottom: 20px; }

.theme-video-wrapper {
  display: none;
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75); }
  .theme-video-wrapper.animating, .theme-video-wrapper.visible {
    display: block; }
  .theme-video-wrapper.animating-in, .theme-video-wrapper.animating-out {
    transition: opacity 0.2s ease; }
  .theme-video-wrapper.visible {
    opacity: 1; }

.theme-video-btn-open,
.theme-video-btn-close {
  cursor: pointer; }

.theme-video-btn-open.btn, .theme-video-btn-open.gform_button, #affwp-register-form input.theme-video-btn-open[type="submit"], .entry-tags a.theme-video-btn-open, .page-template-application-form .theme-video-btn-open.gform_button_select_files, .theme-video-btn-open.edd-submit, #edd_purchase_receipt_products .theme-video-btn-open.edd_download_file_link {
  margin-bottom: 10px;
  width: 80%; }
  @media screen and (min-width: 481px) {
    .theme-video-btn-open.btn, .theme-video-btn-open.gform_button, #affwp-register-form input.theme-video-btn-open[type="submit"], .entry-tags a.theme-video-btn-open, .page-template-application-form .theme-video-btn-open.gform_button_select_files, .theme-video-btn-open.edd-submit, #edd_purchase_receipt_products .theme-video-btn-open.edd_download_file_link {
      width: auto; } }

.theme-video-btn-close {
  position: absolute;
  text-align: center;
  top: -25px;
  right: -25px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 35px; }

.theme-video {
  position: relative;
  top: 25%;
  left: 25%;
  width: 50%; }

.pxu-list-feature-icon {
  max-width: 100px; }

.pxu-metabox-related-themes-theme {
  display: inline-block;
  width: 27%;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 8px 10px;
  vertical-align: top;
  border: 1px solid #eee;
  border-radius: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .pxu-metabox-related-themes-theme.is-selected {
    background: #fafafa;
    border: 1px solid #ddd; }
  .pxu-metabox-related-themes-theme:nth-child(3n) {
    margin-right: 0; }

.post-type-pxu-preset .column-menu_order {
  width: 100px; }

.post-type-pxu-preset .column-menu_order input {
  width: 100%;
  transition: background 300ms; }
  .post-type-pxu-preset .column-menu_order input.updated {
    background: rgba(0, 255, 0, 0.25); }
