@charset "UTF-8";
/*------------------------------------*    STYLE.CSS
\*------------------------------------*/
/**
 *
 * sass --watch style.scss:style.min.css --style compressed
 *
 * Here we pull in some variables, include the inuit.css framework, then add our
 * project-specific components afterwards.
 */
/**
 * Setup
 */
/*------------------------------------*    VARS.SCSS
\*------------------------------------*/
/**
 * Any variables you find set in inuit.css’ `_vars.scss` that you do not wish to
 * keep, simply redefine here. This means that if inuit.css, for example, sets
 * your `$base-font-size` at 16px and you wish it to be 14px, simply redeclare
 * that variable in this file. inuit.css ignores its own variables in favour of
 * using your own, so you can completely modify how inuit.css works without ever
 * having to alter the framework itself.
 */
/*------------------------------------*    $OBJECTS-AND-ABSTRACTIONS
\*------------------------------------*/
/**
 * All of inuit.css’ objects and abstractions are initially turned off by
 * default. This means that you start any project with as little as possible,
 * and introducing objects and abstractions is as simple as switching the
 * following variables to `true`.
 */
/*------------------------------------*    $OVERRIDES
\*------------------------------------*/
/**
 * Place any variables that should override inuit.css’ defaults here.
 */
/*------------------------------------*    $CUSTOM
\*------------------------------------*/
/**
 * Place any of your own variables that sit on top of inuit.css here.
 */
/*------------------------------------*    INUIT.CSS
\*------------------------------------*/
/*!*
 *
 * inuitcss.com -- @inuitcss -- @csswizardry
 *
 */
/**
 * inuit.css acts as a base stylesheet which you should extend with your own
 * theme stylesheet.
 *
 * inuit.css aims to do the heavy lifting; sorting objects and abstractions,
 * design patterns and fiddly bits of CSS, whilst leaving as much design as
 * possible to you. inuit.css is the scaffolding to your decorator.
 *
 * This stylesheet is heavily documented and contains lots of comments, please
 * take care to read and refer to them as you build. For further support please
 * tweet at @inuitcss.
 *
 * Owing to the amount of comments please only ever use minified CSS in
 * production. This file is purely a dev document.
 *
 * The table of contents below maps to section titles of the same name, to jump
 * to any section simply run a find for $[SECTION-TITLE].
 *
 * Most objects and abstractions come with a chunk of markup that you should be
 * able to paste into any view to quickly see how the CSS works in conjunction
 * with the correct HTML.
 *
 * inuit.css is written to this standard: github.com/csswizardry/CSS-Guidelines
 *
 * LICENSE
 *
 * Copyright 2013 Harry Roberts
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * Thank you for choosing inuit.css. May your web fonts render perfectly.
 */
/*------------------------------------*    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............You’re reading it!
 * WARNING.............Here be dragons!
 * IMPORTS.............Begin importing the sections below
 *
 * MIXINS..............Super-simple Sass stuff
 * NORMALIZE...........normalize.css
 * RESET...............Set some defaults
 * CLEARFIX............
 * SHARED..............Shared declarations
 *
 * MAIN................High-level elements like `html`, `body`, etc.
 * HEADINGS............Double-stranded heading hierarchy
 * PARAGRAPHS..........
 * SMALLPRINT..........Smaller text elements like `small`
 * QUOTES..............
 * CODE................
 * LISTS...............
 * IMAGES..............
 * TABLES..............
 * FORMS...............
 *
 * GRIDS...............Fluid, proportional and nestable grids
 * FLEXBOX.............Crudely emulate flexbox
 * COLUMNS.............CSS3 columns
 * NAV.................A simple abstraction to put a list in horizontal nav mode
 * OPTIONS.............Grouped nav items
 * PAGINATION..........Very stripped back, basic paginator
 * BREADCRUMB..........Simple breadcrumb trail object
 * MEDIA...............Media object
 * MARGINALIA..........Simple marginalia content
 * ISLAND..............Boxed off content
 * BLOCK-LIST..........Blocky lists of content
 * MATRIX..............Gridded lists
 * SPLIT...............A simple split-in-two object
 * THIS-OR-THIS........Options object
 * LINK-COMPLEX........
 * FLYOUT..............Flyout-on-hover object
 * ARROWS..............CSS arrows
 * SPRITE..............Generic spriting element
 * ICON-TEXT...........Icon and text couplings
 * BEAUTONS............Use the beautons micro library
 * LOZENGES............Basic lozenge styles
 * RULES...............Horizontal rules
 * STATS...............Simple stats object
 * GREYBOX.............Wireframing styles
 *
 * WIDTHS..............Width classes for use alongside the grid system etc.
 * PUSH................Push classes for manipulating grids
 * PULL................Pull classes for manipulating grids
 * BRAND...............Helper class to apply brand treatment to elements
 * HELPER..............A series of helper classes to use arbitrarily
 * DEBUG...............Enable to add visual flags for debugging purposes
 */
/*------------------------------------*    $WARNING
\*------------------------------------*/
/*
 * inuit.css, being an OO framework, works in keeping with the open/closed
 * principle. The variables you set previously are now being used throughout
 * inuit.css to style everything we need for a base. Any modules styles SHOULD
 * NOT be added or modified in inuit.css directly, but added via your theme
 * stylesheet as per the open/closed principle:
 *
 * csswizardry.com/2012/06/the-open-closed-principle-applied-to-css
 *
 * Try not to edit any CSS beyond this point; if you find you need to do so
 * it is a failing of the framework so please tweet at @inuitcss.
 */
/*------------------------------------*    $IMPORTS
\*------------------------------------*/
/**
 * Generic utility styles etc.
 */
/*------------------------------------*    $DEFAULTS
\*------------------------------------*/
/**
 * inuit.css’ default variables. Redefine these in your `_vars.scss` file (found
 * in the inuit.css-web-template) to override them.
 */
/*------------------------------------*    $DEBUG
\*------------------------------------*/
/**
 * Debug mode will visually highlight any potential markup/accessibility quirks
 * in the browser. Set to `true` or `false`.
 */
/*------------------------------------*    $BORDER-BOX
\*------------------------------------*/
/**
 * Do you want all elements to adopt `box-sizing:border-box;` as per
 * paulirish.com/2012/box-sizing-border-box-ftw ?
 */
/*------------------------------------*    $BASE
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Base font-family.
 */
/**
 * Default colour for objects’ borders etc.
 */
/*------------------------------------*    $RESPONSIVE
\*------------------------------------*/
/**
 * Responsiveness?
 */
/**
 * Responsiveness for widescreen/high resolution desktop monitors and beyond?
 * Note: `$responsive` variable above must be set to true before enabling this.
 */
/**
 * Responsive push and pull produce a LOT of code, only turn them on if you
 * definitely need them.
 */
/**
 * Note: `$push` variable above must be set to true before enabling these.
 */
/**
 * Note: `$pull` variable above must be set to true before enabling these.
 */
/**
 * Tell inuit.css when breakpoints start.
 */
/*------------------------------------*    $FONT-SIZES
\*------------------------------------*/
/**
 * Font-sizes (in pixels). Refer to relevant sections for their implementations.
 */
/*------------------------------------*    $QUOTES
\*------------------------------------*/
/**
 * English quote marks?
 */
/**
 * If you want English quotes then please do not edit these; they’re only here
 * because Sass needs them.
 */
/**
 * If you need non-English quotes, please alter the following values accordingly:
 */
/*------------------------------------*    $BRAND
\*------------------------------------*/
/**
 * Brand stuff
 */
/**
 * How big would you like round corners to be by default?
 */
/*------------------------------------*    $OBJECTS AND ABSTRACTIONS
\*------------------------------------*/
/**
 * Which objects and abstractions would you like to use?
 */
/*------------------------------------*    $FRAMEWORK
\*------------------------------------*/
/**
 * inuit.css will work these next ones out for use within the framework.
 *
 * Assign our `$base-line-height` to a new spacing var for more transparency.
 */
/*------------------------------------*    $MIXINS
\*------------------------------------*/
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 * Thanks to @redclov3r for the `line-height` Sass:
 * twitter.com/redclov3r/status/250301539321798657
 */
/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 * With thanks to @lar_zzz, @paranoida, @rowanmanning and ultimately
 * @thierrylemoulec for refining and improving my initial mixin.
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/**
 * Create CSS keyframe animations for all vendors in one go, e.g.:
 *
   .foo{
       @include vendor(animation, shrink 3s);
   }

   @include keyframe(shrink){
       from{
           font-size:5em;
       }
   }
 *
 * Courtesy of @integralist: twitter.com/integralist/status/260484115315437569
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * CSS arrows!!! But... before you read on, you might want to grab a coffee...
 *
 * This mixin creates a CSS arrow on a given element. We can have the arrow
 * appear in one of 12 locations, thus:
 *
 *       01    02    03
 *    +------------------+
 * 12 |                  | 04
 *    |                  |
 * 11 |                  | 05
 *    |                  |
 * 10 |                  | 06
 *    +------------------+
 *       09    08    07
 *
 * You pass this position in along with a desired arrow color and optional
 * border color, for example:
 *
 * `@include arrow(top, left, red)`
 *
 * for just a single, red arrow, or:
 *
 * `@include arrow(bottom, center, red, black)`
 *
 * which will create a red triangle with a black border which sits at the bottom
 * center of the element. Call the mixin thus:
 *
   .foo{
       background-color:#BADA55;
       border:1px solid #ACE;
       @include arrow(top, left, #BADA55, #ACE);
   }
 *
 */
/**
 * Media query mixin.
 *
 * It’s not great practice to define solid breakpoints up-front, preferring to
 * modify your design when it needs it, rather than assuming you’ll want a
 * change at ‘mobile’. However, as inuit.css is required to take a hands off
 * approach to design decisions, this is the closest we can get to baked-in
 * responsiveness. It’s flexible enough to allow you to set your own breakpoints
 * but solid enough to be frameworkified.
 *
 * We define some broad breakpoints in our vars file that are picked up here
 * for use in a simple media query mixin. Our options are:
 *
 * palm
 * lap
 * lap-and-up
 * portable
 * desk
 * desk-wide
 *
 * Not using a media query will, naturally, serve styles to all devices.
 *
 * `@include media-query(palm){ [styles here] }`
 *
 * We work out your end points for you:
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1, .products--bulk .item.item--large .item__title {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/*
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*------------------------------------*    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
    * Let’s make the box model all nice, shall we...?
    */
*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * The usual...
 */
h1, .products--bulk .item.item--large .item__title, h2, h3, .nav--blocknav > li > a .nav__label strong, .products--bulk .item__title, .products--grouped .group > .item .item__title, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none; }

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic; }

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer; }

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none; }

/*------------------------------------*    $CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
.cf:after, .nav:after, #submenu .nav:first-child > li ul:after, .nav--blocknav:after,
.nav--blocknav ul:after, #affwp-affiliate-dashboard-tabs:after, .products-summary ul:after, ul.products:after,
ul.products ul.group__items:after, .media:after, .grid:after, .grid__item:after, .flex-grid:after, .flex-grid__item:after, .wrap:after, .form-fields:after, .gform_fields:after, .ginput_full:after,
.ginput_card_expiration_container:after, .gform_page_footer:after, .gsurvey-survey-field .gsurvey-rating-wrapper:after, .gpoll_enabled .gpoll_summary:after,
#gforms_confirmation_message .gpoll_container:after, .gform_footer:after, #navbar:after, #navbar .nav:after, #navbar .nav--blocknav:after, #navbar
.nav--blocknav ul:after,
.nav--blocknav #navbar ul:after, #navbar #affwp-affiliate-dashboard-tabs:after, #navbar .products-summary ul:after, .products-summary #navbar ul:after, #navbar ul.products:after, #navbar
ul.products ul.group__items:after,
ul.products #navbar ul.group__items:after, .formbox__body .form-footer:after, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap:after, #edd_checkout_wrap #edd_purchase_submit:after, .products-summary__item:after, .products-summary__footer:after, .products .item:after, html.ie10 .products--bulk .item.item--large:after, .products--grouped .group__items .item:after, html.ie10 .products--grouped .group > .item .item__inner:after {
  content: "";
  display: table;
  clear: both; }

/*------------------------------------*    $SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
/**
 * Base elements
 */
h1, .products--bulk .item.item--large .item__title, h2, h3, .nav--blocknav > li > a .nav__label strong, .products--bulk .item__title, .products--grouped .group > .item .item__title, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
.form-fields > li,
.gform_fields > li,
.media,
.island,
.islet {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }
  .islet h1, .islet .products--bulk .item.item--large .item__title, .products--bulk .item.item--large .islet .item__title, .islet h2, .islet h3, .islet .nav--blocknav > li > a .nav__label strong, .nav--blocknav > li > a .nav__label .islet strong, .islet .products--bulk .item__title, .products--bulk .islet .item__title, .islet .products--grouped .group > .item .item__title, .products--grouped .group > .item .islet .item__title, .islet h4, .islet h5, .islet h6, .islet hgroup, .islet
  ul, .islet ol, .islet dl, .islet
  blockquote, .islet p, .islet address, .islet
  table, .islet
  fieldset, .islet figure, .islet
  pre,
  .islet .form-fields > li,
  .islet .gform_fields > li, .islet
  .media, .islet
  .island, .islet
  .islet {
    margin-bottom: 10px;
    margin-bottom: 0.71429rem; }

/**
 * Doubled up `margin-bottom` helper class.
 */
.landmark {
  margin-bottom: 40px;
  margin-bottom: 2.85714rem; }

/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
hr {
  margin-bottom: 18px;
  margin-bottom: 1.28571rem; }

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
ul, ol, dd {
  margin-left: 40px;
  margin-left: 2.85714rem; }

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*    $MAIN
\*------------------------------------*/
html {
  font: 0.875em/1.71429 "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  overflow-y: scroll;
  min-height: 100%; }

/*------------------------------------*    $HEADINGS
\*------------------------------------*/
/**
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 *
 * When we define a heading we also define a corresponding class to go with it.
 * This allows us to apply, say, `class=alpha` to a `h3`; a double-stranded
 * heading hierarchy.
 */
h1, .products--bulk .item.item--large .item__title, .alpha {
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 1.6; }

h2, .beta {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 1.84615; }

h3, .nav--blocknav > li > a .nav__label strong, .products--bulk .item__title, .products--grouped .group > .item .item__title, .gamma {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 1.14286; }

h4, .delta {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.33333; }

h5, .epsilon {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.5; }

h6, .zeta {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.71429; }

/**
 * Heading groups and generic any-heading class.
 * To target any heading of any level simply apply a class of `.hN`, e.g.:
 *
   <hgroup>
       <h1 class=hN>inuit.css</h1>
       <h2 class=hN>Best. Framework. Ever!</h2>
   </hgroup>
 *
 */
hgroup .hN {
  margin-bottom: 0; }

/**
 * A series of classes for setting massive type; for use in heroes, mastheads,
 * promos, etc.
 */
.giga {
  font-size: 45px;
  font-size: 3.21429rem;
  line-height: 1.06667; }

.mega {
  font-size: 40px;
  font-size: 2.85714rem;
  line-height: 1.2; }

.kilo {
  font-size: 36px;
  font-size: 2.57143rem;
  line-height: 1.33333; }

/*------------------------------------*    $PARAGRAPHS
\*------------------------------------*/
/**
 * The `.lede` class is used to make the introductory text (usually a paragraph)
 * of a document slightly larger.
 */
.lede,
.lead {
  font-size: 15.75px;
  font-size: 1.125rem;
  line-height: 1.52381; }

/*------------------------------------*    $SMALLPRINT
\*------------------------------------*/
/**
 * A series of classes for setting tiny type; for use in smallprint etc.
 */
.smallprint,
.milli {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 2; }

.micro {
  font-size: 10px;
  font-size: 0.71429rem;
  line-height: 2.4; }

/*------------------------------------*    $QUOTES
\*------------------------------------*/
/**
 * If English quotes are set in `_vars.scss`, define them here.
 */
/**
 * Big up @boblet: html5doctor.com/blockquote-q-cite
 */
/**
 * Inline quotes.
 */
q {
  quotes: "‘" "’" "\\201C " "\\201D "; }
  q:before {
    content: "\2018";
    content: open-quote; }
  q:after {
    content: "\2019";
    content: close-quote; }
  q q:before {
    content: "\201C";
    content: open-quote; }
  q q:after {
    content: "\201D";
    content: close-quote; }

blockquote {
  quotes: "\\201C " "\\201D "; }
  blockquote p:before {
    content: "\\201C ";
    content: open-quote; }
  blockquote p:after {
    content: "";
    content: no-close-quote; }
  blockquote p:last-of-type:after {
    content: "\\201D ";
    content: close-quote; }
  blockquote q:before {
    content: "\2018";
    content: open-quote; }
  blockquote q:after {
    content: "\2019";
    content: close-quote; }

/**
 *
   <blockquote>
       <p>Insanity: doing the same thing over and over again and expecting
       different results.</p>
       <b class=source>Albert Einstein</b>
   </blockquote>
 *
 */
blockquote {
  /**
     * .4em is roughly equal to the width of the opening “ that we wish to hang.
     */
  text-indent: -0.41em; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

.source {
  display: block;
  text-indent: 0; }
  .source:before {
    content: "\2014"; }

/*------------------------------------*    $CODE
\*------------------------------------*/
/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
pre {
  overflow: auto; }

pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit; }

/**
 * Add comments to your code examples, e.g.:
 *
   <code>&lt;/div&gt;<span class=code-comment>&lt;!-- /wrapper --&gt;</span></code>
 *
 */
.code-comment {
  /**
     * Override this setting in your theme stylesheet
     */
  opacity: 0.75;
  filter: alpha(opacity=75); }

/**
 * You can add line numbers to your code examples but be warned, it requires
 * some pretty funky looking markup, e.g.:
 *
   <ol class=line-numbers>
       <li><code>.nav{</code></li>
       <li><code>    list-style:none;</code></li>
       <li><code>    margin-left:0;</code></li>
       <li><code>}</code></li>
       <li><code>    .nav > li,</code></li>
       <li><code>        .nav > li > a{</code></li>
       <li><code>            display:inline-block;</code></li>
       <li><code>           *display:inline-block;</code></li>
       <li><code>            zoom:1;</code></li>
       <li><code>        }</code></li>
   </ol>
 *
 * 1. Make the list look like code.
 * 2. Give the list flush numbers with a leading zero.
 * 3. Make sure lines of code don’t wrap.
 * 4. Give the code form by forcing the `code` to honour white-space.
 */
.line-numbers {
  font-family: monospace, serif;
  /* [1] */
  list-style: decimal-leading-zero inside;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  overflow: auto;
  /* [3] */
  margin-left: 0; }

.line-numbers code {
  white-space: pre;
  /* [4] */ }

/*------------------------------------*    $IMAGES
\*------------------------------------*/
/**
 * Demo: jsfiddle.net/inuitcss/yMtur
 */
/**
 * Fluid images.
 */
img {
  max-width: 100%; }

/**
 * Non-fluid images if you specify `width` and/or `height` attributes.
 */
img[width],
img[height] {
  max-width: none; }

/**
 * Rounded images.
 */
.img--round {
  border-radius: 3px; }

/**
 * Image placement variations.
 */
.img--right {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px; }

.img--left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto; }

/**
 * Keep your images on your baseline.
 *
 * Please note, these will not work too nicely with fluid images and will
 * distort when resized below a certain width. Use with caution.
 */
.img--short {
  height: 100px; }

.img--medium {
  height: 200px; }

.img--tall {
  height: 300px; }

/**
 * Images in `figure` elements.
 */
figure > img {
  display: block; }

/*------------------------------------*    $LISTS
\*------------------------------------*/
/**
 * Remove vertical spacing from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Have a numbered `ul` without the semantics implied by using an `ol`.
 */
/*ul*/
.numbered-list {
  list-style-type: decimal; }

/*------------------------------------*    $TABLES
\*------------------------------------*/
/**
 * We have a lot at our disposal for making very complex table constructs, e.g.:
 *
   <table class="table--bordered  table--striped  table--data">
       <colgroup>
           <col class=t10>
           <col class=t10>
           <col class=t10>
           <col>
       </colgroup>
       <thead>
           <tr>
               <th colspan=3>Foo</th>
               <th>Bar</th>
           </tr>
           <tr>
               <th>Lorem</th>
               <th>Ipsum</th>
               <th class=numerical>Dolor</th>
               <th>Sit</th>
           </tr>
       </thead>
       <tbody>
           <tr>
               <th rowspan=3>Sit</th>
               <td>Dolor</td>
               <td class=numerical>03.788</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>32.210</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>47.797</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <th rowspan=2>Sit</th>
               <td>Dolor</td>
               <td class=numerical>09.640</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>12.117</td>
               <td>Lorem</td>
           </tr>
       </tbody>
   </table>
 *
 */
table {
  width: 100%; }

th,
td {
  padding: 5px;
  text-align: left; }
  @media screen and (min-width: 480px) {
    th,
    td {
      padding: 10px; } }

/**
 * Cell alignments
 */
[colspan] {
  text-align: center; }

[colspan="1"] {
  text-align: left; }

[rowspan] {
  vertical-align: middle; }

[rowspan="1"] {
  vertical-align: top; }

.numerical {
  text-align: right; }

/**
 * In the HTML above we see several `col` elements with classes whose numbers
 * represent a percentage width for that column. We leave one column free of a
 * class so that column can soak up the effects of any accidental breakage in
 * the table.
 */
.t5 {
  width: 5%; }

.t10 {
  width: 10%; }

.t12 {
  width: 12.5%; }

/* 1/8 */
.t15 {
  width: 15%; }

.t20 {
  width: 20%; }

.t25 {
  width: 25%; }

/* 1/4 */
.t30 {
  width: 30%; }

.t33 {
  width: 33.333%; }

/* 1/3 */
.t35 {
  width: 35%; }

.t37 {
  width: 37.5%; }

/* 3/8 */
.t40 {
  width: 40%; }

.t45 {
  width: 45%; }

.t50 {
  width: 50%; }

/* 1/2 */
.t55 {
  width: 55%; }

.t60 {
  width: 60%; }

.t62 {
  width: 62.5%; }

/* 5/8 */
.t65 {
  width: 65%; }

.t66 {
  width: 66.666%; }

/* 2/3 */
.t70 {
  width: 70%; }

.t75 {
  width: 75%; }

/* 3/4*/
.t80 {
  width: 80%; }

.t85 {
  width: 85%; }

.t87 {
  width: 87.5%; }

/* 7/8 */
.t90 {
  width: 90%; }

.t95 {
  width: 95%; }

/**
 * Bordered tables
 */
.table--bordered th,
.table--bordered td {
  border: 1px solid #525e66; }
  .table--bordered th:empty,
  .table--bordered td:empty {
    border: none; }

.table--bordered thead tr:last-child th {
  border-bottom-width: 2px; }

.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px; }

/**
 * Striped tables
 */
.table--striped tbody tr:nth-of-type(odd) {
  background-color: #ffc;
  /* Override this color in your theme stylesheet */ }

/**
 * Data table
 */
.table--data {
  font: 12px/1.5 sans-serif; }

/*------------------------------------*    $FORMS
\*------------------------------------*/
/**
 *
 * Demo: jsfiddle.net/inuitcss/MhHHU
 *
 */
fieldset {
  padding: 20px; }

/**
 * Text inputs
 *
 * Instead of a `[type]` selector for each kind of form input, we just use a
 * class to target any/every one, e.g.:
   <input type=text class=text-input>
   <input type=email class=text-input>
   <input type=password class=text-input>
 *
 */
.text-input,
textarea {
  /**
     * Style these via your theme stylesheet.
     */ }

/**
 * Group sets of form fields in a list, e.g.:
 *
   <ul class=form-fields>
       <li>
           <label />
           <input />
       </li>
       <li>
           <label />
           <select />
       </li>
       <li>
           <label />
           <input />
       </li>
   </ul>
 *
 */
.form-fields, .gform_fields {
  list-style: none;
  margin: 0; }

.form-fields > li:last-child, .gform_fields > li:last-child {
  margin-bottom: 0; }

/**
 * Labels
 *
 * Define a `.label` class as well as a `label` element. This means we can apply
 * label-like styling to meta-labels for groups of options where a `label`
 * element is not suitable, e.g.:
 *
   <li>
       <span class=label>Select an option below:</span>
       <ul class="multi-list  four-cols">
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
label,
.label {
  display: block; }

/**
     * Extra help text in `label`s, e.g.:
     *
       <label>Card number <small class=additional>No spaces</small></label>
     *
     */
.additional {
  display: block;
  font-weight: normal; }

/*
 * Groups of checkboxes and radios, e.g.:
 *
   <li>
       <ul class=check-list>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
.check-list,
ul.gfield_radio,
ul.gfield_checkbox {
  list-style: none;
  margin: 0; }

/*
     * Labels in check-lists
     */
.check-label, .check-list label,
ul.gfield_radio label,
ul.gfield_checkbox label, .check-list .label,
ul.gfield_radio .label,
ul.gfield_checkbox .label {
  display: inline-block; }

/**
 * Spoken forms are for forms that read like spoken word, e.g.:
 *
   <li class=spoken-form>
       Hello, my <label for=spoken-name>name</label> is
       <input type=text class=text-input id=spoken-name>. My home
       <label for=country>country</label> is
       <select id=country>
           <option>UK</option>
           <option>US</option>
           <option>Other</option>
       </select>
   </li>
 *
 */
.spoken-form label {
  display: inline-block;
  font: inherit; }

/**
 * Extra help text displayed after a field when that field is in focus, e.g.:
 *
   <label for=email>Email:</label>
   <input type=email class=text-input id=email>
   <small class=extra-help>.edu emails only</small>
 *
 * We leave the help text in the document flow and merely set it to
 * `visibility:hidden;`. This means that it won’t interfere with anything once
 * it reappears.
 *
 */
/*small*/
.extra-help {
  display: inline-block;
  visibility: hidden; }

.text-input:active + .extra-help,
.text-input:focus + .extra-help {
  visibility: visible; }

/**
 * Objects and abstractions
 */
/*------------------------------------*    $GRIDS
\*------------------------------------*/
/**
 * Fluid and nestable grid system, e.g.:
 *
   <div class="grid">

       <div class="grid__item  one-third">
           <p>One third grid</p>
       </div><!--

    --><div class="grid__item  two-thirds">
           <p>Two thirds grid</p>
       </div><!--

    --><div class="grid__item  one-half">
           <p>One half grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div>

   </div>
 *
 * Demo: jsfiddle.net/inuitcss/CLYUC
 *
 */
/**
 * Grid wrapper
 */
.grid {
  margin-left: -20px;
  list-style: none;
  margin-bottom: 0; }

/**
     * Very infrequently occuring grid wrappers as children of grid wrappers.
     */
.grid > .grid {
  margin-left: 0; }

/**
     * Grid
     */
.grid__item {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  vertical-align: top; }

/*------------------------------------*    $NAV
\*------------------------------------*/
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 *
   <ul class=nav>
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Vnph4
 *
 */
.nav, #submenu .nav:first-child > li ul, .nav--blocknav,
.nav--blocknav ul, #affwp-affiliate-dashboard-tabs, .products-summary ul, ul.products,
ul.products ul.group__items {
  list-style: none;
  margin-left: 0; }
  .nav > li, #submenu .nav:first-child > li ul > li, .nav--blocknav > li,
  .nav--blocknav ul > li, #affwp-affiliate-dashboard-tabs > li, .products-summary ul > li, ul.products > li,
  ul.products ul.group__items > li,
  .nav > li > a, #submenu .nav:first-child > li ul > li > a, .nav--blocknav > li > a,
  .nav--blocknav ul > li > a, #affwp-affiliate-dashboard-tabs > li > a, .products-summary ul > li > a, ul.products > li > a,
  ul.products ul.group__items > li > a {
    display: inline-block;
    *display: inline;
    zoom: 1; }

/**
 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
 *
   <ul class="nav  nav--stacked">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--stacked > li, #submenu .nav:first-child > li ul > li, #submenu .nav--blocknav:first-child > li ul > li, #submenu
.nav--blocknav ul:first-child > li ul > li,
.nav--blocknav #submenu ul:first-child > li ul > li, #submenu #affwp-affiliate-dashboard-tabs:first-child > li ul > li, #submenu .products-summary ul:first-child > li ul > li, .products-summary #submenu ul:first-child > li ul > li, #submenu ul.products:first-child > li ul > li, #submenu
ul.products ul.group__items:first-child > li ul > li,
ul.products #submenu ul.group__items:first-child > li ul > li, .nav--blocknav > li,
.nav--blocknav ul > li, .products-summary ul > li, ul.products > li,
ul.products ul.group__items > li {
  display: list-item; }
  .nav--stacked > li > a, #submenu .nav:first-child > li ul > li > a, #submenu .nav--blocknav:first-child > li ul > li > a, #submenu
  .nav--blocknav ul:first-child > li ul > li > a,
  .nav--blocknav #submenu ul:first-child > li ul > li > a, #submenu #affwp-affiliate-dashboard-tabs:first-child > li ul > li > a, #submenu .products-summary ul:first-child > li ul > li > a, .products-summary #submenu ul:first-child > li ul > li > a, #submenu ul.products:first-child > li ul > li > a, #submenu
  ul.products ul.group__items:first-child > li ul > li > a,
  ul.products #submenu ul.group__items:first-child > li ul > li > a, .nav--blocknav > li > a,
  .nav--blocknav ul > li > a, .products-summary ul > li > a, ul.products > li > a,
  ul.products ul.group__items > li > a {
    display: block; }

/**
 * `.nav--banner` extends `.nav` and centres the list, e.g.:
 *
   <ul class="nav  nav--banner">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--banner, .nav--tabs, #affwp-affiliate-dashboard-tabs {
  text-align: center; }

/**
 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
 *
   <ul class="nav  nav--block">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--block {
  line-height: 1;
  /**
     * Remove whitespace caused by `inline-block`.
     */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap; }
  .nav--block > li {
    letter-spacing: normal;
    word-spacing: normal; }
    .nav--block > li > a {
      padding: 10px; }

/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `.nav`, e.g.:
 *
   <ul class="nav  nav--fit">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Thanks to @pimpl for this idea!
 */
.nav--fit {
  display: table;
  width: 100%; }
  .nav--fit > li {
    display: table-cell; }
    .nav--fit > li > a {
      display: block; }

/**
 * Make a list of keywords. Extends `.nav`, e.g.:
 *
   `<ul class="nav  nav--keywords>`
 *
 */
.nav--keywords > li:after {
  content: "\002C" "\00A0"; }

.nav--keywords > li:last-child:after {
  display: none; }

/*------------------------------------*    $MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 * E.g.:
 *
   <div class=media>
       <img src=http://placekitten.com/200/300 alt="" class=media__img>
       <p class=media__body>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
       sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
   </div>
 *
 * Demo: jsfiddle.net/inuitcss/cf4Qs
 *
 */
.media {
  display: block; }

.media__img {
  float: left;
  margin-right: 20px; }

/**
     * Reversed image location (right instead of left).
     */
.media__img--rev {
  float: right;
  margin-left: 20px; }

.media__img img,
.media__img--rev img {
  display: block; }

.media__body {
  overflow: hidden; }

.media__body,
.media__body > :last-child {
  margin-bottom: 0; }

/**
     * `.img`s in `.islet`s need an appropriately sized margin.
     */
.islet .media__img {
  margin-right: 10px; }

.islet .media__img--rev {
  margin-left: 10px; }

/*------------------------------------*    $BLOCK-LIST
\*------------------------------------*/
/**
 * Create big blocky lists of content, e.g.:
 *
   <ul class=block-list>
      <li>Foo</li>
      <li>Bar</li>
      <li>Baz</li>
      <li><a href=# class=block-list__link>Foo Bar Baz</a></li>
   </ul>
 *
 * Extend this object in your theme stylesheet.
 *
 * Demo: jsfiddle.net/inuitcss/hR57q
 *
 */
.block-list,
.block-list > li {
  border: 0 solid #525e66; }

.block-list {
  list-style: none;
  margin-left: 0;
  border-top-width: 1px; }
  .block-list > li {
    border-bottom-width: 1px;
    padding: 10px; }

.block-list__link {
  display: block;
  padding: 10px;
  margin: -10px; }

/*------------------------------------*    $SPRITE
\*------------------------------------*/
/**
 * Giving an element a class of `.sprite` will throw it into ‘sprite’ mode and apply
 * a background image e.g.:
 *
   <a class="sprite  sprite--question-mark">More info&hellip;</a>
 *
 * or
 *
   <a href=#><i class="sprite  sprite--question-mark"></i> Help and FAQ</a>
 *
 * Giving an element a class of `.icon` will throw it into ‘icon’ mode and will
 * not add a background, but should be used for icon fonts and is populated
 * through a `data-icon` attribute and the `:after` pseudo-element, e.g.:
 *
   <a href=#><i class=icon data-icon="&#xF000;"></i> View your favourites</a>
 *
 * Where ‘&#xF000;’ might map to a star in your particular icon font.
 *
 * These all require extension in your theme stylesheet, e.g. in your own CSS:
 *
   .sprite{
       background-image:url(path/to/your/sprite.png);
   }
   .sprite--link{ background-position:0   0  ; }
   .sprite--star{ background-position:0 -16px; }
 *
 * Demo: jsfiddle.net/inuitcss/6TKuS
 *
 */
.sprite, .ginput_card_security_code_icon,
.gform_card_icon,
.icon {
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  zoom: 1;
  /**
     * So using `.icon` on certain elements doesn’t make a visual difference.
     */
  font-style: normal;
  font-weight: normal;
  /**
     * So icons added using `.icon` sit in the centre of the element.
     */
  text-align: center; }

.sprite, .ginput_card_security_code_icon,
.gform_card_icon {
  /**
     * The typical size of most icons. Override in your theme stylesheet.
     */
  width: 16px;
  height: 16px;
  top: -1px;
  /*
     * H5BP method image replacement:
     * github.com/h5bp/html5-boilerplate/commit/adecc5da035d6d76b77e3fa95c6abde841073da2
     */
  overflow: hidden;
  *text-indent: -9999px; }
  .sprite:before, .ginput_card_security_code_icon:before,
  .gform_card_icon:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

/**
 * Set up icon font
 */
.icon {
  font-size: 16px;
  /**
     * Place the icon in a box the exact same dimensions as the icon itself.
     */
  width: 1em;
  height: 1em; }
  .icon:before {
    content: attr(data-icon); }

/**
 * Icon size modifiers.
 */
.icon--large {
  font-size: 32px; }

.icon--huge {
  font-size: 64px; }

.icon--natural {
  font-size: inherit; }

/*------------------------------------*    $BEAUTONS.CSS
\*------------------------------------*/
/**
 * beautons is a beautifully simple button toolkit.
 *
 * LICENSE
 * 
 * Copyright 2013 Harry Roberts
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 * http://apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * 
 */
/*!*
 * 
 * @csswizardry -- csswizardry.com/beautons
 * 
 */
/*------------------------------------*    $BASE
\*------------------------------------*/
/**
 * Base button styles.
 *
 * 1. Allow us to better style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Stop buttons wrapping and looking broken.
 * 4. Make buttons inherit font styles.
 * 5. Force all elements using beautons to appear clickable.
 * 6. Normalise box model styles.
 * 7. If the button’s text is 1em, and the button is (3 * font-size) tall, then
 *    there is 1em of space above and below that text. We therefore apply 1em
 *    of space to the left and right, as padding, to keep consistent spacing.
 * 8. Basic cosmetics for default buttons. Change or override at will.
 * 9. Don’t allow buttons to have underlines; it kinda ruins the illusion.
 */
.btn, .gform_page_footer .gform_previous_button,
.gform_page_footer .gform_next_button, .gform_footer .gpoll_button,
.gform_wrapper .gpoll_back_button, .gform_fields input[type="button"],
form input[type="submit"], #menu_btn, .edd-currency-wrap .edd-button, .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save,
.edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit, #edd_checkout_wrap .edd_cart_remove_item_btn, #edd_checkout_wrap #edd_next_button, #edd_checkout_wrap #edd_purchase_submit .edd-cancel a, #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button, #edd_user_history tbody td a,
#affwp-affiliate-dashboard table tbody td a {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  font-family: inherit;
  /* [4] */
  font-size: 100%;
  /* [4] */
  cursor: pointer;
  /* [5] */
  border: none;
  /* [6] */
  margin: 0;
  /* [6] */
  padding-top: 0;
  /* [6] */
  padding-bottom: 0;
  /* [6] */
  line-height: 3;
  /* [7] */
  padding-right: 1em;
  /* [7] */
  padding-left: 1em;
  /* [7] */
  border-radius: 3px;
  /* [8] */ }

.btn, .gform_page_footer .gform_previous_button,
.gform_page_footer .gform_next_button, .gform_footer .gpoll_button,
.gform_wrapper .gpoll_back_button, .gform_fields input[type="button"],
form input[type="submit"], #menu_btn, .edd-currency-wrap .edd-button, .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save,
.edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit, #edd_checkout_wrap .edd_cart_remove_item_btn, #edd_checkout_wrap #edd_next_button, #edd_checkout_wrap #edd_purchase_submit .edd-cancel a, #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button, #edd_user_history tbody td a,
#affwp-affiliate-dashboard table tbody td a, .btn:hover, .gform_page_footer .gform_previous_button:hover,
.gform_page_footer .gform_next_button:hover, .gform_footer .gpoll_button:hover,
.gform_wrapper .gpoll_back_button:hover, .gform_fields input[type="button"]:hover,
form input[type="submit"]:hover, #menu_btn:hover, .edd-currency-wrap .edd-button:hover, .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save:hover,
.edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset:hover, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit:hover, #edd_checkout_wrap .edd_cart_remove_item_btn:hover, #edd_checkout_wrap #edd_next_button:hover, #edd_checkout_wrap #edd_purchase_submit .edd-cancel a:hover, #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button:hover, #edd_user_history tbody td a:hover,
#affwp-affiliate-dashboard table tbody td a:hover {
  text-decoration: none;
  /* [9] */ }

.btn:active, .gform_page_footer .gform_previous_button:active,
.gform_page_footer .gform_next_button:active, .gform_footer .gpoll_button:active,
.gform_wrapper .gpoll_back_button:active, .gform_fields input[type="button"]:active,
form input[type="submit"]:active, #menu_btn:active, .edd-currency-wrap .edd-button:active, .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save:active,
.edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset:active, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit:active, #edd_checkout_wrap .edd_cart_remove_item_btn:active, #edd_checkout_wrap #edd_next_button:active, #edd_checkout_wrap #edd_purchase_submit .edd-cancel a:active, #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button:active, #edd_user_history tbody td a:active,
#affwp-affiliate-dashboard table tbody td a:active, .btn:focus, .gform_page_footer .gform_previous_button:focus,
.gform_page_footer .gform_next_button:focus, .gform_footer .gpoll_button:focus,
.gform_wrapper .gpoll_back_button:focus, .gform_fields input[type="button"]:focus,
form input[type="submit"]:focus, #menu_btn:focus, .edd-currency-wrap .edd-button:focus, .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save:focus,
.edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset:focus, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit:focus, #edd_checkout_wrap .edd_cart_remove_item_btn:focus, #edd_checkout_wrap #edd_next_button:focus, #edd_checkout_wrap #edd_purchase_submit .edd-cancel a:focus, #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button:focus, #edd_user_history tbody td a:focus,
#affwp-affiliate-dashboard table tbody td a:focus {
  outline: none; }

/*------------------------------------*    $SIZES
\*------------------------------------*/
/**
 * Button size modifiers.
 *
 * These all follow the same sizing rules as above; text is 1em, space around it
 * remains uniform.
 */
.btn--small {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 2; }

.btn--large {
  padding-right: 1.5em;
  padding-left: 1.5em;
  line-height: 4; }

.btn--huge {
  padding-right: 2em;
  padding-left: 2em;
  line-height: 5; }

/**
 * These buttons will fill the entirety of their container.
 *
 * 1. Remove padding so that widths and paddings don’t conflict.
 */
.btn--full {
  width: 100%;
  padding-right: 0;
  /* [1] */
  padding-left: 0;
  /* [1] */
  text-align: center; }

/*------------------------------------*    $FONT-SIZES
\*------------------------------------*/
/**
 * Button font-size modifiers.
 */
.btn--alpha {
  font-size: 3rem; }

.btn--beta {
  font-size: 2rem; }

.btn--gamma {
  font-size: 1rem; }

/**
 * Make the button inherit sizing from its parent.
 */
.btn--natural {
  vertical-align: baseline;
  font-size: inherit;
  line-height: inherit;
  padding-right: 0.5em;
  padding-left: 0.5em; }

/*------------------------------------*    $FUNCTIONS
\*------------------------------------*/
/**
 * Button function modifiers.
 */
/**
 * Positive actions; e.g. sign in, purchase, submit, etc.
 */
.btn--positive {
  background-color: #4A993E;
  color: #fff; }

/**
 * Negative actions; e.g. close account, delete photo, remove friend, etc.
 */
.btn--negative {
  background-color: #b33630;
  color: #fff; }

/**
 * Inactive, disabled buttons.
 * 
 * 1. Make the button look like normal text when hovered.
 */
.btn--inactive,
.btn--inactive:hover,
.btn--inactive:active,
.btn--inactive:focus {
  background-color: #ddd;
  color: #777;
  cursor: text;
  /* [1] */ }

/*------------------------------------*    $STYLES
\*------------------------------------*/
/**
 * Button style modifiers.
 *
 * 1. Use an overly-large number to ensure completely rounded, pill-like ends.
 */
.btn--soft {
  border-radius: 200px;
  /* [1] */ }

.btn--hard {
  border-radius: 0; }

/*------------------------------------*    $RULES
\*------------------------------------*/
/**
 * Horizontal rules, extend `hr`.
 *
 * Demo: jsfiddle.net/inuitcss/L6GuZ
 *
 */
.rule {
  color: #525e66;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 19px;
  margin-bottom: 1.35714rem; }

/**
 * Dotted rules
 */
.rule--dotted {
  border-bottom-style: dotted; }

/**
 * Dashed rules
 */
.rule--dashed {
  border-bottom-style: dashed; }

/**
 * Ornamental rules. Places a § over the rule.
 */
.rule--ornament {
  position: relative;
  /**
    * Pass in an arbitrary ornament though a data attribute, e.g.:
    *
      <hr class="rule  rule--ornament" data-ornament="!">
    *
    */ }
  .rule--ornament:after {
    content: "\00A7";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    line-height: 0;
    text-align: center; }
  .rule--ornament[data-ornament]:after {
    content: attr(data-ornament); }

/**
 * Style trumps; helper and brand classes
 */
/*------------------------------------*    $WIDTHS
\*------------------------------------*/
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in inuit.css, most commonly the grid system
 * and faux flexbox.
 *
 * We have a mixin to generate our widths and their breakpoint-specific
 * variations.
 */
/**
    * Whole
    */
.one-whole {
  width: 100%; }

/**
    * Halves
    */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%; }

/**
    * Thirds
    */
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

/**
    * Quarters
    */
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%; }

/**
    * Fifths
    */
.one-fifth, .two-tenths {
  width: 20%; }

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

/**
    * Sixths
    */
.one-sixth, .two-twelfths {
  width: 16.666%; }

.five-sixths, .ten-twelfths {
  width: 83.333%; }

/**
    * Eighths
    */
.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

/**
    * Tenths
    */
.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

/**
    * Twelfths
    */
.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

/**
 * If you have set `$responsive` to ‘true’ in `_vars.scss` then you now have
 * access to these classes. You can define at which breakpoint you’d like an
 * element to be a certain size, e.g.:
 *
 * `<div class="g  one-quarter  lap-one-half  palm-one-whole"> ... </div>`
 *
 * This would create a `div` that, at ‘desktop’ sizes, takes up a quarter of the
 * horizontal space, a half of that space at ‘tablet’ sizes, and goes full width
 * at ‘mobile’ sizes.
 *
 * Demo: jsfiddle.net/inuitcss/WS4Ge
 *
 */
@media only screen and (max-width: 570px) {
  /**
    * Whole
    */
  .palm-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .palm-one-half, .palm-two-quarters, .palm-three-sixths, .palm-four-eighths, .palm-five-tenths, .palm-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .palm-one-third, .palm-two-sixths, .palm-four-twelfths {
    width: 33.333%; }
  .palm-two-thirds, .palm-four-sixths, .palm-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .palm-one-quarter, .palm-two-eighths, .palm-three-twelfths {
    width: 25%; }
  .palm-three-quarters, .palm-six-eighths, .palm-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .palm-one-fifth, .palm-two-tenths {
    width: 20%; }
  .palm-two-fifths, .palm-four-tenths {
    width: 40%; }
  .palm-three-fifths, .palm-six-tenths {
    width: 60%; }
  .palm-four-fifths, .palm-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .palm-one-sixth, .palm-two-twelfths {
    width: 16.666%; }
  .palm-five-sixths, .palm-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .palm-one-eighth {
    width: 12.5%; }
  .palm-three-eighths {
    width: 37.5%; }
  .palm-five-eighths {
    width: 62.5%; }
  .palm-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .palm-one-tenth {
    width: 10%; }
  .palm-three-tenths {
    width: 30%; }
  .palm-seven-tenths {
    width: 70%; }
  .palm-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .palm-one-twelfth {
    width: 8.333%; }
  .palm-five-twelfths {
    width: 41.666%; }
  .palm-seven-twelfths {
    width: 58.333%; }
  .palm-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 571px) and (max-width: 1024px) {
  /**
    * Whole
    */
  .lap-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .lap-one-half, .lap-two-quarters, .lap-three-sixths, .lap-four-eighths, .lap-five-tenths, .lap-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .lap-one-third, .lap-two-sixths, .lap-four-twelfths {
    width: 33.333%; }
  .lap-two-thirds, .lap-four-sixths, .lap-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .lap-one-quarter, .lap-two-eighths, .lap-three-twelfths {
    width: 25%; }
  .lap-three-quarters, .lap-six-eighths, .lap-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .lap-one-fifth, .lap-two-tenths {
    width: 20%; }
  .lap-two-fifths, .lap-four-tenths {
    width: 40%; }
  .lap-three-fifths, .lap-six-tenths {
    width: 60%; }
  .lap-four-fifths, .lap-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .lap-one-sixth, .lap-two-twelfths {
    width: 16.666%; }
  .lap-five-sixths, .lap-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .lap-one-eighth {
    width: 12.5%; }
  .lap-three-eighths {
    width: 37.5%; }
  .lap-five-eighths {
    width: 62.5%; }
  .lap-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .lap-one-tenth {
    width: 10%; }
  .lap-three-tenths {
    width: 30%; }
  .lap-seven-tenths {
    width: 70%; }
  .lap-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .lap-one-twelfth {
    width: 8.333%; }
  .lap-five-twelfths {
    width: 41.666%; }
  .lap-seven-twelfths {
    width: 58.333%; }
  .lap-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 571px) {
  /**
    * Whole
    */
  .lap-and-up-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .lap-and-up-one-half, .lap-and-up-two-quarters, .lap-and-up-three-sixths, .lap-and-up-four-eighths, .lap-and-up-five-tenths, .lap-and-up-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .lap-and-up-one-third, .lap-and-up-two-sixths, .lap-and-up-four-twelfths {
    width: 33.333%; }
  .lap-and-up-two-thirds, .lap-and-up-four-sixths, .lap-and-up-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .lap-and-up-one-quarter, .lap-and-up-two-eighths, .lap-and-up-three-twelfths {
    width: 25%; }
  .lap-and-up-three-quarters, .lap-and-up-six-eighths, .lap-and-up-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .lap-and-up-one-fifth, .lap-and-up-two-tenths {
    width: 20%; }
  .lap-and-up-two-fifths, .lap-and-up-four-tenths {
    width: 40%; }
  .lap-and-up-three-fifths, .lap-and-up-six-tenths {
    width: 60%; }
  .lap-and-up-four-fifths, .lap-and-up-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .lap-and-up-one-sixth, .lap-and-up-two-twelfths {
    width: 16.666%; }
  .lap-and-up-five-sixths, .lap-and-up-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .lap-and-up-one-eighth {
    width: 12.5%; }
  .lap-and-up-three-eighths {
    width: 37.5%; }
  .lap-and-up-five-eighths {
    width: 62.5%; }
  .lap-and-up-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .lap-and-up-one-tenth {
    width: 10%; }
  .lap-and-up-three-tenths {
    width: 30%; }
  .lap-and-up-seven-tenths {
    width: 70%; }
  .lap-and-up-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .lap-and-up-one-twelfth {
    width: 8.333%; }
  .lap-and-up-five-twelfths {
    width: 41.666%; }
  .lap-and-up-seven-twelfths {
    width: 58.333%; }
  .lap-and-up-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (max-width: 1024px) {
  /**
    * Whole
    */
  .portable-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .portable-one-half, .portable-two-quarters, .portable-three-sixths, .portable-four-eighths, .portable-five-tenths, .portable-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .portable-one-third, .portable-two-sixths, .portable-four-twelfths {
    width: 33.333%; }
  .portable-two-thirds, .portable-four-sixths, .portable-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .portable-one-quarter, .portable-two-eighths, .portable-three-twelfths {
    width: 25%; }
  .portable-three-quarters, .portable-six-eighths, .portable-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .portable-one-fifth, .portable-two-tenths {
    width: 20%; }
  .portable-two-fifths, .portable-four-tenths {
    width: 40%; }
  .portable-three-fifths, .portable-six-tenths {
    width: 60%; }
  .portable-four-fifths, .portable-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .portable-one-sixth, .portable-two-twelfths {
    width: 16.666%; }
  .portable-five-sixths, .portable-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .portable-one-eighth {
    width: 12.5%; }
  .portable-three-eighths {
    width: 37.5%; }
  .portable-five-eighths {
    width: 62.5%; }
  .portable-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .portable-one-tenth {
    width: 10%; }
  .portable-three-tenths {
    width: 30%; }
  .portable-seven-tenths {
    width: 70%; }
  .portable-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .portable-one-twelfth {
    width: 8.333%; }
  .portable-five-twelfths {
    width: 41.666%; }
  .portable-seven-twelfths {
    width: 58.333%; }
  .portable-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 1025px) {
  /**
    * Whole
    */
  .desk-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .desk-one-half, .desk-two-quarters, .desk-three-sixths, .desk-four-eighths, .desk-five-tenths, .desk-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .desk-one-third, .desk-two-sixths, .desk-four-twelfths {
    width: 33.333%; }
  .desk-two-thirds, .desk-four-sixths, .desk-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .desk-one-quarter, .desk-two-eighths, .desk-three-twelfths {
    width: 25%; }
  .desk-three-quarters, .desk-six-eighths, .desk-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .desk-one-fifth, .desk-two-tenths {
    width: 20%; }
  .desk-two-fifths, .desk-four-tenths {
    width: 40%; }
  .desk-three-fifths, .desk-six-tenths {
    width: 60%; }
  .desk-four-fifths, .desk-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .desk-one-sixth, .desk-two-twelfths {
    width: 16.666%; }
  .desk-five-sixths, .desk-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .desk-one-eighth {
    width: 12.5%; }
  .desk-three-eighths {
    width: 37.5%; }
  .desk-five-eighths {
    width: 62.5%; }
  .desk-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .desk-one-tenth {
    width: 10%; }
  .desk-three-tenths {
    width: 30%; }
  .desk-seven-tenths {
    width: 70%; }
  .desk-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .desk-one-twelfth {
    width: 8.333%; }
  .desk-five-twelfths {
    width: 41.666%; }
  .desk-seven-twelfths {
    width: 58.333%; }
  .desk-eleven-twelfths {
    width: 91.666%; } }

/**
 * If you have set the additional `$responsive-extra` variable to ‘true’ in
 * `_vars.scss` then you now have access to the following class available to
 * accomodate much larger screen resolutions.
 */
@media only screen and (min-width: 1300px) {
  /**
    * Whole
    */
  .desk-wide-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .desk-wide-one-half, .desk-wide-two-quarters, .desk-wide-three-sixths, .desk-wide-four-eighths, .desk-wide-five-tenths, .desk-wide-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .desk-wide-one-third, .desk-wide-two-sixths, .desk-wide-four-twelfths {
    width: 33.333%; }
  .desk-wide-two-thirds, .desk-wide-four-sixths, .desk-wide-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .desk-wide-one-quarter, .desk-wide-two-eighths, .desk-wide-three-twelfths {
    width: 25%; }
  .desk-wide-three-quarters, .desk-wide-six-eighths, .desk-wide-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .desk-wide-one-fifth, .desk-wide-two-tenths {
    width: 20%; }
  .desk-wide-two-fifths, .desk-wide-four-tenths {
    width: 40%; }
  .desk-wide-three-fifths, .desk-wide-six-tenths {
    width: 60%; }
  .desk-wide-four-fifths, .desk-wide-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .desk-wide-one-sixth, .desk-wide-two-twelfths {
    width: 16.666%; }
  .desk-wide-five-sixths, .desk-wide-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .desk-wide-one-eighth {
    width: 12.5%; }
  .desk-wide-three-eighths {
    width: 37.5%; }
  .desk-wide-five-eighths {
    width: 62.5%; }
  .desk-wide-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .desk-wide-one-tenth {
    width: 10%; }
  .desk-wide-three-tenths {
    width: 30%; }
  .desk-wide-seven-tenths {
    width: 70%; }
  .desk-wide-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .desk-wide-one-twelfth {
    width: 8.333%; }
  .desk-wide-five-twelfths {
    width: 41.666%; }
  .desk-wide-seven-twelfths {
    width: 58.333%; }
  .desk-wide-eleven-twelfths {
    width: 91.666%; } }

/* endif */
/*------------------------------------*    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*    $BRAND
\*------------------------------------*/
/**
 * `.brand` is a quick and simple way to apply your brand face and/or color to
 * any element using a handy helper class.
 */
.brand, .brand-colour {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif!important;
  color: #72b4c8!important; }

.brand-face {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif!important; }

.brand-color,
.brand-colour {
  color: #72b4c8!important; }

/*------------------------------------*    $HELPER
\*------------------------------------*/
/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component doesn’t already have a class to which you could apply this
 * styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
 * that ruleset as opposed to adding the `.float--left` class to the markup.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors.
 */
/**
 * Add/remove floats
 */
.float--right {
  float: right !important; }

.float--left {
  float: left !important; }

.float--none {
  float: none !important; }

/**
 * Text alignment
 */
.text--left {
  text-align: left  !important; }

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

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

/**
 * Font weights
 */
.weight--light {
  font-weight: 300 !important; }

.weight--normal {
  font-weight: 400 !important; }

.weight--semibold {
  font-weight: 600 !important; }

/**
 * Add/remove margins
 */
.push {
  margin: 20px !important; }

.push--top {
  margin-top: 20px !important; }

.push--right {
  margin-right: 20px !important; }

.push--bottom {
  margin-bottom: 20px !important; }

.push--left {
  margin-left: 20px !important; }

.push--ends {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.push--sides {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.push-half {
  margin: 10px !important; }

.push-half--top {
  margin-top: 10px !important; }

.push-half--right {
  margin-right: 10px !important; }

.push-half--bottom {
  margin-bottom: 10px !important; }

.push-half--left {
  margin-left: 10px !important; }

.push-half--ends {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.push-half--sides {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.flush {
  margin: 0 !important; }

.flush--top {
  margin-top: 0 !important; }

.flush--right {
  margin-right: 0 !important; }

.flush--bottom {
  margin-bottom: 0 !important; }

.flush--left {
  margin-left: 0 !important; }

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important; }

/**
 * Add/remove paddings
 */
.soft {
  padding: 20px !important; }

.soft--top {
  padding-top: 20px !important; }

.soft--right {
  padding-right: 20px !important; }

.soft--bottom {
  padding-bottom: 20px !important; }

.soft--left {
  padding-left: 20px !important; }

.soft--ends {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.soft--sides {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.soft-half {
  padding: 10px !important; }

.soft-half--top {
  padding-top: 10px !important; }

.soft-half--right {
  padding-right: 10px !important; }

.soft-half--bottom {
  padding-bottom: 10px !important; }

.soft-half--left {
  padding-left: 10px !important; }

.soft-half--ends {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.soft-half--sides {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.hard {
  padding: 0 !important; }

.hard--top {
  padding-top: 0 !important; }

.hard--right {
  padding-right: 0 !important; }

.hard--bottom {
  padding-bottom: 0 !important; }

.hard--left {
  padding-left: 0 !important; }

.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/**
 * Pull items full width of `.island` parents.
 */
.full-bleed {
  margin-right: -20px !important;
  margin-left: -20px !important; }
  .islet .full-bleed {
    margin-right: -10px !important;
    margin-left: -10px !important; }

/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
.informative {
  cursor: help !important; }

/**
 * Mute an object by reducing its opacity.
 */
.muted {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important; }

/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
   <p class=proceed><a href=#>Read more...</a></p>
 *
 */
.proceed {
  text-align: right !important; }

/**
 * Add a right-angled quote to links that imply movement, e.g.:
 *
   <a href=# class=go>Read more</a>
 *
 */
.go:after {
  content: " " "»" !important; }

/**
 * Apply capital case to an element (usually a `strong`).
 */
.caps {
  text-transform: uppercase !important; }

/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
.accessibility,
.visuallyhidden,
.gsection_title:empty,
.gf_progressbar_percentage span,
.gfield.offscreen,
#user_menu .nav .nav__label,
#user_menu #submenu .nav:first-child > li ul .nav__label,
#submenu .nav:first-child > li #user_menu ul .nav__label,
#user_menu .nav--blocknav .nav__label,
.nav--blocknav #user_menu ul .nav__label,
#user_menu #affwp-affiliate-dashboard-tabs .nav__label,
#user_menu .products-summary ul .nav__label,
.products-summary #user_menu ul .nav__label,
#user_menu ul.products .nav__label,
ul.products #user_menu ul.group__items .nav__label,
body:not(.home) #menu .nav__label,
#back_btn .btn__label,
#submenu_toggle .btn__label {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

@media only screen and (max-width: 570px) {
  .accessibility--palm,
  .visuallyhidden--palm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 571px) and (max-width: 1024px) {
  .accessibility--lap,
  .visuallyhidden--lap {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 571px) {
  .accessibility--lap-and-up,
  .visuallyhidden--lap-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (max-width: 1024px) {
  .accessibility--portable,
  .visuallyhidden--portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 1025px) {
  .accessibility--desk,
  .visuallyhidden--desk {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 1300px) {
  .accessibility--desk-wide,
  .visuallyhidden--desk-wide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

/* endif */
/**
 * She’s all yours, cap’n... Begin importing your stuff here.
 */
.grid {
  font-size: 0;
  line-height: 0; }
  .grid.grid--reverse > .grid__item {
    float: right; }

.grid__item {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px; }

.flex-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: -20px; }
  .flex-grid.flex-grid--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .flex-grid.flex-grid--hard {
    margin-left: 0; }
    .flex-grid.flex-grid--hard > .flex-grid__item {
      padding-left: 0; }
  .flex-grid.flex-grid--top {
    -ms-flex-align: start;
    align-items: flex-start; }
  .flex-grid.flex-grid--center {
    -ms-flex-align: center;
    align-items: center; }
  .flex-grid.flex-grid--bottom {
    -ms-flex-align: end;
    align-items: flex-end; }

.flex-grid__item {
  padding-left: 20px;
  max-width: 100%; }
  .flex-grid__item.flex-grid__item--top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .flex-grid__item.flex-grid__item--center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .flex-grid__item.flex-grid__item--bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }

@media only screen and (min-width: 1025px) {
  .desk-hide {
    display: none !important; }
  .desk-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .desk-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .desk-text--left {
    text-align: left !important; }
  .desk-text--right {
    text-align: right !important; }
  .desk-text--center {
    text-align: center !important; }
  .desk-float--left {
    float: left !important; }
  .desk-float--right {
    float: right !important; }
  .desk-float-none {
    float: none !important; }
  .desk-hard--left {
    padding-left: 0 !important; }
  .desk-hard--right {
    padding-right: 0 !important; }
  .desk-pull--bottom {
    margin-bottom: 0 !important; }
  .desk-pull--top {
    margin-top: 0 !important; }
  .grid.grid--reverse > .grid__item.desk-one-whole {
    float: none; } }

@media only screen and (min-width: 571px) {
  .lap-and-up-hide {
    display: none !important; }
  .lap-and-up-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .lap-and-up-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .lap-and-up-text--left {
    text-align: left !important; }
  .lap-and-up-text--right {
    text-align: right !important; }
  .lap-and-up-text--center {
    text-align: center !important; }
  .lap-and-up-float--left {
    float: left !important; }
  .lap-and-up-float--right {
    float: right !important; }
  .lap-and-up-float-none {
    float: none !important; }
  .lap-and-up-hard--left {
    padding-left: 0 !important; }
  .lap-and-up-hard--right {
    padding-right: 0 !important; }
  .lap-and-up-pull--bottom {
    margin-bottom: 0 !important; }
  .lap-and-up-pull--top {
    margin-top: 0 !important; }
  .grid.grid--reverse > .grid__item.lap-and-up-one-whole {
    float: none; } }

@media only screen and (max-width: 1024px) {
  .portable-hide {
    display: none !important; }
  .portable-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .portable-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .portable-text--left {
    text-align: left !important; }
  .portable-text--right {
    text-align: right !important; }
  .portable-text--center {
    text-align: center !important; }
  .portable-float--left {
    float: left !important; }
  .portable-float--right {
    float: right !important; }
  .portable-float-none {
    float: none !important; }
  .portable-hard--left {
    padding-left: 0 !important; }
  .portable-hard--right {
    padding-right: 0 !important; }
  .portable-pull--bottom {
    margin-bottom: 0 !important; }
  .portable-pull--top {
    margin-top: 0 !important; }
  .grid.grid--reverse > .grid__item.portable-one-whole {
    float: none; } }

@media only screen and (min-width: 571px) and (max-width: 1024px) {
  .lap-hide {
    display: none !important; }
  .lap-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .lap-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .lap-text--left {
    text-align: left !important; }
  .lap-text--right {
    text-align: right !important; }
  .lap-text--center {
    text-align: center !important; }
  .lap-float--left {
    float: left !important; }
  .lap-float--right {
    float: right !important; }
  .lap-float-none {
    float: none !important; }
  .lap-hard--left {
    padding-left: 0 !important; }
  .lap-hard--right {
    padding-right: 0 !important; }
  .lap-pull--bottom {
    margin-bottom: 0 !important; }
  .lap-pull--top {
    margin-top: 0 !important; }
  .grid.grid--reverse > .grid__item.lap-one-whole {
    float: none; } }

@media only screen and (max-width: 570px) {
  .palm-hide {
    display: none !important; }
  .palm-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .palm-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .palm-text--left {
    text-align: left !important; }
  .palm-text--right {
    text-align: right !important; }
  .palm-text--center {
    text-align: center !important; }
  .palm-float--left {
    float: left !important; }
  .palm-float--right {
    float: right !important; }
  .palm-float-none {
    float: none !important; }
  .palm-hard--left {
    padding-left: 0 !important; }
  .palm-hard--right {
    padding-right: 0 !important; }
  .palm-pull--bottom {
    margin-bottom: 0 !important; }
  .palm-pull--top {
    margin-top: 0 !important; }
  .grid.grid--reverse > .grid__item.palm-one-whole {
    float: none; } }

a.sprite, a.ginput_card_security_code_icon,
a.gform_card_icon,
a.icon,
button.sprite,
button.ginput_card_security_code_icon,
button.gform_card_icon,
button.icon {
  padding: 0;
  border: none;
  background-color: transparent !important;
  outline: none; }
  a.sprite:hover, a.ginput_card_security_code_icon:hover,
  a.gform_card_icon:hover,
  a.icon:hover,
  button.sprite:hover,
  button.ginput_card_security_code_icon:hover,
  button.gform_card_icon:hover,
  button.icon:hover {
    background-color: transparent !important; }
  a.sprite:focus, a.ginput_card_security_code_icon:focus,
  a.gform_card_icon:focus, a.sprite:active, a.ginput_card_security_code_icon:active,
  a.gform_card_icon:active,
  a.icon:focus,
  a.icon:active,
  button.sprite:focus,
  button.ginput_card_security_code_icon:focus,
  button.gform_card_icon:focus,
  button.sprite:active,
  button.ginput_card_security_code_icon:active,
  button.gform_card_icon:active,
  button.icon:focus,
  button.icon:active {
    outline: none; }

a > .sprite, a > .ginput_card_security_code_icon, a >
.gform_card_icon,
.btn > .sprite, .gform_page_footer .gform_previous_button > .sprite,
.gform_page_footer .gform_next_button > .sprite, .gform_footer .gpoll_button > .sprite,
.gform_wrapper .gpoll_back_button > .sprite, .gform_fields input[type="button"] > .sprite,
form input[type="submit"] > .sprite, #menu_btn > .sprite, .edd-currency-wrap .edd-button > .sprite, .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save > .sprite,
.edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset > .sprite, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit > .sprite, #edd_checkout_wrap .edd_cart_remove_item_btn > .sprite, #edd_checkout_wrap #edd_next_button > .sprite, #edd_checkout_wrap #edd_purchase_submit .edd-cancel a > .sprite, #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button > .sprite, #edd_user_history tbody td a > .sprite,
#affwp-affiliate-dashboard table tbody td a > .sprite,
.btn > .ginput_card_security_code_icon, .gform_page_footer .gform_previous_button > .ginput_card_security_code_icon,
.gform_page_footer .gform_next_button > .ginput_card_security_code_icon, .gform_footer .gpoll_button > .ginput_card_security_code_icon,
.gform_wrapper .gpoll_back_button > .ginput_card_security_code_icon, .gform_fields input[type="button"] > .ginput_card_security_code_icon,
form input[type="submit"] > .ginput_card_security_code_icon, #menu_btn > .ginput_card_security_code_icon, .edd-currency-wrap .edd-button > .ginput_card_security_code_icon, .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save > .ginput_card_security_code_icon,
.edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset > .ginput_card_security_code_icon, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit > .ginput_card_security_code_icon, #edd_checkout_wrap .edd_cart_remove_item_btn > .ginput_card_security_code_icon, #edd_checkout_wrap #edd_next_button > .ginput_card_security_code_icon, #edd_checkout_wrap #edd_purchase_submit .edd-cancel a > .ginput_card_security_code_icon, #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button > .ginput_card_security_code_icon, #edd_user_history tbody td a > .ginput_card_security_code_icon,
#affwp-affiliate-dashboard table tbody td a > .ginput_card_security_code_icon,
.btn >
.gform_card_icon, .gform_page_footer .gform_previous_button >
.gform_card_icon,
.gform_page_footer .gform_next_button >
.gform_card_icon, .gform_footer .gpoll_button >
.gform_card_icon,
.gform_wrapper .gpoll_back_button >
.gform_card_icon, .gform_fields input[type="button"] >
.gform_card_icon,
form input[type="submit"] >
.gform_card_icon, #menu_btn >
.gform_card_icon, .edd-currency-wrap .edd-button >
.gform_card_icon, .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save >
.gform_card_icon,
.edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset >
.gform_card_icon, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit >
.gform_card_icon, #edd_checkout_wrap .edd_cart_remove_item_btn >
.gform_card_icon, #edd_checkout_wrap #edd_next_button >
.gform_card_icon, #edd_checkout_wrap #edd_purchase_submit .edd-cancel a >
.gform_card_icon, #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button >
.gform_card_icon, #edd_user_history tbody td a >
.gform_card_icon,
#affwp-affiliate-dashboard table tbody td a >
.gform_card_icon,
a > .icon,
.btn > .icon, .gform_page_footer .gform_previous_button > .icon,
.gform_page_footer .gform_next_button > .icon, .gform_footer .gpoll_button > .icon,
.gform_wrapper .gpoll_back_button > .icon, .gform_fields input[type="button"] > .icon,
form input[type="submit"] > .icon, #menu_btn > .icon, .edd-currency-wrap .edd-button > .icon, .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save > .icon,
.edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset > .icon, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit > .icon, #edd_checkout_wrap .edd_cart_remove_item_btn > .icon, #edd_checkout_wrap #edd_next_button > .icon, #edd_checkout_wrap #edd_purchase_submit .edd-cancel a > .icon, #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button > .icon, #edd_user_history tbody td a > .icon,
#affwp-affiliate-dashboard table tbody td a > .icon {
  margin-right: 20px; }

.sprite, .ginput_card_security_code_icon,
.gform_card_icon,
.icon {
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%; }

.btn, .gform_page_footer .gform_previous_button,
.gform_page_footer .gform_next_button, .gform_footer .gpoll_button,
.gform_wrapper .gpoll_back_button, .gform_fields input[type="button"],
form input[type="submit"], #menu_btn, .edd-currency-wrap .edd-button, .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save,
.edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit, #edd_checkout_wrap .edd_cart_remove_item_btn, #edd_checkout_wrap #edd_next_button, #edd_checkout_wrap #edd_purchase_submit .edd-cancel a, #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button, #edd_user_history tbody td a,
#affwp-affiliate-dashboard table tbody td a,
.btn--primary {
  background-color: #72b4c8;
  color: #fff;
  border-radius: 20px;
  transition: background-color 0.4s, color 0.4s;
  text-decoration: none;
  border: none;
  line-height: 40px;
  padding-right: 24px;
  padding-left: 24px;
  font-size: 14px; }
  .btn:not([disabled]):hover, .gform_page_footer .gform_previous_button:not([disabled]):hover,
  .gform_page_footer .gform_next_button:not([disabled]):hover, .gform_footer .gpoll_button:not([disabled]):hover,
  .gform_wrapper .gpoll_back_button:not([disabled]):hover, .gform_fields input[type="button"]:not([disabled]):hover,
  form input[type="submit"]:not([disabled]):hover, #menu_btn:not([disabled]):hover, .edd-currency-wrap .edd-button:not([disabled]):hover, .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save:not([disabled]):hover,
  .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset:not([disabled]):hover, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit:not([disabled]):hover, #edd_checkout_wrap .edd_cart_remove_item_btn:not([disabled]):hover, #edd_checkout_wrap #edd_next_button:not([disabled]):hover, #edd_checkout_wrap #edd_purchase_submit .edd-cancel a:not([disabled]):hover, #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button:not([disabled]):hover, #edd_user_history tbody td a:not([disabled]):hover,
  #affwp-affiliate-dashboard table tbody td a:not([disabled]):hover,
  .btn--primary:not([disabled]):hover {
    color: #fff;
    background-color: #4da0ba; }
  .btn:not([disabled]):active, .gform_page_footer .gform_previous_button:not([disabled]):active,
  .gform_page_footer .gform_next_button:not([disabled]):active, .gform_footer .gpoll_button:not([disabled]):active,
  .gform_wrapper .gpoll_back_button:not([disabled]):active, .gform_fields input[type="button"]:not([disabled]):active,
  form input[type="submit"]:not([disabled]):active, #menu_btn:not([disabled]):active, .edd-currency-wrap .edd-button:not([disabled]):active, .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save:not([disabled]):active,
  .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset:not([disabled]):active, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit:not([disabled]):active, #edd_checkout_wrap .edd_cart_remove_item_btn:not([disabled]):active, #edd_checkout_wrap #edd_next_button:not([disabled]):active, #edd_checkout_wrap #edd_purchase_submit .edd-cancel a:not([disabled]):active, #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button:not([disabled]):active, #edd_user_history tbody td a:not([disabled]):active,
  #affwp-affiliate-dashboard table tbody td a:not([disabled]):active,
  .btn--primary:not([disabled]):active {
    color: #fff;
    background-color: #4393ab; }

.btn__icon {
  display: inline-block; }

.btn--secondary, .edd-currency-wrap .edd-currency-button-reset, .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset, #edd_checkout_wrap .edd_cart_remove_item_btn, #edd_checkout_wrap #edd_purchase_submit .edd-cancel a {
  background-color: #d4dbde; }
  .btn--secondary:not([disabled]):hover, .edd-currency-wrap .edd-currency-button-reset:not([disabled]):hover, .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset:not([disabled]):hover, #edd_checkout_wrap .edd_cart_remove_item_btn:not([disabled]):hover, #edd_checkout_wrap #edd_purchase_submit .edd-cancel a:not([disabled]):hover {
    background-color: #a9b7bd; }
  .btn--secondary:not([disabled]):active, .edd-currency-wrap .edd-currency-button-reset:not([disabled]):active, .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset:not([disabled]):active, #edd_checkout_wrap .edd_cart_remove_item_btn:not([disabled]):active, #edd_checkout_wrap #edd_purchase_submit .edd-cancel a:not([disabled]):active {
    background-color: #9aabb2; }

.btn--tertiary {
  background-color: #fff;
  color: #72b4c8; }
  .btn--tertiary:not([disabled]):hover {
    background-color: #fff;
    color: #4da0ba; }
  .btn--tertiary:not([disabled]):active {
    background-color: #fff;
    color: #4393ab; }

.btn--cpd {
  background-color: #005571; }
  .btn--cpd:not([disabled]):hover {
    background-color: #007ba4; }
  .btn--cpd:not([disabled]):active {
    background-color: #007ba4; }

.btn--trans, .mfp-arrow.gallery-btn--left,
.mfp-arrow.gallery-btn--right {
  border-radius: 0; }
  .btn--trans, .mfp-arrow.gallery-btn--left,
  .mfp-arrow.gallery-btn--right, .btn--trans:hover, .mfp-arrow.gallery-btn--left:hover,
  .mfp-arrow.gallery-btn--right:hover, .btn--trans:active, .mfp-arrow.gallery-btn--left:active,
  .mfp-arrow.gallery-btn--right:active {
    background-color: transparent; }

.btn--min, .mfp-arrow.gallery-btn--left,
.mfp-arrow.gallery-btn--right {
  padding: 0;
  line-height: 1; }

.btn[disabled], .gform_page_footer [disabled].gform_previous_button,
.gform_page_footer [disabled].gform_next_button, .gform_footer [disabled].gpoll_button,
.gform_wrapper [disabled].gpoll_back_button, .gform_fields input[disabled][type="button"],
form input[disabled][type="submit"], [disabled]#menu_btn, .edd-currency-wrap [disabled].edd-button, .edd-currency-popup-content .edd-currency-buttons [disabled].edd-currency-button-save,
.edd-currency-popup-content .edd-currency-buttons [disabled].edd-currency-button-reset, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap [disabled].edd-submit, #edd_checkout_wrap [disabled].edd_cart_remove_item_btn, #edd_checkout_wrap [disabled]#edd_next_button, #edd_checkout_wrap #edd_purchase_submit .edd-cancel a[disabled], #edd_checkout_wrap #edd_purchase_submit [disabled]#edd-purchase-button, #edd_user_history tbody td a[disabled],
#affwp-affiliate-dashboard table tbody td a[disabled] {
  opacity: 0.3; }

.mfp-arrow.gallery-btn--left,
.mfp-arrow.gallery-btn--right {
  width: 32px;
  height: 32px;
  background-size: contain !important; }

.mfp-arrow.gallery-btn--left {
  left: 20px;
  background: transparent url(../images/icons/arrow-left-circle.svg) no-repeat 50% 50%; }

.mfp-arrow.gallery-btn--right {
  right: 20px;
  background: transparent url(../images/icons/arrow-right-circle.svg) no-repeat 50% 50%; }

.load8, .spinner {
  margin: 0;
  font-size: 1em;
  position: relative;
  text-indent: -9999em;
  border: 0.3em solid rgba(255, 255, 255, 0.2);
  border-left-color: #72b4c8;
  animation: load8 0.4s infinite linear; }

.load8, .spinner,
.load8:after,
.spinner:after {
  border-radius: 50%;
  width: 2em;
  height: 2em; }

.loader {
  min-height: 3em;
  text-align: center;
  position: relative; }
  .loader .spinner {
    position: absolute;
    right: 0;
    top: 0; }

.spinner {
  display: block; }

@keyframes load8 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1000; }

.sweet-alert {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  z-index: 2000; }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    text-transform: none;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 60px;
    display: block; }
  .sweet-alert p {
    font-size: 16px;
    text-align: center;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert hr {
    height: 10px;
    color: transparent;
    border: 0; }
  .sweet-alert button {
    color: #fff;
    border: 0;
    box-shadow: none;
    font-size: 17px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none; }
    .sweet-alert button.sweet-cancel[disabled] {
      opacity: .4; }
    .sweet-alert button.sweet-confirm[disabled] {
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 0 30px;
      vertical-align: middle;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      animation: rotate-loading 1.5s linear 0s infinite normal; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid #808080;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .icon.error {
      border-color: #f27474; }
      .sweet-alert .icon.error .x-mark {
        position: relative;
        display: block; }
      .sweet-alert .icon.error .line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #f27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .icon.error .line.left {
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .icon.error .line.right {
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .icon.warning {
      border-color: #f8bb86; }
      .sweet-alert .icon.warning .body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #f8bb86; }
      .sweet-alert .icon.warning .dot {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #f8bb86; }
    .sweet-alert .icon.info {
      border-color: #c9dae1; }
      .sweet-alert .icon.info::before {
        content: '';
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #c9dae1; }
      .sweet-alert .icon.info::after {
        content: '';
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #c9dae1; }
    .sweet-alert .icon.success {
      border-color: #a5dc86; }
      .sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
        content: '';
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: #fff;
        transform: rotate(45deg); }
      .sweet-alert .icon.success::before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .sweet-alert .icon.success::after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0 60px; }
      .sweet-alert .icon.success .placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .icon.success .fix {
        width: 5px;
        height: 90px;
        background-color: #fff;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        transform: rotate(-45deg); }
      .sweet-alert .icon.success .line {
        height: 5px;
        background-color: #a5dc86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .icon.success .line.tip {
          width: 25px;
          left: 14px;
          top: 46px;
          transform: rotate(45deg); }
        .sweet-alert .icon.success .line.long {
          width: 47px;
          right: 8px;
          top: 38px;
          transform: rotate(-45deg); }
    .sweet-alert .icon.custom {
      background-size: contain;
      border-radius: 0;
      border: 0;
      background-position: center center;
      background-repeat: no-repeat; }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.5); } }

.show-sweet-alert {
  animation: showSweetAlert 0.3s; }
  .show-sweet-alert.no-animation {
    animation: none; }

.hide-sweet-alert {
  animation: hideSweetAlert 0.2s; }
  .hide-sweet-alert.no-animation {
    animation: none; }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

.animate-success-tip {
  animation: animate-success-tip 0.75s; }

.animate-success-long {
  animation: animate-success-long 0.75s; }

.icon.success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in; }

@keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

.animate-error-icon {
  animation: animate-error-icon 0.5s; }

@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animate-x-mark {
  animation: animate-x-mark 0.5s; }

@keyframes pulse-warning {
  0% {
    border-color: #f8d486; }
  100% {
    border-color: #f8bb86; } }

.pulse-warning {
  animation: pulse-warning 0.75s infinite alternate; }

@keyframes pulse-warning-ins {
  0% {
    background-color: #f8d486; }
  100% {
    background-color: #f8bb86; } }

.pulse-warning-ins {
  animation: pulse-warning-ins 0.75s infinite alternate; }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body {
  background-color: #f3f7fa; }
  body.page-template-tpl-registration, body.page-template-tpl-login, body.page-template-tpl-password {
    background: #72b4c8; }

.nav, #submenu .nav:first-child > li ul, .nav--blocknav,
.nav--blocknav ul, #affwp-affiliate-dashboard-tabs, .products-summary ul, ul.products,
ul.products ul.group__items,
.nav li, #submenu .nav:first-child > li ul li, .nav--blocknav li, #affwp-affiliate-dashboard-tabs li, .products-summary ul li, ul.products li,
ul.products ul.group__items li {
  margin-bottom: 0; }
  .nav.ignore > a, #submenu .nav:first-child > li ul.ignore > a, .ignore.nav--blocknav > a,
  .nav--blocknav ul.ignore > a, .ignore#affwp-affiliate-dashboard-tabs > a, .products-summary ul.ignore > a, ul.ignore.products > a,
  ul.products ul.ignore.group__items > a,
  .nav li.ignore > a, #submenu .nav:first-child > li ul li.ignore > a, .nav--blocknav li.ignore > a,
  .nav--blocknav ul li.ignore > a, #affwp-affiliate-dashboard-tabs li.ignore > a, .products-summary ul li.ignore > a, ul.products li.ignore > a,
  ul.products ul.group__items li.ignore > a {
    cursor: default;
    pointer-events: none; }

.pull--bottom {
  margin-bottom: 0 !important; }

.wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 0; }
  .wrap.wrap--full {
    max-width: 100%; }

.brand-bg {
  background-color: #72b4c8; }

img {
  width: auto;
  max-width: 100%;
  height: auto; }
  img.full {
    width: 100%; }

#lang_sel {
  text-align: left; }

@media only screen and (max-width: 570px) {
  body {
    font-size: 13px; }
  .sweet-alert button {
    margin-bottom: 10px; } }

body {
  font-family: "Open Sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #525e66; }

a {
  color: #72b4c8;
  text-decoration: underline;
  transition: color 0.4s; }
  a:hover {
    color: #4da0ba; }
  a:active {
    color: #4393ab; }

a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.nav.nav--block, #submenu .nav:first-child > li ul.nav--block, .nav--block.nav--blocknav,
.nav--blocknav ul.nav--block, .nav--block#affwp-affiliate-dashboard-tabs, .products-summary ul.nav--block, ul.nav--block.products,
ul.products ul.nav--block.group__items {
  letter-spacing: normal;
  word-spacing: normal;
  white-space: pre-wrap; }

strong, b, .strong, .bold {
  font-family: "Open Sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 700;
  font-style: normal; }
  strong em, strong i, strong .em, strong .italic, b em, b i, b .em, b .italic, .strong em, .strong i, .strong .em, .strong .italic, .bold em, .bold i, .bold .em, .bold .italic {
    font-family: "Open Sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-weight: 700;
    font-style: italic; }
  strong.secondary-font,
  strong .secondary-font, b.secondary-font,
  b .secondary-font, .strong.secondary-font,
  .strong .secondary-font, .bold.secondary-font,
  .bold .secondary-font {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal; }
    strong.secondary-font em, strong.secondary-font i, strong.secondary-font .em, strong.secondary-font .italic,
    strong .secondary-font em,
    strong .secondary-font i,
    strong .secondary-font .em,
    strong .secondary-font .italic, b.secondary-font em, b.secondary-font i, b.secondary-font .em, b.secondary-font .italic,
    b .secondary-font em,
    b .secondary-font i,
    b .secondary-font .em,
    b .secondary-font .italic, .strong.secondary-font em, .strong.secondary-font i, .strong.secondary-font .em, .strong.secondary-font .italic,
    .strong .secondary-font em,
    .strong .secondary-font i,
    .strong .secondary-font .em,
    .strong .secondary-font .italic, .bold.secondary-font em, .bold.secondary-font i, .bold.secondary-font .em, .bold.secondary-font .italic,
    .bold .secondary-font em,
    .bold .secondary-font i,
    .bold .secondary-font .em,
    .bold .secondary-font .italic {
      font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-style: normal; }

em, i, .em, .italic {
  font-family: "Open Sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 400;
  font-style: italic; }
  em strong, em b, em .strong, em .bold, i strong, i b, i .strong, i .bold, .em strong, .em b, .em .strong, .em .bold, .italic strong, .italic b, .italic .strong, .italic .bold {
    font-family: "Open Sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-weight: 700;
    font-style: italic; }
  em.secondary-font,
  em .secondary-font, i.secondary-font,
  i .secondary-font, .em.secondary-font,
  .em .secondary-font, .italic.secondary-font,
  .italic .secondary-font {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal; }
    em.secondary-font strong, em.secondary-font b, em.secondary-font .strong, em.secondary-font .bold,
    em .secondary-font strong,
    em .secondary-font b,
    em .secondary-font .strong,
    em .secondary-font .bold, i.secondary-font strong, i.secondary-font b, i.secondary-font .strong, i.secondary-font .bold,
    i .secondary-font strong,
    i .secondary-font b,
    i .secondary-font .strong,
    i .secondary-font .bold, .em.secondary-font strong, .em.secondary-font b, .em.secondary-font .strong, .em.secondary-font .bold,
    .em .secondary-font strong,
    .em .secondary-font b,
    .em .secondary-font .strong,
    .em .secondary-font .bold, .italic.secondary-font strong, .italic.secondary-font b, .italic.secondary-font .strong, .italic.secondary-font .bold,
    .italic .secondary-font strong,
    .italic .secondary-font b,
    .italic .secondary-font .strong,
    .italic .secondary-font .bold {
      font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-style: normal; }

p,
ul,
ol,
dl,
blockquote,
table,
h1,
.products--bulk .item.item--large .item__title,
h2,
h3,
.nav--blocknav > li > a .nav__label strong,
.products--bulk .item__title,
.products--grouped .group > .item .item__title,
h4,
h5,
h6 {
  margin-bottom: 20px; }

address {
  font-style: normal; }

h1, .products--bulk .item.item--large .item__title, h2, h3, .nav--blocknav > li > a .nav__label strong, .products--bulk .item__title, .products--grouped .group > .item .item__title, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal; }

.h1 {
  font-size: 30px;
  line-height: 1.88889;
  margin-bottom: 20px; }

.h2 {
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 20px; }

.h3 {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 15px; }

.h4 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px; }

.h5 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px; }

.h6 {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px; }

.primary-colour {
  color: #72b4c8; }

.secondary-colour {
  color: #525e66; }

.tertiary-colour {
  color: #212121; }

.error,
.error-colour {
  color: #ED3046; }

.brand-highlight {
  background-color: #72b4c8; }

.primary-highlight {
  background-color: #72b4c8; }

.secondary-highlight {
  background-color: #525e66; }

.tertiary-highlight {
  background-color: #212121; }

.new-highlight,
.purple-highlight {
  color: #fff;
  background-color: #b588cf; }

.error-highlight {
  background-color: #ED3046; }

.brand-highlight,
.primary-highlight,
.secondary-highlight,
.tertiary-highlight,
.new-highlight,
.purple-highlight,
.error-highlight {
  padding: 0 8px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 5px; }

#wrap div.success,
#wrap div.info,
#wrap div.warning,
#wrap div.error {
  color: #fff;
  display: block;
  margin-bottom: 20px;
  padding: 4px 15px;
  border-radius: 3px; }

#wrap div.error {
  background-color: #ED3046; }

#wrap div.info {
  background-color: #28aecb; }

#wrap div.warning {
  background-color: #FF853C; }

#wrap div.success {
  background-color: #7cc576; }

@font-face {
  font-family: "completeface-icons";
  src: url("../fonts/completeface-icons.woff2?yue029") format("woff2"), url("../fonts/completeface-icons.ttf?yue029") format("truetype"), url("../fonts/completeface-icons.woff?yue029") format("woff"), url("../fonts/completeface-icons.svg?yue029#completeface-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ico {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "completeface-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico--01:before,
.ico--anatomy:before {
  content: ""; }

.ico--02:before,
.ico--clinical-assessment:before {
  content: ""; }

.ico--03:before,
.ico--clinical-assessment-alt:before {
  content: ""; }

.ico--04:before,
.ico--treatment-objectives:before {
  content: ""; }

.ico--05:before,
.ico--avoid:before {
  content: ""; }

.ico--06:before,
.ico--injection-technique:before {
  content: ""; }

.ico--07:before,
.ico--product-choice:before {
  content: ""; }

.ico--08:before,
.ico--before-and-after:before {
  content: ""; }

.ico--09:before,
.ico--lip:before {
  content: ""; }

.ico--10:before,
.ico--upper-facial-third:before {
  content: ""; }

.ico--11:before,
.ico--middle-facial-third:before {
  content: ""; }

.ico--12:before,
.ico--lower-facial-third:before {
  content: ""; }

.ico--13:before,
.ico--total-face:before {
  content: ""; }

.ico--14:before,
.ico--forehead:before {
  content: ""; }

.ico--15:before,
.ico--nose:before {
  content: ""; }

.ico--16:before,
.ico--periorbital:before {
  content: ""; }

.ico--17:before,
.ico--chin:before {
  content: ""; }

.ico--about:before {
  content: ""; }

.ico--account:before {
  content: ""; }

.ico--arrow-left-circle:before {
  content: ""; }

.ico--arrow-right-circle:before {
  content: ""; }

.ico--assessment:before {
  content: ""; }

.ico--basket:before {
  content: ""; }

.ico--book:before {
  content: ""; }

.ico--cart:before {
  content: ""; }

.ico--check:before {
  content: ""; }

.ico--chevron-left-heavy:before,
.ico--chevron-left-large:before {
  content: ""; }

.ico--chevron-left:before,
.ico--chevron-left-small:before {
  content: ""; }

.ico--chevron-right-heavy:before,
.ico--chevron-right-large:before {
  content: ""; }

.ico--chevron-right:before,
.ico--chevron-right-small:before {
  content: ""; }

.ico--chevron-down:before {
  content: ""; }

.ico--chevron-up:before {
  content: ""; }

.ico--currency:before {
  content: ""; }

.ico--dna:before {
  content: ""; }

.ico--essentials-alt:before {
  content: ""; }

.ico--essentials:before {
  content: ""; }

.ico--gallery:before {
  content: ""; }

.ico--grid:before {
  content: ""; }

.ico--heart:before {
  content: ""; }

.ico--info:before {
  content: ""; }

.ico--logout:before {
  content: ""; }

.ico--marker:before {
  content: ""; }

.ico--menu:before {
  content: ""; }

.ico--neuro:before {
  content: ""; }

.ico--padlock:before {
  content: ""; }

.ico--pencil:before {
  content: ""; }

.ico--play:before {
  content: ""; }

.ico--specialised-alt:before {
  content: ""; }

.ico--specialised:before {
  content: ""; }

.ico--submental-fat-reduction:before,
.ico--submental-fat:before {
  content: ""; }

.ico--text:before {
  content: ""; }

.ico--the-lot:before {
  content: ""; }

.ico--tick:before {
  content: ""; }

.ico--transactions:before {
  content: ""; }

.ico--video:before {
  content: ""; }

.ico--warning:before {
  content: ""; }

.ico-color--blue {
  color: #72b4c8; }

.ico-color--white {
  color: #fff; }

.ico--01,
.ico--anatomy {
  font-size: 49px; }

.ico--02,
.ico--clinical-assessment {
  font-size: 44px; }

.ico--03,
.ico--clinical-assessment-alt {
  font-size: 40px; }

.ico--04,
.ico--treatment-objectives {
  font-size: 48px; }

.ico--05,
.ico--avoid {
  font-size: 47px; }

.ico--06,
.ico--injection-technique {
  font-size: 45px; }

.ico--07,
.ico--product-choice {
  font-size: 46px; }

.ico--08,
.ico--before-and-after {
  font-size: 39px; }

.ico--09,
.ico--lip {
  font-size: 47px; }

.ico--10,
.ico--upper-facial-third {
  font-size: 47px; }

.ico--11,
.ico--middle-facial-third {
  font-size: 48px; }

.ico--12,
.ico--lower-facial-third {
  font-size: 46px; }

.ico--13,
.ico--total-face {
  font-size: 46px; }

.ico--14,
.ico--forehead {
  font-size: 48px; }

.ico--15,
.ico--nose {
  font-size: 48px; }

.ico--16,
.ico--periorbital {
  font-size: 48px; }

.ico--17,
.ico--chin {
  font-size: 48px; }

.ico--grid {
  font-size: 32px; }

.ico--info {
  font-size: 32px; }

.ico--arrow-left-circle {
  font-size: 32px; }

.ico--arrow-right-circle {
  font-size: 32px; }

.ico--gallery {
  font-size: 25px; }

.ico--text {
  font-size: 21px; }

.ico--play {
  font-size: 40px; }

.ico--tick {
  font-size: 15px; }

.ico--video {
  font-size: 25px; }

.ico--marker {
  font-size: 21px; }

.ico--submental-fat,
.ico--submental-fat-reduction {
  font-size: 35px; }

.ico--essentials {
  font-size: 32px; }

.ico--specialised {
  font-size: 32px; }

.ico--neuro {
  font-size: 31px; }

.ico--about {
  font-size: 23px; }

.ico--warning {
  font-size: 20px; }

.ico--cart {
  font-size: 22px; }

.ico--currency {
  font-size: 18px; }

.ico--transactions {
  font-size: 21px; }

.ico--menu {
  font-size: 17px; }

.ico--logout {
  font-size: 17px; }

.ico--heart {
  font-size: 15px; }

.ico--chevron-left {
  font-size: 14px; }

.ico--chevron-right {
  font-size: 14px; }

.ico--chevron-left-small {
  font-size: 6px; }

.ico--chevron-right-small {
  font-size: 6px; }

.ico--chevron-left-heavy,
.ico--chevron-left-large {
  font-size: 42px; }

.ico--chevron-right-heavy,
.ico--chevron-right-large {
  font-size: 42px; }

.ico--chevron-down {
  font-size: 5px; }

.ico--chevron-up {
  font-size: 5px; }

.ico--pencil {
  font-size: 46px; }

.ico--dna {
  font-size: 42px; }

.ico--assessment {
  font-size: 48px; }

.ico--book {
  font-size: 46px; }

.ico--basket {
  font-size: 48px; }

.ico--the-lot {
  font-size: 38px; }

.ico--padlock {
  font-size: 29px; }

.ico--essentials-alt {
  font-size: 53px; }

.ico--specialised-alt {
  font-size: 53px; }

.ico--info {
  font-size: 22px; }

/*
----------------------------------------------------------------

jquery-ui.custom.css
Gravity Forms Custom jQuery UI styles
http: //www.gravityforms.com
updated: March 18, 2013 4:15 PM

Gravity Forms is a Rocketgenius project
copyright 2013 Rocketgenius Inc.
http: //www.rocketgenius.com
copyright 2009 (http://jqueryui.com/about)
dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.

NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO UPGRADE
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

----------------------------------------------------------------
*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ui-helper-clearfix {
  display: inline-block; }

* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-tabs {
  padding: .2em;
  zoom: 1; }

.ui-tabs[style] {
  border: 1px solid #C2D7EF !important;
  margin: 6px 0 0 !important;
  swidth: 438px !important; }

.ui-tabs .ui-tabs-nav {
  list-style: none;
  position: relative;
  padding: .2em .2em 0 0; }

.ui-tabs .ui-tabs-nav li {
  position: relative;
  float: left;
  border-bottom-width: 0 !important;
  margin: 0 .2em -1px 0;
  padding: 0;
  text-align: center; }

.ui-tabs .ui-tabs-nav li a {
  display: block;
  text-decoration: none;
  padding: .5em 1em;
  text-align: center;
  font-size: 12px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 1px;
  border-bottom-width: 0; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  padding: 1em 1.4em;
  display: block;
  border-width: 0;
  background: none; }

.ui-tabs .ui-tabs-hide {
  display: none !important; }

/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: January 31, 2014 3:32 PM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

Gravity Forms is a Rocketgenius project
copyright 2008 - 2014 Rocketgenius Inc.
http: //www.rocketgenius.com

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  -ms-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  -o-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker-title {
  text-align: center;
  padding-bottom: 4px; }

.ui-datepicker-title select {
  margin-top: 2%;
  -webkit-appearance: menulist;
  width: auto; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAA8CAYAAACTiBHmAAAKQWlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUU9kWh8+9N73QEiIgJfQaegkg0jtIFQRRiUmAUAKGhCZ2RAVGFBEpVmRUwAFHhyJjRRQLg4Ji1wnyEFDGwVFEReXdjGsJ7601896a/cdZ39nnt9fZZ+9917oAUPyCBMJ0WAGANKFYFO7rwVwSE8vE9wIYEAEOWAHA4WZmBEf4RALU/L09mZmoSMaz9u4ugGS72yy/UCZz1v9/kSI3QyQGAApF1TY8fiYX5QKUU7PFGTL/BMr0lSkyhjEyFqEJoqwi48SvbPan5iu7yZiXJuShGlnOGbw0noy7UN6aJeGjjAShXJgl4GejfAdlvVRJmgDl9yjT0/icTAAwFJlfzOcmoWyJMkUUGe6J8gIACJTEObxyDov5OWieAHimZ+SKBIlJYqYR15hp5ejIZvrxs1P5YjErlMNN4Yh4TM/0tAyOMBeAr2+WRQElWW2ZaJHtrRzt7VnW5mj5v9nfHn5T/T3IevtV8Sbsz55BjJ5Z32zsrC+9FgD2JFqbHbO+lVUAtG0GQOXhrE/vIADyBQC03pzzHoZsXpLE4gwnC4vs7GxzAZ9rLivoN/ufgm/Kv4Y595nL7vtWO6YXP4EjSRUzZUXlpqemS0TMzAwOl89k/fcQ/+PAOWnNycMsnJ/AF/GF6FVR6JQJhIlou4U8gViQLmQKhH/V4X8YNicHGX6daxRodV8AfYU5ULhJB8hvPQBDIwMkbj96An3rWxAxCsi+vGitka9zjzJ6/uf6Hwtcim7hTEEiU+b2DI9kciWiLBmj34RswQISkAd0oAo0gS4wAixgDRyAM3AD3iAAhIBIEAOWAy5IAmlABLJBPtgACkEx2AF2g2pwANSBetAEToI2cAZcBFfADXALDIBHQAqGwUswAd6BaQiC8BAVokGqkBakD5lC1hAbWgh5Q0FQOBQDxUOJkBCSQPnQJqgYKoOqoUNQPfQjdBq6CF2D+qAH0CA0Bv0BfYQRmALTYQ3YALaA2bA7HAhHwsvgRHgVnAcXwNvhSrgWPg63whfhG/AALIVfwpMIQMgIA9FGWAgb8URCkFgkAREha5EipAKpRZqQDqQbuY1IkXHkAwaHoWGYGBbGGeOHWYzhYlZh1mJKMNWYY5hWTBfmNmYQM4H5gqVi1bGmWCesP3YJNhGbjS3EVmCPYFuwl7ED2GHsOxwOx8AZ4hxwfrgYXDJuNa4Etw/XjLuA68MN4SbxeLwq3hTvgg/Bc/BifCG+Cn8cfx7fjx/GvyeQCVoEa4IPIZYgJGwkVBAaCOcI/YQRwjRRgahPdCKGEHnEXGIpsY7YQbxJHCZOkxRJhiQXUiQpmbSBVElqIl0mPSa9IZPJOmRHchhZQF5PriSfIF8lD5I/UJQoJhRPShxFQtlOOUq5QHlAeUOlUg2obtRYqpi6nVpPvUR9Sn0vR5Mzl/OX48mtk6uRa5Xrl3slT5TXl3eXXy6fJ18hf0r+pvy4AlHBQMFTgaOwVqFG4bTCPYVJRZqilWKIYppiiWKD4jXFUSW8koGStxJPqUDpsNIlpSEaQtOledK4tE20Otpl2jAdRzek+9OT6cX0H+i99AllJWVb5SjlHOUa5bPKUgbCMGD4M1IZpYyTjLuMj/M05rnP48/bNq9pXv+8KZX5Km4qfJUilWaVAZWPqkxVb9UU1Z2qbapP1DBqJmphatlq+9Uuq43Pp893ns+dXzT/5PyH6rC6iXq4+mr1w+o96pMamhq+GhkaVRqXNMY1GZpumsma5ZrnNMe0aFoLtQRa5VrntV4wlZnuzFRmJbOLOaGtru2nLdE+pN2rPa1jqLNYZ6NOs84TXZIuWzdBt1y3U3dCT0svWC9fr1HvoT5Rn62fpL9Hv1t/ysDQINpgi0GbwaihiqG/YZ5ho+FjI6qRq9Eqo1qjO8Y4Y7ZxivE+41smsImdSZJJjclNU9jU3lRgus+0zwxr5mgmNKs1u8eisNxZWaxG1qA5wzzIfKN5m/krCz2LWIudFt0WXyztLFMt6ywfWSlZBVhttOqw+sPaxJprXWN9x4Zq42Ozzqbd5rWtqS3fdr/tfTuaXbDdFrtOu8/2DvYi+yb7MQc9h3iHvQ732HR2KLuEfdUR6+jhuM7xjOMHJ3snsdNJp9+dWc4pzg3OowsMF/AX1C0YctFx4bgccpEuZC6MX3hwodRV25XjWuv6zE3Xjed2xG3E3dg92f24+ysPSw+RR4vHlKeT5xrPC16Il69XkVevt5L3Yu9q76c+Oj6JPo0+E752vqt9L/hh/QL9dvrd89fw5/rX+08EOASsCegKpARGBFYHPgsyCRIFdQTDwQHBu4IfL9JfJFzUFgJC/EN2hTwJNQxdFfpzGC4sNKwm7Hm4VXh+eHcELWJFREPEu0iPyNLIR4uNFksWd0bJR8VF1UdNRXtFl0VLl1gsWbPkRoxajCCmPRYfGxV7JHZyqffS3UuH4+ziCuPuLjNclrPs2nK15anLz66QX8FZcSoeGx8d3xD/iRPCqeVMrvRfuXflBNeTu4f7kufGK+eN8V34ZfyRBJeEsoTRRJfEXYljSa5JFUnjAk9BteB1sl/ygeSplJCUoykzqdGpzWmEtPi000IlYYqwK10zPSe9L8M0ozBDuspp1e5VE6JA0ZFMKHNZZruYjv5M9UiMJJslg1kLs2qy3mdHZZ/KUcwR5vTkmuRuyx3J88n7fjVmNXd1Z752/ob8wTXuaw6thdauXNu5Tnddwbrh9b7rj20gbUjZ8MtGy41lG99uit7UUaBRsL5gaLPv5sZCuUJR4b0tzlsObMVsFWzt3WazrWrblyJe0fViy+KK4k8l3JLr31l9V/ndzPaE7b2l9qX7d+B2CHfc3em681iZYlle2dCu4F2t5czyovK3u1fsvlZhW3FgD2mPZI+0MqiyvUqvakfVp+qk6oEaj5rmvep7t+2d2sfb17/fbX/TAY0DxQc+HhQcvH/I91BrrUFtxWHc4azDz+ui6rq/Z39ff0TtSPGRz0eFR6XHwo911TvU1zeoN5Q2wo2SxrHjccdv/eD1Q3sTq+lQM6O5+AQ4ITnx4sf4H++eDDzZeYp9qukn/Z/2ttBailqh1tzWibakNml7THvf6YDTnR3OHS0/m/989Iz2mZqzymdLz5HOFZybOZ93fvJCxoXxi4kXhzpXdD66tOTSna6wrt7LgZevXvG5cqnbvfv8VZerZ645XTt9nX297Yb9jdYeu56WX+x+aem172296XCz/ZbjrY6+BX3n+l37L972un3ljv+dGwOLBvruLr57/17cPel93v3RB6kPXj/Mejj9aP1j7OOiJwpPKp6qP6391fjXZqm99Oyg12DPs4hnj4a4Qy//lfmvT8MFz6nPK0a0RupHrUfPjPmM3Xqx9MXwy4yX0+OFvyn+tveV0auffnf7vWdiycTwa9HrmT9K3qi+OfrW9m3nZOjk03dp76anit6rvj/2gf2h+2P0x5Hp7E/4T5WfjT93fAn88ngmbWbm3/eE8/syOll+AAAB3klEQVRYCe1XsUrEQBA1kkJICEGw9oqrrfwAwV+wT3mHHBwIB4K1kC+QtOltbcN9gE1iYxn8AItgKk/jTMjAZcmOu4sXRTYw7O3O7rzZN7vcW6dpmr1df/u7BsD4FkSLZUuXFl0uN9txHM7d83H37U/VZA1pX4EFvfRVO7hNmVGMLMveV6tVFYbhM4wtwDzyUSuL0dLIOrsIZVk2aEVRfCyXy8r3fQSbgR2ogDgtEs0UWio8Amy7qqr6TJLkLU3Tx7quz9HHxmGd3ekSQQhws9k8TafTk+9AjE4XJFZD4Nh13TMC5Fr2nogLMThQeAcWTyaTV9Ev66uCvECAewh+qxOcQJUKT5O5lqutUU04sCEfu5OhBSZjo+zEgmiVxtJl6dJiQGuyPV2WLi0GtCaPcrpYIUHiTiXtX/+PN6UL1T2q/LXKLqWKXrJ9VPMLVPeo8lHtEwjOl5nUIYCgep+hmkdVj+qelL4KCFt4CuB53kMURafz+dwPgkCbYiWQPM+PQFybvbIgU6WsOvUeA4Wo5rU/VkGK9wTqcAgI1wB2Cb72SQcCvH0iCzXsJaIFQis7sBvoXwDIMY7/OAiBbbcciFJNtoOZ/GbpMgk4tGaUnViQIeqlY5YuKTVDjv9D1xdysESNsEdXVAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  -ms-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  -o-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  -ms-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar th {
  background: none; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999 !important; }

/* enhanced UI/select styles updated in v.1.8.12 -----------------------------------------------------------------*/
.gform_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.gform_wrapper .chosen-container a {
  cursor: pointer; }

.gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(to bottom, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.gform_wrapper .chosen-container-single .chosen-default {
  color: #999; }

.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.gform_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.gform_wrapper .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.gform_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/chosen-sprite.png) no-repeat 0 2px; }

.gform_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(../images/chosen-sprite.png) no-repeat 100% -20px;
  background: url(../images/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.gform_wrapper .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.gform_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none; }

.gform_wrapper .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.gform_wrapper .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.gform_wrapper .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4; }

.gform_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.gform_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px !important;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.gform_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent; }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.gform_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important; }

.gform_wrapper .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.gform_wrapper .chosen-disabled .chosen-single {
  cursor: default; }

.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.gform_wrapper .chosen-rtl {
  text-align: right; }

.gform_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.gform_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.gform_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.gform_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.gform_wrapper .chosen-rtl .chosen-choices li {
  float: right; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search.gform_wrapper .chosen-rtl .chosen-drop {
  left: 9999px; }

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.gform_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0; }

.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(../images/chosen-sprite.png) no-repeat -30px -20px;
  background: url(../images/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl; }

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .gform_wrapper .chosen-rtl .chosen-search input[type=text].gform_wrapper .chosen-container-single .chosen-single abbr.gform_wrapper .chosen-container-single .chosen-single div b.gform_wrapper .chosen-container-single .chosen-search input[type=text].gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close.gform_wrapper .chosen-container .chosen-results-scroll-down span.gform_wrapper .chosen-container .chosen-results-scroll-up span {
    background-image: url(../images/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

.customSelect {
  padding: 5px 10px;
  background-color: #fff;
  color: #495861;
  border: 1px solid #dddee0;
  border-radius: 3px;
  max-width: 100%;
  line-height: 1.3; }
  .customSelect.changed {
    background-color: #fff; }

.customSelect.customSelectHover {
  /* Styles for when the select box is hovered */ }

.customSelect.customSelectOpen {
  /* Styles for when the select box is open */ }

.customSelect.customSelectFocus {
  /* Styles for when the select box is in focus */
  outline: none;
  border-color: #72b4c8;
  box-shadow: inset 0 1px 0px rgba(114, 180, 200, 0.05), 0 0 8px rgba(114, 180, 200, 0.05); }

.customSelect.customSelectDisabledOption {
  /* Styles for when the selected item is a disabled one */ }

.customSelect.customSelectDisabled {
  /* Styles for when the select box itself is disabled */ }

.customSelectInner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAICAYAAAD9aA/QAAAAfElEQVQoFZXRgQ2AIAwEwI7AKIzESIzACIzCCI7gBvUxhWDFtJp8REqPCEREBeEfKcxMVu4FQJsTbhY46gMOgA8D7/UwGq33/CU0ReREdsfS56OFrfUJ90k8CdnBaW3yjB+w4Fnh2QPpNS9Y8Cp41Q3e7y84AC6I+7L0hhc28oiRLYTxoAAAAABJRU5ErkJggg==);
  background-position: right 50%;
  background-repeat: no-repeat;
  max-width: 100%; }

/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  background: url("../images/icheck.png") no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_minimal {
  background-position: 0 0; }

.icheckbox_minimal.hover {
  background-position: -27px 0; }

.icheckbox_minimal.checked {
  background-position: -54px 0; }

.icheckbox_minimal.disabled {
  opacity: 0.5;
  cursor: default; }

.iradio_minimal {
  background-position: -81px 0; }

.iradio_minimal.hover {
  background-position: -108px 0; }

.iradio_minimal.checked {
  background-position: -135px 0; }

.iradio_minimal.disabled {
  opacity: 0.5;
  cursor: default; }

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .icheckbox_minimal,
  .iradio_minimal {
    background-image: url("../images/icheck@2x.png");
    background-size: 160px 25px; } }

.gfield.gfield_visibility_hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.form-fields, .gform_fields,
.gform_fields {
  padding-left: 0 !important; }
  .form-fields li, .gform_fields li, .form-fields > .gfield, .gform_fields > .gfield,
  .gform_fields li,
  .gform_fields > .gfield {
    margin-bottom: 20px; }

label,
.label,
.gpoll_field_label {
  font-size: 12px;
  margin-bottom: 2px; }

input {
  border-radius: 3px; }

.gfield {
  clear: both; }
  .gfield img {
    width: auto;
    height: auto; }

.ginput_full,
.ginput_card_expiration_container {
  margin-bottom: 4px;
  display: block;
  width: 100%; }
  .ginput_full input,
  .ginput_card_expiration_container input {
    width: 100%; }

.ginput_left,
.ginput_cardinfo_left,
.ginput_card_expiration_container .styled-select:first-of-type {
  margin-bottom: 4px;
  display: inline-block;
  width: 50%;
  padding-right: 10px;
  float: left; }
  .ginput_left input,
  .ginput_cardinfo_left input,
  .ginput_card_expiration_container .styled-select:first-of-type input {
    width: 100%; }

.ginput_right,
.ginput_cardinfo_right,
.ginput_card_expiration_container .styled-select:last-of-type {
  margin-bottom: 4px;
  display: inline-block;
  width: 50%;
  padding-left: 10px;
  float: right;
  clear: none; }
  .ginput_right input,
  .ginput_cardinfo_right input,
  .ginput_card_expiration_container .styled-select:last-of-type input {
    width: 100%; }

.gfield_required {
  padding-left: 4px; }

.gform_card_icon_container {
  margin-bottom: 6px; }

.ginput_card_security_code_icon,
.gform_card_icon {
  background-image: url(../../../plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 24px; }

.ginput_card_security_code {
  margin-bottom: 6px; }

.ginput_card_security_code_icon {
  background-position: 0 -128px; }
  .ginput_card_security_code_icon + label {
    display: inline-block;
    margin-left: 10px; }

.gform_card_icon {
  margin-left: 6px; }
  .gform_card_icon:first-child {
    margin-left: 0; }
  .gform_card_icon.gform_card_icon_visa {
    background-position: -2px -4px; }
  .gform_card_icon.gform_card_icon_mastercard {
    background-position: -38px -4px; }
  .gform_card_icon.gform_card_icon_amex {
    background-position: -74px -4px; }

::-webkit-input-placeholder {
  color: #888897; }

::-moz-placeholder {
  color: #888897; }

:-ms-input-placeholder {
  color: #888897; }

input:-moz-placeholder {
  color: #888897; }

input.text-input,
textarea.text-input,
textarea,
.text-input input,
.text-input textarea,
.gform_fields textarea,
.gform_fields input[type="text"],
.gform_fields input[type="password"],
.gform_fields input[type="name"],
.gform_fields input[type="email"],
.gform_fields input[type="url"],
.gform_fields input[type="tel"],
.gform_fields input[type="color"],
.gform_fields input[type="number"] {
  display: block;
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #dddee0;
  color: #495861;
  padding: 6px 10px;
  height: 38px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.42857143;
  box-shadow: inset 2px 2px 5px 0 #ececec;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  cursor: default;
  border-radius: 3px; }
  input.text-input.placeholder,
  textarea.text-input.placeholder,
  textarea.placeholder,
  .text-input input.placeholder,
  .text-input textarea.placeholder,
  .gform_fields textarea.placeholder,
  .gform_fields input[type="text"].placeholder,
  .gform_fields input[type="password"].placeholder,
  .gform_fields input[type="name"].placeholder,
  .gform_fields input[type="email"].placeholder,
  .gform_fields input[type="url"].placeholder,
  .gform_fields input[type="tel"].placeholder,
  .gform_fields input[type="color"].placeholder,
  .gform_fields input[type="number"].placeholder {
    color: #888897; }
  input.text-input:focus,
  textarea.text-input:focus,
  textarea:focus,
  .text-input input:focus,
  .text-input textarea:focus,
  .gform_fields textarea:focus,
  .gform_fields input[type="text"]:focus,
  .gform_fields input[type="password"]:focus,
  .gform_fields input[type="name"]:focus,
  .gform_fields input[type="email"]:focus,
  .gform_fields input[type="url"]:focus,
  .gform_fields input[type="tel"]:focus,
  .gform_fields input[type="color"]:focus,
  .gform_fields input[type="number"]:focus {
    outline: none;
    border-color: #72b4c8;
    box-shadow: inset 0 1px 0px rgba(114, 180, 200, 0.05), 0 0 8px rgba(114, 180, 200, 0.05); }
  input.text-input:hover,
  textarea.text-input:hover,
  textarea:hover,
  .text-input input:hover,
  .text-input textarea:hover,
  .gform_fields textarea:hover,
  .gform_fields input[type="text"]:hover,
  .gform_fields input[type="password"]:hover,
  .gform_fields input[type="name"]:hover,
  .gform_fields input[type="email"]:hover,
  .gform_fields input[type="url"]:hover,
  .gform_fields input[type="tel"]:hover,
  .gform_fields input[type="color"]:hover,
  .gform_fields input[type="number"]:hover {
    cursor: text; }

.gform_fields textarea,
.text-input textarea {
  height: 120px;
  resize: vertical; }

.gform_fields .file {
  min-height: 43px; }
  .gform_fields .file .ginput_container {
    position: relative; }
  .gform_fields .file .btn, .gform_fields .file .gform_page_footer .gform_previous_button, .gform_page_footer .gform_fields .file .gform_previous_button, .gform_fields .file
  .gform_page_footer .gform_next_button,
  .gform_page_footer .gform_fields .file .gform_next_button, .gform_fields .file .gform_footer .gpoll_button, .gform_footer .gform_fields .file .gpoll_button, .gform_fields .file
  .gform_wrapper .gpoll_back_button,
  .gform_wrapper .gform_fields .file .gpoll_back_button, .gform_fields .file input[type="button"], .gform_fields .file
  form input[type="submit"],
  form .gform_fields .file input[type="submit"], .gform_fields .file #menu_btn, .gform_fields .file .edd-currency-wrap .edd-button, .edd-currency-wrap .gform_fields .file .edd-button, .gform_fields .file .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save, .edd-currency-popup-content .edd-currency-buttons .gform_fields .file .edd-currency-button-save, .gform_fields .file
  .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset,
  .edd-currency-popup-content .edd-currency-buttons .gform_fields .file .edd-currency-button-reset, .gform_fields .file #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .gform_fields .file .edd-submit, .gform_fields .file #edd_checkout_wrap .edd_cart_remove_item_btn, #edd_checkout_wrap .gform_fields .file .edd_cart_remove_item_btn, .gform_fields .file #edd_checkout_wrap #edd_next_button, #edd_checkout_wrap .gform_fields .file #edd_next_button, .gform_fields .file #edd_checkout_wrap #edd_purchase_submit .edd-cancel a, #edd_checkout_wrap #edd_purchase_submit .edd-cancel .gform_fields .file a, .gform_fields .file #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button, #edd_checkout_wrap #edd_purchase_submit .gform_fields .file #edd-purchase-button, .gform_fields .file #edd_user_history tbody td a, #edd_user_history tbody td .gform_fields .file a, .gform_fields .file
  #affwp-affiliate-dashboard table tbody td a,
  #affwp-affiliate-dashboard table tbody td .gform_fields .file a {
    width: 100%;
    max-width: 100%;
    height: 38px;
    line-height: 38px; }
  .gform_fields .file input[type="file"] {
    width: 100%;
    max-width: 100%;
    position: absolute;
    z-index: 2;
    height: 38px;
    padding: 0px;
    color: white;
    font-weight: normal;
    font-size: 10px;
    opacity: 0;
    cursor: pointer; }

.ginput_container_fileupload input[type="file"] {
  color: #888897; }

.gfield select {
  border-radius: 3px;
  -webkit-appearance: none;
  width: 100%; }
  .gfield select:focus {
    outline: none; }

.gfield select[multiple] {
  padding: 10px; }

.gfield.styled-select .ginput_container,
.ginput_container.styled-select,
span.styled-select {
  display: block;
  padding-left: 10px;
  width: 100%;
  max-width: 100%;
  height: 38px;
  overflow: hidden;
  background-color: #fff;
  color: #495861;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAICAYAAAD9aA/QAAAAfElEQVQoFZXRgQ2AIAwEwI7AKIzESIzACIzCCI7gBvUxhWDFtJp8REqPCEREBeEfKcxMVu4FQJsTbhY46gMOgA8D7/UwGq33/CU0ReREdsfS56OFrfUJ90k8CdnBaW3yjB+w4Fnh2QPpNS9Y8Cp41Q3e7y84AC6I+7L0hhc28oiRLYTxoAAAAABJRU5ErkJggg==);
  background-position: right 50%;
  background-repeat: no-repeat;
  border: 1px solid #dddee0;
  border-radius: 3px; }
  .gfield.styled-select .ginput_container select,
  .ginput_container.styled-select select,
  span.styled-select select {
    background: transparent;
    width: 120%;
    line-height: 1;
    padding: 6px 0;
    font-size: 14px;
    height: 38px;
    color: #495861;
    border: 0;
    border-radius: 3px;
    -webkit-appearance: none; }

.gfield.styled-select--small .ginput_container,
.ginput_container.styled-select--small,
span.styled-select--small {
  display: inline-block;
  width: auto;
  min-width: 80px; }

span.customSelect {
  background-color: #fff;
  color: #495861;
  padding: 9px 0 9px 10px;
  border: 1px solid #dddee0;
  border-radius: 3px;
  width: 100%;
  max-width: 100%;
  height: 38px;
  overflow: hidden;
  font-size: 14px;
  text-align: left; }
  span.customSelect .customSelectInner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAICAYAAAD9aA/QAAAAfElEQVQoFZXRgQ2AIAwEwI7AKIzESIzACIzCCI7gBvUxhWDFtJp8REqPCEREBeEfKcxMVu4FQJsTbhY46gMOgA8D7/UwGq33/CU0ReREdsfS56OFrfUJ90k8CdnBaW3yjB+w4Fnh2QPpNS9Y8Cp41Q3e7y84AC6I+7L0hhc28oiRLYTxoAAAAABJRU5ErkJggg==);
    background-position: right 50%;
    background-repeat: no-repeat;
    min-width: 200px; }

.chzn-drop {
  color: #495861; }

.gfield.with-chzn .ginput_container {
  height: 38px; }

.gfield.with-chzn .chzn-container .chzn-single {
  height: 38px;
  line-height: 38px;
  background-image: none;
  background-color: #fff;
  border-color: #dddee0;
  padding-left: 12px;
  font-size: 14px; }
  .gfield.with-chzn .chzn-container .chzn-single div b {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAICAYAAAD9aA/QAAAAfElEQVQoFZXRgQ2AIAwEwI7AKIzESIzACIzCCI7gBvUxhWDFtJp8REqPCEREBeEfKcxMVu4FQJsTbhY46gMOgA8D7/UwGq33/CU0ReREdsfS56OFrfUJ90k8CdnBaW3yjB+w4Fnh2QPpNS9Y8Cp41Q3e7y84AC6I+7L0hhc28oiRLYTxoAAAAABJRU5ErkJggg==);
    background-position: right 50%; }

.gfield.with-chzn .chzn-container.chzn-container-active .chzn-single {
  outline: none;
  border-color: #dddee0;
  box-shadow: none; }

.gfield.with-chzn .chzn-container.chzn-container-single .chzn-single div {
  background-image: none;
  background-color: transparent;
  border: none;
  width: 23px; }

.gfield.with-chzn .chzn-container .chzn-search input {
  width: 100% !important;
  height: auto; }

.gfield.with-chzn.gfield_error .chzn-container .chzn-single {
  border-color: #ED3046; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: 38px; }

.gform_wrapper .chosen-container .chosen-drop {
  color: #212121; }

.check-list,
ul.gfield_radio,
ul.gfield_checkbox,
ul.gfield_radio,
ul.gfield_checkbox {
  padding: 10px 0 0 0; }
  .check-list li,
  ul.gfield_radio li,
  ul.gfield_checkbox li, .check-list label,
  ul.gfield_radio label,
  ul.gfield_checkbox label,
  ul.gfield_radio li,
  ul.gfield_radio label,
  ul.gfield_checkbox li,
  ul.gfield_checkbox label {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    vertical-align: top; }
  .check-list label,
  ul.gfield_radio label,
  ul.gfield_checkbox label,
  ul.gfield_radio label,
  ul.gfield_checkbox label {
    margin-left: 8px;
    max-width: 85%; }
  .check-list li,
  ul.gfield_radio li,
  ul.gfield_checkbox li,
  ul.gfield_radio li,
  ul.gfield_checkbox li {
    width: 25%;
    margin-bottom: 10px; }
  .check-list input[type="checkbox"],
  ul.gfield_radio input[type="checkbox"],
  ul.gfield_checkbox input[type="checkbox"], .check-list input[type="radio"],
  ul.gfield_radio input[type="radio"],
  ul.gfield_checkbox input[type="radio"],
  ul.gfield_radio input[type="checkbox"],
  ul.gfield_radio input[type="radio"],
  ul.gfield_checkbox input[type="checkbox"],
  ul.gfield_checkbox input[type="radio"] {
    vertical-align: top;
    margin-top: 2px; }
    .check-list input[type="checkbox"][value="gf_other_choice"],
    ul.gfield_radio input[type="checkbox"][value="gf_other_choice"],
    ul.gfield_checkbox input[type="checkbox"][value="gf_other_choice"], .check-list input[type="radio"][value="gf_other_choice"],
    ul.gfield_radio input[type="radio"][value="gf_other_choice"],
    ul.gfield_checkbox input[type="radio"][value="gf_other_choice"],
    ul.gfield_radio input[type="checkbox"][value="gf_other_choice"],
    ul.gfield_radio input[type="radio"][value="gf_other_choice"],
    ul.gfield_checkbox input[type="checkbox"][value="gf_other_choice"],
    ul.gfield_checkbox input[type="radio"][value="gf_other_choice"] {
      margin-top: 11px; }
  .check-list input[value="gf_other_choice"] + input[type="text"],
  ul.gfield_radio input[value="gf_other_choice"] + input[type="text"],
  ul.gfield_checkbox input[value="gf_other_choice"] + input[type="text"],
  ul.gfield_radio input[value="gf_other_choice"] + input[type="text"],
  ul.gfield_checkbox input[value="gf_other_choice"] + input[type="text"] {
    display: inline-block;
    width: 80%;
    margin-left: 20px; }

.list-vertical ul.gfield_radio li,
.list-vertical ul.gfield_checkbox li {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

@media only screen and (min-width: 571px) and (max-width: 1024px) {
  .check-list li,
  ul.gfield_radio li,
  ul.gfield_checkbox li,
  ul.gfield_radio li,
  ul.gfield_checkbox li {
    width: 33.333333%; } }

@media only screen and (max-width: 570px) {
  .check-list li,
  ul.gfield_radio li,
  ul.gfield_checkbox li,
  ul.gfield_radio li,
  ul.gfield_checkbox li {
    width: 50%; } }

.gfield_date_day,
.gfield_date_month,
.gfield_date_year,
.gfield_date_dropdown_day,
.gfield_date_dropdown_month,
.gfield_date_dropdown_year,
.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
  display: inline-block !important;
  width: 31% !important;
  margin-right: 3.333%; }
  .gfield_date_day i,
  .gfield_date_day label,
  .gfield_date_month i,
  .gfield_date_month label,
  .gfield_date_year i,
  .gfield_date_year label,
  .gfield_date_dropdown_day i,
  .gfield_date_dropdown_day label,
  .gfield_date_dropdown_month i,
  .gfield_date_dropdown_month label,
  .gfield_date_dropdown_year i,
  .gfield_date_dropdown_year label,
  .gfield_time_hour i,
  .gfield_time_hour label,
  .gfield_time_minute i,
  .gfield_time_minute label,
  .gfield_time_ampm i,
  .gfield_time_ampm label {
    display: inline-block;
    font-size: 12px;
    color: #888897; }

.gfield_date_year,
.gfield_date_dropdown_year,
.gfield_time_ampm {
  margin-right: 0; }

.gfield_time_hour input {
  display: inline-block;
  max-width: 90%; }

.gfield_time_ampm {
  display: block;
  float: right; }

.gf_hide_ampm .gfield_time_ampm {
  display: none !important; }

.ginput_container.ginput_container_date {
  position: relative; }
  .ginput_container.ginput_container_date input {
    padding-right: 60px; }

/*
.datepicker_with_icon {
	max-width: 90% !important;
	display: inline-block !important;
}
*/
.ui-datepicker-trigger {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%); }

.gfield .clear-multi {
  height: 38px; }
  .gfield .clear-multi > .ginput_container:last-child {
    float: right; }

.gsection {
  padding-top: 10px; }

.gform_title,
.gsection_title {
  margin-bottom: 0;
  line-height: 1; }

.gsection_title {
  font-size: 14px;
  background: #495861;
  padding: 13px;
  border-radius: 4px;
  color: #fff;
  margin-top: 20px; }

.gsection_description {
  padding: 14px 13px 0;
  font-size: 12px; }

.gform_description {
  display: block;
  padding-top: 20px; }

.gf_page_steps {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-radius: 3px;
  overflow: auto;
  padding-left: 10px; }

.gf_step {
  float: left;
  margin-right: 40px;
  font-size: 16px;
  line-height: 60px; }
  .gf_step a {
    color: #445e6f; }
  .gf_step.gf_step_active {
    color: #72b4c8; }

.gf_progressbar_wrapper {
  padding: 20px 0;
  margin-bottom: 20px; }

.gf_progressbar_title {
  font-size: 16px;
  margin-bottom: 10px;
  color: #72b4c8; }

.gf_progressbar {
  background: transparent;
  height: 20px;
  overflow: hidden;
  border: 1px solid #72b4c8;
  border-radius: 3px; }

.gf_progressbar_percentage {
  background: #72b4c8;
  height: 14px;
  margin: 2px;
  border-radius: 3px; }

.gform_page_footer {
  padding: 20px 0;
  margin: 20px 0; }
  .gform_page_footer .gform_previous_button,
  .gform_page_footer .gform_next_button {
    float: right;
    background-color: #495861; }
    .gform_page_footer .gform_previous_button:hover, .gform_page_footer .gform_previous_button:active,
    .gform_page_footer .gform_next_button:hover,
    .gform_page_footer .gform_next_button:active {
      background-color: #3e4b52; }
  .gform_page_footer .gform_previous_button {
    float: left; }

.gform_page .gform_page_footer {
  text-align: center;
  min-height: 100px;
  position: relative; }
  .gform_page .gform_page_footer .gform_ajax_spinner {
    float: none;
    display: block;
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%); }
  .gform_page .gform_page_footer input[type="submit"] {
    float: right; }

.gform_page:first-child .gform_page_footer .gform_save_link {
  float: left; }

.gform_page:first-child .gform_page_footer .gform_ajax_spinner {
  top: 50%;
  transform: translateX(-50%) translateY(-50%); }

.gform_page:not(:first-child) .gform_page_footer .gform_ajax_spinner {
  top: 25px; }

.gform_page:not(:first-child) .gform_page_footer .gform_save_link {
  display: block;
  clear: both;
  margin-top: 100px; }

.submit-on-left .gform_page .gform_page_footer input[type="submit"] {
  float: left; }

.gform_save_link {
  display: inline-block;
  margin-top: 15px; }

@media only screen and (max-width: 570px) {
  .gform_page:not(:first-child) .gform_page_footer .gform_ajax_spinner {
    top: 100px; }
  .gform_page:not(:first-child) .gform_page_footer .gform_save_link {
    margin-top: 150px; } }

.gfield_list {
  margin-bottom: 0; }
  .gfield_list thead + tbody tr:first-child td {
    padding-top: 20px; }
    .gfield_list thead + tbody tr:first-child td.gfield_list_icons {
      padding-top: 23px !important; }
  .gfield_list tr {
    border-bottom: 0; }

.gfield_list td {
  padding-top: 0; }

.gfield_list_cell {
  padding-left: 10px;
  padding-right: 10px; }
  .gfield_list_cell input {
    width: 100%; }
  .gfield_list_cell:first-child {
    padding-left: 0; }

.gfield_list_icons {
  text-align: right;
  padding-right: 0;
  width: 60px;
  padding-top: 10px !important; }

.gsurvey-survey-field table.gsurvey-likert tbody tr {
  border-bottom: none; }

.gsurvey-survey-field table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-hover {
  background-color: #e0eff3; }

.gsurvey-survey-field table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected {
  background-color: #72b4c8; }

.gsurvey-survey-field .gsurvey-rank {
  list-style: none;
  padding: 0;
  margin: 0; }
  .gsurvey-survey-field .gsurvey-rank li {
    margin: 0 0 10px; }

.gsurvey-survey-field .gsurvey-rank-choice img {
  position: relative;
  top: 2px; }

.gform_footer .gpoll_button,
.gform_wrapper .gpoll_back_button {
  margin-left: 0; }

.gform_wrapper.gpoll_enabled .gform_footer {
  text-align: center; }
  .gform_wrapper.gpoll_enabled .gform_footer .gform_ajax_spinner {
    float: none;
    display: inline-block; }
  .gform_wrapper.gpoll_enabled .gform_footer input[type="submit"] {
    float: left; }
  .gform_wrapper.gpoll_enabled .gform_footer .gpoll_button {
    float: right; }

.gform_wrapper.gpoll_enabled.submit-on-right .gform_page .gform_page_footer input[type="submit"] {
  float: right; }
  .gform_wrapper.gpoll_enabled.submit-on-right .gform_page .gform_page_footer input[type="submit"] .gpoll_button {
    float: left; }

.gpoll_enabled .gpoll_summary .gpoll_bar_juice,
#gforms_confirmation_message .gpoll_container .gpoll_bar_juice {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #72b4c8;
  background-image: none;
  /*
		background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, $color), color-stop(1, $alt-color) );
		background-image: -moz-linear-gradient( center bottom, $color 37%, $alt-color 69% );
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#72b4c8');
		background-image: -ms-linear-gradient(top, $alt-color 0%, $color 100%);
		*/ }

.gpoll_enabled .gpoll_summary .gpoll_ratio_box,
#gforms_confirmation_message .gpoll_container .gpoll_ratio_box {
  background: #72b4c8;
  border-radius: 0; }

.gpoll_enabled .gpoll_summary .gpoll_bar_count,
#gforms_confirmation_message .gpoll_container .gpoll_bar_count {
  text-shadow: none; }

.gpoll_enabled .gpoll_summary .gpoll_back_button,
#gforms_confirmation_message .gpoll_container .gpoll_back_button {
  margin-top: 20px;
  float: left; }

.gpoll_enabled .gpoll_summary .gpoll_choice_label.gpoll_value_selected,
#gforms_confirmation_message .gpoll_container .gpoll_choice_label.gpoll_value_selected {
  color: #72b4c8; }

#gforms_confirmation_message .gpoll_container {
  margin-bottom: 20px; }

.ginput_complex > span {
  display: block;
  margin-bottom: 20px; }

.ginput_complex label {
  font-size: 12px;
  color: #888897;
  padding-top: 4px; }

.gfield_description,
.gform_fields .instruction {
  color: #888897;
  font-size: 13px;
  font-style: italic; }

.gform_fields .instruction {
  padding-top: 4px; }

.validation_error,
.gfield_description.validation_message,
.gfield_error .gfield_label {
  font-style: normal;
  padding: 0;
  font-size: 12px;
  color: #ED3046;
  background: none; }

.gfield_error input.text-input,
.gfield_error textarea,
.gfield_error input[type="text"],
.gfield_error input[type="password"],
.gfield_error input[type="name"],
.gfield_error input[type="email"],
.gfield_error input[type="url"],
.gfield_error input[type="tel"],
.gfield_error input[type="color"],
.gfield_error input[type="number"],
.gfield_error.text-input input,
.gfield_error.text-input textarea {
  border-color: #ED3046;
  background-color: #fff;
  color: #ED3046; }

.gfield_error .styled-select,
.gfield_error .customSelect {
  border-color: #ED3046;
  color: #ED3046; }

.gform_heading {
  padding-bottom: 20px; }

.validation_error {
  margin-bottom: 20px;
  background: #ED3046;
  padding: 8px 20px;
  border-radius: 3px;
  color: #fff; }

/*
.gfield_description.validation_message {
	display: none;
}
*/
#gforms_confirmation_message {
  margin-bottom: 20px; }

.gform_wrapper .gfield_password_strength {
  border: 1px solid #888897;
  margin: 0;
  padding: 6px;
  text-align: center;
  min-width: 200px;
  width: 100%;
  background-color: #EEE;
  color: #888897;
  clear: both;
  border-radius: 3px;
  font-size: 12px; }
  .gform_wrapper .gfield_password_strength.bad {
    background-color: #ffe5d5;
    border-color: #FF853C;
    color: #FF853C; }
  .gform_wrapper .gfield_password_strength.good {
    background-color: #ffeb99;
    border-color: #FC0;
    color: #cca300; }
  .gform_wrapper .gfield_password_strength.strong {
    background-color: #7cc576;
    border-color: #7cc576;
    color: #fff; }
  .gform_wrapper .gfield_password_strength.short, .gform_wrapper .gfield_password_strength.mismatch {
    background-color: #fbcece;
    border-color: #f04040;
    color: #f04040; }

.gform_footer {
  padding: 20px 0 0; }
  .gform_footer input[type="submit"] {
    float: right; }
  .gform_footer .gform_ajax_spinner {
    float: left; }

.submit-on-left .gform_footer input[type="submit"] {
  float: left; }

.submit-on-left .gform_footer .gform_ajax_spinner {
  float: right; }

.gform_ajax_spinner {
  display: block;
  width: 40px;
  height: 40px; }

.gform_validation_container {
  display: none; }

.gform_hidden {
  display: none !important; }

.gform_fields input[type="button"],
form input[type="submit"] {
  background-color: #72b4c8;
  /*
	text-align: left;
	min-width: 20%;
	*/ }
  .gform_fields input[type="button"]:active, .gform_fields input[type="button"]:hover,
  form input[type="submit"]:active,
  form input[type="submit"]:hover {
    background-color: #60aac1; }

form input[type="submit"][disabled="disabled"],
.gform_page_footer .gform_next_button[disabled="disabled"] {
  cursor: default;
  opacity: 0.3; }

.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four,
.gfield.gf_left_third,
.gfield.gf_middle_third,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_left_half,
.gfield.gf_right_half {
  float: left; }

.gfield.gf_fourth_four,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_right_half {
  float: right; }

.gfield.gf_left_half,
.gfield.gf_right_half {
  width: 50%; }

.gfield.gf_left_third,
.gfield.gf_middle_third,
.gfield.gf_right_third {
  width: 33.333%; }

.gfield.gf_right_two_thirds {
  width: 66.666%; }

.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four {
  width: 25%; }

.gfield.gf_fourth_one,
.gfield.gf_left_third,
.gfield.gf_left_half {
  padding-right: 10px; }

.gfield.gf_fourth_two {
  padding-right: 5px; }

.gfield.gf_fourth_three {
  padding-left: 5px; }

.gfield.gf_fourth_four,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_right_half {
  padding-left: 10px; }

.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four,
.gfield.gf_middle_third,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_right_half {
  clear: none; }

@media only screen and (min-width: 571px) and (max-width: 1024px) {
  .gfield.gf_left_third,
  .gfield.gf_middle_third,
  .gfield.gf_right_third,
  .gfield.gf_right_two_thirds {
    float: left;
    width: 50%;
    padding-left: 0;
    padding-right: 0; }
  .gfield.gf_left_third {
    padding-right: 10px; } }

@media only screen and (max-width: 570px) {
  .ginput_container_password .ginput_left,
  .ginput_container_password .ginput_right,
  .gfield.gf_left_third,
  .gfield.gf_middle_third,
  .gfield.gf_right_third,
  .gfield.gf_right_two_thirds,
  .gfield.gf_left_half,
  .gfield.gf_right_half {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .gfield.gf_fourth_one,
  .gfield.gf_fourth_two,
  .gfield.gf_fourth_three,
  .gfield.gf_fourth_four {
    float: none;
    padding-right: 0;
    padding-left: 0;
    width: 50%; }
  .gfield.gf_fourth_one,
  .gfield.gf_fourth_three {
    float: left;
    padding-right: 5px; }
  .gfield.gf_fourth_two,
  .gfield.gf_fourth_four {
    float: right;
    padding-left: 5px; }
  .gfield.gf_fourth_three {
    clear: both; }
  .gfield.gf_fourth_two,
  .gfield.gf_fourth_four {
    padding-right: 0; } }

.gfield.no-label > .gfield_label {
  display: none; }

.gfield.single-option .check-list li, .gfield.single-option
ul.gfield_radio li, .gfield.single-option
ul.gfield_checkbox li,
.gfield.single-option ul.gfield_radio li,
.gfield.single-option ul.gfield_checkbox li {
  width: 100%; }

.checkbox {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #d4dbde;
  box-shadow: inset 2px 2px 5px 0 #ececec;
  background-color: #fff;
  overflow: hidden; }
  .checkbox input[type=checkbox],
  .checkbox input[type=radio] {
    display: block;
    transform: translateX(-200%); }
    .checkbox input[type=checkbox]:checked + .checkbox__item,
    .checkbox input[type=radio]:checked + .checkbox__item {
      display: block; }
  .checkbox .checkbox__item {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: -6px 0 0 -6px;
    background-color: #72b4c8; }

.gform_wrapper form.cpd-quiz .gform_body,
.gform_wrapper form.cpd-quiz .gform_footer,
.gform_wrapper form.cpd-quiz .validation_error,
.gform_wrapper form.cpd-survey .gform_body,
.gform_wrapper form.cpd-survey .gform_footer,
.gform_wrapper form.cpd-survey .validation_error {
  width: 640px;
  max-width: 100%; }

.gform_wrapper form.cpd-quiz .gfield.gsection,
.gform_wrapper form.cpd-survey .gfield.gsection {
  background: #495861;
  padding: 20px 20px;
  border-radius: 4px;
  color: #fff; }

.gform_wrapper form.cpd-quiz .gsection_title,
.gform_wrapper form.cpd-survey .gsection_title {
  font-size: 22px;
  padding: 0;
  border-radius: 0;
  color: #fff;
  margin: 0; }

.gform_wrapper form.cpd-quiz .gsection_description,
.gform_wrapper form.cpd-survey .gsection_description {
  padding: 0;
  font-size: 14px;
  margin: 10px 0 0; }

.gform_wrapper form.cpd-quiz ul.gfield_radio li,
.gform_wrapper form.cpd-quiz ul.gfield_checkbox li,
.gform_wrapper form.cpd-quiz ul.gfield_radio label,
.gform_wrapper form.cpd-quiz ul.gfield_checkbox label,
.gform_wrapper form.cpd-survey ul.gfield_radio li,
.gform_wrapper form.cpd-survey ul.gfield_checkbox li,
.gform_wrapper form.cpd-survey ul.gfield_radio label,
.gform_wrapper form.cpd-survey ul.gfield_checkbox label {
  font-size: 14px;
  vertical-align: middle; }

.gform_wrapper form.cpd-quiz ul.gfield_radio input[type="checkbox"],
.gform_wrapper form.cpd-quiz ul.gfield_checkbox input[type="checkbox"],
.gform_wrapper form.cpd-quiz ul.gfield_radio input[type="radio"],
.gform_wrapper form.cpd-quiz ul.gfield_checkbox input[type="radio"],
.gform_wrapper form.cpd-survey ul.gfield_radio input[type="checkbox"],
.gform_wrapper form.cpd-survey ul.gfield_checkbox input[type="checkbox"],
.gform_wrapper form.cpd-survey ul.gfield_radio input[type="radio"],
.gform_wrapper form.cpd-survey ul.gfield_checkbox input[type="radio"] {
  margin-top: 5px; }

.gform_wrapper form.cpd-quiz .gfield_label,
.gform_wrapper form.cpd-survey .gfield_label {
  font-weight: bold;
  font-size: 18px;
  display: inline-block; }

.gform_wrapper form.cpd-quiz .gform_fields > .gfield:not(:last-child),
.gform_wrapper form.cpd-survey .gform_fields > .gfield:not(:last-child) {
  margin-bottom: 40px; }

.gform_wrapper form.cpd-quiz .gform_footer,
.gform_wrapper form.cpd-survey .gform_footer {
  text-align: center;
  min-height: 100px;
  position: relative; }
  .gform_wrapper form.cpd-quiz .gform_footer .gform_ajax_spinner,
  .gform_wrapper form.cpd-survey .gform_footer .gform_ajax_spinner {
    float: none;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    z-index: 20; }
  .gform_wrapper form.cpd-quiz .gform_footer input[type="submit"],
  .gform_wrapper form.cpd-survey .gform_footer input[type="submit"] {
    float: none;
    width: 100%;
    position: relative;
    z-index: 10; }

.gform_wrapper form.cpd-quiz.waiting input[type="submit"],
.gform_wrapper form.cpd-quiz.waiting button[type="submit"],
.gform_wrapper form.cpd-survey.waiting input[type="submit"],
.gform_wrapper form.cpd-survey.waiting button[type="submit"] {
  color: transparent !important;
  background-color: rgba(114, 180, 200, 0.5); }
  .gform_wrapper form.cpd-quiz.waiting input[type="submit"][disabled],
  .gform_wrapper form.cpd-quiz.waiting button[type="submit"][disabled],
  .gform_wrapper form.cpd-survey.waiting input[type="submit"][disabled],
  .gform_wrapper form.cpd-survey.waiting button[type="submit"][disabled] {
    opacity: 1 !important; }

.gform_wrapper form.cpd-quiz .gform_fields > .gfield {
  border: 1px solid rgba(82, 94, 102, 0.2);
  border-radius: 3px;
  padding: 20px; }
  .gform_wrapper form.cpd-quiz .gform_fields > .gfield.gfield_error {
    border-color: #ED3046; }

.page-template-tpl-cpd-quiz #gquiz_confirmation_message div {
  padding: 40px 30px;
  border: 2px solid #525e66;
  border-radius: 3px;
  text-align: center;
  display: block;
  width: 480px;
  max-width: 100%; }
  .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed {
    border-color: #7cc576;
    background-color: rgba(124, 197, 118, 0.1);
    color: #7cc576; }
    .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .btn, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_page_footer .gform_previous_button, .gform_page_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_previous_button, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
    .gform_page_footer .gform_next_button,
    .gform_page_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_next_button, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_footer .gpoll_button, .gform_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gpoll_button, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
    .gform_wrapper .gpoll_back_button,
    .gform_wrapper .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gpoll_back_button, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_fields input[type="button"], .gform_fields .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed input[type="button"], .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
    form input[type="submit"],
    form .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed input[type="submit"], .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #menu_btn, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-currency-wrap .edd-button, .edd-currency-wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-button, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save, .edd-currency-popup-content .edd-currency-buttons .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-currency-button-save, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
    .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset,
    .edd-currency-popup-content .edd-currency-buttons .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-currency-button-reset, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-submit, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap .edd_cart_remove_item_btn, #edd_checkout_wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd_cart_remove_item_btn, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap #edd_next_button, #edd_checkout_wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_next_button, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap #edd_purchase_submit .edd-cancel a, #edd_checkout_wrap #edd_purchase_submit .edd-cancel .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed a, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button, #edd_checkout_wrap #edd_purchase_submit .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd-purchase-button, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_user_history tbody td a, #edd_user_history tbody td .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed a, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
    #affwp-affiliate-dashboard table tbody td a,
    #affwp-affiliate-dashboard table tbody td .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed a {
      background-color: #7cc576; }
      .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .btn:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_page_footer .gform_previous_button:hover, .gform_page_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_previous_button:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
      .gform_page_footer .gform_next_button:hover,
      .gform_page_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_next_button:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_footer .gpoll_button:hover, .gform_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gpoll_button:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
      .gform_wrapper .gpoll_back_button:hover,
      .gform_wrapper .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gpoll_back_button:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_fields input[type="button"]:hover, .gform_fields .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed input[type="button"]:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
      form input[type="submit"]:hover,
      form .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed input[type="submit"]:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #menu_btn:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-currency-wrap .edd-button:hover, .edd-currency-wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-button:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save:hover, .edd-currency-popup-content .edd-currency-buttons .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-currency-button-save:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
      .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset:hover,
      .edd-currency-popup-content .edd-currency-buttons .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-currency-button-reset:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit:hover, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-submit:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap .edd_cart_remove_item_btn:hover, #edd_checkout_wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd_cart_remove_item_btn:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap #edd_next_button:hover, #edd_checkout_wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_next_button:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap #edd_purchase_submit .edd-cancel a:hover, #edd_checkout_wrap #edd_purchase_submit .edd-cancel .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed a:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button:hover, #edd_checkout_wrap #edd_purchase_submit .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd-purchase-button:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_user_history tbody td a:hover, #edd_user_history tbody td .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed a:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
      #affwp-affiliate-dashboard table tbody td a:hover,
      #affwp-affiliate-dashboard table tbody td .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed a:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .btn:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_page_footer .gform_previous_button:active, .gform_page_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_previous_button:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
      .gform_page_footer .gform_next_button:active,
      .gform_page_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_next_button:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_footer .gpoll_button:active, .gform_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gpoll_button:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
      .gform_wrapper .gpoll_back_button:active,
      .gform_wrapper .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gpoll_back_button:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_fields input[type="button"]:active, .gform_fields .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed input[type="button"]:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
      form input[type="submit"]:active,
      form .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed input[type="submit"]:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #menu_btn:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-currency-wrap .edd-button:active, .edd-currency-wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-button:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save:active, .edd-currency-popup-content .edd-currency-buttons .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-currency-button-save:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
      .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset:active,
      .edd-currency-popup-content .edd-currency-buttons .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-currency-button-reset:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit:active, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-submit:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap .edd_cart_remove_item_btn:active, #edd_checkout_wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd_cart_remove_item_btn:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap #edd_next_button:active, #edd_checkout_wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_next_button:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap #edd_purchase_submit .edd-cancel a:active, #edd_checkout_wrap #edd_purchase_submit .edd-cancel .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed a:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button:active, #edd_checkout_wrap #edd_purchase_submit .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd-purchase-button:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_user_history tbody td a:active, #edd_user_history tbody td .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed a:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
      #affwp-affiliate-dashboard table tbody td a:active,
      #affwp-affiliate-dashboard table tbody td .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed a:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .btn:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_page_footer .gform_previous_button:focus, .gform_page_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_previous_button:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
      .gform_page_footer .gform_next_button:focus,
      .gform_page_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_next_button:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_footer .gpoll_button:focus, .gform_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gpoll_button:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
      .gform_wrapper .gpoll_back_button:focus,
      .gform_wrapper .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gpoll_back_button:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .gform_fields input[type="button"]:focus, .gform_fields .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed input[type="button"]:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
      form input[type="submit"]:focus,
      form .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed input[type="submit"]:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #menu_btn:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-currency-wrap .edd-button:focus, .edd-currency-wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-button:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save:focus, .edd-currency-popup-content .edd-currency-buttons .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-currency-button-save:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
      .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset:focus,
      .edd-currency-popup-content .edd-currency-buttons .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-currency-button-reset:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit:focus, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd-submit:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap .edd_cart_remove_item_btn:focus, #edd_checkout_wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed .edd_cart_remove_item_btn:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap #edd_next_button:focus, #edd_checkout_wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_next_button:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap #edd_purchase_submit .edd-cancel a:focus, #edd_checkout_wrap #edd_purchase_submit .edd-cancel .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed a:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button:focus, #edd_checkout_wrap #edd_purchase_submit .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd-purchase-button:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed #edd_user_history tbody td a:focus, #edd_user_history tbody td .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed a:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed
      #affwp-affiliate-dashboard table tbody td a:focus,
      #affwp-affiliate-dashboard table tbody td .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.passed a:focus {
        background-color: #5ab652; }
  .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed {
    border-color: #ED3046;
    background-color: rgba(237, 48, 70, 0.1);
    color: #ED3046; }
    .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .btn, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_page_footer .gform_previous_button, .gform_page_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_previous_button, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
    .gform_page_footer .gform_next_button,
    .gform_page_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_next_button, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_footer .gpoll_button, .gform_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gpoll_button, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
    .gform_wrapper .gpoll_back_button,
    .gform_wrapper .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gpoll_back_button, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_fields input[type="button"], .gform_fields .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed input[type="button"], .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
    form input[type="submit"],
    form .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed input[type="submit"], .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #menu_btn, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-currency-wrap .edd-button, .edd-currency-wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-button, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save, .edd-currency-popup-content .edd-currency-buttons .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-currency-button-save, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
    .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset,
    .edd-currency-popup-content .edd-currency-buttons .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-currency-button-reset, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-submit, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap .edd_cart_remove_item_btn, #edd_checkout_wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd_cart_remove_item_btn, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap #edd_next_button, #edd_checkout_wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_next_button, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap #edd_purchase_submit .edd-cancel a, #edd_checkout_wrap #edd_purchase_submit .edd-cancel .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed a, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button, #edd_checkout_wrap #edd_purchase_submit .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd-purchase-button, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_user_history tbody td a, #edd_user_history tbody td .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed a, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
    #affwp-affiliate-dashboard table tbody td a,
    #affwp-affiliate-dashboard table tbody td .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed a {
      background-color: #ED3046; }
      .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .btn:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_page_footer .gform_previous_button:hover, .gform_page_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_previous_button:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
      .gform_page_footer .gform_next_button:hover,
      .gform_page_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_next_button:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_footer .gpoll_button:hover, .gform_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gpoll_button:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
      .gform_wrapper .gpoll_back_button:hover,
      .gform_wrapper .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gpoll_back_button:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_fields input[type="button"]:hover, .gform_fields .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed input[type="button"]:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
      form input[type="submit"]:hover,
      form .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed input[type="submit"]:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #menu_btn:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-currency-wrap .edd-button:hover, .edd-currency-wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-button:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save:hover, .edd-currency-popup-content .edd-currency-buttons .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-currency-button-save:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
      .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset:hover,
      .edd-currency-popup-content .edd-currency-buttons .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-currency-button-reset:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit:hover, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-submit:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap .edd_cart_remove_item_btn:hover, #edd_checkout_wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd_cart_remove_item_btn:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap #edd_next_button:hover, #edd_checkout_wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_next_button:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap #edd_purchase_submit .edd-cancel a:hover, #edd_checkout_wrap #edd_purchase_submit .edd-cancel .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed a:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button:hover, #edd_checkout_wrap #edd_purchase_submit .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd-purchase-button:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_user_history tbody td a:hover, #edd_user_history tbody td .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed a:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
      #affwp-affiliate-dashboard table tbody td a:hover,
      #affwp-affiliate-dashboard table tbody td .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed a:hover, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .btn:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_page_footer .gform_previous_button:active, .gform_page_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_previous_button:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
      .gform_page_footer .gform_next_button:active,
      .gform_page_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_next_button:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_footer .gpoll_button:active, .gform_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gpoll_button:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
      .gform_wrapper .gpoll_back_button:active,
      .gform_wrapper .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gpoll_back_button:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_fields input[type="button"]:active, .gform_fields .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed input[type="button"]:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
      form input[type="submit"]:active,
      form .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed input[type="submit"]:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #menu_btn:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-currency-wrap .edd-button:active, .edd-currency-wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-button:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save:active, .edd-currency-popup-content .edd-currency-buttons .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-currency-button-save:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
      .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset:active,
      .edd-currency-popup-content .edd-currency-buttons .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-currency-button-reset:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit:active, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-submit:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap .edd_cart_remove_item_btn:active, #edd_checkout_wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd_cart_remove_item_btn:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap #edd_next_button:active, #edd_checkout_wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_next_button:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap #edd_purchase_submit .edd-cancel a:active, #edd_checkout_wrap #edd_purchase_submit .edd-cancel .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed a:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button:active, #edd_checkout_wrap #edd_purchase_submit .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd-purchase-button:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_user_history tbody td a:active, #edd_user_history tbody td .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed a:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
      #affwp-affiliate-dashboard table tbody td a:active,
      #affwp-affiliate-dashboard table tbody td .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed a:active, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .btn:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_page_footer .gform_previous_button:focus, .gform_page_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_previous_button:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
      .gform_page_footer .gform_next_button:focus,
      .gform_page_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_next_button:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_footer .gpoll_button:focus, .gform_footer .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gpoll_button:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
      .gform_wrapper .gpoll_back_button:focus,
      .gform_wrapper .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gpoll_back_button:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .gform_fields input[type="button"]:focus, .gform_fields .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed input[type="button"]:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
      form input[type="submit"]:focus,
      form .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed input[type="submit"]:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #menu_btn:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-currency-wrap .edd-button:focus, .edd-currency-wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-button:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save:focus, .edd-currency-popup-content .edd-currency-buttons .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-currency-button-save:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
      .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset:focus,
      .edd-currency-popup-content .edd-currency-buttons .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-currency-button-reset:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit:focus, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd-submit:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap .edd_cart_remove_item_btn:focus, #edd_checkout_wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed .edd_cart_remove_item_btn:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap #edd_next_button:focus, #edd_checkout_wrap .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_next_button:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap #edd_purchase_submit .edd-cancel a:focus, #edd_checkout_wrap #edd_purchase_submit .edd-cancel .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed a:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button:focus, #edd_checkout_wrap #edd_purchase_submit .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd-purchase-button:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed #edd_user_history tbody td a:focus, #edd_user_history tbody td .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed a:focus, .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed
      #affwp-affiliate-dashboard table tbody td a:focus,
      #affwp-affiliate-dashboard table tbody td .page-template-tpl-cpd-quiz #gquiz_confirmation_message div.failed a:focus {
        background-color: #d7132a; }

.fluid-width-video-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 20px; }

#wrap {
  display: block;
  height: auto;
  min-height: 100%; }

.collapsible li:not(.collapsible--open) ul {
  display: none; }

#toolbar {
  width: 100%;
  height: 76px;
  min-height: 76px;
  margin: 0;
  background-color: #fff;
  padding-right: 34px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9; }

#menu_btn {
  border-radius: 0;
  text-align: center;
  padding: 0; }
  #menu_btn,
  #menu_btn .ico {
    width: 76px !important;
    height: 76px !important;
    line-height: 76px; }

@media all and (max-height: 699px) {
  #toolbar {
    height: 50px;
    min-height: 50px; }
  #menu_btn,
  #menu_btn .ico {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px; } }

@media only screen and (max-width: 1024px) {
  #toolbar {
    height: 50px;
    min-height: 50px; }
  #menu_btn,
  #menu_btn .ico {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px; } }

@media only screen and (max-width: 570px) {
  #toolbar {
    padding-right: 10px;
    z-index: 999; } }

#user_menu {
  text-align: right;
  padding-top: 15px; }
  #user_menu .nav, #user_menu #submenu .nav:first-child > li ul, #submenu .nav:first-child > li #user_menu ul, #user_menu .nav--blocknav, #user_menu
  .nav--blocknav ul,
  .nav--blocknav #user_menu ul, #user_menu #affwp-affiliate-dashboard-tabs, #user_menu .products-summary ul, .products-summary #user_menu ul, #user_menu ul.products, #user_menu
  ul.products ul.group__items,
  ul.products #user_menu ul.group__items {
    display: inline-block; }
    #user_menu .nav li, #user_menu #submenu .nav:first-child > li ul li, #submenu .nav:first-child > li #user_menu ul li, #user_menu .nav--blocknav li,
    .nav--blocknav #user_menu ul li, #user_menu #affwp-affiliate-dashboard-tabs li, #user_menu .products-summary ul li, .products-summary #user_menu ul li, #user_menu ul.products li,
    ul.products #user_menu ul.group__items li {
      text-align: left; }
      #user_menu .nav li.cpd-link, #user_menu #submenu .nav:first-child > li ul li.cpd-link, #submenu .nav:first-child > li #user_menu ul li.cpd-link, #user_menu .nav--blocknav li.cpd-link,
      .nav--blocknav #user_menu ul li.cpd-link, #user_menu #affwp-affiliate-dashboard-tabs li.cpd-link, #user_menu .products-summary ul li.cpd-link, .products-summary #user_menu ul li.cpd-link, #user_menu ul.products li.cpd-link,
      ul.products #user_menu ul.group__items li.cpd-link {
        vertical-align: top; }
        #user_menu .nav li.cpd-link a, #submenu .nav:first-child > li #user_menu ul li.cpd-link a, #user_menu .nav--blocknav li.cpd-link a,
        .nav--blocknav #user_menu ul li.cpd-link a, #user_menu #affwp-affiliate-dashboard-tabs li.cpd-link a, #user_menu .products-summary ul li.cpd-link a, .products-summary #user_menu ul li.cpd-link a, #user_menu ul.products li.cpd-link a,
        ul.products #user_menu ul.group__items li.cpd-link a {
          width: auto !important;
          text-decoration: none;
          color: #d4dbde; }
          #user_menu .nav li.cpd-link a:hover, #submenu .nav:first-child > li #user_menu ul li.cpd-link a:hover, #user_menu .nav--blocknav li.cpd-link a:hover,
          .nav--blocknav #user_menu ul li.cpd-link a:hover, #user_menu #affwp-affiliate-dashboard-tabs li.cpd-link a:hover, #user_menu .products-summary ul li.cpd-link a:hover, .products-summary #user_menu ul li.cpd-link a:hover, #user_menu ul.products li.cpd-link a:hover,
          ul.products #user_menu ul.group__items li.cpd-link a:hover, #user_menu .nav li.cpd-link a:active, #submenu .nav:first-child > li #user_menu ul li.cpd-link a:active, #user_menu .nav--blocknav li.cpd-link a:active,
          .nav--blocknav #user_menu ul li.cpd-link a:active, #user_menu #affwp-affiliate-dashboard-tabs li.cpd-link a:active, #user_menu .products-summary ul li.cpd-link a:active, .products-summary #user_menu ul li.cpd-link a:active, #user_menu ul.products li.cpd-link a:active,
          ul.products #user_menu ul.group__items li.cpd-link a:active, #user_menu .nav li.cpd-link a:focus, #submenu .nav:first-child > li #user_menu ul li.cpd-link a:focus, #user_menu .nav--blocknav li.cpd-link a:focus,
          .nav--blocknav #user_menu ul li.cpd-link a:focus, #user_menu #affwp-affiliate-dashboard-tabs li.cpd-link a:focus, #user_menu .products-summary ul li.cpd-link a:focus, .products-summary #user_menu ul li.cpd-link a:focus, #user_menu ul.products li.cpd-link a:focus,
          ul.products #user_menu ul.group__items li.cpd-link a:focus {
            color: #72b4c8; }
    #user_menu .nav a, #user_menu #submenu .nav:first-child > li ul a, #submenu .nav:first-child > li #user_menu ul a, #user_menu .nav--blocknav a,
    .nav--blocknav #user_menu ul a, #user_menu #affwp-affiliate-dashboard-tabs a, #user_menu .products-summary ul a, .products-summary #user_menu ul a, #user_menu ul.products a,
    ul.products #user_menu ul.group__items a {
      text-align: center; }
    #user_menu .nav a, #user_menu #submenu .nav:first-child > li ul a, #submenu .nav:first-child > li #user_menu ul a, #user_menu .nav--blocknav a,
    .nav--blocknav #user_menu ul a, #user_menu #affwp-affiliate-dashboard-tabs a, #user_menu .products-summary ul a, .products-summary #user_menu ul a, #user_menu ul.products a,
    ul.products #user_menu ul.group__items a,
    #user_menu .nav .nav__icon,
    #user_menu #submenu .nav:first-child > li ul .nav__icon, #submenu .nav:first-child > li
    #user_menu ul .nav__icon,
    #user_menu .nav--blocknav .nav__icon,
    .nav--blocknav
    #user_menu ul .nav__icon,
    #user_menu #affwp-affiliate-dashboard-tabs .nav__icon,
    #user_menu .products-summary ul .nav__icon, .products-summary
    #user_menu ul .nav__icon,
    #user_menu ul.products .nav__icon,
    ul.products
    #user_menu ul.group__items .nav__icon,
    #user_menu .nav .ico,
    #user_menu #submenu .nav:first-child > li ul .ico, #submenu .nav:first-child > li
    #user_menu ul .ico,
    #user_menu .nav--blocknav .ico,
    .nav--blocknav
    #user_menu ul .ico,
    #user_menu #affwp-affiliate-dashboard-tabs .ico,
    #user_menu .products-summary ul .ico, .products-summary
    #user_menu ul .ico,
    #user_menu ul.products .ico,
    ul.products
    #user_menu ul.group__items .ico {
      width: 45px !important;
      height: 45px !important;
      color: #d4dbde;
      font-size: 16px;
      text-decoration: none;
      transition: color 0.4s; }
    #user_menu .nav a:hover, #user_menu #submenu .nav:first-child > li ul a:hover, #submenu .nav:first-child > li #user_menu ul a:hover, #user_menu .nav--blocknav a:hover,
    .nav--blocknav #user_menu ul a:hover, #user_menu #affwp-affiliate-dashboard-tabs a:hover, #user_menu .products-summary ul a:hover, .products-summary #user_menu ul a:hover, #user_menu ul.products a:hover,
    ul.products #user_menu ul.group__items a:hover,
    #user_menu .nav a:active,
    #user_menu #submenu .nav:first-child > li ul a:active, #submenu .nav:first-child > li
    #user_menu ul a:active,
    #user_menu .nav--blocknav a:active,
    .nav--blocknav
    #user_menu ul a:active,
    #user_menu #affwp-affiliate-dashboard-tabs a:active,
    #user_menu .products-summary ul a:active, .products-summary
    #user_menu ul a:active,
    #user_menu ul.products a:active,
    ul.products
    #user_menu ul.group__items a:active {
      color: #4da0ba; }
      #user_menu .nav a:hover .ico--account, #submenu .nav:first-child > li #user_menu ul a:hover .ico--account, #user_menu .nav--blocknav a:hover .ico--account,
      .nav--blocknav #user_menu ul a:hover .ico--account, #user_menu #affwp-affiliate-dashboard-tabs a:hover .ico--account, #user_menu .products-summary ul a:hover .ico--account, .products-summary #user_menu ul a:hover .ico--account, #user_menu ul.products a:hover .ico--account,
      ul.products #user_menu ul.group__items a:hover .ico--account,
      #user_menu .nav a:active .ico--account, #submenu .nav:first-child > li
      #user_menu ul a:active .ico--account,
      #user_menu .nav--blocknav a:active .ico--account,
      .nav--blocknav
      #user_menu ul a:active .ico--account,
      #user_menu #affwp-affiliate-dashboard-tabs a:active .ico--account,
      #user_menu .products-summary ul a:active .ico--account, .products-summary
      #user_menu ul a:active .ico--account,
      #user_menu ul.products a:active .ico--account,
      ul.products
      #user_menu ul.group__items a:active .ico--account {
        color: #72b4c8; }
      #user_menu .nav a:hover .ico--logout, #submenu .nav:first-child > li #user_menu ul a:hover .ico--logout, #user_menu .nav--blocknav a:hover .ico--logout,
      .nav--blocknav #user_menu ul a:hover .ico--logout, #user_menu #affwp-affiliate-dashboard-tabs a:hover .ico--logout, #user_menu .products-summary ul a:hover .ico--logout, .products-summary #user_menu ul a:hover .ico--logout, #user_menu ul.products a:hover .ico--logout,
      ul.products #user_menu ul.group__items a:hover .ico--logout,
      #user_menu .nav a:active .ico--logout, #submenu .nav:first-child > li
      #user_menu ul a:active .ico--logout,
      #user_menu .nav--blocknav a:active .ico--logout,
      .nav--blocknav
      #user_menu ul a:active .ico--logout,
      #user_menu #affwp-affiliate-dashboard-tabs a:active .ico--logout,
      #user_menu .products-summary ul a:active .ico--logout, .products-summary
      #user_menu ul a:active .ico--logout,
      #user_menu ul.products a:active .ico--logout,
      ul.products
      #user_menu ul.group__items a:active .ico--logout {
        color: #72b4c8; }
  #user_menu #lang_sel {
    text-align: left; }
    #user_menu #lang_sel ul ul,
    #user_menu #lang_sel li {
      width: 130px; }
    #user_menu #lang_sel a.lang_sel_sel {
      border-radius: 5px; }
  #user_menu #lang_sel_list {
    display: inline-block;
    font-family: sans-serif;
    position: relative; }
    #user_menu #lang_sel_list ul {
      border: none; }
      #user_menu #lang_sel_list ul li {
        float: none;
        display: inline-block; }
        #user_menu #lang_sel_list ul li:not(:last-child) {
          margin-right: 8px !important; }

@media all and (max-height: 699px) {
  #user_menu {
    padding-top: 3px; } }

@media only screen and (max-width: 1024px) {
  #user_menu {
    padding-top: 3px; } }

body:not(.home) #menu {
  width: 76px;
  min-width: 76px;
  max-width: none;
  overflow: hidden;
  background-color: #31343e;
  position: fixed;
  left: 0;
  top: 76px;
  height: 100%;
  z-index: 7; }
  body:not(.home) #menu a {
    width: 76px;
    height: 76px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  body:not(.home) #menu li .nav__icon .ico {
    color: #525e66; }
    body:not(.home) #menu li .nav__icon .ico.ico--neuro {
      color: #72b4c8; }
    body:not(.home) #menu li .nav__icon .ico.ico--submental-fat {
      font-size: 32px; }
    body:not(.home) #menu li .nav__icon .ico.ico--essentials {
      font-size: 36px; }
    body:not(.home) #menu li .nav__icon .ico.ico--specialised {
      font-size: 34px; }
  body:not(.home) #menu li a:hover .nav__icon .ico,
  body:not(.home) #menu li a:active .nav__icon .ico {
    color: #72b4c8; }
  body:not(.home) #menu li.current-menu-item .nav__icon .ico {
    color: #fff; }

.home #menu {
  margin-top: 40px;
  width: 680px;
  max-width: 100%; }
  .home #menu a {
    display: inline-block;
    width: auto;
    text-align: left; }
    .home #menu a .nav__icon,
    .home #menu a .ico {
      transition: color 0.4s; }
    .home #menu a:hover .nav__label {
      background-color: #72b4c8;
      color: #fff; }
    .home #menu a:hover .nav__icon,
    .home #menu a:hover .ico {
      color: #72b4c8; }
  .home #menu .nav__label {
    text-transform: uppercase;
    padding: 4px 14px 5px;
    border-radius: 4px;
    vertical-align: top;
    display: inline-block;
    color: #697882;
    transition: color 0.4s linear, background-color 0.4s linear; }
  .home #menu .nav__label,
  .home #menu .nav__icon {
    vertical-align: top; }
  .home #menu li.highlight .nav__label {
    background-color: #72b4c8;
    color: #fff; }
  .home #menu li.free .nav__label {
    color: #72b4c8; }
  .home #menu li.free a {
    position: relative; }
    .home #menu li.free a:hover .nav__label {
      color: #fff; }
  .home #menu li.free a:after {
    content: "FREE";
    display: block;
    position: absolute;
    background-color: #72b4c8;
    color: #fff;
    right: -64px;
    top: 0;
    padding: 4px 14px 5px;
    border-radius: 4px; }
  .home #menu li.new .nav__label {
    color: #b588cf; }
  .home #menu li.new a {
    position: relative; }
    .home #menu li.new a:hover .nav__label {
      color: #fff;
      background-color: #b588cf; }
  .home #menu li.new a:after {
    content: "NEW";
    display: block;
    position: absolute;
    background-color: #b588cf;
    color: #fff;
    right: -64px;
    top: 24px;
    padding: 4px 14px 5px;
    border-radius: 4px; }
  .home #menu li:not(:last-child) {
    margin-bottom: 50px; }
  .home #menu li .nav__icon,
  .home #menu li .ico,
  .home #menu li .sprite,
  .home #menu li .ginput_card_security_code_icon,
  .home #menu li
  .gform_card_icon {
    width: 40px !important;
    margin-right: 10px; }
  .home #menu li .ico {
    top: 4px;
    position: relative; }
  .home #menu .nav > li, .home #menu #submenu .nav:first-child > li ul > li, #submenu .nav:first-child > li .home #menu ul > li, .home #menu .nav--blocknav > li, .home #menu
  .nav--blocknav ul > li,
  .nav--blocknav .home #menu ul > li, .home #menu #affwp-affiliate-dashboard-tabs > li, .home #menu .products-summary ul > li, .products-summary .home #menu ul > li, .home #menu ul.products > li, .home #menu
  ul.products ul.group__items > li,
  ul.products .home #menu ul.group__items > li {
    display: inline-block;
    width: 100%; }
    .home #menu .nav > li:not(.full), .home #menu #submenu .nav:first-child > li ul > li:not(.full), #submenu .nav:first-child > li .home #menu ul > li:not(.full), .home #menu .nav--blocknav > li:not(.full), .home #menu
    .nav--blocknav ul > li:not(.full),
    .nav--blocknav .home #menu ul > li:not(.full), .home #menu #affwp-affiliate-dashboard-tabs > li:not(.full), .home #menu .products-summary ul > li:not(.full), .products-summary .home #menu ul > li:not(.full), .home #menu ul.products > li:not(.full), .home #menu
    ul.products ul.group__items > li:not(.full),
    ul.products .home #menu ul.group__items > li:not(.full) {
      width: 45%;
      margin-left: 2%;
      margin-right: 2%; }
    .home #menu .nav > li.full, .home #menu #submenu .nav:first-child > li ul > li.full, #submenu .nav:first-child > li .home #menu ul > li.full, .home #menu .nav--blocknav > li.full, .home #menu
    .nav--blocknav ul > li.full,
    .nav--blocknav .home #menu ul > li.full, .home #menu #affwp-affiliate-dashboard-tabs > li.full, .home #menu .products-summary ul > li.full, .products-summary .home #menu ul > li.full, .home #menu ul.products > li.full, .home #menu
    ul.products ul.group__items > li.full,
    ul.products .home #menu ul.group__items > li.full {
      text-align: center; }

#menu {
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }
  #menu.unlocked {
    max-width: 300px; }
  #menu li a {
    text-decoration: none;
    text-align: center; }
  #menu li .nav__label,
  #menu li .nav__icon {
    display: inline-block; }
  #menu li .nav__icon,
  #menu li .sprite,
  #menu li .ginput_card_security_code_icon,
  #menu li
  .gform_card_icon,
  #menu li .ico {
    font-size: 26px;
    line-height: 1;
    color: #5d6675;
    transition: color 0.4s; }
  #menu li .nav__icon .ico.ico--info,
  #menu li .nav__icon .ico.ico--cart,
  #menu li .nav__icon .ico.ico--submental-fat,
  #menu li .nav__icon .ico.ico--submental-fat-reduction,
  #menu li .nav__icon .ico.ico--neuro {
    color: #72b4c8; }
  #menu li .nav__icon .ico.ico--neuro,
  #menu li .nav__icon .ico.ico--essentials {
    font-size: 30px; }
  #menu li .nav__icon .ico.ico--warning,
  #menu li .nav__icon .ico.ico--info,
  #menu li .nav__icon .ico.ico--about {
    font-size: 25px; }
  #menu li .nav__icon .ico.ico--cart {
    font-size: 27px; }
  #menu li a:hover .nav__label {
    color: #fff; }
  #menu li a:hover .ico,
  #menu li a:active .ico {
    color: #fff; }
  #menu li.current-menu-item .ico {
    color: #fff; }
  #menu li:not(:last-child) {
    margin-bottom: 10px; }

@media all and (max-height: 699px) {
  .home #menu li:not(:last-child) {
    margin-bottom: 30px; }
  body:not(.home) #menu {
    width: 50px;
    min-width: 50px;
    top: 50px; }
    body:not(.home) #menu a {
      max-width: 100%; } }

@media only screen and (max-width: 1024px) {
  .home #menu li:not(:last-child) {
    margin-bottom: 30px; }
  body:not(.home) #menu {
    width: 50px;
    min-width: 50px;
    top: 50px; }
    body:not(.home) #menu a {
      max-width: 100%; } }

@media only screen and (max-width: 1024px) {
  body:not(.home) #menu {
    top: 50px; }
  .home #menu {
    width: 100%;
    max-width: 400px;
    margin: 0 auto; }
    .home #menu .nav > li:not(.full), .home #menu #submenu .nav:first-child > li ul > li:not(.full), #submenu .nav:first-child > li .home #menu ul > li:not(.full), .home #menu .nav--blocknav > li:not(.full), .home #menu
    .nav--blocknav ul > li:not(.full),
    .nav--blocknav .home #menu ul > li:not(.full), .home #menu #affwp-affiliate-dashboard-tabs > li:not(.full), .home #menu .products-summary ul > li:not(.full), .products-summary .home #menu ul > li:not(.full), .home #menu ul.products > li:not(.full), .home #menu
    ul.products ul.group__items > li:not(.full),
    ul.products .home #menu ul.group__items > li:not(.full), .home #menu .nav > li.full, .home #menu #submenu .nav:first-child > li ul > li.full, #submenu .nav:first-child > li .home #menu ul > li.full, .home #menu .nav--blocknav > li.full, .home #menu
    .nav--blocknav ul > li.full,
    .nav--blocknav .home #menu ul > li.full, .home #menu #affwp-affiliate-dashboard-tabs > li.full, .home #menu .products-summary ul > li.full, .products-summary .home #menu ul > li.full, .home #menu ul.products > li.full, .home #menu
    ul.products ul.group__items > li.full,
    ul.products .home #menu ul.group__items > li.full {
      display: block;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      text-align: left; } }

@media only screen and (max-width: 570px) {
  body:not(.home) #menu {
    left: -100%;
    transition: left 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  body:not(.home).menu-open #menu {
    left: 0; }
  .home #menu li:not(:last-child) {
    margin-bottom: 30px; }
  body:not(.home) #menu {
    width: 50px;
    min-width: 50px;
    top: 50px; }
    body:not(.home) #menu a {
      max-width: 100%; }
  .home #menu {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 330px; }
    .home #menu li {
      /*
			.ico {
				mask-position: 0 50%;
			}
			.sprite {
				background-position: 0 50%;
			}
			*/ }
      .home #menu li a,
      .home #menu li .nav__icon,
      .home #menu li .ico,
      .home #menu li .sprite,
      .home #menu li .ginput_card_security_code_icon,
      .home #menu li
      .gform_card_icon {
        font-size: 50px; }
      .home #menu li.free a:after {
        top: 15px; }
    .home #menu .nav__label {
      margin-top: 15px; } }

#submenu {
  margin: 0 auto;
  width: 276px;
  min-width: 276px;
  background-color: #292d36;
  position: fixed;
  left: 76px;
  top: 76px;
  z-index: 6;
  height: 100%; }
  #submenu .nav:first-child, #submenu .nav:first-child > li ul:first-child, #submenu .nav--blocknav:first-child, #submenu
  .nav--blocknav ul:first-child,
  .nav--blocknav #submenu ul:first-child, #submenu #affwp-affiliate-dashboard-tabs:first-child, #submenu .products-summary ul:first-child, .products-summary #submenu ul:first-child, #submenu ul.products:first-child, #submenu
  ul.products ul.group__items:first-child,
  ul.products #submenu ul.group__items:first-child {
    margin-bottom: 40px; }
    #submenu .nav:first-child > li.current-menu-item > a, #submenu .nav:first-child > li ul:first-child > li.current-menu-item > a, #submenu .nav--blocknav:first-child > li.current-menu-item > a, #submenu
    .nav--blocknav ul:first-child > li.current-menu-item > a,
    .nav--blocknav #submenu ul:first-child > li.current-menu-item > a, #submenu #affwp-affiliate-dashboard-tabs:first-child > li.current-menu-item > a, #submenu .products-summary ul:first-child > li.current-menu-item > a, .products-summary #submenu ul:first-child > li.current-menu-item > a, #submenu ul.products:first-child > li.current-menu-item > a, #submenu
    ul.products ul.group__items:first-child > li.current-menu-item > a,
    ul.products #submenu ul.group__items:first-child > li.current-menu-item > a, #submenu .nav:first-child > li.collapsible--open > a, #submenu .nav:first-child > li ul:first-child > li.collapsible--open > a, #submenu .nav--blocknav:first-child > li.collapsible--open > a, #submenu
    .nav--blocknav ul:first-child > li.collapsible--open > a,
    .nav--blocknav #submenu ul:first-child > li.collapsible--open > a, #submenu #affwp-affiliate-dashboard-tabs:first-child > li.collapsible--open > a, #submenu .products-summary ul:first-child > li.collapsible--open > a, .products-summary #submenu ul:first-child > li.collapsible--open > a, #submenu ul.products:first-child > li.collapsible--open > a, #submenu
    ul.products ul.group__items:first-child > li.collapsible--open > a,
    ul.products #submenu ul.group__items:first-child > li.collapsible--open > a {
      color: #fff; }
    #submenu .nav:first-child > li.current-menu-item > a, #submenu .nav:first-child > li ul:first-child > li.current-menu-item > a, #submenu .nav--blocknav:first-child > li.current-menu-item > a, #submenu
    .nav--blocknav ul:first-child > li.current-menu-item > a,
    .nav--blocknav #submenu ul:first-child > li.current-menu-item > a, #submenu #affwp-affiliate-dashboard-tabs:first-child > li.current-menu-item > a, #submenu .products-summary ul:first-child > li.current-menu-item > a, .products-summary #submenu ul:first-child > li.current-menu-item > a, #submenu ul.products:first-child > li.current-menu-item > a, #submenu
    ul.products ul.group__items:first-child > li.current-menu-item > a,
    ul.products #submenu ul.group__items:first-child > li.current-menu-item > a {
      border-left: 2px solid #72b4c8; }
    #submenu .nav:first-child > li > a, #submenu .nav:first-child > li ul:first-child > li > a, #submenu .nav--blocknav:first-child > li > a, #submenu
    .nav--blocknav ul:first-child > li > a,
    .nav--blocknav #submenu ul:first-child > li > a, #submenu #affwp-affiliate-dashboard-tabs:first-child > li > a, #submenu .products-summary ul:first-child > li > a, .products-summary #submenu ul:first-child > li > a, #submenu ul.products:first-child > li > a, #submenu
    ul.products ul.group__items:first-child > li > a,
    ul.products #submenu ul.group__items:first-child > li > a {
      padding: 16px;
      color: #5d6675;
      text-decoration: none; }
      #submenu .nav:first-child > li > a:hover, #submenu .nav:first-child > li ul:first-child > li > a:hover, #submenu .nav--blocknav:first-child > li > a:hover, #submenu
      .nav--blocknav ul:first-child > li > a:hover,
      .nav--blocknav #submenu ul:first-child > li > a:hover, #submenu #affwp-affiliate-dashboard-tabs:first-child > li > a:hover, #submenu .products-summary ul:first-child > li > a:hover, .products-summary #submenu ul:first-child > li > a:hover, #submenu ul.products:first-child > li > a:hover, #submenu
      ul.products ul.group__items:first-child > li > a:hover,
      ul.products #submenu ul.group__items:first-child > li > a:hover {
        color: #fff; }
    #submenu .nav:first-child > li ul, #submenu .nav--blocknav:first-child > li ul, #submenu
    .nav--blocknav ul:first-child > li ul,
    .nav--blocknav #submenu ul:first-child > li ul, #submenu #affwp-affiliate-dashboard-tabs:first-child > li ul, #submenu .products-summary ul:first-child > li ul, .products-summary #submenu ul:first-child > li ul, #submenu ul.products:first-child > li ul, #submenu
    ul.products ul.group__items:first-child > li ul,
    ul.products #submenu ul.group__items:first-child > li ul {
      padding-left: 34px; }
      #submenu .nav:first-child > li ul > li:not(:last-child), #submenu .nav:first-child > li ul:first-child > li ul > li:not(:last-child), #submenu .nav--blocknav:first-child > li ul > li:not(:last-child), #submenu
      .nav--blocknav ul:first-child > li ul > li:not(:last-child),
      .nav--blocknav #submenu ul:first-child > li ul > li:not(:last-child), #submenu #affwp-affiliate-dashboard-tabs:first-child > li ul > li:not(:last-child), #submenu .products-summary ul:first-child > li ul > li:not(:last-child), .products-summary #submenu ul:first-child > li ul > li:not(:last-child), #submenu ul.products:first-child > li ul > li:not(:last-child), #submenu
      ul.products ul.group__items:first-child > li ul > li:not(:last-child),
      ul.products #submenu ul.group__items:first-child > li ul > li:not(:last-child) {
        margin-bottom: 8px; }
      #submenu .nav:first-child > li ul > li > a, #submenu .nav:first-child > li ul:first-child > li ul > li > a, #submenu .nav--blocknav:first-child > li ul > li > a, #submenu
      .nav--blocknav ul:first-child > li ul > li > a,
      .nav--blocknav #submenu ul:first-child > li ul > li > a, #submenu #affwp-affiliate-dashboard-tabs:first-child > li ul > li > a, #submenu .products-summary ul:first-child > li ul > li > a, .products-summary #submenu ul:first-child > li ul > li > a, #submenu ul.products:first-child > li ul > li > a, #submenu
      ul.products ul.group__items:first-child > li ul > li > a,
      ul.products #submenu ul.group__items:first-child > li ul > li > a {
        display: inline-block;
        text-decoration: none;
        font-size: 12px;
        padding: 6px 12px;
        border-radius: 16px;
        background-color: #292d36; }
        #submenu .nav:first-child > li ul > li > a:hover, #submenu .nav:first-child > li ul:first-child > li ul > li > a:hover, #submenu .nav--blocknav:first-child > li ul > li > a:hover, #submenu
        .nav--blocknav ul:first-child > li ul > li > a:hover,
        .nav--blocknav #submenu ul:first-child > li ul > li > a:hover, #submenu #affwp-affiliate-dashboard-tabs:first-child > li ul > li > a:hover, #submenu .products-summary ul:first-child > li ul > li > a:hover, .products-summary #submenu ul:first-child > li ul > li > a:hover, #submenu ul.products:first-child > li ul > li > a:hover, #submenu
        ul.products ul.group__items:first-child > li ul > li > a:hover,
        ul.products #submenu ul.group__items:first-child > li ul > li > a:hover, #submenu .nav:first-child > li ul > li > a:active, #submenu .nav:first-child > li ul:first-child > li ul > li > a:active, #submenu .nav--blocknav:first-child > li ul > li > a:active, #submenu
        .nav--blocknav ul:first-child > li ul > li > a:active,
        .nav--blocknav #submenu ul:first-child > li ul > li > a:active, #submenu #affwp-affiliate-dashboard-tabs:first-child > li ul > li > a:active, #submenu .products-summary ul:first-child > li ul > li > a:active, .products-summary #submenu ul:first-child > li ul > li > a:active, #submenu ul.products:first-child > li ul > li > a:active, #submenu
        ul.products ul.group__items:first-child > li ul > li > a:active,
        ul.products #submenu ul.group__items:first-child > li ul > li > a:active {
          color: #fff; }
      #submenu .nav:first-child > li ul > li.current-menu-item > a, #submenu .nav:first-child > li ul:first-child > li ul > li.current-menu-item > a, #submenu .nav--blocknav:first-child > li ul > li.current-menu-item > a, #submenu
      .nav--blocknav ul:first-child > li ul > li.current-menu-item > a,
      .nav--blocknav #submenu ul:first-child > li ul > li.current-menu-item > a, #submenu #affwp-affiliate-dashboard-tabs:first-child > li ul > li.current-menu-item > a, #submenu .products-summary ul:first-child > li ul > li.current-menu-item > a, .products-summary #submenu ul:first-child > li ul > li.current-menu-item > a, #submenu ul.products:first-child > li ul > li.current-menu-item > a, #submenu
      ul.products ul.group__items:first-child > li ul > li.current-menu-item > a,
      ul.products #submenu ul.group__items:first-child > li ul > li.current-menu-item > a {
        color: #fff;
        background-color: #1d2027; }
    #submenu .nav:first-child > li:first-child, #submenu .nav:first-child > li ul:first-child > li:first-child, #submenu .nav--blocknav:first-child > li:first-child, #submenu
    .nav--blocknav ul:first-child > li:first-child,
    .nav--blocknav #submenu ul:first-child > li:first-child, #submenu #affwp-affiliate-dashboard-tabs:first-child > li:first-child, #submenu .products-summary ul:first-child > li:first-child, .products-summary #submenu ul:first-child > li:first-child, #submenu ul.products:first-child > li:first-child, #submenu
    ul.products ul.group__items:first-child > li:first-child,
    ul.products #submenu ul.group__items:first-child > li:first-child {
      background-color: #21252e; }
      #submenu .nav:first-child > li:first-child > a, #submenu .nav:first-child > li ul:first-child > li:first-child > a, #submenu .nav--blocknav:first-child > li:first-child > a, #submenu
      .nav--blocknav ul:first-child > li:first-child > a,
      .nav--blocknav #submenu ul:first-child > li:first-child > a, #submenu #affwp-affiliate-dashboard-tabs:first-child > li:first-child > a, #submenu .products-summary ul:first-child > li:first-child > a, .products-summary #submenu ul:first-child > li:first-child > a, #submenu ul.products:first-child > li:first-child > a, #submenu
      ul.products ul.group__items:first-child > li:first-child > a,
      ul.products #submenu ul.group__items:first-child > li:first-child > a {
        padding: 30px 20px;
        color: #fff; }
    #submenu .nav:first-child > li:nth-child(2) > a, #submenu .nav:first-child > li ul:first-child > li:nth-child(2) > a, #submenu .nav--blocknav:first-child > li:nth-child(2) > a, #submenu
    .nav--blocknav ul:first-child > li:nth-child(2) > a,
    .nav--blocknav #submenu ul:first-child > li:nth-child(2) > a, #submenu #affwp-affiliate-dashboard-tabs:first-child > li:nth-child(2) > a, #submenu .products-summary ul:first-child > li:nth-child(2) > a, .products-summary #submenu ul:first-child > li:nth-child(2) > a, #submenu ul.products:first-child > li:nth-child(2) > a, #submenu
    ul.products ul.group__items:first-child > li:nth-child(2) > a,
    ul.products #submenu ul.group__items:first-child > li:nth-child(2) > a {
      padding-top: 18px; }

#submenu_scroller {
  overflow: hidden;
  position: relative; }

@media all and (max-height: 699px) {
  #submenu {
    width: 240px;
    min-width: 240px;
    top: 50px;
    left: 50px; } }

@media only screen and (max-width: 1024px) {
  #submenu {
    width: 240px;
    min-width: 240px;
    top: 50px;
    left: 50px; } }

@media only screen and (max-width: 570px) {
  #submenu {
    left: -100%;
    transition: left 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  body.menu-open #submenu {
    left: 50px; } }

#main {
  margin: 0;
  display: block;
  padding-top: 76px; }

body.user-not-logged-in #main {
  padding-top: 0 !important; }

@media all and (max-height: 699px) {
  #main {
    padding-top: 50px; } }

@media only screen and (max-width: 1024px) {
  #main {
    padding-top: 50px; } }

#page {
  margin: 0;
  display: block;
  padding-left: 352px;
  padding-top: 76px; }

body.page-template-tpl-registration #page,
body.page-template-tpl-login #page,
body.page-template-tpl-password #page,
body.home #page,
body.front-page #page,
body.user-not-logged-in #page,
body.page-template-tpl-flowplayer #page {
  padding-top: 0 !important;
  padding-left: 0 !important; }

body.page-template-tpl-about:not(.user-not-logged-in) #page,
body.page-template-tpl-why:not(.user-not-logged-in) #page,
body.page-template-tpl-terms:not(.user-not-logged-in) #page,
body.page-template-tpl-cpd-quiz:not(.user-not-logged-in) #page,
body.page-template-tpl-cpd-survey:not(.user-not-logged-in) #page,
body.page-template-tpl-my-cpd:not(.user-not-logged-in) #page,
body.page-template-tpl-buying-options:not(.user-not-logged-in) #page,
body.page-template-tpl-individual-buying-options:not(.user-not-logged-in) #page,
body.page-template-tpl-account:not(.user-not-logged-in) #page,
body.edd-checkout:not(.user-not-logged-in) #page,
body.page-template-default:not(.user-not-logged-in) #page,
body.submenu-closed:not(.user-not-logged-in) #page {
  padding-left: 76px !important; }

@media only screen and (min-width: 571px) and (max-width: 1024px) {
  #page {
    padding-left: 316px; } }

@media only screen and (max-width: 570px) {
  #page {
    padding-left: 0; }
  body.page-template-tpl-about #page,
  body.page-template-tpl-why #page,
  body.page-template-tpl-terms #page,
  body.page-template-tpl-cpd-quiz #page,
  body.page-template-tpl-cpd-survey #page,
  body.page-template-tpl-my-cpd #page,
  body.page-template-tpl-buying-options #page,
  body.page-template-tpl-individual-buying-options #page,
  body.page-template-tpl-account #page,
  body.edd-checkout #page,
  body.page-template-default #page,
  body.submenu-closed #page {
    padding-left: 0 !important; } }

#navbar {
  background-color: #fff;
  border-top: 1px solid #e0eaf2;
  box-shadow: inset 0 2px 0 -1px #f4f8fb;
  border-bottom: 1px solid #e5ecf2;
  height: 76px;
  min-height: 76px;
  padding: 16px 34px 10px 24px;
  position: fixed;
  width: 100%;
  top: 76px;
  left: 0;
  padding-left: 376px;
  z-index: 5; }
  #navbar .nav, #navbar #submenu .nav:first-child > li ul, #submenu .nav:first-child > li #navbar ul, #navbar .nav--blocknav, #navbar
  .nav--blocknav ul,
  .nav--blocknav #navbar ul, #navbar #affwp-affiliate-dashboard-tabs, #navbar .products-summary ul, .products-summary #navbar ul, #navbar ul.products, #navbar
  ul.products ul.group__items,
  ul.products #navbar ul.group__items {
    width: auto; }
    #navbar .nav li, #navbar #submenu .nav:first-child > li ul li, #submenu .nav:first-child > li #navbar ul li, #navbar .nav--blocknav li,
    .nav--blocknav #navbar ul li, #navbar #affwp-affiliate-dashboard-tabs li, #navbar .products-summary ul li, .products-summary #navbar ul li, #navbar ul.products li,
    ul.products #navbar ul.group__items li {
      position: relative;
      top: 9px;
      font-size: 12px; }
      #navbar .nav li a, #navbar #submenu .nav:first-child > li ul li a, #submenu .nav:first-child > li #navbar ul li a, #navbar .nav--blocknav li a,
      .nav--blocknav #navbar ul li a, #navbar #affwp-affiliate-dashboard-tabs li a, #navbar .products-summary ul li a, .products-summary #navbar ul li a, #navbar ul.products li a,
      ul.products #navbar ul.group__items li a, #navbar .nav li span, #navbar #submenu .nav:first-child > li ul li span, #submenu .nav:first-child > li #navbar ul li span, #navbar .nav--blocknav li span,
      .nav--blocknav #navbar ul li span, #navbar #affwp-affiliate-dashboard-tabs li span, #navbar .products-summary ul li span, .products-summary #navbar ul li span, #navbar ul.products li span,
      ul.products #navbar ul.group__items li span {
        color: #525e66;
        text-decoration: none; }
      #navbar .nav li a:hover, #submenu .nav:first-child > li #navbar ul li a:hover, #navbar .nav--blocknav li a:hover,
      .nav--blocknav #navbar ul li a:hover, #navbar #affwp-affiliate-dashboard-tabs li a:hover, #navbar .products-summary ul li a:hover, .products-summary #navbar ul li a:hover, #navbar ul.products li a:hover,
      ul.products #navbar ul.group__items li a:hover {
        color: #72b4c8; }
      #navbar .nav li a, #navbar #submenu .nav:first-child > li ul li a, #submenu .nav:first-child > li #navbar ul li a, #navbar .nav--blocknav li a,
      .nav--blocknav #navbar ul li a, #navbar #affwp-affiliate-dashboard-tabs li a, #navbar .products-summary ul li a, .products-summary #navbar ul li a, #navbar ul.products li a,
      ul.products #navbar ul.group__items li a,
      #navbar .nav li.current-menu-item span, #submenu .nav:first-child > li
      #navbar ul li.current-menu-item span,
      #navbar .nav--blocknav li.current-menu-item span,
      .nav--blocknav
      #navbar ul li.current-menu-item span,
      #navbar #affwp-affiliate-dashboard-tabs li.current-menu-item span,
      #navbar .products-summary ul li.current-menu-item span, .products-summary
      #navbar ul li.current-menu-item span,
      #navbar ul.products li.current-menu-item span,
      ul.products
      #navbar ul.group__items li.current-menu-item span {
        display: inline-block;
        margin-left: 4px;
        margin-right: 4px; }
      #navbar .nav li.current-menu-item span, #submenu .nav:first-child > li #navbar ul li.current-menu-item span, #navbar .nav--blocknav li.current-menu-item span,
      .nav--blocknav #navbar ul li.current-menu-item span, #navbar #affwp-affiliate-dashboard-tabs li.current-menu-item span, #navbar .products-summary ul li.current-menu-item span, .products-summary #navbar ul li.current-menu-item span, #navbar ul.products li.current-menu-item span,
      ul.products #navbar ul.group__items li.current-menu-item span {
        color: #72b4c8; }
      #navbar .nav li:before, #navbar #submenu .nav:first-child > li ul li:before, #submenu .nav:first-child > li #navbar ul li:before, #navbar .nav--blocknav li:before,
      .nav--blocknav #navbar ul li:before, #navbar #affwp-affiliate-dashboard-tabs li:before, #navbar .products-summary ul li:before, .products-summary #navbar ul li:before, #navbar ul.products li:before,
      ul.products #navbar ul.group__items li:before {
        content: "|"; }
      #navbar .nav li:first-child:before, #submenu .nav:first-child > li #navbar ul li:first-child:before, #navbar .nav--blocknav li:first-child:before,
      .nav--blocknav #navbar ul li:first-child:before, #navbar #affwp-affiliate-dashboard-tabs li:first-child:before, #navbar .products-summary ul li:first-child:before, .products-summary #navbar ul li:first-child:before, #navbar ul.products li:first-child:before,
      ul.products #navbar ul.group__items li:first-child:before {
        content: ""; }
  #navbar a:not(.btn):not(.gform_page_footer .gform_previous_button):not(
  .gform_page_footer .gform_next_button):not(.gform_footer .gpoll_button):not(
  .gform_wrapper .gpoll_back_button):not(.gform_fields input[type="button"]):not(
  form input[type="submit"]):not(#menu_btn):not(.edd-currency-wrap .edd-button):not(.edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save):not(
  .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset):not(#edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit):not(#edd_checkout_wrap .edd_cart_remove_item_btn):not(#edd_checkout_wrap #edd_next_button):not(#edd_checkout_wrap #edd_purchase_submit .edd-cancel a):not(#edd_checkout_wrap #edd_purchase_submit #edd-purchase-button):not(#edd_user_history tbody td a):not(
  #affwp-affiliate-dashboard table tbody td a) {
    text-decoration: none;
    color: #525e66; }
    #navbar a:not(.btn):not(.gform_page_footer .gform_previous_button):not(
    .gform_page_footer .gform_next_button):not(.gform_footer .gpoll_button):not(
    .gform_wrapper .gpoll_back_button):not(.gform_fields input[type="button"]):not(
    form input[type="submit"]):not(#menu_btn):not(.edd-currency-wrap .edd-button):not(.edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save):not(
    .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset):not(#edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit):not(#edd_checkout_wrap .edd_cart_remove_item_btn):not(#edd_checkout_wrap #edd_next_button):not(#edd_checkout_wrap #edd_purchase_submit .edd-cancel a):not(#edd_checkout_wrap #edd_purchase_submit #edd-purchase-button):not(#edd_user_history tbody td a):not(
    #affwp-affiliate-dashboard table tbody td a):hover {
      text-decoration: underline; }
    #navbar a:not(.btn):not(.gform_page_footer .gform_previous_button):not(
    .gform_page_footer .gform_next_button):not(.gform_footer .gpoll_button):not(
    .gform_wrapper .gpoll_back_button):not(.gform_fields input[type="button"]):not(
    form input[type="submit"]):not(#menu_btn):not(.edd-currency-wrap .edd-button):not(.edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save):not(
    .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset):not(#edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit):not(#edd_checkout_wrap .edd_cart_remove_item_btn):not(#edd_checkout_wrap #edd_next_button):not(#edd_checkout_wrap #edd_purchase_submit .edd-cancel a):not(#edd_checkout_wrap #edd_purchase_submit #edd-purchase-button):not(#edd_user_history tbody td a):not(
    #affwp-affiliate-dashboard table tbody td a):active {
      text-decoration: underline; }
  #navbar > .btn, .gform_page_footer #navbar > .gform_previous_button,
  .gform_page_footer #navbar > .gform_next_button, .gform_footer #navbar > .gpoll_button,
  .gform_wrapper #navbar > .gpoll_back_button, .gform_fields #navbar > input[type="button"],
  form #navbar > input[type="submit"], #navbar > #menu_btn, .edd-currency-wrap #navbar > .edd-button, .edd-currency-popup-content .edd-currency-buttons #navbar > .edd-currency-button-save,
  .edd-currency-popup-content .edd-currency-buttons #navbar > .edd-currency-button-reset, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap #navbar > .edd-submit, #edd_checkout_wrap #navbar > .edd_cart_remove_item_btn, #edd_checkout_wrap #navbar > #edd_next_button, #edd_checkout_wrap #edd_purchase_submit .edd-cancel #navbar > a, #edd_checkout_wrap #edd_purchase_submit #navbar > #edd-purchase-button, #edd_user_history tbody td #navbar > a,
  #affwp-affiliate-dashboard table tbody td #navbar > a {
    float: right; }
    #navbar > .btn:not(:last-child), .gform_page_footer #navbar > .gform_previous_button:not(:last-child),
    .gform_page_footer #navbar > .gform_next_button:not(:last-child), .gform_footer #navbar > .gpoll_button:not(:last-child),
    .gform_wrapper #navbar > .gpoll_back_button:not(:last-child), .gform_fields #navbar > input[type="button"]:not(:last-child),
    form #navbar > input[type="submit"]:not(:last-child), #navbar > #menu_btn:not(:last-child), .edd-currency-wrap #navbar > .edd-button:not(:last-child), .edd-currency-popup-content .edd-currency-buttons #navbar > .edd-currency-button-save:not(:last-child),
    .edd-currency-popup-content .edd-currency-buttons #navbar > .edd-currency-button-reset:not(:last-child), #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap #navbar > .edd-submit:not(:last-child), #edd_checkout_wrap #navbar > .edd_cart_remove_item_btn:not(:last-child), #edd_checkout_wrap #navbar > #edd_next_button:not(:last-child), #edd_checkout_wrap #edd_purchase_submit .edd-cancel #navbar > a:not(:last-child), #edd_checkout_wrap #edd_purchase_submit #navbar > #edd-purchase-button:not(:last-child), #edd_user_history tbody td #navbar > a:not(:last-child),
    #affwp-affiliate-dashboard table tbody td #navbar > a:not(:last-child) {
      margin-left: 10px; }

body.page-template-tpl-about #navbar,
body.page-template-tpl-why #navbar,
body.page-template-tpl-terms #navbar,
body.page-template-tpl-cpd-quiz #navbar,
body.page-template-tpl-cpd-survey #navbar,
body.page-template-tpl-my-cpd #navbar,
body.page-template-tpl-buying-options #navbar,
body.page-template-tpl-individual-buying-options #navbar,
body.page-template-tpl-account #navbar,
body.edd-checkout #navbar,
body.page-template-default #navbar,
body.submenu-closed #navbar {
  padding-left: 100px; }

#back_btn,
#submenu_toggle,
#navbar .nav,
#navbar #submenu .nav:first-child > li ul, #submenu .nav:first-child > li
#navbar ul,
#navbar .nav--blocknav,
#navbar
.nav--blocknav ul,
.nav--blocknav
#navbar ul,
#navbar #affwp-affiliate-dashboard-tabs,
#navbar .products-summary ul, .products-summary
#navbar ul,
#navbar ul.products,
#navbar
ul.products ul.group__items,
ul.products
#navbar ul.group__items {
  float: left !important; }

#back_btn,
#submenu_toggle {
  position: relative;
  top: 4px;
  margin-right: 12px;
  padding: 0; }
  #back_btn,
  #back_btn .btn__icon,
  #submenu_toggle,
  #submenu_toggle .btn__icon {
    width: 34px !important;
    height: 34px !important; }
  #back_btn .btn__icon,
  #submenu_toggle .btn__icon {
    transition: color 0.4s;
    border-radius: 50%;
    text-align: center; }
  #back_btn .ico,
  #submenu_toggle .ico {
    position: relative;
    left: -1px;
    top: -1px; }
  #back_btn.toggle .btn__icon,
  #submenu_toggle.toggle .btn__icon {
    left: 0; }
  #back_btn.toggle .ico:after,
  #submenu_toggle.toggle .ico:after {
    content: ""; }

#buying_options_btn {
  top: 6px;
  float: right; }
  #buying_options_btn .btn__icon,
  #buying_options_btn .ico {
    width: 20px !important;
    font-size: 18px !important; }
  #buying_options_btn .btn__icon {
    position: relative;
    top: 4px;
    margin-right: 5px;
    left: -5px; }

#purchases_btn .btn__icon,
#currency_btn .btn__icon {
  position: relative;
  top: 4px;
  left: -5px; }

@media all and (max-height: 699px) {
  #navbar {
    top: 50px; } }

@media only screen and (max-width: 1024px) {
  #navbar {
    top: 50px; } }

@media only screen and (min-width: 571px) and (max-width: 1024px) {
  #navbar {
    padding-left: 314px; }
  body.page-template-tpl-about #navbar,
  body.page-template-tpl-why #navbar,
  body.page-template-tpl-terms #navbar,
  body.page-template-tpl-cpd-quiz #navbar,
  body.page-template-tpl-cpd-survey #navbar,
  body.page-template-tpl-my-cpd #navbar,
  body.page-template-tpl-buying-options #navbar,
  body.page-template-tpl-individual-buying-options #navbar,
  body.page-template-tpl-account #navbar,
  body.edd-checkout #navbar,
  body.page-template-default #navbar,
  body.submenu-closed #navbar {
    padding-left: 74px; }
  #buying_options_btn .btn__icon {
    top: 0; } }

@media only screen and (max-width: 570px) {
  #navbar {
    height: 75px;
    min-height: 75px;
    padding: 10px;
    line-height: 1.5; }
    #navbar #submenu_toggle {
      display: none !important; }
    #navbar .nav, #navbar #submenu .nav:first-child > li ul, #submenu .nav:first-child > li #navbar ul, #navbar .nav--blocknav, #navbar
    .nav--blocknav ul,
    .nav--blocknav #navbar ul, #navbar #affwp-affiliate-dashboard-tabs, #navbar .products-summary ul, .products-summary #navbar ul, #navbar ul.products, #navbar
    ul.products ul.group__items,
    ul.products #navbar ul.group__items {
      max-width: 80%; }
  #purchases_btn,
  #currency_btn,
  #buying_options_btn {
    top: 6px;
    padding: 10px;
    line-height: 1;
    border-radius: 3px;
    margin-top: 5px; }
    #purchases_btn .btn__icon,
    #currency_btn .btn__icon,
    #buying_options_btn .btn__icon {
      position: relative;
      top: 1px;
      left: -1px;
      margin: 0; }
    #purchases_btn .btn__label,
    #currency_btn .btn__label,
    #buying_options_btn .btn__label {
      border: 0 !important;
      clip: rect(0 0 0 0) !important;
      height: 1px !important;
      margin: -1px !important;
      overflow: hidden !important;
      padding: 0 !important;
      position: absolute !important;
      width: 1px !important; }
  #currency_btn {
    padding-top: 13px; }
    #currency_btn .btn__icon {
      top: 0;
      left: 0; }
  body.page-template-tpl-about #navbar,
  body.page-template-tpl-why #navbar,
  body.page-template-tpl-terms #navbar,
  body.page-template-tpl-cpd-quiz #navbar,
  body.page-template-tpl-cpd-survey #navbar,
  body.page-template-tpl-my-cpd #navbar,
  body.page-template-tpl-buying-options #navbar,
  body.page-template-tpl-individual-buying-options #navbar,
  body.page-template-tpl-account #navbar,
  body.edd-checkout #navbar,
  body.page-template-default #navbar,
  body.submenu-closed #navbar {
    padding-left: 10px; } }

.nav--blocknav .message {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  border: 2px solid #72b4c8;
  color: #72b4c8;
  font-size: 1.1em;
  text-align: center;
  border-radius: 5px; }
  .nav--blocknav .message.message--cpd {
    border-color: #b588cf;
    color: #b588cf; }
    .nav--blocknav .message.message--cpd.cpd-completed {
      border-color: #7cc576;
      color: #7cc576; }
    .nav--blocknav .message.message--cpd .sprite, .nav--blocknav .message.message--cpd .ginput_card_security_code_icon, .nav--blocknav .message.message--cpd
    .gform_card_icon {
      position: relative;
      top: 8px; }
    .nav--blocknav .message.message--cpd a.ico {
      position: relative;
      margin-left: 8px;
      top: 6px;
      transform: scale(0.8);
      background-color: #b588cf; }

.nav--blocknav a {
  text-decoration: none;
  color: #525e66;
  display: block;
  background-color: #fff;
  padding: 0;
  border: 1px solid white;
  transition: border-color 0.4s linear, box-shadow 0.4s linear;
  box-shadow: 0 1px 0 0 #d5e3ee; }
  .nav--blocknav a:hover {
    border-color: #d9e1e7;
    box-shadow: 0 1px 0 0 #d5e3ee, inset 0 0 20px 10px #f3f9fa; }
  .nav--blocknav a strong,
  .nav--blocknav a span {
    display: block; }

.nav--blocknav > li:not(:last-child) {
  margin-bottom: 10px; }

.nav--blocknav > li {
  position: relative;
  overflow: hidden; }
  .nav--blocknav > li ul {
    padding-left: 70px;
    margin: 14px 14px 4px 0;
    position: relative; }
    .nav--blocknav > li ul li {
      margin-bottom: 3px;
      position: relative; }
      .nav--blocknav > li ul li:before {
        display: block;
        content: "";
        width: 100%;
        position: absolute;
        height: 1px;
        border-bottom: 2px solid #d4dbde;
        left: -35px;
        top: 50%;
        z-index: 1;
        opacity: 0; }
    .nav--blocknav > li ul a {
      padding: 20px 50px;
      position: relative;
      z-index: 2; }
    .nav--blocknav > li ul:before {
      display: block;
      content: "";
      width: 1px;
      position: absolute;
      height: 100%;
      border-left: 2px solid #d4dbde;
      left: 35px;
      bottom: 32px;
      z-index: 1;
      opacity: 0; }
  .nav--blocknav > li > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
    z-index: 2; }
    .nav--blocknav > li > a .nav__icon,
    .nav--blocknav > li > a .ico {
      width: 116px;
      min-width: 116px;
      height: 130px;
      min-height: 130px; }
    .nav--blocknav > li > a .ico {
      color: #72b4c8;
      position: relative;
      left: 30px;
      top: 30px; }
    .nav--blocknav > li > a .nav__label {
      -ms-flex: 1;
      flex: 1;
      padding: 20px 130px 30px 0; }
      .nav--blocknav > li > a .nav__label strong {
        margin-bottom: 6px; }

.nav--blocknav.nav--blocknav-tree ul:before,
.nav--blocknav.nav--blocknav-tree ul li:before,
.nav--blocknav > li.collapsible--open ul:before,
.nav--blocknav > li.collapsible--open ul li:before {
  transition: opacity 0.4s linear;
  opacity: 1; }

html.ie10 .nav--blocknav > li > a {
  display: block;
  height: auto;
  padding-left: 116px; }
  html.ie10 .nav--blocknav > li > a .nav__icon {
    position: absolute;
    top: 0;
    left: 0; }

@media only screen and (max-width: 570px) {
  .nav--blocknav > li ul {
    padding-left: 20px;
    margin-right: 0; }
    .nav--blocknav > li ul:before {
      left: 0;
      bottom: 25px; }
    .nav--blocknav > li ul a {
      padding: 15px 20px; }
  .nav--blocknav > li > a .nav__icon {
    margin-top: 15px; }
  .nav--blocknav > li > a .nav__icon,
  .nav--blocknav > li > a .sprite,
  .nav--blocknav > li > a .ginput_card_security_code_icon,
  .nav--blocknav > li > a
  .gform_card_icon,
  .nav--blocknav > li > a .ico {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px; }
  .nav--blocknav > li > a .sprite, .nav--blocknav > li > a .ginput_card_security_code_icon, .nav--blocknav > li > a
  .gform_card_icon,
  .nav--blocknav > li > a .ico {
    background-position: 50%;
    -webkit-mask-position: 50%;
    mask-position: 50%;
    background-size: 40px;
    -webkit-mask-size: 40px;
    mask-size: 40px; }
  .nav--blocknav > li > a .nav__label {
    padding: 15px 20px 20px 0; }
    .nav--blocknav > li > a .nav__label strong {
      line-height: 1.2; }
    .nav--blocknav > li > a .nav__label span {
      font-size: 12px; } }

#single section:not(:first-of-type) {
  display: none; }

.nav--tabs, #affwp-affiliate-dashboard-tabs {
  margin-bottom: 30px; }
  .nav--tabs li:not(:last-child), #affwp-affiliate-dashboard-tabs li:not(:last-child) {
    margin-right: 10px; }
  .nav--tabs .ico, #affwp-affiliate-dashboard-tabs .ico {
    width: 20px;
    height: 20px;
    font-size: 20px; }
  .nav--tabs a, #affwp-affiliate-dashboard-tabs a {
    background-color: #d4dbde;
    text-align: center;
    padding: 6px 13px 4px;
    border-radius: 20px;
    transition: background-color 0.4s linear;
    line-height: 1;
    color: #fff;
    text-decoration: none; }
    .nav--tabs a:hover, #affwp-affiliate-dashboard-tabs a:hover {
      background-color: #b7c3c8; }
    .nav--tabs a:active, #affwp-affiliate-dashboard-tabs a:active {
      background-color: #a9b7bd; }
  .nav--tabs li.active a, #affwp-affiliate-dashboard-tabs li.active a,
  .nav--tabs li.current-menu-item a, #affwp-affiliate-dashboard-tabs li.current-menu-item a {
    background-color: #72b4c8; }

.message-bar {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 2px solid #72b4c8;
  color: #72b4c8;
  font-size: 1.3em;
  text-align: center;
  border-radius: 5px; }
  .message-bar.message-bar--new, .message-bar.message-bar--cpd {
    border-color: #b588cf;
    color: #b588cf; }
  .message-bar.message-bar--cpd .grid__item {
    margin-bottom: 0; }
  .message-bar.message-bar--cpd .message-bar__content span {
    font-size: 20px;
    line-height: 40px; }
  .message-bar.message-bar--cpd .btn, .message-bar.message-bar--cpd .gform_page_footer .gform_previous_button, .gform_page_footer .message-bar.message-bar--cpd .gform_previous_button, .message-bar.message-bar--cpd
  .gform_page_footer .gform_next_button,
  .gform_page_footer .message-bar.message-bar--cpd .gform_next_button, .message-bar.message-bar--cpd .gform_footer .gpoll_button, .gform_footer .message-bar.message-bar--cpd .gpoll_button, .message-bar.message-bar--cpd
  .gform_wrapper .gpoll_back_button,
  .gform_wrapper .message-bar.message-bar--cpd .gpoll_back_button, .message-bar.message-bar--cpd .gform_fields input[type="button"], .gform_fields .message-bar.message-bar--cpd input[type="button"], .message-bar.message-bar--cpd
  form input[type="submit"],
  form .message-bar.message-bar--cpd input[type="submit"], .message-bar.message-bar--cpd #menu_btn, .message-bar.message-bar--cpd .edd-currency-wrap .edd-button, .edd-currency-wrap .message-bar.message-bar--cpd .edd-button, .message-bar.message-bar--cpd .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save, .edd-currency-popup-content .edd-currency-buttons .message-bar.message-bar--cpd .edd-currency-button-save, .message-bar.message-bar--cpd
  .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset,
  .edd-currency-popup-content .edd-currency-buttons .message-bar.message-bar--cpd .edd-currency-button-reset, .message-bar.message-bar--cpd #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .message-bar.message-bar--cpd .edd-submit, .message-bar.message-bar--cpd #edd_checkout_wrap .edd_cart_remove_item_btn, #edd_checkout_wrap .message-bar.message-bar--cpd .edd_cart_remove_item_btn, .message-bar.message-bar--cpd #edd_checkout_wrap #edd_next_button, #edd_checkout_wrap .message-bar.message-bar--cpd #edd_next_button, .message-bar.message-bar--cpd #edd_checkout_wrap #edd_purchase_submit .edd-cancel a, #edd_checkout_wrap #edd_purchase_submit .edd-cancel .message-bar.message-bar--cpd a, .message-bar.message-bar--cpd #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button, #edd_checkout_wrap #edd_purchase_submit .message-bar.message-bar--cpd #edd-purchase-button, .message-bar.message-bar--cpd #edd_user_history tbody td a, #edd_user_history tbody td .message-bar.message-bar--cpd a, .message-bar.message-bar--cpd
  #affwp-affiliate-dashboard table tbody td a,
  #affwp-affiliate-dashboard table tbody td .message-bar.message-bar--cpd a {
    background-color: #b588cf; }
    .message-bar.message-bar--cpd .btn:hover, .message-bar.message-bar--cpd .gform_page_footer .gform_previous_button:hover, .gform_page_footer .message-bar.message-bar--cpd .gform_previous_button:hover, .message-bar.message-bar--cpd
    .gform_page_footer .gform_next_button:hover,
    .gform_page_footer .message-bar.message-bar--cpd .gform_next_button:hover, .message-bar.message-bar--cpd .gform_footer .gpoll_button:hover, .gform_footer .message-bar.message-bar--cpd .gpoll_button:hover, .message-bar.message-bar--cpd
    .gform_wrapper .gpoll_back_button:hover,
    .gform_wrapper .message-bar.message-bar--cpd .gpoll_back_button:hover, .message-bar.message-bar--cpd .gform_fields input[type="button"]:hover, .gform_fields .message-bar.message-bar--cpd input[type="button"]:hover, .message-bar.message-bar--cpd
    form input[type="submit"]:hover,
    form .message-bar.message-bar--cpd input[type="submit"]:hover, .message-bar.message-bar--cpd #menu_btn:hover, .message-bar.message-bar--cpd .edd-currency-wrap .edd-button:hover, .edd-currency-wrap .message-bar.message-bar--cpd .edd-button:hover, .message-bar.message-bar--cpd .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save:hover, .edd-currency-popup-content .edd-currency-buttons .message-bar.message-bar--cpd .edd-currency-button-save:hover, .message-bar.message-bar--cpd
    .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset:hover,
    .edd-currency-popup-content .edd-currency-buttons .message-bar.message-bar--cpd .edd-currency-button-reset:hover, .message-bar.message-bar--cpd #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit:hover, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .message-bar.message-bar--cpd .edd-submit:hover, .message-bar.message-bar--cpd #edd_checkout_wrap .edd_cart_remove_item_btn:hover, #edd_checkout_wrap .message-bar.message-bar--cpd .edd_cart_remove_item_btn:hover, .message-bar.message-bar--cpd #edd_checkout_wrap #edd_next_button:hover, #edd_checkout_wrap .message-bar.message-bar--cpd #edd_next_button:hover, .message-bar.message-bar--cpd #edd_checkout_wrap #edd_purchase_submit .edd-cancel a:hover, #edd_checkout_wrap #edd_purchase_submit .edd-cancel .message-bar.message-bar--cpd a:hover, .message-bar.message-bar--cpd #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button:hover, #edd_checkout_wrap #edd_purchase_submit .message-bar.message-bar--cpd #edd-purchase-button:hover, .message-bar.message-bar--cpd #edd_user_history tbody td a:hover, #edd_user_history tbody td .message-bar.message-bar--cpd a:hover, .message-bar.message-bar--cpd
    #affwp-affiliate-dashboard table tbody td a:hover,
    #affwp-affiliate-dashboard table tbody td .message-bar.message-bar--cpd a:hover, .message-bar.message-bar--cpd .btn:focus, .message-bar.message-bar--cpd .gform_page_footer .gform_previous_button:focus, .gform_page_footer .message-bar.message-bar--cpd .gform_previous_button:focus, .message-bar.message-bar--cpd
    .gform_page_footer .gform_next_button:focus,
    .gform_page_footer .message-bar.message-bar--cpd .gform_next_button:focus, .message-bar.message-bar--cpd .gform_footer .gpoll_button:focus, .gform_footer .message-bar.message-bar--cpd .gpoll_button:focus, .message-bar.message-bar--cpd
    .gform_wrapper .gpoll_back_button:focus,
    .gform_wrapper .message-bar.message-bar--cpd .gpoll_back_button:focus, .message-bar.message-bar--cpd .gform_fields input[type="button"]:focus, .gform_fields .message-bar.message-bar--cpd input[type="button"]:focus, .message-bar.message-bar--cpd
    form input[type="submit"]:focus,
    form .message-bar.message-bar--cpd input[type="submit"]:focus, .message-bar.message-bar--cpd #menu_btn:focus, .message-bar.message-bar--cpd .edd-currency-wrap .edd-button:focus, .edd-currency-wrap .message-bar.message-bar--cpd .edd-button:focus, .message-bar.message-bar--cpd .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save:focus, .edd-currency-popup-content .edd-currency-buttons .message-bar.message-bar--cpd .edd-currency-button-save:focus, .message-bar.message-bar--cpd
    .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset:focus,
    .edd-currency-popup-content .edd-currency-buttons .message-bar.message-bar--cpd .edd-currency-button-reset:focus, .message-bar.message-bar--cpd #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit:focus, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .message-bar.message-bar--cpd .edd-submit:focus, .message-bar.message-bar--cpd #edd_checkout_wrap .edd_cart_remove_item_btn:focus, #edd_checkout_wrap .message-bar.message-bar--cpd .edd_cart_remove_item_btn:focus, .message-bar.message-bar--cpd #edd_checkout_wrap #edd_next_button:focus, #edd_checkout_wrap .message-bar.message-bar--cpd #edd_next_button:focus, .message-bar.message-bar--cpd #edd_checkout_wrap #edd_purchase_submit .edd-cancel a:focus, #edd_checkout_wrap #edd_purchase_submit .edd-cancel .message-bar.message-bar--cpd a:focus, .message-bar.message-bar--cpd #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button:focus, #edd_checkout_wrap #edd_purchase_submit .message-bar.message-bar--cpd #edd-purchase-button:focus, .message-bar.message-bar--cpd #edd_user_history tbody td a:focus, #edd_user_history tbody td .message-bar.message-bar--cpd a:focus, .message-bar.message-bar--cpd
    #affwp-affiliate-dashboard table tbody td a:focus,
    #affwp-affiliate-dashboard table tbody td .message-bar.message-bar--cpd a:focus, .message-bar.message-bar--cpd .btn:active, .message-bar.message-bar--cpd .gform_page_footer .gform_previous_button:active, .gform_page_footer .message-bar.message-bar--cpd .gform_previous_button:active, .message-bar.message-bar--cpd
    .gform_page_footer .gform_next_button:active,
    .gform_page_footer .message-bar.message-bar--cpd .gform_next_button:active, .message-bar.message-bar--cpd .gform_footer .gpoll_button:active, .gform_footer .message-bar.message-bar--cpd .gpoll_button:active, .message-bar.message-bar--cpd
    .gform_wrapper .gpoll_back_button:active,
    .gform_wrapper .message-bar.message-bar--cpd .gpoll_back_button:active, .message-bar.message-bar--cpd .gform_fields input[type="button"]:active, .gform_fields .message-bar.message-bar--cpd input[type="button"]:active, .message-bar.message-bar--cpd
    form input[type="submit"]:active,
    form .message-bar.message-bar--cpd input[type="submit"]:active, .message-bar.message-bar--cpd #menu_btn:active, .message-bar.message-bar--cpd .edd-currency-wrap .edd-button:active, .edd-currency-wrap .message-bar.message-bar--cpd .edd-button:active, .message-bar.message-bar--cpd .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save:active, .edd-currency-popup-content .edd-currency-buttons .message-bar.message-bar--cpd .edd-currency-button-save:active, .message-bar.message-bar--cpd
    .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset:active,
    .edd-currency-popup-content .edd-currency-buttons .message-bar.message-bar--cpd .edd-currency-button-reset:active, .message-bar.message-bar--cpd #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit:active, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .message-bar.message-bar--cpd .edd-submit:active, .message-bar.message-bar--cpd #edd_checkout_wrap .edd_cart_remove_item_btn:active, #edd_checkout_wrap .message-bar.message-bar--cpd .edd_cart_remove_item_btn:active, .message-bar.message-bar--cpd #edd_checkout_wrap #edd_next_button:active, #edd_checkout_wrap .message-bar.message-bar--cpd #edd_next_button:active, .message-bar.message-bar--cpd #edd_checkout_wrap #edd_purchase_submit .edd-cancel a:active, #edd_checkout_wrap #edd_purchase_submit .edd-cancel .message-bar.message-bar--cpd a:active, .message-bar.message-bar--cpd #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button:active, #edd_checkout_wrap #edd_purchase_submit .message-bar.message-bar--cpd #edd-purchase-button:active, .message-bar.message-bar--cpd #edd_user_history tbody td a:active, #edd_user_history tbody td .message-bar.message-bar--cpd a:active, .message-bar.message-bar--cpd
    #affwp-affiliate-dashboard table tbody td a:active,
    #affwp-affiliate-dashboard table tbody td .message-bar.message-bar--cpd a:active {
      background-color: #9e64c0; }
  .message-bar.message-bar--cpd.cpd-completed {
    border-color: #7cc576;
    color: #7cc576; }
  .message-bar.message-bar--cpd .sprite, .message-bar.message-bar--cpd .ginput_card_security_code_icon, .message-bar.message-bar--cpd
  .gform_card_icon {
    position: relative;
    top: 8px; }
  .message-bar.message-bar--cpd a.ico {
    position: relative;
    margin-left: 8px;
    top: 6px;
    transform: scale(0.8);
    background-color: #b588cf; }

#content {
  position: relative; }

#content article,
#wrap > article {
  padding: 50px 80px 80px; }

#content article:not(#single),
#wrap > article {
  max-width: 1060px; }

@media all and (max-height: 699px) {
  #content article,
  #wrap > article {
    padding: 30px 40px 50px; } }

@media only screen and (max-width: 1024px) {
  #content article,
  #wrap > article {
    padding: 30px 40px 50px; }
  #content article:not(#single),
  #wrap > article {
    max-width: 100%; } }

@media only screen and (max-width: 570px) {
  #content article,
  .error404 article,
  #wrap > article {
    padding: 20px 20px 50px; } }

.content-index {
  padding-bottom: 80px; }
  .content-index .content-index__item .nav__label {
    background-image: url(../images/icons/padlock.svg);
    background-repeat: no-repeat;
    background-position: 92% 50%;
    background-size: 12px; }
  .content-index .content-index__item .nav__icon,
  .content-index .content-index__item .nav__label {
    opacity: 0.4; }
  .content-index .content-index__item:hover {
    border-color: white;
    box-shadow: none; }
  .content-index .content-index__item.preview .nav__label, .content-index .content-index__item.enabled .nav__label {
    background-image: none; }
  .content-index .content-index__item.preview .nav__icon,
  .content-index .content-index__item.preview .nav__label, .content-index .content-index__item.enabled .nav__icon,
  .content-index .content-index__item.enabled .nav__label {
    opacity: 1; }
  .content-index .content-index__item.preview:hover, .content-index .content-index__item.enabled:hover {
    border-color: #d9e1e7;
    box-shadow: inset 0 0 20px 10px #f3f9fa; }

@media only screen and (max-width: 570px) {
  .content-index {
    padding-bottom: 20px; }
    .content-index .content-index__item .nav__label {
      background-position: 92% 20px;
      padding: 15px 35px 20px 0; }
    .content-index .content-index__item.preview .nav__label, .content-index .content-index__item.enabled .nav__label {
      padding: 15px 20px 20px 0; } }

.video-gallery {
  padding-bottom: 80px;
  text-align: center; }
  .video-gallery a {
    text-decoration: none; }
  .video-gallery .grid__item {
    width: 50%; }

.video-gallery__item, .video-link {
  display: block;
  background-color: #888897;
  height: 234px;
  position: relative;
  line-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  transition: opacity 0.4s linear; }
  .video-gallery__item .ico, .video-link .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    color: #fff; }
  .video-gallery__item.preview, .preview.video-link {
    cursor: default; }
    .video-gallery__item.preview .sprite, .preview.video-link .sprite, .video-gallery__item.preview .ginput_card_security_code_icon, .preview.video-link .ginput_card_security_code_icon, .video-gallery__item.preview
    .gform_card_icon, .preview.video-link
    .gform_card_icon {
      margin-left: -10px; }
  .video-gallery__item:not(.preview):hover, .video-link:not(.preview):hover {
    opacity: 0.8; }

body.page-template-tpl-flowplayer {
  background-color: #212121; }
  body.page-template-tpl-flowplayer .flowplayer {
    width: 100%;
    max-width: 1280px; }

/* custom flowplayer skin */
.flowplayer {
  width: 80%;
  background-color: #0b0b0b;
  background-size: cover;
  max-width: 640px; }

.flowplayer .fp-controls {
  background-color: #0b0b0b; }

.flowplayer .fp-timeline {
  background-color: #888897; }

.flowplayer .fp-progress {
  background-color: #72b4c8; }

.flowplayer .fp-buffer {
  background-color: #d4dbde; }

.flowplayer {
  background-image: none; }

@media only screen and (min-width: 1025px) {
  .video-gallery .grid__item {
    width: 33.333%; }
  .video-gallery__item, .video-link {
    height: 190px; } }

@media only screen and (min-width: 1300px) {
  .video-gallery .grid__item {
    width: 20%; } }

@media only screen and (min-width: 2200px) {
  .video-gallery .grid__item {
    width: 16.666%; } }

@media only screen and (min-width: 571px) and (max-width: 1024px) {
  .video-gallery .grid__item {
    width: 50%; } }

@media only screen and (max-width: 570px) {
  .video-gallery {
    padding-bottom: 20px; }
    .video-gallery .grid__item {
      width: 50%; }
  .video-gallery__item, .video-link {
    height: 150px; } }

.image-gallery {
  padding-bottom: 80px;
  text-align: center; }
  .image-gallery a {
    text-decoration: none; }
  .image-gallery .grid__item {
    width: 50%; }

.image-gallery__item {
  display: block;
  background-color: #212121;
  height: 234px;
  position: relative;
  line-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  transition: opacity 0.4s; }
  .image-gallery__item .sprite, .image-gallery__item .ginput_card_security_code_icon, .image-gallery__item
  .gform_card_icon {
    display: none; }
  .image-gallery__item:active, .image-gallery__item:hover, .image-gallery__item.active {
    opacity: 0.7; }

@media only screen and (min-width: 1025px) {
  .image-gallery .grid__item {
    width: 33.333%; }
  .image-gallery__item {
    height: 190px; } }

@media only screen and (min-width: 1300px) {
  .image-gallery .grid__item {
    width: 20%; } }

@media only screen and (min-width: 2200px) {
  .image-gallery .grid__item {
    width: 16.666%; } }

@media only screen and (min-width: 571px) and (max-width: 1024px) {
  .image-gallery .grid__item {
    width: 50%; } }

@media only screen and (max-width: 570px) {
  .image-gallery {
    padding-bottom: 20px; }
    .image-gallery .grid__item {
      width: 50%; }
  .image-gallery__item {
    height: 150px; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99942;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 1; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99943;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 99945; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 99944; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 99946;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

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

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
		 * Remove all paddings around the image on small screen
		 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.registration-main #page,
.login-main #page,
.password-main #page {
  margin: 20px auto; }

.formbox {
  width: 430px;
  min-width: 430px;
  max-width: 100%;
  min-height: 350px;
  margin: auto auto; }
  .formbox .gform_fields .gfield.gfield_html {
    font-size: 11px;
    line-height: 1.5; }

.formbox__body {
  padding: 46px 46px 60px;
  background-color: #fff; }
  .formbox__body .form-footer {
    padding-top: 20px; }
    .formbox__body .form-footer .spinner {
      margin-right: 20px;
      float: left; }
    .formbox__body .form-footer .btn, .formbox__body .form-footer .gform_page_footer .gform_previous_button, .gform_page_footer .formbox__body .form-footer .gform_previous_button, .formbox__body .form-footer
    .gform_page_footer .gform_next_button,
    .gform_page_footer .formbox__body .form-footer .gform_next_button, .formbox__body .form-footer .gform_footer .gpoll_button, .gform_footer .formbox__body .form-footer .gpoll_button, .formbox__body .form-footer
    .gform_wrapper .gpoll_back_button,
    .gform_wrapper .formbox__body .form-footer .gpoll_back_button, .formbox__body .form-footer .gform_fields input[type="button"], .gform_fields .formbox__body .form-footer input[type="button"], .formbox__body .form-footer
    form input[type="submit"],
    form .formbox__body .form-footer input[type="submit"], .formbox__body .form-footer #menu_btn, .formbox__body .form-footer .edd-currency-wrap .edd-button, .edd-currency-wrap .formbox__body .form-footer .edd-button, .formbox__body .form-footer .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save, .edd-currency-popup-content .edd-currency-buttons .formbox__body .form-footer .edd-currency-button-save, .formbox__body .form-footer
    .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset,
    .edd-currency-popup-content .edd-currency-buttons .formbox__body .form-footer .edd-currency-button-reset, .formbox__body .form-footer #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .formbox__body .form-footer .edd-submit, .formbox__body .form-footer #edd_checkout_wrap .edd_cart_remove_item_btn, #edd_checkout_wrap .formbox__body .form-footer .edd_cart_remove_item_btn, .formbox__body .form-footer #edd_checkout_wrap #edd_next_button, #edd_checkout_wrap .formbox__body .form-footer #edd_next_button, .formbox__body .form-footer #edd_checkout_wrap #edd_purchase_submit .edd-cancel a, #edd_checkout_wrap #edd_purchase_submit .edd-cancel .formbox__body .form-footer a, .formbox__body .form-footer #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button, #edd_checkout_wrap #edd_purchase_submit .formbox__body .form-footer #edd-purchase-button, .formbox__body .form-footer #edd_user_history tbody td a, #edd_user_history tbody td .formbox__body .form-footer a, .formbox__body .form-footer
    #affwp-affiliate-dashboard table tbody td a,
    #affwp-affiliate-dashboard table tbody td .formbox__body .form-footer a {
      font-size: 12px;
      margin-left: 20px;
      background-color: #28aecb; }
      .formbox__body .form-footer .btn:hover, .formbox__body .form-footer .gform_page_footer .gform_previous_button:hover, .gform_page_footer .formbox__body .form-footer .gform_previous_button:hover, .formbox__body .form-footer
      .gform_page_footer .gform_next_button:hover,
      .gform_page_footer .formbox__body .form-footer .gform_next_button:hover, .formbox__body .form-footer .gform_footer .gpoll_button:hover, .gform_footer .formbox__body .form-footer .gpoll_button:hover, .formbox__body .form-footer
      .gform_wrapper .gpoll_back_button:hover,
      .gform_wrapper .formbox__body .form-footer .gpoll_back_button:hover, .formbox__body .form-footer .gform_fields input[type="button"]:hover, .gform_fields .formbox__body .form-footer input[type="button"]:hover, .formbox__body .form-footer
      form input[type="submit"]:hover,
      form .formbox__body .form-footer input[type="submit"]:hover, .formbox__body .form-footer #menu_btn:hover, .formbox__body .form-footer .edd-currency-wrap .edd-button:hover, .edd-currency-wrap .formbox__body .form-footer .edd-button:hover, .formbox__body .form-footer .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save:hover, .edd-currency-popup-content .edd-currency-buttons .formbox__body .form-footer .edd-currency-button-save:hover, .formbox__body .form-footer
      .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset:hover,
      .edd-currency-popup-content .edd-currency-buttons .formbox__body .form-footer .edd-currency-button-reset:hover, .formbox__body .form-footer #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit:hover, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .formbox__body .form-footer .edd-submit:hover, .formbox__body .form-footer #edd_checkout_wrap .edd_cart_remove_item_btn:hover, #edd_checkout_wrap .formbox__body .form-footer .edd_cart_remove_item_btn:hover, .formbox__body .form-footer #edd_checkout_wrap #edd_next_button:hover, #edd_checkout_wrap .formbox__body .form-footer #edd_next_button:hover, .formbox__body .form-footer #edd_checkout_wrap #edd_purchase_submit .edd-cancel a:hover, #edd_checkout_wrap #edd_purchase_submit .edd-cancel .formbox__body .form-footer a:hover, .formbox__body .form-footer #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button:hover, #edd_checkout_wrap #edd_purchase_submit .formbox__body .form-footer #edd-purchase-button:hover, .formbox__body .form-footer #edd_user_history tbody td a:hover, #edd_user_history tbody td .formbox__body .form-footer a:hover, .formbox__body .form-footer
      #affwp-affiliate-dashboard table tbody td a:hover,
      #affwp-affiliate-dashboard table tbody td .formbox__body .form-footer a:hover {
        background-color: #2089a0; }
      .formbox__body .form-footer .btn:active, .formbox__body .form-footer .gform_page_footer .gform_previous_button:active, .gform_page_footer .formbox__body .form-footer .gform_previous_button:active, .formbox__body .form-footer
      .gform_page_footer .gform_next_button:active,
      .gform_page_footer .formbox__body .form-footer .gform_next_button:active, .formbox__body .form-footer .gform_footer .gpoll_button:active, .gform_footer .formbox__body .form-footer .gpoll_button:active, .formbox__body .form-footer
      .gform_wrapper .gpoll_back_button:active,
      .gform_wrapper .formbox__body .form-footer .gpoll_back_button:active, .formbox__body .form-footer .gform_fields input[type="button"]:active, .gform_fields .formbox__body .form-footer input[type="button"]:active, .formbox__body .form-footer
      form input[type="submit"]:active,
      form .formbox__body .form-footer input[type="submit"]:active, .formbox__body .form-footer #menu_btn:active, .formbox__body .form-footer .edd-currency-wrap .edd-button:active, .edd-currency-wrap .formbox__body .form-footer .edd-button:active, .formbox__body .form-footer .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save:active, .edd-currency-popup-content .edd-currency-buttons .formbox__body .form-footer .edd-currency-button-save:active, .formbox__body .form-footer
      .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset:active,
      .edd-currency-popup-content .edd-currency-buttons .formbox__body .form-footer .edd-currency-button-reset:active, .formbox__body .form-footer #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit:active, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .formbox__body .form-footer .edd-submit:active, .formbox__body .form-footer #edd_checkout_wrap .edd_cart_remove_item_btn:active, #edd_checkout_wrap .formbox__body .form-footer .edd_cart_remove_item_btn:active, .formbox__body .form-footer #edd_checkout_wrap #edd_next_button:active, #edd_checkout_wrap .formbox__body .form-footer #edd_next_button:active, .formbox__body .form-footer #edd_checkout_wrap #edd_purchase_submit .edd-cancel a:active, #edd_checkout_wrap #edd_purchase_submit .edd-cancel .formbox__body .form-footer a:active, .formbox__body .form-footer #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button:active, #edd_checkout_wrap #edd_purchase_submit .formbox__body .form-footer #edd-purchase-button:active, .formbox__body .form-footer #edd_user_history tbody td a:active, #edd_user_history tbody td .formbox__body .form-footer a:active, .formbox__body .form-footer
      #affwp-affiliate-dashboard table tbody td a:active,
      #affwp-affiliate-dashboard table tbody td .formbox__body .form-footer a:active {
        background-color: #1b778b; }
    .formbox__body .form-footer a {
      font-size: 10px;
      text-decoration: none; }
      .formbox__body .form-footer a:hover, .formbox__body .form-footer a:active {
        text-decoration: underline; }

.formbox__header h1, .formbox__header .products--bulk .item.item--large .item__title, .products--bulk .item.item--large .formbox__header .item__title {
  font-family: "Open Sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  color: #72b4c8;
  padding-right: 40px;
  position: relative; }
  .formbox__header h1:after, .formbox__header .products--bulk .item.item--large .item__title:after, .products--bulk .item.item--large .formbox__header .item__title:after {
    display: block;
    position: absolute;
    opacity: 0.4;
    width: 20px;
    height: 24px;
    right: 0;
    top: 0;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "completeface-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 12px; }

.formbox__header p {
  font-size: 11px;
  line-height: 1.5; }

.formbox__footer {
  padding-top: 12px; }
  .formbox__footer,
  .formbox__footer .grid__item,
  .formbox__footer a {
    color: #fff;
    font-size: 10px; }
  .formbox__footer a {
    text-decoration: underline; }
    .formbox__footer a:hover, .formbox__footer a:active {
      color: #525e66; }
  .formbox__footer .language-switcher-wrap {
    margin-top: 20px; }
  .formbox__footer #lang_sel_list {
    font-family: sans-serif; }
    .formbox__footer #lang_sel_list ul {
      border: none;
      width: 100%;
      text-align: center; }
      .formbox__footer #lang_sel_list ul li {
        float: none;
        display: inline-block; }
        .formbox__footer #lang_sel_list ul li:not(:last-child) {
          margin-right: 8px !important; }
  .formbox__footer #lang_sel li ul a:link, .formbox__footer #lang_sel li ul a:link:visited, .formbox__footer #lang_sel li ul a:link:hover,
  .formbox__footer #lang_sel_list ul a.lang_sel_other,
  .formbox__footer #lang_sel_list ul a.lang_sel_other:visited,
  .formbox__footer #lang_sel_list ul a.lang_sel_other:hover,
  .formbox__footer #lang_sel_list a.lang_sel_sel,
  .formbox__footer #lang_sel_list a.lang_sel_sel:visited,
  .formbox__footer #lang_sel_list a.lang_sel_sel:hover {
    background-color: transparent;
    color: #fff;
    border: none; }
  .formbox__footer #lang_sel li ul a:link:hover,
  .formbox__footer #lang_sel_list ul a.lang_sel_other:hover,
  .formbox__footer #lang_sel_list a.lang_sel_sel:hover {
    color: #495861; }

@media only screen and (max-width: 570px) {
  .formbox {
    min-width: 0;
    max-width: 90%;
    height: auto; }
  .formbox__body {
    padding: 30px 20px; }
  .formbox__footer {
    text-align: center;
    font-size: 11px; } }

body.page-template.page-template-tpl-home-affiliates #page {
  padding-left: 76px; }
  @media only screen and (max-width: 570px) {
    body.page-template.page-template-tpl-home-affiliates #page {
      padding-left: 0; } }

body.page-template.page-template-tpl-home-affiliates #navbar {
  padding-left: 150px; }
  @media only screen and (max-width: 570px) {
    body.page-template.page-template-tpl-home-affiliates #navbar {
      padding-left: 20px; } }

body.page-template.page-template-tpl-home-affiliates #content > #content_inner > article {
  max-width: 100%; }

.affiliates-logos .grid__item {
  width: 16.666%; }

.affiliates-logos__intro {
  max-width: 980px;
  margin: 0 auto 60px; }

.affiliates-logos__item {
  margin-bottom: 20px;
  text-align: center; }
  .affiliates-logos__item a {
    padding: 10px;
    background-color: #fff;
    display: block;
    text-decoration: none;
    margin-bottom: 15px;
    height: 225px;
    border-radius: 3px;
    transition: all ease .5s; }
    .affiliates-logos__item a:hover {
      box-shadow: 0 0 16px #C7C7C7; }
  .affiliates-logos__item .img-container {
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain; }
  .affiliates-logos__item p {
    padding: 0 50px; }

@media (max-width: 500px) {
  .affiliates-logos .grid__item {
    width: 100%; } }

@media only screen and (min-width: 1025px) {
  .affiliates-logos .grid__item {
    width: 25%; } }

@media only screen and (min-width: 1300px) {
  .affiliates-logos .grid__item {
    width: 16.666%; } }

@media only screen and (min-width: 2200px) {
  .affiliates-logos .grid__item {
    width: 16.666%; } }

@media only screen and (min-width: 571px) and (max-width: 1024px) {
  .affiliates-logos .grid__item {
    width: 33.333%; } }

@media only screen and (max-width: 570px) {
  .affiliates-logos .grid__item {
    width: 50%; }
  .affiliates-logos__item a {
    height: 180px; } }

#about {
  margin: 0 auto; }
  #about .grid__item:first-child .bios__item {
    border-left: none; }

.bios__item {
  padding: 0 25px 0 35px;
  border-left: 1px solid #888897; }

.bios__item-image {
  max-width: 100%;
  width: 140px;
  height: 140px;
  margin-bottom: 20px; }

.bios__item-name {
  text-transform: uppercase;
  font-size: 1.4em;
  margin-bottom: 10px; }

.bios__item-title {
  color: #72b4c8;
  font-size: 0.8em;
  margin-bottom: 20px; }

.bios__item-content {
  font-size: 0.8em;
  line-height: 1.4; }
  .bios__item-content p {
    line-height: 1.4;
    margin-bottom: 20px; }

@media only screen and (max-width: 570px) {
  .bios .grid__item:first-child .bios__item {
    border-top: none; }
  .bios__item {
    border-left: none;
    border-top: 1px solid #888897;
    padding: 25px 0 25px 0; } }

#why {
  margin: 0 auto; }

.why__title,
.why__content,
.why__video-link {
  margin-bottom: 30px; }

.why__title {
  color: #72b4c8;
  font-family: "Open Sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-align: center; }

.video-link {
  height: 280px;
  text-decoration: none;
  position: relative; }
  .video-link .ico {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.why__content ul li {
  margin-bottom: 20px; }

.why__warning {
  font-size: 12px; }

.edd-currency-wrap .styled-select {
  margin-bottom: 20px; }

.edd-currency-wrap .edd-button {
  padding-right: 24px !important;
  padding-left: 24px !important;
  font-weight: normal !important; }

.edd-currency-bottom-popup.edd-currency-popup-visible {
  background: none;
  background-color: #7cc576;
  padding: 50px 0;
  bottom: auto;
  top: 0; }
  .edd-currency-bottom-popup.edd-currency-popup-visible .edd-popup-save-msg {
    width: 95%;
    font-size: 16px; }

.edd-currency-popup-content {
  z-index: 99999 !important;
  border: none !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  color: #525e66 !important; }
  .edd-currency-popup-content .edd-currencies-select.edd-currencies-mb-select {
    display: none !important;
    width: 85% !important; }
  .edd-currency-popup-content .edd-currency-popup .edd-list-item {
    font-family: "Open Sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-weight: 400;
    font-style: normal; }
  .edd-currency-popup-content .edd-currency-popup .edd-list-item-selected,
  .edd-currency-popup-content .edd-currency-popup .edd-list-item-selected .edd-currency-code {
    background-color: #72b4c8; }
  .edd-currency-popup-content .edd-currency-popup .edd-list-item-selected:hover,
  .edd-currency-popup-content .edd-currency-popup .edd-list-item-selected:hover .edd-currency-code {
    background-color: #4393ab; }
  .edd-currency-popup-content .edd-currency-popup .edd-currency-code {
    color: #72b4c8; }
  .edd-currency-popup-content .edd-currency-header,
  .edd-currency-popup-content .edd-currency-footer {
    background-color: #fff;
    border-color: #d4dbde; }
  .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save,
  .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset {
    background: none;
    height: auto !important;
    border: none !important;
    font-weight: normal !important; }
  .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save {
    background-color: #72b4c8 !important; }
  .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset {
    background-color: #d4dbde !important; }

.edd-currency-popup-overlay {
  z-index: 99998 !important; }

#edd_checkout_wrap {
  font-family: "Open Sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 400;
  font-style: normal; }
  #edd_checkout_wrap #edd_discount_code #edd_show_discount,
  #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    border: none; }
  #edd_checkout_wrap #edd_discount_code #edd_show_discount {
    background: #495861;
    border: 1px solid #495861;
    padding: 20px;
    font-size: 16px;
    color: #fff; }
  #edd_checkout_wrap #edd_discount_code #edd-discount {
    margin-bottom: 10px; }
  #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap {
    background: #fff;
    border: 1px solid #d4dbde; }
    #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit {
      float: right; }
  #edd_checkout_wrap .edd_cart_header_row {
    display: none; }
  #edd_checkout_wrap #edd_checkout_form_wrap fieldset,
  #edd_checkout_wrap #edd_checkout_cart_form fieldset {
    border: none;
    padding: 0; }
    #edd_checkout_wrap #edd_checkout_form_wrap fieldset#edd_cc_fields,
    #edd_checkout_wrap #edd_checkout_cart_form fieldset#edd_cc_fields {
      background: #fff;
      padding: 40px;
      border: 1px solid #d4dbde; }
  #edd_checkout_wrap #edd_checkout_form_wrap input[type="text"],
  #edd_checkout_wrap #edd_checkout_form_wrap input[type="password"],
  #edd_checkout_wrap #edd_checkout_form_wrap input[type="name"],
  #edd_checkout_wrap #edd_checkout_form_wrap input[type="email"],
  #edd_checkout_wrap #edd_checkout_form_wrap input[type="url"],
  #edd_checkout_wrap #edd_checkout_form_wrap input[type="tel"],
  #edd_checkout_wrap #edd_checkout_form_wrap input[type="color"],
  #edd_checkout_wrap #edd_checkout_form_wrap input[type="number"],
  #edd_checkout_wrap #edd_checkout_form_wrap textarea,
  #edd_checkout_wrap #edd_checkout_cart_form input[type="text"],
  #edd_checkout_wrap #edd_checkout_cart_form input[type="password"],
  #edd_checkout_wrap #edd_checkout_cart_form input[type="name"],
  #edd_checkout_wrap #edd_checkout_cart_form input[type="email"],
  #edd_checkout_wrap #edd_checkout_cart_form input[type="url"],
  #edd_checkout_wrap #edd_checkout_cart_form input[type="tel"],
  #edd_checkout_wrap #edd_checkout_cart_form input[type="color"],
  #edd_checkout_wrap #edd_checkout_cart_form input[type="number"],
  #edd_checkout_wrap #edd_checkout_cart_form textarea {
    display: block;
    max-width: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #dddee0;
    color: #495861;
    padding: 6px 10px;
    height: 38px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.42857143;
    box-shadow: inset 2px 2px 5px 0 #ececec;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    cursor: default;
    border-radius: 3px; }
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="text"].placeholder,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="password"].placeholder,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="name"].placeholder,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="email"].placeholder,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="url"].placeholder,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="tel"].placeholder,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="color"].placeholder,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="number"].placeholder,
    #edd_checkout_wrap #edd_checkout_form_wrap textarea.placeholder,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="text"].placeholder,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="password"].placeholder,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="name"].placeholder,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="email"].placeholder,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="url"].placeholder,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="tel"].placeholder,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="color"].placeholder,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="number"].placeholder,
    #edd_checkout_wrap #edd_checkout_cart_form textarea.placeholder {
      color: #888897; }
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="text"]:focus,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="password"]:focus,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="name"]:focus,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="email"]:focus,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="url"]:focus,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="tel"]:focus,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="color"]:focus,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="number"]:focus,
    #edd_checkout_wrap #edd_checkout_form_wrap textarea:focus,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="text"]:focus,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="password"]:focus,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="name"]:focus,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="email"]:focus,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="url"]:focus,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="tel"]:focus,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="color"]:focus,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="number"]:focus,
    #edd_checkout_wrap #edd_checkout_cart_form textarea:focus {
      outline: none;
      border-color: #72b4c8;
      box-shadow: inset 0 1px 0px rgba(114, 180, 200, 0.05), 0 0 8px rgba(114, 180, 200, 0.05); }
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="text"]:hover,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="password"]:hover,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="name"]:hover,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="email"]:hover,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="url"]:hover,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="tel"]:hover,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="color"]:hover,
    #edd_checkout_wrap #edd_checkout_form_wrap input[type="number"]:hover,
    #edd_checkout_wrap #edd_checkout_form_wrap textarea:hover,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="text"]:hover,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="password"]:hover,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="name"]:hover,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="email"]:hover,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="url"]:hover,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="tel"]:hover,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="color"]:hover,
    #edd_checkout_wrap #edd_checkout_cart_form input[type="number"]:hover,
    #edd_checkout_wrap #edd_checkout_cart_form textarea:hover {
      cursor: text; }
  #edd_checkout_wrap #edd_checkout_form_wrap input.edd-input,
  #edd_checkout_wrap #edd_checkout_form_wrap textarea.edd-input,
  #edd_checkout_wrap #edd_checkout_form_wrap select.edd-select,
  #edd_checkout_wrap #edd_checkout_cart_form input.edd-input,
  #edd_checkout_wrap #edd_checkout_cart_form textarea.edd-input,
  #edd_checkout_wrap #edd_checkout_cart_form select.edd-select {
    width: 100%; }
  #edd_checkout_wrap #edd_checkout_form_wrap span.customSelect.edd-select-small,
  #edd_checkout_wrap #edd_checkout_form_wrap select.edd-select-small,
  #edd_checkout_wrap #edd_checkout_cart_form span.customSelect.edd-select-small,
  #edd_checkout_wrap #edd_checkout_cart_form select.edd-select-small {
    display: inline-block;
    width: 60px;
    min-width: 60px; }
  #edd_checkout_wrap #edd_checkout_form_wrap span.exp-divider,
  #edd_checkout_wrap #edd_checkout_cart_form span.exp-divider {
    vertical-align: top;
    position: relative;
    top: 12px; }
  #edd_checkout_wrap #edd_checkout_form_wrap .edd-payment-icons,
  #edd_checkout_wrap #edd_checkout_cart_form .edd-payment-icons {
    text-align: right; }
    #edd_checkout_wrap #edd_checkout_form_wrap .edd-payment-icons img.payment-icon,
    #edd_checkout_wrap #edd_checkout_cart_form .edd-payment-icons img.payment-icon {
      float: none;
      display: inline-block; }
  #edd_checkout_wrap #edd_checkout_cart td,
  #edd_checkout_wrap #edd_checkout_cart th {
    border: none;
    background: none;
    color: #525e66; }
  #edd_checkout_wrap #edd_checkout_cart tr.edd_cart_item td {
    padding: 14px 0;
    border: none;
    border-bottom: 1px solid #d4dbde; }
  #edd_checkout_wrap .edd_cart_item_name {
    text-align: left; }
  #edd_checkout_wrap .edd_cart_item_price {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    text-align: right; }
  #edd_checkout_wrap .edd_cart_actions {
    text-align: right;
    width: 150px; }
  #edd_checkout_wrap .edd_cart_total {
    padding: 30px 0 0;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: right; }
  #edd_checkout_wrap .edd_cart_amount {
    display: inline-block;
    font-size: 40px;
    margin-left: 6px; }
  #edd_checkout_wrap #edd_checkout_form_wrap #edd_payment_mode_select {
    text-align: right;
    padding-top: 30px; }
    #edd_checkout_wrap #edd_checkout_form_wrap #edd_payment_mode_select .edd-gateway-option:last-child {
      margin-right: 0; }
  #edd_checkout_wrap #edd_checkout_form_wrap #edd-payment-mode-wrap,
  #edd_checkout_wrap #edd_checkout_form_wrap #edd-payment-mode-wrap label {
    font-family: "Open Sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-weight: 400;
    font-style: normal; }
  #edd_checkout_wrap #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label {
    margin-bottom: 15px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal; }
  #edd_checkout_wrap #edd_checkout_form_wrap #edd_payment_mode_submit {
    text-align: right; }
  #edd_checkout_wrap #edd_purchase_submit {
    text-align: right;
    padding-top: 30px; }
    #edd_checkout_wrap #edd_purchase_submit .edd-cancel {
      float: left; }
      #edd_checkout_wrap #edd_purchase_submit .edd-cancel,
      #edd_checkout_wrap #edd_purchase_submit .edd-cancel a {
        display: inline-block; }
    #edd_checkout_wrap #edd_purchase_submit #edd_final_total_wrap {
      border: none;
      background: none;
      padding: 30px 0 0;
      border-top: 1px solid #d4dbde; }
      #edd_checkout_wrap #edd_purchase_submit #edd_final_total_wrap,
      #edd_checkout_wrap #edd_purchase_submit #edd_final_total_wrap strong {
        font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-style: normal; }
      #edd_checkout_wrap #edd_purchase_submit #edd_final_total_wrap .edd_cart_amount {
        font-size: 40px;
        margin-left: 6px; }

#edd_user_history,
#affwp-affiliate-dashboard table {
  border: none !important; }
  #edd_user_history th.edd_purchase_id, #edd_user_history td.edd_purchase_id,
  #affwp-affiliate-dashboard table th.edd_purchase_id,
  #affwp-affiliate-dashboard table td.edd_purchase_id {
    min-width: 70px; }
  #edd_user_history th.edd_purchase_date, #edd_user_history td.edd_purchase_date,
  #affwp-affiliate-dashboard table th.edd_purchase_date,
  #affwp-affiliate-dashboard table td.edd_purchase_date {
    min-width: 130px; }
  #edd_user_history th.edd_purchase_amount, #edd_user_history td.edd_purchase_amount,
  #affwp-affiliate-dashboard table th.edd_purchase_amount,
  #affwp-affiliate-dashboard table td.edd_purchase_amount {
    min-width: 90px; }
  #edd_user_history th.edd_purchase_details, #edd_user_history td.edd_purchase_details,
  #affwp-affiliate-dashboard table th.edd_purchase_details,
  #affwp-affiliate-dashboard table td.edd_purchase_details {
    width: 280px; }
    #edd_user_history th.edd_purchase_details .edd_purchase_status.failed,
    #edd_user_history th.edd_purchase_details .edd_purchase_status.pending, #edd_user_history td.edd_purchase_details .edd_purchase_status.failed,
    #edd_user_history td.edd_purchase_details .edd_purchase_status.pending,
    #affwp-affiliate-dashboard table th.edd_purchase_details .edd_purchase_status.failed,
    #affwp-affiliate-dashboard table th.edd_purchase_details .edd_purchase_status.pending,
    #affwp-affiliate-dashboard table td.edd_purchase_details .edd_purchase_status.failed,
    #affwp-affiliate-dashboard table td.edd_purchase_details .edd_purchase_status.pending {
      color: #ED3046; }
      #edd_user_history th.edd_purchase_details .edd_purchase_status.failed + a,
      #edd_user_history th.edd_purchase_details .edd_purchase_status.pending + a, #edd_user_history td.edd_purchase_details .edd_purchase_status.failed + a,
      #edd_user_history td.edd_purchase_details .edd_purchase_status.pending + a,
      #affwp-affiliate-dashboard table th.edd_purchase_details .edd_purchase_status.failed + a,
      #affwp-affiliate-dashboard table th.edd_purchase_details .edd_purchase_status.pending + a,
      #affwp-affiliate-dashboard table td.edd_purchase_details .edd_purchase_status.failed + a,
      #affwp-affiliate-dashboard table td.edd_purchase_details .edd_purchase_status.pending + a {
        background-color: #ED3046; }
    #edd_user_history th.edd_purchase_details a, #edd_user_history td.edd_purchase_details a,
    #affwp-affiliate-dashboard table th.edd_purchase_details a,
    #affwp-affiliate-dashboard table td.edd_purchase_details a {
      padding: 2px 7px 4px;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      background-color: #72b4c8;
      position: relative;
      top: -1px; }
  #edd_user_history th.edd_invoice, #edd_user_history td.edd_invoice,
  #affwp-affiliate-dashboard table th.edd_invoice,
  #affwp-affiliate-dashboard table td.edd_invoice {
    width: 200px; }
  #edd_user_history thead th,
  #affwp-affiliate-dashboard table thead th {
    background: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding: 12px 12px 12px 0;
    border: none;
    border-bottom: 2px solid #d4dbde; }
  #edd_user_history tbody td,
  #affwp-affiliate-dashboard table tbody td {
    border: none;
    border-bottom: 1px solid #d4dbde;
    padding: 12px 12px 12px 0; }

#affwp-affiliate-dashboard-tabs {
  text-align: left; }
  #affwp-affiliate-dashboard-tabs li a {
    padding: 10px 20px;
    color: #525e66; }
  #affwp-affiliate-dashboard-tabs li.active a {
    color: #fff; }

#affwp-affiliate-dashboard textarea,
#affwp-affiliate-dashboard input[type="password"],
#affwp-affiliate-dashboard input[type="text"],
#affwp-affiliate-dashboard input[type="name"],
#affwp-affiliate-dashboard input[type="email"],
#affwp-affiliate-dashboard input[type="url"],
#affwp-affiliate-dashboard input[type="tel"],
#affwp-affiliate-dashboard input[type="color"],
#affwp-affiliate-dashboard input[type="number"] {
  display: block;
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #dddee0;
  color: #495861;
  padding: 6px 10px;
  height: 38px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.42857143;
  box-shadow: inset 2px 2px 5px 0 #ececec;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  cursor: default;
  border-radius: 3px; }
  #affwp-affiliate-dashboard textarea.placeholder,
  #affwp-affiliate-dashboard input[type="password"].placeholder,
  #affwp-affiliate-dashboard input[type="text"].placeholder,
  #affwp-affiliate-dashboard input[type="name"].placeholder,
  #affwp-affiliate-dashboard input[type="email"].placeholder,
  #affwp-affiliate-dashboard input[type="url"].placeholder,
  #affwp-affiliate-dashboard input[type="tel"].placeholder,
  #affwp-affiliate-dashboard input[type="color"].placeholder,
  #affwp-affiliate-dashboard input[type="number"].placeholder {
    color: #888897; }
  #affwp-affiliate-dashboard textarea:focus,
  #affwp-affiliate-dashboard input[type="password"]:focus,
  #affwp-affiliate-dashboard input[type="text"]:focus,
  #affwp-affiliate-dashboard input[type="name"]:focus,
  #affwp-affiliate-dashboard input[type="email"]:focus,
  #affwp-affiliate-dashboard input[type="url"]:focus,
  #affwp-affiliate-dashboard input[type="tel"]:focus,
  #affwp-affiliate-dashboard input[type="color"]:focus,
  #affwp-affiliate-dashboard input[type="number"]:focus {
    outline: none;
    border-color: #72b4c8;
    box-shadow: inset 0 1px 0px rgba(114, 180, 200, 0.05), 0 0 8px rgba(114, 180, 200, 0.05); }
  #affwp-affiliate-dashboard textarea:hover,
  #affwp-affiliate-dashboard input[type="password"]:hover,
  #affwp-affiliate-dashboard input[type="text"]:hover,
  #affwp-affiliate-dashboard input[type="name"]:hover,
  #affwp-affiliate-dashboard input[type="email"]:hover,
  #affwp-affiliate-dashboard input[type="url"]:hover,
  #affwp-affiliate-dashboard input[type="tel"]:hover,
  #affwp-affiliate-dashboard input[type="color"]:hover,
  #affwp-affiliate-dashboard input[type="number"]:hover {
    cursor: text; }

#affwp-affiliate-dashboard textarea {
  height: 120px;
  resize: vertical; }

#affwp-affiliate-dashboard input[type="submit"] {
  width: auto !important; }

@media only screen and (max-width: 570px) {
  .edd-currency-popup-content .edd-currencies-select.edd-currencies-mb-select {
    display: inline-block !important; } }

.products-summary__item {
  padding: 20px 0;
  border-bottom: 1px solid #d4dbde; }

.products-summary__item-title {
  display: inline-block;
  position: relative;
  top: 6px; }

.products-summary__item-price {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  float: right;
  text-align: right;
  font-size: 21px; }

.products-summary__total {
  text-align: right;
  padding-top: 30px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal; }

.products-summary__footer {
  position: relative;
  text-align: right;
  padding-top: 40px; }
  .products-summary__footer .btn__icon,
  .products-summary__footer .ico {
    width: 18px;
    height: 18px; }
  .products-summary__footer .btn__icon {
    position: relative;
    top: 3px;
    margin-left: 5px;
    left: 4px; }
  .products-summary__footer .ico {
    color: #fff; }
  .products-summary__footer .btn, .products-summary__footer .gform_page_footer .gform_previous_button, .gform_page_footer .products-summary__footer .gform_previous_button, .products-summary__footer
  .gform_page_footer .gform_next_button,
  .gform_page_footer .products-summary__footer .gform_next_button, .products-summary__footer .gform_footer .gpoll_button, .gform_footer .products-summary__footer .gpoll_button, .products-summary__footer
  .gform_wrapper .gpoll_back_button,
  .gform_wrapper .products-summary__footer .gpoll_back_button, .products-summary__footer .gform_fields input[type="button"], .gform_fields .products-summary__footer input[type="button"], .products-summary__footer
  form input[type="submit"],
  form .products-summary__footer input[type="submit"], .products-summary__footer #menu_btn, .products-summary__footer .edd-currency-wrap .edd-button, .edd-currency-wrap .products-summary__footer .edd-button, .products-summary__footer .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-save, .edd-currency-popup-content .edd-currency-buttons .products-summary__footer .edd-currency-button-save, .products-summary__footer
  .edd-currency-popup-content .edd-currency-buttons .edd-currency-button-reset,
  .edd-currency-popup-content .edd-currency-buttons .products-summary__footer .edd-currency-button-reset, .products-summary__footer #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .edd-submit, #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap .products-summary__footer .edd-submit, .products-summary__footer #edd_checkout_wrap .edd_cart_remove_item_btn, #edd_checkout_wrap .products-summary__footer .edd_cart_remove_item_btn, .products-summary__footer #edd_checkout_wrap #edd_next_button, #edd_checkout_wrap .products-summary__footer #edd_next_button, .products-summary__footer #edd_checkout_wrap #edd_purchase_submit .edd-cancel a, #edd_checkout_wrap #edd_purchase_submit .edd-cancel .products-summary__footer a, .products-summary__footer #edd_checkout_wrap #edd_purchase_submit #edd-purchase-button, #edd_checkout_wrap #edd_purchase_submit .products-summary__footer #edd-purchase-button, .products-summary__footer #edd_user_history tbody td a, #edd_user_history tbody td .products-summary__footer a, .products-summary__footer
  #affwp-affiliate-dashboard table tbody td a,
  #affwp-affiliate-dashboard table tbody td .products-summary__footer a {
    vertical-align: top; }
  .products-summary__footer .spinner {
    display: inline-block;
    margin-left: 20px; }

.products-summary__total-label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 10px;
  margin-right: 10px; }

.products-summary__total-price {
  display: inline-block;
  font-size: 40px; }

.products .item {
  display: block;
  text-decoration: none;
  color: #525e66;
  background-color: #fff;
  border: 1px solid white;
  background-repeat: no-repeat;
  transition: border-color 0.4s linear, box-shadow 0.4s linear;
  box-shadow: 0 1px 0 0 #d5e3ee;
  position: relative; }
  .products .item:not(.purchased):hover, .products .item.selected {
    border-color: #d9e1e7;
    box-shadow: 0 1px 0 0 #d5e3ee, inset 0 0 20px 10px #f3f9fa; }
  .products .item.purchased {
    cursor: default; }
    .products .item.purchased .item__selection .checkbox {
      border: none;
      box-shadow: none; }
      .products .item.purchased .item__selection .checkbox:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "completeface-icons" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        font-size: 30px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #72b4c8; }
      .products .item.purchased .item__selection .checkbox .checkbox__item {
        display: none; }
  .products .item.item--new {
    background-color: #b588cf;
    color: #fff; }
    .products .item.item--new:not(.purchased):hover, .products .item.item--new.selected {
      box-shadow: 0 1px 0 0 #d5e3ee, inset 0 0 20px 10px #9e64c0; }
    .products .item.item--new .item__icon {
      color: #fff; }
  .products .item.item--large .item__icon {
    top: 50px; }

.products .item__icon {
  position: absolute;
  pointer-events: none;
  left: 30px;
  top: 30px;
  font-size: 50px;
  color: #72b4c8; }

.products .item__price-label {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal; }

.products .item__description {
  font-size: 13px;
  line-height: 1.5; }

@media only screen and (max-width: 570px) {
  .products .item,
  .products .item.item--large,
  .products.products--bulk .item,
  .products.products--bulk .item.item--large {
    display: block;
    padding: 70px 20px 20px;
    background-position: 20px 20px; }
    .products .item .item__label,
    .products .item.item--large .item__label,
    .products.products--bulk .item .item__label,
    .products.products--bulk .item.item--large .item__label {
      margin-bottom: 20px; }
    .products .item .item__title,
    .products .item.item--large .item__title,
    .products.products--bulk .item .item__title,
    .products.products--bulk .item.item--large .item__title {
      margin-bottom: 10px; }
    .products .item .item__price,
    .products .item.item--large .item__price,
    .products.products--bulk .item .item__price,
    .products.products--bulk .item.item--large .item__price {
      top: 13px;
      text-align: left; }
    .products .item .item__selection,
    .products .item.item--large .item__selection,
    .products.products--bulk .item .item__selection,
    .products.products--bulk .item.item--large .item__selection {
      float: right; }
    .products .item .item__price-label,
    .products .item.item--large .item__price-label,
    .products.products--bulk .item .item__price-label,
    .products.products--bulk .item.item--large .item__price-label {
      position: relative;
      top: 0;
      transform: none; }
    .products .item .item__options-link,
    .products .item.item--large .item__options-link,
    .products.products--bulk .item .item__options-link,
    .products.products--bulk .item.item--large .item__options-link {
      clear: both; } }

.products--bulk .item {
  min-height: 256px;
  padding: 30px 50px 40px 120px;
  background-position: 40px 30px; }

.products--bulk .item__label {
  padding-top: 4px;
  margin-bottom: 30px;
  display: block;
  -ms-flex: 1;
  flex: 1; }

.products--bulk .item__title,
.products--bulk .item__description {
  display: block; }

.products--bulk .item__title {
  margin-bottom: 10px; }

.products--bulk .item:not(.item--large) {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.products--bulk .item__price,
.products--bulk .item__selection {
  display: inline-block; }

.products--bulk .item__price {
  text-align: left;
  min-width: 90px;
  font-size: 26px;
  vertical-align: middle;
  line-height: 1;
  display: inline-block; }

.products--bulk .item__selection {
  text-align: center;
  width: 32px;
  min-width: 32px;
  vertical-align: middle;
  float: right; }

.products--bulk .item__options-link {
  clear: both;
  display: inline-block;
  float: right;
  font-size: 12px;
  margin-top: 14px; }
  .products--bulk .item__options-link a {
    text-decoration: none; }
    .products--bulk .item__options-link a:hover, .products--bulk .item__options-link a:active {
      text-decoration: underline; }
  .products--bulk .item__options-link .sprite, .products--bulk .item__options-link .ginput_card_security_code_icon, .products--bulk .item__options-link
  .gform_card_icon,
  .products--bulk .item__options-link .ico {
    width: 8px;
    height: 8px;
    font-size: 8px;
    position: relative;
    top: 0;
    left: 6px;
    color: #72b4c8; }

.products--bulk .item.item--large {
  min-height: 240px;
  padding: 40px 30px 40px 120px;
  background-position: 40px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1; }
  .products--bulk .item.item--large .item__price {
    width: 150px;
    min-width: 150px;
    text-align: center; }
  .products--bulk .item.item--large .item__label {
    padding-top: 0;
    margin-bottom: 0; }
  .products--bulk .item.item--large .item__description {
    font-size: 14px;
    line-height: 1.6; }
  .products--bulk .item.item--large .item__selection {
    width: 45px;
    min-width: 45px;
    margin: auto; }
    .products--bulk .item.item--large .item__selection .checkbox {
      width: 45px;
      height: 45px; }
    .products--bulk .item.item--large .item__selection .checkbox__item {
      width: 14px;
      height: 14px;
      margin: -7px 0 0 -7px; }
  .products--bulk .item.item--large .item__price {
    position: relative; }
  .products--bulk .item.item--large .item__price-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

html.ie10 .products--bulk .item.item--large {
  display: block;
  height: auto; }
  html.ie10 .products--bulk .item.item--large .item__label,
  html.ie10 .products--bulk .item.item--large .item__price,
  html.ie10 .products--bulk .item.item--large .item__selection {
    vertical-align: top; }
  html.ie10 .products--bulk .item.item--large .item__label,
  html.ie10 .products--bulk .item.item--large .item__price {
    float: left; }
  html.ie10 .products--bulk .item.item--large .item__selection {
    float: right; }
  html.ie10 .products--bulk .item.item--large .item__label {
    width: 70%; }

@media only screen and (min-width: 571px) and (max-width: 1024px) {
  .products--bulk .item:not(.item--large) {
    min-height: 280px; } }

.products--grouped .group {
  position: relative;
  overflow: hidden; }
  .products--grouped .group:not(:last-child) {
    margin-bottom: 10px; }
  .products--grouped .group.collapsible--open .group__items:before,
  .products--grouped .group.collapsible--open .group__items li:before {
    transition: opacity 0.4s linear;
    opacity: 1; }
  .products--grouped .group .item {
    padding: 0; }
  .products--grouped .group > .item {
    padding: 30px;
    position: relative;
    z-index: 2; }
    .products--grouped .group > .item .item__inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      height: 100%;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      position: relative;
      z-index: 2; }
    .products--grouped .group > .item .item__icon {
      left: 0;
      top: 50%;
      width: auto;
      height: auto;
      min-width: 0;
      min-height: 0;
      line-height: 1;
      transform: translateY(-50%); }
      .products--grouped .group > .item .item__icon .ico {
        color: #72b4c8; }
    .products--grouped .group > .item .item__label {
      -ms-flex: 1;
      flex: 1;
      padding: 6px 130px 0 70px; }
    .products--grouped .group > .item .item__title {
      margin-bottom: 10px; }
    .products--grouped .group > .item .item__price {
      width: 150px;
      min-width: 150px;
      text-align: center;
      font-size: 26px;
      display: inline-block; }
    .products--grouped .group > .item .item__price-label {
      display: block;
      width: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 1; }
  .products--grouped .group .item__price,
  .products--grouped .group .item__selection {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
  .products--grouped .group .item__selection {
    width: 45px;
    min-width: 45px;
    vertical-align: middle;
    margin: auto; }
  .products--grouped .group .item__title,
  .products--grouped .group .item__description {
    display: block; }

.products--grouped .group__items {
  padding-left: 70px;
  margin: 14px 14px 4px 0;
  position: relative; }
  .products--grouped .group__items:before {
    display: block;
    content: "";
    width: 1px;
    position: absolute;
    height: 100%;
    border-left: 2px solid #d4dbde;
    left: 35px;
    bottom: 33px;
    z-index: 1;
    opacity: 0; }
  .products--grouped .group__items li {
    margin-bottom: 3px;
    position: relative; }
    .products--grouped .group__items li:before {
      display: block;
      content: "";
      width: 100%;
      position: absolute;
      height: 1px;
      border-bottom: 2px solid #d4dbde;
      left: -35px;
      top: 50%;
      z-index: 1;
      opacity: 0; }
  .products--grouped .group__items .item {
    padding: 10px 14px 10px 30px;
    position: relative;
    z-index: 2;
    text-align: right; }
  .products--grouped .group__items .item__label {
    float: left;
    display: inline-block;
    margin-top: 10px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px; }
  .products--grouped .group__items .item__price {
    font-size: 17px;
    margin-right: 20px; }

.products--grouped .group__toggle {
  display: block;
  text-align: right;
  padding: 0 30px;
  font-size: 12px; }
  .products--grouped .group__toggle a {
    text-decoration: none; }
    .products--grouped .group__toggle a:hover, .products--grouped .group__toggle a:active {
      text-decoration: underline; }
  .products--grouped .group__toggle .ico {
    width: 8px;
    height: 8px;
    position: relative;
    top: 0;
    left: 6px;
    text-decoration: none !important; }

html.ie10 .products--grouped .group > .item .item__inner {
  display: block;
  height: auto;
  padding-left: 116px; }
  html.ie10 .products--grouped .group > .item .item__inner .item__icon {
    position: absolute;
    top: 0;
    left: 0; }
  html.ie10 .products--grouped .group > .item .item__inner .item__label,
  html.ie10 .products--grouped .group > .item .item__inner .item__price,
  html.ie10 .products--grouped .group > .item .item__inner .item__selection {
    vertical-align: top; }
  html.ie10 .products--grouped .group > .item .item__inner .item__label,
  html.ie10 .products--grouped .group > .item .item__inner .item__price {
    float: left; }
  html.ie10 .products--grouped .group > .item .item__inner .item__selection {
    float: right; }
  html.ie10 .products--grouped .group > .item .item__inner .item__label {
    width: 70%; }
  html.ie10 .products--grouped .group > .item .item__inner .item__price,
  html.ie10 .products--grouped .group > .item .item__inner .item__selection {
    padding-top: 30px; }
  html.ie10 .products--grouped .group > .item .item__inner .item__price-label {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    transform: none; }

@media only screen and (max-width: 570px) {
  .products--grouped .group > .item {
    padding: 10px 20px 20px; }
    .products--grouped .group > .item .item__inner {
      display: block; }
    .products--grouped .group > .item .item__icon,
    .products--grouped .group > .item .item__icon .sprite,
    .products--grouped .group > .item .item__icon .ginput_card_security_code_icon,
    .products--grouped .group > .item .item__icon
    .gform_card_icon,
    .products--grouped .group > .item .item__icon .ico {
      width: 50px;
      height: 50px;
      min-width: 50px;
      min-height: 50px; }
    .products--grouped .group > .item .item__label {
      padding: 0;
      display: block; }
    .products--grouped .group > .item .item__price {
      text-align: left;
      top: 0; }
    .products--grouped .group > .item .item__price-label {
      position: relative;
      top: 0;
      transform: none; }
  .products--grouped .group .item__selection {
    float: right; }
  .products--grouped .group__toggle {
    clear: both;
    padding: 20px 0 0; }
  .products--grouped .group__items {
    padding-left: 20px;
    margin-right: 0; }
    .products--grouped .group__items:before {
      left: 0;
      bottom: 55px; }
    .products--grouped .group__items .item {
      padding: 20px 10px 20px 20px;
      text-align: left; }
    .products--grouped .group__items .item__label {
      float: none;
      display: block;
      text-align: left;
      margin: 0 0 10px;
      padding-right: 50px; }
    .products--grouped .group__items .item__price {
      position: relative;
      top: 0; }
    .products--grouped .group__items .item__selection {
      float: none;
      position: absolute;
      right: 10px;
      top: 20px; } }

table.cpd-table thead tr th {
  font-size: 18px;
  border-bottom: 2px solid #525e66; }

table.cpd-table tbody tr td {
  font-size: 14px;
  padding-top: 20px;
  border-bottom: 1px solid rgba(82, 94, 102, 0.5); }

.cpd-bar:not(.cpd-bar--mini) {
  border-radius: 5px;
  background-color: #fff;
  background-image: linear-gradient(0deg, #f3f9fb 0%, #fff 100%);
  margin-bottom: 40px;
  box-shadow: 0 8px 20px 0 #d5e3ee; }

.cpd-bar.cpd-bar--mini {
  padding-top: 20px; }
  .cpd-bar.cpd-bar--mini .cpd-bar__points {
    font-size: 13px;
    font-weight: normal; }
  .cpd-bar.cpd-bar--mini .cpd-bar__points-value {
    font-weight: bold;
    font-size: 24px;
    display: block !important; }
  .cpd-bar.cpd-bar--mini .cpd-bar__logos img {
    max-height: 60px; }

.cpd-bar {
  display: block;
  padding: 0; }
  .cpd-bar .info-btn {
    display: inline-block;
    text-decoration: none;
    background-color: #e5ebef;
    color: #005571;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    line-height: 30px;
    vertical-align: middle;
    top: -4px;
    margin-left: 10px;
    transition: all 0.4s; }
    .cpd-bar .info-btn:after {
      content: "?";
      font-size: 20px;
      font-weight: bold; }
    .cpd-bar .info-btn:hover {
      background-color: #005571;
      color: #fff; }

.cpd-bar__content {
  padding: 20px 40px; }

.cpd-bar__points,
.cpd-bar__text,
.cpd-bar__cta {
  padding-right: 20px; }

.cpd-bar__points {
  color: #005571;
  font-size: 15px;
  font-weight: bold; }

.cpd-bar__points-value {
  display: inline-block !important;
  font-size: 30px;
  color: #005571;
  vertical-align: middle;
  margin-top: -8px; }

.cpd-bar__text {
  font-size: 12px;
  line-height: 1.5; }

.cpd-bar__logos {
  display: block;
  text-align: right; }
  .cpd-bar__logos img {
    display: inline-block;
    max-height: 75px;
    width: auto;
    max-width: 100%;
    height: auto; }

.cpd-complete-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
  background: #005571 url(../images/icons/check.svg) 50% 50% no-repeat;
  background-size: 20px; }

.cpd-bar.cpd-completed .cpd-bar__text,
.cpd-bar.cpd-completed .cpd-bar__points {
  font-size: 14px; }

.cpd-bar.cpd-completed .cpd-bar__text {
  color: #005571; }

.cpd-bar.cpd-completed .cpd-bar__points {
  font-weight: normal;
  color: #525e66; }

.cpd-bar.cpd-completed .cpd-bar__points-value {
  color: #005571;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px; }

.cpd-banner {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px; }
  .cpd-banner a {
    border-radius: 4px;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    color: #009390;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 20px; }
    .cpd-banner a > img,
    .cpd-banner a > span {
      display: inline-block; }
    .cpd-banner a > img + span {
      margin-left: 20px; }

@media only screen and (max-width: 570px) {
  .cpd-bar__points,
  .cpd-bar__text,
  .cpd-bar__cta,
  .cpd-bar__logos {
    text-align: center; } }

@media only screen and (max-width: 1024px) {
  .cpd-bar__points,
  .cpd-bar__text,
  .cpd-bar__cta,
  .cpd-bar__logos {
    margin-bottom: 20px; } }

body.iframed #user_menu .nav a, #submenu .nav:first-child > li body.iframed #user_menu ul a, body.iframed #user_menu .nav--blocknav a,
.nav--blocknav body.iframed #user_menu ul a, body.iframed #user_menu #affwp-affiliate-dashboard-tabs a, body.iframed #user_menu .products-summary ul a, .products-summary body.iframed #user_menu ul a, body.iframed #user_menu ul.products a,
ul.products body.iframed #user_menu ul.group__items a {
  line-height: 45px; }

body.iframed #menu li.free a::after,
body.iframed #menu .buying-options-link,
body.iframed #user_menu .logout-link,
body.iframed #user_menu #lang_sel_list {
  display: none !important; }

.page-template-tpl-frame {
  background-color: #fff; }
  .page-template-tpl-frame #main {
    padding: 0;
    height: 100vh;
    height: 100svh; }
  .page-template-tpl-frame #page {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .page-template-tpl-frame #content {
    -ms-flex: 1;
    flex: 1;
    padding: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .page-template-tpl-frame #content > * {
      width: 100%; }
  .page-template-tpl-frame #content_inner {
    width: 360px;
    max-width: 100%; }
  .page-template-tpl-frame #media {
    width: 870px;
    max-width: 70%; }
  .page-template-tpl-frame #media_inner {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .page-template-tpl-frame .spinner {
    margin: 0 auto 20px; }
  .page-template-tpl-frame .spinner-text {
    text-align: center;
    font-size: 18px;
    color: #888897; }
  .page-template-tpl-frame .panel {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 60px 40px 40px 60px; }
  .page-template-tpl-frame #media_panel_1 {
    background-color: #52acb7;
    -ms-flex: 1;
    flex: 1;
    background-image: url(../images/iframe/people_face.webp); }
    .page-template-tpl-frame #media_panel_1 .panel-text {
      text-align: right; }
  .page-template-tpl-frame .panel-logo {
    position: absolute;
    left: 60px;
    top: 60px; }
  .page-template-tpl-frame .panel-text {
    color: #fff;
    margin-top: auto;
    margin-bottom: 0;
    width: 100%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7), -1px 0 4px rgba(0, 0, 0, 0.7); }
  .page-template-tpl-frame .panel-text-spacer {
    width: 0;
    height: auto;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    margin: auto 8px; }
  .page-template-tpl-frame .gform_footer input[type="submit"] {
    width: 100%; }
  .page-template-tpl-frame .smallprint {
    font-size: 10px;
    line-height: 1.4; }

.form .form-body {
  margin-bottom: 20px; }

.form .form-field:not(:last-child) {
  margin-bottom: 20px; }

.form .form-label {
  display: block;
  font-family: "Open Sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 700;
  font-style: normal; }

.form .form-text-input {
  display: block;
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #dddee0;
  color: #495861;
  padding: 6px 10px;
  height: 38px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.42857143;
  box-shadow: inset 2px 2px 5px 0 #ececec;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  cursor: default;
  border-radius: 3px; }
  .form .form-text-input.placeholder {
    color: #888897; }
  .form .form-text-input:focus {
    outline: none;
    border-color: #72b4c8;
    box-shadow: inset 0 1px 0px rgba(114, 180, 200, 0.05), 0 0 8px rgba(114, 180, 200, 0.05); }
  .form .form-text-input:hover {
    cursor: text; }

.form .form-submit-wrap {
  margin-bottom: 20px; }

.form .form-footer-content {
  text-align: center;
  font-size: 12px;
  color: #888897; }

@media only screen and (max-width: 570px) {
  .page-template-tpl-frame #page {
    -ms-flex-direction: column;
    flex-direction: column; }
  .page-template-tpl-frame #content {
    padding: 30px; }
  .page-template-tpl-frame #media {
    max-width: 100%; }
  .page-template-tpl-frame #media_inner {
    -ms-flex-direction: column;
    flex-direction: column; }
  .page-template-tpl-frame #media_panel_1 {
    height: 180px;
    background-position: right bottom;
    padding: 60px 20px 10px 20px; }
  .page-template-tpl-frame .panel-logo {
    left: 20px;
    top: 30px; } }

body.zh-hans {
  font-family: sans-serif; }
  body.zh-hans em, body.zh-hans i:not(.fa), body.zh-hans .em, body.zh-hans .italic {
    font-family: sans-serif; }
    body.zh-hans em strong, body.zh-hans em b, body.zh-hans em .strong, body.zh-hans em .bold, body.zh-hans i:not(.fa) strong, body.zh-hans i:not(.fa) b, body.zh-hans i:not(.fa) .strong, body.zh-hans i:not(.fa) .bold, body.zh-hans .em strong, body.zh-hans .em b, body.zh-hans .em .strong, body.zh-hans .em .bold, body.zh-hans .italic strong, body.zh-hans .italic b, body.zh-hans .italic .strong, body.zh-hans .italic .bold {
      font-family: sans-serif; }
    body.zh-hans em.secondary-font,
    body.zh-hans em .secondary-font, body.zh-hans i:not(.fa).secondary-font,
    body.zh-hans i:not(.fa) .secondary-font, body.zh-hans .em.secondary-font,
    body.zh-hans .em .secondary-font, body.zh-hans .italic.secondary-font,
    body.zh-hans .italic .secondary-font {
      font-family: sans-serif; }
      body.zh-hans em.secondary-font strong, body.zh-hans em.secondary-font b, body.zh-hans em.secondary-font .strong, body.zh-hans em.secondary-font .bold,
      body.zh-hans em .secondary-font strong,
      body.zh-hans em .secondary-font b,
      body.zh-hans em .secondary-font .strong,
      body.zh-hans em .secondary-font .bold, body.zh-hans i:not(.fa).secondary-font strong, body.zh-hans i:not(.fa).secondary-font b, body.zh-hans i:not(.fa).secondary-font .strong, body.zh-hans i:not(.fa).secondary-font .bold,
      body.zh-hans i:not(.fa) .secondary-font strong,
      body.zh-hans i:not(.fa) .secondary-font b,
      body.zh-hans i:not(.fa) .secondary-font .strong,
      body.zh-hans i:not(.fa) .secondary-font .bold, body.zh-hans .em.secondary-font strong, body.zh-hans .em.secondary-font b, body.zh-hans .em.secondary-font .strong, body.zh-hans .em.secondary-font .bold,
      body.zh-hans .em .secondary-font strong,
      body.zh-hans .em .secondary-font b,
      body.zh-hans .em .secondary-font .strong,
      body.zh-hans .em .secondary-font .bold, body.zh-hans .italic.secondary-font strong, body.zh-hans .italic.secondary-font b, body.zh-hans .italic.secondary-font .strong, body.zh-hans .italic.secondary-font .bold,
      body.zh-hans .italic .secondary-font strong,
      body.zh-hans .italic .secondary-font b,
      body.zh-hans .italic .secondary-font .strong,
      body.zh-hans .italic .secondary-font .bold {
        font-family: sans-serif; }
  body.zh-hans strong, body.zh-hans b, body.zh-hans .strong, body.zh-hans .bold {
    font-family: sans-serif; }
    body.zh-hans strong em, body.zh-hans strong i:not(.fa), body.zh-hans strong .em, body.zh-hans strong .italic, body.zh-hans b em, body.zh-hans b i:not(.fa), body.zh-hans b .em, body.zh-hans b .italic, body.zh-hans .strong em, body.zh-hans .strong i:not(.fa), body.zh-hans .strong .em, body.zh-hans .strong .italic, body.zh-hans .bold em, body.zh-hans .bold i:not(.fa), body.zh-hans .bold .em, body.zh-hans .bold .italic {
      font-family: sans-serif; }
    body.zh-hans strong.secondary-font,
    body.zh-hans strong .secondary-font, body.zh-hans b.secondary-font,
    body.zh-hans b .secondary-font, body.zh-hans .strong.secondary-font,
    body.zh-hans .strong .secondary-font, body.zh-hans .bold.secondary-font,
    body.zh-hans .bold .secondary-font {
      font-family: sans-serif; }
      body.zh-hans strong.secondary-font em, body.zh-hans strong.secondary-font i:not(.fa), body.zh-hans strong.secondary-font .em, body.zh-hans strong.secondary-font .italic,
      body.zh-hans strong .secondary-font em,
      body.zh-hans strong .secondary-font i:not(.fa),
      body.zh-hans strong .secondary-font .em,
      body.zh-hans strong .secondary-font .italic, body.zh-hans b.secondary-font em, body.zh-hans b.secondary-font i:not(.fa), body.zh-hans b.secondary-font .em, body.zh-hans b.secondary-font .italic,
      body.zh-hans b .secondary-font em,
      body.zh-hans b .secondary-font i:not(.fa),
      body.zh-hans b .secondary-font .em,
      body.zh-hans b .secondary-font .italic, body.zh-hans .strong.secondary-font em, body.zh-hans .strong.secondary-font i:not(.fa), body.zh-hans .strong.secondary-font .em, body.zh-hans .strong.secondary-font .italic,
      body.zh-hans .strong .secondary-font em,
      body.zh-hans .strong .secondary-font i:not(.fa),
      body.zh-hans .strong .secondary-font .em,
      body.zh-hans .strong .secondary-font .italic, body.zh-hans .bold.secondary-font em, body.zh-hans .bold.secondary-font i:not(.fa), body.zh-hans .bold.secondary-font .em, body.zh-hans .bold.secondary-font .italic,
      body.zh-hans .bold .secondary-font em,
      body.zh-hans .bold .secondary-font i:not(.fa),
      body.zh-hans .bold .secondary-font .em,
      body.zh-hans .bold .secondary-font .italic {
        font-family: sans-serif; }
  body.zh-hans .formbox__header h1, body.zh-hans .formbox__header .products--bulk .item.item--large .item__title, .products--bulk .item.item--large body.zh-hans .formbox__header .item__title {
    font-family: sans-serif; }
  body.zh-hans #edd_checkout_wrap,
  body.zh-hans .edd-currency-popup-content .edd-currency-popup .edd-list-item,
  body.zh-hans #edd_checkout_form_wrap #edd-payment-mode-wrap,
  body.zh-hans #edd_checkout_form_wrap #edd-payment-mode-wrap label,
  body.zh-hans #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label {
    font-family: sans-serif; }
  body.zh-hans #edd_checkout_wrap #edd_purchase_submit #edd_final_total_wrap,
  body.zh-hans #edd_checkout_wrap #edd_purchase_submit #edd_final_total_wrap strong {
    font-family: sans-serif; }
  body.zh-hans #edd_user_history thead th,
  body.zh-hans #affwp-affiliate-dashboard table thead th {
    font-family: sans-serif; }
  body.zh-hans #edd_checkout_wrap .edd_cart_total,
  body.zh-hans #edd_checkout_wrap .edd_cart_item_price {
    font-family: sans-serif; }
  body.zh-hans #edd_checkout_wrap #edd_discount_code #edd_show_discount,
  body.zh-hans #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap {
    font-family: sans-serif; }
  body.zh-hans .why__title {
    font-family: sans-serif;
    text-transform: none; }
  body.zh-hans .products--grouped .group__items .item__label {
    font-family: sans-serif; }
  body.zh-hans .products-summary__item-price,
  body.zh-hans .products-summary__total {
    font-family: sans-serif; }
  body.zh-hans .products .item__price-label {
    font-family: sans-serif; }
  body.zh-hans h1, body.zh-hans .products--bulk .item.item--large .item__title, .products--bulk .item.item--large body.zh-hans .item__title, body.zh-hans h2, body.zh-hans h3, body.zh-hans .nav--blocknav > li > a .nav__label strong, .nav--blocknav > li > a .nav__label body.zh-hans strong, body.zh-hans .products--bulk .item__title, .products--bulk body.zh-hans .item__title, body.zh-hans .products--grouped .group > .item .item__title, .products--grouped .group > .item body.zh-hans .item__title, body.zh-hans h4, body.zh-hans h5, body.zh-hans h6,
  body.zh-hans .h1, body.zh-hans .h2, body.zh-hans .h3, body.zh-hans .h4, body.zh-hans .h5, body.zh-hans .h6 {
    font-family: sans-serif; }
