diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml
deleted file mode 100644
index de324ad5f2..0000000000
--- a/.github/workflows/coding-standards.yml
+++ /dev/null
@@ -1,60 +0,0 @@
-###
-#
-# This workflow file is deployed into this repository via the "Sync Organization Files" workflow
-#
-# Direct edits to this file are at risk of being overwritten by the next sync. All edits should be made
-# to the source file.
-#
-# @see Sync workflow {@link https://github.com/gocodebox/.github/actions/workflows/workflow-sync.yml}
-# @see Workflow template {@link https://github.com/gocodebox/.github/blob/trunk/.github/workflow-templates/coding-standards.yml}
-#
-###
-name: Coding Standards
-
-on:
- workflow_dispatch:
- pull_request:
- # Once daily at 00:00 UTC.
- # schedule:
- # - cron: '0 0 * * *'
-
-concurrency:
- group: ${{ github.workflow }}-${{ 'pull_request' == github.event_name && github.head_ref || github.sha }}
- cancel-in-progress: true
-
-jobs:
- phpcs:
- name: Check Coding Standards
-
- runs-on: ubuntu-latest
-
- steps:
- - name: Checkout
- uses: actions/checkout@v2
-
- - name: Set up PHP
- uses: shivammathur/setup-php@v2
- with:
- php-version: '8.0'
- coverage: none
- tools: composer, cs2pr
-
- # Composer Install.
- - name: Get composer cache directory
- id: composer-cache
- run: echo "::set-output name=dir::$(composer config cache-files-dir)"
- - name: Cache dependencies
- uses: actions/cache@v2
- with:
- path: ${{ steps.composer-cache.outputs.dir }}
- key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
- restore-keys: ${{ runner.os }}-composer-
- - name: Install Composer dependencies
- run: composer update
-
- # Check Coding Standards.
- - name: Run PHPCS
- run: composer run check-cs-errors -- --report-full --report-checkstyle=./phpcs-report.xml
-
- - name: Show PHPCS results in PR
- run: cs2pr ./phpcs-report.xml
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb34f226fb..72a77b1d86 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,36 @@
LifterLMS Changelog
===================
+v7.6.0 - 2024-04-18
+-------------------
+
+##### New Features
+
++ Adds course-level lesson drip settings.
++ Loads translation files later for compatibility with plugins like Loco Translate. [#2429](https://github.com/gocodebox/lifterlms/issues/2429), [#2525](https://github.com/gocodebox/lifterlms/issues/2525)
++ Adds settings in the Permalinks page to edit the custom post type and taxonomy slugs. Slugs are saved in the site language on install on update.
++ Adds `llms_switch_to_site_locale` and `llms_restore_locale` to help LifterLMS add-ons switch to the site language when getting translation strings.
+
+##### Updates and Enhancements
+
++ Improved the Course Builder UI.
++ Updating the Blocks and Helpers libraries to the latest version.
+
+##### Bug Fixes
+
++ Allows the style tag when embedding content (iframe), in order to support more services. [#2610](https://github.com/gocodebox/lifterlms/issues/2610)
++ Removes non-working editing of course title in the Course Builder. [#2607](https://github.com/gocodebox/lifterlms/issues/2607)
++ Avoid issue with lost content when the course builder is launched immediately after creating a new course. [#2606](https://github.com/gocodebox/lifterlms/issues/2606)
++ LifterLMS block editor strings now appear in the user's language. [#2525](https://github.com/gocodebox/lifterlms/issues/2525)
++ Fixed user's language setting not honored on backend. [#2324](https://github.com/gocodebox/lifterlms/issues/2324)
++ Fixes XSS, sanitization, and other security issues reported by Signal Labs.
++ Fixes typo with CHF currency.
+
+##### Updated Templates
+
++ [templates/myaccount/my-orders.php](https://github.com/gocodebox/lifterlms/blob/7.6.0/templates/myaccount/my-orders.php)
+
+
v7.5.3 - 2024-02-22
-------------------
diff --git a/assets/css/admin-rtl.css b/assets/css/admin-rtl.css
index 4786b9ae43..bf2bc3155b 100644
--- a/assets/css/admin-rtl.css
+++ b/assets/css/admin-rtl.css
@@ -544,8 +544,8 @@
.llms-quiz-wrapper [data-title-active]:hover:before,
.llms-quiz-wrapper [data-title-active]:hover:after {
opacity: 1;
- -webkit-transition: all 0.2s 0.6s ease;
- transition: all 0.2s 0.6s ease;
+ -webkit-transition: all 0 0.1s ease;
+ transition: all 0 0.1s ease;
visibility: visible;
z-index: 99999999;
}
diff --git a/assets/css/admin-rtl.min.css b/assets/css/admin-rtl.min.css
index 3dbada43b6..a705f40464 100644
--- a/assets/css/admin-rtl.min.css
+++ b/assets/css/admin-rtl.min.css
@@ -1,4 +1,4 @@
-#poststuff .llms-metabox:before,#poststuff .llms-metabox:after,.llms-form-fields:before,.llms-metabox .llms-access-plans:before,.llms-collapsible .llms-collapsible-body:before,.llms-collapsible .llms-collapsible-header:before,.llms-collapsible:before,.llms-form-fields:after,.llms-metabox .llms-access-plans:after,.llms-collapsible .llms-collapsible-body:after,.llms-collapsible .llms-collapsible-header:after,.llms-collapsible:after{content:" ";display:table}#poststuff .llms-metabox:after,.llms-form-fields:after,.llms-metabox .llms-access-plans:after,.llms-collapsible .llms-collapsible-body:after,.llms-collapsible .llms-collapsible-header:after,.llms-collapsible:after{clear:both}.llms-button-action,.llms-button-danger,.llms-button-primary,.llms-button-secondary{border:none;border-radius:8px;color:#fefefe;cursor:pointer;font-size:16px;font-weight:700;text-decoration:none;text-shadow:none;line-height:1;margin:0;max-width:100%;padding:12px 24px;position:relative;-webkit-transition:all .5s ease;transition:all .5s ease}.llms-button-action:disabled,.llms-button-danger:disabled,.llms-button-primary:disabled,.llms-button-secondary:disabled{opacity:.5}.llms-button-action:hover,.llms-button-action:active,.llms-button-danger:hover,.llms-button-danger:active,.llms-button-primary:hover,.llms-button-primary:active,.llms-button-secondary:hover,.llms-button-secondary:active{color:#fefefe}.llms-button-action:focus,.llms-button-danger:focus,.llms-button-primary:focus,.llms-button-secondary:focus{color:#fefefe}.llms-button-action.auto,.llms-button-danger.auto,.llms-button-primary.auto,.llms-button-secondary.auto{width:auto}.llms-button-action.full,.llms-button-danger.full,.llms-button-primary.full,.llms-button-secondary.full{display:block;text-align:center;width:100%}.llms-button-action.square,.llms-button-danger.square,.llms-button-primary.square,.llms-button-secondary.square{padding:12px}.llms-button-action.small,.llms-button-danger.small,.llms-button-primary.small,.llms-button-secondary.small{font-size:13px;padding:8px 14px}.llms-button-action.small.square,.llms-button-danger.small.square,.llms-button-primary.small.square,.llms-button-secondary.small.square{padding:8px}.llms-button-action.large,.llms-button-danger.large,.llms-button-primary.large,.llms-button-secondary.large{font-size:18px;line-height:1.2;padding:16px 32px}.llms-button-action.large.square,.llms-button-danger.large.square,.llms-button-primary.large.square,.llms-button-secondary.large.square{padding:16px}.llms-button-action.large .fa,.llms-button-danger.large .fa,.llms-button-primary.large .fa,.llms-button-secondary.large .fa{right:-7px;position:relative}.llms-button-primary{background:#466dd8}.llms-button-primary:hover,.llms-button-primary.clicked{background:#2b55cb}.llms-button-primary:focus,.llms-button-primary:active{background:#6888df}.llms-button-secondary{background:#e1e1e1;color:#414141}.llms-button-secondary:hover{color:#414141;background:#cdcdcd}.llms-button-secondary:focus,.llms-button-secondary:active{color:#414141;background:#ebebeb}.llms-button-action{background:#f8954f}.llms-button-action:hover,.llms-button-action.clicked{background:#f67d28}.llms-button-action:focus,.llms-button-action:active{background:#faad76}.llms-button-danger{background:#e5554e}.llms-button-danger:hover{background:#e0332a}.llms-button-danger:focus,.llms-button-danger:active{background:#e86660}.llms-button-outline{background:rgba(0,0,0,0);border:3px solid #1d2327;border-radius:8px;color:#1d2327;cursor:pointer;font-size:16px;font-weight:700;text-decoration:none;text-shadow:none;line-height:1;margin:0;max-width:100%;padding:12px 24px;position:relative;-webkit-transition:all .5s ease;transition:all .5s ease}.llms-button-outline:disabled{opacity:.5}.llms-button-outline:hover,.llms-button-outline:active{color:#1d2327}.llms-button-outline:focus{color:#1d2327}.llms-button-outline.auto{width:auto}.llms-button-outline.full{display:block;text-align:center;width:100%}.llms-button-outline.square{padding:12px}.lifterlms [data-tip],.lifterlms [data-title-default],.lifterlms [data-title-active],.llms-metabox [data-tip],.llms-metabox [data-title-default],.llms-metabox [data-title-active],.llms-mb-container [data-tip],.llms-mb-container [data-title-default],.llms-mb-container [data-title-active],.llms-quiz-wrapper [data-tip],.llms-quiz-wrapper [data-title-default],.llms-quiz-wrapper [data-title-active]{position:relative}.lifterlms [data-tip].tip--top-right:before,.lifterlms [data-title-default].tip--top-right:before,.lifterlms [data-title-active].tip--top-right:before,.llms-metabox [data-tip].tip--top-right:before,.llms-metabox [data-title-default].tip--top-right:before,.llms-metabox [data-title-active].tip--top-right:before,.llms-mb-container [data-tip].tip--top-right:before,.llms-mb-container [data-title-default].tip--top-right:before,.llms-mb-container [data-title-active].tip--top-right:before,.llms-quiz-wrapper [data-tip].tip--top-right:before,.llms-quiz-wrapper [data-title-default].tip--top-right:before,.llms-quiz-wrapper [data-title-active].tip--top-right:before{bottom:100%;right:-10px}.lifterlms [data-tip].tip--top-right:hover:before,.lifterlms [data-title-default].tip--top-right:hover:before,.lifterlms [data-title-active].tip--top-right:hover:before,.llms-metabox [data-tip].tip--top-right:hover:before,.llms-metabox [data-title-default].tip--top-right:hover:before,.llms-metabox [data-title-active].tip--top-right:hover:before,.llms-mb-container [data-tip].tip--top-right:hover:before,.llms-mb-container [data-title-default].tip--top-right:hover:before,.llms-mb-container [data-title-active].tip--top-right:hover:before,.llms-quiz-wrapper [data-tip].tip--top-right:hover:before,.llms-quiz-wrapper [data-title-default].tip--top-right:hover:before,.llms-quiz-wrapper [data-title-active].tip--top-right:hover:before{bottom:calc(100% + 6px)}.lifterlms [data-tip].tip--top-right:after,.lifterlms [data-title-default].tip--top-right:after,.lifterlms [data-title-active].tip--top-right:after,.llms-metabox [data-tip].tip--top-right:after,.llms-metabox [data-title-default].tip--top-right:after,.llms-metabox [data-title-active].tip--top-right:after,.llms-mb-container [data-tip].tip--top-right:after,.llms-mb-container [data-title-default].tip--top-right:after,.llms-mb-container [data-title-active].tip--top-right:after,.llms-quiz-wrapper [data-tip].tip--top-right:after,.llms-quiz-wrapper [data-title-default].tip--top-right:after,.llms-quiz-wrapper [data-title-active].tip--top-right:after{border-top-color:#444;right:6px;top:0}.lifterlms [data-tip].tip--top-right:hover:after,.lifterlms [data-title-default].tip--top-right:hover:after,.lifterlms [data-title-active].tip--top-right:hover:after,.llms-metabox [data-tip].tip--top-right:hover:after,.llms-metabox [data-title-default].tip--top-right:hover:after,.llms-metabox [data-title-active].tip--top-right:hover:after,.llms-mb-container [data-tip].tip--top-right:hover:after,.llms-mb-container [data-title-default].tip--top-right:hover:after,.llms-mb-container [data-title-active].tip--top-right:hover:after,.llms-quiz-wrapper [data-tip].tip--top-right:hover:after,.llms-quiz-wrapper [data-title-default].tip--top-right:hover:after,.llms-quiz-wrapper [data-title-active].tip--top-right:hover:after{top:-6px}.lifterlms [data-tip].tip--top-left:before,.lifterlms [data-title-default].tip--top-left:before,.lifterlms [data-title-active].tip--top-left:before,.llms-metabox [data-tip].tip--top-left:before,.llms-metabox [data-title-default].tip--top-left:before,.llms-metabox [data-title-active].tip--top-left:before,.llms-mb-container [data-tip].tip--top-left:before,.llms-mb-container [data-title-default].tip--top-left:before,.llms-mb-container [data-title-active].tip--top-left:before,.llms-quiz-wrapper [data-tip].tip--top-left:before,.llms-quiz-wrapper [data-title-default].tip--top-left:before,.llms-quiz-wrapper [data-title-active].tip--top-left:before{bottom:100%;left:-10px}.lifterlms [data-tip].tip--top-left:hover:before,.lifterlms [data-title-default].tip--top-left:hover:before,.lifterlms [data-title-active].tip--top-left:hover:before,.llms-metabox [data-tip].tip--top-left:hover:before,.llms-metabox [data-title-default].tip--top-left:hover:before,.llms-metabox [data-title-active].tip--top-left:hover:before,.llms-mb-container [data-tip].tip--top-left:hover:before,.llms-mb-container [data-title-default].tip--top-left:hover:before,.llms-mb-container [data-title-active].tip--top-left:hover:before,.llms-quiz-wrapper [data-tip].tip--top-left:hover:before,.llms-quiz-wrapper [data-title-default].tip--top-left:hover:before,.llms-quiz-wrapper [data-title-active].tip--top-left:hover:before{bottom:calc(100% + 6px)}.lifterlms [data-tip].tip--top-left:after,.lifterlms [data-title-default].tip--top-left:after,.lifterlms [data-title-active].tip--top-left:after,.llms-metabox [data-tip].tip--top-left:after,.llms-metabox [data-title-default].tip--top-left:after,.llms-metabox [data-title-active].tip--top-left:after,.llms-mb-container [data-tip].tip--top-left:after,.llms-mb-container [data-title-default].tip--top-left:after,.llms-mb-container [data-title-active].tip--top-left:after,.llms-quiz-wrapper [data-tip].tip--top-left:after,.llms-quiz-wrapper [data-title-default].tip--top-left:after,.llms-quiz-wrapper [data-title-active].tip--top-left:after{border-top-color:#444;left:6px;top:0}.lifterlms [data-tip].tip--top-left:hover:after,.lifterlms [data-title-default].tip--top-left:hover:after,.lifterlms [data-title-active].tip--top-left:hover:after,.llms-metabox [data-tip].tip--top-left:hover:after,.llms-metabox [data-title-default].tip--top-left:hover:after,.llms-metabox [data-title-active].tip--top-left:hover:after,.llms-mb-container [data-tip].tip--top-left:hover:after,.llms-mb-container [data-title-default].tip--top-left:hover:after,.llms-mb-container [data-title-active].tip--top-left:hover:after,.llms-quiz-wrapper [data-tip].tip--top-left:hover:after,.llms-quiz-wrapper [data-title-default].tip--top-left:hover:after,.llms-quiz-wrapper [data-title-active].tip--top-left:hover:after{top:-6px}.lifterlms [data-tip].tip--bottom-left:before,.lifterlms [data-title-default].tip--bottom-left:before,.lifterlms [data-title-active].tip--bottom-left:before,.llms-metabox [data-tip].tip--bottom-left:before,.llms-metabox [data-title-default].tip--bottom-left:before,.llms-metabox [data-title-active].tip--bottom-left:before,.llms-mb-container [data-tip].tip--bottom-left:before,.llms-mb-container [data-title-default].tip--bottom-left:before,.llms-mb-container [data-title-active].tip--bottom-left:before,.llms-quiz-wrapper [data-tip].tip--bottom-left:before,.llms-quiz-wrapper [data-title-default].tip--bottom-left:before,.llms-quiz-wrapper [data-title-active].tip--bottom-left:before{top:100%;left:-10px}.lifterlms [data-tip].tip--bottom-left:hover:before,.lifterlms [data-title-default].tip--bottom-left:hover:before,.lifterlms [data-title-active].tip--bottom-left:hover:before,.llms-metabox [data-tip].tip--bottom-left:hover:before,.llms-metabox [data-title-default].tip--bottom-left:hover:before,.llms-metabox [data-title-active].tip--bottom-left:hover:before,.llms-mb-container [data-tip].tip--bottom-left:hover:before,.llms-mb-container [data-title-default].tip--bottom-left:hover:before,.llms-mb-container [data-title-active].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:before{top:calc(100% + 6px)}.lifterlms [data-tip].tip--bottom-left:after,.lifterlms [data-title-default].tip--bottom-left:after,.lifterlms [data-title-active].tip--bottom-left:after,.llms-metabox [data-tip].tip--bottom-left:after,.llms-metabox [data-title-default].tip--bottom-left:after,.llms-metabox [data-title-active].tip--bottom-left:after,.llms-mb-container [data-tip].tip--bottom-left:after,.llms-mb-container [data-title-default].tip--bottom-left:after,.llms-mb-container [data-title-active].tip--bottom-left:after,.llms-quiz-wrapper [data-tip].tip--bottom-left:after,.llms-quiz-wrapper [data-title-default].tip--bottom-left:after,.llms-quiz-wrapper [data-title-active].tip--bottom-left:after{border-bottom-color:#444;left:6px;bottom:0}.lifterlms [data-tip].tip--bottom-left:hover:after,.lifterlms [data-title-default].tip--bottom-left:hover:after,.lifterlms [data-title-active].tip--bottom-left:hover:after,.llms-metabox [data-tip].tip--bottom-left:hover:after,.llms-metabox [data-title-default].tip--bottom-left:hover:after,.llms-metabox [data-title-active].tip--bottom-left:hover:after,.llms-mb-container [data-tip].tip--bottom-left:hover:after,.llms-mb-container [data-title-default].tip--bottom-left:hover:after,.llms-mb-container [data-title-active].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:after{bottom:-6px}.lifterlms [data-tip].tip--bottom-right:before,.lifterlms [data-title-default].tip--bottom-right:before,.lifterlms [data-title-active].tip--bottom-right:before,.llms-metabox [data-tip].tip--bottom-right:before,.llms-metabox [data-title-default].tip--bottom-right:before,.llms-metabox [data-title-active].tip--bottom-right:before,.llms-mb-container [data-tip].tip--bottom-right:before,.llms-mb-container [data-title-default].tip--bottom-right:before,.llms-mb-container [data-title-active].tip--bottom-right:before,.llms-quiz-wrapper [data-tip].tip--bottom-right:before,.llms-quiz-wrapper [data-title-default].tip--bottom-right:before,.llms-quiz-wrapper [data-title-active].tip--bottom-right:before{top:100%;right:-10px}.lifterlms [data-tip].tip--bottom-right:hover:before,.lifterlms [data-title-default].tip--bottom-right:hover:before,.lifterlms [data-title-active].tip--bottom-right:hover:before,.llms-metabox [data-tip].tip--bottom-right:hover:before,.llms-metabox [data-title-default].tip--bottom-right:hover:before,.llms-metabox [data-title-active].tip--bottom-right:hover:before,.llms-mb-container [data-tip].tip--bottom-right:hover:before,.llms-mb-container [data-title-default].tip--bottom-right:hover:before,.llms-mb-container [data-title-active].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:before{top:calc(100% + 6px)}.lifterlms [data-tip].tip--bottom-right:after,.lifterlms [data-title-default].tip--bottom-right:after,.lifterlms [data-title-active].tip--bottom-right:after,.llms-metabox [data-tip].tip--bottom-right:after,.llms-metabox [data-title-default].tip--bottom-right:after,.llms-metabox [data-title-active].tip--bottom-right:after,.llms-mb-container [data-tip].tip--bottom-right:after,.llms-mb-container [data-title-default].tip--bottom-right:after,.llms-mb-container [data-title-active].tip--bottom-right:after,.llms-quiz-wrapper [data-tip].tip--bottom-right:after,.llms-quiz-wrapper [data-title-default].tip--bottom-right:after,.llms-quiz-wrapper [data-title-active].tip--bottom-right:after{border-bottom-color:#444;right:6px;bottom:0}.lifterlms [data-tip].tip--bottom-right:hover:after,.lifterlms [data-title-default].tip--bottom-right:hover:after,.lifterlms [data-title-active].tip--bottom-right:hover:after,.llms-metabox [data-tip].tip--bottom-right:hover:after,.llms-metabox [data-title-default].tip--bottom-right:hover:after,.llms-metabox [data-title-active].tip--bottom-right:hover:after,.llms-mb-container [data-tip].tip--bottom-right:hover:after,.llms-mb-container [data-title-default].tip--bottom-right:hover:after,.llms-mb-container [data-title-active].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:after{bottom:-6px}.lifterlms [data-tip]:before,.lifterlms [data-title-default]:before,.lifterlms [data-title-active]:before,.llms-metabox [data-tip]:before,.llms-metabox [data-title-default]:before,.llms-metabox [data-title-active]:before,.llms-mb-container [data-tip]:before,.llms-mb-container [data-title-default]:before,.llms-mb-container [data-title-active]:before,.llms-quiz-wrapper [data-tip]:before,.llms-quiz-wrapper [data-title-default]:before,.llms-quiz-wrapper [data-title-active]:before{background:#444;border-radius:4px;color:#fff;font-size:13px;line-height:1.2;padding:8px;max-width:300px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.lifterlms [data-tip]:after,.lifterlms [data-title-default]:after,.lifterlms [data-title-active]:after,.llms-metabox [data-tip]:after,.llms-metabox [data-title-default]:after,.llms-metabox [data-title-active]:after,.llms-mb-container [data-tip]:after,.llms-mb-container [data-title-default]:after,.llms-mb-container [data-title-active]:after,.llms-quiz-wrapper [data-tip]:after,.llms-quiz-wrapper [data-title-default]:after,.llms-quiz-wrapper [data-title-active]:after{content:"";border:6px solid rgba(0,0,0,0);height:0;width:0}.lifterlms [data-tip]:before,.lifterlms [data-tip]:after,.lifterlms [data-title-default]:before,.lifterlms [data-title-default]:after,.lifterlms [data-title-active]:before,.lifterlms [data-title-active]:after,.llms-metabox [data-tip]:before,.llms-metabox [data-tip]:after,.llms-metabox [data-title-default]:before,.llms-metabox [data-title-default]:after,.llms-metabox [data-title-active]:before,.llms-metabox [data-title-active]:after,.llms-mb-container [data-tip]:before,.llms-mb-container [data-tip]:after,.llms-mb-container [data-title-default]:before,.llms-mb-container [data-title-default]:after,.llms-mb-container [data-title-active]:before,.llms-mb-container [data-title-active]:after,.llms-quiz-wrapper [data-tip]:before,.llms-quiz-wrapper [data-tip]:after,.llms-quiz-wrapper [data-title-default]:before,.llms-quiz-wrapper [data-title-default]:after,.llms-quiz-wrapper [data-title-active]:before,.llms-quiz-wrapper [data-title-active]:after{opacity:0;-webkit-transition:all .2s .1s ease;transition:all .2s .1s ease;position:absolute;pointer-events:none;visibility:hidden}.lifterlms [data-tip]:hover:before,.lifterlms [data-tip]:hover:after,.lifterlms [data-title-default]:hover:before,.lifterlms [data-title-default]:hover:after,.lifterlms [data-title-active]:hover:before,.lifterlms [data-title-active]:hover:after,.llms-metabox [data-tip]:hover:before,.llms-metabox [data-tip]:hover:after,.llms-metabox [data-title-default]:hover:before,.llms-metabox [data-title-default]:hover:after,.llms-metabox [data-title-active]:hover:before,.llms-metabox [data-title-active]:hover:after,.llms-mb-container [data-tip]:hover:before,.llms-mb-container [data-tip]:hover:after,.llms-mb-container [data-title-default]:hover:before,.llms-mb-container [data-title-default]:hover:after,.llms-mb-container [data-title-active]:hover:before,.llms-mb-container [data-title-active]:hover:after,.llms-quiz-wrapper [data-tip]:hover:before,.llms-quiz-wrapper [data-tip]:hover:after,.llms-quiz-wrapper [data-title-default]:hover:before,.llms-quiz-wrapper [data-title-default]:hover:after,.llms-quiz-wrapper [data-title-active]:hover:before,.llms-quiz-wrapper [data-title-active]:hover:after{opacity:1;-webkit-transition:all .2s .6s ease;transition:all .2s .6s ease;visibility:visible;z-index:99999999}.lifterlms [data-tip]:before,.llms-metabox [data-tip]:before,.llms-mb-container [data-tip]:before,.llms-quiz-wrapper [data-tip]:before{content:attr(data-tip)}.lifterlms [data-tip].active:before,.llms-metabox [data-tip].active:before,.llms-mb-container [data-tip].active:before,.llms-quiz-wrapper [data-tip].active:before{content:attr(data-tip-active)}#adminmenu .toplevel_page_lifterlms .wp-menu-image img{padding-top:6px;width:20px}#adminmenu .toplevel_page_lifterlms a[href*="page=llms-add-ons"],#adminmenu .opensub .wp-submenu li.current a[href*="page=llms-add-ons"],#adminmenu .wp-submenu li.current a[href*="page=llms-add-ons"],#adminmenu .wp-submenu li.current a[href*="page=llms-add-ons"],#adminmenu .wp-submenu li.current a[href*="page=llms-add-ons"],#adminmenu a.wp-has-current-submenu:focus+.wp-submenu li.current a[href*="page=llms-add-ons"]{color:#ff922b}.last-col{float:left;padding-left:0 !important}.last-col:after{clear:both}@media(max-width: 767px){.m-all{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding-left:0}.m-1of2{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.m-1of3{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:33.33%}.m-2of3{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:66.66%}.m-1of4{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.m-3of4{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.m-right{text-align:center}.m-center{text-align:center}.m-left{text-align:center}.d-right{text-align:left}.d-center{text-align:center}.d-left{text-align:right}}@media(min-width: 768px)and (max-width: 1029px){.t-all{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding-left:0}.t-1of2{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.t-1of3{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:33.33%}.t-2of3{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:66.66%}.t-1of4{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.t-3of4{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.t-1of5{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:20%}.t-2of5{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:40%}.t-3of5{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:60%}.t-4of5{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:80%}.d-right{text-align:left}.d-center{text-align:center}.d-left{text-align:right}}@media(min-width: 1030px){.d-all{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding-left:0}.d-1of2{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.d-1of3{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:33.33%}.d-2of3{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:66.66%}.d-1of4{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.d-3of4{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.d-1of5{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:20%}.d-2of5{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:40%}.d-3of5{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:60%}.d-4of5{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:80%}.d-1of6{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:16.6666666667%}.d-1of7{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:14.2857142857%}.d-2of7{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:28.5714286%}.d-3of7{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:42.8571429%}.d-4of7{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:57.1428572%}.d-5of7{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:71.4285715%}.d-6of7{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:85.7142857%}.d-1of8{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:12.5%}.d-1of9{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:11.1111111111%}.d-1of10{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:10%}.d-1of11{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:9.0909090909%}.d-1of12{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:8.33%}.d-right{text-align:left}.d-center{text-align:center}.d-left{text-align:right}}#llms-form-wrapper .llms-search-form-wrapper{border-bottom:1px solid #999;margin:20px 0}#llms-form-wrapper #llms_analytics_search{border:none !important;text-shadow:none !important;border:none !important;outline:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;margin:0 !important;color:#fefefe !important;background:#466dd8 !important;border-radius:0;-webkit-transition:.5s;transition:.5s}#llms-form-wrapper #llms_analytics_search:hover{background:#0185a3 !important}#llms-form-wrapper #llms_analytics_search:active{background:#33b1cb !important}#llms-skip-setup-form .llms-admin-link{background:none !important;border:none;padding:0 !important;color:#0074a2;cursor:pointer}#llms-skip-setup-form .llms-admin-link:hover{color:#2ea2cc}#llms-skip-setup-form .llms-admin-link:focus{color:#124964}.llms-switch{position:relative}.llms-switch .llms-toggle{position:absolute;margin-right:-9999px;visibility:hidden}.llms-switch .llms-toggle+label{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:relative;cursor:pointer;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.llms-switch input.llms-toggle-round+label{border:2px solid #6c7781;border-radius:10px;height:20px;width:36px}.llms-switch input.llms-toggle-round+label:before,.llms-switch input.llms-toggle-round+label:after{-webkit-box-sizing:border-box;box-sizing:border-box;content:"";display:block;position:absolute;-webkit-transition:background .4s;transition:background .4s}.llms-switch input.llms-toggle-round:checked+label{border-color:#11a0d2;background-color:#11a0d2}.llms-switch input.llms-toggle-round+label:after{height:12px;right:2px;top:2px;background-color:#6c7781;border-radius:50%;-webkit-transition:margin .4s;transition:margin .4s;width:12px;z-index:3}.llms-switch input.llms-toggle-round:checked+label:after{background-color:#fefefe;margin-right:16px}.llms-switch input.llms-toggle-round+label:before{height:8px;top:4px;border:1px solid #6c7781;border-radius:50%;left:4px;width:8px;z-index:2}.llms-switch input.llms-toggle-round:checked+label:before{border-color:#fefefe;border-radius:0;right:6px;left:auto;width:2px}#llms-profile-fields{margin:50px 0}#llms-profile-fields .llms-form-field{padding-right:0}#llms-profile-fields label{display:block;font-weight:bold;padding:8px 0 2px}#llms-profile-fields .type-checkbox .type-checkbox label{display:initial;font-weight:initial;padding:0}#llms-profile-fields .type-checkbox .type-checkbox input{display:inline-block;margin-bottom:0;width:1rem}#llms-profile-fields select{max-width:100%}a.llms-voucher-delete{background:#e5554e;color:#fefefe;display:block;padding:4px 2px;text-decoration:none;-webkit-transition:ease .3s all;transition:ease .3s all}a.llms-voucher-delete:hover{background:#af3a26}.llms-voucher-codes-wrapper table,.llms-voucher-redemption-wrapper table{width:100%;border-collapse:collapse}.llms-voucher-codes-wrapper table th,.llms-voucher-codes-wrapper table td,.llms-voucher-redemption-wrapper table th,.llms-voucher-redemption-wrapper table td{border:none}.llms-voucher-codes-wrapper table thead,.llms-voucher-redemption-wrapper table thead{background-color:#466dd8;color:#fff}.llms-voucher-codes-wrapper table thead th,.llms-voucher-redemption-wrapper table thead th{padding:10px 10px}.llms-voucher-codes-wrapper table tr,.llms-voucher-redemption-wrapper table tr{counter-increment:row-counter}.llms-voucher-codes-wrapper table tr:nth-child(even),.llms-voucher-redemption-wrapper table tr:nth-child(even){background-color:#f1f1f1}.llms-voucher-codes-wrapper table tr td,.llms-voucher-redemption-wrapper table tr td{padding:5px}.llms-voucher-codes-wrapper table tr td:first-child:before,.llms-voucher-redemption-wrapper table tr td:first-child:before{content:counter(row-counter)}.llms-voucher-codes-wrapper table{width:100%;border-collapse:collapse}.llms-voucher-codes-wrapper table th,.llms-voucher-codes-wrapper table td{border:none}.llms-voucher-codes-wrapper table thead{background-color:#466dd8;color:#fff}.llms-voucher-codes-wrapper table tr:nth-child(even){background-color:#f1f1f1}.llms-voucher-codes-wrapper table tr td span{display:inline-block;min-width:30px}.llms-voucher-codes-wrapper button{cursor:pointer}.llms-voucher-codes-wrapper .llms-voucher-delete{float:left;margin-left:15px}.llms-voucher-codes-wrapper .llms-voucher-uses{width:50px}.llms-voucher-codes-wrapper .llms-voucher-add-codes{float:left}.llms-voucher-codes-wrapper .llms-voucher-add-codes input[type=text]{width:30px}.llms-voucher-export-wrapper .llms-voucher-export-type{width:100%}.llms-voucher-export-wrapper .llms-voucher-export-type p{margin:0 15px 0 0}.llms-voucher-export-wrapper .llms-voucher-email-wrapper{width:100%;margin:25px 0}.llms-voucher-export-wrapper .llms-voucher-email-wrapper input[type=text]{width:100%}.llms-voucher-export-wrapper .llms-voucher-email-wrapper p{margin:0}.llms-voucher-export-wrapper>button{float:left}.postbox .inside{overflow:auto}.llms-widget{background-color:#fff;border:1px solid #dedede;border-radius:12px;-webkit-box-shadow:0px 0px 1px rgba(48,49,51,.05),0px 2px 4px rgba(48,49,51,.1);box-shadow:0px 0px 1px rgba(48,49,51,.05),0px 2px 4px rgba(48,49,51,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;padding:20px;position:relative;width:100%}.llms-widget.alt{border:1px solid #ccc;background-color:#efefef;margin-bottom:10px}.llms-widget.alt .llms-label{color:#777;font-size:14px;margin-bottom:10px;padding-bottom:5px}.llms-widget.alt h2{color:#444;font-weight:300}.llms-widget a{border-bottom:1px dotted #466dd8;display:inline-block;text-decoration:none}.llms-widget a:hover{border-bottom:1px dotted #2b55cb}.llms-widget .llms-widget-content{margin:.67em 0;color:#466dd8;font-size:2.4em;font-weight:700;line-height:1;word-break:break-all}.llms-widget h2{font-size:1.8em}.llms-widget .llms-label{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:18px;font-weight:400;margin:0 0 10px 0;text-align:center}.llms-widget .llms-chart{width:100%;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.llms-widget mark.yes{background-color:#7ad03a}.llms-widget .llms-subtitle{margin-bottom:0}.llms-widget .spinner{float:none;right:50%;margin:-10px -10px 0 0;position:absolute;top:50%;z-index:2}.llms-widget.is-loading:before{background:#fefefe;bottom:0;content:"";right:0;opacity:.9;position:absolute;left:0;top:0;z-index:1}.llms-widget.is-loading .spinner{visibility:visible}.llms-widget td[colspan="2"]{padding-right:0}.llms-widget tr.llms-disabled-field{opacity:.5;pointer-events:none}.llms-widget-1-3,.llms-widget-1-4,.llms-widget-1-5{text-align:center}.llms-widget .llms-widget-info-toggle{color:#aaa;cursor:pointer;font-size:16px;position:absolute;left:20px;top:20px}.llms-widget.info-showing .llms-widget-info{display:block}.llms-widget-info{background:#444;color:#fefefe;bottom:-50px;display:none;padding:15px;position:absolute;text-align:center;right:10px;left:15px;z-index:3}.llms-widget-info:before{content:"";border:12px solid rgba(0,0,0,0);border-bottom-color:#444;right:50%;margin-right:-12px;position:absolute;top:-24px}.llms-widget-info p{margin:0}.llms-widget-row:before,.llms-widget-row:after{content:" ";display:table}.llms-widget-row:after{clear:both}.llms-widget-row .no-padding{padding:0 !important}svg.icon{height:24px;width:24px;display:inline-block;fill:currentColor;vertical-align:baseline}button svg.icon{height:18px;width:18px;margin:4px 4px 0 -4px;-webkit-filter:drop-shadow(0 1px #eee);filter:drop-shadow(0 1px #eee);float:left}svg.icon.menu-icon{height:20px;width:20px;display:inline-block;fill:currentColor;vertical-align:text-bottom;margin-left:10px}svg.icon.tree-icon{height:13px;width:13px;vertical-align:middle}svg.icon.section-icon{height:16px;width:16px;vertical-align:text-bottom}svg.icon.button-icon{height:16px;width:16px;vertical-align:text-bottom}svg.icon.button-icon-attr{height:10px;width:10px;vertical-align:middle}svg.icon.list-icon{height:12px;width:12px;vertical-align:middle}svg.icon.list-icon.on{color:#466dd8}svg.icon.list-icon.off{color:#444}svg.icon.detail-icon{height:16px;width:16px;vertical-align:text-bottom;cursor:default}svg.icon.detail-icon.on{color:#466dd8}svg.icon.detail-icon.off{color:#ccc}svg.icon-ion-arrow-up{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}svg use{pointer-events:none}#side-sortables .tab-content{padding:0}.llms-mb-container .tab-content{display:none;background-color:#fff;padding:0 20px}.llms-mb-container .tab-content ul:not(.select2-selection__rendered){margin:0 0 15px 0}.llms-mb-container .tab-content ul:not(.select2-selection__rendered)>li{padding:20px 0;margin:0}.llms-mb-container .tab-content ul:not(.select2-selection__rendered)>li.select:not([class*=d-]){width:100%}.llms-mb-container .tab-content ul:not(.select2-selection__rendered)>li:last-child{border:0;padding-bottom:0}.llms-mb-container .tab-content ul:not(.select2-selection__rendered)>li.top{border-bottom:0;padding-bottom:0}.llms-mb-container .tab-content .full-width{width:100%}.llms-mb-container .tab-content #wp-content-editor-tools{background:none}.llms-mb-container .tab-content.llms-active{display:inherit}.llms-mb-container .tab-content .no-border{border-bottom:0px}.topModal{display:none;position:relative;border:4px solid gray;background:#fff;z-index:1000001;padding:2px;max-width:500px;margin:34px auto 0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-color:#fff;border-radius:2px;border:1px solid #ddd}.topModalClose{float:left;cursor:pointer;margin-left:10px;margin-top:10px}.topModalContainer{display:none;overflow:auto;overflow-y:hidden;position:fixed;top:0 !important;left:0;bottom:0;right:0;-webkit-overflow-scrolling:touch;width:auto !important;margin-right:0 !important;background-color:rgba(0,0,0,0) !important;z-index:100002 !important}.topModalBackground{display:none;background:#000;position:fixed;height:100%;width:100%;top:0 !important;right:0;margin-right:0 !important;z-index:100002 !important;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:auto;overflow-y:hidden}body.modal-open{overflow:hidden}.llms-modal-header{border-top-left-radius:1px;border-top-right-radius:1px;background:#466dd8;color:#eee;padding:10px 15px;font-size:18px}#llms-icon-modal-close{width:16px;height:16px;fill:#fefefe}.llms-modal-content{padding:20px}.llms-modal-content h3{margin-top:0}.llms-modal-form h1{margin-top:0}.llms-modal-form input[type=text]{width:100%}.llms-modal-form textarea,.llms-modal-form input[type=text],.llms-modal-form input[type=password],.llms-modal-form input[type=file],.llms-modal-form input[type=datetime],.llms-modal-form input[type=datetime-local],.llms-modal-form input[type=date],.llms-modal-form input[type=month],.llms-modal-form input[type=time],.llms-modal-form input[type=week],.llms-modal-form input[type=number],.llms-modal-form input[type=email],.llms-modal-form input[type=url],.llms-modal-form input[type=search],.llms-modal-form input[type=tel],.llms-modal-form input[type=color]{padding:0 .4em 0 .4em;margin-bottom:2em;vertical-align:middle;border-radius:3px;min-width:50px;max-width:635px;width:100%;min-height:32px;background-color:#fff;border:1px solid #ccc;margin:0 0 24px 0;outline:none;-webkit-transition:border .3s ease-in-out 0s;transition:border .3s ease-in-out 0s}.llms-modal-form textarea:focus,.llms-modal-form input[type=text]:focus,.llms-modal-form input[type=password]:focus,.llms-modal-form input[type=file]:focus,.llms-modal-form input[type=datetime]:focus,.llms-modal-form input[type=datetime-local]:focus,.llms-modal-form input[type=date]:focus,.llms-modal-form input[type=month]:focus,.llms-modal-form input[type=time]:focus,.llms-modal-form input[type=week]:focus,.llms-modal-form input[type=number]:focus,.llms-modal-form input[type=email]:focus,.llms-modal-form input[type=url]:focus,.llms-modal-form input[type=search]:focus,.llms-modal-form input[type=tel]:focus,.llms-modal-form input[type=color]:focus{background:#fefefe;border:1px solid #466dd8}.llms-modal-form textarea{padding:.4em !important;height:100px !important;border-radius:3px;vertical-align:middle;min-height:32px;outline:none;-webkit-box-sizing:border-box;box-sizing:border-box}.llms-modal-form textarea:focus{background:#fefefe;border:1px solid #466dd8}.llms-modal-form .chosen-container-single .chosen-single{border-radius:3px;vertical-align:middle;min-height:32px;border:1px solid #ccc;width:100%;background:#fefefe !important;outline:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 0 0 #fff;box-shadow:0 0 0 #fff;line-height:32px;margin:0 0 24px 0}.llms-modal-form .chosen-container-single .chosen-single:focus{background:#fefefe;border:1px solid #466dd8}.llms-modal-form .chosen-container-single .chosen-single div b{margin-top:4px}.llms-modal-form .chosen-search input[type=text]{border:1px solid #ccc}.llms-modal-form .chosen-search input[type=text]:focus{background-color:#fefefe;border:1px solid #466dd8}.llms-modal-form .chosen-container-single .chosen-drop{margin-top:-28px}.llms-modal-form .llms-button-primary,.llms-modal-form .llms-button-secondary{padding:10px 10px;border-radius:0;-webkit-transition:.5s;transition:.5s;-webkit-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc}.llms-modal-form .llms-button-primary.full,.llms-modal-form .llms-button-secondary.full{width:100%}.modal-open .select2-dropdown{z-index:1000005}.button.llms-merge-code-button{vertical-align:middle}.button.llms-merge-code-button svg{margin-left:2px;position:relative;top:4px;width:16px}.button.llms-merge-code-button svg g{fill:currentColor}.llms-mb-container .llms-merge-code-wrapper{float:left;top:-5px}.llms-merge-code-wrapper{display:inline;position:relative}.llms-merge-codes{background:#f7f7f7;border:1px solid #ccc;border-radius:3px;-webkit-box-shadow:0 1px 0 #ccc;box-shadow:0 1px 0 #ccc;color:#555;display:none;right:1px;overflow:hidden;position:absolute;top:30px;width:200px}.llms-merge-codes ul{margin:0;padding:0}.llms-merge-codes li{cursor:pointer;margin:0;padding:4px 8px !important;border-bottom:1px solid #ccc}.llms-merge-codes li:hover{color:#23282d;background:#fefefe}.llms-merge-codes.active{display:block;z-index:777}.llms-nav-tab,.llms-nav-tab-filters{display:block;width:100%}form.llms-nav-tab-filters.full-width{width:100%}form.llms-nav-tab-filters.full-width label{display:inline-block;width:10%;text-align:right}form.llms-nav-tab-filters.full-width .select2-container{width:85% !important}.llms-nav-tab-settings{display:block;width:100%}#llms-form-wrapper .llms-select{width:100%;margin-bottom:20px}#llms-form-wrapper .llms-checkbox{display:inline-block;width:100%;text-align:right}#llms-form-wrapper .llms-filter-options{width:100%}#llms-form-wrapper .llms-date-select{width:100%;display:inline-block;margin-bottom:20px}#llms-form-wrapper .llms-date-select input[type=text]{width:100%}ul.tabs li{display:block}@media only screen and (min-width: 481px){#llms-form-wrapper .llms-checkbox{width:33%}}@media only screen and (min-width: 768px){ul.tabs li{display:inline-block}.llms-nav-tab{display:inline-block;width:33%}.llms-nav-tab-settings{display:inline-block;width:25%}#llms-form-wrapper .llms-select{width:50%;max-width:500px}#llms-form-wrapper .llms-filter-options{width:50%;max-width:500px}#llms-form-wrapper .llms-date-select{width:47.5%}#llms-form-wrapper .llms-date-select:first-child{margin-left:5%}.llms-widget input[type=text],.llms-widget input[type=password],.llms-widget input[type=datetime],.llms-widget input[type=datetime-local],.llms-widget input[type=date],.llms-widget input[type=month],.llms-widget input[type=time],.llms-widget input[type=week],.llms-widget input[type=number],.llms-widget input[type=email],.llms-widget input[type=url],.llms-widget input[type=search],.llms-widget input[type=tel],.llms-widget input[type=color],.llms-widget select,.llms-widget textarea{width:50%}.llms-widget input[type=text].medium,.llms-widget input[type=password].medium,.llms-widget input[type=datetime].medium,.llms-widget input[type=datetime-local].medium,.llms-widget input[type=date].medium,.llms-widget input[type=month].medium,.llms-widget input[type=time].medium,.llms-widget input[type=week].medium,.llms-widget input[type=number].medium,.llms-widget input[type=email].medium,.llms-widget input[type=url].medium,.llms-widget input[type=search].medium,.llms-widget input[type=tel].medium,.llms-widget input[type=color].medium,.llms-widget select.medium,.llms-widget textarea.medium{width:30%}.llms-widget input[type=text].small,.llms-widget input[type=password].small,.llms-widget input[type=datetime].small,.llms-widget input[type=datetime-local].small,.llms-widget input[type=date].small,.llms-widget input[type=month].small,.llms-widget input[type=time].small,.llms-widget input[type=week].small,.llms-widget input[type=number].small,.llms-widget input[type=email].small,.llms-widget input[type=url].small,.llms-widget input[type=search].small,.llms-widget input[type=tel].small,.llms-widget input[type=color].small,.llms-widget select.small,.llms-widget textarea.small{width:20%}.llms-widget input[type=text].tiny,.llms-widget input[type=password].tiny,.llms-widget input[type=datetime].tiny,.llms-widget input[type=datetime-local].tiny,.llms-widget input[type=date].tiny,.llms-widget input[type=month].tiny,.llms-widget input[type=time].tiny,.llms-widget input[type=week].tiny,.llms-widget input[type=number].tiny,.llms-widget input[type=email].tiny,.llms-widget input[type=url].tiny,.llms-widget input[type=search].tiny,.llms-widget input[type=tel].tiny,.llms-widget input[type=color].tiny,.llms-widget select.tiny,.llms-widget textarea.tiny{width:10%}}@media only screen and (min-width: 1030px){.llms-nav-tab{display:inline-block;width:33.333%}.llms-nav-tab-settings{display:inline-block;width:25%}#llms-form-wrapper .llms-select{display:inline-block;width:47.5%}#llms-form-wrapper .llms-select:first-child{margin-left:5%}#llms-form-wrapper .llms-filter-options{display:inline-block;width:47.5%}#llms-form-wrapper .llms-filter-options.date-filter{margin-left:5%}#llms-form-wrapper .llms-filter-options .llms-date-select{margin-bottom:0}#llms-form-wrapper .llms-date-select{width:47.5%}#llms-form-wrapper .llms-date-select:first-child{margin-left:5%}.llms-widget-row:before,.llms-widget-row:after{content:" ";display:table}.llms-widget-row:after{clear:both}.llms-widget-row .llms-widget-1-5{vertical-align:top;width:20%;float:right;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 5px}.llms-widget-row .llms-widget-1-4{vertical-align:top;width:25%;float:right;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 5px}.llms-widget-row .llms-widget-1-3{width:33.3%;float:right;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 5px}.llms-widget-row .llms-widget-1-2{width:50%;float:right;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 5px;vertical-align:top}}@media only screen and (min-width: 1240px){.llms-nav-tab-filters,.llms-nav-tab-settings{float:right;width:12.5%}}.wrap.lifterlms{margin-top:0}.llms-header{background-color:#fff;margin:0 -20px 0 0;padding:20px 10px;position:relative;z-index:1}.llms-header .llms-inside-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 10px}.llms-header .lifterlms-logo{-webkit-box-flex:0;-ms-flex:0 0 190px;flex:0 0 190px;max-height:52px;margin-left:10px}.llms-header .llms-meta{-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;line-height:1.5}.llms-header .llms-meta .llms-version{background-color:#1d2327;color:#fff;border-radius:999px;font-size:13px;font-weight:700;padding:6px 12px}.llms-header .llms-meta a{display:inline-block}.llms-header .llms-meta .llms-license{border-left:1px solid #ccc;font-weight:700;margin-left:12px;padding-left:12px}.llms-header .llms-meta .llms-license a{text-decoration:none}.llms-header .llms-meta .llms-license a:before{content:"";display:inline-block;font:400 16px/1 dashicons;right:0;padding-left:3px;position:relative;text-decoration:none;vertical-align:text-bottom}.llms-header .llms-meta .llms-license a.llms-license-none{color:#888}.llms-header .llms-meta .llms-license a.llms-license-none:before{content:""}.llms-header .llms-meta .llms-license a.llms-license-active{color:#008a20}.llms-header .llms-meta .llms-license a.llms-license-active:before{content:""}.llms-header .llms-meta .llms-support{font-weight:700}.llms-header .llms-meta .llms-support a{color:#1d2327;text-decoration:none}.llms-subheader{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-right:-20px;padding:10px 20px;width:100%;z-index:1}.llms-subheader h1{font-weight:700;padding:0}.llms-subheader h1 a{color:inherit;text-decoration:none}#post_course_difficulty{min-width:200px}#_video-embed,#_audio-embed{width:100%}hr{background-color:#ccc;border:none;height:1px;margin:30px 0;padding:0}.llms_certificate_default_image,.llms_certificate_image{width:300px}.llms_achievement_default_image,.llms_achievement_image{width:120px}div[id^=lifterlms-] .inside{overflow:visible}.notice.llms-admin-notice{background-color:#fff;border:1px solid #ccd0d4;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.15);box-shadow:0 1px 4px rgba(0,0,0,.15);display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 !important;position:relative}.notice.llms-admin-notice .notice-dismiss{text-decoration:none}.notice.llms-admin-notice.notice-warning{border-right:4px solid #f8954f}.notice.llms-admin-notice.notice-warning .llms-admin-notice-icon{background-color:#fef4ed}.notice.llms-admin-notice.notice-info{border-right:4px solid #466dd8}.notice.llms-admin-notice.notice-info h3{color:#466dd8}.notice.llms-admin-notice.notice-info .llms-admin-notice-icon{background-color:#edf0fb}.notice.llms-admin-notice.notice-success{border-right:4px solid #18a957}.notice.llms-admin-notice.notice-success h3{color:#18a957}.notice.llms-admin-notice.notice-success .llms-admin-notice-icon{background-color:#e8f6ee}.notice.llms-admin-notice.notice-error{border-right:4px solid #df1642}.notice.llms-admin-notice.notice-error h3{color:#9c0f2e}.notice.llms-admin-notice.notice-error .llms-admin-notice-icon{background-color:#fce8ec}.notice.llms-admin-notice .llms-admin-notice-icon{background-image:url(../../assets/images/lifterlms-icon-color.png);background-position:center center;background-repeat:no-repeat;background-size:30px;min-width:70px}.notice.llms-admin-notice .llms-admin-notice-content{color:#111;padding:20px}.notice.llms-admin-notice h3{font-size:18px;font-weight:700;line-height:25px;margin:0 0 15px 0}.notice.llms-admin-notice button,.notice.llms-admin-notice .llms-button-primary{display:inline-block}.notice.llms-admin-notice p{font-size:14px;line-height:22px;margin:0 0 15px 0;max-width:65em;padding:0}.notice.llms-admin-notice p:last-of-type{margin-bottom:0}.llms-button-action.small .dashicons,.llms-button-danger.small .dashicons,.llms-button-primary.small .dashicons,.llms-button-secondary.small .dashicons{font-size:13px;height:13px;width:13px}.llms-button-action:hover,.llms-button-danger:hover,.llms-button-primary:hover,.llms-button-secondary:hover{-webkit-box-shadow:none;box-shadow:none}a.llms-view-as{line-height:2;margin-left:8px}.llms-image-field-preview{max-height:80px;vertical-align:middle;width:auto}.llms-image-field-remove.hidden{display:none}.llms-log-viewer{background:#fff;border:1px solid #e5e5e5;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04);margin:20px 0;padding:25px}.llms-log-viewer pre{font-family:monospace;margin:0;padding:0;white-space:pre-wrap}.llms-status--tools .llms-table{background:#fff;border:1px solid #e5e5e5;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04)}.llms-status--tools .llms-table td,.llms-status--tools .llms-table th{padding:10px;vertical-align:top}.llms-status--tools .llms-table th{width:28%}.llms-status--tools .llms-table p{margin:0 0 10px}.llms-error{color:#e5554e;font-style:italic}.llms-rating-stars{color:#ffb900;text-decoration:none}@media screen and (max-width: 782px){.llms-header{top:46px}.llms-header .llms-inside-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.llms-header .llms-inside-wrap .lifterlms-logo{-ms-flex-item-align:center;align-self:center;-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit;max-height:initial;max-width:200px}.llms-header .llms-inside-wrap .llms-meta{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}}.llms-table-wrap{position:relative}.llms-table-header{padding:0}.llms-table-header:before,.llms-table-header:after{content:" ";display:table}.llms-table-header:after{clear:both}.llms-table-header h2{font-size:20px;padding:0;display:inline-block;line-height:1.5;margin:0 0 20px 0;vertical-align:middle}.llms-table-header .llms-table-search,.llms-table-header .llms-table-filters{float:left;padding-right:10px}.llms-table-header .llms-table-search input{margin:0;padding:0 8px}.llms-table{border:1px solid #c3c4c7;border-collapse:collapse;width:100%}.llms-table a:not(.small){color:#466dd8}.llms-table a:not(.small):hover{color:#2b55cb}.llms-table td,.llms-table th{border-bottom:1px solid #c3c4c7;padding:10px 12px;text-align:center}.llms-table td.expandable.closed,.llms-table th.expandable.closed{display:none}.llms-table td .llms-button-primary,.llms-table td .llms-button-secondary,.llms-table td .llms-button-action,.llms-table td .llms-button-danger,.llms-table th .llms-button-primary,.llms-table th .llms-button-secondary,.llms-table th .llms-button-action,.llms-table th .llms-button-danger{display:inline-block}.llms-table tr.llms-quiz-pending td{font-weight:700}.llms-table thead th,.llms-table tfoot th{background-color:#fff;font-weight:700}.llms-table thead th a.llms-sortable,.llms-table tfoot th a.llms-sortable{padding-left:16px;position:relative;text-decoration:none;width:100%}.llms-table thead th a.llms-sortable.active[data-order=DESC] .asc,.llms-table tfoot th a.llms-sortable.active[data-order=DESC] .asc{opacity:1}.llms-table thead th a.llms-sortable.active[data-order=ASC] .desc,.llms-table tfoot th a.llms-sortable.active[data-order=ASC] .desc{opacity:1}.llms-table thead th a.llms-sortable:hover[data-order=DESC] .asc,.llms-table tfoot th a.llms-sortable:hover[data-order=DESC] .asc{opacity:0}.llms-table thead th a.llms-sortable:hover[data-order=DESC] .desc,.llms-table tfoot th a.llms-sortable:hover[data-order=DESC] .desc{opacity:1}.llms-table thead th a.llms-sortable:hover[data-order=ASC] .asc,.llms-table tfoot th a.llms-sortable:hover[data-order=ASC] .asc{opacity:1}.llms-table thead th a.llms-sortable:hover[data-order=ASC] .desc,.llms-table tfoot th a.llms-sortable:hover[data-order=ASC] .desc{opacity:0}.llms-table thead th a.llms-sortable .dashicons,.llms-table tfoot th a.llms-sortable .dashicons{color:#444;font-size:16px;height:16px;opacity:0;position:absolute;width:16px}.llms-table tfoot th{border-bottom:none}.llms-table tfoot th .llms-table-export{float:right}.llms-table tfoot th .llms-table-export .llms-table-progress{background:#efefef;display:none;margin-right:8px;vertical-align:middle;width:100px}.llms-table tfoot th .llms-table-pagination{float:left}.llms-table.zebra tbody tr:nth-child(even) th,.llms-table.zebra tbody tr:nth-child(even) td{background-color:#fff}.llms-table.zebra tbody tr:nth-child(odd) th,.llms-table.zebra tbody tr:nth-child(odd) td{background-color:#f6f7f7}.llms-table.text-left td,.llms-table.text-left th{text-align:right}.llms-table.size-large td,.llms-table.size-large th{font-size:14px;padding:10px 12px}.llms-table .llms-drag-handle{color:#777;cursor:pointer;-webkit-transition:color .4s ease;transition:color .4s ease}.llms-table .llms-action-icon{color:#777;text-decoration:none}.llms-table .llms-action-icon .tooltip{cursor:pointer}.llms-table .llms-action-icon:hover{color:#466dd8}.llms-table .llms-action-icon.danger:hover{color:#e5554e}.llms-table .llms-table-page-count{font-size:12px;padding:0 5px}.llms-table-progress{text-align:center}.llms-table-progress .llms-table-progress-bar{background:#eee;border-radius:10px;height:16px;overflow:hidden;position:relative}.llms-table-progress .llms-table-progress-bar .llms-table-progress-inner{background:#466dd8;height:100%;-webkit-transition:width .2s ease;transition:width .2s ease}.llms-table-progress .llms-table-progress-text{color:#466dd8;font-size:12px;font-weight:700;line-height:16px}.llms-table.llms-gateway-table .status .fa,.llms-table.llms-integrations-table .status .fa{color:#466dd8;font-size:22px}.llms-table.llms-gateway-table .sort,.llms-table.llms-integrations-table .sort{cursor:move;text-align:center;width:10px}.llms-gb-table-notifications th,.llms-gb-table-notifications td{text-align:right}.llms-order-note .llms-order-note-content{background:#efefef;margin-bottom:10px;padding:10px;position:relative}.llms-order-note .llms-order-note-content:after{border-style:solid;border-color:#efefef rgba(0,0,0,0);border-width:10px 0 0 10px;bottom:-10px;content:"";display:block;height:0;right:20px;position:absolute;width:0}.llms-order-note .llms-order-note-content p{font-size:13px;margin:0;line-height:1.5}.llms-order-note .llms-order-note-meta{color:#999;font-size:11px;margin-right:10px}.llms-mb-list label{font-size:15px;font-weight:700;line-height:1.5;display:block;width:100%}.llms-mb-list .description{margin-bottom:8px}.llms-mb-list .input-full{width:100%}#poststuff .llms-metabox h2,#poststuff .llms-metabox h3,#poststuff .llms-metabox h6{margin:0;padding:0}#poststuff .llms-metabox h2{font-size:18px;font-weight:700}#poststuff .llms-metabox h3{color:#777;font-size:16px}#poststuff .llms-metabox h4{border-bottom:1px solid #e5e5e5;padding:0;margin:0}#poststuff .llms-metabox .llms-transaction-test-mode{background:#ffffd7;font-style:italic;right:0;padding:2px;position:absolute;left:0;top:0;text-align:center}#poststuff .llms-metabox a.llms-editable,#poststuff .llms-metabox .llms-metabox-icon,#poststuff .llms-metabox button.llms-editable{color:#999;text-decoration:none}#poststuff .llms-metabox a.llms-editable:hover,#poststuff .llms-metabox .llms-metabox-icon:hover,#poststuff .llms-metabox button.llms-editable:hover{color:#466dd8}#poststuff .llms-metabox button.llms-editable{border:none;background:none;cursor:pointer;padding:0;vertical-align:top}#poststuff .llms-metabox h4 button.llms-editable{float:left}#poststuff .llms-metabox .llms-table{margin-top:10px}.llms-metabox-section{background:#fff;margin-top:25px;position:relative}.llms-metabox-section.no-top-margin{margin-top:0}.llms-metabox-section .llms-metabox-field{margin:15px 0;position:relative}.llms-metabox-section .llms-metabox-field label{color:#777;display:block;margin-bottom:5px;font-weight:500;vertical-align:baseline}.llms-metabox-section .llms-metabox-field select,.llms-metabox-section .llms-metabox-field textarea,.llms-metabox-section .llms-metabox-field input[type=text],.llms-metabox-section .llms-metabox-field input[type=number]{width:100%}.llms-metabox-section .llms-metabox-field input.md-text{width:105px}.llms-metabox-section .llms-metabox-field input.sm-text{width:45px}.llms-metabox-section .llms-metabox-field .llms-datetime-field .llms-date-input{width:95px}.llms-metabox-section .llms-metabox-field .llms-datetime-field .llms-time-input{width:45px}.llms-metabox-section .llms-metabox-field .llms-datetime-field em{font-style:normal;padding:0 3px}.llms-collapsible{border:1px solid #e5e5e5;position:relative;margin-top:0;margin-bottom:-1px}.llms-collapsible:last-child{margin-bottom:0}.llms-collapsible.opened .llms-collapsible-header .dashicons-arrow-down{display:none}.llms-collapsible.opened .llms-collapsible-header .dashicons-arrow-up{display:inline}.llms-collapsible .llms-collapsible-header{padding:10px}.llms-collapsible .llms-collapsible-header h3{color:#777;margin:0;font-size:16px}.llms-collapsible .llms-collapsible-header .dashicons-arrow-up{display:inline}.llms-collapsible .llms-collapsible-header .dashicons-arrow-up{display:none}.llms-collapsible .llms-collapsible-header a{text-decoration:none}.llms-collapsible .llms-collapsible-header .dashicons{color:#777;cursor:pointer;-webkit-transition:color .4s ease;transition:color .4s ease}.llms-collapsible .llms-collapsible-header .dashicons:hover{color:#466dd8}.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning,.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning:hover,.llms-collapsible .llms-collapsible-header .dashicons.dashicons-trash:hover,.llms-collapsible .llms-collapsible-header .dashicons.dashicons-no:hover{color:#e5554e}.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning.medium-danger,.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning.medium-danger:hover{color:#ff922b}.llms-collapsible .llms-collapsible-body{display:none;padding:10px}._llms_instructors_data.repeater .llms-repeater-rows .llms-repeater-row:first-child .llms-repeater-remove{display:none}._llms_instructors_data.repeater .llms-mb-list{padding:0 5px !important}.post-type-llms_order #post-body-content{display:none}#lifterlms-order-details .handlediv,#lifterlms-order-details .handlediv.button-link,#lifterlms-order-details .postbox-header{display:none}#lifterlms-order-details .inside{padding:20px;margin-top:0}.llms-table tbody tr.llms-txn-failed td{background-color:rgba(229,85,78,.5);border-bottom-color:rgba(229,85,78,.5)}.llms-table tbody tr.llms-txn-refunded td{background-color:rgba(255,165,0,.5);border-bottom-color:rgba(255,165,0,.5)}.llms-txn-refund-form .llms-metabox-section,.llms-manual-txn-form .llms-metabox-section{margin-top:0}.llms-txn-refund-form .llms-metabox-field,.llms-manual-txn-form .llms-metabox-field{text-align:left}.llms-txn-refund-form .llms-metabox-field input[type=number],.llms-manual-txn-form .llms-metabox-field input[type=number]{max-width:100px}.llms-txn-refund-form .llms-metabox-field input[type=text],.llms-manual-txn-form .llms-metabox-field input[type=text]{max-width:340px}.llms-manual-txn-form{background-color:#eaeaea}.llms-manual-txn-form .llms-metabox-section{background-color:#eaeaea}#llms-remaining-edit{display:none}.llms-remaining-edit--content label,.llms-remaining-edit--content span,.llms-remaining-edit--content textarea{display:block}.llms-remaining-edit--content label{margin-bottom:20px}.llms-remaining-edit--content textarea,.llms-remaining-edit--content input{width:100%}.submitbox .llms-mb-section,.llms-award-engagement-submitbox .llms-mb-list{margin-bottom:12px}.submitbox .llms-mb-section:last-of-type,.llms-award-engagement-submitbox .llms-mb-list:last-of-type{margin-bottom:0}.sync-action:before,.submitbox .llms-mb-section.student-info:before,.submitbox .llms-mb-section.post_author_override label:before,.llms-award-engagement-submitbox .llms-mb-list.student-info:before,.llms-award-engagement-submitbox .llms-mb-list.post_author_override label:before{font:normal 20px/1 dashicons;speak:never;display:inline-block;margin-right:-1px;padding-left:3px;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;top:-1px;color:#8c8f94}body:not(.admin-color-fresh) .sync-action:before,body:not(.admin-color-fresh) .submitbox .llms-mb-section.student-info:before,body:not(.admin-color-fresh) .submitbox .llms-mb-section.post_author_override label:before,body:not(.admin-color-fresh) .llms-award-engagement-submitbox .llms-mb-list.student-info:before,body:not(.admin-color-fresh) .llms-award-engagement-submitbox .llms-mb-list.post_author_override label:before{color:currentColor}.submitbox .llms-mb-section.student-info:before,.submitbox .llms-mb-section.post_author_override label:before,.llms-award-engagement-submitbox .llms-mb-list.student-info:before,.llms-award-engagement-submitbox .llms-mb-list.post_author_override label:before{content:""}.sync-action:before{content:"";color:#fff}.submitbox .llms-mb-section.post_author_override label,.llms-award-engagement-submitbox .llms-mb-list.post_author_override label{display:inline-block;width:auto}.llms-metabox #llms-new-access-plan-model{display:none}.llms-metabox .llms-access-plans{margin-top:10px}.llms-metabox .llms-access-plans>.llms-no-plans-msg{display:none}.llms-metabox .llms-access-plans>.llms-no-plans-msg:last-child{-webkit-box-shadow:inset 0 0 0 1px #e5e5e5;box-shadow:inset 0 0 0 1px #e5e5e5;display:block;text-align:center;padding:10px}.llms-metabox .llms-access-plans.dragging{background:#efefef;-webkit-box-shadow:inset 0 0 0 1px #e5e5e5;box-shadow:inset 0 0 0 1px #e5e5e5}.llms-metabox .llms-access-plans .llms-spinning{z-index:1}.llms-metabox .llms-access-plans .llms-invalid{border-color:#e5554e}.llms-metabox .llms-access-plans .llms-invalid .dashicons-warning{display:inline}.llms-metabox .llms-access-plans .llms-needs-attention .dashicons-warning.medium-danger{display:inline}.llms-metabox .llms-access-plans .dashicons-warning{display:none}.llms-metabox .llms-access-plan{text-align:right}.llms-metabox .llms-access-plan [data-tip]:before{text-align:center}.llms-metabox .llms-access-plan .llms-plan-link,.llms-metabox .llms-access-plan [data-controller]{display:none}.llms-metabox .llms-access-plan:hover .llms-plan-link,.llms-metabox .llms-access-plan.opened .llms-plan-link{display:inline-block}.llms-metabox .llms-access-plan .llms-metabox-field{margin:5px 0}.llms-metabox .llms-access-plan .llms-required{color:#e5554e;margin-right:3px}.llms-metabox .llms-access-plan .notice{margin-right:0}.llms-metabox-students .llms-table tr .name{text-align:right}.llms-metabox-students .llms-add-student:hover{color:#83c373}.llms-metabox-students .llms-remove-student:hover{color:#e5554e}.llms-mb-container .tab-content ul:not(.select2-selection__rendered).llms-mb-repeater-fields>li.llms-mb-list{border-bottom:none;padding:0 0 10px}.llms-mb-list.repeater .llms-repeater-rows{position:relative;margin-top:10px;min-height:10px}.llms-mb-list.repeater .llms-repeater-rows.dragging{background:#efefef;-webkit-box-shadow:inset 0 0 0 1px #e5e5e5;box-shadow:inset 0 0 0 1px #e5e5e5}.llms-mb-list.repeater .llms-repeater-row{background:#fff}.llms-mb-list.repeater .llms-mb-repeater-footer{text-align:left;margin-top:20px}.llms-mb-list.repeater .tmce-active .wp-editor-area{color:#32373c}.llms-builder-launcher p{margin-top:0}.llms-builder-launcher ol{margin-top:-6px}.llms-builder-launcher .llms-button-primary{-webkit-box-sizing:border-box;box-sizing:border-box}.wp-list-table .llms-status{border-radius:3px;border-bottom:1px solid #fff;display:inline-block;font-size:80%;padding:3px 6px;vertical-align:middle}.wp-list-table .llms-status.llms-size--large{font-size:105%;padding:6px 12px}.wp-list-table .llms-status.llms-active,.wp-list-table .llms-status.llms-completed,.wp-list-table .llms-status.llms-pass,.wp-list-table .llms-status.llms-txn-succeeded{color:#1f3818;background-color:#83c373}.wp-list-table .llms-status.llms-fail,.wp-list-table .llms-status.llms-failed,.wp-list-table .llms-status.llms-expired,.wp-list-table .llms-status.llms-cancelled,.wp-list-table .llms-status.llms-txn-failed{color:#5a110d;background-color:#e5554e}.wp-list-table .llms-status.llms-incomplete,.wp-list-table .llms-status.llms-on-hold,.wp-list-table .llms-status.llms-pending,.wp-list-table .llms-status.llms-pending-cancel,.wp-list-table .llms-status.llms-refunded,.wp-list-table .llms-status.llms-txn-pending,.wp-list-table .llms-status.llms-txn-refunded{color:#664200;background-color:orange}#lifterlms-order-transactions .llms-table tfoot th{text-align:left}.llms-post-table-post-filter{display:inline-block;margin-left:6px;max-width:100%;width:220px}.llms-nav-tab-wrapper{background:#466dd8;margin:20px 0}.llms-nav-tab-wrapper.llms-nav-secondary{background:#e1e1e1}.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item{margin:0}.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover,.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link{background:#cdcdcd}.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link{color:#414141;font-size:15px;padding:8px 14px}.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link .dashicons{font-size:15px;height:15px;width:15px}.llms-nav-tab-wrapper.llms-nav-text{background:inherit}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-items{padding-right:0}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item{background:inherit;color:#646970}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item:last-child:after{display:none}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item:after{content:"|";display:inline-block;margin:0 6px 0 8px}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item .llms-nav-link:hover{background:inherit;color:#466dd8}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item.llms-active .llms-nav-link{background:inherit;color:#000;font-weight:600;text-decoration:none}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item .llms-nav-link{color:#466dd8;display:inline-block;letter-spacing:0;margin:0;padding:0;text-decoration:underline;text-transform:none}.llms-nav-tab-wrapper.llms-nav-style-tabs{background-color:#1c3987;margin:0;padding-top:8px}.llms-nav-tab-wrapper.llms-nav-style-tabs .llms-nav-item{margin:0 3px}.llms-nav-tab-wrapper.llms-nav-style-tabs .llms-nav-item .llms-nav-link{border-top-right-radius:4px;border-top-left-radius:4px}.llms-nav-tab-wrapper.llms-nav-style-tabs .llms-nav-item.llms-active .llms-nav-link{background-color:#fff;color:#466dd8;font-weight:700}.llms-nav-tab-wrapper.llms-nav-style-filters{background-color:#466dd8;border-radius:12px;margin:20px 0;overflow:hidden;padding:0}.llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:0}@media only screen and (min-width: 782px){.llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items .llms-nav-item{float:none}.llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items .llms-nav-item .llms-nav-link{padding:14px}.llms-nav-tab-wrapper .llms-nav-items{margin:0;padding-right:10px}.llms-nav-tab-wrapper .llms-nav-items:before,.llms-nav-tab-wrapper .llms-nav-items:after{content:" ";display:table}.llms-nav-tab-wrapper .llms-nav-items:after{clear:both}.llms-nav-tab-wrapper .llms-nav-item{margin:0}.llms-nav-tab-wrapper .llms-nav-item .llms-nav-link:hover{background:#466dd8}.llms-nav-tab-wrapper .llms-nav-item.llms-active .llms-nav-link{background:#1c3987}.llms-nav-tab-wrapper .llms-nav-item.llms-active .llms-nav-link{font-weight:400}@media only screen and (min-width: 768px){.llms-nav-tab-wrapper .llms-nav-item{float:right}.llms-nav-tab-wrapper .llms-nav-item.llms-nav-item-right{float:left}}.llms-nav-tab-wrapper .llms-nav-link{color:#fff;cursor:pointer;display:block;font-weight:400;font-size:15px;padding:9px 18px;text-align:center;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}#llms-options-page-contents h2{color:#999;font-weight:500;letter-spacing:2px;border-bottom:1px solid #999}.llms-reporting.wrap .llms-options-page-contents .llms-nav-tab-wrapper.llms-nav-secondary{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);margin:0;padding:0}.llms-reporting.wrap .llms-stab-title{color:#1c3987;font-size:36px;font-weight:300;margin-bottom:20px}.llms-reporting.wrap td.id a{text-decoration:none}.llms-reporting.wrap th.id,.llms-reporting.wrap td.id,.llms-reporting.wrap th.name,.llms-reporting.wrap td.name,.llms-reporting.wrap th.registered,.llms-reporting.wrap td.registered,.llms-reporting.wrap th.last_seen,.llms-reporting.wrap td.last_seen,.llms-reporting.wrap th.overall_progress,.llms-reporting.wrap td.overall_progress,.llms-reporting.wrap th.title,.llms-reporting.wrap td.title,.llms-reporting.wrap th.course,.llms-reporting.wrap td.course,.llms-reporting.wrap th.lesson,.llms-reporting.wrap td.lesson{text-align:right}.llms-reporting.wrap td.section-title{background:#eaeaea;text-align:right;font-weight:700;padding:16px 4px}.llms-reporting.wrap td.questions-table{text-align:right}.llms-reporting.wrap td.questions-table .correct,.llms-reporting.wrap td.questions-table .question,.llms-reporting.wrap td.questions-table .selected{text-align:right;max-width:300px}.llms-reporting.wrap td.questions-table .correct img,.llms-reporting.wrap td.questions-table .question img,.llms-reporting.wrap td.questions-table .selected img{height:auto;max-width:64px}.llms-reporting.wrap table.quiz-attempts{margin-bottom:40px}.llms-reporting.wrap.tab--students .llms-options-page-contents #llms-award-certificate-wrapper .components-button.is-secondary{background:#e1e1e1;border-radius:8px;-webkit-box-shadow:none;box-shadow:none;color:#414141;font-size:13px;font-weight:700;height:auto;padding:8px 14px}.llms-reporting.wrap.tab--enrollments .llms-nav-tab-wrapper.llms-nav-secondary,.llms-reporting.wrap.tab--sales .llms-nav-tab-wrapper.llms-nav-secondary{margin-bottom:0}.llms-reporting.wrap.tab--enrollments .llms-options-page-contents,.llms-reporting.wrap.tab--sales .llms-options-page-contents{-webkit-box-shadow:none;box-shadow:none;background:none;margin-top:20px;padding:0}.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form,.llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;gap:5px}.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form label,.llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form label{font-weight:700}.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form input,.llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form input{border:0;font-size:13px;margin:0;padding:0 4px;vertical-align:middle;width:110px}.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form .select2-container input,.llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form .select2-container input{width:100% !important}.llms-reporting.wrap.tab--enrollments .button.small,.llms-reporting.wrap.tab--sales .button.small{height:23px;line-height:23px}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters,.llms-reporting.wrap.tab--sales .llms-analytics-filters{display:none}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-inside-wrap,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-inside-wrap{background-color:#fff;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);margin:-20px 10px 20px 10px;padding:20px}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-items,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0}@media only screen and (min-width: 782px){.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-items,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-item,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-item{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-item label,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-item label{display:block;font-weight:700;margin:0 0 5px 0}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-item .select2-selection__rendered,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-item .select2-selection__rendered{word-wrap:break-word;text-overflow:inherit;white-space:normal}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters p,.llms-reporting.wrap.tab--sales .llms-analytics-filters p{margin:0;text-align:left}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters p .llms-button-primary,.llms-reporting.wrap.tab--sales .llms-analytics-filters p .llms-button-primary{display:inline-block}.llms-reporting.wrap .llms-reporting-tab.llms-reporting-quiz .llms-table-filter-wrap{width:160px}.llms-charts-wrapper{background-color:#fff;border:1px solid #dedede;border-radius:12px;-webkit-box-shadow:0px 0px 1px rgba(48,49,51,.05),0px 2px 4px rgba(48,49,51,.1);box-shadow:0px 0px 1px rgba(48,49,51,.05),0px 2px 4px rgba(48,49,51,.1);padding:20px}.llms-reporting-tab h1,.llms-reporting-tab h2,.llms-reporting-tab h3,.llms-reporting-tab h4,.llms-reporting-tab h5,.llms-reporting-tab h6{margin:0}.llms-reporting-tab h1 a,.llms-reporting-tab h2 a,.llms-reporting-tab h3 a,.llms-reporting-tab h4 a,.llms-reporting-tab h5 a,.llms-reporting-tab h6 a{color:#466dd8;text-decoration:none}.llms-reporting-tab h1 a:hover,.llms-reporting-tab h2 a:hover,.llms-reporting-tab h3 a:hover,.llms-reporting-tab h4 a:hover,.llms-reporting-tab h5 a:hover,.llms-reporting-tab h6 a:hover{color:#466dd8}.llms-reporting-tab h2{font-size:22px;line-height:1.5}.llms-reporting-tab h2.llms-table-title{margin-bottom:20px}.llms-reporting-tab h5{font-size:15px;line-height:1.5}.llms-reporting-tab .llms-reporting-body{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);margin:20px auto;padding:0}.llms-reporting-tab .llms-reporting-body .llms-reporting-stab{padding:30px}.llms-reporting-tab .llms-reporting-body .llms-reporting-stab .llms-table-header{margin:0}.llms-reporting-tab .llms-reporting-body .llms-gb-tab{padding:30px}.llms-reporting-tab .llms-reporting-body .llms-reporting-header{padding:30px;margin:0}.llms-reporting-tab .llms-reporting-body .llms-reporting-header .llms-reporting-header-img{border-radius:50%;display:inline-block;margin-left:10px;overflow:hidden;vertical-align:middle}.llms-reporting-tab .llms-reporting-body .llms-reporting-header .llms-reporting-header-img img{display:block;max-height:64px;width:auto}.llms-reporting-tab .llms-reporting-body .llms-reporting-header .llms-reporting-header-info{display:inline-block;vertical-align:middle}.llms-reporting-breadcrumbs{margin:0;padding:0}.llms-reporting-breadcrumbs a{color:#466dd8;font-size:15px;text-decoration:none}.llms-reporting-breadcrumbs a:hover{color:#2b55cb}.llms-reporting-breadcrumbs a:after{content:" > ";color:#646970}.llms-reporting-breadcrumbs a:last-child{color:#000;font-weight:700}.llms-reporting-breadcrumbs a:last-child:after{display:none}#llms-students-table .name{text-align:right}.llms-reporting-tab-content{display:-webkit-box;display:-ms-flexbox;display:flex}.llms-reporting-tab-content>header:before,.llms-reporting-tab-content>header:after{content:" ";display:table}.llms-reporting-tab-content>header:after{clear:both}.llms-reporting-tab-content h3{margin-bottom:20px}.llms-reporting-tab-content .llms-reporting-tab-filter{float:left;position:relative;margin-left:.75em;width:180px;top:-3px}.llms-reporting-tab-content .llms-reporting-tab-main{-webkit-box-flex:3;-ms-flex:3;flex:3;max-width:75%}.llms-reporting-tab-content .llms-reporting-tab-side{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:20px}.llms-reporting-tab-content>.llms-table-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}.llms-reporting-widgets:before,.llms-reporting-widgets:after{content:" ";display:table}.llms-reporting-widgets:after{clear:both}.llms-reporting-widget{border-top:4px solid #466dd8;background:#fafafa;margin-bottom:10px;padding:30px}.llms-reporting-widget:before,.llms-reporting-widget:after{content:" ";display:table}.llms-reporting-widget:after{clear:both}.llms-reporting-widget .fa{color:#999;float:right;font-size:32px;margin-left:10px}.llms-reporting-widget strong{color:#333;font-size:20px;line-height:1.2}.llms-reporting-widget.llms-reporting-student-address strong{line-height:1.1}.llms-reporting-widget sup,.llms-reporting-widget .llms-price-currency-symbol{font-size:75%;position:relative;top:-4px;vertical-align:baseline}.llms-reporting-widget small{font-size:13px}.llms-reporting-widget small.compare{margin-right:5px}.llms-reporting-widget small.compare.positive{color:#83c373}.llms-reporting-widget small.compare.negative{color:#e5554e}.llms-reporting-event{border-right:4px solid #555;background:#fafafa;font-size:11px;line-height:1.2;margin-bottom:.75em;padding:10px}.llms-reporting-event:before,.llms-reporting-event:after{content:" ";display:table}.llms-reporting-event:after{clear:both}.llms-reporting-event.color--blue{border-right-color:#466dd8}.llms-reporting-event.color--green,.llms-reporting-event._enrollment_trigger,.llms-reporting-event._is_complete.yes{border-right-color:#83c373}.llms-reporting-event.color--purple,.llms-reporting-event._status.enrolled{border-right-color:#845ef7}.llms-reporting-event.color--red,.llms-reporting-event._status.expired,.llms-reporting-event._status.cancelled{border-right-color:#e5554e}.llms-reporting-event.color--orange,.llms-reporting-event._achievement_earned,.llms-reporting-event._certificate_earned,.llms-reporting-event._email_sent{border-right-color:#ff922b}.llms-reporting-event time{color:#888}.llms-reporting-event .llms-student-avatar{margin-right:10px;float:left}.llms-reporting-event a{text-decoration:none;color:inherit}@media only screen and (min-width: 782px){.llms-reporting.wrap .llms-options-page-contents .llms-nav-tab-wrapper.llms-nav-secondary{margin-right:0;margin-left:0}}.llms-quiz-attempt-results{margin:0;padding:0;list-style-type:none}.llms-quiz-attempt-results .llms-quiz-attempt-question{background:#efefef;margin:0 0 10px;position:relative;list-style-type:none}.llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer{color:inherit;display:block;padding:10px 10px 10px 35px;text-decoration:none}.llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before,.llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after{content:" ";display:table}.llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after{clear:both}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct,.llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect{background:rgba(255,146,43,.2)}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct .llms-status-icon,.llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect .llms-status-icon{background-color:#ff922b}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct{background:rgba(131,195,115,.2)}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct .llms-status-icon{background-color:#83c373}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect{background:rgba(229,85,78,.2)}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect .llms-status-icon{background-color:#e5554e}.llms-quiz-attempt-results .llms-quiz-attempt-question pre{overflow:auto}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title{float:right;margin:0;line-height:1}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points{float:left;line-height:1}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip{position:absolute;left:-12px;top:-2px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon{color:rgba(255,255,255,.65);border-radius:50%;font-size:30px;height:40px;line-height:40px;text-align:center;width:40px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main{display:none;padding:0 10px 10px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-results-label{font-weight:700;margin-bottom:10px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers{margin:0;padding:0}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer{padding:0;margin:0 30px 0 0}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer:only-child{list-style-type:none;margin-right:0}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main img{height:auto;max-width:200px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section{border-top:2px solid rgba(255,255,255,.5);margin-top:20px;padding-top:20px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-child{border-top:none;margin-top:0;padding-top:0}.llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers,.llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers{list-style-type:none;margin:0;padding:0}.llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer,.llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer{display:inline-block;list-style-type:none;margin:0;padding:5px}.llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed{opacity:.5}.llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed .llms-question-title{font-style:italic;font-weight:normal}.wrap.llms-reporting .llms-inside-wrap,.wrap.lifterlms-settings .llms-inside-wrap,.wrap.llms-status .llms-inside-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.wrap.llms-reporting .llms-inside-wrap .llms-nav-text,.wrap.lifterlms-settings .llms-inside-wrap .llms-nav-text,.wrap.llms-status .llms-inside-wrap .llms-nav-text{margin:0 auto}.wrap.llms-reporting .llms-subheader .llms-save,.wrap.lifterlms-settings .llms-subheader .llms-save,.wrap.llms-status .llms-subheader .llms-save{-webkit-box-flex:1;-ms-flex:auto;flex:auto;text-align:left}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);margin:0 -10px 20px -20px}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items{padding-right:0}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover{background:#f0f0f1;color:#222}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link{background:#fafafa;color:#466dd8;border-top-color:#466dd8}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link{font-weight:700}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link{border-top:2px solid rgba(0,0,0,0);padding:14px}.wrap.llms-reporting .llms-setting-group,.wrap.lifterlms-settings .llms-setting-group,.wrap.llms-status .llms-setting-group{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);margin:20px auto;padding:20px}.wrap.llms-reporting .llms-setting-group .llms-label,.wrap.lifterlms-settings .llms-setting-group .llms-label,.wrap.llms-status .llms-setting-group .llms-label{border-bottom:1px solid #efefef;font-weight:700;font-size:20px;padding:20px;margin:-20px -20px 20px}.wrap.llms-reporting .llms-setting-group .llms-label .llms-button-primary,.wrap.lifterlms-settings .llms-setting-group .llms-label .llms-button-primary,.wrap.llms-status .llms-setting-group .llms-label .llms-button-primary{margin-right:10px}.wrap.llms-reporting .llms-setting-group .llms-help-tooltip .dashicons,.wrap.lifterlms-settings .llms-setting-group .llms-help-tooltip .dashicons,.wrap.llms-status .llms-setting-group .llms-help-tooltip .dashicons{color:#444;cursor:help}.wrap.llms-reporting .llms-setting-group .form-table,.wrap.lifterlms-settings .llms-setting-group .form-table,.wrap.llms-status .llms-setting-group .form-table{margin:0}.wrap.llms-reporting .llms-setting-group .form-table tr:first-child .llms-subtitle,.wrap.lifterlms-settings .llms-setting-group .form-table tr:first-child .llms-subtitle,.wrap.llms-status .llms-setting-group .form-table tr:first-child .llms-subtitle{margin-top:0}.wrap.llms-reporting .llms-setting-group td[colspan="2"],.wrap.lifterlms-settings .llms-setting-group td[colspan="2"],.wrap.llms-status .llms-setting-group td[colspan="2"]{padding-top:0;padding-right:0}.wrap.llms-reporting .llms-setting-group tr.llms-disabled-field,.wrap.lifterlms-settings .llms-setting-group tr.llms-disabled-field,.wrap.llms-status .llms-setting-group tr.llms-disabled-field{opacity:.5;pointer-events:none}.wrap.llms-reporting .llms-setting-group p,.wrap.lifterlms-settings .llms-setting-group p,.wrap.llms-status .llms-setting-group p{font-size:14px}.wrap.llms-reporting .llms-setting-group input[type=text],.wrap.llms-reporting .llms-setting-group input[type=password],.wrap.llms-reporting .llms-setting-group input[type=datetime],.wrap.llms-reporting .llms-setting-group input[type=datetime-local],.wrap.llms-reporting .llms-setting-group input[type=date],.wrap.llms-reporting .llms-setting-group input[type=month],.wrap.llms-reporting .llms-setting-group input[type=time],.wrap.llms-reporting .llms-setting-group input[type=week],.wrap.llms-reporting .llms-setting-group input[type=number],.wrap.llms-reporting .llms-setting-group input[type=email],.wrap.llms-reporting .llms-setting-group input[type=url],.wrap.llms-reporting .llms-setting-group input[type=search],.wrap.llms-reporting .llms-setting-group input[type=tel],.wrap.llms-reporting .llms-setting-group input[type=color],.wrap.llms-reporting .llms-setting-group select,.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area),.wrap.lifterlms-settings .llms-setting-group input[type=text],.wrap.lifterlms-settings .llms-setting-group input[type=password],.wrap.lifterlms-settings .llms-setting-group input[type=datetime],.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local],.wrap.lifterlms-settings .llms-setting-group input[type=date],.wrap.lifterlms-settings .llms-setting-group input[type=month],.wrap.lifterlms-settings .llms-setting-group input[type=time],.wrap.lifterlms-settings .llms-setting-group input[type=week],.wrap.lifterlms-settings .llms-setting-group input[type=number],.wrap.lifterlms-settings .llms-setting-group input[type=email],.wrap.lifterlms-settings .llms-setting-group input[type=url],.wrap.lifterlms-settings .llms-setting-group input[type=search],.wrap.lifterlms-settings .llms-setting-group input[type=tel],.wrap.lifterlms-settings .llms-setting-group input[type=color],.wrap.lifterlms-settings .llms-setting-group select,.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area),.wrap.llms-status .llms-setting-group input[type=text],.wrap.llms-status .llms-setting-group input[type=password],.wrap.llms-status .llms-setting-group input[type=datetime],.wrap.llms-status .llms-setting-group input[type=datetime-local],.wrap.llms-status .llms-setting-group input[type=date],.wrap.llms-status .llms-setting-group input[type=month],.wrap.llms-status .llms-setting-group input[type=time],.wrap.llms-status .llms-setting-group input[type=week],.wrap.llms-status .llms-setting-group input[type=number],.wrap.llms-status .llms-setting-group input[type=email],.wrap.llms-status .llms-setting-group input[type=url],.wrap.llms-status .llms-setting-group input[type=search],.wrap.llms-status .llms-setting-group input[type=tel],.wrap.llms-status .llms-setting-group input[type=color],.wrap.llms-status .llms-setting-group select,.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area){width:50%}.wrap.llms-reporting .llms-setting-group input[type=text].medium,.wrap.llms-reporting .llms-setting-group input[type=password].medium,.wrap.llms-reporting .llms-setting-group input[type=datetime].medium,.wrap.llms-reporting .llms-setting-group input[type=datetime-local].medium,.wrap.llms-reporting .llms-setting-group input[type=date].medium,.wrap.llms-reporting .llms-setting-group input[type=month].medium,.wrap.llms-reporting .llms-setting-group input[type=time].medium,.wrap.llms-reporting .llms-setting-group input[type=week].medium,.wrap.llms-reporting .llms-setting-group input[type=number].medium,.wrap.llms-reporting .llms-setting-group input[type=email].medium,.wrap.llms-reporting .llms-setting-group input[type=url].medium,.wrap.llms-reporting .llms-setting-group input[type=search].medium,.wrap.llms-reporting .llms-setting-group input[type=tel].medium,.wrap.llms-reporting .llms-setting-group input[type=color].medium,.wrap.llms-reporting .llms-setting-group select.medium,.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area).medium,.wrap.lifterlms-settings .llms-setting-group input[type=text].medium,.wrap.lifterlms-settings .llms-setting-group input[type=password].medium,.wrap.lifterlms-settings .llms-setting-group input[type=datetime].medium,.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local].medium,.wrap.lifterlms-settings .llms-setting-group input[type=date].medium,.wrap.lifterlms-settings .llms-setting-group input[type=month].medium,.wrap.lifterlms-settings .llms-setting-group input[type=time].medium,.wrap.lifterlms-settings .llms-setting-group input[type=week].medium,.wrap.lifterlms-settings .llms-setting-group input[type=number].medium,.wrap.lifterlms-settings .llms-setting-group input[type=email].medium,.wrap.lifterlms-settings .llms-setting-group input[type=url].medium,.wrap.lifterlms-settings .llms-setting-group input[type=search].medium,.wrap.lifterlms-settings .llms-setting-group input[type=tel].medium,.wrap.lifterlms-settings .llms-setting-group input[type=color].medium,.wrap.lifterlms-settings .llms-setting-group select.medium,.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area).medium,.wrap.llms-status .llms-setting-group input[type=text].medium,.wrap.llms-status .llms-setting-group input[type=password].medium,.wrap.llms-status .llms-setting-group input[type=datetime].medium,.wrap.llms-status .llms-setting-group input[type=datetime-local].medium,.wrap.llms-status .llms-setting-group input[type=date].medium,.wrap.llms-status .llms-setting-group input[type=month].medium,.wrap.llms-status .llms-setting-group input[type=time].medium,.wrap.llms-status .llms-setting-group input[type=week].medium,.wrap.llms-status .llms-setting-group input[type=number].medium,.wrap.llms-status .llms-setting-group input[type=email].medium,.wrap.llms-status .llms-setting-group input[type=url].medium,.wrap.llms-status .llms-setting-group input[type=search].medium,.wrap.llms-status .llms-setting-group input[type=tel].medium,.wrap.llms-status .llms-setting-group input[type=color].medium,.wrap.llms-status .llms-setting-group select.medium,.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area).medium{width:30%}.wrap.llms-reporting .llms-setting-group input[type=text].small,.wrap.llms-reporting .llms-setting-group input[type=password].small,.wrap.llms-reporting .llms-setting-group input[type=datetime].small,.wrap.llms-reporting .llms-setting-group input[type=datetime-local].small,.wrap.llms-reporting .llms-setting-group input[type=date].small,.wrap.llms-reporting .llms-setting-group input[type=month].small,.wrap.llms-reporting .llms-setting-group input[type=time].small,.wrap.llms-reporting .llms-setting-group input[type=week].small,.wrap.llms-reporting .llms-setting-group input[type=number].small,.wrap.llms-reporting .llms-setting-group input[type=email].small,.wrap.llms-reporting .llms-setting-group input[type=url].small,.wrap.llms-reporting .llms-setting-group input[type=search].small,.wrap.llms-reporting .llms-setting-group input[type=tel].small,.wrap.llms-reporting .llms-setting-group input[type=color].small,.wrap.llms-reporting .llms-setting-group select.small,.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area).small,.wrap.lifterlms-settings .llms-setting-group input[type=text].small,.wrap.lifterlms-settings .llms-setting-group input[type=password].small,.wrap.lifterlms-settings .llms-setting-group input[type=datetime].small,.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local].small,.wrap.lifterlms-settings .llms-setting-group input[type=date].small,.wrap.lifterlms-settings .llms-setting-group input[type=month].small,.wrap.lifterlms-settings .llms-setting-group input[type=time].small,.wrap.lifterlms-settings .llms-setting-group input[type=week].small,.wrap.lifterlms-settings .llms-setting-group input[type=number].small,.wrap.lifterlms-settings .llms-setting-group input[type=email].small,.wrap.lifterlms-settings .llms-setting-group input[type=url].small,.wrap.lifterlms-settings .llms-setting-group input[type=search].small,.wrap.lifterlms-settings .llms-setting-group input[type=tel].small,.wrap.lifterlms-settings .llms-setting-group input[type=color].small,.wrap.lifterlms-settings .llms-setting-group select.small,.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area).small,.wrap.llms-status .llms-setting-group input[type=text].small,.wrap.llms-status .llms-setting-group input[type=password].small,.wrap.llms-status .llms-setting-group input[type=datetime].small,.wrap.llms-status .llms-setting-group input[type=datetime-local].small,.wrap.llms-status .llms-setting-group input[type=date].small,.wrap.llms-status .llms-setting-group input[type=month].small,.wrap.llms-status .llms-setting-group input[type=time].small,.wrap.llms-status .llms-setting-group input[type=week].small,.wrap.llms-status .llms-setting-group input[type=number].small,.wrap.llms-status .llms-setting-group input[type=email].small,.wrap.llms-status .llms-setting-group input[type=url].small,.wrap.llms-status .llms-setting-group input[type=search].small,.wrap.llms-status .llms-setting-group input[type=tel].small,.wrap.llms-status .llms-setting-group input[type=color].small,.wrap.llms-status .llms-setting-group select.small,.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area).small{width:20%}.wrap.llms-reporting .llms-setting-group input[type=text].tiny,.wrap.llms-reporting .llms-setting-group input[type=password].tiny,.wrap.llms-reporting .llms-setting-group input[type=datetime].tiny,.wrap.llms-reporting .llms-setting-group input[type=datetime-local].tiny,.wrap.llms-reporting .llms-setting-group input[type=date].tiny,.wrap.llms-reporting .llms-setting-group input[type=month].tiny,.wrap.llms-reporting .llms-setting-group input[type=time].tiny,.wrap.llms-reporting .llms-setting-group input[type=week].tiny,.wrap.llms-reporting .llms-setting-group input[type=number].tiny,.wrap.llms-reporting .llms-setting-group input[type=email].tiny,.wrap.llms-reporting .llms-setting-group input[type=url].tiny,.wrap.llms-reporting .llms-setting-group input[type=search].tiny,.wrap.llms-reporting .llms-setting-group input[type=tel].tiny,.wrap.llms-reporting .llms-setting-group input[type=color].tiny,.wrap.llms-reporting .llms-setting-group select.tiny,.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area).tiny,.wrap.lifterlms-settings .llms-setting-group input[type=text].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=password].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=datetime].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=date].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=month].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=time].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=week].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=number].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=email].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=url].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=search].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=tel].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=color].tiny,.wrap.lifterlms-settings .llms-setting-group select.tiny,.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area).tiny,.wrap.llms-status .llms-setting-group input[type=text].tiny,.wrap.llms-status .llms-setting-group input[type=password].tiny,.wrap.llms-status .llms-setting-group input[type=datetime].tiny,.wrap.llms-status .llms-setting-group input[type=datetime-local].tiny,.wrap.llms-status .llms-setting-group input[type=date].tiny,.wrap.llms-status .llms-setting-group input[type=month].tiny,.wrap.llms-status .llms-setting-group input[type=time].tiny,.wrap.llms-status .llms-setting-group input[type=week].tiny,.wrap.llms-status .llms-setting-group input[type=number].tiny,.wrap.llms-status .llms-setting-group input[type=email].tiny,.wrap.llms-status .llms-setting-group input[type=url].tiny,.wrap.llms-status .llms-setting-group input[type=search].tiny,.wrap.llms-status .llms-setting-group input[type=tel].tiny,.wrap.llms-status .llms-setting-group input[type=color].tiny,.wrap.llms-status .llms-setting-group select.tiny,.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area).tiny{width:10%}@media only screen and (min-width: 782px){.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link{background:#fff}}.wrap.llms-reporting #llms-mailhawk-connect,.wrap.lifterlms-settings #llms-mailhawk-connect,.wrap.llms-status #llms-mailhawk-connect{height:auto;margin:0 0 6px;position:relative}.wrap.llms-reporting #llms-mailhawk-connect .dashicons,.wrap.lifterlms-settings #llms-mailhawk-connect .dashicons,.wrap.llms-status #llms-mailhawk-connect .dashicons{margin:-4px 0 0 4px;vertical-align:middle}.wrap.llms-reporting #llms-sendwp-connect,.wrap.lifterlms-settings #llms-sendwp-connect,.wrap.llms-status #llms-sendwp-connect{height:auto;margin:0 0 6px;position:relative}.wrap.llms-reporting #llms-sendwp-connect .fa,.wrap.lifterlms-settings #llms-sendwp-connect .fa,.wrap.llms-status #llms-sendwp-connect .fa{margin-left:4px}@media only screen and (min-width: 782px){.wrap.lifterlms-settings .llms-subheader{height:40px;position:sticky;top:32px}.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary{margin:0 -22px 20px -20px}.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items{padding-right:10px}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary{margin:0 -22px 20px -20px}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items{padding-right:10px}.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary{margin:0 -22px 20px -20px}.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items{padding-right:10px}}.wrap.llms-dashboard .llms-inside-wrap{padding-top:30px}.wrap.llms-dashboard #poststuff h2{padding:12px 20px}.wrap.llms-dashboard .llms-dashboard-activity h2{font-size:20px;font-weight:700;line-height:1.5;margin-top:0;text-align:center}.wrap.llms-dashboard .postbox{background-color:#fff;border:none;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13)}.wrap.llms-dashboard .postbox .postbox-header{border-bottom-color:#efefef}.wrap.llms-dashboard .postbox .inside{padding:20px}.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap{margin-top:0}.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap .llms-add-on-item{margin-top:0}.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap .llms-add-on-item p{text-align:right}.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap .llms-add-on-item footer.llms-actions{padding-top:0}.wrap.llms-dashboard #llms_dashboard_addons p{text-align:center}.wrap.llms-dashboard #llms_dashboard_addons p .llms-button-primary{display:inline-block;margin-top:15px}.wrap.llms-dashboard #llms_dashboard_quick_links ul{list-style:disc;margin:5px 20px 0 0}.wrap.llms-dashboard #llms_dashboard_quick_links ul li{font-size:15px;line-height:1.5}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links{display:grid;grid-template-columns:1fr;grid-gap:30px}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links a{display:inline-block}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list h3{margin:0 0 10px 0}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list ul{margin-bottom:20px}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list ul.llms-checklist{list-style:none;margin-right:0}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .fa{text-align:center;width:16px}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .fa-check{color:#008a20}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .fa-times{color:#d63638}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .llms-button-primary,.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .llms-button-secondary,.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .llms-button-action{display:block;text-align:center}@media only screen and (min-width: 782px){.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links{grid-template-columns:1fr 1fr 1fr}}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links .llms-list h3{margin:0}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links .llms-list h3 .dashicons{color:#aaa}@media only screen and (min-width: 782px){.wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links{grid-template-columns:1fr 1fr 1fr 1fr}}.wrap.llms-dashboard #llms_dashboard_blog ul,.wrap.llms-dashboard #llms_dashboard_podcast ul{margin:0}.wrap.llms-dashboard #llms_dashboard_blog ul li,.wrap.llms-dashboard #llms_dashboard_podcast ul li{margin:0 0 15px 0}.wrap.llms-dashboard #llms_dashboard_blog ul li a,.wrap.llms-dashboard #llms_dashboard_podcast ul li a{display:block}.wrap.llms-dashboard #llms_dashboard_blog p,.wrap.llms-dashboard #llms_dashboard_podcast p{margin:15px 0;text-align:center}.wrap.llms-dashboard #llms_dashboard_blog p a,.wrap.llms-dashboard #llms_dashboard_podcast p a{display:inline-block}#llms_dashboard_widget .inside{margin:0;padding-bottom:8px}#llms_dashboard_widget .llms-dashboard-widget-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:12px}#llms_dashboard_widget .activity-block{padding-bottom:8px;border-color:#e8e8e8}#llms_dashboard_widget h3{margin-bottom:0}#llms_dashboard_widget .llms-charts-wrapper{display:none}#llms_dashboard_widget .llms-widget-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;width:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:4px 0}#llms_dashboard_widget .llms-widget-row:before,#llms_dashboard_widget .llms-widget-row:after{display:none}#llms_dashboard_widget .llms-widget-1-4{padding:0;-webkit-box-flex:1;-ms-flex:1;flex:1}#llms_dashboard_widget .llms-widget{padding:8px 8px 12px;margin:0;border-radius:6px;border:1px solid #e8e8e8;-webkit-box-shadow:0px 2px 4px #f6f7f7;box-shadow:0px 2px 4px #f6f7f7;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}#llms_dashboard_widget .llms-label{font-size:14px;width:100%;-ms-flex-item-align:start;align-self:flex-start;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#llms_dashboard_widget .llms-widget-content{font-size:20px;margin:0}#llms_dashboard_widget .llms-widget-info-toggle{display:none}#llms_dashboard_widget a{border:0}#llms_dashboard_widget .subsubsub{color:#dcdcde}.llms-dashboard-widget-feed{margin:0 -12px;padding:0;background-color:#f6f7f7}.llms-dashboard-widget-feed li{margin:0;padding:8px 12px;border-bottom:1px solid #e8e8e8}.llms-dashboard-widget-feed span{display:block}.wrap.llms-resources .llms-inside-wrap{padding-top:30px}.wrap.llms-resources #poststuff #post-body.columns-2{margin-left:350px}.wrap.llms-resources #poststuff #post-body.columns-2 #side-sortables{width:330px}@media only screen and (max-width: 850px){.wrap.llms-resources #poststuff #post-body.columns-2 #side-sortables{width:auto}}.wrap.llms-resources #poststuff #postbox-container-1{float:left;margin-left:-350px;width:330px}.wrap.llms-resources #poststuff h2{padding:12px 20px}.wrap.llms-resources #poststuff .postbox{background-color:#fff;border:none;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13)}.wrap.llms-resources #poststuff .postbox .postbox-header{border-bottom-color:#efefef}.wrap.llms-resources #poststuff .postbox .inside{margin:0;padding:20px}.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video p{font-size:15px;line-height:1.5;margin:0 0 40px 0}.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container{height:0;overflow:hidden;padding-top:30px;padding-bottom:56.25%;position:relative}.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container iframe,.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container object,.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container embed{right:0;height:100%;position:absolute;top:0;width:100%}.wrap.llms-resources #llms_dashboard_getting_started ul{margin:0 0 20px 0}.wrap.llms-resources #llms_dashboard_getting_started ul li{font-size:15px;line-height:1.5;margin-bottom:15px}.wrap.llms-resources #llms_dashboard_getting_started .llms-button-primary{display:block;margin-top:auto;max-width:300px;text-align:center}.wrap.llms-resources #llms_dashboard_resource_links ul{list-style:disc;margin:5px 20px 0 0}.wrap.llms-resources #llms_dashboard_resource_links ul li{font-size:15px;line-height:1.5}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links{display:grid;grid-template-columns:1fr;grid-gap:60px}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links a{display:inline-block}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list h3{margin:0 0 10px 0}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list h3 .dashicons{color:#aaa}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list ul{margin-bottom:20px}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list .llms-button-primary,.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list .llms-button-secondary,.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list .llms-button-action{display:block;margin-top:auto;max-width:300px;text-align:center}@media only screen and (min-width: 782px){.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links{grid-template-columns:1fr 1fr 1fr}}.llms-remarks .llms-remarks-field{height:120px;width:100%}.llms-remarks input[type=number]{width:60px}button[name=llms_quiz_attempt_action] .save{display:none}button[name=llms_quiz_attempt_action].grading .default{display:none}button[name=llms_quiz_attempt_action].grading .save{display:inline}.llms-form-fields{-webkit-box-sizing:border-box;box-sizing:border-box}.llms-form-fields *{-webkit-box-sizing:border-box;box-sizing:border-box}.llms-form-fields.flush .llms-form-field{padding:0 0 10px}.llms-form-fields .wp-block-columns,.llms-form-fields .wp-block-column{margin-bottom:0}.llms-form-heading{padding:0 10px 10px}.llms-form-field{float:right;padding:0 10px 10px;position:relative;width:100%}.llms-form-field label:empty:after{content:" "}.llms-form-field.valid input[type=date],.llms-form-field.valid input[type=time],.llms-form-field.valid input[type=datetime-local],.llms-form-field.valid input[type=week],.llms-form-field.valid input[type=month],.llms-form-field.valid input[type=text],.llms-form-field.valid input[type=email],.llms-form-field.valid input[type=url],.llms-form-field.valid input[type=password],.llms-form-field.valid input[type=search],.llms-form-field.valid input[type=tel],.llms-form-field.valid input[type=number],.llms-form-field.valid textarea,.llms-form-field.valid select{background:rgba(131,195,115,.3);border-color:#83c373}.llms-form-field.error input[type=date],.llms-form-field.error input[type=time],.llms-form-field.error input[type=datetime-local],.llms-form-field.error input[type=week],.llms-form-field.error input[type=month],.llms-form-field.error input[type=text],.llms-form-field.error input[type=email],.llms-form-field.error input[type=url],.llms-form-field.error input[type=password],.llms-form-field.error input[type=search],.llms-form-field.error input[type=tel],.llms-form-field.error input[type=number],.llms-form-field.error textarea,.llms-form-field.error select,.llms-form-field.invalid input[type=date],.llms-form-field.invalid input[type=time],.llms-form-field.invalid input[type=datetime-local],.llms-form-field.invalid input[type=week],.llms-form-field.invalid input[type=month],.llms-form-field.invalid input[type=text],.llms-form-field.invalid input[type=email],.llms-form-field.invalid input[type=url],.llms-form-field.invalid input[type=password],.llms-form-field.invalid input[type=search],.llms-form-field.invalid input[type=tel],.llms-form-field.invalid input[type=number],.llms-form-field.invalid textarea,.llms-form-field.invalid select{background:rgba(229,85,78,.3);border-color:#e5554e}.llms-form-field.llms-visually-hidden-field{display:none}.llms-form-field.align-right{text-align:left}@media screen and (min-width: 600px){.llms-form-field.llms-cols-1{width:8.3333333333%}.llms-form-field.llms-cols-2{width:16.6666666667%}.llms-form-field.llms-cols-3{width:25%}.llms-form-field.llms-cols-4{width:33.3333333333%}.llms-form-field.llms-cols-5{width:41.6666666667%}.llms-form-field.llms-cols-6{width:50%}.llms-form-field.llms-cols-7{width:58.3333333333%}.llms-form-field.llms-cols-8{width:66.6666666667%}.llms-form-field.llms-cols-9{width:75%}.llms-form-field.llms-cols-10{width:83.3333333333%}.llms-form-field.llms-cols-11{width:91.6666666667%}.llms-form-field.llms-cols-12{width:100%}}.llms-form-field.type-hidden{padding:0}.llms-form-field.type-radio input,.llms-form-field.type-radio label,.llms-form-field.type-checkbox input,.llms-form-field.type-checkbox label{display:inline-block;width:auto}.llms-form-field.type-radio input,.llms-form-field.type-checkbox input{margin-left:5px}.llms-form-field.type-radio label+.llms-description,.llms-form-field.type-checkbox label+.llms-description{display:block}.llms-form-field.type-radio:not(.is-group) input[type=radio]{position:absolute;opacity:0;visibility:none}.llms-form-field.type-radio:not(.is-group) label:before{background:#fafafa;background-position:-24px 0;background-repeat:no-repeat;border-radius:50%;-webkit-box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.35) 0 0 0 1px;box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.35) 0 0 0 1px;content:"";cursor:pointer;display:inline-block;height:22px;margin-left:5px;position:relative;-webkit-transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);top:-3px;vertical-align:middle;width:22px;z-index:2}.llms-form-field.type-radio:not(.is-group) input[type=radio]:checked+label:before{-webkit-transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);background-position:100% 0;background-image:radial-gradient(ellipse at center, #466dd8 0%, #466dd8 40%, #fafafa 45%)}.llms-form-field .llms-input-group{margin-top:5px}.llms-form-field .llms-input-group .llms-form-field{padding:0 5px 5px 0}.llms-form-field.type-reset button:not(.auto),.llms-form-field.type-button button:not(.auto),.llms-form-field.type-submit button:not(.auto){width:100%}.llms-form-field .llms-description{font-size:14px;font-style:italic}.llms-form-field .llms-required{color:#e5554e;margin-right:4px}.llms-form-field input,.llms-form-field textarea,.llms-form-field select{width:100%;margin-bottom:5px}.llms-form-field .select2-container .select2-selection--single{height:auto;padding:4px 6px}.llms-form-field .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%}.llms-password-strength-meter{border:1px solid #dadada;display:none;font-size:10px;margin-top:-10px;padding:1px;position:relative;text-align:center}.llms-password-strength-meter:before{bottom:0;content:"";right:0;position:absolute;top:0;-webkit-transition:width .4s ease;transition:width .4s ease}.llms-password-strength-meter.mismatch,.llms-password-strength-meter.too-short,.llms-password-strength-meter.very-weak{border-color:#e35b5b}.llms-password-strength-meter.mismatch:before,.llms-password-strength-meter.too-short:before,.llms-password-strength-meter.very-weak:before{background:rgba(227,91,91,.25);width:25%}.llms-password-strength-meter.too-short:before{width:0}.llms-password-strength-meter.weak{border-color:#f78b53}.llms-password-strength-meter.weak:before{background:rgba(247,139,83,.25);width:50%}.llms-password-strength-meter.medium{border-color:#ffc733}.llms-password-strength-meter.medium:before{background:rgba(255,199,51,.25);width:75%}.llms-password-strength-meter.strong{border-color:#83c373}.llms-password-strength-meter.strong:before{background:rgba(131,195,115,.25);width:100%}/*!
+#poststuff .llms-metabox:before,#poststuff .llms-metabox:after,.llms-form-fields:before,.llms-metabox .llms-access-plans:before,.llms-collapsible .llms-collapsible-body:before,.llms-collapsible .llms-collapsible-header:before,.llms-collapsible:before,.llms-form-fields:after,.llms-metabox .llms-access-plans:after,.llms-collapsible .llms-collapsible-body:after,.llms-collapsible .llms-collapsible-header:after,.llms-collapsible:after{content:" ";display:table}#poststuff .llms-metabox:after,.llms-form-fields:after,.llms-metabox .llms-access-plans:after,.llms-collapsible .llms-collapsible-body:after,.llms-collapsible .llms-collapsible-header:after,.llms-collapsible:after{clear:both}.llms-button-action,.llms-button-danger,.llms-button-primary,.llms-button-secondary{border:none;border-radius:8px;color:#fefefe;cursor:pointer;font-size:16px;font-weight:700;text-decoration:none;text-shadow:none;line-height:1;margin:0;max-width:100%;padding:12px 24px;position:relative;-webkit-transition:all .5s ease;transition:all .5s ease}.llms-button-action:disabled,.llms-button-danger:disabled,.llms-button-primary:disabled,.llms-button-secondary:disabled{opacity:.5}.llms-button-action:hover,.llms-button-action:active,.llms-button-danger:hover,.llms-button-danger:active,.llms-button-primary:hover,.llms-button-primary:active,.llms-button-secondary:hover,.llms-button-secondary:active{color:#fefefe}.llms-button-action:focus,.llms-button-danger:focus,.llms-button-primary:focus,.llms-button-secondary:focus{color:#fefefe}.llms-button-action.auto,.llms-button-danger.auto,.llms-button-primary.auto,.llms-button-secondary.auto{width:auto}.llms-button-action.full,.llms-button-danger.full,.llms-button-primary.full,.llms-button-secondary.full{display:block;text-align:center;width:100%}.llms-button-action.square,.llms-button-danger.square,.llms-button-primary.square,.llms-button-secondary.square{padding:12px}.llms-button-action.small,.llms-button-danger.small,.llms-button-primary.small,.llms-button-secondary.small{font-size:13px;padding:8px 14px}.llms-button-action.small.square,.llms-button-danger.small.square,.llms-button-primary.small.square,.llms-button-secondary.small.square{padding:8px}.llms-button-action.large,.llms-button-danger.large,.llms-button-primary.large,.llms-button-secondary.large{font-size:18px;line-height:1.2;padding:16px 32px}.llms-button-action.large.square,.llms-button-danger.large.square,.llms-button-primary.large.square,.llms-button-secondary.large.square{padding:16px}.llms-button-action.large .fa,.llms-button-danger.large .fa,.llms-button-primary.large .fa,.llms-button-secondary.large .fa{right:-7px;position:relative}.llms-button-primary{background:#466dd8}.llms-button-primary:hover,.llms-button-primary.clicked{background:#2b55cb}.llms-button-primary:focus,.llms-button-primary:active{background:#6888df}.llms-button-secondary{background:#e1e1e1;color:#414141}.llms-button-secondary:hover{color:#414141;background:#cdcdcd}.llms-button-secondary:focus,.llms-button-secondary:active{color:#414141;background:#ebebeb}.llms-button-action{background:#f8954f}.llms-button-action:hover,.llms-button-action.clicked{background:#f67d28}.llms-button-action:focus,.llms-button-action:active{background:#faad76}.llms-button-danger{background:#e5554e}.llms-button-danger:hover{background:#e0332a}.llms-button-danger:focus,.llms-button-danger:active{background:#e86660}.llms-button-outline{background:rgba(0,0,0,0);border:3px solid #1d2327;border-radius:8px;color:#1d2327;cursor:pointer;font-size:16px;font-weight:700;text-decoration:none;text-shadow:none;line-height:1;margin:0;max-width:100%;padding:12px 24px;position:relative;-webkit-transition:all .5s ease;transition:all .5s ease}.llms-button-outline:disabled{opacity:.5}.llms-button-outline:hover,.llms-button-outline:active{color:#1d2327}.llms-button-outline:focus{color:#1d2327}.llms-button-outline.auto{width:auto}.llms-button-outline.full{display:block;text-align:center;width:100%}.llms-button-outline.square{padding:12px}.lifterlms [data-tip],.lifterlms [data-title-default],.lifterlms [data-title-active],.llms-metabox [data-tip],.llms-metabox [data-title-default],.llms-metabox [data-title-active],.llms-mb-container [data-tip],.llms-mb-container [data-title-default],.llms-mb-container [data-title-active],.llms-quiz-wrapper [data-tip],.llms-quiz-wrapper [data-title-default],.llms-quiz-wrapper [data-title-active]{position:relative}.lifterlms [data-tip].tip--top-right:before,.lifterlms [data-title-default].tip--top-right:before,.lifterlms [data-title-active].tip--top-right:before,.llms-metabox [data-tip].tip--top-right:before,.llms-metabox [data-title-default].tip--top-right:before,.llms-metabox [data-title-active].tip--top-right:before,.llms-mb-container [data-tip].tip--top-right:before,.llms-mb-container [data-title-default].tip--top-right:before,.llms-mb-container [data-title-active].tip--top-right:before,.llms-quiz-wrapper [data-tip].tip--top-right:before,.llms-quiz-wrapper [data-title-default].tip--top-right:before,.llms-quiz-wrapper [data-title-active].tip--top-right:before{bottom:100%;right:-10px}.lifterlms [data-tip].tip--top-right:hover:before,.lifterlms [data-title-default].tip--top-right:hover:before,.lifterlms [data-title-active].tip--top-right:hover:before,.llms-metabox [data-tip].tip--top-right:hover:before,.llms-metabox [data-title-default].tip--top-right:hover:before,.llms-metabox [data-title-active].tip--top-right:hover:before,.llms-mb-container [data-tip].tip--top-right:hover:before,.llms-mb-container [data-title-default].tip--top-right:hover:before,.llms-mb-container [data-title-active].tip--top-right:hover:before,.llms-quiz-wrapper [data-tip].tip--top-right:hover:before,.llms-quiz-wrapper [data-title-default].tip--top-right:hover:before,.llms-quiz-wrapper [data-title-active].tip--top-right:hover:before{bottom:calc(100% + 6px)}.lifterlms [data-tip].tip--top-right:after,.lifterlms [data-title-default].tip--top-right:after,.lifterlms [data-title-active].tip--top-right:after,.llms-metabox [data-tip].tip--top-right:after,.llms-metabox [data-title-default].tip--top-right:after,.llms-metabox [data-title-active].tip--top-right:after,.llms-mb-container [data-tip].tip--top-right:after,.llms-mb-container [data-title-default].tip--top-right:after,.llms-mb-container [data-title-active].tip--top-right:after,.llms-quiz-wrapper [data-tip].tip--top-right:after,.llms-quiz-wrapper [data-title-default].tip--top-right:after,.llms-quiz-wrapper [data-title-active].tip--top-right:after{border-top-color:#444;right:6px;top:0}.lifterlms [data-tip].tip--top-right:hover:after,.lifterlms [data-title-default].tip--top-right:hover:after,.lifterlms [data-title-active].tip--top-right:hover:after,.llms-metabox [data-tip].tip--top-right:hover:after,.llms-metabox [data-title-default].tip--top-right:hover:after,.llms-metabox [data-title-active].tip--top-right:hover:after,.llms-mb-container [data-tip].tip--top-right:hover:after,.llms-mb-container [data-title-default].tip--top-right:hover:after,.llms-mb-container [data-title-active].tip--top-right:hover:after,.llms-quiz-wrapper [data-tip].tip--top-right:hover:after,.llms-quiz-wrapper [data-title-default].tip--top-right:hover:after,.llms-quiz-wrapper [data-title-active].tip--top-right:hover:after{top:-6px}.lifterlms [data-tip].tip--top-left:before,.lifterlms [data-title-default].tip--top-left:before,.lifterlms [data-title-active].tip--top-left:before,.llms-metabox [data-tip].tip--top-left:before,.llms-metabox [data-title-default].tip--top-left:before,.llms-metabox [data-title-active].tip--top-left:before,.llms-mb-container [data-tip].tip--top-left:before,.llms-mb-container [data-title-default].tip--top-left:before,.llms-mb-container [data-title-active].tip--top-left:before,.llms-quiz-wrapper [data-tip].tip--top-left:before,.llms-quiz-wrapper [data-title-default].tip--top-left:before,.llms-quiz-wrapper [data-title-active].tip--top-left:before{bottom:100%;left:-10px}.lifterlms [data-tip].tip--top-left:hover:before,.lifterlms [data-title-default].tip--top-left:hover:before,.lifterlms [data-title-active].tip--top-left:hover:before,.llms-metabox [data-tip].tip--top-left:hover:before,.llms-metabox [data-title-default].tip--top-left:hover:before,.llms-metabox [data-title-active].tip--top-left:hover:before,.llms-mb-container [data-tip].tip--top-left:hover:before,.llms-mb-container [data-title-default].tip--top-left:hover:before,.llms-mb-container [data-title-active].tip--top-left:hover:before,.llms-quiz-wrapper [data-tip].tip--top-left:hover:before,.llms-quiz-wrapper [data-title-default].tip--top-left:hover:before,.llms-quiz-wrapper [data-title-active].tip--top-left:hover:before{bottom:calc(100% + 6px)}.lifterlms [data-tip].tip--top-left:after,.lifterlms [data-title-default].tip--top-left:after,.lifterlms [data-title-active].tip--top-left:after,.llms-metabox [data-tip].tip--top-left:after,.llms-metabox [data-title-default].tip--top-left:after,.llms-metabox [data-title-active].tip--top-left:after,.llms-mb-container [data-tip].tip--top-left:after,.llms-mb-container [data-title-default].tip--top-left:after,.llms-mb-container [data-title-active].tip--top-left:after,.llms-quiz-wrapper [data-tip].tip--top-left:after,.llms-quiz-wrapper [data-title-default].tip--top-left:after,.llms-quiz-wrapper [data-title-active].tip--top-left:after{border-top-color:#444;left:6px;top:0}.lifterlms [data-tip].tip--top-left:hover:after,.lifterlms [data-title-default].tip--top-left:hover:after,.lifterlms [data-title-active].tip--top-left:hover:after,.llms-metabox [data-tip].tip--top-left:hover:after,.llms-metabox [data-title-default].tip--top-left:hover:after,.llms-metabox [data-title-active].tip--top-left:hover:after,.llms-mb-container [data-tip].tip--top-left:hover:after,.llms-mb-container [data-title-default].tip--top-left:hover:after,.llms-mb-container [data-title-active].tip--top-left:hover:after,.llms-quiz-wrapper [data-tip].tip--top-left:hover:after,.llms-quiz-wrapper [data-title-default].tip--top-left:hover:after,.llms-quiz-wrapper [data-title-active].tip--top-left:hover:after{top:-6px}.lifterlms [data-tip].tip--bottom-left:before,.lifterlms [data-title-default].tip--bottom-left:before,.lifterlms [data-title-active].tip--bottom-left:before,.llms-metabox [data-tip].tip--bottom-left:before,.llms-metabox [data-title-default].tip--bottom-left:before,.llms-metabox [data-title-active].tip--bottom-left:before,.llms-mb-container [data-tip].tip--bottom-left:before,.llms-mb-container [data-title-default].tip--bottom-left:before,.llms-mb-container [data-title-active].tip--bottom-left:before,.llms-quiz-wrapper [data-tip].tip--bottom-left:before,.llms-quiz-wrapper [data-title-default].tip--bottom-left:before,.llms-quiz-wrapper [data-title-active].tip--bottom-left:before{top:100%;left:-10px}.lifterlms [data-tip].tip--bottom-left:hover:before,.lifterlms [data-title-default].tip--bottom-left:hover:before,.lifterlms [data-title-active].tip--bottom-left:hover:before,.llms-metabox [data-tip].tip--bottom-left:hover:before,.llms-metabox [data-title-default].tip--bottom-left:hover:before,.llms-metabox [data-title-active].tip--bottom-left:hover:before,.llms-mb-container [data-tip].tip--bottom-left:hover:before,.llms-mb-container [data-title-default].tip--bottom-left:hover:before,.llms-mb-container [data-title-active].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:before{top:calc(100% + 6px)}.lifterlms [data-tip].tip--bottom-left:after,.lifterlms [data-title-default].tip--bottom-left:after,.lifterlms [data-title-active].tip--bottom-left:after,.llms-metabox [data-tip].tip--bottom-left:after,.llms-metabox [data-title-default].tip--bottom-left:after,.llms-metabox [data-title-active].tip--bottom-left:after,.llms-mb-container [data-tip].tip--bottom-left:after,.llms-mb-container [data-title-default].tip--bottom-left:after,.llms-mb-container [data-title-active].tip--bottom-left:after,.llms-quiz-wrapper [data-tip].tip--bottom-left:after,.llms-quiz-wrapper [data-title-default].tip--bottom-left:after,.llms-quiz-wrapper [data-title-active].tip--bottom-left:after{border-bottom-color:#444;left:6px;bottom:0}.lifterlms [data-tip].tip--bottom-left:hover:after,.lifterlms [data-title-default].tip--bottom-left:hover:after,.lifterlms [data-title-active].tip--bottom-left:hover:after,.llms-metabox [data-tip].tip--bottom-left:hover:after,.llms-metabox [data-title-default].tip--bottom-left:hover:after,.llms-metabox [data-title-active].tip--bottom-left:hover:after,.llms-mb-container [data-tip].tip--bottom-left:hover:after,.llms-mb-container [data-title-default].tip--bottom-left:hover:after,.llms-mb-container [data-title-active].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:after{bottom:-6px}.lifterlms [data-tip].tip--bottom-right:before,.lifterlms [data-title-default].tip--bottom-right:before,.lifterlms [data-title-active].tip--bottom-right:before,.llms-metabox [data-tip].tip--bottom-right:before,.llms-metabox [data-title-default].tip--bottom-right:before,.llms-metabox [data-title-active].tip--bottom-right:before,.llms-mb-container [data-tip].tip--bottom-right:before,.llms-mb-container [data-title-default].tip--bottom-right:before,.llms-mb-container [data-title-active].tip--bottom-right:before,.llms-quiz-wrapper [data-tip].tip--bottom-right:before,.llms-quiz-wrapper [data-title-default].tip--bottom-right:before,.llms-quiz-wrapper [data-title-active].tip--bottom-right:before{top:100%;right:-10px}.lifterlms [data-tip].tip--bottom-right:hover:before,.lifterlms [data-title-default].tip--bottom-right:hover:before,.lifterlms [data-title-active].tip--bottom-right:hover:before,.llms-metabox [data-tip].tip--bottom-right:hover:before,.llms-metabox [data-title-default].tip--bottom-right:hover:before,.llms-metabox [data-title-active].tip--bottom-right:hover:before,.llms-mb-container [data-tip].tip--bottom-right:hover:before,.llms-mb-container [data-title-default].tip--bottom-right:hover:before,.llms-mb-container [data-title-active].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:before{top:calc(100% + 6px)}.lifterlms [data-tip].tip--bottom-right:after,.lifterlms [data-title-default].tip--bottom-right:after,.lifterlms [data-title-active].tip--bottom-right:after,.llms-metabox [data-tip].tip--bottom-right:after,.llms-metabox [data-title-default].tip--bottom-right:after,.llms-metabox [data-title-active].tip--bottom-right:after,.llms-mb-container [data-tip].tip--bottom-right:after,.llms-mb-container [data-title-default].tip--bottom-right:after,.llms-mb-container [data-title-active].tip--bottom-right:after,.llms-quiz-wrapper [data-tip].tip--bottom-right:after,.llms-quiz-wrapper [data-title-default].tip--bottom-right:after,.llms-quiz-wrapper [data-title-active].tip--bottom-right:after{border-bottom-color:#444;right:6px;bottom:0}.lifterlms [data-tip].tip--bottom-right:hover:after,.lifterlms [data-title-default].tip--bottom-right:hover:after,.lifterlms [data-title-active].tip--bottom-right:hover:after,.llms-metabox [data-tip].tip--bottom-right:hover:after,.llms-metabox [data-title-default].tip--bottom-right:hover:after,.llms-metabox [data-title-active].tip--bottom-right:hover:after,.llms-mb-container [data-tip].tip--bottom-right:hover:after,.llms-mb-container [data-title-default].tip--bottom-right:hover:after,.llms-mb-container [data-title-active].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:after{bottom:-6px}.lifterlms [data-tip]:before,.lifterlms [data-title-default]:before,.lifterlms [data-title-active]:before,.llms-metabox [data-tip]:before,.llms-metabox [data-title-default]:before,.llms-metabox [data-title-active]:before,.llms-mb-container [data-tip]:before,.llms-mb-container [data-title-default]:before,.llms-mb-container [data-title-active]:before,.llms-quiz-wrapper [data-tip]:before,.llms-quiz-wrapper [data-title-default]:before,.llms-quiz-wrapper [data-title-active]:before{background:#444;border-radius:4px;color:#fff;font-size:13px;line-height:1.2;padding:8px;max-width:300px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.lifterlms [data-tip]:after,.lifterlms [data-title-default]:after,.lifterlms [data-title-active]:after,.llms-metabox [data-tip]:after,.llms-metabox [data-title-default]:after,.llms-metabox [data-title-active]:after,.llms-mb-container [data-tip]:after,.llms-mb-container [data-title-default]:after,.llms-mb-container [data-title-active]:after,.llms-quiz-wrapper [data-tip]:after,.llms-quiz-wrapper [data-title-default]:after,.llms-quiz-wrapper [data-title-active]:after{content:"";border:6px solid rgba(0,0,0,0);height:0;width:0}.lifterlms [data-tip]:before,.lifterlms [data-tip]:after,.lifterlms [data-title-default]:before,.lifterlms [data-title-default]:after,.lifterlms [data-title-active]:before,.lifterlms [data-title-active]:after,.llms-metabox [data-tip]:before,.llms-metabox [data-tip]:after,.llms-metabox [data-title-default]:before,.llms-metabox [data-title-default]:after,.llms-metabox [data-title-active]:before,.llms-metabox [data-title-active]:after,.llms-mb-container [data-tip]:before,.llms-mb-container [data-tip]:after,.llms-mb-container [data-title-default]:before,.llms-mb-container [data-title-default]:after,.llms-mb-container [data-title-active]:before,.llms-mb-container [data-title-active]:after,.llms-quiz-wrapper [data-tip]:before,.llms-quiz-wrapper [data-tip]:after,.llms-quiz-wrapper [data-title-default]:before,.llms-quiz-wrapper [data-title-default]:after,.llms-quiz-wrapper [data-title-active]:before,.llms-quiz-wrapper [data-title-active]:after{opacity:0;-webkit-transition:all .2s .1s ease;transition:all .2s .1s ease;position:absolute;pointer-events:none;visibility:hidden}.lifterlms [data-tip]:hover:before,.lifterlms [data-tip]:hover:after,.lifterlms [data-title-default]:hover:before,.lifterlms [data-title-default]:hover:after,.lifterlms [data-title-active]:hover:before,.lifterlms [data-title-active]:hover:after,.llms-metabox [data-tip]:hover:before,.llms-metabox [data-tip]:hover:after,.llms-metabox [data-title-default]:hover:before,.llms-metabox [data-title-default]:hover:after,.llms-metabox [data-title-active]:hover:before,.llms-metabox [data-title-active]:hover:after,.llms-mb-container [data-tip]:hover:before,.llms-mb-container [data-tip]:hover:after,.llms-mb-container [data-title-default]:hover:before,.llms-mb-container [data-title-default]:hover:after,.llms-mb-container [data-title-active]:hover:before,.llms-mb-container [data-title-active]:hover:after,.llms-quiz-wrapper [data-tip]:hover:before,.llms-quiz-wrapper [data-tip]:hover:after,.llms-quiz-wrapper [data-title-default]:hover:before,.llms-quiz-wrapper [data-title-default]:hover:after,.llms-quiz-wrapper [data-title-active]:hover:before,.llms-quiz-wrapper [data-title-active]:hover:after{opacity:1;-webkit-transition:all 0 .1s ease;transition:all 0 .1s ease;visibility:visible;z-index:99999999}.lifterlms [data-tip]:before,.llms-metabox [data-tip]:before,.llms-mb-container [data-tip]:before,.llms-quiz-wrapper [data-tip]:before{content:attr(data-tip)}.lifterlms [data-tip].active:before,.llms-metabox [data-tip].active:before,.llms-mb-container [data-tip].active:before,.llms-quiz-wrapper [data-tip].active:before{content:attr(data-tip-active)}#adminmenu .toplevel_page_lifterlms .wp-menu-image img{padding-top:6px;width:20px}#adminmenu .toplevel_page_lifterlms a[href*="page=llms-add-ons"],#adminmenu .opensub .wp-submenu li.current a[href*="page=llms-add-ons"],#adminmenu .wp-submenu li.current a[href*="page=llms-add-ons"],#adminmenu .wp-submenu li.current a[href*="page=llms-add-ons"],#adminmenu .wp-submenu li.current a[href*="page=llms-add-ons"],#adminmenu a.wp-has-current-submenu:focus+.wp-submenu li.current a[href*="page=llms-add-ons"]{color:#ff922b}.last-col{float:left;padding-left:0 !important}.last-col:after{clear:both}@media(max-width: 767px){.m-all{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding-left:0}.m-1of2{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.m-1of3{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:33.33%}.m-2of3{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:66.66%}.m-1of4{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.m-3of4{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.m-right{text-align:center}.m-center{text-align:center}.m-left{text-align:center}.d-right{text-align:left}.d-center{text-align:center}.d-left{text-align:right}}@media(min-width: 768px)and (max-width: 1029px){.t-all{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding-left:0}.t-1of2{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.t-1of3{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:33.33%}.t-2of3{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:66.66%}.t-1of4{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.t-3of4{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.t-1of5{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:20%}.t-2of5{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:40%}.t-3of5{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:60%}.t-4of5{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:80%}.d-right{text-align:left}.d-center{text-align:center}.d-left{text-align:right}}@media(min-width: 1030px){.d-all{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding-left:0}.d-1of2{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.d-1of3{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:33.33%}.d-2of3{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:66.66%}.d-1of4{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.d-3of4{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.d-1of5{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:20%}.d-2of5{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:40%}.d-3of5{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:60%}.d-4of5{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:80%}.d-1of6{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:16.6666666667%}.d-1of7{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:14.2857142857%}.d-2of7{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:28.5714286%}.d-3of7{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:42.8571429%}.d-4of7{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:57.1428572%}.d-5of7{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:71.4285715%}.d-6of7{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:85.7142857%}.d-1of8{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:12.5%}.d-1of9{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:11.1111111111%}.d-1of10{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:10%}.d-1of11{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:9.0909090909%}.d-1of12{float:right;padding-left:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:8.33%}.d-right{text-align:left}.d-center{text-align:center}.d-left{text-align:right}}#llms-form-wrapper .llms-search-form-wrapper{border-bottom:1px solid #999;margin:20px 0}#llms-form-wrapper #llms_analytics_search{border:none !important;text-shadow:none !important;border:none !important;outline:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;margin:0 !important;color:#fefefe !important;background:#466dd8 !important;border-radius:0;-webkit-transition:.5s;transition:.5s}#llms-form-wrapper #llms_analytics_search:hover{background:#0185a3 !important}#llms-form-wrapper #llms_analytics_search:active{background:#33b1cb !important}#llms-skip-setup-form .llms-admin-link{background:none !important;border:none;padding:0 !important;color:#0074a2;cursor:pointer}#llms-skip-setup-form .llms-admin-link:hover{color:#2ea2cc}#llms-skip-setup-form .llms-admin-link:focus{color:#124964}.llms-switch{position:relative}.llms-switch .llms-toggle{position:absolute;margin-right:-9999px;visibility:hidden}.llms-switch .llms-toggle+label{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:relative;cursor:pointer;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.llms-switch input.llms-toggle-round+label{border:2px solid #6c7781;border-radius:10px;height:20px;width:36px}.llms-switch input.llms-toggle-round+label:before,.llms-switch input.llms-toggle-round+label:after{-webkit-box-sizing:border-box;box-sizing:border-box;content:"";display:block;position:absolute;-webkit-transition:background .4s;transition:background .4s}.llms-switch input.llms-toggle-round:checked+label{border-color:#11a0d2;background-color:#11a0d2}.llms-switch input.llms-toggle-round+label:after{height:12px;right:2px;top:2px;background-color:#6c7781;border-radius:50%;-webkit-transition:margin .4s;transition:margin .4s;width:12px;z-index:3}.llms-switch input.llms-toggle-round:checked+label:after{background-color:#fefefe;margin-right:16px}.llms-switch input.llms-toggle-round+label:before{height:8px;top:4px;border:1px solid #6c7781;border-radius:50%;left:4px;width:8px;z-index:2}.llms-switch input.llms-toggle-round:checked+label:before{border-color:#fefefe;border-radius:0;right:6px;left:auto;width:2px}#llms-profile-fields{margin:50px 0}#llms-profile-fields .llms-form-field{padding-right:0}#llms-profile-fields label{display:block;font-weight:bold;padding:8px 0 2px}#llms-profile-fields .type-checkbox .type-checkbox label{display:initial;font-weight:initial;padding:0}#llms-profile-fields .type-checkbox .type-checkbox input{display:inline-block;margin-bottom:0;width:1rem}#llms-profile-fields select{max-width:100%}a.llms-voucher-delete{background:#e5554e;color:#fefefe;display:block;padding:4px 2px;text-decoration:none;-webkit-transition:ease .3s all;transition:ease .3s all}a.llms-voucher-delete:hover{background:#af3a26}.llms-voucher-codes-wrapper table,.llms-voucher-redemption-wrapper table{width:100%;border-collapse:collapse}.llms-voucher-codes-wrapper table th,.llms-voucher-codes-wrapper table td,.llms-voucher-redemption-wrapper table th,.llms-voucher-redemption-wrapper table td{border:none}.llms-voucher-codes-wrapper table thead,.llms-voucher-redemption-wrapper table thead{background-color:#466dd8;color:#fff}.llms-voucher-codes-wrapper table thead th,.llms-voucher-redemption-wrapper table thead th{padding:10px 10px}.llms-voucher-codes-wrapper table tr,.llms-voucher-redemption-wrapper table tr{counter-increment:row-counter}.llms-voucher-codes-wrapper table tr:nth-child(even),.llms-voucher-redemption-wrapper table tr:nth-child(even){background-color:#f1f1f1}.llms-voucher-codes-wrapper table tr td,.llms-voucher-redemption-wrapper table tr td{padding:5px}.llms-voucher-codes-wrapper table tr td:first-child:before,.llms-voucher-redemption-wrapper table tr td:first-child:before{content:counter(row-counter)}.llms-voucher-codes-wrapper table{width:100%;border-collapse:collapse}.llms-voucher-codes-wrapper table th,.llms-voucher-codes-wrapper table td{border:none}.llms-voucher-codes-wrapper table thead{background-color:#466dd8;color:#fff}.llms-voucher-codes-wrapper table tr:nth-child(even){background-color:#f1f1f1}.llms-voucher-codes-wrapper table tr td span{display:inline-block;min-width:30px}.llms-voucher-codes-wrapper button{cursor:pointer}.llms-voucher-codes-wrapper .llms-voucher-delete{float:left;margin-left:15px}.llms-voucher-codes-wrapper .llms-voucher-uses{width:50px}.llms-voucher-codes-wrapper .llms-voucher-add-codes{float:left}.llms-voucher-codes-wrapper .llms-voucher-add-codes input[type=text]{width:30px}.llms-voucher-export-wrapper .llms-voucher-export-type{width:100%}.llms-voucher-export-wrapper .llms-voucher-export-type p{margin:0 15px 0 0}.llms-voucher-export-wrapper .llms-voucher-email-wrapper{width:100%;margin:25px 0}.llms-voucher-export-wrapper .llms-voucher-email-wrapper input[type=text]{width:100%}.llms-voucher-export-wrapper .llms-voucher-email-wrapper p{margin:0}.llms-voucher-export-wrapper>button{float:left}.postbox .inside{overflow:auto}.llms-widget{background-color:#fff;border:1px solid #dedede;border-radius:12px;-webkit-box-shadow:0px 0px 1px rgba(48,49,51,.05),0px 2px 4px rgba(48,49,51,.1);box-shadow:0px 0px 1px rgba(48,49,51,.05),0px 2px 4px rgba(48,49,51,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;padding:20px;position:relative;width:100%}.llms-widget.alt{border:1px solid #ccc;background-color:#efefef;margin-bottom:10px}.llms-widget.alt .llms-label{color:#777;font-size:14px;margin-bottom:10px;padding-bottom:5px}.llms-widget.alt h2{color:#444;font-weight:300}.llms-widget a{border-bottom:1px dotted #466dd8;display:inline-block;text-decoration:none}.llms-widget a:hover{border-bottom:1px dotted #2b55cb}.llms-widget .llms-widget-content{margin:.67em 0;color:#466dd8;font-size:2.4em;font-weight:700;line-height:1;word-break:break-all}.llms-widget h2{font-size:1.8em}.llms-widget .llms-label{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:18px;font-weight:400;margin:0 0 10px 0;text-align:center}.llms-widget .llms-chart{width:100%;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.llms-widget mark.yes{background-color:#7ad03a}.llms-widget .llms-subtitle{margin-bottom:0}.llms-widget .spinner{float:none;right:50%;margin:-10px -10px 0 0;position:absolute;top:50%;z-index:2}.llms-widget.is-loading:before{background:#fefefe;bottom:0;content:"";right:0;opacity:.9;position:absolute;left:0;top:0;z-index:1}.llms-widget.is-loading .spinner{visibility:visible}.llms-widget td[colspan="2"]{padding-right:0}.llms-widget tr.llms-disabled-field{opacity:.5;pointer-events:none}.llms-widget-1-3,.llms-widget-1-4,.llms-widget-1-5{text-align:center}.llms-widget .llms-widget-info-toggle{color:#aaa;cursor:pointer;font-size:16px;position:absolute;left:20px;top:20px}.llms-widget.info-showing .llms-widget-info{display:block}.llms-widget-info{background:#444;color:#fefefe;bottom:-50px;display:none;padding:15px;position:absolute;text-align:center;right:10px;left:15px;z-index:3}.llms-widget-info:before{content:"";border:12px solid rgba(0,0,0,0);border-bottom-color:#444;right:50%;margin-right:-12px;position:absolute;top:-24px}.llms-widget-info p{margin:0}.llms-widget-row:before,.llms-widget-row:after{content:" ";display:table}.llms-widget-row:after{clear:both}.llms-widget-row .no-padding{padding:0 !important}svg.icon{height:24px;width:24px;display:inline-block;fill:currentColor;vertical-align:baseline}button svg.icon{height:18px;width:18px;margin:4px 4px 0 -4px;-webkit-filter:drop-shadow(0 1px #eee);filter:drop-shadow(0 1px #eee);float:left}svg.icon.menu-icon{height:20px;width:20px;display:inline-block;fill:currentColor;vertical-align:text-bottom;margin-left:10px}svg.icon.tree-icon{height:13px;width:13px;vertical-align:middle}svg.icon.section-icon{height:16px;width:16px;vertical-align:text-bottom}svg.icon.button-icon{height:16px;width:16px;vertical-align:text-bottom}svg.icon.button-icon-attr{height:10px;width:10px;vertical-align:middle}svg.icon.list-icon{height:12px;width:12px;vertical-align:middle}svg.icon.list-icon.on{color:#466dd8}svg.icon.list-icon.off{color:#444}svg.icon.detail-icon{height:16px;width:16px;vertical-align:text-bottom;cursor:default}svg.icon.detail-icon.on{color:#466dd8}svg.icon.detail-icon.off{color:#ccc}svg.icon-ion-arrow-up{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}svg use{pointer-events:none}#side-sortables .tab-content{padding:0}.llms-mb-container .tab-content{display:none;background-color:#fff;padding:0 20px}.llms-mb-container .tab-content ul:not(.select2-selection__rendered){margin:0 0 15px 0}.llms-mb-container .tab-content ul:not(.select2-selection__rendered)>li{padding:20px 0;margin:0}.llms-mb-container .tab-content ul:not(.select2-selection__rendered)>li.select:not([class*=d-]){width:100%}.llms-mb-container .tab-content ul:not(.select2-selection__rendered)>li:last-child{border:0;padding-bottom:0}.llms-mb-container .tab-content ul:not(.select2-selection__rendered)>li.top{border-bottom:0;padding-bottom:0}.llms-mb-container .tab-content .full-width{width:100%}.llms-mb-container .tab-content #wp-content-editor-tools{background:none}.llms-mb-container .tab-content.llms-active{display:inherit}.llms-mb-container .tab-content .no-border{border-bottom:0px}.topModal{display:none;position:relative;border:4px solid gray;background:#fff;z-index:1000001;padding:2px;max-width:500px;margin:34px auto 0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-color:#fff;border-radius:2px;border:1px solid #ddd}.topModalClose{float:left;cursor:pointer;margin-left:10px;margin-top:10px}.topModalContainer{display:none;overflow:auto;overflow-y:hidden;position:fixed;top:0 !important;left:0;bottom:0;right:0;-webkit-overflow-scrolling:touch;width:auto !important;margin-right:0 !important;background-color:rgba(0,0,0,0) !important;z-index:100002 !important}.topModalBackground{display:none;background:#000;position:fixed;height:100%;width:100%;top:0 !important;right:0;margin-right:0 !important;z-index:100002 !important;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:auto;overflow-y:hidden}body.modal-open{overflow:hidden}.llms-modal-header{border-top-left-radius:1px;border-top-right-radius:1px;background:#466dd8;color:#eee;padding:10px 15px;font-size:18px}#llms-icon-modal-close{width:16px;height:16px;fill:#fefefe}.llms-modal-content{padding:20px}.llms-modal-content h3{margin-top:0}.llms-modal-form h1{margin-top:0}.llms-modal-form input[type=text]{width:100%}.llms-modal-form textarea,.llms-modal-form input[type=text],.llms-modal-form input[type=password],.llms-modal-form input[type=file],.llms-modal-form input[type=datetime],.llms-modal-form input[type=datetime-local],.llms-modal-form input[type=date],.llms-modal-form input[type=month],.llms-modal-form input[type=time],.llms-modal-form input[type=week],.llms-modal-form input[type=number],.llms-modal-form input[type=email],.llms-modal-form input[type=url],.llms-modal-form input[type=search],.llms-modal-form input[type=tel],.llms-modal-form input[type=color]{padding:0 .4em 0 .4em;margin-bottom:2em;vertical-align:middle;border-radius:3px;min-width:50px;max-width:635px;width:100%;min-height:32px;background-color:#fff;border:1px solid #ccc;margin:0 0 24px 0;outline:none;-webkit-transition:border .3s ease-in-out 0s;transition:border .3s ease-in-out 0s}.llms-modal-form textarea:focus,.llms-modal-form input[type=text]:focus,.llms-modal-form input[type=password]:focus,.llms-modal-form input[type=file]:focus,.llms-modal-form input[type=datetime]:focus,.llms-modal-form input[type=datetime-local]:focus,.llms-modal-form input[type=date]:focus,.llms-modal-form input[type=month]:focus,.llms-modal-form input[type=time]:focus,.llms-modal-form input[type=week]:focus,.llms-modal-form input[type=number]:focus,.llms-modal-form input[type=email]:focus,.llms-modal-form input[type=url]:focus,.llms-modal-form input[type=search]:focus,.llms-modal-form input[type=tel]:focus,.llms-modal-form input[type=color]:focus{background:#fefefe;border:1px solid #466dd8}.llms-modal-form textarea{padding:.4em !important;height:100px !important;border-radius:3px;vertical-align:middle;min-height:32px;outline:none;-webkit-box-sizing:border-box;box-sizing:border-box}.llms-modal-form textarea:focus{background:#fefefe;border:1px solid #466dd8}.llms-modal-form .chosen-container-single .chosen-single{border-radius:3px;vertical-align:middle;min-height:32px;border:1px solid #ccc;width:100%;background:#fefefe !important;outline:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 0 0 #fff;box-shadow:0 0 0 #fff;line-height:32px;margin:0 0 24px 0}.llms-modal-form .chosen-container-single .chosen-single:focus{background:#fefefe;border:1px solid #466dd8}.llms-modal-form .chosen-container-single .chosen-single div b{margin-top:4px}.llms-modal-form .chosen-search input[type=text]{border:1px solid #ccc}.llms-modal-form .chosen-search input[type=text]:focus{background-color:#fefefe;border:1px solid #466dd8}.llms-modal-form .chosen-container-single .chosen-drop{margin-top:-28px}.llms-modal-form .llms-button-primary,.llms-modal-form .llms-button-secondary{padding:10px 10px;border-radius:0;-webkit-transition:.5s;transition:.5s;-webkit-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc}.llms-modal-form .llms-button-primary.full,.llms-modal-form .llms-button-secondary.full{width:100%}.modal-open .select2-dropdown{z-index:1000005}.button.llms-merge-code-button{vertical-align:middle}.button.llms-merge-code-button svg{margin-left:2px;position:relative;top:4px;width:16px}.button.llms-merge-code-button svg g{fill:currentColor}.llms-mb-container .llms-merge-code-wrapper{float:left;top:-5px}.llms-merge-code-wrapper{display:inline;position:relative}.llms-merge-codes{background:#f7f7f7;border:1px solid #ccc;border-radius:3px;-webkit-box-shadow:0 1px 0 #ccc;box-shadow:0 1px 0 #ccc;color:#555;display:none;right:1px;overflow:hidden;position:absolute;top:30px;width:200px}.llms-merge-codes ul{margin:0;padding:0}.llms-merge-codes li{cursor:pointer;margin:0;padding:4px 8px !important;border-bottom:1px solid #ccc}.llms-merge-codes li:hover{color:#23282d;background:#fefefe}.llms-merge-codes.active{display:block;z-index:777}.llms-nav-tab,.llms-nav-tab-filters{display:block;width:100%}form.llms-nav-tab-filters.full-width{width:100%}form.llms-nav-tab-filters.full-width label{display:inline-block;width:10%;text-align:right}form.llms-nav-tab-filters.full-width .select2-container{width:85% !important}.llms-nav-tab-settings{display:block;width:100%}#llms-form-wrapper .llms-select{width:100%;margin-bottom:20px}#llms-form-wrapper .llms-checkbox{display:inline-block;width:100%;text-align:right}#llms-form-wrapper .llms-filter-options{width:100%}#llms-form-wrapper .llms-date-select{width:100%;display:inline-block;margin-bottom:20px}#llms-form-wrapper .llms-date-select input[type=text]{width:100%}ul.tabs li{display:block}@media only screen and (min-width: 481px){#llms-form-wrapper .llms-checkbox{width:33%}}@media only screen and (min-width: 768px){ul.tabs li{display:inline-block}.llms-nav-tab{display:inline-block;width:33%}.llms-nav-tab-settings{display:inline-block;width:25%}#llms-form-wrapper .llms-select{width:50%;max-width:500px}#llms-form-wrapper .llms-filter-options{width:50%;max-width:500px}#llms-form-wrapper .llms-date-select{width:47.5%}#llms-form-wrapper .llms-date-select:first-child{margin-left:5%}.llms-widget input[type=text],.llms-widget input[type=password],.llms-widget input[type=datetime],.llms-widget input[type=datetime-local],.llms-widget input[type=date],.llms-widget input[type=month],.llms-widget input[type=time],.llms-widget input[type=week],.llms-widget input[type=number],.llms-widget input[type=email],.llms-widget input[type=url],.llms-widget input[type=search],.llms-widget input[type=tel],.llms-widget input[type=color],.llms-widget select,.llms-widget textarea{width:50%}.llms-widget input[type=text].medium,.llms-widget input[type=password].medium,.llms-widget input[type=datetime].medium,.llms-widget input[type=datetime-local].medium,.llms-widget input[type=date].medium,.llms-widget input[type=month].medium,.llms-widget input[type=time].medium,.llms-widget input[type=week].medium,.llms-widget input[type=number].medium,.llms-widget input[type=email].medium,.llms-widget input[type=url].medium,.llms-widget input[type=search].medium,.llms-widget input[type=tel].medium,.llms-widget input[type=color].medium,.llms-widget select.medium,.llms-widget textarea.medium{width:30%}.llms-widget input[type=text].small,.llms-widget input[type=password].small,.llms-widget input[type=datetime].small,.llms-widget input[type=datetime-local].small,.llms-widget input[type=date].small,.llms-widget input[type=month].small,.llms-widget input[type=time].small,.llms-widget input[type=week].small,.llms-widget input[type=number].small,.llms-widget input[type=email].small,.llms-widget input[type=url].small,.llms-widget input[type=search].small,.llms-widget input[type=tel].small,.llms-widget input[type=color].small,.llms-widget select.small,.llms-widget textarea.small{width:20%}.llms-widget input[type=text].tiny,.llms-widget input[type=password].tiny,.llms-widget input[type=datetime].tiny,.llms-widget input[type=datetime-local].tiny,.llms-widget input[type=date].tiny,.llms-widget input[type=month].tiny,.llms-widget input[type=time].tiny,.llms-widget input[type=week].tiny,.llms-widget input[type=number].tiny,.llms-widget input[type=email].tiny,.llms-widget input[type=url].tiny,.llms-widget input[type=search].tiny,.llms-widget input[type=tel].tiny,.llms-widget input[type=color].tiny,.llms-widget select.tiny,.llms-widget textarea.tiny{width:10%}}@media only screen and (min-width: 1030px){.llms-nav-tab{display:inline-block;width:33.333%}.llms-nav-tab-settings{display:inline-block;width:25%}#llms-form-wrapper .llms-select{display:inline-block;width:47.5%}#llms-form-wrapper .llms-select:first-child{margin-left:5%}#llms-form-wrapper .llms-filter-options{display:inline-block;width:47.5%}#llms-form-wrapper .llms-filter-options.date-filter{margin-left:5%}#llms-form-wrapper .llms-filter-options .llms-date-select{margin-bottom:0}#llms-form-wrapper .llms-date-select{width:47.5%}#llms-form-wrapper .llms-date-select:first-child{margin-left:5%}.llms-widget-row:before,.llms-widget-row:after{content:" ";display:table}.llms-widget-row:after{clear:both}.llms-widget-row .llms-widget-1-5{vertical-align:top;width:20%;float:right;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 5px}.llms-widget-row .llms-widget-1-4{vertical-align:top;width:25%;float:right;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 5px}.llms-widget-row .llms-widget-1-3{width:33.3%;float:right;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 5px}.llms-widget-row .llms-widget-1-2{width:50%;float:right;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 5px;vertical-align:top}}@media only screen and (min-width: 1240px){.llms-nav-tab-filters,.llms-nav-tab-settings{float:right;width:12.5%}}.wrap.lifterlms{margin-top:0}.llms-header{background-color:#fff;margin:0 -20px 0 0;padding:20px 10px;position:relative;z-index:1}.llms-header .llms-inside-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 10px}.llms-header .lifterlms-logo{-webkit-box-flex:0;-ms-flex:0 0 190px;flex:0 0 190px;max-height:52px;margin-left:10px}.llms-header .llms-meta{-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;line-height:1.5}.llms-header .llms-meta .llms-version{background-color:#1d2327;color:#fff;border-radius:999px;font-size:13px;font-weight:700;padding:6px 12px}.llms-header .llms-meta a{display:inline-block}.llms-header .llms-meta .llms-license{border-left:1px solid #ccc;font-weight:700;margin-left:12px;padding-left:12px}.llms-header .llms-meta .llms-license a{text-decoration:none}.llms-header .llms-meta .llms-license a:before{content:"";display:inline-block;font:400 16px/1 dashicons;right:0;padding-left:3px;position:relative;text-decoration:none;vertical-align:text-bottom}.llms-header .llms-meta .llms-license a.llms-license-none{color:#888}.llms-header .llms-meta .llms-license a.llms-license-none:before{content:""}.llms-header .llms-meta .llms-license a.llms-license-active{color:#008a20}.llms-header .llms-meta .llms-license a.llms-license-active:before{content:""}.llms-header .llms-meta .llms-support{font-weight:700}.llms-header .llms-meta .llms-support a{color:#1d2327;text-decoration:none}.llms-subheader{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-right:-20px;padding:10px 20px;width:100%;z-index:1}.llms-subheader h1{font-weight:700;padding:0}.llms-subheader h1 a{color:inherit;text-decoration:none}#post_course_difficulty{min-width:200px}#_video-embed,#_audio-embed{width:100%}hr{background-color:#ccc;border:none;height:1px;margin:30px 0;padding:0}.llms_certificate_default_image,.llms_certificate_image{width:300px}.llms_achievement_default_image,.llms_achievement_image{width:120px}div[id^=lifterlms-] .inside{overflow:visible}.notice.llms-admin-notice{background-color:#fff;border:1px solid #ccd0d4;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.15);box-shadow:0 1px 4px rgba(0,0,0,.15);display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 !important;position:relative}.notice.llms-admin-notice .notice-dismiss{text-decoration:none}.notice.llms-admin-notice.notice-warning{border-right:4px solid #f8954f}.notice.llms-admin-notice.notice-warning .llms-admin-notice-icon{background-color:#fef4ed}.notice.llms-admin-notice.notice-info{border-right:4px solid #466dd8}.notice.llms-admin-notice.notice-info h3{color:#466dd8}.notice.llms-admin-notice.notice-info .llms-admin-notice-icon{background-color:#edf0fb}.notice.llms-admin-notice.notice-success{border-right:4px solid #18a957}.notice.llms-admin-notice.notice-success h3{color:#18a957}.notice.llms-admin-notice.notice-success .llms-admin-notice-icon{background-color:#e8f6ee}.notice.llms-admin-notice.notice-error{border-right:4px solid #df1642}.notice.llms-admin-notice.notice-error h3{color:#9c0f2e}.notice.llms-admin-notice.notice-error .llms-admin-notice-icon{background-color:#fce8ec}.notice.llms-admin-notice .llms-admin-notice-icon{background-image:url(../../assets/images/lifterlms-icon-color.png);background-position:center center;background-repeat:no-repeat;background-size:30px;min-width:70px}.notice.llms-admin-notice .llms-admin-notice-content{color:#111;padding:20px}.notice.llms-admin-notice h3{font-size:18px;font-weight:700;line-height:25px;margin:0 0 15px 0}.notice.llms-admin-notice button,.notice.llms-admin-notice .llms-button-primary{display:inline-block}.notice.llms-admin-notice p{font-size:14px;line-height:22px;margin:0 0 15px 0;max-width:65em;padding:0}.notice.llms-admin-notice p:last-of-type{margin-bottom:0}.llms-button-action.small .dashicons,.llms-button-danger.small .dashicons,.llms-button-primary.small .dashicons,.llms-button-secondary.small .dashicons{font-size:13px;height:13px;width:13px}.llms-button-action:hover,.llms-button-danger:hover,.llms-button-primary:hover,.llms-button-secondary:hover{-webkit-box-shadow:none;box-shadow:none}a.llms-view-as{line-height:2;margin-left:8px}.llms-image-field-preview{max-height:80px;vertical-align:middle;width:auto}.llms-image-field-remove.hidden{display:none}.llms-log-viewer{background:#fff;border:1px solid #e5e5e5;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04);margin:20px 0;padding:25px}.llms-log-viewer pre{font-family:monospace;margin:0;padding:0;white-space:pre-wrap}.llms-status--tools .llms-table{background:#fff;border:1px solid #e5e5e5;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04)}.llms-status--tools .llms-table td,.llms-status--tools .llms-table th{padding:10px;vertical-align:top}.llms-status--tools .llms-table th{width:28%}.llms-status--tools .llms-table p{margin:0 0 10px}.llms-error{color:#e5554e;font-style:italic}.llms-rating-stars{color:#ffb900;text-decoration:none}@media screen and (max-width: 782px){.llms-header{top:46px}.llms-header .llms-inside-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.llms-header .llms-inside-wrap .lifterlms-logo{-ms-flex-item-align:center;align-self:center;-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit;max-height:initial;max-width:200px}.llms-header .llms-inside-wrap .llms-meta{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}}.llms-table-wrap{position:relative}.llms-table-header{padding:0}.llms-table-header:before,.llms-table-header:after{content:" ";display:table}.llms-table-header:after{clear:both}.llms-table-header h2{font-size:20px;padding:0;display:inline-block;line-height:1.5;margin:0 0 20px 0;vertical-align:middle}.llms-table-header .llms-table-search,.llms-table-header .llms-table-filters{float:left;padding-right:10px}.llms-table-header .llms-table-search input{margin:0;padding:0 8px}.llms-table{border:1px solid #c3c4c7;border-collapse:collapse;width:100%}.llms-table a:not(.small){color:#466dd8}.llms-table a:not(.small):hover{color:#2b55cb}.llms-table td,.llms-table th{border-bottom:1px solid #c3c4c7;padding:10px 12px;text-align:center}.llms-table td.expandable.closed,.llms-table th.expandable.closed{display:none}.llms-table td .llms-button-primary,.llms-table td .llms-button-secondary,.llms-table td .llms-button-action,.llms-table td .llms-button-danger,.llms-table th .llms-button-primary,.llms-table th .llms-button-secondary,.llms-table th .llms-button-action,.llms-table th .llms-button-danger{display:inline-block}.llms-table tr.llms-quiz-pending td{font-weight:700}.llms-table thead th,.llms-table tfoot th{background-color:#fff;font-weight:700}.llms-table thead th a.llms-sortable,.llms-table tfoot th a.llms-sortable{padding-left:16px;position:relative;text-decoration:none;width:100%}.llms-table thead th a.llms-sortable.active[data-order=DESC] .asc,.llms-table tfoot th a.llms-sortable.active[data-order=DESC] .asc{opacity:1}.llms-table thead th a.llms-sortable.active[data-order=ASC] .desc,.llms-table tfoot th a.llms-sortable.active[data-order=ASC] .desc{opacity:1}.llms-table thead th a.llms-sortable:hover[data-order=DESC] .asc,.llms-table tfoot th a.llms-sortable:hover[data-order=DESC] .asc{opacity:0}.llms-table thead th a.llms-sortable:hover[data-order=DESC] .desc,.llms-table tfoot th a.llms-sortable:hover[data-order=DESC] .desc{opacity:1}.llms-table thead th a.llms-sortable:hover[data-order=ASC] .asc,.llms-table tfoot th a.llms-sortable:hover[data-order=ASC] .asc{opacity:1}.llms-table thead th a.llms-sortable:hover[data-order=ASC] .desc,.llms-table tfoot th a.llms-sortable:hover[data-order=ASC] .desc{opacity:0}.llms-table thead th a.llms-sortable .dashicons,.llms-table tfoot th a.llms-sortable .dashicons{color:#444;font-size:16px;height:16px;opacity:0;position:absolute;width:16px}.llms-table tfoot th{border-bottom:none}.llms-table tfoot th .llms-table-export{float:right}.llms-table tfoot th .llms-table-export .llms-table-progress{background:#efefef;display:none;margin-right:8px;vertical-align:middle;width:100px}.llms-table tfoot th .llms-table-pagination{float:left}.llms-table.zebra tbody tr:nth-child(even) th,.llms-table.zebra tbody tr:nth-child(even) td{background-color:#fff}.llms-table.zebra tbody tr:nth-child(odd) th,.llms-table.zebra tbody tr:nth-child(odd) td{background-color:#f6f7f7}.llms-table.text-left td,.llms-table.text-left th{text-align:right}.llms-table.size-large td,.llms-table.size-large th{font-size:14px;padding:10px 12px}.llms-table .llms-drag-handle{color:#777;cursor:pointer;-webkit-transition:color .4s ease;transition:color .4s ease}.llms-table .llms-action-icon{color:#777;text-decoration:none}.llms-table .llms-action-icon .tooltip{cursor:pointer}.llms-table .llms-action-icon:hover{color:#466dd8}.llms-table .llms-action-icon.danger:hover{color:#e5554e}.llms-table .llms-table-page-count{font-size:12px;padding:0 5px}.llms-table-progress{text-align:center}.llms-table-progress .llms-table-progress-bar{background:#eee;border-radius:10px;height:16px;overflow:hidden;position:relative}.llms-table-progress .llms-table-progress-bar .llms-table-progress-inner{background:#466dd8;height:100%;-webkit-transition:width .2s ease;transition:width .2s ease}.llms-table-progress .llms-table-progress-text{color:#466dd8;font-size:12px;font-weight:700;line-height:16px}.llms-table.llms-gateway-table .status .fa,.llms-table.llms-integrations-table .status .fa{color:#466dd8;font-size:22px}.llms-table.llms-gateway-table .sort,.llms-table.llms-integrations-table .sort{cursor:move;text-align:center;width:10px}.llms-gb-table-notifications th,.llms-gb-table-notifications td{text-align:right}.llms-order-note .llms-order-note-content{background:#efefef;margin-bottom:10px;padding:10px;position:relative}.llms-order-note .llms-order-note-content:after{border-style:solid;border-color:#efefef rgba(0,0,0,0);border-width:10px 0 0 10px;bottom:-10px;content:"";display:block;height:0;right:20px;position:absolute;width:0}.llms-order-note .llms-order-note-content p{font-size:13px;margin:0;line-height:1.5}.llms-order-note .llms-order-note-meta{color:#999;font-size:11px;margin-right:10px}.llms-mb-list label{font-size:15px;font-weight:700;line-height:1.5;display:block;width:100%}.llms-mb-list .description{margin-bottom:8px}.llms-mb-list .input-full{width:100%}#poststuff .llms-metabox h2,#poststuff .llms-metabox h3,#poststuff .llms-metabox h6{margin:0;padding:0}#poststuff .llms-metabox h2{font-size:18px;font-weight:700}#poststuff .llms-metabox h3{color:#777;font-size:16px}#poststuff .llms-metabox h4{border-bottom:1px solid #e5e5e5;padding:0;margin:0}#poststuff .llms-metabox .llms-transaction-test-mode{background:#ffffd7;font-style:italic;right:0;padding:2px;position:absolute;left:0;top:0;text-align:center}#poststuff .llms-metabox a.llms-editable,#poststuff .llms-metabox .llms-metabox-icon,#poststuff .llms-metabox button.llms-editable{color:#999;text-decoration:none}#poststuff .llms-metabox a.llms-editable:hover,#poststuff .llms-metabox .llms-metabox-icon:hover,#poststuff .llms-metabox button.llms-editable:hover{color:#466dd8}#poststuff .llms-metabox button.llms-editable{border:none;background:none;cursor:pointer;padding:0;vertical-align:top}#poststuff .llms-metabox h4 button.llms-editable{float:left}#poststuff .llms-metabox .llms-table{margin-top:10px}.llms-metabox-section{background:#fff;margin-top:25px;position:relative}.llms-metabox-section.no-top-margin{margin-top:0}.llms-metabox-section .llms-metabox-field{margin:15px 0;position:relative}.llms-metabox-section .llms-metabox-field label{color:#777;display:block;margin-bottom:5px;font-weight:500;vertical-align:baseline}.llms-metabox-section .llms-metabox-field select,.llms-metabox-section .llms-metabox-field textarea,.llms-metabox-section .llms-metabox-field input[type=text],.llms-metabox-section .llms-metabox-field input[type=number]{width:100%}.llms-metabox-section .llms-metabox-field input.md-text{width:105px}.llms-metabox-section .llms-metabox-field input.sm-text{width:45px}.llms-metabox-section .llms-metabox-field .llms-datetime-field .llms-date-input{width:95px}.llms-metabox-section .llms-metabox-field .llms-datetime-field .llms-time-input{width:45px}.llms-metabox-section .llms-metabox-field .llms-datetime-field em{font-style:normal;padding:0 3px}.llms-collapsible{border:1px solid #e5e5e5;position:relative;margin-top:0;margin-bottom:-1px}.llms-collapsible:last-child{margin-bottom:0}.llms-collapsible.opened .llms-collapsible-header .dashicons-arrow-down{display:none}.llms-collapsible.opened .llms-collapsible-header .dashicons-arrow-up{display:inline}.llms-collapsible .llms-collapsible-header{padding:10px}.llms-collapsible .llms-collapsible-header h3{color:#777;margin:0;font-size:16px}.llms-collapsible .llms-collapsible-header .dashicons-arrow-up{display:inline}.llms-collapsible .llms-collapsible-header .dashicons-arrow-up{display:none}.llms-collapsible .llms-collapsible-header a{text-decoration:none}.llms-collapsible .llms-collapsible-header .dashicons{color:#777;cursor:pointer;-webkit-transition:color .4s ease;transition:color .4s ease}.llms-collapsible .llms-collapsible-header .dashicons:hover{color:#466dd8}.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning,.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning:hover,.llms-collapsible .llms-collapsible-header .dashicons.dashicons-trash:hover,.llms-collapsible .llms-collapsible-header .dashicons.dashicons-no:hover{color:#e5554e}.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning.medium-danger,.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning.medium-danger:hover{color:#ff922b}.llms-collapsible .llms-collapsible-body{display:none;padding:10px}._llms_instructors_data.repeater .llms-repeater-rows .llms-repeater-row:first-child .llms-repeater-remove{display:none}._llms_instructors_data.repeater .llms-mb-list{padding:0 5px !important}.post-type-llms_order #post-body-content{display:none}#lifterlms-order-details .handlediv,#lifterlms-order-details .handlediv.button-link,#lifterlms-order-details .postbox-header{display:none}#lifterlms-order-details .inside{padding:20px;margin-top:0}.llms-table tbody tr.llms-txn-failed td{background-color:rgba(229,85,78,.5);border-bottom-color:rgba(229,85,78,.5)}.llms-table tbody tr.llms-txn-refunded td{background-color:rgba(255,165,0,.5);border-bottom-color:rgba(255,165,0,.5)}.llms-txn-refund-form .llms-metabox-section,.llms-manual-txn-form .llms-metabox-section{margin-top:0}.llms-txn-refund-form .llms-metabox-field,.llms-manual-txn-form .llms-metabox-field{text-align:left}.llms-txn-refund-form .llms-metabox-field input[type=number],.llms-manual-txn-form .llms-metabox-field input[type=number]{max-width:100px}.llms-txn-refund-form .llms-metabox-field input[type=text],.llms-manual-txn-form .llms-metabox-field input[type=text]{max-width:340px}.llms-manual-txn-form{background-color:#eaeaea}.llms-manual-txn-form .llms-metabox-section{background-color:#eaeaea}#llms-remaining-edit{display:none}.llms-remaining-edit--content label,.llms-remaining-edit--content span,.llms-remaining-edit--content textarea{display:block}.llms-remaining-edit--content label{margin-bottom:20px}.llms-remaining-edit--content textarea,.llms-remaining-edit--content input{width:100%}.submitbox .llms-mb-section,.llms-award-engagement-submitbox .llms-mb-list{margin-bottom:12px}.submitbox .llms-mb-section:last-of-type,.llms-award-engagement-submitbox .llms-mb-list:last-of-type{margin-bottom:0}.sync-action:before,.submitbox .llms-mb-section.student-info:before,.submitbox .llms-mb-section.post_author_override label:before,.llms-award-engagement-submitbox .llms-mb-list.student-info:before,.llms-award-engagement-submitbox .llms-mb-list.post_author_override label:before{font:normal 20px/1 dashicons;speak:never;display:inline-block;margin-right:-1px;padding-left:3px;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;top:-1px;color:#8c8f94}body:not(.admin-color-fresh) .sync-action:before,body:not(.admin-color-fresh) .submitbox .llms-mb-section.student-info:before,body:not(.admin-color-fresh) .submitbox .llms-mb-section.post_author_override label:before,body:not(.admin-color-fresh) .llms-award-engagement-submitbox .llms-mb-list.student-info:before,body:not(.admin-color-fresh) .llms-award-engagement-submitbox .llms-mb-list.post_author_override label:before{color:currentColor}.submitbox .llms-mb-section.student-info:before,.submitbox .llms-mb-section.post_author_override label:before,.llms-award-engagement-submitbox .llms-mb-list.student-info:before,.llms-award-engagement-submitbox .llms-mb-list.post_author_override label:before{content:""}.sync-action:before{content:"";color:#fff}.submitbox .llms-mb-section.post_author_override label,.llms-award-engagement-submitbox .llms-mb-list.post_author_override label{display:inline-block;width:auto}.llms-metabox #llms-new-access-plan-model{display:none}.llms-metabox .llms-access-plans{margin-top:10px}.llms-metabox .llms-access-plans>.llms-no-plans-msg{display:none}.llms-metabox .llms-access-plans>.llms-no-plans-msg:last-child{-webkit-box-shadow:inset 0 0 0 1px #e5e5e5;box-shadow:inset 0 0 0 1px #e5e5e5;display:block;text-align:center;padding:10px}.llms-metabox .llms-access-plans.dragging{background:#efefef;-webkit-box-shadow:inset 0 0 0 1px #e5e5e5;box-shadow:inset 0 0 0 1px #e5e5e5}.llms-metabox .llms-access-plans .llms-spinning{z-index:1}.llms-metabox .llms-access-plans .llms-invalid{border-color:#e5554e}.llms-metabox .llms-access-plans .llms-invalid .dashicons-warning{display:inline}.llms-metabox .llms-access-plans .llms-needs-attention .dashicons-warning.medium-danger{display:inline}.llms-metabox .llms-access-plans .dashicons-warning{display:none}.llms-metabox .llms-access-plan{text-align:right}.llms-metabox .llms-access-plan [data-tip]:before{text-align:center}.llms-metabox .llms-access-plan .llms-plan-link,.llms-metabox .llms-access-plan [data-controller]{display:none}.llms-metabox .llms-access-plan:hover .llms-plan-link,.llms-metabox .llms-access-plan.opened .llms-plan-link{display:inline-block}.llms-metabox .llms-access-plan .llms-metabox-field{margin:5px 0}.llms-metabox .llms-access-plan .llms-required{color:#e5554e;margin-right:3px}.llms-metabox .llms-access-plan .notice{margin-right:0}.llms-metabox-students .llms-table tr .name{text-align:right}.llms-metabox-students .llms-add-student:hover{color:#83c373}.llms-metabox-students .llms-remove-student:hover{color:#e5554e}.llms-mb-container .tab-content ul:not(.select2-selection__rendered).llms-mb-repeater-fields>li.llms-mb-list{border-bottom:none;padding:0 0 10px}.llms-mb-list.repeater .llms-repeater-rows{position:relative;margin-top:10px;min-height:10px}.llms-mb-list.repeater .llms-repeater-rows.dragging{background:#efefef;-webkit-box-shadow:inset 0 0 0 1px #e5e5e5;box-shadow:inset 0 0 0 1px #e5e5e5}.llms-mb-list.repeater .llms-repeater-row{background:#fff}.llms-mb-list.repeater .llms-mb-repeater-footer{text-align:left;margin-top:20px}.llms-mb-list.repeater .tmce-active .wp-editor-area{color:#32373c}.llms-builder-launcher p{margin-top:0}.llms-builder-launcher ol{margin-top:-6px}.llms-builder-launcher .llms-button-primary{-webkit-box-sizing:border-box;box-sizing:border-box}.wp-list-table .llms-status{border-radius:3px;border-bottom:1px solid #fff;display:inline-block;font-size:80%;padding:3px 6px;vertical-align:middle}.wp-list-table .llms-status.llms-size--large{font-size:105%;padding:6px 12px}.wp-list-table .llms-status.llms-active,.wp-list-table .llms-status.llms-completed,.wp-list-table .llms-status.llms-pass,.wp-list-table .llms-status.llms-txn-succeeded{color:#1f3818;background-color:#83c373}.wp-list-table .llms-status.llms-fail,.wp-list-table .llms-status.llms-failed,.wp-list-table .llms-status.llms-expired,.wp-list-table .llms-status.llms-cancelled,.wp-list-table .llms-status.llms-txn-failed{color:#5a110d;background-color:#e5554e}.wp-list-table .llms-status.llms-incomplete,.wp-list-table .llms-status.llms-on-hold,.wp-list-table .llms-status.llms-pending,.wp-list-table .llms-status.llms-pending-cancel,.wp-list-table .llms-status.llms-refunded,.wp-list-table .llms-status.llms-txn-pending,.wp-list-table .llms-status.llms-txn-refunded{color:#664200;background-color:orange}#lifterlms-order-transactions .llms-table tfoot th{text-align:left}.llms-post-table-post-filter{display:inline-block;margin-left:6px;max-width:100%;width:220px}.llms-nav-tab-wrapper{background:#466dd8;margin:20px 0}.llms-nav-tab-wrapper.llms-nav-secondary{background:#e1e1e1}.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item{margin:0}.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover,.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link{background:#cdcdcd}.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link{color:#414141;font-size:15px;padding:8px 14px}.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link .dashicons{font-size:15px;height:15px;width:15px}.llms-nav-tab-wrapper.llms-nav-text{background:inherit}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-items{padding-right:0}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item{background:inherit;color:#646970}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item:last-child:after{display:none}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item:after{content:"|";display:inline-block;margin:0 6px 0 8px}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item .llms-nav-link:hover{background:inherit;color:#466dd8}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item.llms-active .llms-nav-link{background:inherit;color:#000;font-weight:600;text-decoration:none}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item .llms-nav-link{color:#466dd8;display:inline-block;letter-spacing:0;margin:0;padding:0;text-decoration:underline;text-transform:none}.llms-nav-tab-wrapper.llms-nav-style-tabs{background-color:#1c3987;margin:0;padding-top:8px}.llms-nav-tab-wrapper.llms-nav-style-tabs .llms-nav-item{margin:0 3px}.llms-nav-tab-wrapper.llms-nav-style-tabs .llms-nav-item .llms-nav-link{border-top-right-radius:4px;border-top-left-radius:4px}.llms-nav-tab-wrapper.llms-nav-style-tabs .llms-nav-item.llms-active .llms-nav-link{background-color:#fff;color:#466dd8;font-weight:700}.llms-nav-tab-wrapper.llms-nav-style-filters{background-color:#466dd8;border-radius:12px;margin:20px 0;overflow:hidden;padding:0}.llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:0}@media only screen and (min-width: 782px){.llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items .llms-nav-item{float:none}.llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items .llms-nav-item .llms-nav-link{padding:14px}.llms-nav-tab-wrapper .llms-nav-items{margin:0;padding-right:10px}.llms-nav-tab-wrapper .llms-nav-items:before,.llms-nav-tab-wrapper .llms-nav-items:after{content:" ";display:table}.llms-nav-tab-wrapper .llms-nav-items:after{clear:both}.llms-nav-tab-wrapper .llms-nav-item{margin:0}.llms-nav-tab-wrapper .llms-nav-item .llms-nav-link:hover{background:#466dd8}.llms-nav-tab-wrapper .llms-nav-item.llms-active .llms-nav-link{background:#1c3987}.llms-nav-tab-wrapper .llms-nav-item.llms-active .llms-nav-link{font-weight:400}@media only screen and (min-width: 768px){.llms-nav-tab-wrapper .llms-nav-item{float:right}.llms-nav-tab-wrapper .llms-nav-item.llms-nav-item-right{float:left}}.llms-nav-tab-wrapper .llms-nav-link{color:#fff;cursor:pointer;display:block;font-weight:400;font-size:15px;padding:9px 18px;text-align:center;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}#llms-options-page-contents h2{color:#999;font-weight:500;letter-spacing:2px;border-bottom:1px solid #999}.llms-reporting.wrap .llms-options-page-contents .llms-nav-tab-wrapper.llms-nav-secondary{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);margin:0;padding:0}.llms-reporting.wrap .llms-stab-title{color:#1c3987;font-size:36px;font-weight:300;margin-bottom:20px}.llms-reporting.wrap td.id a{text-decoration:none}.llms-reporting.wrap th.id,.llms-reporting.wrap td.id,.llms-reporting.wrap th.name,.llms-reporting.wrap td.name,.llms-reporting.wrap th.registered,.llms-reporting.wrap td.registered,.llms-reporting.wrap th.last_seen,.llms-reporting.wrap td.last_seen,.llms-reporting.wrap th.overall_progress,.llms-reporting.wrap td.overall_progress,.llms-reporting.wrap th.title,.llms-reporting.wrap td.title,.llms-reporting.wrap th.course,.llms-reporting.wrap td.course,.llms-reporting.wrap th.lesson,.llms-reporting.wrap td.lesson{text-align:right}.llms-reporting.wrap td.section-title{background:#eaeaea;text-align:right;font-weight:700;padding:16px 4px}.llms-reporting.wrap td.questions-table{text-align:right}.llms-reporting.wrap td.questions-table .correct,.llms-reporting.wrap td.questions-table .question,.llms-reporting.wrap td.questions-table .selected{text-align:right;max-width:300px}.llms-reporting.wrap td.questions-table .correct img,.llms-reporting.wrap td.questions-table .question img,.llms-reporting.wrap td.questions-table .selected img{height:auto;max-width:64px}.llms-reporting.wrap table.quiz-attempts{margin-bottom:40px}.llms-reporting.wrap.tab--students .llms-options-page-contents #llms-award-certificate-wrapper .components-button.is-secondary{background:#e1e1e1;border-radius:8px;-webkit-box-shadow:none;box-shadow:none;color:#414141;font-size:13px;font-weight:700;height:auto;padding:8px 14px}.llms-reporting.wrap.tab--enrollments .llms-nav-tab-wrapper.llms-nav-secondary,.llms-reporting.wrap.tab--sales .llms-nav-tab-wrapper.llms-nav-secondary{margin-bottom:0}.llms-reporting.wrap.tab--enrollments .llms-options-page-contents,.llms-reporting.wrap.tab--sales .llms-options-page-contents{-webkit-box-shadow:none;box-shadow:none;background:none;margin-top:20px;padding:0}.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form,.llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;gap:5px}.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form label,.llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form label{font-weight:700}.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form input,.llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form input{border:0;font-size:13px;margin:0;padding:0 4px;vertical-align:middle;width:110px}.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form .select2-container input,.llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form .select2-container input{width:100% !important}.llms-reporting.wrap.tab--enrollments .button.small,.llms-reporting.wrap.tab--sales .button.small{height:23px;line-height:23px}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters,.llms-reporting.wrap.tab--sales .llms-analytics-filters{display:none}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-inside-wrap,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-inside-wrap{background-color:#fff;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);margin:-20px 10px 20px 10px;padding:20px}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-items,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0}@media only screen and (min-width: 782px){.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-items,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-item,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-item{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-item label,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-item label{display:block;font-weight:700;margin:0 0 5px 0}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-item .select2-selection__rendered,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-item .select2-selection__rendered{word-wrap:break-word;text-overflow:inherit;white-space:normal}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters p,.llms-reporting.wrap.tab--sales .llms-analytics-filters p{margin:0;text-align:left}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters p .llms-button-primary,.llms-reporting.wrap.tab--sales .llms-analytics-filters p .llms-button-primary{display:inline-block}.llms-reporting.wrap .llms-reporting-tab.llms-reporting-quiz .llms-table-filter-wrap{width:160px}.llms-charts-wrapper{background-color:#fff;border:1px solid #dedede;border-radius:12px;-webkit-box-shadow:0px 0px 1px rgba(48,49,51,.05),0px 2px 4px rgba(48,49,51,.1);box-shadow:0px 0px 1px rgba(48,49,51,.05),0px 2px 4px rgba(48,49,51,.1);padding:20px}.llms-reporting-tab h1,.llms-reporting-tab h2,.llms-reporting-tab h3,.llms-reporting-tab h4,.llms-reporting-tab h5,.llms-reporting-tab h6{margin:0}.llms-reporting-tab h1 a,.llms-reporting-tab h2 a,.llms-reporting-tab h3 a,.llms-reporting-tab h4 a,.llms-reporting-tab h5 a,.llms-reporting-tab h6 a{color:#466dd8;text-decoration:none}.llms-reporting-tab h1 a:hover,.llms-reporting-tab h2 a:hover,.llms-reporting-tab h3 a:hover,.llms-reporting-tab h4 a:hover,.llms-reporting-tab h5 a:hover,.llms-reporting-tab h6 a:hover{color:#466dd8}.llms-reporting-tab h2{font-size:22px;line-height:1.5}.llms-reporting-tab h2.llms-table-title{margin-bottom:20px}.llms-reporting-tab h5{font-size:15px;line-height:1.5}.llms-reporting-tab .llms-reporting-body{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);margin:20px auto;padding:0}.llms-reporting-tab .llms-reporting-body .llms-reporting-stab{padding:30px}.llms-reporting-tab .llms-reporting-body .llms-reporting-stab .llms-table-header{margin:0}.llms-reporting-tab .llms-reporting-body .llms-gb-tab{padding:30px}.llms-reporting-tab .llms-reporting-body .llms-reporting-header{padding:30px;margin:0}.llms-reporting-tab .llms-reporting-body .llms-reporting-header .llms-reporting-header-img{border-radius:50%;display:inline-block;margin-left:10px;overflow:hidden;vertical-align:middle}.llms-reporting-tab .llms-reporting-body .llms-reporting-header .llms-reporting-header-img img{display:block;max-height:64px;width:auto}.llms-reporting-tab .llms-reporting-body .llms-reporting-header .llms-reporting-header-info{display:inline-block;vertical-align:middle}.llms-reporting-breadcrumbs{margin:0;padding:0}.llms-reporting-breadcrumbs a{color:#466dd8;font-size:15px;text-decoration:none}.llms-reporting-breadcrumbs a:hover{color:#2b55cb}.llms-reporting-breadcrumbs a:after{content:" > ";color:#646970}.llms-reporting-breadcrumbs a:last-child{color:#000;font-weight:700}.llms-reporting-breadcrumbs a:last-child:after{display:none}#llms-students-table .name{text-align:right}.llms-reporting-tab-content{display:-webkit-box;display:-ms-flexbox;display:flex}.llms-reporting-tab-content>header:before,.llms-reporting-tab-content>header:after{content:" ";display:table}.llms-reporting-tab-content>header:after{clear:both}.llms-reporting-tab-content h3{margin-bottom:20px}.llms-reporting-tab-content .llms-reporting-tab-filter{float:left;position:relative;margin-left:.75em;width:180px;top:-3px}.llms-reporting-tab-content .llms-reporting-tab-main{-webkit-box-flex:3;-ms-flex:3;flex:3;max-width:75%}.llms-reporting-tab-content .llms-reporting-tab-side{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:20px}.llms-reporting-tab-content>.llms-table-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}.llms-reporting-widgets:before,.llms-reporting-widgets:after{content:" ";display:table}.llms-reporting-widgets:after{clear:both}.llms-reporting-widget{border-top:4px solid #466dd8;background:#fafafa;margin-bottom:10px;padding:30px}.llms-reporting-widget:before,.llms-reporting-widget:after{content:" ";display:table}.llms-reporting-widget:after{clear:both}.llms-reporting-widget .fa{color:#999;float:right;font-size:32px;margin-left:10px}.llms-reporting-widget strong{color:#333;font-size:20px;line-height:1.2}.llms-reporting-widget.llms-reporting-student-address strong{line-height:1.1}.llms-reporting-widget sup,.llms-reporting-widget .llms-price-currency-symbol{font-size:75%;position:relative;top:-4px;vertical-align:baseline}.llms-reporting-widget small{font-size:13px}.llms-reporting-widget small.compare{margin-right:5px}.llms-reporting-widget small.compare.positive{color:#83c373}.llms-reporting-widget small.compare.negative{color:#e5554e}.llms-reporting-event{border-right:4px solid #555;background:#fafafa;font-size:11px;line-height:1.2;margin-bottom:.75em;padding:10px}.llms-reporting-event:before,.llms-reporting-event:after{content:" ";display:table}.llms-reporting-event:after{clear:both}.llms-reporting-event.color--blue{border-right-color:#466dd8}.llms-reporting-event.color--green,.llms-reporting-event._enrollment_trigger,.llms-reporting-event._is_complete.yes{border-right-color:#83c373}.llms-reporting-event.color--purple,.llms-reporting-event._status.enrolled{border-right-color:#845ef7}.llms-reporting-event.color--red,.llms-reporting-event._status.expired,.llms-reporting-event._status.cancelled{border-right-color:#e5554e}.llms-reporting-event.color--orange,.llms-reporting-event._achievement_earned,.llms-reporting-event._certificate_earned,.llms-reporting-event._email_sent{border-right-color:#ff922b}.llms-reporting-event time{color:#888}.llms-reporting-event .llms-student-avatar{margin-right:10px;float:left}.llms-reporting-event a{text-decoration:none;color:inherit}@media only screen and (min-width: 782px){.llms-reporting.wrap .llms-options-page-contents .llms-nav-tab-wrapper.llms-nav-secondary{margin-right:0;margin-left:0}}.llms-quiz-attempt-results{margin:0;padding:0;list-style-type:none}.llms-quiz-attempt-results .llms-quiz-attempt-question{background:#efefef;margin:0 0 10px;position:relative;list-style-type:none}.llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer{color:inherit;display:block;padding:10px 10px 10px 35px;text-decoration:none}.llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before,.llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after{content:" ";display:table}.llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after{clear:both}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct,.llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect{background:rgba(255,146,43,.2)}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct .llms-status-icon,.llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect .llms-status-icon{background-color:#ff922b}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct{background:rgba(131,195,115,.2)}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct .llms-status-icon{background-color:#83c373}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect{background:rgba(229,85,78,.2)}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect .llms-status-icon{background-color:#e5554e}.llms-quiz-attempt-results .llms-quiz-attempt-question pre{overflow:auto}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title{float:right;margin:0;line-height:1}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points{float:left;line-height:1}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip{position:absolute;left:-12px;top:-2px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon{color:rgba(255,255,255,.65);border-radius:50%;font-size:30px;height:40px;line-height:40px;text-align:center;width:40px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main{display:none;padding:0 10px 10px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-results-label{font-weight:700;margin-bottom:10px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers{margin:0;padding:0}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer{padding:0;margin:0 30px 0 0}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer:only-child{list-style-type:none;margin-right:0}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main img{height:auto;max-width:200px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section{border-top:2px solid rgba(255,255,255,.5);margin-top:20px;padding-top:20px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-child{border-top:none;margin-top:0;padding-top:0}.llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers,.llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers{list-style-type:none;margin:0;padding:0}.llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer,.llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer{display:inline-block;list-style-type:none;margin:0;padding:5px}.llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed{opacity:.5}.llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed .llms-question-title{font-style:italic;font-weight:normal}.wrap.llms-reporting .llms-inside-wrap,.wrap.lifterlms-settings .llms-inside-wrap,.wrap.llms-status .llms-inside-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.wrap.llms-reporting .llms-inside-wrap .llms-nav-text,.wrap.lifterlms-settings .llms-inside-wrap .llms-nav-text,.wrap.llms-status .llms-inside-wrap .llms-nav-text{margin:0 auto}.wrap.llms-reporting .llms-subheader .llms-save,.wrap.lifterlms-settings .llms-subheader .llms-save,.wrap.llms-status .llms-subheader .llms-save{-webkit-box-flex:1;-ms-flex:auto;flex:auto;text-align:left}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);margin:0 -10px 20px -20px}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items{padding-right:0}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover{background:#f0f0f1;color:#222}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link{background:#fafafa;color:#466dd8;border-top-color:#466dd8}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link{font-weight:700}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link{border-top:2px solid rgba(0,0,0,0);padding:14px}.wrap.llms-reporting .llms-setting-group,.wrap.lifterlms-settings .llms-setting-group,.wrap.llms-status .llms-setting-group{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);margin:20px auto;padding:20px}.wrap.llms-reporting .llms-setting-group .llms-label,.wrap.lifterlms-settings .llms-setting-group .llms-label,.wrap.llms-status .llms-setting-group .llms-label{border-bottom:1px solid #efefef;font-weight:700;font-size:20px;padding:20px;margin:-20px -20px 20px}.wrap.llms-reporting .llms-setting-group .llms-label .llms-button-primary,.wrap.lifterlms-settings .llms-setting-group .llms-label .llms-button-primary,.wrap.llms-status .llms-setting-group .llms-label .llms-button-primary{margin-right:10px}.wrap.llms-reporting .llms-setting-group .llms-help-tooltip .dashicons,.wrap.lifterlms-settings .llms-setting-group .llms-help-tooltip .dashicons,.wrap.llms-status .llms-setting-group .llms-help-tooltip .dashicons{color:#444;cursor:help}.wrap.llms-reporting .llms-setting-group .form-table,.wrap.lifterlms-settings .llms-setting-group .form-table,.wrap.llms-status .llms-setting-group .form-table{margin:0}.wrap.llms-reporting .llms-setting-group .form-table tr:first-child .llms-subtitle,.wrap.lifterlms-settings .llms-setting-group .form-table tr:first-child .llms-subtitle,.wrap.llms-status .llms-setting-group .form-table tr:first-child .llms-subtitle{margin-top:0}.wrap.llms-reporting .llms-setting-group td[colspan="2"],.wrap.lifterlms-settings .llms-setting-group td[colspan="2"],.wrap.llms-status .llms-setting-group td[colspan="2"]{padding-top:0;padding-right:0}.wrap.llms-reporting .llms-setting-group tr.llms-disabled-field,.wrap.lifterlms-settings .llms-setting-group tr.llms-disabled-field,.wrap.llms-status .llms-setting-group tr.llms-disabled-field{opacity:.5;pointer-events:none}.wrap.llms-reporting .llms-setting-group p,.wrap.lifterlms-settings .llms-setting-group p,.wrap.llms-status .llms-setting-group p{font-size:14px}.wrap.llms-reporting .llms-setting-group input[type=text],.wrap.llms-reporting .llms-setting-group input[type=password],.wrap.llms-reporting .llms-setting-group input[type=datetime],.wrap.llms-reporting .llms-setting-group input[type=datetime-local],.wrap.llms-reporting .llms-setting-group input[type=date],.wrap.llms-reporting .llms-setting-group input[type=month],.wrap.llms-reporting .llms-setting-group input[type=time],.wrap.llms-reporting .llms-setting-group input[type=week],.wrap.llms-reporting .llms-setting-group input[type=number],.wrap.llms-reporting .llms-setting-group input[type=email],.wrap.llms-reporting .llms-setting-group input[type=url],.wrap.llms-reporting .llms-setting-group input[type=search],.wrap.llms-reporting .llms-setting-group input[type=tel],.wrap.llms-reporting .llms-setting-group input[type=color],.wrap.llms-reporting .llms-setting-group select,.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area),.wrap.lifterlms-settings .llms-setting-group input[type=text],.wrap.lifterlms-settings .llms-setting-group input[type=password],.wrap.lifterlms-settings .llms-setting-group input[type=datetime],.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local],.wrap.lifterlms-settings .llms-setting-group input[type=date],.wrap.lifterlms-settings .llms-setting-group input[type=month],.wrap.lifterlms-settings .llms-setting-group input[type=time],.wrap.lifterlms-settings .llms-setting-group input[type=week],.wrap.lifterlms-settings .llms-setting-group input[type=number],.wrap.lifterlms-settings .llms-setting-group input[type=email],.wrap.lifterlms-settings .llms-setting-group input[type=url],.wrap.lifterlms-settings .llms-setting-group input[type=search],.wrap.lifterlms-settings .llms-setting-group input[type=tel],.wrap.lifterlms-settings .llms-setting-group input[type=color],.wrap.lifterlms-settings .llms-setting-group select,.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area),.wrap.llms-status .llms-setting-group input[type=text],.wrap.llms-status .llms-setting-group input[type=password],.wrap.llms-status .llms-setting-group input[type=datetime],.wrap.llms-status .llms-setting-group input[type=datetime-local],.wrap.llms-status .llms-setting-group input[type=date],.wrap.llms-status .llms-setting-group input[type=month],.wrap.llms-status .llms-setting-group input[type=time],.wrap.llms-status .llms-setting-group input[type=week],.wrap.llms-status .llms-setting-group input[type=number],.wrap.llms-status .llms-setting-group input[type=email],.wrap.llms-status .llms-setting-group input[type=url],.wrap.llms-status .llms-setting-group input[type=search],.wrap.llms-status .llms-setting-group input[type=tel],.wrap.llms-status .llms-setting-group input[type=color],.wrap.llms-status .llms-setting-group select,.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area){width:50%}.wrap.llms-reporting .llms-setting-group input[type=text].medium,.wrap.llms-reporting .llms-setting-group input[type=password].medium,.wrap.llms-reporting .llms-setting-group input[type=datetime].medium,.wrap.llms-reporting .llms-setting-group input[type=datetime-local].medium,.wrap.llms-reporting .llms-setting-group input[type=date].medium,.wrap.llms-reporting .llms-setting-group input[type=month].medium,.wrap.llms-reporting .llms-setting-group input[type=time].medium,.wrap.llms-reporting .llms-setting-group input[type=week].medium,.wrap.llms-reporting .llms-setting-group input[type=number].medium,.wrap.llms-reporting .llms-setting-group input[type=email].medium,.wrap.llms-reporting .llms-setting-group input[type=url].medium,.wrap.llms-reporting .llms-setting-group input[type=search].medium,.wrap.llms-reporting .llms-setting-group input[type=tel].medium,.wrap.llms-reporting .llms-setting-group input[type=color].medium,.wrap.llms-reporting .llms-setting-group select.medium,.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area).medium,.wrap.lifterlms-settings .llms-setting-group input[type=text].medium,.wrap.lifterlms-settings .llms-setting-group input[type=password].medium,.wrap.lifterlms-settings .llms-setting-group input[type=datetime].medium,.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local].medium,.wrap.lifterlms-settings .llms-setting-group input[type=date].medium,.wrap.lifterlms-settings .llms-setting-group input[type=month].medium,.wrap.lifterlms-settings .llms-setting-group input[type=time].medium,.wrap.lifterlms-settings .llms-setting-group input[type=week].medium,.wrap.lifterlms-settings .llms-setting-group input[type=number].medium,.wrap.lifterlms-settings .llms-setting-group input[type=email].medium,.wrap.lifterlms-settings .llms-setting-group input[type=url].medium,.wrap.lifterlms-settings .llms-setting-group input[type=search].medium,.wrap.lifterlms-settings .llms-setting-group input[type=tel].medium,.wrap.lifterlms-settings .llms-setting-group input[type=color].medium,.wrap.lifterlms-settings .llms-setting-group select.medium,.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area).medium,.wrap.llms-status .llms-setting-group input[type=text].medium,.wrap.llms-status .llms-setting-group input[type=password].medium,.wrap.llms-status .llms-setting-group input[type=datetime].medium,.wrap.llms-status .llms-setting-group input[type=datetime-local].medium,.wrap.llms-status .llms-setting-group input[type=date].medium,.wrap.llms-status .llms-setting-group input[type=month].medium,.wrap.llms-status .llms-setting-group input[type=time].medium,.wrap.llms-status .llms-setting-group input[type=week].medium,.wrap.llms-status .llms-setting-group input[type=number].medium,.wrap.llms-status .llms-setting-group input[type=email].medium,.wrap.llms-status .llms-setting-group input[type=url].medium,.wrap.llms-status .llms-setting-group input[type=search].medium,.wrap.llms-status .llms-setting-group input[type=tel].medium,.wrap.llms-status .llms-setting-group input[type=color].medium,.wrap.llms-status .llms-setting-group select.medium,.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area).medium{width:30%}.wrap.llms-reporting .llms-setting-group input[type=text].small,.wrap.llms-reporting .llms-setting-group input[type=password].small,.wrap.llms-reporting .llms-setting-group input[type=datetime].small,.wrap.llms-reporting .llms-setting-group input[type=datetime-local].small,.wrap.llms-reporting .llms-setting-group input[type=date].small,.wrap.llms-reporting .llms-setting-group input[type=month].small,.wrap.llms-reporting .llms-setting-group input[type=time].small,.wrap.llms-reporting .llms-setting-group input[type=week].small,.wrap.llms-reporting .llms-setting-group input[type=number].small,.wrap.llms-reporting .llms-setting-group input[type=email].small,.wrap.llms-reporting .llms-setting-group input[type=url].small,.wrap.llms-reporting .llms-setting-group input[type=search].small,.wrap.llms-reporting .llms-setting-group input[type=tel].small,.wrap.llms-reporting .llms-setting-group input[type=color].small,.wrap.llms-reporting .llms-setting-group select.small,.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area).small,.wrap.lifterlms-settings .llms-setting-group input[type=text].small,.wrap.lifterlms-settings .llms-setting-group input[type=password].small,.wrap.lifterlms-settings .llms-setting-group input[type=datetime].small,.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local].small,.wrap.lifterlms-settings .llms-setting-group input[type=date].small,.wrap.lifterlms-settings .llms-setting-group input[type=month].small,.wrap.lifterlms-settings .llms-setting-group input[type=time].small,.wrap.lifterlms-settings .llms-setting-group input[type=week].small,.wrap.lifterlms-settings .llms-setting-group input[type=number].small,.wrap.lifterlms-settings .llms-setting-group input[type=email].small,.wrap.lifterlms-settings .llms-setting-group input[type=url].small,.wrap.lifterlms-settings .llms-setting-group input[type=search].small,.wrap.lifterlms-settings .llms-setting-group input[type=tel].small,.wrap.lifterlms-settings .llms-setting-group input[type=color].small,.wrap.lifterlms-settings .llms-setting-group select.small,.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area).small,.wrap.llms-status .llms-setting-group input[type=text].small,.wrap.llms-status .llms-setting-group input[type=password].small,.wrap.llms-status .llms-setting-group input[type=datetime].small,.wrap.llms-status .llms-setting-group input[type=datetime-local].small,.wrap.llms-status .llms-setting-group input[type=date].small,.wrap.llms-status .llms-setting-group input[type=month].small,.wrap.llms-status .llms-setting-group input[type=time].small,.wrap.llms-status .llms-setting-group input[type=week].small,.wrap.llms-status .llms-setting-group input[type=number].small,.wrap.llms-status .llms-setting-group input[type=email].small,.wrap.llms-status .llms-setting-group input[type=url].small,.wrap.llms-status .llms-setting-group input[type=search].small,.wrap.llms-status .llms-setting-group input[type=tel].small,.wrap.llms-status .llms-setting-group input[type=color].small,.wrap.llms-status .llms-setting-group select.small,.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area).small{width:20%}.wrap.llms-reporting .llms-setting-group input[type=text].tiny,.wrap.llms-reporting .llms-setting-group input[type=password].tiny,.wrap.llms-reporting .llms-setting-group input[type=datetime].tiny,.wrap.llms-reporting .llms-setting-group input[type=datetime-local].tiny,.wrap.llms-reporting .llms-setting-group input[type=date].tiny,.wrap.llms-reporting .llms-setting-group input[type=month].tiny,.wrap.llms-reporting .llms-setting-group input[type=time].tiny,.wrap.llms-reporting .llms-setting-group input[type=week].tiny,.wrap.llms-reporting .llms-setting-group input[type=number].tiny,.wrap.llms-reporting .llms-setting-group input[type=email].tiny,.wrap.llms-reporting .llms-setting-group input[type=url].tiny,.wrap.llms-reporting .llms-setting-group input[type=search].tiny,.wrap.llms-reporting .llms-setting-group input[type=tel].tiny,.wrap.llms-reporting .llms-setting-group input[type=color].tiny,.wrap.llms-reporting .llms-setting-group select.tiny,.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area).tiny,.wrap.lifterlms-settings .llms-setting-group input[type=text].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=password].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=datetime].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=date].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=month].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=time].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=week].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=number].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=email].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=url].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=search].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=tel].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=color].tiny,.wrap.lifterlms-settings .llms-setting-group select.tiny,.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area).tiny,.wrap.llms-status .llms-setting-group input[type=text].tiny,.wrap.llms-status .llms-setting-group input[type=password].tiny,.wrap.llms-status .llms-setting-group input[type=datetime].tiny,.wrap.llms-status .llms-setting-group input[type=datetime-local].tiny,.wrap.llms-status .llms-setting-group input[type=date].tiny,.wrap.llms-status .llms-setting-group input[type=month].tiny,.wrap.llms-status .llms-setting-group input[type=time].tiny,.wrap.llms-status .llms-setting-group input[type=week].tiny,.wrap.llms-status .llms-setting-group input[type=number].tiny,.wrap.llms-status .llms-setting-group input[type=email].tiny,.wrap.llms-status .llms-setting-group input[type=url].tiny,.wrap.llms-status .llms-setting-group input[type=search].tiny,.wrap.llms-status .llms-setting-group input[type=tel].tiny,.wrap.llms-status .llms-setting-group input[type=color].tiny,.wrap.llms-status .llms-setting-group select.tiny,.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area).tiny{width:10%}@media only screen and (min-width: 782px){.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link{background:#fff}}.wrap.llms-reporting #llms-mailhawk-connect,.wrap.lifterlms-settings #llms-mailhawk-connect,.wrap.llms-status #llms-mailhawk-connect{height:auto;margin:0 0 6px;position:relative}.wrap.llms-reporting #llms-mailhawk-connect .dashicons,.wrap.lifterlms-settings #llms-mailhawk-connect .dashicons,.wrap.llms-status #llms-mailhawk-connect .dashicons{margin:-4px 0 0 4px;vertical-align:middle}.wrap.llms-reporting #llms-sendwp-connect,.wrap.lifterlms-settings #llms-sendwp-connect,.wrap.llms-status #llms-sendwp-connect{height:auto;margin:0 0 6px;position:relative}.wrap.llms-reporting #llms-sendwp-connect .fa,.wrap.lifterlms-settings #llms-sendwp-connect .fa,.wrap.llms-status #llms-sendwp-connect .fa{margin-left:4px}@media only screen and (min-width: 782px){.wrap.lifterlms-settings .llms-subheader{height:40px;position:sticky;top:32px}.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary{margin:0 -22px 20px -20px}.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items{padding-right:10px}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary{margin:0 -22px 20px -20px}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items{padding-right:10px}.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary{margin:0 -22px 20px -20px}.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items{padding-right:10px}}.wrap.llms-dashboard .llms-inside-wrap{padding-top:30px}.wrap.llms-dashboard #poststuff h2{padding:12px 20px}.wrap.llms-dashboard .llms-dashboard-activity h2{font-size:20px;font-weight:700;line-height:1.5;margin-top:0;text-align:center}.wrap.llms-dashboard .postbox{background-color:#fff;border:none;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13)}.wrap.llms-dashboard .postbox .postbox-header{border-bottom-color:#efefef}.wrap.llms-dashboard .postbox .inside{padding:20px}.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap{margin-top:0}.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap .llms-add-on-item{margin-top:0}.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap .llms-add-on-item p{text-align:right}.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap .llms-add-on-item footer.llms-actions{padding-top:0}.wrap.llms-dashboard #llms_dashboard_addons p{text-align:center}.wrap.llms-dashboard #llms_dashboard_addons p .llms-button-primary{display:inline-block;margin-top:15px}.wrap.llms-dashboard #llms_dashboard_quick_links ul{list-style:disc;margin:5px 20px 0 0}.wrap.llms-dashboard #llms_dashboard_quick_links ul li{font-size:15px;line-height:1.5}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links{display:grid;grid-template-columns:1fr;grid-gap:30px}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links a{display:inline-block}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list h3{margin:0 0 10px 0}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list ul{margin-bottom:20px}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list ul.llms-checklist{list-style:none;margin-right:0}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .fa{text-align:center;width:16px}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .fa-check{color:#008a20}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .fa-times{color:#d63638}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .llms-button-primary,.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .llms-button-secondary,.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .llms-button-action{display:block;text-align:center}@media only screen and (min-width: 782px){.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links{grid-template-columns:1fr 1fr 1fr}}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links .llms-list h3{margin:0}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links .llms-list h3 .dashicons{color:#aaa}@media only screen and (min-width: 782px){.wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links{grid-template-columns:1fr 1fr 1fr 1fr}}.wrap.llms-dashboard #llms_dashboard_blog ul,.wrap.llms-dashboard #llms_dashboard_podcast ul{margin:0}.wrap.llms-dashboard #llms_dashboard_blog ul li,.wrap.llms-dashboard #llms_dashboard_podcast ul li{margin:0 0 15px 0}.wrap.llms-dashboard #llms_dashboard_blog ul li a,.wrap.llms-dashboard #llms_dashboard_podcast ul li a{display:block}.wrap.llms-dashboard #llms_dashboard_blog p,.wrap.llms-dashboard #llms_dashboard_podcast p{margin:15px 0;text-align:center}.wrap.llms-dashboard #llms_dashboard_blog p a,.wrap.llms-dashboard #llms_dashboard_podcast p a{display:inline-block}#llms_dashboard_widget .inside{margin:0;padding-bottom:8px}#llms_dashboard_widget .llms-dashboard-widget-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:12px}#llms_dashboard_widget .activity-block{padding-bottom:8px;border-color:#e8e8e8}#llms_dashboard_widget h3{margin-bottom:0}#llms_dashboard_widget .llms-charts-wrapper{display:none}#llms_dashboard_widget .llms-widget-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;width:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:4px 0}#llms_dashboard_widget .llms-widget-row:before,#llms_dashboard_widget .llms-widget-row:after{display:none}#llms_dashboard_widget .llms-widget-1-4{padding:0;-webkit-box-flex:1;-ms-flex:1;flex:1}#llms_dashboard_widget .llms-widget{padding:8px 8px 12px;margin:0;border-radius:6px;border:1px solid #e8e8e8;-webkit-box-shadow:0px 2px 4px #f6f7f7;box-shadow:0px 2px 4px #f6f7f7;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}#llms_dashboard_widget .llms-label{font-size:14px;width:100%;-ms-flex-item-align:start;align-self:flex-start;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#llms_dashboard_widget .llms-widget-content{font-size:20px;margin:0}#llms_dashboard_widget .llms-widget-info-toggle{display:none}#llms_dashboard_widget a{border:0}#llms_dashboard_widget .subsubsub{color:#dcdcde}.llms-dashboard-widget-feed{margin:0 -12px;padding:0;background-color:#f6f7f7}.llms-dashboard-widget-feed li{margin:0;padding:8px 12px;border-bottom:1px solid #e8e8e8}.llms-dashboard-widget-feed span{display:block}.wrap.llms-resources .llms-inside-wrap{padding-top:30px}.wrap.llms-resources #poststuff #post-body.columns-2{margin-left:350px}.wrap.llms-resources #poststuff #post-body.columns-2 #side-sortables{width:330px}@media only screen and (max-width: 850px){.wrap.llms-resources #poststuff #post-body.columns-2 #side-sortables{width:auto}}.wrap.llms-resources #poststuff #postbox-container-1{float:left;margin-left:-350px;width:330px}.wrap.llms-resources #poststuff h2{padding:12px 20px}.wrap.llms-resources #poststuff .postbox{background-color:#fff;border:none;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13)}.wrap.llms-resources #poststuff .postbox .postbox-header{border-bottom-color:#efefef}.wrap.llms-resources #poststuff .postbox .inside{margin:0;padding:20px}.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video p{font-size:15px;line-height:1.5;margin:0 0 40px 0}.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container{height:0;overflow:hidden;padding-top:30px;padding-bottom:56.25%;position:relative}.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container iframe,.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container object,.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container embed{right:0;height:100%;position:absolute;top:0;width:100%}.wrap.llms-resources #llms_dashboard_getting_started ul{margin:0 0 20px 0}.wrap.llms-resources #llms_dashboard_getting_started ul li{font-size:15px;line-height:1.5;margin-bottom:15px}.wrap.llms-resources #llms_dashboard_getting_started .llms-button-primary{display:block;margin-top:auto;max-width:300px;text-align:center}.wrap.llms-resources #llms_dashboard_resource_links ul{list-style:disc;margin:5px 20px 0 0}.wrap.llms-resources #llms_dashboard_resource_links ul li{font-size:15px;line-height:1.5}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links{display:grid;grid-template-columns:1fr;grid-gap:60px}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links a{display:inline-block}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list h3{margin:0 0 10px 0}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list h3 .dashicons{color:#aaa}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list ul{margin-bottom:20px}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list .llms-button-primary,.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list .llms-button-secondary,.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list .llms-button-action{display:block;margin-top:auto;max-width:300px;text-align:center}@media only screen and (min-width: 782px){.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links{grid-template-columns:1fr 1fr 1fr}}.llms-remarks .llms-remarks-field{height:120px;width:100%}.llms-remarks input[type=number]{width:60px}button[name=llms_quiz_attempt_action] .save{display:none}button[name=llms_quiz_attempt_action].grading .default{display:none}button[name=llms_quiz_attempt_action].grading .save{display:inline}.llms-form-fields{-webkit-box-sizing:border-box;box-sizing:border-box}.llms-form-fields *{-webkit-box-sizing:border-box;box-sizing:border-box}.llms-form-fields.flush .llms-form-field{padding:0 0 10px}.llms-form-fields .wp-block-columns,.llms-form-fields .wp-block-column{margin-bottom:0}.llms-form-heading{padding:0 10px 10px}.llms-form-field{float:right;padding:0 10px 10px;position:relative;width:100%}.llms-form-field label:empty:after{content:" "}.llms-form-field.valid input[type=date],.llms-form-field.valid input[type=time],.llms-form-field.valid input[type=datetime-local],.llms-form-field.valid input[type=week],.llms-form-field.valid input[type=month],.llms-form-field.valid input[type=text],.llms-form-field.valid input[type=email],.llms-form-field.valid input[type=url],.llms-form-field.valid input[type=password],.llms-form-field.valid input[type=search],.llms-form-field.valid input[type=tel],.llms-form-field.valid input[type=number],.llms-form-field.valid textarea,.llms-form-field.valid select{background:rgba(131,195,115,.3);border-color:#83c373}.llms-form-field.error input[type=date],.llms-form-field.error input[type=time],.llms-form-field.error input[type=datetime-local],.llms-form-field.error input[type=week],.llms-form-field.error input[type=month],.llms-form-field.error input[type=text],.llms-form-field.error input[type=email],.llms-form-field.error input[type=url],.llms-form-field.error input[type=password],.llms-form-field.error input[type=search],.llms-form-field.error input[type=tel],.llms-form-field.error input[type=number],.llms-form-field.error textarea,.llms-form-field.error select,.llms-form-field.invalid input[type=date],.llms-form-field.invalid input[type=time],.llms-form-field.invalid input[type=datetime-local],.llms-form-field.invalid input[type=week],.llms-form-field.invalid input[type=month],.llms-form-field.invalid input[type=text],.llms-form-field.invalid input[type=email],.llms-form-field.invalid input[type=url],.llms-form-field.invalid input[type=password],.llms-form-field.invalid input[type=search],.llms-form-field.invalid input[type=tel],.llms-form-field.invalid input[type=number],.llms-form-field.invalid textarea,.llms-form-field.invalid select{background:rgba(229,85,78,.3);border-color:#e5554e}.llms-form-field.llms-visually-hidden-field{display:none}.llms-form-field.align-right{text-align:left}@media screen and (min-width: 600px){.llms-form-field.llms-cols-1{width:8.3333333333%}.llms-form-field.llms-cols-2{width:16.6666666667%}.llms-form-field.llms-cols-3{width:25%}.llms-form-field.llms-cols-4{width:33.3333333333%}.llms-form-field.llms-cols-5{width:41.6666666667%}.llms-form-field.llms-cols-6{width:50%}.llms-form-field.llms-cols-7{width:58.3333333333%}.llms-form-field.llms-cols-8{width:66.6666666667%}.llms-form-field.llms-cols-9{width:75%}.llms-form-field.llms-cols-10{width:83.3333333333%}.llms-form-field.llms-cols-11{width:91.6666666667%}.llms-form-field.llms-cols-12{width:100%}}.llms-form-field.type-hidden{padding:0}.llms-form-field.type-radio input,.llms-form-field.type-radio label,.llms-form-field.type-checkbox input,.llms-form-field.type-checkbox label{display:inline-block;width:auto}.llms-form-field.type-radio input,.llms-form-field.type-checkbox input{margin-left:5px}.llms-form-field.type-radio label+.llms-description,.llms-form-field.type-checkbox label+.llms-description{display:block}.llms-form-field.type-radio:not(.is-group) input[type=radio]{position:absolute;opacity:0;visibility:none}.llms-form-field.type-radio:not(.is-group) label:before{background:#fafafa;background-position:-24px 0;background-repeat:no-repeat;border-radius:50%;-webkit-box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.35) 0 0 0 1px;box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.35) 0 0 0 1px;content:"";cursor:pointer;display:inline-block;height:22px;margin-left:5px;position:relative;-webkit-transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);top:-3px;vertical-align:middle;width:22px;z-index:2}.llms-form-field.type-radio:not(.is-group) input[type=radio]:checked+label:before{-webkit-transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);background-position:100% 0;background-image:radial-gradient(ellipse at center, #466dd8 0%, #466dd8 40%, #fafafa 45%)}.llms-form-field .llms-input-group{margin-top:5px}.llms-form-field .llms-input-group .llms-form-field{padding:0 5px 5px 0}.llms-form-field.type-reset button:not(.auto),.llms-form-field.type-button button:not(.auto),.llms-form-field.type-submit button:not(.auto){width:100%}.llms-form-field .llms-description{font-size:14px;font-style:italic}.llms-form-field .llms-required{color:#e5554e;margin-right:4px}.llms-form-field input,.llms-form-field textarea,.llms-form-field select{width:100%;margin-bottom:5px}.llms-form-field .select2-container .select2-selection--single{height:auto;padding:4px 6px}.llms-form-field .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%}.llms-password-strength-meter{border:1px solid #dadada;display:none;font-size:10px;margin-top:-10px;padding:1px;position:relative;text-align:center}.llms-password-strength-meter:before{bottom:0;content:"";right:0;position:absolute;top:0;-webkit-transition:width .4s ease;transition:width .4s ease}.llms-password-strength-meter.mismatch,.llms-password-strength-meter.too-short,.llms-password-strength-meter.very-weak{border-color:#e35b5b}.llms-password-strength-meter.mismatch:before,.llms-password-strength-meter.too-short:before,.llms-password-strength-meter.very-weak:before{background:rgba(227,91,91,.25);width:25%}.llms-password-strength-meter.too-short:before{width:0}.llms-password-strength-meter.weak{border-color:#f78b53}.llms-password-strength-meter.weak:before{background:rgba(247,139,83,.25);width:50%}.llms-password-strength-meter.medium{border-color:#ffc733}.llms-password-strength-meter.medium:before{background:rgba(255,199,51,.25);width:75%}.llms-password-strength-meter.strong{border-color:#83c373}.llms-password-strength-meter.strong:before{background:rgba(131,195,115,.25);width:100%}/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/@font-face{font-family:"FontAwesome";src:url("../fonts/fontawesome-webfont.eot?v=4.7.0");src:url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-right:0;margin-right:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;right:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{right:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:right}.fa-pull-right{float:left}.fa.fa-pull-left{margin-left:.3em}.fa.fa-pull-right{margin-right:.3em}.pull-right{float:left}.pull-left{float:right}.fa.pull-left{margin-left:.3em}.fa.pull-right{margin-right:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;right:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
diff --git a/assets/css/admin.css b/assets/css/admin.css
index 19e7d60b50..0872fd9d02 100644
--- a/assets/css/admin.css
+++ b/assets/css/admin.css
@@ -544,8 +544,8 @@
.llms-quiz-wrapper [data-title-active]:hover:before,
.llms-quiz-wrapper [data-title-active]:hover:after {
opacity: 1;
- -webkit-transition: all 0.2s 0.6s ease;
- transition: all 0.2s 0.6s ease;
+ -webkit-transition: all 0 0.1s ease;
+ transition: all 0 0.1s ease;
visibility: visible;
z-index: 99999999;
}
diff --git a/assets/css/admin.min.css b/assets/css/admin.min.css
index 2c50bfbb3a..260d9f0201 100644
--- a/assets/css/admin.min.css
+++ b/assets/css/admin.min.css
@@ -1,4 +1,4 @@
-#poststuff .llms-metabox:before,#poststuff .llms-metabox:after,.llms-form-fields:before,.llms-metabox .llms-access-plans:before,.llms-collapsible .llms-collapsible-body:before,.llms-collapsible .llms-collapsible-header:before,.llms-collapsible:before,.llms-form-fields:after,.llms-metabox .llms-access-plans:after,.llms-collapsible .llms-collapsible-body:after,.llms-collapsible .llms-collapsible-header:after,.llms-collapsible:after{content:" ";display:table}#poststuff .llms-metabox:after,.llms-form-fields:after,.llms-metabox .llms-access-plans:after,.llms-collapsible .llms-collapsible-body:after,.llms-collapsible .llms-collapsible-header:after,.llms-collapsible:after{clear:both}.llms-button-action,.llms-button-danger,.llms-button-primary,.llms-button-secondary{border:none;border-radius:8px;color:#fefefe;cursor:pointer;font-size:16px;font-weight:700;text-decoration:none;text-shadow:none;line-height:1;margin:0;max-width:100%;padding:12px 24px;position:relative;-webkit-transition:all .5s ease;transition:all .5s ease}.llms-button-action:disabled,.llms-button-danger:disabled,.llms-button-primary:disabled,.llms-button-secondary:disabled{opacity:.5}.llms-button-action:hover,.llms-button-action:active,.llms-button-danger:hover,.llms-button-danger:active,.llms-button-primary:hover,.llms-button-primary:active,.llms-button-secondary:hover,.llms-button-secondary:active{color:#fefefe}.llms-button-action:focus,.llms-button-danger:focus,.llms-button-primary:focus,.llms-button-secondary:focus{color:#fefefe}.llms-button-action.auto,.llms-button-danger.auto,.llms-button-primary.auto,.llms-button-secondary.auto{width:auto}.llms-button-action.full,.llms-button-danger.full,.llms-button-primary.full,.llms-button-secondary.full{display:block;text-align:center;width:100%}.llms-button-action.square,.llms-button-danger.square,.llms-button-primary.square,.llms-button-secondary.square{padding:12px}.llms-button-action.small,.llms-button-danger.small,.llms-button-primary.small,.llms-button-secondary.small{font-size:13px;padding:8px 14px}.llms-button-action.small.square,.llms-button-danger.small.square,.llms-button-primary.small.square,.llms-button-secondary.small.square{padding:8px}.llms-button-action.large,.llms-button-danger.large,.llms-button-primary.large,.llms-button-secondary.large{font-size:18px;line-height:1.2;padding:16px 32px}.llms-button-action.large.square,.llms-button-danger.large.square,.llms-button-primary.large.square,.llms-button-secondary.large.square{padding:16px}.llms-button-action.large .fa,.llms-button-danger.large .fa,.llms-button-primary.large .fa,.llms-button-secondary.large .fa{left:-7px;position:relative}.llms-button-primary{background:#466dd8}.llms-button-primary:hover,.llms-button-primary.clicked{background:#2b55cb}.llms-button-primary:focus,.llms-button-primary:active{background:#6888df}.llms-button-secondary{background:#e1e1e1;color:#414141}.llms-button-secondary:hover{color:#414141;background:#cdcdcd}.llms-button-secondary:focus,.llms-button-secondary:active{color:#414141;background:#ebebeb}.llms-button-action{background:#f8954f}.llms-button-action:hover,.llms-button-action.clicked{background:#f67d28}.llms-button-action:focus,.llms-button-action:active{background:#faad76}.llms-button-danger{background:#e5554e}.llms-button-danger:hover{background:#e0332a}.llms-button-danger:focus,.llms-button-danger:active{background:#e86660}.llms-button-outline{background:rgba(0,0,0,0);border:3px solid #1d2327;border-radius:8px;color:#1d2327;cursor:pointer;font-size:16px;font-weight:700;text-decoration:none;text-shadow:none;line-height:1;margin:0;max-width:100%;padding:12px 24px;position:relative;-webkit-transition:all .5s ease;transition:all .5s ease}.llms-button-outline:disabled{opacity:.5}.llms-button-outline:hover,.llms-button-outline:active{color:#1d2327}.llms-button-outline:focus{color:#1d2327}.llms-button-outline.auto{width:auto}.llms-button-outline.full{display:block;text-align:center;width:100%}.llms-button-outline.square{padding:12px}.lifterlms [data-tip],.lifterlms [data-title-default],.lifterlms [data-title-active],.llms-metabox [data-tip],.llms-metabox [data-title-default],.llms-metabox [data-title-active],.llms-mb-container [data-tip],.llms-mb-container [data-title-default],.llms-mb-container [data-title-active],.llms-quiz-wrapper [data-tip],.llms-quiz-wrapper [data-title-default],.llms-quiz-wrapper [data-title-active]{position:relative}.lifterlms [data-tip].tip--top-right:before,.lifterlms [data-title-default].tip--top-right:before,.lifterlms [data-title-active].tip--top-right:before,.llms-metabox [data-tip].tip--top-right:before,.llms-metabox [data-title-default].tip--top-right:before,.llms-metabox [data-title-active].tip--top-right:before,.llms-mb-container [data-tip].tip--top-right:before,.llms-mb-container [data-title-default].tip--top-right:before,.llms-mb-container [data-title-active].tip--top-right:before,.llms-quiz-wrapper [data-tip].tip--top-right:before,.llms-quiz-wrapper [data-title-default].tip--top-right:before,.llms-quiz-wrapper [data-title-active].tip--top-right:before{bottom:100%;left:-10px}.lifterlms [data-tip].tip--top-right:hover:before,.lifterlms [data-title-default].tip--top-right:hover:before,.lifterlms [data-title-active].tip--top-right:hover:before,.llms-metabox [data-tip].tip--top-right:hover:before,.llms-metabox [data-title-default].tip--top-right:hover:before,.llms-metabox [data-title-active].tip--top-right:hover:before,.llms-mb-container [data-tip].tip--top-right:hover:before,.llms-mb-container [data-title-default].tip--top-right:hover:before,.llms-mb-container [data-title-active].tip--top-right:hover:before,.llms-quiz-wrapper [data-tip].tip--top-right:hover:before,.llms-quiz-wrapper [data-title-default].tip--top-right:hover:before,.llms-quiz-wrapper [data-title-active].tip--top-right:hover:before{bottom:calc(100% + 6px)}.lifterlms [data-tip].tip--top-right:after,.lifterlms [data-title-default].tip--top-right:after,.lifterlms [data-title-active].tip--top-right:after,.llms-metabox [data-tip].tip--top-right:after,.llms-metabox [data-title-default].tip--top-right:after,.llms-metabox [data-title-active].tip--top-right:after,.llms-mb-container [data-tip].tip--top-right:after,.llms-mb-container [data-title-default].tip--top-right:after,.llms-mb-container [data-title-active].tip--top-right:after,.llms-quiz-wrapper [data-tip].tip--top-right:after,.llms-quiz-wrapper [data-title-default].tip--top-right:after,.llms-quiz-wrapper [data-title-active].tip--top-right:after{border-top-color:#444;left:6px;top:0}.lifterlms [data-tip].tip--top-right:hover:after,.lifterlms [data-title-default].tip--top-right:hover:after,.lifterlms [data-title-active].tip--top-right:hover:after,.llms-metabox [data-tip].tip--top-right:hover:after,.llms-metabox [data-title-default].tip--top-right:hover:after,.llms-metabox [data-title-active].tip--top-right:hover:after,.llms-mb-container [data-tip].tip--top-right:hover:after,.llms-mb-container [data-title-default].tip--top-right:hover:after,.llms-mb-container [data-title-active].tip--top-right:hover:after,.llms-quiz-wrapper [data-tip].tip--top-right:hover:after,.llms-quiz-wrapper [data-title-default].tip--top-right:hover:after,.llms-quiz-wrapper [data-title-active].tip--top-right:hover:after{top:-6px}.lifterlms [data-tip].tip--top-left:before,.lifterlms [data-title-default].tip--top-left:before,.lifterlms [data-title-active].tip--top-left:before,.llms-metabox [data-tip].tip--top-left:before,.llms-metabox [data-title-default].tip--top-left:before,.llms-metabox [data-title-active].tip--top-left:before,.llms-mb-container [data-tip].tip--top-left:before,.llms-mb-container [data-title-default].tip--top-left:before,.llms-mb-container [data-title-active].tip--top-left:before,.llms-quiz-wrapper [data-tip].tip--top-left:before,.llms-quiz-wrapper [data-title-default].tip--top-left:before,.llms-quiz-wrapper [data-title-active].tip--top-left:before{bottom:100%;right:-10px}.lifterlms [data-tip].tip--top-left:hover:before,.lifterlms [data-title-default].tip--top-left:hover:before,.lifterlms [data-title-active].tip--top-left:hover:before,.llms-metabox [data-tip].tip--top-left:hover:before,.llms-metabox [data-title-default].tip--top-left:hover:before,.llms-metabox [data-title-active].tip--top-left:hover:before,.llms-mb-container [data-tip].tip--top-left:hover:before,.llms-mb-container [data-title-default].tip--top-left:hover:before,.llms-mb-container [data-title-active].tip--top-left:hover:before,.llms-quiz-wrapper [data-tip].tip--top-left:hover:before,.llms-quiz-wrapper [data-title-default].tip--top-left:hover:before,.llms-quiz-wrapper [data-title-active].tip--top-left:hover:before{bottom:calc(100% + 6px)}.lifterlms [data-tip].tip--top-left:after,.lifterlms [data-title-default].tip--top-left:after,.lifterlms [data-title-active].tip--top-left:after,.llms-metabox [data-tip].tip--top-left:after,.llms-metabox [data-title-default].tip--top-left:after,.llms-metabox [data-title-active].tip--top-left:after,.llms-mb-container [data-tip].tip--top-left:after,.llms-mb-container [data-title-default].tip--top-left:after,.llms-mb-container [data-title-active].tip--top-left:after,.llms-quiz-wrapper [data-tip].tip--top-left:after,.llms-quiz-wrapper [data-title-default].tip--top-left:after,.llms-quiz-wrapper [data-title-active].tip--top-left:after{border-top-color:#444;right:6px;top:0}.lifterlms [data-tip].tip--top-left:hover:after,.lifterlms [data-title-default].tip--top-left:hover:after,.lifterlms [data-title-active].tip--top-left:hover:after,.llms-metabox [data-tip].tip--top-left:hover:after,.llms-metabox [data-title-default].tip--top-left:hover:after,.llms-metabox [data-title-active].tip--top-left:hover:after,.llms-mb-container [data-tip].tip--top-left:hover:after,.llms-mb-container [data-title-default].tip--top-left:hover:after,.llms-mb-container [data-title-active].tip--top-left:hover:after,.llms-quiz-wrapper [data-tip].tip--top-left:hover:after,.llms-quiz-wrapper [data-title-default].tip--top-left:hover:after,.llms-quiz-wrapper [data-title-active].tip--top-left:hover:after{top:-6px}.lifterlms [data-tip].tip--bottom-left:before,.lifterlms [data-title-default].tip--bottom-left:before,.lifterlms [data-title-active].tip--bottom-left:before,.llms-metabox [data-tip].tip--bottom-left:before,.llms-metabox [data-title-default].tip--bottom-left:before,.llms-metabox [data-title-active].tip--bottom-left:before,.llms-mb-container [data-tip].tip--bottom-left:before,.llms-mb-container [data-title-default].tip--bottom-left:before,.llms-mb-container [data-title-active].tip--bottom-left:before,.llms-quiz-wrapper [data-tip].tip--bottom-left:before,.llms-quiz-wrapper [data-title-default].tip--bottom-left:before,.llms-quiz-wrapper [data-title-active].tip--bottom-left:before{top:100%;right:-10px}.lifterlms [data-tip].tip--bottom-left:hover:before,.lifterlms [data-title-default].tip--bottom-left:hover:before,.lifterlms [data-title-active].tip--bottom-left:hover:before,.llms-metabox [data-tip].tip--bottom-left:hover:before,.llms-metabox [data-title-default].tip--bottom-left:hover:before,.llms-metabox [data-title-active].tip--bottom-left:hover:before,.llms-mb-container [data-tip].tip--bottom-left:hover:before,.llms-mb-container [data-title-default].tip--bottom-left:hover:before,.llms-mb-container [data-title-active].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:before{top:calc(100% + 6px)}.lifterlms [data-tip].tip--bottom-left:after,.lifterlms [data-title-default].tip--bottom-left:after,.lifterlms [data-title-active].tip--bottom-left:after,.llms-metabox [data-tip].tip--bottom-left:after,.llms-metabox [data-title-default].tip--bottom-left:after,.llms-metabox [data-title-active].tip--bottom-left:after,.llms-mb-container [data-tip].tip--bottom-left:after,.llms-mb-container [data-title-default].tip--bottom-left:after,.llms-mb-container [data-title-active].tip--bottom-left:after,.llms-quiz-wrapper [data-tip].tip--bottom-left:after,.llms-quiz-wrapper [data-title-default].tip--bottom-left:after,.llms-quiz-wrapper [data-title-active].tip--bottom-left:after{border-bottom-color:#444;right:6px;bottom:0}.lifterlms [data-tip].tip--bottom-left:hover:after,.lifterlms [data-title-default].tip--bottom-left:hover:after,.lifterlms [data-title-active].tip--bottom-left:hover:after,.llms-metabox [data-tip].tip--bottom-left:hover:after,.llms-metabox [data-title-default].tip--bottom-left:hover:after,.llms-metabox [data-title-active].tip--bottom-left:hover:after,.llms-mb-container [data-tip].tip--bottom-left:hover:after,.llms-mb-container [data-title-default].tip--bottom-left:hover:after,.llms-mb-container [data-title-active].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:after{bottom:-6px}.lifterlms [data-tip].tip--bottom-right:before,.lifterlms [data-title-default].tip--bottom-right:before,.lifterlms [data-title-active].tip--bottom-right:before,.llms-metabox [data-tip].tip--bottom-right:before,.llms-metabox [data-title-default].tip--bottom-right:before,.llms-metabox [data-title-active].tip--bottom-right:before,.llms-mb-container [data-tip].tip--bottom-right:before,.llms-mb-container [data-title-default].tip--bottom-right:before,.llms-mb-container [data-title-active].tip--bottom-right:before,.llms-quiz-wrapper [data-tip].tip--bottom-right:before,.llms-quiz-wrapper [data-title-default].tip--bottom-right:before,.llms-quiz-wrapper [data-title-active].tip--bottom-right:before{top:100%;left:-10px}.lifterlms [data-tip].tip--bottom-right:hover:before,.lifterlms [data-title-default].tip--bottom-right:hover:before,.lifterlms [data-title-active].tip--bottom-right:hover:before,.llms-metabox [data-tip].tip--bottom-right:hover:before,.llms-metabox [data-title-default].tip--bottom-right:hover:before,.llms-metabox [data-title-active].tip--bottom-right:hover:before,.llms-mb-container [data-tip].tip--bottom-right:hover:before,.llms-mb-container [data-title-default].tip--bottom-right:hover:before,.llms-mb-container [data-title-active].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:before{top:calc(100% + 6px)}.lifterlms [data-tip].tip--bottom-right:after,.lifterlms [data-title-default].tip--bottom-right:after,.lifterlms [data-title-active].tip--bottom-right:after,.llms-metabox [data-tip].tip--bottom-right:after,.llms-metabox [data-title-default].tip--bottom-right:after,.llms-metabox [data-title-active].tip--bottom-right:after,.llms-mb-container [data-tip].tip--bottom-right:after,.llms-mb-container [data-title-default].tip--bottom-right:after,.llms-mb-container [data-title-active].tip--bottom-right:after,.llms-quiz-wrapper [data-tip].tip--bottom-right:after,.llms-quiz-wrapper [data-title-default].tip--bottom-right:after,.llms-quiz-wrapper [data-title-active].tip--bottom-right:after{border-bottom-color:#444;left:6px;bottom:0}.lifterlms [data-tip].tip--bottom-right:hover:after,.lifterlms [data-title-default].tip--bottom-right:hover:after,.lifterlms [data-title-active].tip--bottom-right:hover:after,.llms-metabox [data-tip].tip--bottom-right:hover:after,.llms-metabox [data-title-default].tip--bottom-right:hover:after,.llms-metabox [data-title-active].tip--bottom-right:hover:after,.llms-mb-container [data-tip].tip--bottom-right:hover:after,.llms-mb-container [data-title-default].tip--bottom-right:hover:after,.llms-mb-container [data-title-active].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:after{bottom:-6px}.lifterlms [data-tip]:before,.lifterlms [data-title-default]:before,.lifterlms [data-title-active]:before,.llms-metabox [data-tip]:before,.llms-metabox [data-title-default]:before,.llms-metabox [data-title-active]:before,.llms-mb-container [data-tip]:before,.llms-mb-container [data-title-default]:before,.llms-mb-container [data-title-active]:before,.llms-quiz-wrapper [data-tip]:before,.llms-quiz-wrapper [data-title-default]:before,.llms-quiz-wrapper [data-title-active]:before{background:#444;border-radius:4px;color:#fff;font-size:13px;line-height:1.2;padding:8px;max-width:300px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.lifterlms [data-tip]:after,.lifterlms [data-title-default]:after,.lifterlms [data-title-active]:after,.llms-metabox [data-tip]:after,.llms-metabox [data-title-default]:after,.llms-metabox [data-title-active]:after,.llms-mb-container [data-tip]:after,.llms-mb-container [data-title-default]:after,.llms-mb-container [data-title-active]:after,.llms-quiz-wrapper [data-tip]:after,.llms-quiz-wrapper [data-title-default]:after,.llms-quiz-wrapper [data-title-active]:after{content:"";border:6px solid rgba(0,0,0,0);height:0;width:0}.lifterlms [data-tip]:before,.lifterlms [data-tip]:after,.lifterlms [data-title-default]:before,.lifterlms [data-title-default]:after,.lifterlms [data-title-active]:before,.lifterlms [data-title-active]:after,.llms-metabox [data-tip]:before,.llms-metabox [data-tip]:after,.llms-metabox [data-title-default]:before,.llms-metabox [data-title-default]:after,.llms-metabox [data-title-active]:before,.llms-metabox [data-title-active]:after,.llms-mb-container [data-tip]:before,.llms-mb-container [data-tip]:after,.llms-mb-container [data-title-default]:before,.llms-mb-container [data-title-default]:after,.llms-mb-container [data-title-active]:before,.llms-mb-container [data-title-active]:after,.llms-quiz-wrapper [data-tip]:before,.llms-quiz-wrapper [data-tip]:after,.llms-quiz-wrapper [data-title-default]:before,.llms-quiz-wrapper [data-title-default]:after,.llms-quiz-wrapper [data-title-active]:before,.llms-quiz-wrapper [data-title-active]:after{opacity:0;-webkit-transition:all .2s .1s ease;transition:all .2s .1s ease;position:absolute;pointer-events:none;visibility:hidden}.lifterlms [data-tip]:hover:before,.lifterlms [data-tip]:hover:after,.lifterlms [data-title-default]:hover:before,.lifterlms [data-title-default]:hover:after,.lifterlms [data-title-active]:hover:before,.lifterlms [data-title-active]:hover:after,.llms-metabox [data-tip]:hover:before,.llms-metabox [data-tip]:hover:after,.llms-metabox [data-title-default]:hover:before,.llms-metabox [data-title-default]:hover:after,.llms-metabox [data-title-active]:hover:before,.llms-metabox [data-title-active]:hover:after,.llms-mb-container [data-tip]:hover:before,.llms-mb-container [data-tip]:hover:after,.llms-mb-container [data-title-default]:hover:before,.llms-mb-container [data-title-default]:hover:after,.llms-mb-container [data-title-active]:hover:before,.llms-mb-container [data-title-active]:hover:after,.llms-quiz-wrapper [data-tip]:hover:before,.llms-quiz-wrapper [data-tip]:hover:after,.llms-quiz-wrapper [data-title-default]:hover:before,.llms-quiz-wrapper [data-title-default]:hover:after,.llms-quiz-wrapper [data-title-active]:hover:before,.llms-quiz-wrapper [data-title-active]:hover:after{opacity:1;-webkit-transition:all .2s .6s ease;transition:all .2s .6s ease;visibility:visible;z-index:99999999}.lifterlms [data-tip]:before,.llms-metabox [data-tip]:before,.llms-mb-container [data-tip]:before,.llms-quiz-wrapper [data-tip]:before{content:attr(data-tip)}.lifterlms [data-tip].active:before,.llms-metabox [data-tip].active:before,.llms-mb-container [data-tip].active:before,.llms-quiz-wrapper [data-tip].active:before{content:attr(data-tip-active)}#adminmenu .toplevel_page_lifterlms .wp-menu-image img{padding-top:6px;width:20px}#adminmenu .toplevel_page_lifterlms a[href*="page=llms-add-ons"],#adminmenu .opensub .wp-submenu li.current a[href*="page=llms-add-ons"],#adminmenu .wp-submenu li.current a[href*="page=llms-add-ons"],#adminmenu .wp-submenu li.current a[href*="page=llms-add-ons"],#adminmenu .wp-submenu li.current a[href*="page=llms-add-ons"],#adminmenu a.wp-has-current-submenu:focus+.wp-submenu li.current a[href*="page=llms-add-ons"]{color:#ff922b}.last-col{float:right;padding-right:0 !important}.last-col:after{clear:both}@media(max-width: 767px){.m-all{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding-right:0}.m-1of2{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.m-1of3{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:33.33%}.m-2of3{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:66.66%}.m-1of4{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.m-3of4{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.m-right{text-align:center}.m-center{text-align:center}.m-left{text-align:center}.d-right{text-align:right}.d-center{text-align:center}.d-left{text-align:left}}@media(min-width: 768px)and (max-width: 1029px){.t-all{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding-right:0}.t-1of2{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.t-1of3{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:33.33%}.t-2of3{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:66.66%}.t-1of4{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.t-3of4{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.t-1of5{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:20%}.t-2of5{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:40%}.t-3of5{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:60%}.t-4of5{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:80%}.d-right{text-align:right}.d-center{text-align:center}.d-left{text-align:left}}@media(min-width: 1030px){.d-all{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding-right:0}.d-1of2{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.d-1of3{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:33.33%}.d-2of3{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:66.66%}.d-1of4{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.d-3of4{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.d-1of5{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:20%}.d-2of5{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:40%}.d-3of5{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:60%}.d-4of5{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:80%}.d-1of6{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:16.6666666667%}.d-1of7{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:14.2857142857%}.d-2of7{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:28.5714286%}.d-3of7{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:42.8571429%}.d-4of7{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:57.1428572%}.d-5of7{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:71.4285715%}.d-6of7{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:85.7142857%}.d-1of8{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:12.5%}.d-1of9{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:11.1111111111%}.d-1of10{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:10%}.d-1of11{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:9.0909090909%}.d-1of12{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:8.33%}.d-right{text-align:right}.d-center{text-align:center}.d-left{text-align:left}}#llms-form-wrapper .llms-search-form-wrapper{border-bottom:1px solid #999;margin:20px 0}#llms-form-wrapper #llms_analytics_search{border:none !important;text-shadow:none !important;border:none !important;outline:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;margin:0 !important;color:#fefefe !important;background:#466dd8 !important;border-radius:0;-webkit-transition:.5s;transition:.5s}#llms-form-wrapper #llms_analytics_search:hover{background:#0185a3 !important}#llms-form-wrapper #llms_analytics_search:active{background:#33b1cb !important}#llms-skip-setup-form .llms-admin-link{background:none !important;border:none;padding:0 !important;color:#0074a2;cursor:pointer}#llms-skip-setup-form .llms-admin-link:hover{color:#2ea2cc}#llms-skip-setup-form .llms-admin-link:focus{color:#124964}.llms-switch{position:relative}.llms-switch .llms-toggle{position:absolute;margin-left:-9999px;visibility:hidden}.llms-switch .llms-toggle+label{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:relative;cursor:pointer;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.llms-switch input.llms-toggle-round+label{border:2px solid #6c7781;border-radius:10px;height:20px;width:36px}.llms-switch input.llms-toggle-round+label:before,.llms-switch input.llms-toggle-round+label:after{-webkit-box-sizing:border-box;box-sizing:border-box;content:"";display:block;position:absolute;-webkit-transition:background .4s;transition:background .4s}.llms-switch input.llms-toggle-round:checked+label{border-color:#11a0d2;background-color:#11a0d2}.llms-switch input.llms-toggle-round+label:after{height:12px;left:2px;top:2px;background-color:#6c7781;border-radius:50%;-webkit-transition:margin .4s;transition:margin .4s;width:12px;z-index:3}.llms-switch input.llms-toggle-round:checked+label:after{background-color:#fefefe;margin-left:16px}.llms-switch input.llms-toggle-round+label:before{height:8px;top:4px;border:1px solid #6c7781;border-radius:50%;right:4px;width:8px;z-index:2}.llms-switch input.llms-toggle-round:checked+label:before{border-color:#fefefe;border-radius:0;left:6px;right:auto;width:2px}#llms-profile-fields{margin:50px 0}#llms-profile-fields .llms-form-field{padding-left:0}#llms-profile-fields label{display:block;font-weight:bold;padding:8px 0 2px}#llms-profile-fields .type-checkbox .type-checkbox label{display:initial;font-weight:initial;padding:0}#llms-profile-fields .type-checkbox .type-checkbox input{display:inline-block;margin-bottom:0;width:1rem}#llms-profile-fields select{max-width:100%}a.llms-voucher-delete{background:#e5554e;color:#fefefe;display:block;padding:4px 2px;text-decoration:none;-webkit-transition:ease .3s all;transition:ease .3s all}a.llms-voucher-delete:hover{background:#af3a26}.llms-voucher-codes-wrapper table,.llms-voucher-redemption-wrapper table{width:100%;border-collapse:collapse}.llms-voucher-codes-wrapper table th,.llms-voucher-codes-wrapper table td,.llms-voucher-redemption-wrapper table th,.llms-voucher-redemption-wrapper table td{border:none}.llms-voucher-codes-wrapper table thead,.llms-voucher-redemption-wrapper table thead{background-color:#466dd8;color:#fff}.llms-voucher-codes-wrapper table thead th,.llms-voucher-redemption-wrapper table thead th{padding:10px 10px}.llms-voucher-codes-wrapper table tr,.llms-voucher-redemption-wrapper table tr{counter-increment:row-counter}.llms-voucher-codes-wrapper table tr:nth-child(even),.llms-voucher-redemption-wrapper table tr:nth-child(even){background-color:#f1f1f1}.llms-voucher-codes-wrapper table tr td,.llms-voucher-redemption-wrapper table tr td{padding:5px}.llms-voucher-codes-wrapper table tr td:first-child:before,.llms-voucher-redemption-wrapper table tr td:first-child:before{content:counter(row-counter)}.llms-voucher-codes-wrapper table{width:100%;border-collapse:collapse}.llms-voucher-codes-wrapper table th,.llms-voucher-codes-wrapper table td{border:none}.llms-voucher-codes-wrapper table thead{background-color:#466dd8;color:#fff}.llms-voucher-codes-wrapper table tr:nth-child(even){background-color:#f1f1f1}.llms-voucher-codes-wrapper table tr td span{display:inline-block;min-width:30px}.llms-voucher-codes-wrapper button{cursor:pointer}.llms-voucher-codes-wrapper .llms-voucher-delete{float:right;margin-right:15px}.llms-voucher-codes-wrapper .llms-voucher-uses{width:50px}.llms-voucher-codes-wrapper .llms-voucher-add-codes{float:right}.llms-voucher-codes-wrapper .llms-voucher-add-codes input[type=text]{width:30px}.llms-voucher-export-wrapper .llms-voucher-export-type{width:100%}.llms-voucher-export-wrapper .llms-voucher-export-type p{margin:0 0 0 15px}.llms-voucher-export-wrapper .llms-voucher-email-wrapper{width:100%;margin:25px 0}.llms-voucher-export-wrapper .llms-voucher-email-wrapper input[type=text]{width:100%}.llms-voucher-export-wrapper .llms-voucher-email-wrapper p{margin:0}.llms-voucher-export-wrapper>button{float:right}.postbox .inside{overflow:auto}.llms-widget{background-color:#fff;border:1px solid #dedede;border-radius:12px;-webkit-box-shadow:0px 0px 1px rgba(48,49,51,.05),0px 2px 4px rgba(48,49,51,.1);box-shadow:0px 0px 1px rgba(48,49,51,.05),0px 2px 4px rgba(48,49,51,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;padding:20px;position:relative;width:100%}.llms-widget.alt{border:1px solid #ccc;background-color:#efefef;margin-bottom:10px}.llms-widget.alt .llms-label{color:#777;font-size:14px;margin-bottom:10px;padding-bottom:5px}.llms-widget.alt h2{color:#444;font-weight:300}.llms-widget a{border-bottom:1px dotted #466dd8;display:inline-block;text-decoration:none}.llms-widget a:hover{border-bottom:1px dotted #2b55cb}.llms-widget .llms-widget-content{margin:.67em 0;color:#466dd8;font-size:2.4em;font-weight:700;line-height:1;word-break:break-all}.llms-widget h2{font-size:1.8em}.llms-widget .llms-label{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:18px;font-weight:400;margin:0 0 10px 0;text-align:center}.llms-widget .llms-chart{width:100%;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.llms-widget mark.yes{background-color:#7ad03a}.llms-widget .llms-subtitle{margin-bottom:0}.llms-widget .spinner{float:none;left:50%;margin:-10px 0 0 -10px;position:absolute;top:50%;z-index:2}.llms-widget.is-loading:before{background:#fefefe;bottom:0;content:"";left:0;opacity:.9;position:absolute;right:0;top:0;z-index:1}.llms-widget.is-loading .spinner{visibility:visible}.llms-widget td[colspan="2"]{padding-left:0}.llms-widget tr.llms-disabled-field{opacity:.5;pointer-events:none}.llms-widget-1-3,.llms-widget-1-4,.llms-widget-1-5{text-align:center}.llms-widget .llms-widget-info-toggle{color:#aaa;cursor:pointer;font-size:16px;position:absolute;right:20px;top:20px}.llms-widget.info-showing .llms-widget-info{display:block}.llms-widget-info{background:#444;color:#fefefe;bottom:-50px;display:none;padding:15px;position:absolute;text-align:center;left:10px;right:15px;z-index:3}.llms-widget-info:before{content:"";border:12px solid rgba(0,0,0,0);border-bottom-color:#444;left:50%;margin-left:-12px;position:absolute;top:-24px}.llms-widget-info p{margin:0}.llms-widget-row:before,.llms-widget-row:after{content:" ";display:table}.llms-widget-row:after{clear:both}.llms-widget-row .no-padding{padding:0 !important}svg.icon{height:24px;width:24px;display:inline-block;fill:currentColor;vertical-align:baseline}button svg.icon{height:18px;width:18px;margin:4px -4px 0 4px;-webkit-filter:drop-shadow(0 1px #eee);filter:drop-shadow(0 1px #eee);float:right}svg.icon.menu-icon{height:20px;width:20px;display:inline-block;fill:currentColor;vertical-align:text-bottom;margin-right:10px}svg.icon.tree-icon{height:13px;width:13px;vertical-align:middle}svg.icon.section-icon{height:16px;width:16px;vertical-align:text-bottom}svg.icon.button-icon{height:16px;width:16px;vertical-align:text-bottom}svg.icon.button-icon-attr{height:10px;width:10px;vertical-align:middle}svg.icon.list-icon{height:12px;width:12px;vertical-align:middle}svg.icon.list-icon.on{color:#466dd8}svg.icon.list-icon.off{color:#444}svg.icon.detail-icon{height:16px;width:16px;vertical-align:text-bottom;cursor:default}svg.icon.detail-icon.on{color:#466dd8}svg.icon.detail-icon.off{color:#ccc}svg.icon-ion-arrow-up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}svg use{pointer-events:none}#side-sortables .tab-content{padding:0}.llms-mb-container .tab-content{display:none;background-color:#fff;padding:0 20px}.llms-mb-container .tab-content ul:not(.select2-selection__rendered){margin:0 0 15px 0}.llms-mb-container .tab-content ul:not(.select2-selection__rendered)>li{padding:20px 0;margin:0}.llms-mb-container .tab-content ul:not(.select2-selection__rendered)>li.select:not([class*=d-]){width:100%}.llms-mb-container .tab-content ul:not(.select2-selection__rendered)>li:last-child{border:0;padding-bottom:0}.llms-mb-container .tab-content ul:not(.select2-selection__rendered)>li.top{border-bottom:0;padding-bottom:0}.llms-mb-container .tab-content .full-width{width:100%}.llms-mb-container .tab-content #wp-content-editor-tools{background:none}.llms-mb-container .tab-content.llms-active{display:inherit}.llms-mb-container .tab-content .no-border{border-bottom:0px}.topModal{display:none;position:relative;border:4px solid gray;background:#fff;z-index:1000001;padding:2px;max-width:500px;margin:34px auto 0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-color:#fff;border-radius:2px;border:1px solid #ddd}.topModalClose{float:right;cursor:pointer;margin-right:10px;margin-top:10px}.topModalContainer{display:none;overflow:auto;overflow-y:hidden;position:fixed;top:0 !important;right:0;bottom:0;left:0;-webkit-overflow-scrolling:touch;width:auto !important;margin-left:0 !important;background-color:rgba(0,0,0,0) !important;z-index:100002 !important}.topModalBackground{display:none;background:#000;position:fixed;height:100%;width:100%;top:0 !important;left:0;margin-left:0 !important;z-index:100002 !important;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:auto;overflow-y:hidden}body.modal-open{overflow:hidden}.llms-modal-header{border-top-right-radius:1px;border-top-left-radius:1px;background:#466dd8;color:#eee;padding:10px 15px;font-size:18px}#llms-icon-modal-close{width:16px;height:16px;fill:#fefefe}.llms-modal-content{padding:20px}.llms-modal-content h3{margin-top:0}.llms-modal-form h1{margin-top:0}.llms-modal-form input[type=text]{width:100%}.llms-modal-form textarea,.llms-modal-form input[type=text],.llms-modal-form input[type=password],.llms-modal-form input[type=file],.llms-modal-form input[type=datetime],.llms-modal-form input[type=datetime-local],.llms-modal-form input[type=date],.llms-modal-form input[type=month],.llms-modal-form input[type=time],.llms-modal-form input[type=week],.llms-modal-form input[type=number],.llms-modal-form input[type=email],.llms-modal-form input[type=url],.llms-modal-form input[type=search],.llms-modal-form input[type=tel],.llms-modal-form input[type=color]{padding:0 .4em 0 .4em;margin-bottom:2em;vertical-align:middle;border-radius:3px;min-width:50px;max-width:635px;width:100%;min-height:32px;background-color:#fff;border:1px solid #ccc;margin:0 0 24px 0;outline:none;-webkit-transition:border .3s ease-in-out 0s;transition:border .3s ease-in-out 0s}.llms-modal-form textarea:focus,.llms-modal-form input[type=text]:focus,.llms-modal-form input[type=password]:focus,.llms-modal-form input[type=file]:focus,.llms-modal-form input[type=datetime]:focus,.llms-modal-form input[type=datetime-local]:focus,.llms-modal-form input[type=date]:focus,.llms-modal-form input[type=month]:focus,.llms-modal-form input[type=time]:focus,.llms-modal-form input[type=week]:focus,.llms-modal-form input[type=number]:focus,.llms-modal-form input[type=email]:focus,.llms-modal-form input[type=url]:focus,.llms-modal-form input[type=search]:focus,.llms-modal-form input[type=tel]:focus,.llms-modal-form input[type=color]:focus{background:#fefefe;border:1px solid #466dd8}.llms-modal-form textarea{padding:.4em !important;height:100px !important;border-radius:3px;vertical-align:middle;min-height:32px;outline:none;-webkit-box-sizing:border-box;box-sizing:border-box}.llms-modal-form textarea:focus{background:#fefefe;border:1px solid #466dd8}.llms-modal-form .chosen-container-single .chosen-single{border-radius:3px;vertical-align:middle;min-height:32px;border:1px solid #ccc;width:100%;background:#fefefe !important;outline:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 0 0 #fff;box-shadow:0 0 0 #fff;line-height:32px;margin:0 0 24px 0}.llms-modal-form .chosen-container-single .chosen-single:focus{background:#fefefe;border:1px solid #466dd8}.llms-modal-form .chosen-container-single .chosen-single div b{margin-top:4px}.llms-modal-form .chosen-search input[type=text]{border:1px solid #ccc}.llms-modal-form .chosen-search input[type=text]:focus{background-color:#fefefe;border:1px solid #466dd8}.llms-modal-form .chosen-container-single .chosen-drop{margin-top:-28px}.llms-modal-form .llms-button-primary,.llms-modal-form .llms-button-secondary{padding:10px 10px;border-radius:0;-webkit-transition:.5s;transition:.5s;-webkit-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc}.llms-modal-form .llms-button-primary.full,.llms-modal-form .llms-button-secondary.full{width:100%}.modal-open .select2-dropdown{z-index:1000005}.button.llms-merge-code-button{vertical-align:middle}.button.llms-merge-code-button svg{margin-right:2px;position:relative;top:4px;width:16px}.button.llms-merge-code-button svg g{fill:currentColor}.llms-mb-container .llms-merge-code-wrapper{float:right;top:-5px}.llms-merge-code-wrapper{display:inline;position:relative}.llms-merge-codes{background:#f7f7f7;border:1px solid #ccc;border-radius:3px;-webkit-box-shadow:0 1px 0 #ccc;box-shadow:0 1px 0 #ccc;color:#555;display:none;left:1px;overflow:hidden;position:absolute;top:30px;width:200px}.llms-merge-codes ul{margin:0;padding:0}.llms-merge-codes li{cursor:pointer;margin:0;padding:4px 8px !important;border-bottom:1px solid #ccc}.llms-merge-codes li:hover{color:#23282d;background:#fefefe}.llms-merge-codes.active{display:block;z-index:777}.llms-nav-tab,.llms-nav-tab-filters{display:block;width:100%}form.llms-nav-tab-filters.full-width{width:100%}form.llms-nav-tab-filters.full-width label{display:inline-block;width:10%;text-align:left}form.llms-nav-tab-filters.full-width .select2-container{width:85% !important}.llms-nav-tab-settings{display:block;width:100%}#llms-form-wrapper .llms-select{width:100%;margin-bottom:20px}#llms-form-wrapper .llms-checkbox{display:inline-block;width:100%;text-align:left}#llms-form-wrapper .llms-filter-options{width:100%}#llms-form-wrapper .llms-date-select{width:100%;display:inline-block;margin-bottom:20px}#llms-form-wrapper .llms-date-select input[type=text]{width:100%}ul.tabs li{display:block}@media only screen and (min-width: 481px){#llms-form-wrapper .llms-checkbox{width:33%}}@media only screen and (min-width: 768px){ul.tabs li{display:inline-block}.llms-nav-tab{display:inline-block;width:33%}.llms-nav-tab-settings{display:inline-block;width:25%}#llms-form-wrapper .llms-select{width:50%;max-width:500px}#llms-form-wrapper .llms-filter-options{width:50%;max-width:500px}#llms-form-wrapper .llms-date-select{width:47.5%}#llms-form-wrapper .llms-date-select:first-child{margin-right:5%}.llms-widget input[type=text],.llms-widget input[type=password],.llms-widget input[type=datetime],.llms-widget input[type=datetime-local],.llms-widget input[type=date],.llms-widget input[type=month],.llms-widget input[type=time],.llms-widget input[type=week],.llms-widget input[type=number],.llms-widget input[type=email],.llms-widget input[type=url],.llms-widget input[type=search],.llms-widget input[type=tel],.llms-widget input[type=color],.llms-widget select,.llms-widget textarea{width:50%}.llms-widget input[type=text].medium,.llms-widget input[type=password].medium,.llms-widget input[type=datetime].medium,.llms-widget input[type=datetime-local].medium,.llms-widget input[type=date].medium,.llms-widget input[type=month].medium,.llms-widget input[type=time].medium,.llms-widget input[type=week].medium,.llms-widget input[type=number].medium,.llms-widget input[type=email].medium,.llms-widget input[type=url].medium,.llms-widget input[type=search].medium,.llms-widget input[type=tel].medium,.llms-widget input[type=color].medium,.llms-widget select.medium,.llms-widget textarea.medium{width:30%}.llms-widget input[type=text].small,.llms-widget input[type=password].small,.llms-widget input[type=datetime].small,.llms-widget input[type=datetime-local].small,.llms-widget input[type=date].small,.llms-widget input[type=month].small,.llms-widget input[type=time].small,.llms-widget input[type=week].small,.llms-widget input[type=number].small,.llms-widget input[type=email].small,.llms-widget input[type=url].small,.llms-widget input[type=search].small,.llms-widget input[type=tel].small,.llms-widget input[type=color].small,.llms-widget select.small,.llms-widget textarea.small{width:20%}.llms-widget input[type=text].tiny,.llms-widget input[type=password].tiny,.llms-widget input[type=datetime].tiny,.llms-widget input[type=datetime-local].tiny,.llms-widget input[type=date].tiny,.llms-widget input[type=month].tiny,.llms-widget input[type=time].tiny,.llms-widget input[type=week].tiny,.llms-widget input[type=number].tiny,.llms-widget input[type=email].tiny,.llms-widget input[type=url].tiny,.llms-widget input[type=search].tiny,.llms-widget input[type=tel].tiny,.llms-widget input[type=color].tiny,.llms-widget select.tiny,.llms-widget textarea.tiny{width:10%}}@media only screen and (min-width: 1030px){.llms-nav-tab{display:inline-block;width:33.333%}.llms-nav-tab-settings{display:inline-block;width:25%}#llms-form-wrapper .llms-select{display:inline-block;width:47.5%}#llms-form-wrapper .llms-select:first-child{margin-right:5%}#llms-form-wrapper .llms-filter-options{display:inline-block;width:47.5%}#llms-form-wrapper .llms-filter-options.date-filter{margin-right:5%}#llms-form-wrapper .llms-filter-options .llms-date-select{margin-bottom:0}#llms-form-wrapper .llms-date-select{width:47.5%}#llms-form-wrapper .llms-date-select:first-child{margin-right:5%}.llms-widget-row:before,.llms-widget-row:after{content:" ";display:table}.llms-widget-row:after{clear:both}.llms-widget-row .llms-widget-1-5{vertical-align:top;width:20%;float:left;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 5px}.llms-widget-row .llms-widget-1-4{vertical-align:top;width:25%;float:left;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 5px}.llms-widget-row .llms-widget-1-3{width:33.3%;float:left;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 5px}.llms-widget-row .llms-widget-1-2{width:50%;float:left;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 5px;vertical-align:top}}@media only screen and (min-width: 1240px){.llms-nav-tab-filters,.llms-nav-tab-settings{float:left;width:12.5%}}.wrap.lifterlms{margin-top:0}.llms-header{background-color:#fff;margin:0 0 0 -20px;padding:20px 10px;position:relative;z-index:1}.llms-header .llms-inside-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 10px}.llms-header .lifterlms-logo{-webkit-box-flex:0;-ms-flex:0 0 190px;flex:0 0 190px;max-height:52px;margin-right:10px}.llms-header .llms-meta{-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;line-height:1.5}.llms-header .llms-meta .llms-version{background-color:#1d2327;color:#fff;border-radius:999px;font-size:13px;font-weight:700;padding:6px 12px}.llms-header .llms-meta a{display:inline-block}.llms-header .llms-meta .llms-license{border-right:1px solid #ccc;font-weight:700;margin-right:12px;padding-right:12px}.llms-header .llms-meta .llms-license a{text-decoration:none}.llms-header .llms-meta .llms-license a:before{content:"";display:inline-block;font:400 16px/1 dashicons;left:0;padding-right:3px;position:relative;text-decoration:none;vertical-align:text-bottom}.llms-header .llms-meta .llms-license a.llms-license-none{color:#888}.llms-header .llms-meta .llms-license a.llms-license-none:before{content:""}.llms-header .llms-meta .llms-license a.llms-license-active{color:#008a20}.llms-header .llms-meta .llms-license a.llms-license-active:before{content:""}.llms-header .llms-meta .llms-support{font-weight:700}.llms-header .llms-meta .llms-support a{color:#1d2327;text-decoration:none}.llms-subheader{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-left:-20px;padding:10px 20px;width:100%;z-index:1}.llms-subheader h1{font-weight:700;padding:0}.llms-subheader h1 a{color:inherit;text-decoration:none}#post_course_difficulty{min-width:200px}#_video-embed,#_audio-embed{width:100%}hr{background-color:#ccc;border:none;height:1px;margin:30px 0;padding:0}.llms_certificate_default_image,.llms_certificate_image{width:300px}.llms_achievement_default_image,.llms_achievement_image{width:120px}div[id^=lifterlms-] .inside{overflow:visible}.notice.llms-admin-notice{background-color:#fff;border:1px solid #ccd0d4;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.15);box-shadow:0 1px 4px rgba(0,0,0,.15);display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 !important;position:relative}.notice.llms-admin-notice .notice-dismiss{text-decoration:none}.notice.llms-admin-notice.notice-warning{border-left:4px solid #f8954f}.notice.llms-admin-notice.notice-warning .llms-admin-notice-icon{background-color:#fef4ed}.notice.llms-admin-notice.notice-info{border-left:4px solid #466dd8}.notice.llms-admin-notice.notice-info h3{color:#466dd8}.notice.llms-admin-notice.notice-info .llms-admin-notice-icon{background-color:#edf0fb}.notice.llms-admin-notice.notice-success{border-left:4px solid #18a957}.notice.llms-admin-notice.notice-success h3{color:#18a957}.notice.llms-admin-notice.notice-success .llms-admin-notice-icon{background-color:#e8f6ee}.notice.llms-admin-notice.notice-error{border-left:4px solid #df1642}.notice.llms-admin-notice.notice-error h3{color:#9c0f2e}.notice.llms-admin-notice.notice-error .llms-admin-notice-icon{background-color:#fce8ec}.notice.llms-admin-notice .llms-admin-notice-icon{background-image:url(../../assets/images/lifterlms-icon-color.png);background-position:center center;background-repeat:no-repeat;background-size:30px;min-width:70px}.notice.llms-admin-notice .llms-admin-notice-content{color:#111;padding:20px}.notice.llms-admin-notice h3{font-size:18px;font-weight:700;line-height:25px;margin:0 0 15px 0}.notice.llms-admin-notice button,.notice.llms-admin-notice .llms-button-primary{display:inline-block}.notice.llms-admin-notice p{font-size:14px;line-height:22px;margin:0 0 15px 0;max-width:65em;padding:0}.notice.llms-admin-notice p:last-of-type{margin-bottom:0}.llms-button-action.small .dashicons,.llms-button-danger.small .dashicons,.llms-button-primary.small .dashicons,.llms-button-secondary.small .dashicons{font-size:13px;height:13px;width:13px}.llms-button-action:hover,.llms-button-danger:hover,.llms-button-primary:hover,.llms-button-secondary:hover{-webkit-box-shadow:none;box-shadow:none}a.llms-view-as{line-height:2;margin-right:8px}.llms-image-field-preview{max-height:80px;vertical-align:middle;width:auto}.llms-image-field-remove.hidden{display:none}.llms-log-viewer{background:#fff;border:1px solid #e5e5e5;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04);margin:20px 0;padding:25px}.llms-log-viewer pre{font-family:monospace;margin:0;padding:0;white-space:pre-wrap}.llms-status--tools .llms-table{background:#fff;border:1px solid #e5e5e5;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04)}.llms-status--tools .llms-table td,.llms-status--tools .llms-table th{padding:10px;vertical-align:top}.llms-status--tools .llms-table th{width:28%}.llms-status--tools .llms-table p{margin:0 0 10px}.llms-error{color:#e5554e;font-style:italic}.llms-rating-stars{color:#ffb900;text-decoration:none}@media screen and (max-width: 782px){.llms-header{top:46px}.llms-header .llms-inside-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.llms-header .llms-inside-wrap .lifterlms-logo{-ms-flex-item-align:center;align-self:center;-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit;max-height:initial;max-width:200px}.llms-header .llms-inside-wrap .llms-meta{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}}.llms-table-wrap{position:relative}.llms-table-header{padding:0}.llms-table-header:before,.llms-table-header:after{content:" ";display:table}.llms-table-header:after{clear:both}.llms-table-header h2{font-size:20px;padding:0;display:inline-block;line-height:1.5;margin:0 0 20px 0;vertical-align:middle}.llms-table-header .llms-table-search,.llms-table-header .llms-table-filters{float:right;padding-left:10px}.llms-table-header .llms-table-search input{margin:0;padding:0 8px}.llms-table{border:1px solid #c3c4c7;border-collapse:collapse;width:100%}.llms-table a:not(.small){color:#466dd8}.llms-table a:not(.small):hover{color:#2b55cb}.llms-table td,.llms-table th{border-bottom:1px solid #c3c4c7;padding:10px 12px;text-align:center}.llms-table td.expandable.closed,.llms-table th.expandable.closed{display:none}.llms-table td .llms-button-primary,.llms-table td .llms-button-secondary,.llms-table td .llms-button-action,.llms-table td .llms-button-danger,.llms-table th .llms-button-primary,.llms-table th .llms-button-secondary,.llms-table th .llms-button-action,.llms-table th .llms-button-danger{display:inline-block}.llms-table tr.llms-quiz-pending td{font-weight:700}.llms-table thead th,.llms-table tfoot th{background-color:#fff;font-weight:700}.llms-table thead th a.llms-sortable,.llms-table tfoot th a.llms-sortable{padding-right:16px;position:relative;text-decoration:none;width:100%}.llms-table thead th a.llms-sortable.active[data-order=DESC] .asc,.llms-table tfoot th a.llms-sortable.active[data-order=DESC] .asc{opacity:1}.llms-table thead th a.llms-sortable.active[data-order=ASC] .desc,.llms-table tfoot th a.llms-sortable.active[data-order=ASC] .desc{opacity:1}.llms-table thead th a.llms-sortable:hover[data-order=DESC] .asc,.llms-table tfoot th a.llms-sortable:hover[data-order=DESC] .asc{opacity:0}.llms-table thead th a.llms-sortable:hover[data-order=DESC] .desc,.llms-table tfoot th a.llms-sortable:hover[data-order=DESC] .desc{opacity:1}.llms-table thead th a.llms-sortable:hover[data-order=ASC] .asc,.llms-table tfoot th a.llms-sortable:hover[data-order=ASC] .asc{opacity:1}.llms-table thead th a.llms-sortable:hover[data-order=ASC] .desc,.llms-table tfoot th a.llms-sortable:hover[data-order=ASC] .desc{opacity:0}.llms-table thead th a.llms-sortable .dashicons,.llms-table tfoot th a.llms-sortable .dashicons{color:#444;font-size:16px;height:16px;opacity:0;position:absolute;width:16px}.llms-table tfoot th{border-bottom:none}.llms-table tfoot th .llms-table-export{float:left}.llms-table tfoot th .llms-table-export .llms-table-progress{background:#efefef;display:none;margin-left:8px;vertical-align:middle;width:100px}.llms-table tfoot th .llms-table-pagination{float:right}.llms-table.zebra tbody tr:nth-child(even) th,.llms-table.zebra tbody tr:nth-child(even) td{background-color:#fff}.llms-table.zebra tbody tr:nth-child(odd) th,.llms-table.zebra tbody tr:nth-child(odd) td{background-color:#f6f7f7}.llms-table.text-left td,.llms-table.text-left th{text-align:left}.llms-table.size-large td,.llms-table.size-large th{font-size:14px;padding:10px 12px}.llms-table .llms-drag-handle{color:#777;cursor:pointer;-webkit-transition:color .4s ease;transition:color .4s ease}.llms-table .llms-action-icon{color:#777;text-decoration:none}.llms-table .llms-action-icon .tooltip{cursor:pointer}.llms-table .llms-action-icon:hover{color:#466dd8}.llms-table .llms-action-icon.danger:hover{color:#e5554e}.llms-table .llms-table-page-count{font-size:12px;padding:0 5px}.llms-table-progress{text-align:center}.llms-table-progress .llms-table-progress-bar{background:#eee;border-radius:10px;height:16px;overflow:hidden;position:relative}.llms-table-progress .llms-table-progress-bar .llms-table-progress-inner{background:#466dd8;height:100%;-webkit-transition:width .2s ease;transition:width .2s ease}.llms-table-progress .llms-table-progress-text{color:#466dd8;font-size:12px;font-weight:700;line-height:16px}.llms-table.llms-gateway-table .status .fa,.llms-table.llms-integrations-table .status .fa{color:#466dd8;font-size:22px}.llms-table.llms-gateway-table .sort,.llms-table.llms-integrations-table .sort{cursor:move;text-align:center;width:10px}.llms-gb-table-notifications th,.llms-gb-table-notifications td{text-align:left}.llms-order-note .llms-order-note-content{background:#efefef;margin-bottom:10px;padding:10px;position:relative}.llms-order-note .llms-order-note-content:after{border-style:solid;border-color:#efefef rgba(0,0,0,0);border-width:10px 10px 0 0;bottom:-10px;content:"";display:block;height:0;left:20px;position:absolute;width:0}.llms-order-note .llms-order-note-content p{font-size:13px;margin:0;line-height:1.5}.llms-order-note .llms-order-note-meta{color:#999;font-size:11px;margin-left:10px}.llms-mb-list label{font-size:15px;font-weight:700;line-height:1.5;display:block;width:100%}.llms-mb-list .description{margin-bottom:8px}.llms-mb-list .input-full{width:100%}#poststuff .llms-metabox h2,#poststuff .llms-metabox h3,#poststuff .llms-metabox h6{margin:0;padding:0}#poststuff .llms-metabox h2{font-size:18px;font-weight:700}#poststuff .llms-metabox h3{color:#777;font-size:16px}#poststuff .llms-metabox h4{border-bottom:1px solid #e5e5e5;padding:0;margin:0}#poststuff .llms-metabox .llms-transaction-test-mode{background:#ffffd7;font-style:italic;left:0;padding:2px;position:absolute;right:0;top:0;text-align:center}#poststuff .llms-metabox a.llms-editable,#poststuff .llms-metabox .llms-metabox-icon,#poststuff .llms-metabox button.llms-editable{color:#999;text-decoration:none}#poststuff .llms-metabox a.llms-editable:hover,#poststuff .llms-metabox .llms-metabox-icon:hover,#poststuff .llms-metabox button.llms-editable:hover{color:#466dd8}#poststuff .llms-metabox button.llms-editable{border:none;background:none;cursor:pointer;padding:0;vertical-align:top}#poststuff .llms-metabox h4 button.llms-editable{float:right}#poststuff .llms-metabox .llms-table{margin-top:10px}.llms-metabox-section{background:#fff;margin-top:25px;position:relative}.llms-metabox-section.no-top-margin{margin-top:0}.llms-metabox-section .llms-metabox-field{margin:15px 0;position:relative}.llms-metabox-section .llms-metabox-field label{color:#777;display:block;margin-bottom:5px;font-weight:500;vertical-align:baseline}.llms-metabox-section .llms-metabox-field select,.llms-metabox-section .llms-metabox-field textarea,.llms-metabox-section .llms-metabox-field input[type=text],.llms-metabox-section .llms-metabox-field input[type=number]{width:100%}.llms-metabox-section .llms-metabox-field input.md-text{width:105px}.llms-metabox-section .llms-metabox-field input.sm-text{width:45px}.llms-metabox-section .llms-metabox-field .llms-datetime-field .llms-date-input{width:95px}.llms-metabox-section .llms-metabox-field .llms-datetime-field .llms-time-input{width:45px}.llms-metabox-section .llms-metabox-field .llms-datetime-field em{font-style:normal;padding:0 3px}.llms-collapsible{border:1px solid #e5e5e5;position:relative;margin-top:0;margin-bottom:-1px}.llms-collapsible:last-child{margin-bottom:0}.llms-collapsible.opened .llms-collapsible-header .dashicons-arrow-down{display:none}.llms-collapsible.opened .llms-collapsible-header .dashicons-arrow-up{display:inline}.llms-collapsible .llms-collapsible-header{padding:10px}.llms-collapsible .llms-collapsible-header h3{color:#777;margin:0;font-size:16px}.llms-collapsible .llms-collapsible-header .dashicons-arrow-up{display:inline}.llms-collapsible .llms-collapsible-header .dashicons-arrow-up{display:none}.llms-collapsible .llms-collapsible-header a{text-decoration:none}.llms-collapsible .llms-collapsible-header .dashicons{color:#777;cursor:pointer;-webkit-transition:color .4s ease;transition:color .4s ease}.llms-collapsible .llms-collapsible-header .dashicons:hover{color:#466dd8}.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning,.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning:hover,.llms-collapsible .llms-collapsible-header .dashicons.dashicons-trash:hover,.llms-collapsible .llms-collapsible-header .dashicons.dashicons-no:hover{color:#e5554e}.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning.medium-danger,.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning.medium-danger:hover{color:#ff922b}.llms-collapsible .llms-collapsible-body{display:none;padding:10px}._llms_instructors_data.repeater .llms-repeater-rows .llms-repeater-row:first-child .llms-repeater-remove{display:none}._llms_instructors_data.repeater .llms-mb-list{padding:0 5px !important}.post-type-llms_order #post-body-content{display:none}#lifterlms-order-details .handlediv,#lifterlms-order-details .handlediv.button-link,#lifterlms-order-details .postbox-header{display:none}#lifterlms-order-details .inside{padding:20px;margin-top:0}.llms-table tbody tr.llms-txn-failed td{background-color:rgba(229,85,78,.5);border-bottom-color:rgba(229,85,78,.5)}.llms-table tbody tr.llms-txn-refunded td{background-color:rgba(255,165,0,.5);border-bottom-color:rgba(255,165,0,.5)}.llms-txn-refund-form .llms-metabox-section,.llms-manual-txn-form .llms-metabox-section{margin-top:0}.llms-txn-refund-form .llms-metabox-field,.llms-manual-txn-form .llms-metabox-field{text-align:right}.llms-txn-refund-form .llms-metabox-field input[type=number],.llms-manual-txn-form .llms-metabox-field input[type=number]{max-width:100px}.llms-txn-refund-form .llms-metabox-field input[type=text],.llms-manual-txn-form .llms-metabox-field input[type=text]{max-width:340px}.llms-manual-txn-form{background-color:#eaeaea}.llms-manual-txn-form .llms-metabox-section{background-color:#eaeaea}#llms-remaining-edit{display:none}.llms-remaining-edit--content label,.llms-remaining-edit--content span,.llms-remaining-edit--content textarea{display:block}.llms-remaining-edit--content label{margin-bottom:20px}.llms-remaining-edit--content textarea,.llms-remaining-edit--content input{width:100%}.submitbox .llms-mb-section,.llms-award-engagement-submitbox .llms-mb-list{margin-bottom:12px}.submitbox .llms-mb-section:last-of-type,.llms-award-engagement-submitbox .llms-mb-list:last-of-type{margin-bottom:0}.sync-action:before,.submitbox .llms-mb-section.student-info:before,.submitbox .llms-mb-section.post_author_override label:before,.llms-award-engagement-submitbox .llms-mb-list.student-info:before,.llms-award-engagement-submitbox .llms-mb-list.post_author_override label:before{font:normal 20px/1 dashicons;speak:never;display:inline-block;margin-left:-1px;padding-right:3px;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;top:-1px;color:#8c8f94}body:not(.admin-color-fresh) .sync-action:before,body:not(.admin-color-fresh) .submitbox .llms-mb-section.student-info:before,body:not(.admin-color-fresh) .submitbox .llms-mb-section.post_author_override label:before,body:not(.admin-color-fresh) .llms-award-engagement-submitbox .llms-mb-list.student-info:before,body:not(.admin-color-fresh) .llms-award-engagement-submitbox .llms-mb-list.post_author_override label:before{color:currentColor}.submitbox .llms-mb-section.student-info:before,.submitbox .llms-mb-section.post_author_override label:before,.llms-award-engagement-submitbox .llms-mb-list.student-info:before,.llms-award-engagement-submitbox .llms-mb-list.post_author_override label:before{content:""}.sync-action:before{content:"";color:#fff}.submitbox .llms-mb-section.post_author_override label,.llms-award-engagement-submitbox .llms-mb-list.post_author_override label{display:inline-block;width:auto}.llms-metabox #llms-new-access-plan-model{display:none}.llms-metabox .llms-access-plans{margin-top:10px}.llms-metabox .llms-access-plans>.llms-no-plans-msg{display:none}.llms-metabox .llms-access-plans>.llms-no-plans-msg:last-child{-webkit-box-shadow:inset 0 0 0 1px #e5e5e5;box-shadow:inset 0 0 0 1px #e5e5e5;display:block;text-align:center;padding:10px}.llms-metabox .llms-access-plans.dragging{background:#efefef;-webkit-box-shadow:inset 0 0 0 1px #e5e5e5;box-shadow:inset 0 0 0 1px #e5e5e5}.llms-metabox .llms-access-plans .llms-spinning{z-index:1}.llms-metabox .llms-access-plans .llms-invalid{border-color:#e5554e}.llms-metabox .llms-access-plans .llms-invalid .dashicons-warning{display:inline}.llms-metabox .llms-access-plans .llms-needs-attention .dashicons-warning.medium-danger{display:inline}.llms-metabox .llms-access-plans .dashicons-warning{display:none}.llms-metabox .llms-access-plan{text-align:left}.llms-metabox .llms-access-plan [data-tip]:before{text-align:center}.llms-metabox .llms-access-plan .llms-plan-link,.llms-metabox .llms-access-plan [data-controller]{display:none}.llms-metabox .llms-access-plan:hover .llms-plan-link,.llms-metabox .llms-access-plan.opened .llms-plan-link{display:inline-block}.llms-metabox .llms-access-plan .llms-metabox-field{margin:5px 0}.llms-metabox .llms-access-plan .llms-required{color:#e5554e;margin-left:3px}.llms-metabox .llms-access-plan .notice{margin-left:0}.llms-metabox-students .llms-table tr .name{text-align:left}.llms-metabox-students .llms-add-student:hover{color:#83c373}.llms-metabox-students .llms-remove-student:hover{color:#e5554e}.llms-mb-container .tab-content ul:not(.select2-selection__rendered).llms-mb-repeater-fields>li.llms-mb-list{border-bottom:none;padding:0 0 10px}.llms-mb-list.repeater .llms-repeater-rows{position:relative;margin-top:10px;min-height:10px}.llms-mb-list.repeater .llms-repeater-rows.dragging{background:#efefef;-webkit-box-shadow:inset 0 0 0 1px #e5e5e5;box-shadow:inset 0 0 0 1px #e5e5e5}.llms-mb-list.repeater .llms-repeater-row{background:#fff}.llms-mb-list.repeater .llms-mb-repeater-footer{text-align:right;margin-top:20px}.llms-mb-list.repeater .tmce-active .wp-editor-area{color:#32373c}.llms-builder-launcher p{margin-top:0}.llms-builder-launcher ol{margin-top:-6px}.llms-builder-launcher .llms-button-primary{-webkit-box-sizing:border-box;box-sizing:border-box}.wp-list-table .llms-status{border-radius:3px;border-bottom:1px solid #fff;display:inline-block;font-size:80%;padding:3px 6px;vertical-align:middle}.wp-list-table .llms-status.llms-size--large{font-size:105%;padding:6px 12px}.wp-list-table .llms-status.llms-active,.wp-list-table .llms-status.llms-completed,.wp-list-table .llms-status.llms-pass,.wp-list-table .llms-status.llms-txn-succeeded{color:#1f3818;background-color:#83c373}.wp-list-table .llms-status.llms-fail,.wp-list-table .llms-status.llms-failed,.wp-list-table .llms-status.llms-expired,.wp-list-table .llms-status.llms-cancelled,.wp-list-table .llms-status.llms-txn-failed{color:#5a110d;background-color:#e5554e}.wp-list-table .llms-status.llms-incomplete,.wp-list-table .llms-status.llms-on-hold,.wp-list-table .llms-status.llms-pending,.wp-list-table .llms-status.llms-pending-cancel,.wp-list-table .llms-status.llms-refunded,.wp-list-table .llms-status.llms-txn-pending,.wp-list-table .llms-status.llms-txn-refunded{color:#664200;background-color:orange}#lifterlms-order-transactions .llms-table tfoot th{text-align:right}.llms-post-table-post-filter{display:inline-block;margin-right:6px;max-width:100%;width:220px}.llms-nav-tab-wrapper{background:#466dd8;margin:20px 0}.llms-nav-tab-wrapper.llms-nav-secondary{background:#e1e1e1}.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item{margin:0}.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover,.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link{background:#cdcdcd}.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link{color:#414141;font-size:15px;padding:8px 14px}.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link .dashicons{font-size:15px;height:15px;width:15px}.llms-nav-tab-wrapper.llms-nav-text{background:inherit}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-items{padding-left:0}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item{background:inherit;color:#646970}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item:last-child:after{display:none}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item:after{content:"|";display:inline-block;margin:0 8px 0 6px}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item .llms-nav-link:hover{background:inherit;color:#466dd8}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item.llms-active .llms-nav-link{background:inherit;color:#000;font-weight:600;text-decoration:none}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item .llms-nav-link{color:#466dd8;display:inline-block;letter-spacing:0;margin:0;padding:0;text-decoration:underline;text-transform:none}.llms-nav-tab-wrapper.llms-nav-style-tabs{background-color:#1c3987;margin:0;padding-top:8px}.llms-nav-tab-wrapper.llms-nav-style-tabs .llms-nav-item{margin:0 3px}.llms-nav-tab-wrapper.llms-nav-style-tabs .llms-nav-item .llms-nav-link{border-top-left-radius:4px;border-top-right-radius:4px}.llms-nav-tab-wrapper.llms-nav-style-tabs .llms-nav-item.llms-active .llms-nav-link{background-color:#fff;color:#466dd8;font-weight:700}.llms-nav-tab-wrapper.llms-nav-style-filters{background-color:#466dd8;border-radius:12px;margin:20px 0;overflow:hidden;padding:0}.llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:0}@media only screen and (min-width: 782px){.llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items .llms-nav-item{float:none}.llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items .llms-nav-item .llms-nav-link{padding:14px}.llms-nav-tab-wrapper .llms-nav-items{margin:0;padding-left:10px}.llms-nav-tab-wrapper .llms-nav-items:before,.llms-nav-tab-wrapper .llms-nav-items:after{content:" ";display:table}.llms-nav-tab-wrapper .llms-nav-items:after{clear:both}.llms-nav-tab-wrapper .llms-nav-item{margin:0}.llms-nav-tab-wrapper .llms-nav-item .llms-nav-link:hover{background:#466dd8}.llms-nav-tab-wrapper .llms-nav-item.llms-active .llms-nav-link{background:#1c3987}.llms-nav-tab-wrapper .llms-nav-item.llms-active .llms-nav-link{font-weight:400}@media only screen and (min-width: 768px){.llms-nav-tab-wrapper .llms-nav-item{float:left}.llms-nav-tab-wrapper .llms-nav-item.llms-nav-item-right{float:right}}.llms-nav-tab-wrapper .llms-nav-link{color:#fff;cursor:pointer;display:block;font-weight:400;font-size:15px;padding:9px 18px;text-align:center;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}#llms-options-page-contents h2{color:#999;font-weight:500;letter-spacing:2px;border-bottom:1px solid #999}.llms-reporting.wrap .llms-options-page-contents .llms-nav-tab-wrapper.llms-nav-secondary{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);margin:0;padding:0}.llms-reporting.wrap .llms-stab-title{color:#1c3987;font-size:36px;font-weight:300;margin-bottom:20px}.llms-reporting.wrap td.id a{text-decoration:none}.llms-reporting.wrap th.id,.llms-reporting.wrap td.id,.llms-reporting.wrap th.name,.llms-reporting.wrap td.name,.llms-reporting.wrap th.registered,.llms-reporting.wrap td.registered,.llms-reporting.wrap th.last_seen,.llms-reporting.wrap td.last_seen,.llms-reporting.wrap th.overall_progress,.llms-reporting.wrap td.overall_progress,.llms-reporting.wrap th.title,.llms-reporting.wrap td.title,.llms-reporting.wrap th.course,.llms-reporting.wrap td.course,.llms-reporting.wrap th.lesson,.llms-reporting.wrap td.lesson{text-align:left}.llms-reporting.wrap td.section-title{background:#eaeaea;text-align:left;font-weight:700;padding:16px 4px}.llms-reporting.wrap td.questions-table{text-align:left}.llms-reporting.wrap td.questions-table .correct,.llms-reporting.wrap td.questions-table .question,.llms-reporting.wrap td.questions-table .selected{text-align:left;max-width:300px}.llms-reporting.wrap td.questions-table .correct img,.llms-reporting.wrap td.questions-table .question img,.llms-reporting.wrap td.questions-table .selected img{height:auto;max-width:64px}.llms-reporting.wrap table.quiz-attempts{margin-bottom:40px}.llms-reporting.wrap.tab--students .llms-options-page-contents #llms-award-certificate-wrapper .components-button.is-secondary{background:#e1e1e1;border-radius:8px;-webkit-box-shadow:none;box-shadow:none;color:#414141;font-size:13px;font-weight:700;height:auto;padding:8px 14px}.llms-reporting.wrap.tab--enrollments .llms-nav-tab-wrapper.llms-nav-secondary,.llms-reporting.wrap.tab--sales .llms-nav-tab-wrapper.llms-nav-secondary{margin-bottom:0}.llms-reporting.wrap.tab--enrollments .llms-options-page-contents,.llms-reporting.wrap.tab--sales .llms-options-page-contents{-webkit-box-shadow:none;box-shadow:none;background:none;margin-top:20px;padding:0}.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form,.llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;gap:5px}.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form label,.llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form label{font-weight:700}.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form input,.llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form input{border:0;font-size:13px;margin:0;padding:0 4px;vertical-align:middle;width:110px}.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form .select2-container input,.llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form .select2-container input{width:100% !important}.llms-reporting.wrap.tab--enrollments .button.small,.llms-reporting.wrap.tab--sales .button.small{height:23px;line-height:23px}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters,.llms-reporting.wrap.tab--sales .llms-analytics-filters{display:none}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-inside-wrap,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-inside-wrap{background-color:#fff;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);margin:-20px 10px 20px 10px;padding:20px}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-items,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0}@media only screen and (min-width: 782px){.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-items,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-item,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-item{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-item label,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-item label{display:block;font-weight:700;margin:0 0 5px 0}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-item .select2-selection__rendered,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-item .select2-selection__rendered{word-wrap:break-word;text-overflow:inherit;white-space:normal}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters p,.llms-reporting.wrap.tab--sales .llms-analytics-filters p{margin:0;text-align:right}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters p .llms-button-primary,.llms-reporting.wrap.tab--sales .llms-analytics-filters p .llms-button-primary{display:inline-block}.llms-reporting.wrap .llms-reporting-tab.llms-reporting-quiz .llms-table-filter-wrap{width:160px}.llms-charts-wrapper{background-color:#fff;border:1px solid #dedede;border-radius:12px;-webkit-box-shadow:0px 0px 1px rgba(48,49,51,.05),0px 2px 4px rgba(48,49,51,.1);box-shadow:0px 0px 1px rgba(48,49,51,.05),0px 2px 4px rgba(48,49,51,.1);padding:20px}.llms-reporting-tab h1,.llms-reporting-tab h2,.llms-reporting-tab h3,.llms-reporting-tab h4,.llms-reporting-tab h5,.llms-reporting-tab h6{margin:0}.llms-reporting-tab h1 a,.llms-reporting-tab h2 a,.llms-reporting-tab h3 a,.llms-reporting-tab h4 a,.llms-reporting-tab h5 a,.llms-reporting-tab h6 a{color:#466dd8;text-decoration:none}.llms-reporting-tab h1 a:hover,.llms-reporting-tab h2 a:hover,.llms-reporting-tab h3 a:hover,.llms-reporting-tab h4 a:hover,.llms-reporting-tab h5 a:hover,.llms-reporting-tab h6 a:hover{color:#466dd8}.llms-reporting-tab h2{font-size:22px;line-height:1.5}.llms-reporting-tab h2.llms-table-title{margin-bottom:20px}.llms-reporting-tab h5{font-size:15px;line-height:1.5}.llms-reporting-tab .llms-reporting-body{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);margin:20px auto;padding:0}.llms-reporting-tab .llms-reporting-body .llms-reporting-stab{padding:30px}.llms-reporting-tab .llms-reporting-body .llms-reporting-stab .llms-table-header{margin:0}.llms-reporting-tab .llms-reporting-body .llms-gb-tab{padding:30px}.llms-reporting-tab .llms-reporting-body .llms-reporting-header{padding:30px;margin:0}.llms-reporting-tab .llms-reporting-body .llms-reporting-header .llms-reporting-header-img{border-radius:50%;display:inline-block;margin-right:10px;overflow:hidden;vertical-align:middle}.llms-reporting-tab .llms-reporting-body .llms-reporting-header .llms-reporting-header-img img{display:block;max-height:64px;width:auto}.llms-reporting-tab .llms-reporting-body .llms-reporting-header .llms-reporting-header-info{display:inline-block;vertical-align:middle}.llms-reporting-breadcrumbs{margin:0;padding:0}.llms-reporting-breadcrumbs a{color:#466dd8;font-size:15px;text-decoration:none}.llms-reporting-breadcrumbs a:hover{color:#2b55cb}.llms-reporting-breadcrumbs a:after{content:" > ";color:#646970}.llms-reporting-breadcrumbs a:last-child{color:#000;font-weight:700}.llms-reporting-breadcrumbs a:last-child:after{display:none}#llms-students-table .name{text-align:left}.llms-reporting-tab-content{display:-webkit-box;display:-ms-flexbox;display:flex}.llms-reporting-tab-content>header:before,.llms-reporting-tab-content>header:after{content:" ";display:table}.llms-reporting-tab-content>header:after{clear:both}.llms-reporting-tab-content h3{margin-bottom:20px}.llms-reporting-tab-content .llms-reporting-tab-filter{float:right;position:relative;margin-right:.75em;width:180px;top:-3px}.llms-reporting-tab-content .llms-reporting-tab-main{-webkit-box-flex:3;-ms-flex:3;flex:3;max-width:75%}.llms-reporting-tab-content .llms-reporting-tab-side{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:20px}.llms-reporting-tab-content>.llms-table-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}.llms-reporting-widgets:before,.llms-reporting-widgets:after{content:" ";display:table}.llms-reporting-widgets:after{clear:both}.llms-reporting-widget{border-top:4px solid #466dd8;background:#fafafa;margin-bottom:10px;padding:30px}.llms-reporting-widget:before,.llms-reporting-widget:after{content:" ";display:table}.llms-reporting-widget:after{clear:both}.llms-reporting-widget .fa{color:#999;float:left;font-size:32px;margin-right:10px}.llms-reporting-widget strong{color:#333;font-size:20px;line-height:1.2}.llms-reporting-widget.llms-reporting-student-address strong{line-height:1.1}.llms-reporting-widget sup,.llms-reporting-widget .llms-price-currency-symbol{font-size:75%;position:relative;top:-4px;vertical-align:baseline}.llms-reporting-widget small{font-size:13px}.llms-reporting-widget small.compare{margin-left:5px}.llms-reporting-widget small.compare.positive{color:#83c373}.llms-reporting-widget small.compare.negative{color:#e5554e}.llms-reporting-event{border-left:4px solid #555;background:#fafafa;font-size:11px;line-height:1.2;margin-bottom:.75em;padding:10px}.llms-reporting-event:before,.llms-reporting-event:after{content:" ";display:table}.llms-reporting-event:after{clear:both}.llms-reporting-event.color--blue{border-left-color:#466dd8}.llms-reporting-event.color--green,.llms-reporting-event._enrollment_trigger,.llms-reporting-event._is_complete.yes{border-left-color:#83c373}.llms-reporting-event.color--purple,.llms-reporting-event._status.enrolled{border-left-color:#845ef7}.llms-reporting-event.color--red,.llms-reporting-event._status.expired,.llms-reporting-event._status.cancelled{border-left-color:#e5554e}.llms-reporting-event.color--orange,.llms-reporting-event._achievement_earned,.llms-reporting-event._certificate_earned,.llms-reporting-event._email_sent{border-left-color:#ff922b}.llms-reporting-event time{color:#888}.llms-reporting-event .llms-student-avatar{margin-left:10px;float:right}.llms-reporting-event a{text-decoration:none;color:inherit}@media only screen and (min-width: 782px){.llms-reporting.wrap .llms-options-page-contents .llms-nav-tab-wrapper.llms-nav-secondary{margin-left:0;margin-right:0}}.llms-quiz-attempt-results{margin:0;padding:0;list-style-type:none}.llms-quiz-attempt-results .llms-quiz-attempt-question{background:#efefef;margin:0 0 10px;position:relative;list-style-type:none}.llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer{color:inherit;display:block;padding:10px 35px 10px 10px;text-decoration:none}.llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before,.llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after{content:" ";display:table}.llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after{clear:both}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct,.llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect{background:rgba(255,146,43,.2)}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct .llms-status-icon,.llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect .llms-status-icon{background-color:#ff922b}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct{background:rgba(131,195,115,.2)}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct .llms-status-icon{background-color:#83c373}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect{background:rgba(229,85,78,.2)}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect .llms-status-icon{background-color:#e5554e}.llms-quiz-attempt-results .llms-quiz-attempt-question pre{overflow:auto}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title{float:left;margin:0;line-height:1}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points{float:right;line-height:1}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip{position:absolute;right:-12px;top:-2px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon{color:rgba(255,255,255,.65);border-radius:50%;font-size:30px;height:40px;line-height:40px;text-align:center;width:40px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main{display:none;padding:0 10px 10px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-results-label{font-weight:700;margin-bottom:10px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers{margin:0;padding:0}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer{padding:0;margin:0 0 0 30px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer:only-child{list-style-type:none;margin-left:0}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main img{height:auto;max-width:200px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section{border-top:2px solid rgba(255,255,255,.5);margin-top:20px;padding-top:20px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-child{border-top:none;margin-top:0;padding-top:0}.llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers,.llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers{list-style-type:none;margin:0;padding:0}.llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer,.llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer{display:inline-block;list-style-type:none;margin:0;padding:5px}.llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed{opacity:.5}.llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed .llms-question-title{font-style:italic;font-weight:normal}.wrap.llms-reporting .llms-inside-wrap,.wrap.lifterlms-settings .llms-inside-wrap,.wrap.llms-status .llms-inside-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.wrap.llms-reporting .llms-inside-wrap .llms-nav-text,.wrap.lifterlms-settings .llms-inside-wrap .llms-nav-text,.wrap.llms-status .llms-inside-wrap .llms-nav-text{margin:0 auto}.wrap.llms-reporting .llms-subheader .llms-save,.wrap.lifterlms-settings .llms-subheader .llms-save,.wrap.llms-status .llms-subheader .llms-save{-webkit-box-flex:1;-ms-flex:auto;flex:auto;text-align:right}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);margin:0 -20px 20px -10px}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items{padding-left:0}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover{background:#f0f0f1;color:#222}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link{background:#fafafa;color:#466dd8;border-top-color:#466dd8}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link{font-weight:700}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link{border-top:2px solid rgba(0,0,0,0);padding:14px}.wrap.llms-reporting .llms-setting-group,.wrap.lifterlms-settings .llms-setting-group,.wrap.llms-status .llms-setting-group{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);margin:20px auto;padding:20px}.wrap.llms-reporting .llms-setting-group .llms-label,.wrap.lifterlms-settings .llms-setting-group .llms-label,.wrap.llms-status .llms-setting-group .llms-label{border-bottom:1px solid #efefef;font-weight:700;font-size:20px;padding:20px;margin:-20px -20px 20px}.wrap.llms-reporting .llms-setting-group .llms-label .llms-button-primary,.wrap.lifterlms-settings .llms-setting-group .llms-label .llms-button-primary,.wrap.llms-status .llms-setting-group .llms-label .llms-button-primary{margin-left:10px}.wrap.llms-reporting .llms-setting-group .llms-help-tooltip .dashicons,.wrap.lifterlms-settings .llms-setting-group .llms-help-tooltip .dashicons,.wrap.llms-status .llms-setting-group .llms-help-tooltip .dashicons{color:#444;cursor:help}.wrap.llms-reporting .llms-setting-group .form-table,.wrap.lifterlms-settings .llms-setting-group .form-table,.wrap.llms-status .llms-setting-group .form-table{margin:0}.wrap.llms-reporting .llms-setting-group .form-table tr:first-child .llms-subtitle,.wrap.lifterlms-settings .llms-setting-group .form-table tr:first-child .llms-subtitle,.wrap.llms-status .llms-setting-group .form-table tr:first-child .llms-subtitle{margin-top:0}.wrap.llms-reporting .llms-setting-group td[colspan="2"],.wrap.lifterlms-settings .llms-setting-group td[colspan="2"],.wrap.llms-status .llms-setting-group td[colspan="2"]{padding-top:0;padding-left:0}.wrap.llms-reporting .llms-setting-group tr.llms-disabled-field,.wrap.lifterlms-settings .llms-setting-group tr.llms-disabled-field,.wrap.llms-status .llms-setting-group tr.llms-disabled-field{opacity:.5;pointer-events:none}.wrap.llms-reporting .llms-setting-group p,.wrap.lifterlms-settings .llms-setting-group p,.wrap.llms-status .llms-setting-group p{font-size:14px}.wrap.llms-reporting .llms-setting-group input[type=text],.wrap.llms-reporting .llms-setting-group input[type=password],.wrap.llms-reporting .llms-setting-group input[type=datetime],.wrap.llms-reporting .llms-setting-group input[type=datetime-local],.wrap.llms-reporting .llms-setting-group input[type=date],.wrap.llms-reporting .llms-setting-group input[type=month],.wrap.llms-reporting .llms-setting-group input[type=time],.wrap.llms-reporting .llms-setting-group input[type=week],.wrap.llms-reporting .llms-setting-group input[type=number],.wrap.llms-reporting .llms-setting-group input[type=email],.wrap.llms-reporting .llms-setting-group input[type=url],.wrap.llms-reporting .llms-setting-group input[type=search],.wrap.llms-reporting .llms-setting-group input[type=tel],.wrap.llms-reporting .llms-setting-group input[type=color],.wrap.llms-reporting .llms-setting-group select,.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area),.wrap.lifterlms-settings .llms-setting-group input[type=text],.wrap.lifterlms-settings .llms-setting-group input[type=password],.wrap.lifterlms-settings .llms-setting-group input[type=datetime],.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local],.wrap.lifterlms-settings .llms-setting-group input[type=date],.wrap.lifterlms-settings .llms-setting-group input[type=month],.wrap.lifterlms-settings .llms-setting-group input[type=time],.wrap.lifterlms-settings .llms-setting-group input[type=week],.wrap.lifterlms-settings .llms-setting-group input[type=number],.wrap.lifterlms-settings .llms-setting-group input[type=email],.wrap.lifterlms-settings .llms-setting-group input[type=url],.wrap.lifterlms-settings .llms-setting-group input[type=search],.wrap.lifterlms-settings .llms-setting-group input[type=tel],.wrap.lifterlms-settings .llms-setting-group input[type=color],.wrap.lifterlms-settings .llms-setting-group select,.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area),.wrap.llms-status .llms-setting-group input[type=text],.wrap.llms-status .llms-setting-group input[type=password],.wrap.llms-status .llms-setting-group input[type=datetime],.wrap.llms-status .llms-setting-group input[type=datetime-local],.wrap.llms-status .llms-setting-group input[type=date],.wrap.llms-status .llms-setting-group input[type=month],.wrap.llms-status .llms-setting-group input[type=time],.wrap.llms-status .llms-setting-group input[type=week],.wrap.llms-status .llms-setting-group input[type=number],.wrap.llms-status .llms-setting-group input[type=email],.wrap.llms-status .llms-setting-group input[type=url],.wrap.llms-status .llms-setting-group input[type=search],.wrap.llms-status .llms-setting-group input[type=tel],.wrap.llms-status .llms-setting-group input[type=color],.wrap.llms-status .llms-setting-group select,.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area){width:50%}.wrap.llms-reporting .llms-setting-group input[type=text].medium,.wrap.llms-reporting .llms-setting-group input[type=password].medium,.wrap.llms-reporting .llms-setting-group input[type=datetime].medium,.wrap.llms-reporting .llms-setting-group input[type=datetime-local].medium,.wrap.llms-reporting .llms-setting-group input[type=date].medium,.wrap.llms-reporting .llms-setting-group input[type=month].medium,.wrap.llms-reporting .llms-setting-group input[type=time].medium,.wrap.llms-reporting .llms-setting-group input[type=week].medium,.wrap.llms-reporting .llms-setting-group input[type=number].medium,.wrap.llms-reporting .llms-setting-group input[type=email].medium,.wrap.llms-reporting .llms-setting-group input[type=url].medium,.wrap.llms-reporting .llms-setting-group input[type=search].medium,.wrap.llms-reporting .llms-setting-group input[type=tel].medium,.wrap.llms-reporting .llms-setting-group input[type=color].medium,.wrap.llms-reporting .llms-setting-group select.medium,.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area).medium,.wrap.lifterlms-settings .llms-setting-group input[type=text].medium,.wrap.lifterlms-settings .llms-setting-group input[type=password].medium,.wrap.lifterlms-settings .llms-setting-group input[type=datetime].medium,.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local].medium,.wrap.lifterlms-settings .llms-setting-group input[type=date].medium,.wrap.lifterlms-settings .llms-setting-group input[type=month].medium,.wrap.lifterlms-settings .llms-setting-group input[type=time].medium,.wrap.lifterlms-settings .llms-setting-group input[type=week].medium,.wrap.lifterlms-settings .llms-setting-group input[type=number].medium,.wrap.lifterlms-settings .llms-setting-group input[type=email].medium,.wrap.lifterlms-settings .llms-setting-group input[type=url].medium,.wrap.lifterlms-settings .llms-setting-group input[type=search].medium,.wrap.lifterlms-settings .llms-setting-group input[type=tel].medium,.wrap.lifterlms-settings .llms-setting-group input[type=color].medium,.wrap.lifterlms-settings .llms-setting-group select.medium,.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area).medium,.wrap.llms-status .llms-setting-group input[type=text].medium,.wrap.llms-status .llms-setting-group input[type=password].medium,.wrap.llms-status .llms-setting-group input[type=datetime].medium,.wrap.llms-status .llms-setting-group input[type=datetime-local].medium,.wrap.llms-status .llms-setting-group input[type=date].medium,.wrap.llms-status .llms-setting-group input[type=month].medium,.wrap.llms-status .llms-setting-group input[type=time].medium,.wrap.llms-status .llms-setting-group input[type=week].medium,.wrap.llms-status .llms-setting-group input[type=number].medium,.wrap.llms-status .llms-setting-group input[type=email].medium,.wrap.llms-status .llms-setting-group input[type=url].medium,.wrap.llms-status .llms-setting-group input[type=search].medium,.wrap.llms-status .llms-setting-group input[type=tel].medium,.wrap.llms-status .llms-setting-group input[type=color].medium,.wrap.llms-status .llms-setting-group select.medium,.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area).medium{width:30%}.wrap.llms-reporting .llms-setting-group input[type=text].small,.wrap.llms-reporting .llms-setting-group input[type=password].small,.wrap.llms-reporting .llms-setting-group input[type=datetime].small,.wrap.llms-reporting .llms-setting-group input[type=datetime-local].small,.wrap.llms-reporting .llms-setting-group input[type=date].small,.wrap.llms-reporting .llms-setting-group input[type=month].small,.wrap.llms-reporting .llms-setting-group input[type=time].small,.wrap.llms-reporting .llms-setting-group input[type=week].small,.wrap.llms-reporting .llms-setting-group input[type=number].small,.wrap.llms-reporting .llms-setting-group input[type=email].small,.wrap.llms-reporting .llms-setting-group input[type=url].small,.wrap.llms-reporting .llms-setting-group input[type=search].small,.wrap.llms-reporting .llms-setting-group input[type=tel].small,.wrap.llms-reporting .llms-setting-group input[type=color].small,.wrap.llms-reporting .llms-setting-group select.small,.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area).small,.wrap.lifterlms-settings .llms-setting-group input[type=text].small,.wrap.lifterlms-settings .llms-setting-group input[type=password].small,.wrap.lifterlms-settings .llms-setting-group input[type=datetime].small,.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local].small,.wrap.lifterlms-settings .llms-setting-group input[type=date].small,.wrap.lifterlms-settings .llms-setting-group input[type=month].small,.wrap.lifterlms-settings .llms-setting-group input[type=time].small,.wrap.lifterlms-settings .llms-setting-group input[type=week].small,.wrap.lifterlms-settings .llms-setting-group input[type=number].small,.wrap.lifterlms-settings .llms-setting-group input[type=email].small,.wrap.lifterlms-settings .llms-setting-group input[type=url].small,.wrap.lifterlms-settings .llms-setting-group input[type=search].small,.wrap.lifterlms-settings .llms-setting-group input[type=tel].small,.wrap.lifterlms-settings .llms-setting-group input[type=color].small,.wrap.lifterlms-settings .llms-setting-group select.small,.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area).small,.wrap.llms-status .llms-setting-group input[type=text].small,.wrap.llms-status .llms-setting-group input[type=password].small,.wrap.llms-status .llms-setting-group input[type=datetime].small,.wrap.llms-status .llms-setting-group input[type=datetime-local].small,.wrap.llms-status .llms-setting-group input[type=date].small,.wrap.llms-status .llms-setting-group input[type=month].small,.wrap.llms-status .llms-setting-group input[type=time].small,.wrap.llms-status .llms-setting-group input[type=week].small,.wrap.llms-status .llms-setting-group input[type=number].small,.wrap.llms-status .llms-setting-group input[type=email].small,.wrap.llms-status .llms-setting-group input[type=url].small,.wrap.llms-status .llms-setting-group input[type=search].small,.wrap.llms-status .llms-setting-group input[type=tel].small,.wrap.llms-status .llms-setting-group input[type=color].small,.wrap.llms-status .llms-setting-group select.small,.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area).small{width:20%}.wrap.llms-reporting .llms-setting-group input[type=text].tiny,.wrap.llms-reporting .llms-setting-group input[type=password].tiny,.wrap.llms-reporting .llms-setting-group input[type=datetime].tiny,.wrap.llms-reporting .llms-setting-group input[type=datetime-local].tiny,.wrap.llms-reporting .llms-setting-group input[type=date].tiny,.wrap.llms-reporting .llms-setting-group input[type=month].tiny,.wrap.llms-reporting .llms-setting-group input[type=time].tiny,.wrap.llms-reporting .llms-setting-group input[type=week].tiny,.wrap.llms-reporting .llms-setting-group input[type=number].tiny,.wrap.llms-reporting .llms-setting-group input[type=email].tiny,.wrap.llms-reporting .llms-setting-group input[type=url].tiny,.wrap.llms-reporting .llms-setting-group input[type=search].tiny,.wrap.llms-reporting .llms-setting-group input[type=tel].tiny,.wrap.llms-reporting .llms-setting-group input[type=color].tiny,.wrap.llms-reporting .llms-setting-group select.tiny,.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area).tiny,.wrap.lifterlms-settings .llms-setting-group input[type=text].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=password].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=datetime].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=date].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=month].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=time].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=week].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=number].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=email].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=url].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=search].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=tel].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=color].tiny,.wrap.lifterlms-settings .llms-setting-group select.tiny,.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area).tiny,.wrap.llms-status .llms-setting-group input[type=text].tiny,.wrap.llms-status .llms-setting-group input[type=password].tiny,.wrap.llms-status .llms-setting-group input[type=datetime].tiny,.wrap.llms-status .llms-setting-group input[type=datetime-local].tiny,.wrap.llms-status .llms-setting-group input[type=date].tiny,.wrap.llms-status .llms-setting-group input[type=month].tiny,.wrap.llms-status .llms-setting-group input[type=time].tiny,.wrap.llms-status .llms-setting-group input[type=week].tiny,.wrap.llms-status .llms-setting-group input[type=number].tiny,.wrap.llms-status .llms-setting-group input[type=email].tiny,.wrap.llms-status .llms-setting-group input[type=url].tiny,.wrap.llms-status .llms-setting-group input[type=search].tiny,.wrap.llms-status .llms-setting-group input[type=tel].tiny,.wrap.llms-status .llms-setting-group input[type=color].tiny,.wrap.llms-status .llms-setting-group select.tiny,.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area).tiny{width:10%}@media only screen and (min-width: 782px){.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link{background:#fff}}.wrap.llms-reporting #llms-mailhawk-connect,.wrap.lifterlms-settings #llms-mailhawk-connect,.wrap.llms-status #llms-mailhawk-connect{height:auto;margin:0 0 6px;position:relative}.wrap.llms-reporting #llms-mailhawk-connect .dashicons,.wrap.lifterlms-settings #llms-mailhawk-connect .dashicons,.wrap.llms-status #llms-mailhawk-connect .dashicons{margin:-4px 4px 0 0;vertical-align:middle}.wrap.llms-reporting #llms-sendwp-connect,.wrap.lifterlms-settings #llms-sendwp-connect,.wrap.llms-status #llms-sendwp-connect{height:auto;margin:0 0 6px;position:relative}.wrap.llms-reporting #llms-sendwp-connect .fa,.wrap.lifterlms-settings #llms-sendwp-connect .fa,.wrap.llms-status #llms-sendwp-connect .fa{margin-right:4px}@media only screen and (min-width: 782px){.wrap.lifterlms-settings .llms-subheader{height:40px;position:sticky;top:32px}.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary{margin:0 -20px 20px -22px}.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items{padding-left:10px}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary{margin:0 -20px 20px -22px}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items{padding-left:10px}.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary{margin:0 -20px 20px -22px}.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items{padding-left:10px}}.wrap.llms-dashboard .llms-inside-wrap{padding-top:30px}.wrap.llms-dashboard #poststuff h2{padding:12px 20px}.wrap.llms-dashboard .llms-dashboard-activity h2{font-size:20px;font-weight:700;line-height:1.5;margin-top:0;text-align:center}.wrap.llms-dashboard .postbox{background-color:#fff;border:none;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13)}.wrap.llms-dashboard .postbox .postbox-header{border-bottom-color:#efefef}.wrap.llms-dashboard .postbox .inside{padding:20px}.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap{margin-top:0}.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap .llms-add-on-item{margin-top:0}.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap .llms-add-on-item p{text-align:left}.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap .llms-add-on-item footer.llms-actions{padding-top:0}.wrap.llms-dashboard #llms_dashboard_addons p{text-align:center}.wrap.llms-dashboard #llms_dashboard_addons p .llms-button-primary{display:inline-block;margin-top:15px}.wrap.llms-dashboard #llms_dashboard_quick_links ul{list-style:disc;margin:5px 0 0 20px}.wrap.llms-dashboard #llms_dashboard_quick_links ul li{font-size:15px;line-height:1.5}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links{display:grid;grid-template-columns:1fr;grid-gap:30px}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links a{display:inline-block}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list h3{margin:0 0 10px 0}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list ul{margin-bottom:20px}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list ul.llms-checklist{list-style:none;margin-left:0}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .fa{text-align:center;width:16px}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .fa-check{color:#008a20}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .fa-times{color:#d63638}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .llms-button-primary,.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .llms-button-secondary,.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .llms-button-action{display:block;text-align:center}@media only screen and (min-width: 782px){.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links{grid-template-columns:1fr 1fr 1fr}}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links .llms-list h3{margin:0}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links .llms-list h3 .dashicons{color:#aaa}@media only screen and (min-width: 782px){.wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links{grid-template-columns:1fr 1fr 1fr 1fr}}.wrap.llms-dashboard #llms_dashboard_blog ul,.wrap.llms-dashboard #llms_dashboard_podcast ul{margin:0}.wrap.llms-dashboard #llms_dashboard_blog ul li,.wrap.llms-dashboard #llms_dashboard_podcast ul li{margin:0 0 15px 0}.wrap.llms-dashboard #llms_dashboard_blog ul li a,.wrap.llms-dashboard #llms_dashboard_podcast ul li a{display:block}.wrap.llms-dashboard #llms_dashboard_blog p,.wrap.llms-dashboard #llms_dashboard_podcast p{margin:15px 0;text-align:center}.wrap.llms-dashboard #llms_dashboard_blog p a,.wrap.llms-dashboard #llms_dashboard_podcast p a{display:inline-block}#llms_dashboard_widget .inside{margin:0;padding-bottom:8px}#llms_dashboard_widget .llms-dashboard-widget-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:12px}#llms_dashboard_widget .activity-block{padding-bottom:8px;border-color:#e8e8e8}#llms_dashboard_widget h3{margin-bottom:0}#llms_dashboard_widget .llms-charts-wrapper{display:none}#llms_dashboard_widget .llms-widget-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;width:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:4px 0}#llms_dashboard_widget .llms-widget-row:before,#llms_dashboard_widget .llms-widget-row:after{display:none}#llms_dashboard_widget .llms-widget-1-4{padding:0;-webkit-box-flex:1;-ms-flex:1;flex:1}#llms_dashboard_widget .llms-widget{padding:8px 8px 12px;margin:0;border-radius:6px;border:1px solid #e8e8e8;-webkit-box-shadow:0px 2px 4px #f6f7f7;box-shadow:0px 2px 4px #f6f7f7;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}#llms_dashboard_widget .llms-label{font-size:14px;width:100%;-ms-flex-item-align:start;align-self:flex-start;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#llms_dashboard_widget .llms-widget-content{font-size:20px;margin:0}#llms_dashboard_widget .llms-widget-info-toggle{display:none}#llms_dashboard_widget a{border:0}#llms_dashboard_widget .subsubsub{color:#dcdcde}.llms-dashboard-widget-feed{margin:0 -12px;padding:0;background-color:#f6f7f7}.llms-dashboard-widget-feed li{margin:0;padding:8px 12px;border-bottom:1px solid #e8e8e8}.llms-dashboard-widget-feed span{display:block}.wrap.llms-resources .llms-inside-wrap{padding-top:30px}.wrap.llms-resources #poststuff #post-body.columns-2{margin-right:350px}.wrap.llms-resources #poststuff #post-body.columns-2 #side-sortables{width:330px}@media only screen and (max-width: 850px){.wrap.llms-resources #poststuff #post-body.columns-2 #side-sortables{width:auto}}.wrap.llms-resources #poststuff #postbox-container-1{float:right;margin-right:-350px;width:330px}.wrap.llms-resources #poststuff h2{padding:12px 20px}.wrap.llms-resources #poststuff .postbox{background-color:#fff;border:none;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13)}.wrap.llms-resources #poststuff .postbox .postbox-header{border-bottom-color:#efefef}.wrap.llms-resources #poststuff .postbox .inside{margin:0;padding:20px}.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video p{font-size:15px;line-height:1.5;margin:0 0 40px 0}.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container{height:0;overflow:hidden;padding-top:30px;padding-bottom:56.25%;position:relative}.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container iframe,.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container object,.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container embed{left:0;height:100%;position:absolute;top:0;width:100%}.wrap.llms-resources #llms_dashboard_getting_started ul{margin:0 0 20px 0}.wrap.llms-resources #llms_dashboard_getting_started ul li{font-size:15px;line-height:1.5;margin-bottom:15px}.wrap.llms-resources #llms_dashboard_getting_started .llms-button-primary{display:block;margin-top:auto;max-width:300px;text-align:center}.wrap.llms-resources #llms_dashboard_resource_links ul{list-style:disc;margin:5px 0 0 20px}.wrap.llms-resources #llms_dashboard_resource_links ul li{font-size:15px;line-height:1.5}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links{display:grid;grid-template-columns:1fr;grid-gap:60px}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links a{display:inline-block}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list h3{margin:0 0 10px 0}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list h3 .dashicons{color:#aaa}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list ul{margin-bottom:20px}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list .llms-button-primary,.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list .llms-button-secondary,.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list .llms-button-action{display:block;margin-top:auto;max-width:300px;text-align:center}@media only screen and (min-width: 782px){.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links{grid-template-columns:1fr 1fr 1fr}}.llms-remarks .llms-remarks-field{height:120px;width:100%}.llms-remarks input[type=number]{width:60px}button[name=llms_quiz_attempt_action] .save{display:none}button[name=llms_quiz_attempt_action].grading .default{display:none}button[name=llms_quiz_attempt_action].grading .save{display:inline}.llms-form-fields{-webkit-box-sizing:border-box;box-sizing:border-box}.llms-form-fields *{-webkit-box-sizing:border-box;box-sizing:border-box}.llms-form-fields.flush .llms-form-field{padding:0 0 10px}.llms-form-fields .wp-block-columns,.llms-form-fields .wp-block-column{margin-bottom:0}.llms-form-heading{padding:0 10px 10px}.llms-form-field{float:left;padding:0 10px 10px;position:relative;width:100%}.llms-form-field label:empty:after{content:" "}.llms-form-field.valid input[type=date],.llms-form-field.valid input[type=time],.llms-form-field.valid input[type=datetime-local],.llms-form-field.valid input[type=week],.llms-form-field.valid input[type=month],.llms-form-field.valid input[type=text],.llms-form-field.valid input[type=email],.llms-form-field.valid input[type=url],.llms-form-field.valid input[type=password],.llms-form-field.valid input[type=search],.llms-form-field.valid input[type=tel],.llms-form-field.valid input[type=number],.llms-form-field.valid textarea,.llms-form-field.valid select{background:rgba(131,195,115,.3);border-color:#83c373}.llms-form-field.error input[type=date],.llms-form-field.error input[type=time],.llms-form-field.error input[type=datetime-local],.llms-form-field.error input[type=week],.llms-form-field.error input[type=month],.llms-form-field.error input[type=text],.llms-form-field.error input[type=email],.llms-form-field.error input[type=url],.llms-form-field.error input[type=password],.llms-form-field.error input[type=search],.llms-form-field.error input[type=tel],.llms-form-field.error input[type=number],.llms-form-field.error textarea,.llms-form-field.error select,.llms-form-field.invalid input[type=date],.llms-form-field.invalid input[type=time],.llms-form-field.invalid input[type=datetime-local],.llms-form-field.invalid input[type=week],.llms-form-field.invalid input[type=month],.llms-form-field.invalid input[type=text],.llms-form-field.invalid input[type=email],.llms-form-field.invalid input[type=url],.llms-form-field.invalid input[type=password],.llms-form-field.invalid input[type=search],.llms-form-field.invalid input[type=tel],.llms-form-field.invalid input[type=number],.llms-form-field.invalid textarea,.llms-form-field.invalid select{background:rgba(229,85,78,.3);border-color:#e5554e}.llms-form-field.llms-visually-hidden-field{display:none}.llms-form-field.align-right{text-align:right}@media screen and (min-width: 600px){.llms-form-field.llms-cols-1{width:8.3333333333%}.llms-form-field.llms-cols-2{width:16.6666666667%}.llms-form-field.llms-cols-3{width:25%}.llms-form-field.llms-cols-4{width:33.3333333333%}.llms-form-field.llms-cols-5{width:41.6666666667%}.llms-form-field.llms-cols-6{width:50%}.llms-form-field.llms-cols-7{width:58.3333333333%}.llms-form-field.llms-cols-8{width:66.6666666667%}.llms-form-field.llms-cols-9{width:75%}.llms-form-field.llms-cols-10{width:83.3333333333%}.llms-form-field.llms-cols-11{width:91.6666666667%}.llms-form-field.llms-cols-12{width:100%}}.llms-form-field.type-hidden{padding:0}.llms-form-field.type-radio input,.llms-form-field.type-radio label,.llms-form-field.type-checkbox input,.llms-form-field.type-checkbox label{display:inline-block;width:auto}.llms-form-field.type-radio input,.llms-form-field.type-checkbox input{margin-right:5px}.llms-form-field.type-radio label+.llms-description,.llms-form-field.type-checkbox label+.llms-description{display:block}.llms-form-field.type-radio:not(.is-group) input[type=radio]{position:absolute;opacity:0;visibility:none}.llms-form-field.type-radio:not(.is-group) label:before{background:#fafafa;background-position:-24px 0;background-repeat:no-repeat;border-radius:50%;-webkit-box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.35) 0 0 0 1px;box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.35) 0 0 0 1px;content:"";cursor:pointer;display:inline-block;height:22px;margin-right:5px;position:relative;-webkit-transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);top:-3px;vertical-align:middle;width:22px;z-index:2}.llms-form-field.type-radio:not(.is-group) input[type=radio]:checked+label:before{-webkit-transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);background-position:0 0;background-image:radial-gradient(ellipse at center, #466dd8 0%, #466dd8 40%, #fafafa 45%)}.llms-form-field .llms-input-group{margin-top:5px}.llms-form-field .llms-input-group .llms-form-field{padding:0 0 5px 5px}.llms-form-field.type-reset button:not(.auto),.llms-form-field.type-button button:not(.auto),.llms-form-field.type-submit button:not(.auto){width:100%}.llms-form-field .llms-description{font-size:14px;font-style:italic}.llms-form-field .llms-required{color:#e5554e;margin-left:4px}.llms-form-field input,.llms-form-field textarea,.llms-form-field select{width:100%;margin-bottom:5px}.llms-form-field .select2-container .select2-selection--single{height:auto;padding:4px 6px}.llms-form-field .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%}.llms-password-strength-meter{border:1px solid #dadada;display:none;font-size:10px;margin-top:-10px;padding:1px;position:relative;text-align:center}.llms-password-strength-meter:before{bottom:0;content:"";left:0;position:absolute;top:0;-webkit-transition:width .4s ease;transition:width .4s ease}.llms-password-strength-meter.mismatch,.llms-password-strength-meter.too-short,.llms-password-strength-meter.very-weak{border-color:#e35b5b}.llms-password-strength-meter.mismatch:before,.llms-password-strength-meter.too-short:before,.llms-password-strength-meter.very-weak:before{background:rgba(227,91,91,.25);width:25%}.llms-password-strength-meter.too-short:before{width:0}.llms-password-strength-meter.weak{border-color:#f78b53}.llms-password-strength-meter.weak:before{background:rgba(247,139,83,.25);width:50%}.llms-password-strength-meter.medium{border-color:#ffc733}.llms-password-strength-meter.medium:before{background:rgba(255,199,51,.25);width:75%}.llms-password-strength-meter.strong{border-color:#83c373}.llms-password-strength-meter.strong:before{background:rgba(131,195,115,.25);width:100%}/*!
+#poststuff .llms-metabox:before,#poststuff .llms-metabox:after,.llms-form-fields:before,.llms-metabox .llms-access-plans:before,.llms-collapsible .llms-collapsible-body:before,.llms-collapsible .llms-collapsible-header:before,.llms-collapsible:before,.llms-form-fields:after,.llms-metabox .llms-access-plans:after,.llms-collapsible .llms-collapsible-body:after,.llms-collapsible .llms-collapsible-header:after,.llms-collapsible:after{content:" ";display:table}#poststuff .llms-metabox:after,.llms-form-fields:after,.llms-metabox .llms-access-plans:after,.llms-collapsible .llms-collapsible-body:after,.llms-collapsible .llms-collapsible-header:after,.llms-collapsible:after{clear:both}.llms-button-action,.llms-button-danger,.llms-button-primary,.llms-button-secondary{border:none;border-radius:8px;color:#fefefe;cursor:pointer;font-size:16px;font-weight:700;text-decoration:none;text-shadow:none;line-height:1;margin:0;max-width:100%;padding:12px 24px;position:relative;-webkit-transition:all .5s ease;transition:all .5s ease}.llms-button-action:disabled,.llms-button-danger:disabled,.llms-button-primary:disabled,.llms-button-secondary:disabled{opacity:.5}.llms-button-action:hover,.llms-button-action:active,.llms-button-danger:hover,.llms-button-danger:active,.llms-button-primary:hover,.llms-button-primary:active,.llms-button-secondary:hover,.llms-button-secondary:active{color:#fefefe}.llms-button-action:focus,.llms-button-danger:focus,.llms-button-primary:focus,.llms-button-secondary:focus{color:#fefefe}.llms-button-action.auto,.llms-button-danger.auto,.llms-button-primary.auto,.llms-button-secondary.auto{width:auto}.llms-button-action.full,.llms-button-danger.full,.llms-button-primary.full,.llms-button-secondary.full{display:block;text-align:center;width:100%}.llms-button-action.square,.llms-button-danger.square,.llms-button-primary.square,.llms-button-secondary.square{padding:12px}.llms-button-action.small,.llms-button-danger.small,.llms-button-primary.small,.llms-button-secondary.small{font-size:13px;padding:8px 14px}.llms-button-action.small.square,.llms-button-danger.small.square,.llms-button-primary.small.square,.llms-button-secondary.small.square{padding:8px}.llms-button-action.large,.llms-button-danger.large,.llms-button-primary.large,.llms-button-secondary.large{font-size:18px;line-height:1.2;padding:16px 32px}.llms-button-action.large.square,.llms-button-danger.large.square,.llms-button-primary.large.square,.llms-button-secondary.large.square{padding:16px}.llms-button-action.large .fa,.llms-button-danger.large .fa,.llms-button-primary.large .fa,.llms-button-secondary.large .fa{left:-7px;position:relative}.llms-button-primary{background:#466dd8}.llms-button-primary:hover,.llms-button-primary.clicked{background:#2b55cb}.llms-button-primary:focus,.llms-button-primary:active{background:#6888df}.llms-button-secondary{background:#e1e1e1;color:#414141}.llms-button-secondary:hover{color:#414141;background:#cdcdcd}.llms-button-secondary:focus,.llms-button-secondary:active{color:#414141;background:#ebebeb}.llms-button-action{background:#f8954f}.llms-button-action:hover,.llms-button-action.clicked{background:#f67d28}.llms-button-action:focus,.llms-button-action:active{background:#faad76}.llms-button-danger{background:#e5554e}.llms-button-danger:hover{background:#e0332a}.llms-button-danger:focus,.llms-button-danger:active{background:#e86660}.llms-button-outline{background:rgba(0,0,0,0);border:3px solid #1d2327;border-radius:8px;color:#1d2327;cursor:pointer;font-size:16px;font-weight:700;text-decoration:none;text-shadow:none;line-height:1;margin:0;max-width:100%;padding:12px 24px;position:relative;-webkit-transition:all .5s ease;transition:all .5s ease}.llms-button-outline:disabled{opacity:.5}.llms-button-outline:hover,.llms-button-outline:active{color:#1d2327}.llms-button-outline:focus{color:#1d2327}.llms-button-outline.auto{width:auto}.llms-button-outline.full{display:block;text-align:center;width:100%}.llms-button-outline.square{padding:12px}.lifterlms [data-tip],.lifterlms [data-title-default],.lifterlms [data-title-active],.llms-metabox [data-tip],.llms-metabox [data-title-default],.llms-metabox [data-title-active],.llms-mb-container [data-tip],.llms-mb-container [data-title-default],.llms-mb-container [data-title-active],.llms-quiz-wrapper [data-tip],.llms-quiz-wrapper [data-title-default],.llms-quiz-wrapper [data-title-active]{position:relative}.lifterlms [data-tip].tip--top-right:before,.lifterlms [data-title-default].tip--top-right:before,.lifterlms [data-title-active].tip--top-right:before,.llms-metabox [data-tip].tip--top-right:before,.llms-metabox [data-title-default].tip--top-right:before,.llms-metabox [data-title-active].tip--top-right:before,.llms-mb-container [data-tip].tip--top-right:before,.llms-mb-container [data-title-default].tip--top-right:before,.llms-mb-container [data-title-active].tip--top-right:before,.llms-quiz-wrapper [data-tip].tip--top-right:before,.llms-quiz-wrapper [data-title-default].tip--top-right:before,.llms-quiz-wrapper [data-title-active].tip--top-right:before{bottom:100%;left:-10px}.lifterlms [data-tip].tip--top-right:hover:before,.lifterlms [data-title-default].tip--top-right:hover:before,.lifterlms [data-title-active].tip--top-right:hover:before,.llms-metabox [data-tip].tip--top-right:hover:before,.llms-metabox [data-title-default].tip--top-right:hover:before,.llms-metabox [data-title-active].tip--top-right:hover:before,.llms-mb-container [data-tip].tip--top-right:hover:before,.llms-mb-container [data-title-default].tip--top-right:hover:before,.llms-mb-container [data-title-active].tip--top-right:hover:before,.llms-quiz-wrapper [data-tip].tip--top-right:hover:before,.llms-quiz-wrapper [data-title-default].tip--top-right:hover:before,.llms-quiz-wrapper [data-title-active].tip--top-right:hover:before{bottom:calc(100% + 6px)}.lifterlms [data-tip].tip--top-right:after,.lifterlms [data-title-default].tip--top-right:after,.lifterlms [data-title-active].tip--top-right:after,.llms-metabox [data-tip].tip--top-right:after,.llms-metabox [data-title-default].tip--top-right:after,.llms-metabox [data-title-active].tip--top-right:after,.llms-mb-container [data-tip].tip--top-right:after,.llms-mb-container [data-title-default].tip--top-right:after,.llms-mb-container [data-title-active].tip--top-right:after,.llms-quiz-wrapper [data-tip].tip--top-right:after,.llms-quiz-wrapper [data-title-default].tip--top-right:after,.llms-quiz-wrapper [data-title-active].tip--top-right:after{border-top-color:#444;left:6px;top:0}.lifterlms [data-tip].tip--top-right:hover:after,.lifterlms [data-title-default].tip--top-right:hover:after,.lifterlms [data-title-active].tip--top-right:hover:after,.llms-metabox [data-tip].tip--top-right:hover:after,.llms-metabox [data-title-default].tip--top-right:hover:after,.llms-metabox [data-title-active].tip--top-right:hover:after,.llms-mb-container [data-tip].tip--top-right:hover:after,.llms-mb-container [data-title-default].tip--top-right:hover:after,.llms-mb-container [data-title-active].tip--top-right:hover:after,.llms-quiz-wrapper [data-tip].tip--top-right:hover:after,.llms-quiz-wrapper [data-title-default].tip--top-right:hover:after,.llms-quiz-wrapper [data-title-active].tip--top-right:hover:after{top:-6px}.lifterlms [data-tip].tip--top-left:before,.lifterlms [data-title-default].tip--top-left:before,.lifterlms [data-title-active].tip--top-left:before,.llms-metabox [data-tip].tip--top-left:before,.llms-metabox [data-title-default].tip--top-left:before,.llms-metabox [data-title-active].tip--top-left:before,.llms-mb-container [data-tip].tip--top-left:before,.llms-mb-container [data-title-default].tip--top-left:before,.llms-mb-container [data-title-active].tip--top-left:before,.llms-quiz-wrapper [data-tip].tip--top-left:before,.llms-quiz-wrapper [data-title-default].tip--top-left:before,.llms-quiz-wrapper [data-title-active].tip--top-left:before{bottom:100%;right:-10px}.lifterlms [data-tip].tip--top-left:hover:before,.lifterlms [data-title-default].tip--top-left:hover:before,.lifterlms [data-title-active].tip--top-left:hover:before,.llms-metabox [data-tip].tip--top-left:hover:before,.llms-metabox [data-title-default].tip--top-left:hover:before,.llms-metabox [data-title-active].tip--top-left:hover:before,.llms-mb-container [data-tip].tip--top-left:hover:before,.llms-mb-container [data-title-default].tip--top-left:hover:before,.llms-mb-container [data-title-active].tip--top-left:hover:before,.llms-quiz-wrapper [data-tip].tip--top-left:hover:before,.llms-quiz-wrapper [data-title-default].tip--top-left:hover:before,.llms-quiz-wrapper [data-title-active].tip--top-left:hover:before{bottom:calc(100% + 6px)}.lifterlms [data-tip].tip--top-left:after,.lifterlms [data-title-default].tip--top-left:after,.lifterlms [data-title-active].tip--top-left:after,.llms-metabox [data-tip].tip--top-left:after,.llms-metabox [data-title-default].tip--top-left:after,.llms-metabox [data-title-active].tip--top-left:after,.llms-mb-container [data-tip].tip--top-left:after,.llms-mb-container [data-title-default].tip--top-left:after,.llms-mb-container [data-title-active].tip--top-left:after,.llms-quiz-wrapper [data-tip].tip--top-left:after,.llms-quiz-wrapper [data-title-default].tip--top-left:after,.llms-quiz-wrapper [data-title-active].tip--top-left:after{border-top-color:#444;right:6px;top:0}.lifterlms [data-tip].tip--top-left:hover:after,.lifterlms [data-title-default].tip--top-left:hover:after,.lifterlms [data-title-active].tip--top-left:hover:after,.llms-metabox [data-tip].tip--top-left:hover:after,.llms-metabox [data-title-default].tip--top-left:hover:after,.llms-metabox [data-title-active].tip--top-left:hover:after,.llms-mb-container [data-tip].tip--top-left:hover:after,.llms-mb-container [data-title-default].tip--top-left:hover:after,.llms-mb-container [data-title-active].tip--top-left:hover:after,.llms-quiz-wrapper [data-tip].tip--top-left:hover:after,.llms-quiz-wrapper [data-title-default].tip--top-left:hover:after,.llms-quiz-wrapper [data-title-active].tip--top-left:hover:after{top:-6px}.lifterlms [data-tip].tip--bottom-left:before,.lifterlms [data-title-default].tip--bottom-left:before,.lifterlms [data-title-active].tip--bottom-left:before,.llms-metabox [data-tip].tip--bottom-left:before,.llms-metabox [data-title-default].tip--bottom-left:before,.llms-metabox [data-title-active].tip--bottom-left:before,.llms-mb-container [data-tip].tip--bottom-left:before,.llms-mb-container [data-title-default].tip--bottom-left:before,.llms-mb-container [data-title-active].tip--bottom-left:before,.llms-quiz-wrapper [data-tip].tip--bottom-left:before,.llms-quiz-wrapper [data-title-default].tip--bottom-left:before,.llms-quiz-wrapper [data-title-active].tip--bottom-left:before{top:100%;right:-10px}.lifterlms [data-tip].tip--bottom-left:hover:before,.lifterlms [data-title-default].tip--bottom-left:hover:before,.lifterlms [data-title-active].tip--bottom-left:hover:before,.llms-metabox [data-tip].tip--bottom-left:hover:before,.llms-metabox [data-title-default].tip--bottom-left:hover:before,.llms-metabox [data-title-active].tip--bottom-left:hover:before,.llms-mb-container [data-tip].tip--bottom-left:hover:before,.llms-mb-container [data-title-default].tip--bottom-left:hover:before,.llms-mb-container [data-title-active].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:before{top:calc(100% + 6px)}.lifterlms [data-tip].tip--bottom-left:after,.lifterlms [data-title-default].tip--bottom-left:after,.lifterlms [data-title-active].tip--bottom-left:after,.llms-metabox [data-tip].tip--bottom-left:after,.llms-metabox [data-title-default].tip--bottom-left:after,.llms-metabox [data-title-active].tip--bottom-left:after,.llms-mb-container [data-tip].tip--bottom-left:after,.llms-mb-container [data-title-default].tip--bottom-left:after,.llms-mb-container [data-title-active].tip--bottom-left:after,.llms-quiz-wrapper [data-tip].tip--bottom-left:after,.llms-quiz-wrapper [data-title-default].tip--bottom-left:after,.llms-quiz-wrapper [data-title-active].tip--bottom-left:after{border-bottom-color:#444;right:6px;bottom:0}.lifterlms [data-tip].tip--bottom-left:hover:after,.lifterlms [data-title-default].tip--bottom-left:hover:after,.lifterlms [data-title-active].tip--bottom-left:hover:after,.llms-metabox [data-tip].tip--bottom-left:hover:after,.llms-metabox [data-title-default].tip--bottom-left:hover:after,.llms-metabox [data-title-active].tip--bottom-left:hover:after,.llms-mb-container [data-tip].tip--bottom-left:hover:after,.llms-mb-container [data-title-default].tip--bottom-left:hover:after,.llms-mb-container [data-title-active].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:after{bottom:-6px}.lifterlms [data-tip].tip--bottom-right:before,.lifterlms [data-title-default].tip--bottom-right:before,.lifterlms [data-title-active].tip--bottom-right:before,.llms-metabox [data-tip].tip--bottom-right:before,.llms-metabox [data-title-default].tip--bottom-right:before,.llms-metabox [data-title-active].tip--bottom-right:before,.llms-mb-container [data-tip].tip--bottom-right:before,.llms-mb-container [data-title-default].tip--bottom-right:before,.llms-mb-container [data-title-active].tip--bottom-right:before,.llms-quiz-wrapper [data-tip].tip--bottom-right:before,.llms-quiz-wrapper [data-title-default].tip--bottom-right:before,.llms-quiz-wrapper [data-title-active].tip--bottom-right:before{top:100%;left:-10px}.lifterlms [data-tip].tip--bottom-right:hover:before,.lifterlms [data-title-default].tip--bottom-right:hover:before,.lifterlms [data-title-active].tip--bottom-right:hover:before,.llms-metabox [data-tip].tip--bottom-right:hover:before,.llms-metabox [data-title-default].tip--bottom-right:hover:before,.llms-metabox [data-title-active].tip--bottom-right:hover:before,.llms-mb-container [data-tip].tip--bottom-right:hover:before,.llms-mb-container [data-title-default].tip--bottom-right:hover:before,.llms-mb-container [data-title-active].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:before{top:calc(100% + 6px)}.lifterlms [data-tip].tip--bottom-right:after,.lifterlms [data-title-default].tip--bottom-right:after,.lifterlms [data-title-active].tip--bottom-right:after,.llms-metabox [data-tip].tip--bottom-right:after,.llms-metabox [data-title-default].tip--bottom-right:after,.llms-metabox [data-title-active].tip--bottom-right:after,.llms-mb-container [data-tip].tip--bottom-right:after,.llms-mb-container [data-title-default].tip--bottom-right:after,.llms-mb-container [data-title-active].tip--bottom-right:after,.llms-quiz-wrapper [data-tip].tip--bottom-right:after,.llms-quiz-wrapper [data-title-default].tip--bottom-right:after,.llms-quiz-wrapper [data-title-active].tip--bottom-right:after{border-bottom-color:#444;left:6px;bottom:0}.lifterlms [data-tip].tip--bottom-right:hover:after,.lifterlms [data-title-default].tip--bottom-right:hover:after,.lifterlms [data-title-active].tip--bottom-right:hover:after,.llms-metabox [data-tip].tip--bottom-right:hover:after,.llms-metabox [data-title-default].tip--bottom-right:hover:after,.llms-metabox [data-title-active].tip--bottom-right:hover:after,.llms-mb-container [data-tip].tip--bottom-right:hover:after,.llms-mb-container [data-title-default].tip--bottom-right:hover:after,.llms-mb-container [data-title-active].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:after{bottom:-6px}.lifterlms [data-tip]:before,.lifterlms [data-title-default]:before,.lifterlms [data-title-active]:before,.llms-metabox [data-tip]:before,.llms-metabox [data-title-default]:before,.llms-metabox [data-title-active]:before,.llms-mb-container [data-tip]:before,.llms-mb-container [data-title-default]:before,.llms-mb-container [data-title-active]:before,.llms-quiz-wrapper [data-tip]:before,.llms-quiz-wrapper [data-title-default]:before,.llms-quiz-wrapper [data-title-active]:before{background:#444;border-radius:4px;color:#fff;font-size:13px;line-height:1.2;padding:8px;max-width:300px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.lifterlms [data-tip]:after,.lifterlms [data-title-default]:after,.lifterlms [data-title-active]:after,.llms-metabox [data-tip]:after,.llms-metabox [data-title-default]:after,.llms-metabox [data-title-active]:after,.llms-mb-container [data-tip]:after,.llms-mb-container [data-title-default]:after,.llms-mb-container [data-title-active]:after,.llms-quiz-wrapper [data-tip]:after,.llms-quiz-wrapper [data-title-default]:after,.llms-quiz-wrapper [data-title-active]:after{content:"";border:6px solid rgba(0,0,0,0);height:0;width:0}.lifterlms [data-tip]:before,.lifterlms [data-tip]:after,.lifterlms [data-title-default]:before,.lifterlms [data-title-default]:after,.lifterlms [data-title-active]:before,.lifterlms [data-title-active]:after,.llms-metabox [data-tip]:before,.llms-metabox [data-tip]:after,.llms-metabox [data-title-default]:before,.llms-metabox [data-title-default]:after,.llms-metabox [data-title-active]:before,.llms-metabox [data-title-active]:after,.llms-mb-container [data-tip]:before,.llms-mb-container [data-tip]:after,.llms-mb-container [data-title-default]:before,.llms-mb-container [data-title-default]:after,.llms-mb-container [data-title-active]:before,.llms-mb-container [data-title-active]:after,.llms-quiz-wrapper [data-tip]:before,.llms-quiz-wrapper [data-tip]:after,.llms-quiz-wrapper [data-title-default]:before,.llms-quiz-wrapper [data-title-default]:after,.llms-quiz-wrapper [data-title-active]:before,.llms-quiz-wrapper [data-title-active]:after{opacity:0;-webkit-transition:all .2s .1s ease;transition:all .2s .1s ease;position:absolute;pointer-events:none;visibility:hidden}.lifterlms [data-tip]:hover:before,.lifterlms [data-tip]:hover:after,.lifterlms [data-title-default]:hover:before,.lifterlms [data-title-default]:hover:after,.lifterlms [data-title-active]:hover:before,.lifterlms [data-title-active]:hover:after,.llms-metabox [data-tip]:hover:before,.llms-metabox [data-tip]:hover:after,.llms-metabox [data-title-default]:hover:before,.llms-metabox [data-title-default]:hover:after,.llms-metabox [data-title-active]:hover:before,.llms-metabox [data-title-active]:hover:after,.llms-mb-container [data-tip]:hover:before,.llms-mb-container [data-tip]:hover:after,.llms-mb-container [data-title-default]:hover:before,.llms-mb-container [data-title-default]:hover:after,.llms-mb-container [data-title-active]:hover:before,.llms-mb-container [data-title-active]:hover:after,.llms-quiz-wrapper [data-tip]:hover:before,.llms-quiz-wrapper [data-tip]:hover:after,.llms-quiz-wrapper [data-title-default]:hover:before,.llms-quiz-wrapper [data-title-default]:hover:after,.llms-quiz-wrapper [data-title-active]:hover:before,.llms-quiz-wrapper [data-title-active]:hover:after{opacity:1;-webkit-transition:all 0 .1s ease;transition:all 0 .1s ease;visibility:visible;z-index:99999999}.lifterlms [data-tip]:before,.llms-metabox [data-tip]:before,.llms-mb-container [data-tip]:before,.llms-quiz-wrapper [data-tip]:before{content:attr(data-tip)}.lifterlms [data-tip].active:before,.llms-metabox [data-tip].active:before,.llms-mb-container [data-tip].active:before,.llms-quiz-wrapper [data-tip].active:before{content:attr(data-tip-active)}#adminmenu .toplevel_page_lifterlms .wp-menu-image img{padding-top:6px;width:20px}#adminmenu .toplevel_page_lifterlms a[href*="page=llms-add-ons"],#adminmenu .opensub .wp-submenu li.current a[href*="page=llms-add-ons"],#adminmenu .wp-submenu li.current a[href*="page=llms-add-ons"],#adminmenu .wp-submenu li.current a[href*="page=llms-add-ons"],#adminmenu .wp-submenu li.current a[href*="page=llms-add-ons"],#adminmenu a.wp-has-current-submenu:focus+.wp-submenu li.current a[href*="page=llms-add-ons"]{color:#ff922b}.last-col{float:right;padding-right:0 !important}.last-col:after{clear:both}@media(max-width: 767px){.m-all{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding-right:0}.m-1of2{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.m-1of3{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:33.33%}.m-2of3{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:66.66%}.m-1of4{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.m-3of4{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.m-right{text-align:center}.m-center{text-align:center}.m-left{text-align:center}.d-right{text-align:right}.d-center{text-align:center}.d-left{text-align:left}}@media(min-width: 768px)and (max-width: 1029px){.t-all{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding-right:0}.t-1of2{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.t-1of3{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:33.33%}.t-2of3{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:66.66%}.t-1of4{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.t-3of4{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.t-1of5{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:20%}.t-2of5{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:40%}.t-3of5{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:60%}.t-4of5{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:80%}.d-right{text-align:right}.d-center{text-align:center}.d-left{text-align:left}}@media(min-width: 1030px){.d-all{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding-right:0}.d-1of2{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.d-1of3{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:33.33%}.d-2of3{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:66.66%}.d-1of4{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.d-3of4{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.d-1of5{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:20%}.d-2of5{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:40%}.d-3of5{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:60%}.d-4of5{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:80%}.d-1of6{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:16.6666666667%}.d-1of7{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:14.2857142857%}.d-2of7{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:28.5714286%}.d-3of7{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:42.8571429%}.d-4of7{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:57.1428572%}.d-5of7{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:71.4285715%}.d-6of7{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:85.7142857%}.d-1of8{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:12.5%}.d-1of9{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:11.1111111111%}.d-1of10{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:10%}.d-1of11{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:9.0909090909%}.d-1of12{float:left;padding-right:.75em;-webkit-box-sizing:border-box;box-sizing:border-box;width:8.33%}.d-right{text-align:right}.d-center{text-align:center}.d-left{text-align:left}}#llms-form-wrapper .llms-search-form-wrapper{border-bottom:1px solid #999;margin:20px 0}#llms-form-wrapper #llms_analytics_search{border:none !important;text-shadow:none !important;border:none !important;outline:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;margin:0 !important;color:#fefefe !important;background:#466dd8 !important;border-radius:0;-webkit-transition:.5s;transition:.5s}#llms-form-wrapper #llms_analytics_search:hover{background:#0185a3 !important}#llms-form-wrapper #llms_analytics_search:active{background:#33b1cb !important}#llms-skip-setup-form .llms-admin-link{background:none !important;border:none;padding:0 !important;color:#0074a2;cursor:pointer}#llms-skip-setup-form .llms-admin-link:hover{color:#2ea2cc}#llms-skip-setup-form .llms-admin-link:focus{color:#124964}.llms-switch{position:relative}.llms-switch .llms-toggle{position:absolute;margin-left:-9999px;visibility:hidden}.llms-switch .llms-toggle+label{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:relative;cursor:pointer;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.llms-switch input.llms-toggle-round+label{border:2px solid #6c7781;border-radius:10px;height:20px;width:36px}.llms-switch input.llms-toggle-round+label:before,.llms-switch input.llms-toggle-round+label:after{-webkit-box-sizing:border-box;box-sizing:border-box;content:"";display:block;position:absolute;-webkit-transition:background .4s;transition:background .4s}.llms-switch input.llms-toggle-round:checked+label{border-color:#11a0d2;background-color:#11a0d2}.llms-switch input.llms-toggle-round+label:after{height:12px;left:2px;top:2px;background-color:#6c7781;border-radius:50%;-webkit-transition:margin .4s;transition:margin .4s;width:12px;z-index:3}.llms-switch input.llms-toggle-round:checked+label:after{background-color:#fefefe;margin-left:16px}.llms-switch input.llms-toggle-round+label:before{height:8px;top:4px;border:1px solid #6c7781;border-radius:50%;right:4px;width:8px;z-index:2}.llms-switch input.llms-toggle-round:checked+label:before{border-color:#fefefe;border-radius:0;left:6px;right:auto;width:2px}#llms-profile-fields{margin:50px 0}#llms-profile-fields .llms-form-field{padding-left:0}#llms-profile-fields label{display:block;font-weight:bold;padding:8px 0 2px}#llms-profile-fields .type-checkbox .type-checkbox label{display:initial;font-weight:initial;padding:0}#llms-profile-fields .type-checkbox .type-checkbox input{display:inline-block;margin-bottom:0;width:1rem}#llms-profile-fields select{max-width:100%}a.llms-voucher-delete{background:#e5554e;color:#fefefe;display:block;padding:4px 2px;text-decoration:none;-webkit-transition:ease .3s all;transition:ease .3s all}a.llms-voucher-delete:hover{background:#af3a26}.llms-voucher-codes-wrapper table,.llms-voucher-redemption-wrapper table{width:100%;border-collapse:collapse}.llms-voucher-codes-wrapper table th,.llms-voucher-codes-wrapper table td,.llms-voucher-redemption-wrapper table th,.llms-voucher-redemption-wrapper table td{border:none}.llms-voucher-codes-wrapper table thead,.llms-voucher-redemption-wrapper table thead{background-color:#466dd8;color:#fff}.llms-voucher-codes-wrapper table thead th,.llms-voucher-redemption-wrapper table thead th{padding:10px 10px}.llms-voucher-codes-wrapper table tr,.llms-voucher-redemption-wrapper table tr{counter-increment:row-counter}.llms-voucher-codes-wrapper table tr:nth-child(even),.llms-voucher-redemption-wrapper table tr:nth-child(even){background-color:#f1f1f1}.llms-voucher-codes-wrapper table tr td,.llms-voucher-redemption-wrapper table tr td{padding:5px}.llms-voucher-codes-wrapper table tr td:first-child:before,.llms-voucher-redemption-wrapper table tr td:first-child:before{content:counter(row-counter)}.llms-voucher-codes-wrapper table{width:100%;border-collapse:collapse}.llms-voucher-codes-wrapper table th,.llms-voucher-codes-wrapper table td{border:none}.llms-voucher-codes-wrapper table thead{background-color:#466dd8;color:#fff}.llms-voucher-codes-wrapper table tr:nth-child(even){background-color:#f1f1f1}.llms-voucher-codes-wrapper table tr td span{display:inline-block;min-width:30px}.llms-voucher-codes-wrapper button{cursor:pointer}.llms-voucher-codes-wrapper .llms-voucher-delete{float:right;margin-right:15px}.llms-voucher-codes-wrapper .llms-voucher-uses{width:50px}.llms-voucher-codes-wrapper .llms-voucher-add-codes{float:right}.llms-voucher-codes-wrapper .llms-voucher-add-codes input[type=text]{width:30px}.llms-voucher-export-wrapper .llms-voucher-export-type{width:100%}.llms-voucher-export-wrapper .llms-voucher-export-type p{margin:0 0 0 15px}.llms-voucher-export-wrapper .llms-voucher-email-wrapper{width:100%;margin:25px 0}.llms-voucher-export-wrapper .llms-voucher-email-wrapper input[type=text]{width:100%}.llms-voucher-export-wrapper .llms-voucher-email-wrapper p{margin:0}.llms-voucher-export-wrapper>button{float:right}.postbox .inside{overflow:auto}.llms-widget{background-color:#fff;border:1px solid #dedede;border-radius:12px;-webkit-box-shadow:0px 0px 1px rgba(48,49,51,.05),0px 2px 4px rgba(48,49,51,.1);box-shadow:0px 0px 1px rgba(48,49,51,.05),0px 2px 4px rgba(48,49,51,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;padding:20px;position:relative;width:100%}.llms-widget.alt{border:1px solid #ccc;background-color:#efefef;margin-bottom:10px}.llms-widget.alt .llms-label{color:#777;font-size:14px;margin-bottom:10px;padding-bottom:5px}.llms-widget.alt h2{color:#444;font-weight:300}.llms-widget a{border-bottom:1px dotted #466dd8;display:inline-block;text-decoration:none}.llms-widget a:hover{border-bottom:1px dotted #2b55cb}.llms-widget .llms-widget-content{margin:.67em 0;color:#466dd8;font-size:2.4em;font-weight:700;line-height:1;word-break:break-all}.llms-widget h2{font-size:1.8em}.llms-widget .llms-label{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:18px;font-weight:400;margin:0 0 10px 0;text-align:center}.llms-widget .llms-chart{width:100%;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.llms-widget mark.yes{background-color:#7ad03a}.llms-widget .llms-subtitle{margin-bottom:0}.llms-widget .spinner{float:none;left:50%;margin:-10px 0 0 -10px;position:absolute;top:50%;z-index:2}.llms-widget.is-loading:before{background:#fefefe;bottom:0;content:"";left:0;opacity:.9;position:absolute;right:0;top:0;z-index:1}.llms-widget.is-loading .spinner{visibility:visible}.llms-widget td[colspan="2"]{padding-left:0}.llms-widget tr.llms-disabled-field{opacity:.5;pointer-events:none}.llms-widget-1-3,.llms-widget-1-4,.llms-widget-1-5{text-align:center}.llms-widget .llms-widget-info-toggle{color:#aaa;cursor:pointer;font-size:16px;position:absolute;right:20px;top:20px}.llms-widget.info-showing .llms-widget-info{display:block}.llms-widget-info{background:#444;color:#fefefe;bottom:-50px;display:none;padding:15px;position:absolute;text-align:center;left:10px;right:15px;z-index:3}.llms-widget-info:before{content:"";border:12px solid rgba(0,0,0,0);border-bottom-color:#444;left:50%;margin-left:-12px;position:absolute;top:-24px}.llms-widget-info p{margin:0}.llms-widget-row:before,.llms-widget-row:after{content:" ";display:table}.llms-widget-row:after{clear:both}.llms-widget-row .no-padding{padding:0 !important}svg.icon{height:24px;width:24px;display:inline-block;fill:currentColor;vertical-align:baseline}button svg.icon{height:18px;width:18px;margin:4px -4px 0 4px;-webkit-filter:drop-shadow(0 1px #eee);filter:drop-shadow(0 1px #eee);float:right}svg.icon.menu-icon{height:20px;width:20px;display:inline-block;fill:currentColor;vertical-align:text-bottom;margin-right:10px}svg.icon.tree-icon{height:13px;width:13px;vertical-align:middle}svg.icon.section-icon{height:16px;width:16px;vertical-align:text-bottom}svg.icon.button-icon{height:16px;width:16px;vertical-align:text-bottom}svg.icon.button-icon-attr{height:10px;width:10px;vertical-align:middle}svg.icon.list-icon{height:12px;width:12px;vertical-align:middle}svg.icon.list-icon.on{color:#466dd8}svg.icon.list-icon.off{color:#444}svg.icon.detail-icon{height:16px;width:16px;vertical-align:text-bottom;cursor:default}svg.icon.detail-icon.on{color:#466dd8}svg.icon.detail-icon.off{color:#ccc}svg.icon-ion-arrow-up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}svg use{pointer-events:none}#side-sortables .tab-content{padding:0}.llms-mb-container .tab-content{display:none;background-color:#fff;padding:0 20px}.llms-mb-container .tab-content ul:not(.select2-selection__rendered){margin:0 0 15px 0}.llms-mb-container .tab-content ul:not(.select2-selection__rendered)>li{padding:20px 0;margin:0}.llms-mb-container .tab-content ul:not(.select2-selection__rendered)>li.select:not([class*=d-]){width:100%}.llms-mb-container .tab-content ul:not(.select2-selection__rendered)>li:last-child{border:0;padding-bottom:0}.llms-mb-container .tab-content ul:not(.select2-selection__rendered)>li.top{border-bottom:0;padding-bottom:0}.llms-mb-container .tab-content .full-width{width:100%}.llms-mb-container .tab-content #wp-content-editor-tools{background:none}.llms-mb-container .tab-content.llms-active{display:inherit}.llms-mb-container .tab-content .no-border{border-bottom:0px}.topModal{display:none;position:relative;border:4px solid gray;background:#fff;z-index:1000001;padding:2px;max-width:500px;margin:34px auto 0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-color:#fff;border-radius:2px;border:1px solid #ddd}.topModalClose{float:right;cursor:pointer;margin-right:10px;margin-top:10px}.topModalContainer{display:none;overflow:auto;overflow-y:hidden;position:fixed;top:0 !important;right:0;bottom:0;left:0;-webkit-overflow-scrolling:touch;width:auto !important;margin-left:0 !important;background-color:rgba(0,0,0,0) !important;z-index:100002 !important}.topModalBackground{display:none;background:#000;position:fixed;height:100%;width:100%;top:0 !important;left:0;margin-left:0 !important;z-index:100002 !important;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:auto;overflow-y:hidden}body.modal-open{overflow:hidden}.llms-modal-header{border-top-right-radius:1px;border-top-left-radius:1px;background:#466dd8;color:#eee;padding:10px 15px;font-size:18px}#llms-icon-modal-close{width:16px;height:16px;fill:#fefefe}.llms-modal-content{padding:20px}.llms-modal-content h3{margin-top:0}.llms-modal-form h1{margin-top:0}.llms-modal-form input[type=text]{width:100%}.llms-modal-form textarea,.llms-modal-form input[type=text],.llms-modal-form input[type=password],.llms-modal-form input[type=file],.llms-modal-form input[type=datetime],.llms-modal-form input[type=datetime-local],.llms-modal-form input[type=date],.llms-modal-form input[type=month],.llms-modal-form input[type=time],.llms-modal-form input[type=week],.llms-modal-form input[type=number],.llms-modal-form input[type=email],.llms-modal-form input[type=url],.llms-modal-form input[type=search],.llms-modal-form input[type=tel],.llms-modal-form input[type=color]{padding:0 .4em 0 .4em;margin-bottom:2em;vertical-align:middle;border-radius:3px;min-width:50px;max-width:635px;width:100%;min-height:32px;background-color:#fff;border:1px solid #ccc;margin:0 0 24px 0;outline:none;-webkit-transition:border .3s ease-in-out 0s;transition:border .3s ease-in-out 0s}.llms-modal-form textarea:focus,.llms-modal-form input[type=text]:focus,.llms-modal-form input[type=password]:focus,.llms-modal-form input[type=file]:focus,.llms-modal-form input[type=datetime]:focus,.llms-modal-form input[type=datetime-local]:focus,.llms-modal-form input[type=date]:focus,.llms-modal-form input[type=month]:focus,.llms-modal-form input[type=time]:focus,.llms-modal-form input[type=week]:focus,.llms-modal-form input[type=number]:focus,.llms-modal-form input[type=email]:focus,.llms-modal-form input[type=url]:focus,.llms-modal-form input[type=search]:focus,.llms-modal-form input[type=tel]:focus,.llms-modal-form input[type=color]:focus{background:#fefefe;border:1px solid #466dd8}.llms-modal-form textarea{padding:.4em !important;height:100px !important;border-radius:3px;vertical-align:middle;min-height:32px;outline:none;-webkit-box-sizing:border-box;box-sizing:border-box}.llms-modal-form textarea:focus{background:#fefefe;border:1px solid #466dd8}.llms-modal-form .chosen-container-single .chosen-single{border-radius:3px;vertical-align:middle;min-height:32px;border:1px solid #ccc;width:100%;background:#fefefe !important;outline:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 0 0 #fff;box-shadow:0 0 0 #fff;line-height:32px;margin:0 0 24px 0}.llms-modal-form .chosen-container-single .chosen-single:focus{background:#fefefe;border:1px solid #466dd8}.llms-modal-form .chosen-container-single .chosen-single div b{margin-top:4px}.llms-modal-form .chosen-search input[type=text]{border:1px solid #ccc}.llms-modal-form .chosen-search input[type=text]:focus{background-color:#fefefe;border:1px solid #466dd8}.llms-modal-form .chosen-container-single .chosen-drop{margin-top:-28px}.llms-modal-form .llms-button-primary,.llms-modal-form .llms-button-secondary{padding:10px 10px;border-radius:0;-webkit-transition:.5s;transition:.5s;-webkit-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc}.llms-modal-form .llms-button-primary.full,.llms-modal-form .llms-button-secondary.full{width:100%}.modal-open .select2-dropdown{z-index:1000005}.button.llms-merge-code-button{vertical-align:middle}.button.llms-merge-code-button svg{margin-right:2px;position:relative;top:4px;width:16px}.button.llms-merge-code-button svg g{fill:currentColor}.llms-mb-container .llms-merge-code-wrapper{float:right;top:-5px}.llms-merge-code-wrapper{display:inline;position:relative}.llms-merge-codes{background:#f7f7f7;border:1px solid #ccc;border-radius:3px;-webkit-box-shadow:0 1px 0 #ccc;box-shadow:0 1px 0 #ccc;color:#555;display:none;left:1px;overflow:hidden;position:absolute;top:30px;width:200px}.llms-merge-codes ul{margin:0;padding:0}.llms-merge-codes li{cursor:pointer;margin:0;padding:4px 8px !important;border-bottom:1px solid #ccc}.llms-merge-codes li:hover{color:#23282d;background:#fefefe}.llms-merge-codes.active{display:block;z-index:777}.llms-nav-tab,.llms-nav-tab-filters{display:block;width:100%}form.llms-nav-tab-filters.full-width{width:100%}form.llms-nav-tab-filters.full-width label{display:inline-block;width:10%;text-align:left}form.llms-nav-tab-filters.full-width .select2-container{width:85% !important}.llms-nav-tab-settings{display:block;width:100%}#llms-form-wrapper .llms-select{width:100%;margin-bottom:20px}#llms-form-wrapper .llms-checkbox{display:inline-block;width:100%;text-align:left}#llms-form-wrapper .llms-filter-options{width:100%}#llms-form-wrapper .llms-date-select{width:100%;display:inline-block;margin-bottom:20px}#llms-form-wrapper .llms-date-select input[type=text]{width:100%}ul.tabs li{display:block}@media only screen and (min-width: 481px){#llms-form-wrapper .llms-checkbox{width:33%}}@media only screen and (min-width: 768px){ul.tabs li{display:inline-block}.llms-nav-tab{display:inline-block;width:33%}.llms-nav-tab-settings{display:inline-block;width:25%}#llms-form-wrapper .llms-select{width:50%;max-width:500px}#llms-form-wrapper .llms-filter-options{width:50%;max-width:500px}#llms-form-wrapper .llms-date-select{width:47.5%}#llms-form-wrapper .llms-date-select:first-child{margin-right:5%}.llms-widget input[type=text],.llms-widget input[type=password],.llms-widget input[type=datetime],.llms-widget input[type=datetime-local],.llms-widget input[type=date],.llms-widget input[type=month],.llms-widget input[type=time],.llms-widget input[type=week],.llms-widget input[type=number],.llms-widget input[type=email],.llms-widget input[type=url],.llms-widget input[type=search],.llms-widget input[type=tel],.llms-widget input[type=color],.llms-widget select,.llms-widget textarea{width:50%}.llms-widget input[type=text].medium,.llms-widget input[type=password].medium,.llms-widget input[type=datetime].medium,.llms-widget input[type=datetime-local].medium,.llms-widget input[type=date].medium,.llms-widget input[type=month].medium,.llms-widget input[type=time].medium,.llms-widget input[type=week].medium,.llms-widget input[type=number].medium,.llms-widget input[type=email].medium,.llms-widget input[type=url].medium,.llms-widget input[type=search].medium,.llms-widget input[type=tel].medium,.llms-widget input[type=color].medium,.llms-widget select.medium,.llms-widget textarea.medium{width:30%}.llms-widget input[type=text].small,.llms-widget input[type=password].small,.llms-widget input[type=datetime].small,.llms-widget input[type=datetime-local].small,.llms-widget input[type=date].small,.llms-widget input[type=month].small,.llms-widget input[type=time].small,.llms-widget input[type=week].small,.llms-widget input[type=number].small,.llms-widget input[type=email].small,.llms-widget input[type=url].small,.llms-widget input[type=search].small,.llms-widget input[type=tel].small,.llms-widget input[type=color].small,.llms-widget select.small,.llms-widget textarea.small{width:20%}.llms-widget input[type=text].tiny,.llms-widget input[type=password].tiny,.llms-widget input[type=datetime].tiny,.llms-widget input[type=datetime-local].tiny,.llms-widget input[type=date].tiny,.llms-widget input[type=month].tiny,.llms-widget input[type=time].tiny,.llms-widget input[type=week].tiny,.llms-widget input[type=number].tiny,.llms-widget input[type=email].tiny,.llms-widget input[type=url].tiny,.llms-widget input[type=search].tiny,.llms-widget input[type=tel].tiny,.llms-widget input[type=color].tiny,.llms-widget select.tiny,.llms-widget textarea.tiny{width:10%}}@media only screen and (min-width: 1030px){.llms-nav-tab{display:inline-block;width:33.333%}.llms-nav-tab-settings{display:inline-block;width:25%}#llms-form-wrapper .llms-select{display:inline-block;width:47.5%}#llms-form-wrapper .llms-select:first-child{margin-right:5%}#llms-form-wrapper .llms-filter-options{display:inline-block;width:47.5%}#llms-form-wrapper .llms-filter-options.date-filter{margin-right:5%}#llms-form-wrapper .llms-filter-options .llms-date-select{margin-bottom:0}#llms-form-wrapper .llms-date-select{width:47.5%}#llms-form-wrapper .llms-date-select:first-child{margin-right:5%}.llms-widget-row:before,.llms-widget-row:after{content:" ";display:table}.llms-widget-row:after{clear:both}.llms-widget-row .llms-widget-1-5{vertical-align:top;width:20%;float:left;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 5px}.llms-widget-row .llms-widget-1-4{vertical-align:top;width:25%;float:left;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 5px}.llms-widget-row .llms-widget-1-3{width:33.3%;float:left;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 5px}.llms-widget-row .llms-widget-1-2{width:50%;float:left;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 5px;vertical-align:top}}@media only screen and (min-width: 1240px){.llms-nav-tab-filters,.llms-nav-tab-settings{float:left;width:12.5%}}.wrap.lifterlms{margin-top:0}.llms-header{background-color:#fff;margin:0 0 0 -20px;padding:20px 10px;position:relative;z-index:1}.llms-header .llms-inside-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 10px}.llms-header .lifterlms-logo{-webkit-box-flex:0;-ms-flex:0 0 190px;flex:0 0 190px;max-height:52px;margin-right:10px}.llms-header .llms-meta{-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;line-height:1.5}.llms-header .llms-meta .llms-version{background-color:#1d2327;color:#fff;border-radius:999px;font-size:13px;font-weight:700;padding:6px 12px}.llms-header .llms-meta a{display:inline-block}.llms-header .llms-meta .llms-license{border-right:1px solid #ccc;font-weight:700;margin-right:12px;padding-right:12px}.llms-header .llms-meta .llms-license a{text-decoration:none}.llms-header .llms-meta .llms-license a:before{content:"";display:inline-block;font:400 16px/1 dashicons;left:0;padding-right:3px;position:relative;text-decoration:none;vertical-align:text-bottom}.llms-header .llms-meta .llms-license a.llms-license-none{color:#888}.llms-header .llms-meta .llms-license a.llms-license-none:before{content:""}.llms-header .llms-meta .llms-license a.llms-license-active{color:#008a20}.llms-header .llms-meta .llms-license a.llms-license-active:before{content:""}.llms-header .llms-meta .llms-support{font-weight:700}.llms-header .llms-meta .llms-support a{color:#1d2327;text-decoration:none}.llms-subheader{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-left:-20px;padding:10px 20px;width:100%;z-index:1}.llms-subheader h1{font-weight:700;padding:0}.llms-subheader h1 a{color:inherit;text-decoration:none}#post_course_difficulty{min-width:200px}#_video-embed,#_audio-embed{width:100%}hr{background-color:#ccc;border:none;height:1px;margin:30px 0;padding:0}.llms_certificate_default_image,.llms_certificate_image{width:300px}.llms_achievement_default_image,.llms_achievement_image{width:120px}div[id^=lifterlms-] .inside{overflow:visible}.notice.llms-admin-notice{background-color:#fff;border:1px solid #ccd0d4;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.15);box-shadow:0 1px 4px rgba(0,0,0,.15);display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 !important;position:relative}.notice.llms-admin-notice .notice-dismiss{text-decoration:none}.notice.llms-admin-notice.notice-warning{border-left:4px solid #f8954f}.notice.llms-admin-notice.notice-warning .llms-admin-notice-icon{background-color:#fef4ed}.notice.llms-admin-notice.notice-info{border-left:4px solid #466dd8}.notice.llms-admin-notice.notice-info h3{color:#466dd8}.notice.llms-admin-notice.notice-info .llms-admin-notice-icon{background-color:#edf0fb}.notice.llms-admin-notice.notice-success{border-left:4px solid #18a957}.notice.llms-admin-notice.notice-success h3{color:#18a957}.notice.llms-admin-notice.notice-success .llms-admin-notice-icon{background-color:#e8f6ee}.notice.llms-admin-notice.notice-error{border-left:4px solid #df1642}.notice.llms-admin-notice.notice-error h3{color:#9c0f2e}.notice.llms-admin-notice.notice-error .llms-admin-notice-icon{background-color:#fce8ec}.notice.llms-admin-notice .llms-admin-notice-icon{background-image:url(../../assets/images/lifterlms-icon-color.png);background-position:center center;background-repeat:no-repeat;background-size:30px;min-width:70px}.notice.llms-admin-notice .llms-admin-notice-content{color:#111;padding:20px}.notice.llms-admin-notice h3{font-size:18px;font-weight:700;line-height:25px;margin:0 0 15px 0}.notice.llms-admin-notice button,.notice.llms-admin-notice .llms-button-primary{display:inline-block}.notice.llms-admin-notice p{font-size:14px;line-height:22px;margin:0 0 15px 0;max-width:65em;padding:0}.notice.llms-admin-notice p:last-of-type{margin-bottom:0}.llms-button-action.small .dashicons,.llms-button-danger.small .dashicons,.llms-button-primary.small .dashicons,.llms-button-secondary.small .dashicons{font-size:13px;height:13px;width:13px}.llms-button-action:hover,.llms-button-danger:hover,.llms-button-primary:hover,.llms-button-secondary:hover{-webkit-box-shadow:none;box-shadow:none}a.llms-view-as{line-height:2;margin-right:8px}.llms-image-field-preview{max-height:80px;vertical-align:middle;width:auto}.llms-image-field-remove.hidden{display:none}.llms-log-viewer{background:#fff;border:1px solid #e5e5e5;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04);margin:20px 0;padding:25px}.llms-log-viewer pre{font-family:monospace;margin:0;padding:0;white-space:pre-wrap}.llms-status--tools .llms-table{background:#fff;border:1px solid #e5e5e5;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04)}.llms-status--tools .llms-table td,.llms-status--tools .llms-table th{padding:10px;vertical-align:top}.llms-status--tools .llms-table th{width:28%}.llms-status--tools .llms-table p{margin:0 0 10px}.llms-error{color:#e5554e;font-style:italic}.llms-rating-stars{color:#ffb900;text-decoration:none}@media screen and (max-width: 782px){.llms-header{top:46px}.llms-header .llms-inside-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.llms-header .llms-inside-wrap .lifterlms-logo{-ms-flex-item-align:center;align-self:center;-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit;max-height:initial;max-width:200px}.llms-header .llms-inside-wrap .llms-meta{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}}.llms-table-wrap{position:relative}.llms-table-header{padding:0}.llms-table-header:before,.llms-table-header:after{content:" ";display:table}.llms-table-header:after{clear:both}.llms-table-header h2{font-size:20px;padding:0;display:inline-block;line-height:1.5;margin:0 0 20px 0;vertical-align:middle}.llms-table-header .llms-table-search,.llms-table-header .llms-table-filters{float:right;padding-left:10px}.llms-table-header .llms-table-search input{margin:0;padding:0 8px}.llms-table{border:1px solid #c3c4c7;border-collapse:collapse;width:100%}.llms-table a:not(.small){color:#466dd8}.llms-table a:not(.small):hover{color:#2b55cb}.llms-table td,.llms-table th{border-bottom:1px solid #c3c4c7;padding:10px 12px;text-align:center}.llms-table td.expandable.closed,.llms-table th.expandable.closed{display:none}.llms-table td .llms-button-primary,.llms-table td .llms-button-secondary,.llms-table td .llms-button-action,.llms-table td .llms-button-danger,.llms-table th .llms-button-primary,.llms-table th .llms-button-secondary,.llms-table th .llms-button-action,.llms-table th .llms-button-danger{display:inline-block}.llms-table tr.llms-quiz-pending td{font-weight:700}.llms-table thead th,.llms-table tfoot th{background-color:#fff;font-weight:700}.llms-table thead th a.llms-sortable,.llms-table tfoot th a.llms-sortable{padding-right:16px;position:relative;text-decoration:none;width:100%}.llms-table thead th a.llms-sortable.active[data-order=DESC] .asc,.llms-table tfoot th a.llms-sortable.active[data-order=DESC] .asc{opacity:1}.llms-table thead th a.llms-sortable.active[data-order=ASC] .desc,.llms-table tfoot th a.llms-sortable.active[data-order=ASC] .desc{opacity:1}.llms-table thead th a.llms-sortable:hover[data-order=DESC] .asc,.llms-table tfoot th a.llms-sortable:hover[data-order=DESC] .asc{opacity:0}.llms-table thead th a.llms-sortable:hover[data-order=DESC] .desc,.llms-table tfoot th a.llms-sortable:hover[data-order=DESC] .desc{opacity:1}.llms-table thead th a.llms-sortable:hover[data-order=ASC] .asc,.llms-table tfoot th a.llms-sortable:hover[data-order=ASC] .asc{opacity:1}.llms-table thead th a.llms-sortable:hover[data-order=ASC] .desc,.llms-table tfoot th a.llms-sortable:hover[data-order=ASC] .desc{opacity:0}.llms-table thead th a.llms-sortable .dashicons,.llms-table tfoot th a.llms-sortable .dashicons{color:#444;font-size:16px;height:16px;opacity:0;position:absolute;width:16px}.llms-table tfoot th{border-bottom:none}.llms-table tfoot th .llms-table-export{float:left}.llms-table tfoot th .llms-table-export .llms-table-progress{background:#efefef;display:none;margin-left:8px;vertical-align:middle;width:100px}.llms-table tfoot th .llms-table-pagination{float:right}.llms-table.zebra tbody tr:nth-child(even) th,.llms-table.zebra tbody tr:nth-child(even) td{background-color:#fff}.llms-table.zebra tbody tr:nth-child(odd) th,.llms-table.zebra tbody tr:nth-child(odd) td{background-color:#f6f7f7}.llms-table.text-left td,.llms-table.text-left th{text-align:left}.llms-table.size-large td,.llms-table.size-large th{font-size:14px;padding:10px 12px}.llms-table .llms-drag-handle{color:#777;cursor:pointer;-webkit-transition:color .4s ease;transition:color .4s ease}.llms-table .llms-action-icon{color:#777;text-decoration:none}.llms-table .llms-action-icon .tooltip{cursor:pointer}.llms-table .llms-action-icon:hover{color:#466dd8}.llms-table .llms-action-icon.danger:hover{color:#e5554e}.llms-table .llms-table-page-count{font-size:12px;padding:0 5px}.llms-table-progress{text-align:center}.llms-table-progress .llms-table-progress-bar{background:#eee;border-radius:10px;height:16px;overflow:hidden;position:relative}.llms-table-progress .llms-table-progress-bar .llms-table-progress-inner{background:#466dd8;height:100%;-webkit-transition:width .2s ease;transition:width .2s ease}.llms-table-progress .llms-table-progress-text{color:#466dd8;font-size:12px;font-weight:700;line-height:16px}.llms-table.llms-gateway-table .status .fa,.llms-table.llms-integrations-table .status .fa{color:#466dd8;font-size:22px}.llms-table.llms-gateway-table .sort,.llms-table.llms-integrations-table .sort{cursor:move;text-align:center;width:10px}.llms-gb-table-notifications th,.llms-gb-table-notifications td{text-align:left}.llms-order-note .llms-order-note-content{background:#efefef;margin-bottom:10px;padding:10px;position:relative}.llms-order-note .llms-order-note-content:after{border-style:solid;border-color:#efefef rgba(0,0,0,0);border-width:10px 10px 0 0;bottom:-10px;content:"";display:block;height:0;left:20px;position:absolute;width:0}.llms-order-note .llms-order-note-content p{font-size:13px;margin:0;line-height:1.5}.llms-order-note .llms-order-note-meta{color:#999;font-size:11px;margin-left:10px}.llms-mb-list label{font-size:15px;font-weight:700;line-height:1.5;display:block;width:100%}.llms-mb-list .description{margin-bottom:8px}.llms-mb-list .input-full{width:100%}#poststuff .llms-metabox h2,#poststuff .llms-metabox h3,#poststuff .llms-metabox h6{margin:0;padding:0}#poststuff .llms-metabox h2{font-size:18px;font-weight:700}#poststuff .llms-metabox h3{color:#777;font-size:16px}#poststuff .llms-metabox h4{border-bottom:1px solid #e5e5e5;padding:0;margin:0}#poststuff .llms-metabox .llms-transaction-test-mode{background:#ffffd7;font-style:italic;left:0;padding:2px;position:absolute;right:0;top:0;text-align:center}#poststuff .llms-metabox a.llms-editable,#poststuff .llms-metabox .llms-metabox-icon,#poststuff .llms-metabox button.llms-editable{color:#999;text-decoration:none}#poststuff .llms-metabox a.llms-editable:hover,#poststuff .llms-metabox .llms-metabox-icon:hover,#poststuff .llms-metabox button.llms-editable:hover{color:#466dd8}#poststuff .llms-metabox button.llms-editable{border:none;background:none;cursor:pointer;padding:0;vertical-align:top}#poststuff .llms-metabox h4 button.llms-editable{float:right}#poststuff .llms-metabox .llms-table{margin-top:10px}.llms-metabox-section{background:#fff;margin-top:25px;position:relative}.llms-metabox-section.no-top-margin{margin-top:0}.llms-metabox-section .llms-metabox-field{margin:15px 0;position:relative}.llms-metabox-section .llms-metabox-field label{color:#777;display:block;margin-bottom:5px;font-weight:500;vertical-align:baseline}.llms-metabox-section .llms-metabox-field select,.llms-metabox-section .llms-metabox-field textarea,.llms-metabox-section .llms-metabox-field input[type=text],.llms-metabox-section .llms-metabox-field input[type=number]{width:100%}.llms-metabox-section .llms-metabox-field input.md-text{width:105px}.llms-metabox-section .llms-metabox-field input.sm-text{width:45px}.llms-metabox-section .llms-metabox-field .llms-datetime-field .llms-date-input{width:95px}.llms-metabox-section .llms-metabox-field .llms-datetime-field .llms-time-input{width:45px}.llms-metabox-section .llms-metabox-field .llms-datetime-field em{font-style:normal;padding:0 3px}.llms-collapsible{border:1px solid #e5e5e5;position:relative;margin-top:0;margin-bottom:-1px}.llms-collapsible:last-child{margin-bottom:0}.llms-collapsible.opened .llms-collapsible-header .dashicons-arrow-down{display:none}.llms-collapsible.opened .llms-collapsible-header .dashicons-arrow-up{display:inline}.llms-collapsible .llms-collapsible-header{padding:10px}.llms-collapsible .llms-collapsible-header h3{color:#777;margin:0;font-size:16px}.llms-collapsible .llms-collapsible-header .dashicons-arrow-up{display:inline}.llms-collapsible .llms-collapsible-header .dashicons-arrow-up{display:none}.llms-collapsible .llms-collapsible-header a{text-decoration:none}.llms-collapsible .llms-collapsible-header .dashicons{color:#777;cursor:pointer;-webkit-transition:color .4s ease;transition:color .4s ease}.llms-collapsible .llms-collapsible-header .dashicons:hover{color:#466dd8}.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning,.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning:hover,.llms-collapsible .llms-collapsible-header .dashicons.dashicons-trash:hover,.llms-collapsible .llms-collapsible-header .dashicons.dashicons-no:hover{color:#e5554e}.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning.medium-danger,.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning.medium-danger:hover{color:#ff922b}.llms-collapsible .llms-collapsible-body{display:none;padding:10px}._llms_instructors_data.repeater .llms-repeater-rows .llms-repeater-row:first-child .llms-repeater-remove{display:none}._llms_instructors_data.repeater .llms-mb-list{padding:0 5px !important}.post-type-llms_order #post-body-content{display:none}#lifterlms-order-details .handlediv,#lifterlms-order-details .handlediv.button-link,#lifterlms-order-details .postbox-header{display:none}#lifterlms-order-details .inside{padding:20px;margin-top:0}.llms-table tbody tr.llms-txn-failed td{background-color:rgba(229,85,78,.5);border-bottom-color:rgba(229,85,78,.5)}.llms-table tbody tr.llms-txn-refunded td{background-color:rgba(255,165,0,.5);border-bottom-color:rgba(255,165,0,.5)}.llms-txn-refund-form .llms-metabox-section,.llms-manual-txn-form .llms-metabox-section{margin-top:0}.llms-txn-refund-form .llms-metabox-field,.llms-manual-txn-form .llms-metabox-field{text-align:right}.llms-txn-refund-form .llms-metabox-field input[type=number],.llms-manual-txn-form .llms-metabox-field input[type=number]{max-width:100px}.llms-txn-refund-form .llms-metabox-field input[type=text],.llms-manual-txn-form .llms-metabox-field input[type=text]{max-width:340px}.llms-manual-txn-form{background-color:#eaeaea}.llms-manual-txn-form .llms-metabox-section{background-color:#eaeaea}#llms-remaining-edit{display:none}.llms-remaining-edit--content label,.llms-remaining-edit--content span,.llms-remaining-edit--content textarea{display:block}.llms-remaining-edit--content label{margin-bottom:20px}.llms-remaining-edit--content textarea,.llms-remaining-edit--content input{width:100%}.submitbox .llms-mb-section,.llms-award-engagement-submitbox .llms-mb-list{margin-bottom:12px}.submitbox .llms-mb-section:last-of-type,.llms-award-engagement-submitbox .llms-mb-list:last-of-type{margin-bottom:0}.sync-action:before,.submitbox .llms-mb-section.student-info:before,.submitbox .llms-mb-section.post_author_override label:before,.llms-award-engagement-submitbox .llms-mb-list.student-info:before,.llms-award-engagement-submitbox .llms-mb-list.post_author_override label:before{font:normal 20px/1 dashicons;speak:never;display:inline-block;margin-left:-1px;padding-right:3px;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;top:-1px;color:#8c8f94}body:not(.admin-color-fresh) .sync-action:before,body:not(.admin-color-fresh) .submitbox .llms-mb-section.student-info:before,body:not(.admin-color-fresh) .submitbox .llms-mb-section.post_author_override label:before,body:not(.admin-color-fresh) .llms-award-engagement-submitbox .llms-mb-list.student-info:before,body:not(.admin-color-fresh) .llms-award-engagement-submitbox .llms-mb-list.post_author_override label:before{color:currentColor}.submitbox .llms-mb-section.student-info:before,.submitbox .llms-mb-section.post_author_override label:before,.llms-award-engagement-submitbox .llms-mb-list.student-info:before,.llms-award-engagement-submitbox .llms-mb-list.post_author_override label:before{content:""}.sync-action:before{content:"";color:#fff}.submitbox .llms-mb-section.post_author_override label,.llms-award-engagement-submitbox .llms-mb-list.post_author_override label{display:inline-block;width:auto}.llms-metabox #llms-new-access-plan-model{display:none}.llms-metabox .llms-access-plans{margin-top:10px}.llms-metabox .llms-access-plans>.llms-no-plans-msg{display:none}.llms-metabox .llms-access-plans>.llms-no-plans-msg:last-child{-webkit-box-shadow:inset 0 0 0 1px #e5e5e5;box-shadow:inset 0 0 0 1px #e5e5e5;display:block;text-align:center;padding:10px}.llms-metabox .llms-access-plans.dragging{background:#efefef;-webkit-box-shadow:inset 0 0 0 1px #e5e5e5;box-shadow:inset 0 0 0 1px #e5e5e5}.llms-metabox .llms-access-plans .llms-spinning{z-index:1}.llms-metabox .llms-access-plans .llms-invalid{border-color:#e5554e}.llms-metabox .llms-access-plans .llms-invalid .dashicons-warning{display:inline}.llms-metabox .llms-access-plans .llms-needs-attention .dashicons-warning.medium-danger{display:inline}.llms-metabox .llms-access-plans .dashicons-warning{display:none}.llms-metabox .llms-access-plan{text-align:left}.llms-metabox .llms-access-plan [data-tip]:before{text-align:center}.llms-metabox .llms-access-plan .llms-plan-link,.llms-metabox .llms-access-plan [data-controller]{display:none}.llms-metabox .llms-access-plan:hover .llms-plan-link,.llms-metabox .llms-access-plan.opened .llms-plan-link{display:inline-block}.llms-metabox .llms-access-plan .llms-metabox-field{margin:5px 0}.llms-metabox .llms-access-plan .llms-required{color:#e5554e;margin-left:3px}.llms-metabox .llms-access-plan .notice{margin-left:0}.llms-metabox-students .llms-table tr .name{text-align:left}.llms-metabox-students .llms-add-student:hover{color:#83c373}.llms-metabox-students .llms-remove-student:hover{color:#e5554e}.llms-mb-container .tab-content ul:not(.select2-selection__rendered).llms-mb-repeater-fields>li.llms-mb-list{border-bottom:none;padding:0 0 10px}.llms-mb-list.repeater .llms-repeater-rows{position:relative;margin-top:10px;min-height:10px}.llms-mb-list.repeater .llms-repeater-rows.dragging{background:#efefef;-webkit-box-shadow:inset 0 0 0 1px #e5e5e5;box-shadow:inset 0 0 0 1px #e5e5e5}.llms-mb-list.repeater .llms-repeater-row{background:#fff}.llms-mb-list.repeater .llms-mb-repeater-footer{text-align:right;margin-top:20px}.llms-mb-list.repeater .tmce-active .wp-editor-area{color:#32373c}.llms-builder-launcher p{margin-top:0}.llms-builder-launcher ol{margin-top:-6px}.llms-builder-launcher .llms-button-primary{-webkit-box-sizing:border-box;box-sizing:border-box}.wp-list-table .llms-status{border-radius:3px;border-bottom:1px solid #fff;display:inline-block;font-size:80%;padding:3px 6px;vertical-align:middle}.wp-list-table .llms-status.llms-size--large{font-size:105%;padding:6px 12px}.wp-list-table .llms-status.llms-active,.wp-list-table .llms-status.llms-completed,.wp-list-table .llms-status.llms-pass,.wp-list-table .llms-status.llms-txn-succeeded{color:#1f3818;background-color:#83c373}.wp-list-table .llms-status.llms-fail,.wp-list-table .llms-status.llms-failed,.wp-list-table .llms-status.llms-expired,.wp-list-table .llms-status.llms-cancelled,.wp-list-table .llms-status.llms-txn-failed{color:#5a110d;background-color:#e5554e}.wp-list-table .llms-status.llms-incomplete,.wp-list-table .llms-status.llms-on-hold,.wp-list-table .llms-status.llms-pending,.wp-list-table .llms-status.llms-pending-cancel,.wp-list-table .llms-status.llms-refunded,.wp-list-table .llms-status.llms-txn-pending,.wp-list-table .llms-status.llms-txn-refunded{color:#664200;background-color:orange}#lifterlms-order-transactions .llms-table tfoot th{text-align:right}.llms-post-table-post-filter{display:inline-block;margin-right:6px;max-width:100%;width:220px}.llms-nav-tab-wrapper{background:#466dd8;margin:20px 0}.llms-nav-tab-wrapper.llms-nav-secondary{background:#e1e1e1}.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item{margin:0}.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover,.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link{background:#cdcdcd}.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link{color:#414141;font-size:15px;padding:8px 14px}.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link .dashicons{font-size:15px;height:15px;width:15px}.llms-nav-tab-wrapper.llms-nav-text{background:inherit}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-items{padding-left:0}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item{background:inherit;color:#646970}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item:last-child:after{display:none}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item:after{content:"|";display:inline-block;margin:0 8px 0 6px}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item .llms-nav-link:hover{background:inherit;color:#466dd8}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item.llms-active .llms-nav-link{background:inherit;color:#000;font-weight:600;text-decoration:none}.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item .llms-nav-link{color:#466dd8;display:inline-block;letter-spacing:0;margin:0;padding:0;text-decoration:underline;text-transform:none}.llms-nav-tab-wrapper.llms-nav-style-tabs{background-color:#1c3987;margin:0;padding-top:8px}.llms-nav-tab-wrapper.llms-nav-style-tabs .llms-nav-item{margin:0 3px}.llms-nav-tab-wrapper.llms-nav-style-tabs .llms-nav-item .llms-nav-link{border-top-left-radius:4px;border-top-right-radius:4px}.llms-nav-tab-wrapper.llms-nav-style-tabs .llms-nav-item.llms-active .llms-nav-link{background-color:#fff;color:#466dd8;font-weight:700}.llms-nav-tab-wrapper.llms-nav-style-filters{background-color:#466dd8;border-radius:12px;margin:20px 0;overflow:hidden;padding:0}.llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:0}@media only screen and (min-width: 782px){.llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items .llms-nav-item{float:none}.llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items .llms-nav-item .llms-nav-link{padding:14px}.llms-nav-tab-wrapper .llms-nav-items{margin:0;padding-left:10px}.llms-nav-tab-wrapper .llms-nav-items:before,.llms-nav-tab-wrapper .llms-nav-items:after{content:" ";display:table}.llms-nav-tab-wrapper .llms-nav-items:after{clear:both}.llms-nav-tab-wrapper .llms-nav-item{margin:0}.llms-nav-tab-wrapper .llms-nav-item .llms-nav-link:hover{background:#466dd8}.llms-nav-tab-wrapper .llms-nav-item.llms-active .llms-nav-link{background:#1c3987}.llms-nav-tab-wrapper .llms-nav-item.llms-active .llms-nav-link{font-weight:400}@media only screen and (min-width: 768px){.llms-nav-tab-wrapper .llms-nav-item{float:left}.llms-nav-tab-wrapper .llms-nav-item.llms-nav-item-right{float:right}}.llms-nav-tab-wrapper .llms-nav-link{color:#fff;cursor:pointer;display:block;font-weight:400;font-size:15px;padding:9px 18px;text-align:center;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}#llms-options-page-contents h2{color:#999;font-weight:500;letter-spacing:2px;border-bottom:1px solid #999}.llms-reporting.wrap .llms-options-page-contents .llms-nav-tab-wrapper.llms-nav-secondary{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);margin:0;padding:0}.llms-reporting.wrap .llms-stab-title{color:#1c3987;font-size:36px;font-weight:300;margin-bottom:20px}.llms-reporting.wrap td.id a{text-decoration:none}.llms-reporting.wrap th.id,.llms-reporting.wrap td.id,.llms-reporting.wrap th.name,.llms-reporting.wrap td.name,.llms-reporting.wrap th.registered,.llms-reporting.wrap td.registered,.llms-reporting.wrap th.last_seen,.llms-reporting.wrap td.last_seen,.llms-reporting.wrap th.overall_progress,.llms-reporting.wrap td.overall_progress,.llms-reporting.wrap th.title,.llms-reporting.wrap td.title,.llms-reporting.wrap th.course,.llms-reporting.wrap td.course,.llms-reporting.wrap th.lesson,.llms-reporting.wrap td.lesson{text-align:left}.llms-reporting.wrap td.section-title{background:#eaeaea;text-align:left;font-weight:700;padding:16px 4px}.llms-reporting.wrap td.questions-table{text-align:left}.llms-reporting.wrap td.questions-table .correct,.llms-reporting.wrap td.questions-table .question,.llms-reporting.wrap td.questions-table .selected{text-align:left;max-width:300px}.llms-reporting.wrap td.questions-table .correct img,.llms-reporting.wrap td.questions-table .question img,.llms-reporting.wrap td.questions-table .selected img{height:auto;max-width:64px}.llms-reporting.wrap table.quiz-attempts{margin-bottom:40px}.llms-reporting.wrap.tab--students .llms-options-page-contents #llms-award-certificate-wrapper .components-button.is-secondary{background:#e1e1e1;border-radius:8px;-webkit-box-shadow:none;box-shadow:none;color:#414141;font-size:13px;font-weight:700;height:auto;padding:8px 14px}.llms-reporting.wrap.tab--enrollments .llms-nav-tab-wrapper.llms-nav-secondary,.llms-reporting.wrap.tab--sales .llms-nav-tab-wrapper.llms-nav-secondary{margin-bottom:0}.llms-reporting.wrap.tab--enrollments .llms-options-page-contents,.llms-reporting.wrap.tab--sales .llms-options-page-contents{-webkit-box-shadow:none;box-shadow:none;background:none;margin-top:20px;padding:0}.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form,.llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;gap:5px}.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form label,.llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form label{font-weight:700}.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form input,.llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form input{border:0;font-size:13px;margin:0;padding:0 4px;vertical-align:middle;width:110px}.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form .select2-container input,.llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form .select2-container input{width:100% !important}.llms-reporting.wrap.tab--enrollments .button.small,.llms-reporting.wrap.tab--sales .button.small{height:23px;line-height:23px}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters,.llms-reporting.wrap.tab--sales .llms-analytics-filters{display:none}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-inside-wrap,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-inside-wrap{background-color:#fff;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);margin:-20px 10px 20px 10px;padding:20px}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-items,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0}@media only screen and (min-width: 782px){.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-items,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-item,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-item{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-item label,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-item label{display:block;font-weight:700;margin:0 0 5px 0}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-item .select2-selection__rendered,.llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-item .select2-selection__rendered{word-wrap:break-word;text-overflow:inherit;white-space:normal}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters p,.llms-reporting.wrap.tab--sales .llms-analytics-filters p{margin:0;text-align:right}.llms-reporting.wrap.tab--enrollments .llms-analytics-filters p .llms-button-primary,.llms-reporting.wrap.tab--sales .llms-analytics-filters p .llms-button-primary{display:inline-block}.llms-reporting.wrap .llms-reporting-tab.llms-reporting-quiz .llms-table-filter-wrap{width:160px}.llms-charts-wrapper{background-color:#fff;border:1px solid #dedede;border-radius:12px;-webkit-box-shadow:0px 0px 1px rgba(48,49,51,.05),0px 2px 4px rgba(48,49,51,.1);box-shadow:0px 0px 1px rgba(48,49,51,.05),0px 2px 4px rgba(48,49,51,.1);padding:20px}.llms-reporting-tab h1,.llms-reporting-tab h2,.llms-reporting-tab h3,.llms-reporting-tab h4,.llms-reporting-tab h5,.llms-reporting-tab h6{margin:0}.llms-reporting-tab h1 a,.llms-reporting-tab h2 a,.llms-reporting-tab h3 a,.llms-reporting-tab h4 a,.llms-reporting-tab h5 a,.llms-reporting-tab h6 a{color:#466dd8;text-decoration:none}.llms-reporting-tab h1 a:hover,.llms-reporting-tab h2 a:hover,.llms-reporting-tab h3 a:hover,.llms-reporting-tab h4 a:hover,.llms-reporting-tab h5 a:hover,.llms-reporting-tab h6 a:hover{color:#466dd8}.llms-reporting-tab h2{font-size:22px;line-height:1.5}.llms-reporting-tab h2.llms-table-title{margin-bottom:20px}.llms-reporting-tab h5{font-size:15px;line-height:1.5}.llms-reporting-tab .llms-reporting-body{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);margin:20px auto;padding:0}.llms-reporting-tab .llms-reporting-body .llms-reporting-stab{padding:30px}.llms-reporting-tab .llms-reporting-body .llms-reporting-stab .llms-table-header{margin:0}.llms-reporting-tab .llms-reporting-body .llms-gb-tab{padding:30px}.llms-reporting-tab .llms-reporting-body .llms-reporting-header{padding:30px;margin:0}.llms-reporting-tab .llms-reporting-body .llms-reporting-header .llms-reporting-header-img{border-radius:50%;display:inline-block;margin-right:10px;overflow:hidden;vertical-align:middle}.llms-reporting-tab .llms-reporting-body .llms-reporting-header .llms-reporting-header-img img{display:block;max-height:64px;width:auto}.llms-reporting-tab .llms-reporting-body .llms-reporting-header .llms-reporting-header-info{display:inline-block;vertical-align:middle}.llms-reporting-breadcrumbs{margin:0;padding:0}.llms-reporting-breadcrumbs a{color:#466dd8;font-size:15px;text-decoration:none}.llms-reporting-breadcrumbs a:hover{color:#2b55cb}.llms-reporting-breadcrumbs a:after{content:" > ";color:#646970}.llms-reporting-breadcrumbs a:last-child{color:#000;font-weight:700}.llms-reporting-breadcrumbs a:last-child:after{display:none}#llms-students-table .name{text-align:left}.llms-reporting-tab-content{display:-webkit-box;display:-ms-flexbox;display:flex}.llms-reporting-tab-content>header:before,.llms-reporting-tab-content>header:after{content:" ";display:table}.llms-reporting-tab-content>header:after{clear:both}.llms-reporting-tab-content h3{margin-bottom:20px}.llms-reporting-tab-content .llms-reporting-tab-filter{float:right;position:relative;margin-right:.75em;width:180px;top:-3px}.llms-reporting-tab-content .llms-reporting-tab-main{-webkit-box-flex:3;-ms-flex:3;flex:3;max-width:75%}.llms-reporting-tab-content .llms-reporting-tab-side{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:20px}.llms-reporting-tab-content>.llms-table-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}.llms-reporting-widgets:before,.llms-reporting-widgets:after{content:" ";display:table}.llms-reporting-widgets:after{clear:both}.llms-reporting-widget{border-top:4px solid #466dd8;background:#fafafa;margin-bottom:10px;padding:30px}.llms-reporting-widget:before,.llms-reporting-widget:after{content:" ";display:table}.llms-reporting-widget:after{clear:both}.llms-reporting-widget .fa{color:#999;float:left;font-size:32px;margin-right:10px}.llms-reporting-widget strong{color:#333;font-size:20px;line-height:1.2}.llms-reporting-widget.llms-reporting-student-address strong{line-height:1.1}.llms-reporting-widget sup,.llms-reporting-widget .llms-price-currency-symbol{font-size:75%;position:relative;top:-4px;vertical-align:baseline}.llms-reporting-widget small{font-size:13px}.llms-reporting-widget small.compare{margin-left:5px}.llms-reporting-widget small.compare.positive{color:#83c373}.llms-reporting-widget small.compare.negative{color:#e5554e}.llms-reporting-event{border-left:4px solid #555;background:#fafafa;font-size:11px;line-height:1.2;margin-bottom:.75em;padding:10px}.llms-reporting-event:before,.llms-reporting-event:after{content:" ";display:table}.llms-reporting-event:after{clear:both}.llms-reporting-event.color--blue{border-left-color:#466dd8}.llms-reporting-event.color--green,.llms-reporting-event._enrollment_trigger,.llms-reporting-event._is_complete.yes{border-left-color:#83c373}.llms-reporting-event.color--purple,.llms-reporting-event._status.enrolled{border-left-color:#845ef7}.llms-reporting-event.color--red,.llms-reporting-event._status.expired,.llms-reporting-event._status.cancelled{border-left-color:#e5554e}.llms-reporting-event.color--orange,.llms-reporting-event._achievement_earned,.llms-reporting-event._certificate_earned,.llms-reporting-event._email_sent{border-left-color:#ff922b}.llms-reporting-event time{color:#888}.llms-reporting-event .llms-student-avatar{margin-left:10px;float:right}.llms-reporting-event a{text-decoration:none;color:inherit}@media only screen and (min-width: 782px){.llms-reporting.wrap .llms-options-page-contents .llms-nav-tab-wrapper.llms-nav-secondary{margin-left:0;margin-right:0}}.llms-quiz-attempt-results{margin:0;padding:0;list-style-type:none}.llms-quiz-attempt-results .llms-quiz-attempt-question{background:#efefef;margin:0 0 10px;position:relative;list-style-type:none}.llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer{color:inherit;display:block;padding:10px 35px 10px 10px;text-decoration:none}.llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before,.llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after{content:" ";display:table}.llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after{clear:both}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct,.llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect{background:rgba(255,146,43,.2)}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct .llms-status-icon,.llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect .llms-status-icon{background-color:#ff922b}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct{background:rgba(131,195,115,.2)}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct .llms-status-icon{background-color:#83c373}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect{background:rgba(229,85,78,.2)}.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect .llms-status-icon{background-color:#e5554e}.llms-quiz-attempt-results .llms-quiz-attempt-question pre{overflow:auto}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title{float:left;margin:0;line-height:1}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points{float:right;line-height:1}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip{position:absolute;right:-12px;top:-2px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon{color:rgba(255,255,255,.65);border-radius:50%;font-size:30px;height:40px;line-height:40px;text-align:center;width:40px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main{display:none;padding:0 10px 10px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-results-label{font-weight:700;margin-bottom:10px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers{margin:0;padding:0}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer{padding:0;margin:0 0 0 30px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer:only-child{list-style-type:none;margin-left:0}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main img{height:auto;max-width:200px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section{border-top:2px solid rgba(255,255,255,.5);margin-top:20px;padding-top:20px}.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-child{border-top:none;margin-top:0;padding-top:0}.llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers,.llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers{list-style-type:none;margin:0;padding:0}.llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer,.llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer{display:inline-block;list-style-type:none;margin:0;padding:5px}.llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed{opacity:.5}.llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed .llms-question-title{font-style:italic;font-weight:normal}.wrap.llms-reporting .llms-inside-wrap,.wrap.lifterlms-settings .llms-inside-wrap,.wrap.llms-status .llms-inside-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.wrap.llms-reporting .llms-inside-wrap .llms-nav-text,.wrap.lifterlms-settings .llms-inside-wrap .llms-nav-text,.wrap.llms-status .llms-inside-wrap .llms-nav-text{margin:0 auto}.wrap.llms-reporting .llms-subheader .llms-save,.wrap.lifterlms-settings .llms-subheader .llms-save,.wrap.llms-status .llms-subheader .llms-save{-webkit-box-flex:1;-ms-flex:auto;flex:auto;text-align:right}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);margin:0 -20px 20px -10px}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items{padding-left:0}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover{background:#f0f0f1;color:#222}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link{background:#fafafa;color:#466dd8;border-top-color:#466dd8}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link{font-weight:700}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link{border-top:2px solid rgba(0,0,0,0);padding:14px}.wrap.llms-reporting .llms-setting-group,.wrap.lifterlms-settings .llms-setting-group,.wrap.llms-status .llms-setting-group{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);margin:20px auto;padding:20px}.wrap.llms-reporting .llms-setting-group .llms-label,.wrap.lifterlms-settings .llms-setting-group .llms-label,.wrap.llms-status .llms-setting-group .llms-label{border-bottom:1px solid #efefef;font-weight:700;font-size:20px;padding:20px;margin:-20px -20px 20px}.wrap.llms-reporting .llms-setting-group .llms-label .llms-button-primary,.wrap.lifterlms-settings .llms-setting-group .llms-label .llms-button-primary,.wrap.llms-status .llms-setting-group .llms-label .llms-button-primary{margin-left:10px}.wrap.llms-reporting .llms-setting-group .llms-help-tooltip .dashicons,.wrap.lifterlms-settings .llms-setting-group .llms-help-tooltip .dashicons,.wrap.llms-status .llms-setting-group .llms-help-tooltip .dashicons{color:#444;cursor:help}.wrap.llms-reporting .llms-setting-group .form-table,.wrap.lifterlms-settings .llms-setting-group .form-table,.wrap.llms-status .llms-setting-group .form-table{margin:0}.wrap.llms-reporting .llms-setting-group .form-table tr:first-child .llms-subtitle,.wrap.lifterlms-settings .llms-setting-group .form-table tr:first-child .llms-subtitle,.wrap.llms-status .llms-setting-group .form-table tr:first-child .llms-subtitle{margin-top:0}.wrap.llms-reporting .llms-setting-group td[colspan="2"],.wrap.lifterlms-settings .llms-setting-group td[colspan="2"],.wrap.llms-status .llms-setting-group td[colspan="2"]{padding-top:0;padding-left:0}.wrap.llms-reporting .llms-setting-group tr.llms-disabled-field,.wrap.lifterlms-settings .llms-setting-group tr.llms-disabled-field,.wrap.llms-status .llms-setting-group tr.llms-disabled-field{opacity:.5;pointer-events:none}.wrap.llms-reporting .llms-setting-group p,.wrap.lifterlms-settings .llms-setting-group p,.wrap.llms-status .llms-setting-group p{font-size:14px}.wrap.llms-reporting .llms-setting-group input[type=text],.wrap.llms-reporting .llms-setting-group input[type=password],.wrap.llms-reporting .llms-setting-group input[type=datetime],.wrap.llms-reporting .llms-setting-group input[type=datetime-local],.wrap.llms-reporting .llms-setting-group input[type=date],.wrap.llms-reporting .llms-setting-group input[type=month],.wrap.llms-reporting .llms-setting-group input[type=time],.wrap.llms-reporting .llms-setting-group input[type=week],.wrap.llms-reporting .llms-setting-group input[type=number],.wrap.llms-reporting .llms-setting-group input[type=email],.wrap.llms-reporting .llms-setting-group input[type=url],.wrap.llms-reporting .llms-setting-group input[type=search],.wrap.llms-reporting .llms-setting-group input[type=tel],.wrap.llms-reporting .llms-setting-group input[type=color],.wrap.llms-reporting .llms-setting-group select,.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area),.wrap.lifterlms-settings .llms-setting-group input[type=text],.wrap.lifterlms-settings .llms-setting-group input[type=password],.wrap.lifterlms-settings .llms-setting-group input[type=datetime],.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local],.wrap.lifterlms-settings .llms-setting-group input[type=date],.wrap.lifterlms-settings .llms-setting-group input[type=month],.wrap.lifterlms-settings .llms-setting-group input[type=time],.wrap.lifterlms-settings .llms-setting-group input[type=week],.wrap.lifterlms-settings .llms-setting-group input[type=number],.wrap.lifterlms-settings .llms-setting-group input[type=email],.wrap.lifterlms-settings .llms-setting-group input[type=url],.wrap.lifterlms-settings .llms-setting-group input[type=search],.wrap.lifterlms-settings .llms-setting-group input[type=tel],.wrap.lifterlms-settings .llms-setting-group input[type=color],.wrap.lifterlms-settings .llms-setting-group select,.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area),.wrap.llms-status .llms-setting-group input[type=text],.wrap.llms-status .llms-setting-group input[type=password],.wrap.llms-status .llms-setting-group input[type=datetime],.wrap.llms-status .llms-setting-group input[type=datetime-local],.wrap.llms-status .llms-setting-group input[type=date],.wrap.llms-status .llms-setting-group input[type=month],.wrap.llms-status .llms-setting-group input[type=time],.wrap.llms-status .llms-setting-group input[type=week],.wrap.llms-status .llms-setting-group input[type=number],.wrap.llms-status .llms-setting-group input[type=email],.wrap.llms-status .llms-setting-group input[type=url],.wrap.llms-status .llms-setting-group input[type=search],.wrap.llms-status .llms-setting-group input[type=tel],.wrap.llms-status .llms-setting-group input[type=color],.wrap.llms-status .llms-setting-group select,.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area){width:50%}.wrap.llms-reporting .llms-setting-group input[type=text].medium,.wrap.llms-reporting .llms-setting-group input[type=password].medium,.wrap.llms-reporting .llms-setting-group input[type=datetime].medium,.wrap.llms-reporting .llms-setting-group input[type=datetime-local].medium,.wrap.llms-reporting .llms-setting-group input[type=date].medium,.wrap.llms-reporting .llms-setting-group input[type=month].medium,.wrap.llms-reporting .llms-setting-group input[type=time].medium,.wrap.llms-reporting .llms-setting-group input[type=week].medium,.wrap.llms-reporting .llms-setting-group input[type=number].medium,.wrap.llms-reporting .llms-setting-group input[type=email].medium,.wrap.llms-reporting .llms-setting-group input[type=url].medium,.wrap.llms-reporting .llms-setting-group input[type=search].medium,.wrap.llms-reporting .llms-setting-group input[type=tel].medium,.wrap.llms-reporting .llms-setting-group input[type=color].medium,.wrap.llms-reporting .llms-setting-group select.medium,.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area).medium,.wrap.lifterlms-settings .llms-setting-group input[type=text].medium,.wrap.lifterlms-settings .llms-setting-group input[type=password].medium,.wrap.lifterlms-settings .llms-setting-group input[type=datetime].medium,.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local].medium,.wrap.lifterlms-settings .llms-setting-group input[type=date].medium,.wrap.lifterlms-settings .llms-setting-group input[type=month].medium,.wrap.lifterlms-settings .llms-setting-group input[type=time].medium,.wrap.lifterlms-settings .llms-setting-group input[type=week].medium,.wrap.lifterlms-settings .llms-setting-group input[type=number].medium,.wrap.lifterlms-settings .llms-setting-group input[type=email].medium,.wrap.lifterlms-settings .llms-setting-group input[type=url].medium,.wrap.lifterlms-settings .llms-setting-group input[type=search].medium,.wrap.lifterlms-settings .llms-setting-group input[type=tel].medium,.wrap.lifterlms-settings .llms-setting-group input[type=color].medium,.wrap.lifterlms-settings .llms-setting-group select.medium,.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area).medium,.wrap.llms-status .llms-setting-group input[type=text].medium,.wrap.llms-status .llms-setting-group input[type=password].medium,.wrap.llms-status .llms-setting-group input[type=datetime].medium,.wrap.llms-status .llms-setting-group input[type=datetime-local].medium,.wrap.llms-status .llms-setting-group input[type=date].medium,.wrap.llms-status .llms-setting-group input[type=month].medium,.wrap.llms-status .llms-setting-group input[type=time].medium,.wrap.llms-status .llms-setting-group input[type=week].medium,.wrap.llms-status .llms-setting-group input[type=number].medium,.wrap.llms-status .llms-setting-group input[type=email].medium,.wrap.llms-status .llms-setting-group input[type=url].medium,.wrap.llms-status .llms-setting-group input[type=search].medium,.wrap.llms-status .llms-setting-group input[type=tel].medium,.wrap.llms-status .llms-setting-group input[type=color].medium,.wrap.llms-status .llms-setting-group select.medium,.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area).medium{width:30%}.wrap.llms-reporting .llms-setting-group input[type=text].small,.wrap.llms-reporting .llms-setting-group input[type=password].small,.wrap.llms-reporting .llms-setting-group input[type=datetime].small,.wrap.llms-reporting .llms-setting-group input[type=datetime-local].small,.wrap.llms-reporting .llms-setting-group input[type=date].small,.wrap.llms-reporting .llms-setting-group input[type=month].small,.wrap.llms-reporting .llms-setting-group input[type=time].small,.wrap.llms-reporting .llms-setting-group input[type=week].small,.wrap.llms-reporting .llms-setting-group input[type=number].small,.wrap.llms-reporting .llms-setting-group input[type=email].small,.wrap.llms-reporting .llms-setting-group input[type=url].small,.wrap.llms-reporting .llms-setting-group input[type=search].small,.wrap.llms-reporting .llms-setting-group input[type=tel].small,.wrap.llms-reporting .llms-setting-group input[type=color].small,.wrap.llms-reporting .llms-setting-group select.small,.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area).small,.wrap.lifterlms-settings .llms-setting-group input[type=text].small,.wrap.lifterlms-settings .llms-setting-group input[type=password].small,.wrap.lifterlms-settings .llms-setting-group input[type=datetime].small,.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local].small,.wrap.lifterlms-settings .llms-setting-group input[type=date].small,.wrap.lifterlms-settings .llms-setting-group input[type=month].small,.wrap.lifterlms-settings .llms-setting-group input[type=time].small,.wrap.lifterlms-settings .llms-setting-group input[type=week].small,.wrap.lifterlms-settings .llms-setting-group input[type=number].small,.wrap.lifterlms-settings .llms-setting-group input[type=email].small,.wrap.lifterlms-settings .llms-setting-group input[type=url].small,.wrap.lifterlms-settings .llms-setting-group input[type=search].small,.wrap.lifterlms-settings .llms-setting-group input[type=tel].small,.wrap.lifterlms-settings .llms-setting-group input[type=color].small,.wrap.lifterlms-settings .llms-setting-group select.small,.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area).small,.wrap.llms-status .llms-setting-group input[type=text].small,.wrap.llms-status .llms-setting-group input[type=password].small,.wrap.llms-status .llms-setting-group input[type=datetime].small,.wrap.llms-status .llms-setting-group input[type=datetime-local].small,.wrap.llms-status .llms-setting-group input[type=date].small,.wrap.llms-status .llms-setting-group input[type=month].small,.wrap.llms-status .llms-setting-group input[type=time].small,.wrap.llms-status .llms-setting-group input[type=week].small,.wrap.llms-status .llms-setting-group input[type=number].small,.wrap.llms-status .llms-setting-group input[type=email].small,.wrap.llms-status .llms-setting-group input[type=url].small,.wrap.llms-status .llms-setting-group input[type=search].small,.wrap.llms-status .llms-setting-group input[type=tel].small,.wrap.llms-status .llms-setting-group input[type=color].small,.wrap.llms-status .llms-setting-group select.small,.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area).small{width:20%}.wrap.llms-reporting .llms-setting-group input[type=text].tiny,.wrap.llms-reporting .llms-setting-group input[type=password].tiny,.wrap.llms-reporting .llms-setting-group input[type=datetime].tiny,.wrap.llms-reporting .llms-setting-group input[type=datetime-local].tiny,.wrap.llms-reporting .llms-setting-group input[type=date].tiny,.wrap.llms-reporting .llms-setting-group input[type=month].tiny,.wrap.llms-reporting .llms-setting-group input[type=time].tiny,.wrap.llms-reporting .llms-setting-group input[type=week].tiny,.wrap.llms-reporting .llms-setting-group input[type=number].tiny,.wrap.llms-reporting .llms-setting-group input[type=email].tiny,.wrap.llms-reporting .llms-setting-group input[type=url].tiny,.wrap.llms-reporting .llms-setting-group input[type=search].tiny,.wrap.llms-reporting .llms-setting-group input[type=tel].tiny,.wrap.llms-reporting .llms-setting-group input[type=color].tiny,.wrap.llms-reporting .llms-setting-group select.tiny,.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area).tiny,.wrap.lifterlms-settings .llms-setting-group input[type=text].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=password].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=datetime].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=date].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=month].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=time].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=week].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=number].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=email].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=url].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=search].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=tel].tiny,.wrap.lifterlms-settings .llms-setting-group input[type=color].tiny,.wrap.lifterlms-settings .llms-setting-group select.tiny,.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area).tiny,.wrap.llms-status .llms-setting-group input[type=text].tiny,.wrap.llms-status .llms-setting-group input[type=password].tiny,.wrap.llms-status .llms-setting-group input[type=datetime].tiny,.wrap.llms-status .llms-setting-group input[type=datetime-local].tiny,.wrap.llms-status .llms-setting-group input[type=date].tiny,.wrap.llms-status .llms-setting-group input[type=month].tiny,.wrap.llms-status .llms-setting-group input[type=time].tiny,.wrap.llms-status .llms-setting-group input[type=week].tiny,.wrap.llms-status .llms-setting-group input[type=number].tiny,.wrap.llms-status .llms-setting-group input[type=email].tiny,.wrap.llms-status .llms-setting-group input[type=url].tiny,.wrap.llms-status .llms-setting-group input[type=search].tiny,.wrap.llms-status .llms-setting-group input[type=tel].tiny,.wrap.llms-status .llms-setting-group input[type=color].tiny,.wrap.llms-status .llms-setting-group select.tiny,.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area).tiny{width:10%}@media only screen and (min-width: 782px){.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link{background:#fff}}.wrap.llms-reporting #llms-mailhawk-connect,.wrap.lifterlms-settings #llms-mailhawk-connect,.wrap.llms-status #llms-mailhawk-connect{height:auto;margin:0 0 6px;position:relative}.wrap.llms-reporting #llms-mailhawk-connect .dashicons,.wrap.lifterlms-settings #llms-mailhawk-connect .dashicons,.wrap.llms-status #llms-mailhawk-connect .dashicons{margin:-4px 4px 0 0;vertical-align:middle}.wrap.llms-reporting #llms-sendwp-connect,.wrap.lifterlms-settings #llms-sendwp-connect,.wrap.llms-status #llms-sendwp-connect{height:auto;margin:0 0 6px;position:relative}.wrap.llms-reporting #llms-sendwp-connect .fa,.wrap.lifterlms-settings #llms-sendwp-connect .fa,.wrap.llms-status #llms-sendwp-connect .fa{margin-right:4px}@media only screen and (min-width: 782px){.wrap.lifterlms-settings .llms-subheader{height:40px;position:sticky;top:32px}.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary{margin:0 -20px 20px -22px}.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items{padding-left:10px}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary{margin:0 -20px 20px -22px}.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items{padding-left:10px}.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary{margin:0 -20px 20px -22px}.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items{padding-left:10px}}.wrap.llms-dashboard .llms-inside-wrap{padding-top:30px}.wrap.llms-dashboard #poststuff h2{padding:12px 20px}.wrap.llms-dashboard .llms-dashboard-activity h2{font-size:20px;font-weight:700;line-height:1.5;margin-top:0;text-align:center}.wrap.llms-dashboard .postbox{background-color:#fff;border:none;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13)}.wrap.llms-dashboard .postbox .postbox-header{border-bottom-color:#efefef}.wrap.llms-dashboard .postbox .inside{padding:20px}.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap{margin-top:0}.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap .llms-add-on-item{margin-top:0}.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap .llms-add-on-item p{text-align:left}.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap .llms-add-on-item footer.llms-actions{padding-top:0}.wrap.llms-dashboard #llms_dashboard_addons p{text-align:center}.wrap.llms-dashboard #llms_dashboard_addons p .llms-button-primary{display:inline-block;margin-top:15px}.wrap.llms-dashboard #llms_dashboard_quick_links ul{list-style:disc;margin:5px 0 0 20px}.wrap.llms-dashboard #llms_dashboard_quick_links ul li{font-size:15px;line-height:1.5}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links{display:grid;grid-template-columns:1fr;grid-gap:30px}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links a{display:inline-block}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list h3{margin:0 0 10px 0}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list ul{margin-bottom:20px}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list ul.llms-checklist{list-style:none;margin-left:0}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .fa{text-align:center;width:16px}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .fa-check{color:#008a20}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .fa-times{color:#d63638}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .llms-button-primary,.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .llms-button-secondary,.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .llms-button-action{display:block;text-align:center}@media only screen and (min-width: 782px){.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links{grid-template-columns:1fr 1fr 1fr}}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links .llms-list h3{margin:0}.wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links .llms-list h3 .dashicons{color:#aaa}@media only screen and (min-width: 782px){.wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links{grid-template-columns:1fr 1fr 1fr 1fr}}.wrap.llms-dashboard #llms_dashboard_blog ul,.wrap.llms-dashboard #llms_dashboard_podcast ul{margin:0}.wrap.llms-dashboard #llms_dashboard_blog ul li,.wrap.llms-dashboard #llms_dashboard_podcast ul li{margin:0 0 15px 0}.wrap.llms-dashboard #llms_dashboard_blog ul li a,.wrap.llms-dashboard #llms_dashboard_podcast ul li a{display:block}.wrap.llms-dashboard #llms_dashboard_blog p,.wrap.llms-dashboard #llms_dashboard_podcast p{margin:15px 0;text-align:center}.wrap.llms-dashboard #llms_dashboard_blog p a,.wrap.llms-dashboard #llms_dashboard_podcast p a{display:inline-block}#llms_dashboard_widget .inside{margin:0;padding-bottom:8px}#llms_dashboard_widget .llms-dashboard-widget-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:12px}#llms_dashboard_widget .activity-block{padding-bottom:8px;border-color:#e8e8e8}#llms_dashboard_widget h3{margin-bottom:0}#llms_dashboard_widget .llms-charts-wrapper{display:none}#llms_dashboard_widget .llms-widget-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;width:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:4px 0}#llms_dashboard_widget .llms-widget-row:before,#llms_dashboard_widget .llms-widget-row:after{display:none}#llms_dashboard_widget .llms-widget-1-4{padding:0;-webkit-box-flex:1;-ms-flex:1;flex:1}#llms_dashboard_widget .llms-widget{padding:8px 8px 12px;margin:0;border-radius:6px;border:1px solid #e8e8e8;-webkit-box-shadow:0px 2px 4px #f6f7f7;box-shadow:0px 2px 4px #f6f7f7;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}#llms_dashboard_widget .llms-label{font-size:14px;width:100%;-ms-flex-item-align:start;align-self:flex-start;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#llms_dashboard_widget .llms-widget-content{font-size:20px;margin:0}#llms_dashboard_widget .llms-widget-info-toggle{display:none}#llms_dashboard_widget a{border:0}#llms_dashboard_widget .subsubsub{color:#dcdcde}.llms-dashboard-widget-feed{margin:0 -12px;padding:0;background-color:#f6f7f7}.llms-dashboard-widget-feed li{margin:0;padding:8px 12px;border-bottom:1px solid #e8e8e8}.llms-dashboard-widget-feed span{display:block}.wrap.llms-resources .llms-inside-wrap{padding-top:30px}.wrap.llms-resources #poststuff #post-body.columns-2{margin-right:350px}.wrap.llms-resources #poststuff #post-body.columns-2 #side-sortables{width:330px}@media only screen and (max-width: 850px){.wrap.llms-resources #poststuff #post-body.columns-2 #side-sortables{width:auto}}.wrap.llms-resources #poststuff #postbox-container-1{float:right;margin-right:-350px;width:330px}.wrap.llms-resources #poststuff h2{padding:12px 20px}.wrap.llms-resources #poststuff .postbox{background-color:#fff;border:none;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13)}.wrap.llms-resources #poststuff .postbox .postbox-header{border-bottom-color:#efefef}.wrap.llms-resources #poststuff .postbox .inside{margin:0;padding:20px}.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video p{font-size:15px;line-height:1.5;margin:0 0 40px 0}.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container{height:0;overflow:hidden;padding-top:30px;padding-bottom:56.25%;position:relative}.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container iframe,.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container object,.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container embed{left:0;height:100%;position:absolute;top:0;width:100%}.wrap.llms-resources #llms_dashboard_getting_started ul{margin:0 0 20px 0}.wrap.llms-resources #llms_dashboard_getting_started ul li{font-size:15px;line-height:1.5;margin-bottom:15px}.wrap.llms-resources #llms_dashboard_getting_started .llms-button-primary{display:block;margin-top:auto;max-width:300px;text-align:center}.wrap.llms-resources #llms_dashboard_resource_links ul{list-style:disc;margin:5px 0 0 20px}.wrap.llms-resources #llms_dashboard_resource_links ul li{font-size:15px;line-height:1.5}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links{display:grid;grid-template-columns:1fr;grid-gap:60px}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links a{display:inline-block}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list h3{margin:0 0 10px 0}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list h3 .dashicons{color:#aaa}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list ul{margin-bottom:20px}.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list .llms-button-primary,.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list .llms-button-secondary,.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list .llms-button-action{display:block;margin-top:auto;max-width:300px;text-align:center}@media only screen and (min-width: 782px){.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links{grid-template-columns:1fr 1fr 1fr}}.llms-remarks .llms-remarks-field{height:120px;width:100%}.llms-remarks input[type=number]{width:60px}button[name=llms_quiz_attempt_action] .save{display:none}button[name=llms_quiz_attempt_action].grading .default{display:none}button[name=llms_quiz_attempt_action].grading .save{display:inline}.llms-form-fields{-webkit-box-sizing:border-box;box-sizing:border-box}.llms-form-fields *{-webkit-box-sizing:border-box;box-sizing:border-box}.llms-form-fields.flush .llms-form-field{padding:0 0 10px}.llms-form-fields .wp-block-columns,.llms-form-fields .wp-block-column{margin-bottom:0}.llms-form-heading{padding:0 10px 10px}.llms-form-field{float:left;padding:0 10px 10px;position:relative;width:100%}.llms-form-field label:empty:after{content:" "}.llms-form-field.valid input[type=date],.llms-form-field.valid input[type=time],.llms-form-field.valid input[type=datetime-local],.llms-form-field.valid input[type=week],.llms-form-field.valid input[type=month],.llms-form-field.valid input[type=text],.llms-form-field.valid input[type=email],.llms-form-field.valid input[type=url],.llms-form-field.valid input[type=password],.llms-form-field.valid input[type=search],.llms-form-field.valid input[type=tel],.llms-form-field.valid input[type=number],.llms-form-field.valid textarea,.llms-form-field.valid select{background:rgba(131,195,115,.3);border-color:#83c373}.llms-form-field.error input[type=date],.llms-form-field.error input[type=time],.llms-form-field.error input[type=datetime-local],.llms-form-field.error input[type=week],.llms-form-field.error input[type=month],.llms-form-field.error input[type=text],.llms-form-field.error input[type=email],.llms-form-field.error input[type=url],.llms-form-field.error input[type=password],.llms-form-field.error input[type=search],.llms-form-field.error input[type=tel],.llms-form-field.error input[type=number],.llms-form-field.error textarea,.llms-form-field.error select,.llms-form-field.invalid input[type=date],.llms-form-field.invalid input[type=time],.llms-form-field.invalid input[type=datetime-local],.llms-form-field.invalid input[type=week],.llms-form-field.invalid input[type=month],.llms-form-field.invalid input[type=text],.llms-form-field.invalid input[type=email],.llms-form-field.invalid input[type=url],.llms-form-field.invalid input[type=password],.llms-form-field.invalid input[type=search],.llms-form-field.invalid input[type=tel],.llms-form-field.invalid input[type=number],.llms-form-field.invalid textarea,.llms-form-field.invalid select{background:rgba(229,85,78,.3);border-color:#e5554e}.llms-form-field.llms-visually-hidden-field{display:none}.llms-form-field.align-right{text-align:right}@media screen and (min-width: 600px){.llms-form-field.llms-cols-1{width:8.3333333333%}.llms-form-field.llms-cols-2{width:16.6666666667%}.llms-form-field.llms-cols-3{width:25%}.llms-form-field.llms-cols-4{width:33.3333333333%}.llms-form-field.llms-cols-5{width:41.6666666667%}.llms-form-field.llms-cols-6{width:50%}.llms-form-field.llms-cols-7{width:58.3333333333%}.llms-form-field.llms-cols-8{width:66.6666666667%}.llms-form-field.llms-cols-9{width:75%}.llms-form-field.llms-cols-10{width:83.3333333333%}.llms-form-field.llms-cols-11{width:91.6666666667%}.llms-form-field.llms-cols-12{width:100%}}.llms-form-field.type-hidden{padding:0}.llms-form-field.type-radio input,.llms-form-field.type-radio label,.llms-form-field.type-checkbox input,.llms-form-field.type-checkbox label{display:inline-block;width:auto}.llms-form-field.type-radio input,.llms-form-field.type-checkbox input{margin-right:5px}.llms-form-field.type-radio label+.llms-description,.llms-form-field.type-checkbox label+.llms-description{display:block}.llms-form-field.type-radio:not(.is-group) input[type=radio]{position:absolute;opacity:0;visibility:none}.llms-form-field.type-radio:not(.is-group) label:before{background:#fafafa;background-position:-24px 0;background-repeat:no-repeat;border-radius:50%;-webkit-box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.35) 0 0 0 1px;box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.35) 0 0 0 1px;content:"";cursor:pointer;display:inline-block;height:22px;margin-right:5px;position:relative;-webkit-transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);top:-3px;vertical-align:middle;width:22px;z-index:2}.llms-form-field.type-radio:not(.is-group) input[type=radio]:checked+label:before{-webkit-transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);background-position:0 0;background-image:radial-gradient(ellipse at center, #466dd8 0%, #466dd8 40%, #fafafa 45%)}.llms-form-field .llms-input-group{margin-top:5px}.llms-form-field .llms-input-group .llms-form-field{padding:0 0 5px 5px}.llms-form-field.type-reset button:not(.auto),.llms-form-field.type-button button:not(.auto),.llms-form-field.type-submit button:not(.auto){width:100%}.llms-form-field .llms-description{font-size:14px;font-style:italic}.llms-form-field .llms-required{color:#e5554e;margin-left:4px}.llms-form-field input,.llms-form-field textarea,.llms-form-field select{width:100%;margin-bottom:5px}.llms-form-field .select2-container .select2-selection--single{height:auto;padding:4px 6px}.llms-form-field .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%}.llms-password-strength-meter{border:1px solid #dadada;display:none;font-size:10px;margin-top:-10px;padding:1px;position:relative;text-align:center}.llms-password-strength-meter:before{bottom:0;content:"";left:0;position:absolute;top:0;-webkit-transition:width .4s ease;transition:width .4s ease}.llms-password-strength-meter.mismatch,.llms-password-strength-meter.too-short,.llms-password-strength-meter.very-weak{border-color:#e35b5b}.llms-password-strength-meter.mismatch:before,.llms-password-strength-meter.too-short:before,.llms-password-strength-meter.very-weak:before{background:rgba(227,91,91,.25);width:25%}.llms-password-strength-meter.too-short:before{width:0}.llms-password-strength-meter.weak{border-color:#f78b53}.llms-password-strength-meter.weak:before{background:rgba(247,139,83,.25);width:50%}.llms-password-strength-meter.medium{border-color:#ffc733}.llms-password-strength-meter.medium:before{background:rgba(255,199,51,.25);width:75%}.llms-password-strength-meter.strong{border-color:#83c373}.llms-password-strength-meter.strong:before{background:rgba(131,195,115,.25);width:100%}/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/@font-face{font-family:"FontAwesome";src:url("../fonts/fontawesome-webfont.eot?v=4.7.0");src:url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
diff --git a/assets/css/builder-rtl.css b/assets/css/builder-rtl.css
index 6823d31d14..62454c1d8e 100644
--- a/assets/css/builder-rtl.css
+++ b/assets/css/builder-rtl.css
@@ -14,6 +14,9 @@ body.admin_page_llms-course-builder #wpfooter {
body.admin_page_llms-course-builder #wpcontent, body.admin_page_llms-course-builder #wpfooter {
margin-right: 0;
}
+body.admin_page_llms-course-builder .llms-button-secondary .fa {
+ margin-left: 5px;
+}
body.admin_page_llms-course-builder .webui-popover .select2-container--default .select2-results__group {
font-size: 16px;
}
@@ -25,88 +28,6 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
margin: 0;
padding: 0;
position: relative;
- /*
- /$$ /$$ /$$ /$$ /$$
- | $$|__/ | $$ | $$ | $$
- /$$$$$$ /$$$$$$$ /$$ /$$$$$$ /$$$$$$ | $$$$$$$ | $$ /$$$$$$
- /$$__ $$ /$$__ $$| $$|_ $$_/ |____ $$| $$__ $$| $$ /$$__ $$
- | $$$$$$$$| $$ | $$| $$ | $$ /$$$$$$$| $$ \ $$| $$| $$$$$$$$
- | $$_____/| $$ | $$| $$ | $$ /$$ /$$__ $$| $$ | $$| $$| $$_____/
- | $$$$$$$| $$$$$$$| $$ | $$$$/| $$$$$$$| $$$$$$$/| $$| $$$$$$$
- \_______/ \_______/|__/ \___/ \_______/|_______/ |__/ \_______/
- */
- /*
- /$$
- |__/
- /$$ /$$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$$
- | $$ /$$_____/ /$$__ $$| $$__ $$ /$$_____/
- | $$| $$ | $$ \ $$| $$ \ $$| $$$$$$
- | $$| $$ | $$ | $$| $$ | $$ \____ $$
- | $$| $$$$$$$| $$$$$$/| $$ | $$ /$$$$$$$/
- |__/ \_______/ \______/ |__/ |__/|_______/
- */
- /*
- /$$ /$$ /$$
- |__/ | $$ | $$
- /$$$$$$$ /$$ /$$$$$$$ /$$$$$$ | $$$$$$$ /$$$$$$ /$$$$$$
- /$$_____/| $$ /$$__ $$ /$$__ $$| $$__ $$ |____ $$ /$$__ $$
- | $$$$$$ | $$| $$ | $$| $$$$$$$$| $$ \ $$ /$$$$$$$| $$ \__/
- \____ $$| $$| $$ | $$| $$_____/| $$ | $$ /$$__ $$| $$
- /$$$$$$$/| $$| $$$$$$$| $$$$$$$| $$$$$$$/| $$$$$$$| $$
- |_______/ |__/ \_______/ \_______/|_______/ \_______/|__/
- */
- /*
- /$$
- | $$
- /$$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$$| $$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ /$$ /$$ /$$$$$$ /$$$$$$
- /$$_____/ /$$__ $$ |____ $$ /$$__ $$ /$$_____/| $$__ $$ /$$__ $$ /$$__ $$ /$$__ $$ /$$__ $$| $$ /$$//$$__ $$ /$$__ $$
- | $$$$$$ | $$$$$$$$ /$$$$$$$| $$ \__/| $$ | $$ \ $$ | $$ \ $$| $$ \ $$| $$ \ $$| $$ \ $$ \ $$/$$/| $$$$$$$$| $$ \__/
- \____ $$| $$_____/ /$$__ $$| $$ | $$ | $$ | $$ | $$ | $$| $$ | $$| $$ | $$| $$ | $$ \ $$$/ | $$_____/| $$
- /$$$$$$$/| $$$$$$$| $$$$$$$| $$ | $$$$$$$| $$ | $$ | $$$$$$$/| $$$$$$/| $$$$$$$/| $$$$$$/ \ $/ | $$$$$$$| $$
- |_______/ \_______/ \_______/|__/ \_______/|__/ |__/ | $$____/ \______/ | $$____/ \______/ \_/ \_______/|__/
- | $$ | $$
- | $$ | $$
- |__/ |__/
- */
- /*
- /$$
- |__/
- /$$$$$$ /$$ /$$ /$$ /$$$$$$$$
- /$$__ $$| $$ | $$| $$|____ /$$/
- | $$ \ $$| $$ | $$| $$ /$$$$/
- | $$ | $$| $$ | $$| $$ /$$__/
- | $$$$$$$| $$$$$$/| $$ /$$$$$$$$
- \____ $$ \______/ |__/|________/
- | $$
- | $$
- |__/
- */
- /*
- /$$ /$$ /$$ /$$
- | $$ |__/ | $$ | $$
- /$$$$$$ /$$ /$$ /$$$$$$ /$$$$$$$ /$$$$$$ /$$ /$$$$$$ /$$$$$$$ | $$$$$$$ /$$$$$$ /$$$$$$$ | $$ /$$
- /$$__ $$| $$ | $$ /$$__ $$ /$$_____/|_ $$_/ | $$ /$$__ $$| $$__ $$ | $$__ $$ |____ $$| $$__ $$| $$ /$$/
- | $$ \ $$| $$ | $$| $$$$$$$$| $$$$$$ | $$ | $$| $$ \ $$| $$ \ $$ | $$ \ $$ /$$$$$$$| $$ \ $$| $$$$$$/
- | $$ | $$| $$ | $$| $$_____/ \____ $$ | $$ /$$| $$| $$ | $$| $$ | $$ | $$ | $$ /$$__ $$| $$ | $$| $$_ $$
- | $$$$$$$| $$$$$$/| $$$$$$$ /$$$$$$$/ | $$$$/| $$| $$$$$$/| $$ | $$ | $$$$$$$/| $$$$$$$| $$ | $$| $$ \ $$
- \____ $$ \______/ \_______/|_______/ \___/ |__/ \______/ |__/ |__/ |_______/ \_______/|__/ |__/|__/ \__/
- | $$
- | $$
- |__/
- */
- /*
- /$$ /$$ /$$
- |__/ | $$ |__/
- /$$$$$$ /$$ /$$ /$$ /$$$$$$$$ /$$$$$$ /$$ /$$ /$$$$$$ /$$$$$$$ /$$$$$$ /$$ /$$$$$$ /$$$$$$$ /$$$$$$$
- /$$__ $$| $$ | $$| $$|____ /$$/ /$$__ $$| $$ | $$ /$$__ $$ /$$_____/|_ $$_/ | $$ /$$__ $$| $$__ $$ /$$_____/
- | $$ \ $$| $$ | $$| $$ /$$$$/ | $$ \ $$| $$ | $$| $$$$$$$$| $$$$$$ | $$ | $$| $$ \ $$| $$ \ $$| $$$$$$
- | $$ | $$| $$ | $$| $$ /$$__/ | $$ | $$| $$ | $$| $$_____/ \____ $$ | $$ /$$| $$| $$ | $$| $$ | $$ \____ $$
- | $$$$$$$| $$$$$$/| $$ /$$$$$$$$ | $$$$$$$| $$$$$$/| $$$$$$$ /$$$$$$$/ | $$$$/| $$| $$$$$$/| $$ | $$ /$$$$$$$/
- \____ $$ \______/ |__/|________/ \____ $$ \______/ \_______/|_______/ \___/ |__/ \______/ |__/ |__/|_______/
- | $$ | $$
- | $$ | $$
- |__/ |__/
- */
}
.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar {
padding: 10px;
@@ -115,7 +36,7 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
}
@media only screen and (min-width: 1200px) {
.wrap.lifterlms.llms-builder.editor-active .llms-builder-main {
- width: 400px;
+ width: 560px;
}
.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar {
width: calc(100% - 640px);
@@ -137,6 +58,13 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
width: 940px;
}
}
+@media only screen and (max-width: 782px) {
+ .wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar {
+ position: absolute;
+ top: 0;
+ width: auto;
+ }
+}
.wrap.lifterlms.llms-builder .llms-headline {
display: inline-block;
font-weight: 400;
@@ -147,86 +75,43 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
vertical-align: middle;
}
.wrap.lifterlms.llms-builder .llms-builder-main {
- padding: 20px 0 20px 20px;
+ padding: 30px 0 30px 30px;
position: relative;
- width: calc(100% - 340px);
+ width: calc(100% - 450px);
z-index: 2;
- /*
-
-
- /$$$$$$$ /$$$$$$ /$$ /$$ /$$$$$$ /$$$$$$$ /$$$$$$
- /$$_____/ /$$__ $$| $$ | $$ /$$__ $$ /$$_____/ /$$__ $$
- | $$ | $$ \ $$| $$ | $$| $$ \__/| $$$$$$ | $$$$$$$$
- | $$ | $$ | $$| $$ | $$| $$ \____ $$| $$_____/
- | $$$$$$$| $$$$$$/| $$$$$$/| $$ /$$$$$$$/| $$$$$$$
- \_______/ \______/ \______/ |__/ |_______/ \_______/
- */
- /*
- /$$ /$$
- | $$ |__/
- /$$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$ /$$ /$$$$$$ /$$$$$$$ /$$$$$$$
- /$$_____/ /$$__ $$ /$$_____/|_ $$_/ | $$ /$$__ $$| $$__ $$ /$$_____/
- | $$$$$$ | $$$$$$$$| $$ | $$ | $$| $$ \ $$| $$ \ $$| $$$$$$
- \____ $$| $$_____/| $$ | $$ /$$| $$| $$ | $$| $$ | $$ \____ $$
- /$$$$$$$/| $$$$$$$| $$$$$$$ | $$$$/| $$| $$$$$$/| $$ | $$ /$$$$$$$/
- |_______/ \_______/ \_______/ \___/ |__/ \______/ |__/ |__/|_______/
- */
- /*
- /$$
- | $$
- | $$ /$$$$$$ /$$$$$$$ /$$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$$
- | $$ /$$__ $$ /$$_____//$$_____/ /$$__ $$| $$__ $$ /$$_____/
- | $$| $$$$$$$$| $$$$$$| $$$$$$ | $$ \ $$| $$ \ $$| $$$$$$
- | $$| $$_____/ \____ $$\____ $$| $$ | $$| $$ | $$ \____ $$
- | $$| $$$$$$$ /$$$$$$$//$$$$$$$/| $$$$$$/| $$ | $$ /$$$$$$$/
- |__/ \_______/|_______/|_______/ \______/ |__/ |__/|_______/
- */
- /*
- /$$ /$$ /$$ /$$
- | $$ | $$ | $$| $$
- /$$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ | $$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$$| $$ /$$$$$$ /$$$$$$$
- /$$__ $$ /$$__ $$|____ $$ /$$__ $$ | $$__ $$ |____ $$| $$__ $$ /$$__ $$| $$ /$$__ $$ /$$_____/
- | $$ | $$| $$ \__/ /$$$$$$$| $$ \ $$ | $$ \ $$ /$$$$$$$| $$ \ $$| $$ | $$| $$| $$$$$$$$| $$$$$$
- | $$ | $$| $$ /$$__ $$| $$ | $$ | $$ | $$ /$$__ $$| $$ | $$| $$ | $$| $$| $$_____/ \____ $$
- | $$$$$$$| $$ | $$$$$$$| $$$$$$$ | $$ | $$| $$$$$$$| $$ | $$| $$$$$$$| $$| $$$$$$$ /$$$$$$$/
- \_______/|__/ \_______/ \____ $$ |__/ |__/ \_______/|__/ |__/ \_______/|__/ \_______/|_______/
- /$$ \ $$
- | $$$$$$/
- \______/
- */
- /*
- /$$ /$$ /$$
- | $$ | $$ | $$
- /$$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ | $$$$$$$ | $$ /$$$$$$
- /$$_____/ /$$__ $$ /$$__ $$|_ $$_/ |____ $$| $$__ $$| $$ /$$__ $$
- | $$$$$$ | $$ \ $$| $$ \__/ | $$ /$$$$$$$| $$ \ $$| $$| $$$$$$$$
- \____ $$| $$ | $$| $$ | $$ /$$ /$$__ $$| $$ | $$| $$| $$_____/
- /$$$$$$$/| $$$$$$/| $$ | $$$$/| $$$$$$$| $$$$$$$/| $$| $$$$$$$
- |_______/ \______/ |__/ \___/ \_______/|_______/ |__/ \_______/
- */
}
.wrap.lifterlms.llms-builder .llms-builder-main .llms-action-icons {
display: inline-block;
- right: -20px;
- opacity: 0;
position: relative;
- -webkit-transition: right 0.2s ease, opacity 0.2s ease;
- transition: right 0.2s ease, opacity 0.2s ease;
vertical-align: middle;
}
+.wrap.lifterlms.llms-builder .llms-builder-main .llms-action-icons button {
+ background: none;
+ color: inherit;
+ border: none;
+ padding: 0;
+ cursor: pointer;
+ outline: inherit;
+}
.wrap.lifterlms.llms-builder .llms-builder-main .llms-action-icons-lesson-id {
vertical-align: top;
- opacity: 0.7;
-}
-.wrap.lifterlms.llms-builder .llms-builder-main .llms-builder-header:hover > .llms-action-icons,
-.wrap.lifterlms.llms-builder .llms-builder-main .llms-builder-header .llms-action-icons.static {
- right: 0;
- opacity: 1;
}
.wrap.lifterlms.llms-builder .llms-builder-main .llms-course-header {
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ gap: 15px;
position: relative;
z-index: 1;
}
+.wrap.lifterlms.llms-builder .llms-builder-main .llms-course-header .llms-button-secondary {
+ margin-left: 10px;
+}
.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-sections {
-webkit-box-shadow: 0 0 0 3px transparent;
box-shadow: 0 0 0 3px transparent;
@@ -243,9 +128,60 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
}
.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section {
background: #fff;
+ border: 1px solid #efefef;
+ border-radius: 6px;
+ -webkit-box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.08);
+ box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.08);
position: relative;
- margin: 0;
- padding: 20px 40px 20px 20px;
+ margin: 0 0 20px 0;
+ padding: 0;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section > .llms-builder-header {
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ gap: 15px;
+ -webkit-box-pack: justify;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
+ padding: 20px 30px 20px 10px;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section > .llms-builder-header .llms-action-icons {
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ gap: 15px;
+ -webkit-box-pack: justify;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section > .llms-builder-header .llms-action-icons .llms-action-icons-right {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ gap: 0px;
+ margin-top: -5px;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section > .llms-builder-header .llms-action-icons .llms-action-icons-right .llms-action-icon {
+ padding: 5px 10px;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section > .llms-builder-header .llms-action-icons .llms-action-icons-left {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ gap: 15px;
+}
+@media only screen and (min-width: 1200px) {
+ .wrap.lifterlms.llms-builder .llms-builder-main li.llms-section > .llms-builder-header .llms-action-icons .llms-action-icons-right,
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section > .llms-builder-header .llms-action-icons .llms-action-icons-left {
+ white-space: nowrap;
+ }
}
.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.expanded .llms-lessons {
overflow: visible;
@@ -257,14 +193,9 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
font-weight: 400;
color: #466dd8;
}
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section:before {
- background: #ccc;
- bottom: 0;
- content: "";
- right: 19px;
- position: absolute;
- top: 0;
- width: 2px;
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section > .llms-builder-footer {
+ border-top: 1px solid #efefef;
+ padding: 20px 30px 20px 20px;
}
.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section:first-child:before {
top: 30px;
@@ -279,9 +210,8 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
-webkit-box-shadow: 0 0 0 3px transparent;
box-shadow: 0 0 0 3px transparent;
height: 0;
- margin: 10px 0 0;
- overflow: hidden;
- padding: 10px 0;
+ margin: 0;
+ padding: 0;
-webkit-transition: min-height 0.2s ease, -webkit-box-shadow 0.6s ease;
transition: min-height 0.2s ease, -webkit-box-shadow 0.6s ease;
transition: box-shadow 0.6s ease, min-height 0.2s ease;
@@ -301,8 +231,9 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
}
.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson {
background: #fff;
+ border-top: 1px solid #efefef;
margin: 0;
- padding: 10px 30px 10px 20px;
+ padding: 20px 30px 20px 10px;
position: relative;
pointer-events: none;
visibility: hidden;
@@ -311,17 +242,69 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
border-color: #466dd8;
}
.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.selected > .llms-builder-header .llms-headline {
- font-weight: 400;
color: #466dd8;
}
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson:before {
- background: #ccc;
- content: "";
- height: 2px;
- right: -20px;
- position: absolute;
- top: 20px;
- width: 30px;
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson > .llms-builder-header {
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ gap: 15px;
+ -webkit-box-pack: justify;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson > .llms-builder-header .llms-headline {
+ font-weight: 700;
+ margin-right: 10px;
+ cursor: pointer;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson > .llms-builder-header .llms-action-icons {
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-box-flex: 1;
+ -ms-flex: 1;
+ flex: 1;
+ gap: 15px;
+ -webkit-box-pack: justify;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson > .llms-builder-header .llms-action-icons .llms-action-icons-left {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ gap: 15px;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson > .llms-builder-header .llms-action-icons .llms-action-icons-right {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ gap: 0;
+ margin-top: -5px;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson > .llms-builder-header .llms-action-icons .llms-action-icons-right .llms-action-icon {
+ padding: 5px 10px;
+}
+@media only screen and (min-width: 1200px) {
+ .wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson > .llms-builder-header .llms-action-icons .llms-action-icons-right,
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson > .llms-builder-header .llms-action-icons .llms-action-icons-left {
+ white-space: nowrap;
+ }
+}
+@media only screen and (min-width: 1200px) {
+ .wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson > .llms-builder-header > .llms-builder-header {
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap;
+ }
}
.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section .llms-drag-utility {
background: #fff;
@@ -335,8 +318,8 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
}
.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson .llms-drag-utility {
height: 6px;
- right: 5px;
- top: 16px !important;
+ right: 14px;
+ top: 25px !important;
width: 6px;
}
.wrap.lifterlms.llms-builder .llms-builder-main .llms-section:hover > .llms-drag-utility,
@@ -374,20 +357,6 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
visibility: visible !important;
z-index: 999;
}
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-sortable-helper:before, .wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-draggable-dragging:before,
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-sortable-helper:before,
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-draggable-dragging:before {
- display: none;
-}
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-sortable-helper .llms-action-icons,
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-sortable-helper .llms-builder-header:hover > .llms-action-icons, .wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-draggable-dragging .llms-action-icons,
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-draggable-dragging .llms-builder-header:hover > .llms-action-icons,
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-sortable-helper .llms-action-icons,
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-sortable-helper .llms-builder-header:hover > .llms-action-icons,
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-draggable-dragging .llms-action-icons,
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-draggable-dragging .llms-builder-header:hover > .llms-action-icons {
- display: none;
-}
.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.llms-sortable-placeholder,
.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.llms-sortable-placeholder {
border: 3px dashed #466dd8;
@@ -434,7 +403,7 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
cursor: text;
display: inline-block;
font-size: inherit;
- font-weight: 500;
+ font-weight: 700;
height: auto;
line-height: 1;
margin: 0 8px;
@@ -747,10 +716,9 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
opacity: 0.5;
}
.wrap.lifterlms.llms-builder .llms-action-icon {
- color: #888;
+ color: #666;
display: inline-block;
- font-size: 16px;
- padding: 0 5px;
+ font-size: 13px;
text-decoration: none;
}
.wrap.lifterlms.llms-builder .llms-action-icon:hover {
@@ -776,42 +744,49 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
border-color: #e5554e;
}
.wrap.lifterlms.llms-builder ul.llms-info-list {
- margin: 0;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ gap: 15px;
+ margin: 10px 8px 0 0;
padding: 0;
}
-.wrap.lifterlms.llms-builder ul.llms-info-list:before, .wrap.lifterlms.llms-builder ul.llms-info-list:after {
- content: " ";
- display: table;
-}
-.wrap.lifterlms.llms-builder ul.llms-info-list:after {
- clear: both;
-}
.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item {
- color: #aaa;
- font-size: 16px;
+ color: #666;
+ font-size: 13px;
margin: 0;
- padding: 10px;
- float: right;
}
.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active, .wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active .llms-action-icon {
color: #466dd8;
}
-.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item .llms-action-icon {
- margin: -10px;
- padding: 10px;
+.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active .fa, .wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active .llms-action-icon .fa {
+ margin-left: 5px;
+}
+.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item button {
+ background: none;
+ color: inherit;
+ border: none;
+ padding: 0;
+ cursor: pointer;
+ outline: inherit;
+}
+.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item button:hover {
+ text-decoration: underline;
}
.wrap.lifterlms.llms-builder .llms-builder-sidebar {
background: #e6e6e6;
bottom: 0;
overflow: hidden;
- padding: 20px;
+ padding: 30px;
position: fixed;
-webkit-transition: width 0.3s ease-in-out;
transition: width 0.3s ease-in-out;
top: 32px;
left: 0;
- width: 280px;
- z-index: 2;
+ width: 360px;
+ z-index: 1;
}
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul, .wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities li {
margin: 0;
@@ -821,29 +796,33 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
display: -webkit-box;
display: -ms-flexbox;
display: flex;
+ gap: 15px;
}
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul li {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
- margin-left: 5px;
}
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul li:last-child {
margin-left: 0;
}
-.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities a.llms-utility {
+.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities .llms-utility {
background: #efefef;
- border-radius: 4px;
+ border: 1px solid #ccc;
+ border-radius: 8px;
+ color: inherit;
+ cursor: pointer;
display: block;
overflow: hidden;
- padding: 4px;
+ padding: 6px 12px;
position: relative;
text-align: center;
+ width: 100%;
}
-.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities a.llms-utility:hover {
+.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities .llms-utility:hover {
background: #fefefe;
}
-.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities a.llms-utility .fa {
+.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities .llms-utility .fa {
background: #848484;
position: absolute;
right: 0;
@@ -854,12 +833,9 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-sidebar-headline {
margin: 0 0 10px;
font-size: 22px;
- font-weight: 300;
- letter-spacing: 2px;
- text-transform: uppercase;
}
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-elements-list {
- margin-bottom: 40px;
+ margin-bottom: 30px;
}
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-elements-list li {
margin-bottom: 10px;
@@ -870,7 +846,7 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
}
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button {
background: #466dd8;
- border-radius: 4px;
+ border-radius: 8px;
border: none;
color: #fff;
cursor: pointer;
@@ -1073,6 +1049,9 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=saved] .status--saved {
display: block;
}
+.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=unsaved] {
+ background-color: #f8954f;
+}
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=unsaved] .status--unsaved {
display: block;
}
@@ -1082,6 +1061,18 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=error] .status--error {
display: block;
}
+@media only screen and (max-width: 782px) {
+ .wrap.lifterlms.llms-builder .llms-builder-sidebar {
+ margin-left: 10px;
+ position: relative;
+ top: 0;
+ width: auto;
+ }
+ .wrap.lifterlms.llms-builder .llms-builder-main {
+ padding-left: 10px;
+ width: auto;
+ }
+}
.wrap.lifterlms.llms-builder .select2-container {
z-index: 99999999;
}
@@ -1186,6 +1177,9 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
width: 80px;
z-index: 1;
}
+.wrap.lifterlms.llms-builder .llms-model-header .llms-action-icons .llms-action-icon {
+ margin-right: 10px;
+}
.wrap.lifterlms.llms-builder .llms-model-header .llms-action-icons .fa {
max-width: 15px;
}
@@ -1546,80 +1540,6 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
top: 2px;
width: 12px;
}
-.wrap.lifterlms.llms-builder .llms-video-explainer-trigger {
- display: block;
- margin: 40px 0 0;
- cursor: pointer;
- position: relative;
- width: 100%;
- -webkit-transition: color 0.2s ease;
- transition: color 0.2s ease;
- color: initial;
-}
-.wrap.lifterlms.llms-builder .llms-video-explainer-trigger:hover {
- color: currentColor;
-}
-.wrap.lifterlms.llms-builder .llms-video-explainer-trigger:after {
- position: absolute;
- inset: 0;
- margin: auto;
- pointer-events: none;
- content: "▶";
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- clear: both;
- height: 2em;
- width: 2em;
- border-radius: 4em;
- border: 4px solid currentColor;
- font-size: 2.5em;
-}
-.wrap.lifterlms.llms-builder .llms-video-explainer-trigger img {
- display: block;
- width: 100%;
- border-radius: 4px;
-}
-.wrap.lifterlms.llms-builder .llms-video-explainer-wrapper {
- display: none;
- opacity: 0;
- position: fixed;
- inset: 0;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- z-index: 999;
- background-color: rgba(0, 0, 0, 0.5);
- -webkit-transition: opacity 0.2s ease;
- transition: opacity 0.2s ease;
-}
-.wrap.lifterlms.llms-builder .llms-video-explainer-iframe {
- position: relative;
- width: min(90%, 800px);
- border: none;
- border-radius: 4px;
- overflow: hidden;
- aspect-ratio: 16/9;
-}
-.wrap.lifterlms.llms-builder .llms-video-explainer-close {
- position: absolute;
- top: 6vh;
- left: 2vw;
- background: transparent;
- border: 0;
- font-size: 2em;
- color: #fff;
- cursor: pointer;
-}
.llms-multi-input .llms-input-wrapper {
width: 50%;
diff --git a/assets/css/builder-rtl.min.css b/assets/css/builder-rtl.min.css
index 068f27848d..e006079924 100644
--- a/assets/css/builder-rtl.min.css
+++ b/assets/css/builder-rtl.min.css
@@ -1 +1 @@
-body.admin_page_llms-course-builder{background:#fff}body.admin_page_llms-course-builder #adminmenumain{display:none}body.admin_page_llms-course-builder #wpbody-content{padding-bottom:0}body.admin_page_llms-course-builder #wpfooter{display:none}body.admin_page_llms-course-builder #wpcontent,body.admin_page_llms-course-builder #wpfooter{margin-right:0}body.admin_page_llms-course-builder .webui-popover .select2-container--default .select2-results__group{font-size:16px}body.admin_page_llms-course-builder .webui-popover .select2-container--default .select2-results__option .select2-results__option{padding-right:2em}.wrap.lifterlms.llms-builder{margin:0;padding:0;position:relative}.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar{padding:10px;width:calc(100% - 200px);z-index:3}@media only screen and (min-width: 1200px){.wrap.lifterlms.llms-builder.editor-active .llms-builder-main{width:400px}.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar{width:calc(100% - 640px)}}@media only screen and (min-width: 1440px){.wrap.lifterlms.llms-builder.editor-active .llms-builder-main{width:calc(100% - 780px)}.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar{width:720px}}@media only screen and (min-width: 1680px){.wrap.lifterlms.llms-builder.editor-active .llms-builder-main{width:calc(100% - 1000px)}.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar{width:940px}}.wrap.lifterlms.llms-builder .llms-headline{display:inline-block;font-weight:400;margin:0;padding:0;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out;vertical-align:middle}.wrap.lifterlms.llms-builder .llms-builder-main{padding:20px 0 20px 20px;position:relative;width:calc(100% - 340px);z-index:2}.wrap.lifterlms.llms-builder .llms-builder-main .llms-action-icons{display:inline-block;right:-20px;opacity:0;position:relative;-webkit-transition:right .2s ease,opacity .2s ease;transition:right .2s ease,opacity .2s ease;vertical-align:middle}.wrap.lifterlms.llms-builder .llms-builder-main .llms-action-icons-lesson-id{vertical-align:top;opacity:.7}.wrap.lifterlms.llms-builder .llms-builder-main .llms-builder-header:hover>.llms-action-icons,.wrap.lifterlms.llms-builder .llms-builder-main .llms-builder-header .llms-action-icons.static{right:0;opacity:1}.wrap.lifterlms.llms-builder .llms-builder-main .llms-course-header{position:relative;z-index:1}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-sections{-webkit-box-shadow:0 0 0 3px rgba(0,0,0,0);box-shadow:0 0 0 3px rgba(0,0,0,0);min-height:60px;padding:10px 0;-webkit-transition:min-height .2s ease,-webkit-box-shadow .6s ease;transition:min-height .2s ease,-webkit-box-shadow .6s ease;transition:box-shadow .6s ease,min-height .2s ease;transition:box-shadow .6s ease,min-height .2s ease,-webkit-box-shadow .6s ease}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-sections.dragging{-webkit-box-shadow:0 0 0 3px #466dd8;box-shadow:0 0 0 3px #466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section{background:#fff;position:relative;margin:0;padding:20px 40px 20px 20px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.expanded .llms-lessons{overflow:visible}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.selected .llms-drag-utility.drag-section{border-color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.selected>.llms-builder-header .llms-headline{font-weight:400;color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section:before{background:#ccc;bottom:0;content:"";right:19px;position:absolute;top:0;width:2px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section:first-child:before{top:30px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section:last-child:before{bottom:55px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.expanded:last-child:before{bottom:86px}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons{-webkit-box-shadow:0 0 0 3px rgba(0,0,0,0);box-shadow:0 0 0 3px rgba(0,0,0,0);height:0;margin:10px 0 0;overflow:hidden;padding:10px 0;-webkit-transition:min-height .2s ease,-webkit-box-shadow .6s ease;transition:min-height .2s ease,-webkit-box-shadow .6s ease;transition:box-shadow .6s ease,min-height .2s ease;transition:box-shadow .6s ease,min-height .2s ease,-webkit-box-shadow .6s ease}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.dragging{-webkit-box-shadow:0 0 0 3px #466dd8;box-shadow:0 0 0 3px #466dd8;min-height:60px}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.expanded,.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.drag-expanded{height:auto}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.expanded li.llms-lesson,.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.drag-expanded li.llms-lesson{pointer-events:auto;visibility:visible}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson{background:#fff;margin:0;padding:10px 30px 10px 20px;position:relative;pointer-events:none;visibility:hidden}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.selected .llms-drag-utility.drag-lesson{border-color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.selected>.llms-builder-header .llms-headline{font-weight:400;color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson:before{background:#ccc;content:"";height:2px;right:-20px;position:absolute;top:20px;width:30px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section .llms-drag-utility{background:#fff;border:2px solid #ccc;border-radius:50%;height:10px;right:13px;position:absolute;top:24px;width:10px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson .llms-drag-utility{height:6px;right:5px;top:16px !important;width:6px}.wrap.lifterlms.llms-builder .llms-builder-main .llms-section:hover>.llms-drag-utility,.wrap.lifterlms.llms-builder .llms-builder-main .llms-lesson:hover>.llms-drag-utility{border-color:#fff;cursor:move}.wrap.lifterlms.llms-builder .llms-builder-main .llms-section:hover>.llms-drag-utility:hover:after,.wrap.lifterlms.llms-builder .llms-builder-main .llms-lesson:hover>.llms-drag-utility:hover:after{color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main .llms-section:hover>.llms-drag-utility:after,.wrap.lifterlms.llms-builder .llms-builder-main .llms-lesson:hover>.llms-drag-utility:after{background:#fff;content:"··\a··\a··";color:#ccc;display:block;font-size:36px;height:29px;letter-spacing:-1px;line-height:8px;right:-7px;position:absolute;text-align:center;top:-12px;width:23px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-sortable-helper,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-draggable-dragging,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-sortable-helper,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-draggable-dragging{border:1px solid #ccc;background:#fff;-webkit-transform:rotate(-2deg);transform:rotate(-2deg);visibility:visible !important;z-index:999}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-sortable-helper:before,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-draggable-dragging:before,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-sortable-helper:before,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-draggable-dragging:before{display:none}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-sortable-helper .llms-action-icons,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-sortable-helper .llms-builder-header:hover>.llms-action-icons,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-draggable-dragging .llms-action-icons,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-draggable-dragging .llms-builder-header:hover>.llms-action-icons,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-sortable-helper .llms-action-icons,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-sortable-helper .llms-builder-header:hover>.llms-action-icons,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-draggable-dragging .llms-action-icons,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-draggable-dragging .llms-builder-header:hover>.llms-action-icons{display:none}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.llms-sortable-placeholder,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.llms-sortable-placeholder{border:3px dashed #466dd8;background:rgba(70,109,216,.3);margin:0 10px;padding:5px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.llms-sortable-placeholder:before,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.llms-sortable-placeholder:before{display:none}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-sections>li.llms-lesson.ui-draggable-dragging .llms-drag-utility{position:relative}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-sections>li.llms-lesson.ui-draggable-dragging .llms-drag-utility:after{right:-35px;top:-28px}.wrap.lifterlms.llms-builder .llms-input-wrapper{position:relative}.wrap.lifterlms.llms-builder .llms-input-formatting.ql-container{font-size:inherit;font-family:inherit}.wrap.lifterlms.llms-builder .llms-input-formatting.ql-container .ql-editor.ql-blank::before{color:#a0a0a0;right:8px;left:8px}.wrap.lifterlms.llms-builder .llms-input-formatting.ql-container .ql-editor p{font-size:inherit;line-height:1}.wrap.lifterlms.llms-builder .llms-input-formatting.ql-container .ql-tooltip{z-index:1}.wrap.lifterlms.llms-builder .llms-input,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor{border:none;border-bottom:2px dotted rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;cursor:text;display:inline-block;font-size:inherit;font-weight:500;height:auto;line-height:1;margin:0 8px;min-width:60px;padding:0;-webkit-transition:border .2s ease,-webkit-box-shadow .2s ease;transition:border .2s ease,-webkit-box-shadow .2s ease;transition:border .2s ease,box-shadow .2s ease;transition:border .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease}.wrap.lifterlms.llms-builder .llms-input:empty:before,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor:empty:before{color:#a0a0a0;content:attr(data-placeholder)}.wrap.lifterlms.llms-builder .llms-input:hover,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor:hover{border-bottom-color:#466dd8}.wrap.lifterlms.llms-builder .llms-input[disabled],.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor[disabled]{cursor:not-allowed}.wrap.lifterlms.llms-builder .llms-input[disabled]:hover,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor[disabled]:hover{border-bottom-color:rgba(0,0,0,0)}.wrap.lifterlms.llms-builder .llms-input:focus,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor:focus{background:#fff;-webkit-box-shadow:0 0 0 4px #fff,0 0 0 6px #466dd8;box-shadow:0 0 0 4px #fff,0 0 0 6px #466dd8;border-bottom:none;outline:none}.wrap.lifterlms.llms-builder .llms-input b,.wrap.lifterlms.llms-builder .llms-input strong,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor b,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor strong{font-weight:700}.wrap.lifterlms.llms-builder .llms-input.standard,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor.standard{border:1px solid #e6e6e6;margin:2px;padding:5px 3px}.wrap.lifterlms.llms-builder .llms-input.standard:hover,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor.standard:hover{border-color:#d6d6d6}.wrap.lifterlms.llms-builder .llms-input.standard:focus,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor.standard:focus{-webkit-box-shadow:0 0 0 2px #466dd8;box-shadow:0 0 0 2px #466dd8}.wrap.lifterlms.llms-builder .llms-input.permalink,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor.permalink{display:none}.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor{padding:0 1px}.wrap.lifterlms.llms-builder .llms-label{font-weight:500}.wrap.lifterlms.llms-builder .llms-label .fa{color:#aaa;padding-right:6px}.wrap.lifterlms.llms-builder .llms-editable-editor .llms-label{float:right;margin-left:10px;position:relative;top:10px}.wrap.lifterlms.llms-builder .llms-editable-editor textarea{border:none;padding:10px;display:block;width:100%}.wrap.lifterlms.llms-builder .llms-editable-image button.llms-add-image{width:130px}.wrap.lifterlms.llms-builder .llms-editable-image .llms-image{display:inline-block;position:relative}.wrap.lifterlms.llms-builder .llms-editable-image .llms-image:hover .llms-action-icon{opacity:1}.wrap.lifterlms.llms-builder .llms-editable-image .llms-image .llms-action-icon{color:#fff;font-size:24px;opacity:0;padding:0;position:absolute;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;left:3px;top:1px;z-index:1}.wrap.lifterlms.llms-builder .llms-editable-image .llms-image img{display:block;height:100px;max-width:100%;width:auto}.wrap.lifterlms.llms-builder .llms-settings-field,.wrap.lifterlms.llms-builder .llms-editable-toggle-group{background:#f4f4f4;padding:10px;position:relative;margin:0 1px}.wrap.lifterlms.llms-builder .llms-settings-field.has-label-after,.wrap.lifterlms.llms-builder .llms-editable-toggle-group.has-label-after{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.wrap.lifterlms.llms-builder .llms-settings-field.has-label-after .llms-label,.wrap.lifterlms.llms-builder .llms-editable-toggle-group.has-label-after .llms-label{min-width:100%}.wrap.lifterlms.llms-builder .llms-settings-field.has-label-after .llms-editable-input,.wrap.lifterlms.llms-builder .llms-editable-toggle-group.has-label-after .llms-editable-input{-webkit-box-flex:2;-ms-flex:2;flex:2}.wrap.lifterlms.llms-builder .llms-settings-field.has-label-after .llms-label--after,.wrap.lifterlms.llms-builder .llms-editable-toggle-group.has-label-after .llms-label--after{color:#888;min-width:auto;font-size:85%;padding-right:10px}.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch{display:block;width:100%}.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch:before,.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch:after,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch:before,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch:after{content:" ";display:table}.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch:after,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch:after{clear:both}.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch .llms-label,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch .llms-label{width:calc(100% - 34px)}.wrap.lifterlms.llms-builder .llms-settings-field .llms-editable-image,.wrap.lifterlms.llms-builder .llms-settings-field .llms-editable-video,.wrap.lifterlms.llms-builder .llms-settings-field .llms-editable-editor,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-editable-image,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-editable-video,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-editable-editor{margin-top:2px}.wrap.lifterlms.llms-builder .llms-settings-field .llms-input.standard,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-input.standard{display:block;width:100%}.wrap.lifterlms.llms-builder .llms-settings-field .llms-input.standard.two-digits,.wrap.lifterlms.llms-builder .llms-settings-field .llms-input.standard.three-digits,.wrap.lifterlms.llms-builder .llms-settings-field .llms-input.standard.four-digits,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-input.standard.two-digits,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-input.standard.three-digits,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-input.standard.four-digits{display:inline-block}.wrap.lifterlms.llms-builder .llms-editable-number .llms-input{color:#888;min-width:30px;text-align:left}.wrap.lifterlms.llms-builder .llms-editable-number .llms-input.two-digits{width:30px}.wrap.lifterlms.llms-builder .llms-editable-number .llms-input.three-digits{width:40px}.wrap.lifterlms.llms-builder .llms-editable-number .llms-input.four-digits{width:60px}.wrap.lifterlms.llms-builder .llms-editable-number small{color:#888;text-transform:uppercase}.wrap.lifterlms.llms-builder .llms-model-settings{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13)}.wrap.lifterlms.llms-builder .llms-model-settings:before,.wrap.lifterlms.llms-builder .llms-model-settings:after{content:" ";display:table}.wrap.lifterlms.llms-builder .llms-model-settings:after{clear:both}.wrap.lifterlms.llms-builder .llms-model-settings .llms-settings-group-header{border-bottom:1px solid #efefef;padding:10px}.wrap.lifterlms.llms-builder .llms-model-settings .llms-settings-group-header .fa-caret-up{display:block}.wrap.lifterlms.llms-builder .llms-model-settings .llms-settings-group-header .fa-caret-down{display:none}.wrap.lifterlms.llms-builder .llms-model-settings.hidden .llms-settings-group-header .fa-caret-up{display:none}.wrap.lifterlms.llms-builder .llms-model-settings.hidden .llms-settings-group-header .fa-caret-down{display:block}.wrap.lifterlms.llms-builder .llms-model-settings.hidden .llms-settings-group-body{display:none}.wrap.lifterlms.llms-builder .llms-settings-group-header:before,.wrap.lifterlms.llms-builder .llms-settings-group-header:after{content:" ";display:table}.wrap.lifterlms.llms-builder .llms-settings-group-header:after{clear:both}.wrap.lifterlms.llms-builder .llms-settings-group-header .llms-settings-group-title{display:inline-block;font-size:16px;font-weight:700;line-height:1.5;margin:0 5px;padding:0}.wrap.lifterlms.llms-builder .llms-settings-group-header .llms-settings-group-toggle{float:left;font-size:18px;padding:2px}.wrap.lifterlms.llms-builder .llms-settings-group-body{padding:16px}.wrap.lifterlms.llms-builder .llms-settings-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:2px 0}.wrap.lifterlms.llms-builder .llms-settings-row .llms-settings-field,.wrap.lifterlms.llms-builder .llms-settings-row .llms-editable-toggle-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.wrap.lifterlms.llms-builder .llms-settings-row .llms-settings-field:first-child,.wrap.lifterlms.llms-builder .llms-settings-row .llms-editable-toggle-group:first-child{margin-right:0}.wrap.lifterlms.llms-builder .llms-settings-row .llms-settings-field:last-child,.wrap.lifterlms.llms-builder .llms-settings-row .llms-editable-toggle-group:last-child{margin-left:0}.wrap.lifterlms.llms-builder .llms-settings-row .llms-breaker{margin:2px 0;width:100%}.wrap.lifterlms.llms-builder .llms-editable-select{margin:2px 0}.wrap.lifterlms.llms-builder .llms-editable-select .select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#aaa}.wrap.lifterlms.llms-builder .llms-editable-radio label{display:block}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images input{display:none}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images label{display:inline-block;margin:0 3px}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images label>span{-webkit-transition:background .2s ease;transition:background .2s ease;display:inline-block;padding:3px}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images img{display:block}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images input:checked+span{background:#466dd8}.wrap.lifterlms.llms-builder .settings-field--disabled{opacity:.5}.wrap.lifterlms.llms-builder .llms-action-icon{color:#888;display:inline-block;font-size:16px;padding:0 5px;text-decoration:none}.wrap.lifterlms.llms-builder .llms-action-icon:hover{color:#466dd8}.wrap.lifterlms.llms-builder .llms-action-icon:hover.danger{color:#e5554e}.wrap.lifterlms.llms-builder .llms-action-icon.circle{border:2px solid #aaa;border-radius:50%;font-size:9px;height:8px;line-height:1;padding:5px;text-align:center;width:8px}.wrap.lifterlms.llms-builder .llms-action-icon.circle:hover{border-color:#466dd8}.wrap.lifterlms.llms-builder .llms-action-icon.circle:hover.danger{border-color:#e5554e}.wrap.lifterlms.llms-builder ul.llms-info-list{margin:0;padding:0}.wrap.lifterlms.llms-builder ul.llms-info-list:before,.wrap.lifterlms.llms-builder ul.llms-info-list:after{content:" ";display:table}.wrap.lifterlms.llms-builder ul.llms-info-list:after{clear:both}.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item{color:#aaa;font-size:16px;margin:0;padding:10px;float:right}.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active,.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active .llms-action-icon{color:#466dd8}.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item .llms-action-icon{margin:-10px;padding:10px}.wrap.lifterlms.llms-builder .llms-builder-sidebar{background:#e6e6e6;bottom:0;overflow:hidden;padding:20px;position:fixed;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out;top:32px;left:0;width:280px;z-index:2}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul,.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities li{margin:0;padding:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul{display:-webkit-box;display:-ms-flexbox;display:flex}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul li{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:5px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul li:last-child{margin-left:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities a.llms-utility{background:#efefef;border-radius:4px;display:block;overflow:hidden;padding:4px;position:relative;text-align:center}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities a.llms-utility:hover{background:#fefefe}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities a.llms-utility .fa{background:#848484;position:absolute;right:0;top:0;padding:7px;color:#fff}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-sidebar-headline{margin:0 0 10px;font-size:22px;font-weight:300;letter-spacing:2px;text-transform:uppercase}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-elements-list{margin-bottom:40px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-elements-list li{margin-bottom:10px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utility{color:#444;text-decoration:none}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button{background:#466dd8;border-radius:4px;border:none;color:#fff;cursor:pointer;display:block;margin:0;overflow:hidden;padding:17px 20px;position:relative;-webkit-transition:background .2s ease,color .2s ease;transition:background .2s ease,color .2s ease;text-align:center;width:100%}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button:hover{background:#2b55cb}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.secondary{background:#efefef;color:#444}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.secondary:hover{background:#fefefe}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.secondary .fa{background:#848484}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button .fa{background:#1c3987;border-radius:0 4px 4px 0;color:#fff;display:block;font-size:20px;padding:15px 20px;position:absolute;top:0;right:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button[disabled=disabled]{opacity:.4}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.small{padding:8px 46px 8px 10px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.small .fa{font-size:15px;padding:9px 10px;width:20px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.right.small{padding-right:10px;padding-left:46px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.right .fa{border-radius:4px 0 0 4px;right:auto;left:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor{height:100%;min-height:100%;position:relative}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav{background-color:#1c3987;margin:0;padding:8px 8px 0 0;font-size:0;margin:-10px -10px 10px -10px;position:relative;z-index:2}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu{list-style-type:none;margin:0;padding:0;position:relative}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item{display:inline-block;margin:0 0 0 6px;padding:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item>.llms-editor-menu{display:none}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item>.llms-editor-menu:before{border:8px solid rgba(0,0,0,0);border-right-color:#cacaca;content:"";position:absolute;top:11px;right:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item>.llms-editor-menu .llms-editor-menu-item:hover>a,.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item>.llms-editor-menu .llms-editor-menu-item.active>a{background:#dfdfdf}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item:hover>a{background-color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.active>a{background-color:#e6e6e6;color:#466dd8;font-weight:700}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.active>a:focus{-webkit-box-shadow:none;box-shadow:none}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.active>.llms-editor-menu{display:inline-block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item a{border-top-right-radius:4px;border-top-left-radius:4px;color:#fff;display:inline-block;padding:9px 18px;text-decoration:none;-webkit-transition:background .2s ease;transition:background .2s ease;font-size:15px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.right{float:left}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.right a,.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.right:hover{background:rgba(0,0,0,0)}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab{display:none;height:calc(100% - 90px);overflow:scroll;position:relative;z-index:1}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab.active{display:block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab.active.tab--quiz{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab.active.tab--quiz .llms-quiz-questions{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;overflow:scroll}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab.active.tab--quiz .llms-quiz-questions .llms-quiz-questions{overflow:visible}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save{bottom:10px;right:10px;position:absolute;left:10px;z-index:1}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save .llms-builder-error{background:#e5554e;border-radius:4px;color:#fff;display:inline-block;font-style:italic;padding:5px 25px 7px 15px;margin:0 0 10px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save .llms-builder-error li{margin:0;padding:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save .llms-save{width:75%}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save .llms-exit{padding-right:5px;padding-left:5px;width:23%}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button{position:relative}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button i{position:absolute;right:10px;top:10px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button i .llms-spinner{border-color:#fff}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status] .llms-status-indicator{display:none}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=saved] .status--saved{display:block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=unsaved] .status--unsaved{display:block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=saving] .status--saving{display:block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=error] .status--error{display:block}.wrap.lifterlms.llms-builder .select2-container{z-index:99999999}.wrap.lifterlms.llms-builder .select2-results__option{padding:0}.wrap.lifterlms.llms-builder .select2-container--default .select2-results__option--highlighted[aria-selected]{background:#466dd8}.wrap.lifterlms.llms-builder .select2-container--default .select2-results__option--highlighted[aria-selected] .llms-existing-action{color:#fff}.wrap.lifterlms.llms-builder .llms-existing-lesson-result{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 0 5px 5px}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info{-webkit-box-flex:6;-ms-flex:6;flex:6}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info h4,.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info h5{margin:0}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info h4{font-weight:400}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info h5{font-weight:300}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-action{color:#466dd8;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-action .fa{display:block;font-size:30px}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-action small{text-transform:uppercase}.wrap.lifterlms.llms-builder .llms-quiz-empty{margin:100px auto;text-align:center}.wrap.lifterlms.llms-builder .llms-quiz-empty p{font-size:18px}.wrap.lifterlms.llms-builder .llms-quiz-empty button.llms-element-button{max-width:320px;margin:0 auto}.wrap.lifterlms.llms-builder .llms-editor-tab.tab--quiz .llms-model-header .llms-model-title{width:calc(100% - 310px)}.wrap.lifterlms.llms-builder .llms-editor-tab.tab--quiz .llms-model-header .llms-quiz-points{float:right;margin-left:10px;width:100px}.wrap.lifterlms.llms-builder .llms-model-header{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);padding:10px}.wrap.lifterlms.llms-builder .llms-model-header:before,.wrap.lifterlms.llms-builder .llms-model-header:after{content:" ";display:table}.wrap.lifterlms.llms-builder .llms-model-header:after{clear:both}.wrap.lifterlms.llms-builder .llms-model-header .llms-model-title{float:right;margin-left:10px;width:calc(100% - 200px)}.wrap.lifterlms.llms-builder .llms-model-header .llms-model-title .llms-input{width:calc(100% - 65px)}.wrap.lifterlms.llms-builder .llms-model-header .llms-model-status.llms-switch{float:right;margin-left:10px;position:relative;text-align:left;top:-2px;width:100px}.wrap.lifterlms.llms-builder .llms-model-header .llms-action-icons{float:right;position:relative;text-align:left;width:80px;z-index:1}.wrap.lifterlms.llms-builder .llms-model-header .llms-action-icons .fa{max-width:15px}.wrap.lifterlms.llms-builder .llms-model-header+.llms-model-settings.active{margin-top:-10px}.wrap.lifterlms.llms-builder .llms-model-settings{clear:both;display:none}.wrap.lifterlms.llms-builder .llms-model-settings.active{display:block;margin-top:10px}.wrap.lifterlms.llms-builder .llms-quiz-footer{display:-webkit-box;display:-ms-flexbox;display:flex}.wrap.lifterlms.llms-builder .llms-quiz-footer button.llms-element-button{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 5px}.wrap.lifterlms.llms-builder .llms-quiz-footer button.llms-element-button:first-child{margin-right:0}.wrap.lifterlms.llms-builder .llms-quiz-footer button.llms-element-button:last-child{margin-left:0}.wrap.lifterlms.llms-builder .llms-quiz-footer button.llms-element-button.llms-show-question-bank{-webkit-box-flex:2;-ms-flex:2;flex:2}.wrap.lifterlms.llms-builder .llms-quiz-tools{display:none;width:100%;position:relative}.wrap.lifterlms.llms-builder ul.llms-question-bank{list-style-type:none;margin:0;padding:0}.wrap.lifterlms.llms-builder ul.llms-question-bank:before,.wrap.lifterlms.llms-builder ul.llms-question-bank:after{content:" ";display:table}.wrap.lifterlms.llms-builder ul.llms-question-bank:after{clear:both}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-bank-header{clear:both;padding-top:20px}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-bank-header:first-child{padding-top:0}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-bank-header h4{font-size:20px;margin:10px 5px}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-type{-webkit-box-sizing:border-box;box-sizing:border-box;float:right;margin:0;padding:3px;width:33.3333%;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-type.filtered{opacity:.3}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-type .llms-type-unavailable{display:block;position:relative;text-decoration:none}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-type .llms-type-unavailable .llms-element-button{opacity:.5;pointer-events:none}.wrap.lifterlms.llms-builder ul.llms-quiz-questions{margin:10px 3px;padding:5px;-webkit-transition:-webkit-box-shadow .6s ease;transition:-webkit-box-shadow .6s ease;transition:box-shadow .6s ease;transition:box-shadow .6s ease, -webkit-box-shadow .6s ease;transition:box-shadow .6s ease,-webkit-box-shadow .6s ease}.wrap.lifterlms.llms-builder ul.llms-quiz-questions.dragging{-webkit-box-shadow:0 0 0 3px #466dd8;box-shadow:0 0 0 3px #466dd8}.wrap.lifterlms.llms-builder ul.llms-quiz-questions:empty:before{background:#fff;content:attr(data-empty-msg);display:block;font-size:18px;margin:0 auto;padding:100px 0;text-align:center}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question{background:#fff;margin:0 0 3px;padding:15px 12px 10px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question:hover>.llms-builder-header .llms-action-icons{opacity:1;pointer-events:auto}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question ul.llms-quiz-questions{margin-right:12px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question ul.llms-quiz-questions .llms-question{border-bottom:2px solid #e6e6e6}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question ul.llms-quiz-questions:empty:before{content:attr(data-empty-msg);display:block;font-size:18px;text-align:center;margin:20px auto}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question ul.llms-quiz-questions li.llms-question.llms-sortable-placeholder.qtype--group{display:none !important}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-builder-header:before,.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-builder-header:after{content:" ";display:table}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-builder-header:after{clear:both}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-builder-header>*{float:right}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-body{display:none}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-body.active{display:block}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-data-stamp{background:#466dd8;border-radius:4px;color:#fff;cursor:move;font-size:90%;margin-top:-5px;padding:4px 10px 6px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-data-stamp small,.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-data-stamp .fa{line-height:1.2;vertical-align:middle}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-data-stamp .fa{margin-left:4px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-headline{width:calc(100% - 110px - 90px - 55px)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-headline .ql-editor{width:calc(100% - 16px)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-action-icons{width:110px;opacity:0;pointer-events:none}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-points{width:90px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-features{margin:10px 0 0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-features:last-child{margin:0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-features .llms-switch{margin-left:15px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-editable-video{position:relative;z-index:1}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-wrapper{background:#f4f4f4;margin:2px 1px;padding:10px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header{margin-bottom:10px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header:before,.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header:after{content:" ";display:table}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header:after{clear:both}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header .llms-switch{float:left;text-align:left;width:260px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions ul.llms-question-choices{border:3px solid #f4f4f4;margin:-3px;padding:0;-webkit-transition:-webkit-box-shadow .6s ease;transition:-webkit-box-shadow .6s ease;transition:box-shadow .6s ease;transition:box-shadow .6s ease, -webkit-box-shadow .6s ease;transition:box-shadow .6s ease,-webkit-box-shadow .6s ease}.wrap.lifterlms.llms-builder ul.llms-quiz-questions ul.llms-question-choices.dragging{-webkit-box-shadow:0 0 0 3px #466dd8;box-shadow:0 0 0 3px #466dd8}.wrap.lifterlms.llms-builder ul.llms-quiz-questions ul.llms-question-choices.multi-choices li.llms-question-choice .llms-choice-id span{border-radius:4px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice{margin:0 0 5px;padding:0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice:last-child{margin-bottom:0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id input[type=checkbox]{display:none}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id input[type=checkbox]:checked+.llms-marker{background:#83c373}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id .llms-marker{border-radius:50%;background:#d0d0d0;-webkit-box-shadow:inset 0 0 1px #848484;box-shadow:inset 0 0 1px #848484;color:#444;display:inline-block;font-size:16px;height:20px;line-height:20px;padding:5px;position:relative;text-align:center;-webkit-transition:background .1s ease;transition:background .1s ease;width:20px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id .llms-marker .fa{right:7px;opacity:0;position:absolute;top:7px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id .llms-marker.selectable:hover b{opacity:0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id .llms-marker.selectable:hover .fa{opacity:1}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-input-wrapper,.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-editable-image{display:inline-block;width:calc(100% - 55px - 35px - 5px)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-input{width:calc(100% - 16px)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-editable-image .llms-image{vertical-align:middle}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-editable-image .llms-image img{height:50px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-action-icons{display:inline-block;opacity:1;pointer-events:auto;text-align:left;width:55px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice.llms-sortable-placeholder{border:3px dashed #466dd8 !important;background:rgba(70,109,216,.3)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice.ui-sortable-helper{border:1px solid #ccc;background:#fff;padding:10px;-webkit-transform:rotate(-2deg);transform:rotate(-2deg);z-index:999}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question.ui-sortable-helper,.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question.ui-draggable-dragging{border:1px solid #ccc;background:#fff;-webkit-transform:rotate(-2deg);transform:rotate(-2deg);z-index:999}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question.llms-sortable-placeholder{border:3px dashed #466dd8 !important;background:rgba(70,109,216,.3)}.wrap.lifterlms.llms-builder .llms-switch{display:inline-block;float:none;width:auto}.wrap.lifterlms.llms-builder .llms-switch input[type=checkbox]{display:none}.wrap.lifterlms.llms-builder .llms-switch input[type=checkbox]:checked+.llms-switch-slider{background:#83c373}.wrap.lifterlms.llms-builder .llms-switch input[type=checkbox]:checked+.llms-switch-slider:after{-webkit-transform:translateX(-14px);transform:translateX(-14px)}.wrap.lifterlms.llms-builder .llms-switch .llms-label{display:inline-block;vertical-align:top}.wrap.lifterlms.llms-builder .llms-switch .llms-switch-slider{background:#e0e0e0;border-radius:8px;display:inline-block;height:16px;margin-top:2px;position:relative;-webkit-transition:background .2s ease;transition:background .2s ease;vertical-align:top;width:30px}.wrap.lifterlms.llms-builder .llms-switch .llms-switch-slider:after{background:#fff;border-radius:8px;content:"";display:block;height:12px;right:2px;position:relative;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;top:2px;width:12px}.wrap.lifterlms.llms-builder .llms-video-explainer-trigger{display:block;margin:40px 0 0;cursor:pointer;position:relative;width:100%;-webkit-transition:color .2s ease;transition:color .2s ease;color:initial}.wrap.lifterlms.llms-builder .llms-video-explainer-trigger:hover{color:currentColor}.wrap.lifterlms.llms-builder .llms-video-explainer-trigger:after{position:absolute;inset:0;margin:auto;pointer-events:none;content:"▶";display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;clear:both;height:2em;width:2em;border-radius:4em;border:4px solid currentColor;font-size:2.5em}.wrap.lifterlms.llms-builder .llms-video-explainer-trigger img{display:block;width:100%;border-radius:4px}.wrap.lifterlms.llms-builder .llms-video-explainer-wrapper{display:none;opacity:0;position:fixed;inset:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:999;background-color:rgba(0,0,0,.5);-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.wrap.lifterlms.llms-builder .llms-video-explainer-iframe{position:relative;width:min(90%,800px);border:none;border-radius:4px;overflow:hidden;aspect-ratio:16/9}.wrap.lifterlms.llms-builder .llms-video-explainer-close{position:absolute;top:6vh;left:2vw;background:rgba(0,0,0,0);border:0;font-size:2em;color:#fff;cursor:pointer}.llms-multi-input .llms-input-wrapper{width:50%;float:right;margin-bottom:6px;font-size:12px}.llms-multi-input .llms-input-wrapper .llms-input{font-size:12px;padding:5px}
+body.admin_page_llms-course-builder{background:#fff}body.admin_page_llms-course-builder #adminmenumain{display:none}body.admin_page_llms-course-builder #wpbody-content{padding-bottom:0}body.admin_page_llms-course-builder #wpfooter{display:none}body.admin_page_llms-course-builder #wpcontent,body.admin_page_llms-course-builder #wpfooter{margin-right:0}body.admin_page_llms-course-builder .llms-button-secondary .fa{margin-left:5px}body.admin_page_llms-course-builder .webui-popover .select2-container--default .select2-results__group{font-size:16px}body.admin_page_llms-course-builder .webui-popover .select2-container--default .select2-results__option .select2-results__option{padding-right:2em}.wrap.lifterlms.llms-builder{margin:0;padding:0;position:relative}.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar{padding:10px;width:calc(100% - 200px);z-index:3}@media only screen and (min-width: 1200px){.wrap.lifterlms.llms-builder.editor-active .llms-builder-main{width:560px}.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar{width:calc(100% - 640px)}}@media only screen and (min-width: 1440px){.wrap.lifterlms.llms-builder.editor-active .llms-builder-main{width:calc(100% - 780px)}.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar{width:720px}}@media only screen and (min-width: 1680px){.wrap.lifterlms.llms-builder.editor-active .llms-builder-main{width:calc(100% - 1000px)}.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar{width:940px}}@media only screen and (max-width: 782px){.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar{position:absolute;top:0;width:auto}}.wrap.lifterlms.llms-builder .llms-headline{display:inline-block;font-weight:400;margin:0;padding:0;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out;vertical-align:middle}.wrap.lifterlms.llms-builder .llms-builder-main{padding:30px 0 30px 30px;position:relative;width:calc(100% - 450px);z-index:2}.wrap.lifterlms.llms-builder .llms-builder-main .llms-action-icons{display:inline-block;position:relative;vertical-align:middle}.wrap.lifterlms.llms-builder .llms-builder-main .llms-action-icons button{background:none;color:inherit;border:none;padding:0;cursor:pointer;outline:inherit}.wrap.lifterlms.llms-builder .llms-builder-main .llms-action-icons-lesson-id{vertical-align:top}.wrap.lifterlms.llms-builder .llms-builder-main .llms-course-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;position:relative;z-index:1}.wrap.lifterlms.llms-builder .llms-builder-main .llms-course-header .llms-button-secondary{margin-left:10px}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-sections{-webkit-box-shadow:0 0 0 3px rgba(0,0,0,0);box-shadow:0 0 0 3px rgba(0,0,0,0);min-height:60px;padding:10px 0;-webkit-transition:min-height .2s ease,-webkit-box-shadow .6s ease;transition:min-height .2s ease,-webkit-box-shadow .6s ease;transition:box-shadow .6s ease,min-height .2s ease;transition:box-shadow .6s ease,min-height .2s ease,-webkit-box-shadow .6s ease}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-sections.dragging{-webkit-box-shadow:0 0 0 3px #466dd8;box-shadow:0 0 0 3px #466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section{background:#fff;border:1px solid #efefef;border-radius:6px;-webkit-box-shadow:-2px 2px 8px rgba(0,0,0,.08);box-shadow:-2px 2px 8px rgba(0,0,0,.08);position:relative;margin:0 0 20px 0;padding:0}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section>.llms-builder-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px 20px 10px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section>.llms-builder-header .llms-action-icons{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section>.llms-builder-header .llms-action-icons .llms-action-icons-right{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0px;margin-top:-5px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section>.llms-builder-header .llms-action-icons .llms-action-icons-right .llms-action-icon{padding:5px 10px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section>.llms-builder-header .llms-action-icons .llms-action-icons-left{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}@media only screen and (min-width: 1200px){.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section>.llms-builder-header .llms-action-icons .llms-action-icons-right,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section>.llms-builder-header .llms-action-icons .llms-action-icons-left{white-space:nowrap}}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.expanded .llms-lessons{overflow:visible}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.selected .llms-drag-utility.drag-section{border-color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.selected>.llms-builder-header .llms-headline{font-weight:400;color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section>.llms-builder-footer{border-top:1px solid #efefef;padding:20px 30px 20px 20px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section:first-child:before{top:30px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section:last-child:before{bottom:55px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.expanded:last-child:before{bottom:86px}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons{-webkit-box-shadow:0 0 0 3px rgba(0,0,0,0);box-shadow:0 0 0 3px rgba(0,0,0,0);height:0;margin:0;padding:0;-webkit-transition:min-height .2s ease,-webkit-box-shadow .6s ease;transition:min-height .2s ease,-webkit-box-shadow .6s ease;transition:box-shadow .6s ease,min-height .2s ease;transition:box-shadow .6s ease,min-height .2s ease,-webkit-box-shadow .6s ease}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.dragging{-webkit-box-shadow:0 0 0 3px #466dd8;box-shadow:0 0 0 3px #466dd8;min-height:60px}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.expanded,.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.drag-expanded{height:auto}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.expanded li.llms-lesson,.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.drag-expanded li.llms-lesson{pointer-events:auto;visibility:visible}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson{background:#fff;border-top:1px solid #efefef;margin:0;padding:20px 30px 20px 10px;position:relative;pointer-events:none;visibility:hidden}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.selected .llms-drag-utility.drag-lesson{border-color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.selected>.llms-builder-header .llms-headline{color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson>.llms-builder-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson>.llms-builder-header .llms-headline{font-weight:700;margin-right:10px;cursor:pointer}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson>.llms-builder-header .llms-action-icons{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;gap:15px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson>.llms-builder-header .llms-action-icons .llms-action-icons-left{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson>.llms-builder-header .llms-action-icons .llms-action-icons-right{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0;margin-top:-5px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson>.llms-builder-header .llms-action-icons .llms-action-icons-right .llms-action-icon{padding:5px 10px}@media only screen and (min-width: 1200px){.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson>.llms-builder-header .llms-action-icons .llms-action-icons-right,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson>.llms-builder-header .llms-action-icons .llms-action-icons-left{white-space:nowrap}}@media only screen and (min-width: 1200px){.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson>.llms-builder-header>.llms-builder-header{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section .llms-drag-utility{background:#fff;border:2px solid #ccc;border-radius:50%;height:10px;right:13px;position:absolute;top:24px;width:10px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson .llms-drag-utility{height:6px;right:14px;top:25px !important;width:6px}.wrap.lifterlms.llms-builder .llms-builder-main .llms-section:hover>.llms-drag-utility,.wrap.lifterlms.llms-builder .llms-builder-main .llms-lesson:hover>.llms-drag-utility{border-color:#fff;cursor:move}.wrap.lifterlms.llms-builder .llms-builder-main .llms-section:hover>.llms-drag-utility:hover:after,.wrap.lifterlms.llms-builder .llms-builder-main .llms-lesson:hover>.llms-drag-utility:hover:after{color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main .llms-section:hover>.llms-drag-utility:after,.wrap.lifterlms.llms-builder .llms-builder-main .llms-lesson:hover>.llms-drag-utility:after{background:#fff;content:"··\a··\a··";color:#ccc;display:block;font-size:36px;height:29px;letter-spacing:-1px;line-height:8px;right:-7px;position:absolute;text-align:center;top:-12px;width:23px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-sortable-helper,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-draggable-dragging,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-sortable-helper,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-draggable-dragging{border:1px solid #ccc;background:#fff;-webkit-transform:rotate(-2deg);transform:rotate(-2deg);visibility:visible !important;z-index:999}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.llms-sortable-placeholder,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.llms-sortable-placeholder{border:3px dashed #466dd8;background:rgba(70,109,216,.3);margin:0 10px;padding:5px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.llms-sortable-placeholder:before,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.llms-sortable-placeholder:before{display:none}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-sections>li.llms-lesson.ui-draggable-dragging .llms-drag-utility{position:relative}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-sections>li.llms-lesson.ui-draggable-dragging .llms-drag-utility:after{right:-35px;top:-28px}.wrap.lifterlms.llms-builder .llms-input-wrapper{position:relative}.wrap.lifterlms.llms-builder .llms-input-formatting.ql-container{font-size:inherit;font-family:inherit}.wrap.lifterlms.llms-builder .llms-input-formatting.ql-container .ql-editor.ql-blank::before{color:#a0a0a0;right:8px;left:8px}.wrap.lifterlms.llms-builder .llms-input-formatting.ql-container .ql-editor p{font-size:inherit;line-height:1}.wrap.lifterlms.llms-builder .llms-input-formatting.ql-container .ql-tooltip{z-index:1}.wrap.lifterlms.llms-builder .llms-input,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor{border:none;border-bottom:2px dotted rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;cursor:text;display:inline-block;font-size:inherit;font-weight:700;height:auto;line-height:1;margin:0 8px;min-width:60px;padding:0;-webkit-transition:border .2s ease,-webkit-box-shadow .2s ease;transition:border .2s ease,-webkit-box-shadow .2s ease;transition:border .2s ease,box-shadow .2s ease;transition:border .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease}.wrap.lifterlms.llms-builder .llms-input:empty:before,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor:empty:before{color:#a0a0a0;content:attr(data-placeholder)}.wrap.lifterlms.llms-builder .llms-input:hover,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor:hover{border-bottom-color:#466dd8}.wrap.lifterlms.llms-builder .llms-input[disabled],.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor[disabled]{cursor:not-allowed}.wrap.lifterlms.llms-builder .llms-input[disabled]:hover,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor[disabled]:hover{border-bottom-color:rgba(0,0,0,0)}.wrap.lifterlms.llms-builder .llms-input:focus,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor:focus{background:#fff;-webkit-box-shadow:0 0 0 4px #fff,0 0 0 6px #466dd8;box-shadow:0 0 0 4px #fff,0 0 0 6px #466dd8;border-bottom:none;outline:none}.wrap.lifterlms.llms-builder .llms-input b,.wrap.lifterlms.llms-builder .llms-input strong,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor b,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor strong{font-weight:700}.wrap.lifterlms.llms-builder .llms-input.standard,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor.standard{border:1px solid #e6e6e6;margin:2px;padding:5px 3px}.wrap.lifterlms.llms-builder .llms-input.standard:hover,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor.standard:hover{border-color:#d6d6d6}.wrap.lifterlms.llms-builder .llms-input.standard:focus,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor.standard:focus{-webkit-box-shadow:0 0 0 2px #466dd8;box-shadow:0 0 0 2px #466dd8}.wrap.lifterlms.llms-builder .llms-input.permalink,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor.permalink{display:none}.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor{padding:0 1px}.wrap.lifterlms.llms-builder .llms-label{font-weight:500}.wrap.lifterlms.llms-builder .llms-label .fa{color:#aaa;padding-right:6px}.wrap.lifterlms.llms-builder .llms-editable-editor .llms-label{float:right;margin-left:10px;position:relative;top:10px}.wrap.lifterlms.llms-builder .llms-editable-editor textarea{border:none;padding:10px;display:block;width:100%}.wrap.lifterlms.llms-builder .llms-editable-image button.llms-add-image{width:130px}.wrap.lifterlms.llms-builder .llms-editable-image .llms-image{display:inline-block;position:relative}.wrap.lifterlms.llms-builder .llms-editable-image .llms-image:hover .llms-action-icon{opacity:1}.wrap.lifterlms.llms-builder .llms-editable-image .llms-image .llms-action-icon{color:#fff;font-size:24px;opacity:0;padding:0;position:absolute;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;left:3px;top:1px;z-index:1}.wrap.lifterlms.llms-builder .llms-editable-image .llms-image img{display:block;height:100px;max-width:100%;width:auto}.wrap.lifterlms.llms-builder .llms-settings-field,.wrap.lifterlms.llms-builder .llms-editable-toggle-group{background:#f4f4f4;padding:10px;position:relative;margin:0 1px}.wrap.lifterlms.llms-builder .llms-settings-field.has-label-after,.wrap.lifterlms.llms-builder .llms-editable-toggle-group.has-label-after{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.wrap.lifterlms.llms-builder .llms-settings-field.has-label-after .llms-label,.wrap.lifterlms.llms-builder .llms-editable-toggle-group.has-label-after .llms-label{min-width:100%}.wrap.lifterlms.llms-builder .llms-settings-field.has-label-after .llms-editable-input,.wrap.lifterlms.llms-builder .llms-editable-toggle-group.has-label-after .llms-editable-input{-webkit-box-flex:2;-ms-flex:2;flex:2}.wrap.lifterlms.llms-builder .llms-settings-field.has-label-after .llms-label--after,.wrap.lifterlms.llms-builder .llms-editable-toggle-group.has-label-after .llms-label--after{color:#888;min-width:auto;font-size:85%;padding-right:10px}.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch{display:block;width:100%}.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch:before,.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch:after,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch:before,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch:after{content:" ";display:table}.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch:after,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch:after{clear:both}.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch .llms-label,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch .llms-label{width:calc(100% - 34px)}.wrap.lifterlms.llms-builder .llms-settings-field .llms-editable-image,.wrap.lifterlms.llms-builder .llms-settings-field .llms-editable-video,.wrap.lifterlms.llms-builder .llms-settings-field .llms-editable-editor,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-editable-image,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-editable-video,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-editable-editor{margin-top:2px}.wrap.lifterlms.llms-builder .llms-settings-field .llms-input.standard,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-input.standard{display:block;width:100%}.wrap.lifterlms.llms-builder .llms-settings-field .llms-input.standard.two-digits,.wrap.lifterlms.llms-builder .llms-settings-field .llms-input.standard.three-digits,.wrap.lifterlms.llms-builder .llms-settings-field .llms-input.standard.four-digits,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-input.standard.two-digits,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-input.standard.three-digits,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-input.standard.four-digits{display:inline-block}.wrap.lifterlms.llms-builder .llms-editable-number .llms-input{color:#888;min-width:30px;text-align:left}.wrap.lifterlms.llms-builder .llms-editable-number .llms-input.two-digits{width:30px}.wrap.lifterlms.llms-builder .llms-editable-number .llms-input.three-digits{width:40px}.wrap.lifterlms.llms-builder .llms-editable-number .llms-input.four-digits{width:60px}.wrap.lifterlms.llms-builder .llms-editable-number small{color:#888;text-transform:uppercase}.wrap.lifterlms.llms-builder .llms-model-settings{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13)}.wrap.lifterlms.llms-builder .llms-model-settings:before,.wrap.lifterlms.llms-builder .llms-model-settings:after{content:" ";display:table}.wrap.lifterlms.llms-builder .llms-model-settings:after{clear:both}.wrap.lifterlms.llms-builder .llms-model-settings .llms-settings-group-header{border-bottom:1px solid #efefef;padding:10px}.wrap.lifterlms.llms-builder .llms-model-settings .llms-settings-group-header .fa-caret-up{display:block}.wrap.lifterlms.llms-builder .llms-model-settings .llms-settings-group-header .fa-caret-down{display:none}.wrap.lifterlms.llms-builder .llms-model-settings.hidden .llms-settings-group-header .fa-caret-up{display:none}.wrap.lifterlms.llms-builder .llms-model-settings.hidden .llms-settings-group-header .fa-caret-down{display:block}.wrap.lifterlms.llms-builder .llms-model-settings.hidden .llms-settings-group-body{display:none}.wrap.lifterlms.llms-builder .llms-settings-group-header:before,.wrap.lifterlms.llms-builder .llms-settings-group-header:after{content:" ";display:table}.wrap.lifterlms.llms-builder .llms-settings-group-header:after{clear:both}.wrap.lifterlms.llms-builder .llms-settings-group-header .llms-settings-group-title{display:inline-block;font-size:16px;font-weight:700;line-height:1.5;margin:0 5px;padding:0}.wrap.lifterlms.llms-builder .llms-settings-group-header .llms-settings-group-toggle{float:left;font-size:18px;padding:2px}.wrap.lifterlms.llms-builder .llms-settings-group-body{padding:16px}.wrap.lifterlms.llms-builder .llms-settings-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:2px 0}.wrap.lifterlms.llms-builder .llms-settings-row .llms-settings-field,.wrap.lifterlms.llms-builder .llms-settings-row .llms-editable-toggle-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.wrap.lifterlms.llms-builder .llms-settings-row .llms-settings-field:first-child,.wrap.lifterlms.llms-builder .llms-settings-row .llms-editable-toggle-group:first-child{margin-right:0}.wrap.lifterlms.llms-builder .llms-settings-row .llms-settings-field:last-child,.wrap.lifterlms.llms-builder .llms-settings-row .llms-editable-toggle-group:last-child{margin-left:0}.wrap.lifterlms.llms-builder .llms-settings-row .llms-breaker{margin:2px 0;width:100%}.wrap.lifterlms.llms-builder .llms-editable-select{margin:2px 0}.wrap.lifterlms.llms-builder .llms-editable-select .select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#aaa}.wrap.lifterlms.llms-builder .llms-editable-radio label{display:block}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images input{display:none}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images label{display:inline-block;margin:0 3px}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images label>span{-webkit-transition:background .2s ease;transition:background .2s ease;display:inline-block;padding:3px}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images img{display:block}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images input:checked+span{background:#466dd8}.wrap.lifterlms.llms-builder .settings-field--disabled{opacity:.5}.wrap.lifterlms.llms-builder .llms-action-icon{color:#666;display:inline-block;font-size:13px;text-decoration:none}.wrap.lifterlms.llms-builder .llms-action-icon:hover{color:#466dd8}.wrap.lifterlms.llms-builder .llms-action-icon:hover.danger{color:#e5554e}.wrap.lifterlms.llms-builder .llms-action-icon.circle{border:2px solid #aaa;border-radius:50%;font-size:9px;height:8px;line-height:1;padding:5px;text-align:center;width:8px}.wrap.lifterlms.llms-builder .llms-action-icon.circle:hover{border-color:#466dd8}.wrap.lifterlms.llms-builder .llms-action-icon.circle:hover.danger{border-color:#e5554e}.wrap.lifterlms.llms-builder ul.llms-info-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;margin:10px 8px 0 0;padding:0}.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item{color:#666;font-size:13px;margin:0}.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active,.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active .llms-action-icon{color:#466dd8}.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active .fa,.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active .llms-action-icon .fa{margin-left:5px}.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item button{background:none;color:inherit;border:none;padding:0;cursor:pointer;outline:inherit}.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item button:hover{text-decoration:underline}.wrap.lifterlms.llms-builder .llms-builder-sidebar{background:#e6e6e6;bottom:0;overflow:hidden;padding:30px;position:fixed;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out;top:32px;left:0;width:360px;z-index:1}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul,.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities li{margin:0;padding:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul li{-webkit-box-flex:1;-ms-flex:1;flex:1}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul li:last-child{margin-left:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities .llms-utility{background:#efefef;border:1px solid #ccc;border-radius:8px;color:inherit;cursor:pointer;display:block;overflow:hidden;padding:6px 12px;position:relative;text-align:center;width:100%}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities .llms-utility:hover{background:#fefefe}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities .llms-utility .fa{background:#848484;position:absolute;right:0;top:0;padding:7px;color:#fff}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-sidebar-headline{margin:0 0 10px;font-size:22px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-elements-list{margin-bottom:30px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-elements-list li{margin-bottom:10px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utility{color:#444;text-decoration:none}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button{background:#466dd8;border-radius:8px;border:none;color:#fff;cursor:pointer;display:block;margin:0;overflow:hidden;padding:17px 20px;position:relative;-webkit-transition:background .2s ease,color .2s ease;transition:background .2s ease,color .2s ease;text-align:center;width:100%}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button:hover{background:#2b55cb}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.secondary{background:#efefef;color:#444}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.secondary:hover{background:#fefefe}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.secondary .fa{background:#848484}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button .fa{background:#1c3987;border-radius:0 4px 4px 0;color:#fff;display:block;font-size:20px;padding:15px 20px;position:absolute;top:0;right:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button[disabled=disabled]{opacity:.4}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.small{padding:8px 46px 8px 10px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.small .fa{font-size:15px;padding:9px 10px;width:20px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.right.small{padding-right:10px;padding-left:46px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.right .fa{border-radius:4px 0 0 4px;right:auto;left:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor{height:100%;min-height:100%;position:relative}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav{background-color:#1c3987;margin:0;padding:8px 8px 0 0;font-size:0;margin:-10px -10px 10px -10px;position:relative;z-index:2}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu{list-style-type:none;margin:0;padding:0;position:relative}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item{display:inline-block;margin:0 0 0 6px;padding:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item>.llms-editor-menu{display:none}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item>.llms-editor-menu:before{border:8px solid rgba(0,0,0,0);border-right-color:#cacaca;content:"";position:absolute;top:11px;right:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item>.llms-editor-menu .llms-editor-menu-item:hover>a,.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item>.llms-editor-menu .llms-editor-menu-item.active>a{background:#dfdfdf}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item:hover>a{background-color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.active>a{background-color:#e6e6e6;color:#466dd8;font-weight:700}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.active>a:focus{-webkit-box-shadow:none;box-shadow:none}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.active>.llms-editor-menu{display:inline-block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item a{border-top-right-radius:4px;border-top-left-radius:4px;color:#fff;display:inline-block;padding:9px 18px;text-decoration:none;-webkit-transition:background .2s ease;transition:background .2s ease;font-size:15px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.right{float:left}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.right a,.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.right:hover{background:rgba(0,0,0,0)}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab{display:none;height:calc(100% - 90px);overflow:scroll;position:relative;z-index:1}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab.active{display:block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab.active.tab--quiz{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab.active.tab--quiz .llms-quiz-questions{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;overflow:scroll}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab.active.tab--quiz .llms-quiz-questions .llms-quiz-questions{overflow:visible}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save{bottom:10px;right:10px;position:absolute;left:10px;z-index:1}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save .llms-builder-error{background:#e5554e;border-radius:4px;color:#fff;display:inline-block;font-style:italic;padding:5px 25px 7px 15px;margin:0 0 10px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save .llms-builder-error li{margin:0;padding:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save .llms-save{width:75%}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save .llms-exit{padding-right:5px;padding-left:5px;width:23%}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button{position:relative}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button i{position:absolute;right:10px;top:10px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button i .llms-spinner{border-color:#fff}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status] .llms-status-indicator{display:none}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=saved] .status--saved{display:block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=unsaved]{background-color:#f8954f}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=unsaved] .status--unsaved{display:block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=saving] .status--saving{display:block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=error] .status--error{display:block}@media only screen and (max-width: 782px){.wrap.lifterlms.llms-builder .llms-builder-sidebar{margin-left:10px;position:relative;top:0;width:auto}.wrap.lifterlms.llms-builder .llms-builder-main{padding-left:10px;width:auto}}.wrap.lifterlms.llms-builder .select2-container{z-index:99999999}.wrap.lifterlms.llms-builder .select2-results__option{padding:0}.wrap.lifterlms.llms-builder .select2-container--default .select2-results__option--highlighted[aria-selected]{background:#466dd8}.wrap.lifterlms.llms-builder .select2-container--default .select2-results__option--highlighted[aria-selected] .llms-existing-action{color:#fff}.wrap.lifterlms.llms-builder .llms-existing-lesson-result{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 0 5px 5px}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info{-webkit-box-flex:6;-ms-flex:6;flex:6}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info h4,.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info h5{margin:0}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info h4{font-weight:400}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info h5{font-weight:300}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-action{color:#466dd8;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-action .fa{display:block;font-size:30px}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-action small{text-transform:uppercase}.wrap.lifterlms.llms-builder .llms-quiz-empty{margin:100px auto;text-align:center}.wrap.lifterlms.llms-builder .llms-quiz-empty p{font-size:18px}.wrap.lifterlms.llms-builder .llms-quiz-empty button.llms-element-button{max-width:320px;margin:0 auto}.wrap.lifterlms.llms-builder .llms-editor-tab.tab--quiz .llms-model-header .llms-model-title{width:calc(100% - 310px)}.wrap.lifterlms.llms-builder .llms-editor-tab.tab--quiz .llms-model-header .llms-quiz-points{float:right;margin-left:10px;width:100px}.wrap.lifterlms.llms-builder .llms-model-header{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);padding:10px}.wrap.lifterlms.llms-builder .llms-model-header:before,.wrap.lifterlms.llms-builder .llms-model-header:after{content:" ";display:table}.wrap.lifterlms.llms-builder .llms-model-header:after{clear:both}.wrap.lifterlms.llms-builder .llms-model-header .llms-model-title{float:right;margin-left:10px;width:calc(100% - 200px)}.wrap.lifterlms.llms-builder .llms-model-header .llms-model-title .llms-input{width:calc(100% - 65px)}.wrap.lifterlms.llms-builder .llms-model-header .llms-model-status.llms-switch{float:right;margin-left:10px;position:relative;text-align:left;top:-2px;width:100px}.wrap.lifterlms.llms-builder .llms-model-header .llms-action-icons{float:right;position:relative;text-align:left;width:80px;z-index:1}.wrap.lifterlms.llms-builder .llms-model-header .llms-action-icons .llms-action-icon{margin-right:10px}.wrap.lifterlms.llms-builder .llms-model-header .llms-action-icons .fa{max-width:15px}.wrap.lifterlms.llms-builder .llms-model-header+.llms-model-settings.active{margin-top:-10px}.wrap.lifterlms.llms-builder .llms-model-settings{clear:both;display:none}.wrap.lifterlms.llms-builder .llms-model-settings.active{display:block;margin-top:10px}.wrap.lifterlms.llms-builder .llms-quiz-footer{display:-webkit-box;display:-ms-flexbox;display:flex}.wrap.lifterlms.llms-builder .llms-quiz-footer button.llms-element-button{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 5px}.wrap.lifterlms.llms-builder .llms-quiz-footer button.llms-element-button:first-child{margin-right:0}.wrap.lifterlms.llms-builder .llms-quiz-footer button.llms-element-button:last-child{margin-left:0}.wrap.lifterlms.llms-builder .llms-quiz-footer button.llms-element-button.llms-show-question-bank{-webkit-box-flex:2;-ms-flex:2;flex:2}.wrap.lifterlms.llms-builder .llms-quiz-tools{display:none;width:100%;position:relative}.wrap.lifterlms.llms-builder ul.llms-question-bank{list-style-type:none;margin:0;padding:0}.wrap.lifterlms.llms-builder ul.llms-question-bank:before,.wrap.lifterlms.llms-builder ul.llms-question-bank:after{content:" ";display:table}.wrap.lifterlms.llms-builder ul.llms-question-bank:after{clear:both}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-bank-header{clear:both;padding-top:20px}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-bank-header:first-child{padding-top:0}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-bank-header h4{font-size:20px;margin:10px 5px}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-type{-webkit-box-sizing:border-box;box-sizing:border-box;float:right;margin:0;padding:3px;width:33.3333%;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-type.filtered{opacity:.3}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-type .llms-type-unavailable{display:block;position:relative;text-decoration:none}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-type .llms-type-unavailable .llms-element-button{opacity:.5;pointer-events:none}.wrap.lifterlms.llms-builder ul.llms-quiz-questions{margin:10px 3px;padding:5px;-webkit-transition:-webkit-box-shadow .6s ease;transition:-webkit-box-shadow .6s ease;transition:box-shadow .6s ease;transition:box-shadow .6s ease, -webkit-box-shadow .6s ease;transition:box-shadow .6s ease,-webkit-box-shadow .6s ease}.wrap.lifterlms.llms-builder ul.llms-quiz-questions.dragging{-webkit-box-shadow:0 0 0 3px #466dd8;box-shadow:0 0 0 3px #466dd8}.wrap.lifterlms.llms-builder ul.llms-quiz-questions:empty:before{background:#fff;content:attr(data-empty-msg);display:block;font-size:18px;margin:0 auto;padding:100px 0;text-align:center}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question{background:#fff;margin:0 0 3px;padding:15px 12px 10px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question:hover>.llms-builder-header .llms-action-icons{opacity:1;pointer-events:auto}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question ul.llms-quiz-questions{margin-right:12px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question ul.llms-quiz-questions .llms-question{border-bottom:2px solid #e6e6e6}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question ul.llms-quiz-questions:empty:before{content:attr(data-empty-msg);display:block;font-size:18px;text-align:center;margin:20px auto}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question ul.llms-quiz-questions li.llms-question.llms-sortable-placeholder.qtype--group{display:none !important}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-builder-header:before,.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-builder-header:after{content:" ";display:table}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-builder-header:after{clear:both}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-builder-header>*{float:right}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-body{display:none}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-body.active{display:block}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-data-stamp{background:#466dd8;border-radius:4px;color:#fff;cursor:move;font-size:90%;margin-top:-5px;padding:4px 10px 6px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-data-stamp small,.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-data-stamp .fa{line-height:1.2;vertical-align:middle}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-data-stamp .fa{margin-left:4px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-headline{width:calc(100% - 110px - 90px - 55px)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-headline .ql-editor{width:calc(100% - 16px)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-action-icons{width:110px;opacity:0;pointer-events:none}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-points{width:90px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-features{margin:10px 0 0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-features:last-child{margin:0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-features .llms-switch{margin-left:15px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-editable-video{position:relative;z-index:1}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-wrapper{background:#f4f4f4;margin:2px 1px;padding:10px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header{margin-bottom:10px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header:before,.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header:after{content:" ";display:table}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header:after{clear:both}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header .llms-switch{float:left;text-align:left;width:260px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions ul.llms-question-choices{border:3px solid #f4f4f4;margin:-3px;padding:0;-webkit-transition:-webkit-box-shadow .6s ease;transition:-webkit-box-shadow .6s ease;transition:box-shadow .6s ease;transition:box-shadow .6s ease, -webkit-box-shadow .6s ease;transition:box-shadow .6s ease,-webkit-box-shadow .6s ease}.wrap.lifterlms.llms-builder ul.llms-quiz-questions ul.llms-question-choices.dragging{-webkit-box-shadow:0 0 0 3px #466dd8;box-shadow:0 0 0 3px #466dd8}.wrap.lifterlms.llms-builder ul.llms-quiz-questions ul.llms-question-choices.multi-choices li.llms-question-choice .llms-choice-id span{border-radius:4px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice{margin:0 0 5px;padding:0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice:last-child{margin-bottom:0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id input[type=checkbox]{display:none}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id input[type=checkbox]:checked+.llms-marker{background:#83c373}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id .llms-marker{border-radius:50%;background:#d0d0d0;-webkit-box-shadow:inset 0 0 1px #848484;box-shadow:inset 0 0 1px #848484;color:#444;display:inline-block;font-size:16px;height:20px;line-height:20px;padding:5px;position:relative;text-align:center;-webkit-transition:background .1s ease;transition:background .1s ease;width:20px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id .llms-marker .fa{right:7px;opacity:0;position:absolute;top:7px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id .llms-marker.selectable:hover b{opacity:0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id .llms-marker.selectable:hover .fa{opacity:1}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-input-wrapper,.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-editable-image{display:inline-block;width:calc(100% - 55px - 35px - 5px)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-input{width:calc(100% - 16px)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-editable-image .llms-image{vertical-align:middle}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-editable-image .llms-image img{height:50px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-action-icons{display:inline-block;opacity:1;pointer-events:auto;text-align:left;width:55px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice.llms-sortable-placeholder{border:3px dashed #466dd8 !important;background:rgba(70,109,216,.3)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice.ui-sortable-helper{border:1px solid #ccc;background:#fff;padding:10px;-webkit-transform:rotate(-2deg);transform:rotate(-2deg);z-index:999}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question.ui-sortable-helper,.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question.ui-draggable-dragging{border:1px solid #ccc;background:#fff;-webkit-transform:rotate(-2deg);transform:rotate(-2deg);z-index:999}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question.llms-sortable-placeholder{border:3px dashed #466dd8 !important;background:rgba(70,109,216,.3)}.wrap.lifterlms.llms-builder .llms-switch{display:inline-block;float:none;width:auto}.wrap.lifterlms.llms-builder .llms-switch input[type=checkbox]{display:none}.wrap.lifterlms.llms-builder .llms-switch input[type=checkbox]:checked+.llms-switch-slider{background:#83c373}.wrap.lifterlms.llms-builder .llms-switch input[type=checkbox]:checked+.llms-switch-slider:after{-webkit-transform:translateX(-14px);transform:translateX(-14px)}.wrap.lifterlms.llms-builder .llms-switch .llms-label{display:inline-block;vertical-align:top}.wrap.lifterlms.llms-builder .llms-switch .llms-switch-slider{background:#e0e0e0;border-radius:8px;display:inline-block;height:16px;margin-top:2px;position:relative;-webkit-transition:background .2s ease;transition:background .2s ease;vertical-align:top;width:30px}.wrap.lifterlms.llms-builder .llms-switch .llms-switch-slider:after{background:#fff;border-radius:8px;content:"";display:block;height:12px;right:2px;position:relative;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;top:2px;width:12px}.llms-multi-input .llms-input-wrapper{width:50%;float:right;margin-bottom:6px;font-size:12px}.llms-multi-input .llms-input-wrapper .llms-input{font-size:12px;padding:5px}
diff --git a/assets/css/builder.css b/assets/css/builder.css
index dcdd18cf94..c451dd015e 100644
--- a/assets/css/builder.css
+++ b/assets/css/builder.css
@@ -14,6 +14,9 @@ body.admin_page_llms-course-builder #wpfooter {
body.admin_page_llms-course-builder #wpcontent, body.admin_page_llms-course-builder #wpfooter {
margin-left: 0;
}
+body.admin_page_llms-course-builder .llms-button-secondary .fa {
+ margin-right: 5px;
+}
body.admin_page_llms-course-builder .webui-popover .select2-container--default .select2-results__group {
font-size: 16px;
}
@@ -25,88 +28,6 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
margin: 0;
padding: 0;
position: relative;
- /*
- /$$ /$$ /$$ /$$ /$$
- | $$|__/ | $$ | $$ | $$
- /$$$$$$ /$$$$$$$ /$$ /$$$$$$ /$$$$$$ | $$$$$$$ | $$ /$$$$$$
- /$$__ $$ /$$__ $$| $$|_ $$_/ |____ $$| $$__ $$| $$ /$$__ $$
- | $$$$$$$$| $$ | $$| $$ | $$ /$$$$$$$| $$ \ $$| $$| $$$$$$$$
- | $$_____/| $$ | $$| $$ | $$ /$$ /$$__ $$| $$ | $$| $$| $$_____/
- | $$$$$$$| $$$$$$$| $$ | $$$$/| $$$$$$$| $$$$$$$/| $$| $$$$$$$
- \_______/ \_______/|__/ \___/ \_______/|_______/ |__/ \_______/
- */
- /*
- /$$
- |__/
- /$$ /$$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$$
- | $$ /$$_____/ /$$__ $$| $$__ $$ /$$_____/
- | $$| $$ | $$ \ $$| $$ \ $$| $$$$$$
- | $$| $$ | $$ | $$| $$ | $$ \____ $$
- | $$| $$$$$$$| $$$$$$/| $$ | $$ /$$$$$$$/
- |__/ \_______/ \______/ |__/ |__/|_______/
- */
- /*
- /$$ /$$ /$$
- |__/ | $$ | $$
- /$$$$$$$ /$$ /$$$$$$$ /$$$$$$ | $$$$$$$ /$$$$$$ /$$$$$$
- /$$_____/| $$ /$$__ $$ /$$__ $$| $$__ $$ |____ $$ /$$__ $$
- | $$$$$$ | $$| $$ | $$| $$$$$$$$| $$ \ $$ /$$$$$$$| $$ \__/
- \____ $$| $$| $$ | $$| $$_____/| $$ | $$ /$$__ $$| $$
- /$$$$$$$/| $$| $$$$$$$| $$$$$$$| $$$$$$$/| $$$$$$$| $$
- |_______/ |__/ \_______/ \_______/|_______/ \_______/|__/
- */
- /*
- /$$
- | $$
- /$$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$$| $$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ /$$ /$$ /$$$$$$ /$$$$$$
- /$$_____/ /$$__ $$ |____ $$ /$$__ $$ /$$_____/| $$__ $$ /$$__ $$ /$$__ $$ /$$__ $$ /$$__ $$| $$ /$$//$$__ $$ /$$__ $$
- | $$$$$$ | $$$$$$$$ /$$$$$$$| $$ \__/| $$ | $$ \ $$ | $$ \ $$| $$ \ $$| $$ \ $$| $$ \ $$ \ $$/$$/| $$$$$$$$| $$ \__/
- \____ $$| $$_____/ /$$__ $$| $$ | $$ | $$ | $$ | $$ | $$| $$ | $$| $$ | $$| $$ | $$ \ $$$/ | $$_____/| $$
- /$$$$$$$/| $$$$$$$| $$$$$$$| $$ | $$$$$$$| $$ | $$ | $$$$$$$/| $$$$$$/| $$$$$$$/| $$$$$$/ \ $/ | $$$$$$$| $$
- |_______/ \_______/ \_______/|__/ \_______/|__/ |__/ | $$____/ \______/ | $$____/ \______/ \_/ \_______/|__/
- | $$ | $$
- | $$ | $$
- |__/ |__/
- */
- /*
- /$$
- |__/
- /$$$$$$ /$$ /$$ /$$ /$$$$$$$$
- /$$__ $$| $$ | $$| $$|____ /$$/
- | $$ \ $$| $$ | $$| $$ /$$$$/
- | $$ | $$| $$ | $$| $$ /$$__/
- | $$$$$$$| $$$$$$/| $$ /$$$$$$$$
- \____ $$ \______/ |__/|________/
- | $$
- | $$
- |__/
- */
- /*
- /$$ /$$ /$$ /$$
- | $$ |__/ | $$ | $$
- /$$$$$$ /$$ /$$ /$$$$$$ /$$$$$$$ /$$$$$$ /$$ /$$$$$$ /$$$$$$$ | $$$$$$$ /$$$$$$ /$$$$$$$ | $$ /$$
- /$$__ $$| $$ | $$ /$$__ $$ /$$_____/|_ $$_/ | $$ /$$__ $$| $$__ $$ | $$__ $$ |____ $$| $$__ $$| $$ /$$/
- | $$ \ $$| $$ | $$| $$$$$$$$| $$$$$$ | $$ | $$| $$ \ $$| $$ \ $$ | $$ \ $$ /$$$$$$$| $$ \ $$| $$$$$$/
- | $$ | $$| $$ | $$| $$_____/ \____ $$ | $$ /$$| $$| $$ | $$| $$ | $$ | $$ | $$ /$$__ $$| $$ | $$| $$_ $$
- | $$$$$$$| $$$$$$/| $$$$$$$ /$$$$$$$/ | $$$$/| $$| $$$$$$/| $$ | $$ | $$$$$$$/| $$$$$$$| $$ | $$| $$ \ $$
- \____ $$ \______/ \_______/|_______/ \___/ |__/ \______/ |__/ |__/ |_______/ \_______/|__/ |__/|__/ \__/
- | $$
- | $$
- |__/
- */
- /*
- /$$ /$$ /$$
- |__/ | $$ |__/
- /$$$$$$ /$$ /$$ /$$ /$$$$$$$$ /$$$$$$ /$$ /$$ /$$$$$$ /$$$$$$$ /$$$$$$ /$$ /$$$$$$ /$$$$$$$ /$$$$$$$
- /$$__ $$| $$ | $$| $$|____ /$$/ /$$__ $$| $$ | $$ /$$__ $$ /$$_____/|_ $$_/ | $$ /$$__ $$| $$__ $$ /$$_____/
- | $$ \ $$| $$ | $$| $$ /$$$$/ | $$ \ $$| $$ | $$| $$$$$$$$| $$$$$$ | $$ | $$| $$ \ $$| $$ \ $$| $$$$$$
- | $$ | $$| $$ | $$| $$ /$$__/ | $$ | $$| $$ | $$| $$_____/ \____ $$ | $$ /$$| $$| $$ | $$| $$ | $$ \____ $$
- | $$$$$$$| $$$$$$/| $$ /$$$$$$$$ | $$$$$$$| $$$$$$/| $$$$$$$ /$$$$$$$/ | $$$$/| $$| $$$$$$/| $$ | $$ /$$$$$$$/
- \____ $$ \______/ |__/|________/ \____ $$ \______/ \_______/|_______/ \___/ |__/ \______/ |__/ |__/|_______/
- | $$ | $$
- | $$ | $$
- |__/ |__/
- */
}
.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar {
padding: 10px;
@@ -115,7 +36,7 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
}
@media only screen and (min-width: 1200px) {
.wrap.lifterlms.llms-builder.editor-active .llms-builder-main {
- width: 400px;
+ width: 560px;
}
.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar {
width: calc(100% - 640px);
@@ -137,6 +58,13 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
width: 940px;
}
}
+@media only screen and (max-width: 782px) {
+ .wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar {
+ position: absolute;
+ top: 0;
+ width: auto;
+ }
+}
.wrap.lifterlms.llms-builder .llms-headline {
display: inline-block;
font-weight: 400;
@@ -147,86 +75,43 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
vertical-align: middle;
}
.wrap.lifterlms.llms-builder .llms-builder-main {
- padding: 20px 20px 20px 0;
+ padding: 30px 30px 30px 0;
position: relative;
- width: calc(100% - 340px);
+ width: calc(100% - 450px);
z-index: 2;
- /*
-
-
- /$$$$$$$ /$$$$$$ /$$ /$$ /$$$$$$ /$$$$$$$ /$$$$$$
- /$$_____/ /$$__ $$| $$ | $$ /$$__ $$ /$$_____/ /$$__ $$
- | $$ | $$ \ $$| $$ | $$| $$ \__/| $$$$$$ | $$$$$$$$
- | $$ | $$ | $$| $$ | $$| $$ \____ $$| $$_____/
- | $$$$$$$| $$$$$$/| $$$$$$/| $$ /$$$$$$$/| $$$$$$$
- \_______/ \______/ \______/ |__/ |_______/ \_______/
- */
- /*
- /$$ /$$
- | $$ |__/
- /$$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$ /$$ /$$$$$$ /$$$$$$$ /$$$$$$$
- /$$_____/ /$$__ $$ /$$_____/|_ $$_/ | $$ /$$__ $$| $$__ $$ /$$_____/
- | $$$$$$ | $$$$$$$$| $$ | $$ | $$| $$ \ $$| $$ \ $$| $$$$$$
- \____ $$| $$_____/| $$ | $$ /$$| $$| $$ | $$| $$ | $$ \____ $$
- /$$$$$$$/| $$$$$$$| $$$$$$$ | $$$$/| $$| $$$$$$/| $$ | $$ /$$$$$$$/
- |_______/ \_______/ \_______/ \___/ |__/ \______/ |__/ |__/|_______/
- */
- /*
- /$$
- | $$
- | $$ /$$$$$$ /$$$$$$$ /$$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$$
- | $$ /$$__ $$ /$$_____//$$_____/ /$$__ $$| $$__ $$ /$$_____/
- | $$| $$$$$$$$| $$$$$$| $$$$$$ | $$ \ $$| $$ \ $$| $$$$$$
- | $$| $$_____/ \____ $$\____ $$| $$ | $$| $$ | $$ \____ $$
- | $$| $$$$$$$ /$$$$$$$//$$$$$$$/| $$$$$$/| $$ | $$ /$$$$$$$/
- |__/ \_______/|_______/|_______/ \______/ |__/ |__/|_______/
- */
- /*
- /$$ /$$ /$$ /$$
- | $$ | $$ | $$| $$
- /$$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ | $$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$$| $$ /$$$$$$ /$$$$$$$
- /$$__ $$ /$$__ $$|____ $$ /$$__ $$ | $$__ $$ |____ $$| $$__ $$ /$$__ $$| $$ /$$__ $$ /$$_____/
- | $$ | $$| $$ \__/ /$$$$$$$| $$ \ $$ | $$ \ $$ /$$$$$$$| $$ \ $$| $$ | $$| $$| $$$$$$$$| $$$$$$
- | $$ | $$| $$ /$$__ $$| $$ | $$ | $$ | $$ /$$__ $$| $$ | $$| $$ | $$| $$| $$_____/ \____ $$
- | $$$$$$$| $$ | $$$$$$$| $$$$$$$ | $$ | $$| $$$$$$$| $$ | $$| $$$$$$$| $$| $$$$$$$ /$$$$$$$/
- \_______/|__/ \_______/ \____ $$ |__/ |__/ \_______/|__/ |__/ \_______/|__/ \_______/|_______/
- /$$ \ $$
- | $$$$$$/
- \______/
- */
- /*
- /$$ /$$ /$$
- | $$ | $$ | $$
- /$$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ | $$$$$$$ | $$ /$$$$$$
- /$$_____/ /$$__ $$ /$$__ $$|_ $$_/ |____ $$| $$__ $$| $$ /$$__ $$
- | $$$$$$ | $$ \ $$| $$ \__/ | $$ /$$$$$$$| $$ \ $$| $$| $$$$$$$$
- \____ $$| $$ | $$| $$ | $$ /$$ /$$__ $$| $$ | $$| $$| $$_____/
- /$$$$$$$/| $$$$$$/| $$ | $$$$/| $$$$$$$| $$$$$$$/| $$| $$$$$$$
- |_______/ \______/ |__/ \___/ \_______/|_______/ |__/ \_______/
- */
}
.wrap.lifterlms.llms-builder .llms-builder-main .llms-action-icons {
display: inline-block;
- left: -20px;
- opacity: 0;
position: relative;
- -webkit-transition: left 0.2s ease, opacity 0.2s ease;
- transition: left 0.2s ease, opacity 0.2s ease;
vertical-align: middle;
}
+.wrap.lifterlms.llms-builder .llms-builder-main .llms-action-icons button {
+ background: none;
+ color: inherit;
+ border: none;
+ padding: 0;
+ cursor: pointer;
+ outline: inherit;
+}
.wrap.lifterlms.llms-builder .llms-builder-main .llms-action-icons-lesson-id {
vertical-align: top;
- opacity: 0.7;
-}
-.wrap.lifterlms.llms-builder .llms-builder-main .llms-builder-header:hover > .llms-action-icons,
-.wrap.lifterlms.llms-builder .llms-builder-main .llms-builder-header .llms-action-icons.static {
- left: 0;
- opacity: 1;
}
.wrap.lifterlms.llms-builder .llms-builder-main .llms-course-header {
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ gap: 15px;
position: relative;
z-index: 1;
}
+.wrap.lifterlms.llms-builder .llms-builder-main .llms-course-header .llms-button-secondary {
+ margin-right: 10px;
+}
.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-sections {
-webkit-box-shadow: 0 0 0 3px transparent;
box-shadow: 0 0 0 3px transparent;
@@ -243,9 +128,60 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
}
.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section {
background: #fff;
+ border: 1px solid #efefef;
+ border-radius: 6px;
+ -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
+ box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
position: relative;
- margin: 0;
- padding: 20px 20px 20px 40px;
+ margin: 0 0 20px 0;
+ padding: 0;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section > .llms-builder-header {
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ gap: 15px;
+ -webkit-box-pack: justify;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
+ padding: 20px 10px 20px 30px;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section > .llms-builder-header .llms-action-icons {
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ gap: 15px;
+ -webkit-box-pack: justify;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section > .llms-builder-header .llms-action-icons .llms-action-icons-right {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ gap: 0px;
+ margin-top: -5px;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section > .llms-builder-header .llms-action-icons .llms-action-icons-right .llms-action-icon {
+ padding: 5px 10px;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section > .llms-builder-header .llms-action-icons .llms-action-icons-left {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ gap: 15px;
+}
+@media only screen and (min-width: 1200px) {
+ .wrap.lifterlms.llms-builder .llms-builder-main li.llms-section > .llms-builder-header .llms-action-icons .llms-action-icons-right,
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section > .llms-builder-header .llms-action-icons .llms-action-icons-left {
+ white-space: nowrap;
+ }
}
.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.expanded .llms-lessons {
overflow: visible;
@@ -257,14 +193,9 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
font-weight: 400;
color: #466dd8;
}
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section:before {
- background: #ccc;
- bottom: 0;
- content: "";
- left: 19px;
- position: absolute;
- top: 0;
- width: 2px;
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section > .llms-builder-footer {
+ border-top: 1px solid #efefef;
+ padding: 20px 20px 20px 30px;
}
.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section:first-child:before {
top: 30px;
@@ -279,9 +210,8 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
-webkit-box-shadow: 0 0 0 3px transparent;
box-shadow: 0 0 0 3px transparent;
height: 0;
- margin: 10px 0 0;
- overflow: hidden;
- padding: 10px 0;
+ margin: 0;
+ padding: 0;
-webkit-transition: min-height 0.2s ease, -webkit-box-shadow 0.6s ease;
transition: min-height 0.2s ease, -webkit-box-shadow 0.6s ease;
transition: box-shadow 0.6s ease, min-height 0.2s ease;
@@ -301,8 +231,9 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
}
.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson {
background: #fff;
+ border-top: 1px solid #efefef;
margin: 0;
- padding: 10px 20px 10px 30px;
+ padding: 20px 10px 20px 30px;
position: relative;
pointer-events: none;
visibility: hidden;
@@ -311,17 +242,69 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
border-color: #466dd8;
}
.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.selected > .llms-builder-header .llms-headline {
- font-weight: 400;
color: #466dd8;
}
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson:before {
- background: #ccc;
- content: "";
- height: 2px;
- left: -20px;
- position: absolute;
- top: 20px;
- width: 30px;
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson > .llms-builder-header {
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ gap: 15px;
+ -webkit-box-pack: justify;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson > .llms-builder-header .llms-headline {
+ font-weight: 700;
+ margin-left: 10px;
+ cursor: pointer;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson > .llms-builder-header .llms-action-icons {
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-box-flex: 1;
+ -ms-flex: 1;
+ flex: 1;
+ gap: 15px;
+ -webkit-box-pack: justify;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson > .llms-builder-header .llms-action-icons .llms-action-icons-left {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ gap: 15px;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson > .llms-builder-header .llms-action-icons .llms-action-icons-right {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ gap: 0;
+ margin-top: -5px;
+}
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson > .llms-builder-header .llms-action-icons .llms-action-icons-right .llms-action-icon {
+ padding: 5px 10px;
+}
+@media only screen and (min-width: 1200px) {
+ .wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson > .llms-builder-header .llms-action-icons .llms-action-icons-right,
+.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson > .llms-builder-header .llms-action-icons .llms-action-icons-left {
+ white-space: nowrap;
+ }
+}
+@media only screen and (min-width: 1200px) {
+ .wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson > .llms-builder-header > .llms-builder-header {
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap;
+ }
}
.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section .llms-drag-utility {
background: #fff;
@@ -335,8 +318,8 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
}
.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson .llms-drag-utility {
height: 6px;
- left: 5px;
- top: 16px !important;
+ left: 14px;
+ top: 25px !important;
width: 6px;
}
.wrap.lifterlms.llms-builder .llms-builder-main .llms-section:hover > .llms-drag-utility,
@@ -374,20 +357,6 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
visibility: visible !important;
z-index: 999;
}
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-sortable-helper:before, .wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-draggable-dragging:before,
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-sortable-helper:before,
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-draggable-dragging:before {
- display: none;
-}
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-sortable-helper .llms-action-icons,
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-sortable-helper .llms-builder-header:hover > .llms-action-icons, .wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-draggable-dragging .llms-action-icons,
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-draggable-dragging .llms-builder-header:hover > .llms-action-icons,
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-sortable-helper .llms-action-icons,
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-sortable-helper .llms-builder-header:hover > .llms-action-icons,
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-draggable-dragging .llms-action-icons,
-.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-draggable-dragging .llms-builder-header:hover > .llms-action-icons {
- display: none;
-}
.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.llms-sortable-placeholder,
.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.llms-sortable-placeholder {
border: 3px dashed #466dd8;
@@ -434,7 +403,7 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
cursor: text;
display: inline-block;
font-size: inherit;
- font-weight: 500;
+ font-weight: 700;
height: auto;
line-height: 1;
margin: 0 8px;
@@ -747,10 +716,9 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
opacity: 0.5;
}
.wrap.lifterlms.llms-builder .llms-action-icon {
- color: #888;
+ color: #666;
display: inline-block;
- font-size: 16px;
- padding: 0 5px;
+ font-size: 13px;
text-decoration: none;
}
.wrap.lifterlms.llms-builder .llms-action-icon:hover {
@@ -776,42 +744,49 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
border-color: #e5554e;
}
.wrap.lifterlms.llms-builder ul.llms-info-list {
- margin: 0;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ gap: 15px;
+ margin: 10px 0 0 8px;
padding: 0;
}
-.wrap.lifterlms.llms-builder ul.llms-info-list:before, .wrap.lifterlms.llms-builder ul.llms-info-list:after {
- content: " ";
- display: table;
-}
-.wrap.lifterlms.llms-builder ul.llms-info-list:after {
- clear: both;
-}
.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item {
- color: #aaa;
- font-size: 16px;
+ color: #666;
+ font-size: 13px;
margin: 0;
- padding: 10px;
- float: left;
}
.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active, .wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active .llms-action-icon {
color: #466dd8;
}
-.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item .llms-action-icon {
- margin: -10px;
- padding: 10px;
+.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active .fa, .wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active .llms-action-icon .fa {
+ margin-right: 5px;
+}
+.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item button {
+ background: none;
+ color: inherit;
+ border: none;
+ padding: 0;
+ cursor: pointer;
+ outline: inherit;
+}
+.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item button:hover {
+ text-decoration: underline;
}
.wrap.lifterlms.llms-builder .llms-builder-sidebar {
background: #e6e6e6;
bottom: 0;
overflow: hidden;
- padding: 20px;
+ padding: 30px;
position: fixed;
-webkit-transition: width 0.3s ease-in-out;
transition: width 0.3s ease-in-out;
top: 32px;
right: 0;
- width: 280px;
- z-index: 2;
+ width: 360px;
+ z-index: 1;
}
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul, .wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities li {
margin: 0;
@@ -821,29 +796,33 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
display: -webkit-box;
display: -ms-flexbox;
display: flex;
+ gap: 15px;
}
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul li {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
- margin-right: 5px;
}
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul li:last-child {
margin-right: 0;
}
-.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities a.llms-utility {
+.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities .llms-utility {
background: #efefef;
- border-radius: 4px;
+ border: 1px solid #ccc;
+ border-radius: 8px;
+ color: inherit;
+ cursor: pointer;
display: block;
overflow: hidden;
- padding: 4px;
+ padding: 6px 12px;
position: relative;
text-align: center;
+ width: 100%;
}
-.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities a.llms-utility:hover {
+.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities .llms-utility:hover {
background: #fefefe;
}
-.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities a.llms-utility .fa {
+.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities .llms-utility .fa {
background: #848484;
position: absolute;
left: 0;
@@ -854,12 +833,9 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-sidebar-headline {
margin: 0 0 10px;
font-size: 22px;
- font-weight: 300;
- letter-spacing: 2px;
- text-transform: uppercase;
}
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-elements-list {
- margin-bottom: 40px;
+ margin-bottom: 30px;
}
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-elements-list li {
margin-bottom: 10px;
@@ -870,7 +846,7 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
}
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button {
background: #466dd8;
- border-radius: 4px;
+ border-radius: 8px;
border: none;
color: #fff;
cursor: pointer;
@@ -1073,6 +1049,9 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=saved] .status--saved {
display: block;
}
+.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=unsaved] {
+ background-color: #f8954f;
+}
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=unsaved] .status--unsaved {
display: block;
}
@@ -1082,6 +1061,18 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=error] .status--error {
display: block;
}
+@media only screen and (max-width: 782px) {
+ .wrap.lifterlms.llms-builder .llms-builder-sidebar {
+ margin-right: 10px;
+ position: relative;
+ top: 0;
+ width: auto;
+ }
+ .wrap.lifterlms.llms-builder .llms-builder-main {
+ padding-right: 10px;
+ width: auto;
+ }
+}
.wrap.lifterlms.llms-builder .select2-container {
z-index: 99999999;
}
@@ -1186,6 +1177,9 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
width: 80px;
z-index: 1;
}
+.wrap.lifterlms.llms-builder .llms-model-header .llms-action-icons .llms-action-icon {
+ margin-left: 10px;
+}
.wrap.lifterlms.llms-builder .llms-model-header .llms-action-icons .fa {
max-width: 15px;
}
@@ -1546,80 +1540,6 @@ body.admin_page_llms-course-builder .webui-popover .select2-container--default .
top: 2px;
width: 12px;
}
-.wrap.lifterlms.llms-builder .llms-video-explainer-trigger {
- display: block;
- margin: 40px 0 0;
- cursor: pointer;
- position: relative;
- width: 100%;
- -webkit-transition: color 0.2s ease;
- transition: color 0.2s ease;
- color: initial;
-}
-.wrap.lifterlms.llms-builder .llms-video-explainer-trigger:hover {
- color: currentColor;
-}
-.wrap.lifterlms.llms-builder .llms-video-explainer-trigger:after {
- position: absolute;
- inset: 0;
- margin: auto;
- pointer-events: none;
- content: "▶";
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- clear: both;
- height: 2em;
- width: 2em;
- border-radius: 4em;
- border: 4px solid currentColor;
- font-size: 2.5em;
-}
-.wrap.lifterlms.llms-builder .llms-video-explainer-trigger img {
- display: block;
- width: 100%;
- border-radius: 4px;
-}
-.wrap.lifterlms.llms-builder .llms-video-explainer-wrapper {
- display: none;
- opacity: 0;
- position: fixed;
- inset: 0;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- z-index: 999;
- background-color: rgba(0, 0, 0, 0.5);
- -webkit-transition: opacity 0.2s ease;
- transition: opacity 0.2s ease;
-}
-.wrap.lifterlms.llms-builder .llms-video-explainer-iframe {
- position: relative;
- width: min(90%, 800px);
- border: none;
- border-radius: 4px;
- overflow: hidden;
- aspect-ratio: 16/9;
-}
-.wrap.lifterlms.llms-builder .llms-video-explainer-close {
- position: absolute;
- top: 6vh;
- right: 2vw;
- background: transparent;
- border: 0;
- font-size: 2em;
- color: #fff;
- cursor: pointer;
-}
.llms-multi-input .llms-input-wrapper {
width: 50%;
diff --git a/assets/css/builder.min.css b/assets/css/builder.min.css
index 100d69daf0..10e10f8b56 100644
--- a/assets/css/builder.min.css
+++ b/assets/css/builder.min.css
@@ -1,2 +1,2 @@
-body.admin_page_llms-course-builder{background:#fff}body.admin_page_llms-course-builder #adminmenumain{display:none}body.admin_page_llms-course-builder #wpbody-content{padding-bottom:0}body.admin_page_llms-course-builder #wpfooter{display:none}body.admin_page_llms-course-builder #wpcontent,body.admin_page_llms-course-builder #wpfooter{margin-left:0}body.admin_page_llms-course-builder .webui-popover .select2-container--default .select2-results__group{font-size:16px}body.admin_page_llms-course-builder .webui-popover .select2-container--default .select2-results__option .select2-results__option{padding-left:2em}.wrap.lifterlms.llms-builder{margin:0;padding:0;position:relative}.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar{padding:10px;width:calc(100% - 200px);z-index:3}@media only screen and (min-width: 1200px){.wrap.lifterlms.llms-builder.editor-active .llms-builder-main{width:400px}.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar{width:calc(100% - 640px)}}@media only screen and (min-width: 1440px){.wrap.lifterlms.llms-builder.editor-active .llms-builder-main{width:calc(100% - 780px)}.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar{width:720px}}@media only screen and (min-width: 1680px){.wrap.lifterlms.llms-builder.editor-active .llms-builder-main{width:calc(100% - 1000px)}.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar{width:940px}}.wrap.lifterlms.llms-builder .llms-headline{display:inline-block;font-weight:400;margin:0;padding:0;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out;vertical-align:middle}.wrap.lifterlms.llms-builder .llms-builder-main{padding:20px 20px 20px 0;position:relative;width:calc(100% - 340px);z-index:2}.wrap.lifterlms.llms-builder .llms-builder-main .llms-action-icons{display:inline-block;left:-20px;opacity:0;position:relative;-webkit-transition:left .2s ease,opacity .2s ease;transition:left .2s ease,opacity .2s ease;vertical-align:middle}.wrap.lifterlms.llms-builder .llms-builder-main .llms-action-icons-lesson-id{vertical-align:top;opacity:.7}.wrap.lifterlms.llms-builder .llms-builder-main .llms-builder-header:hover>.llms-action-icons,.wrap.lifterlms.llms-builder .llms-builder-main .llms-builder-header .llms-action-icons.static{left:0;opacity:1}.wrap.lifterlms.llms-builder .llms-builder-main .llms-course-header{position:relative;z-index:1}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-sections{-webkit-box-shadow:0 0 0 3px rgba(0,0,0,0);box-shadow:0 0 0 3px rgba(0,0,0,0);min-height:60px;padding:10px 0;-webkit-transition:min-height .2s ease,-webkit-box-shadow .6s ease;transition:min-height .2s ease,-webkit-box-shadow .6s ease;transition:box-shadow .6s ease,min-height .2s ease;transition:box-shadow .6s ease,min-height .2s ease,-webkit-box-shadow .6s ease}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-sections.dragging{-webkit-box-shadow:0 0 0 3px #466dd8;box-shadow:0 0 0 3px #466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section{background:#fff;position:relative;margin:0;padding:20px 20px 20px 40px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.expanded .llms-lessons{overflow:visible}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.selected .llms-drag-utility.drag-section{border-color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.selected>.llms-builder-header .llms-headline{font-weight:400;color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section:before{background:#ccc;bottom:0;content:"";left:19px;position:absolute;top:0;width:2px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section:first-child:before{top:30px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section:last-child:before{bottom:55px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.expanded:last-child:before{bottom:86px}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons{-webkit-box-shadow:0 0 0 3px rgba(0,0,0,0);box-shadow:0 0 0 3px rgba(0,0,0,0);height:0;margin:10px 0 0;overflow:hidden;padding:10px 0;-webkit-transition:min-height .2s ease,-webkit-box-shadow .6s ease;transition:min-height .2s ease,-webkit-box-shadow .6s ease;transition:box-shadow .6s ease,min-height .2s ease;transition:box-shadow .6s ease,min-height .2s ease,-webkit-box-shadow .6s ease}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.dragging{-webkit-box-shadow:0 0 0 3px #466dd8;box-shadow:0 0 0 3px #466dd8;min-height:60px}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.expanded,.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.drag-expanded{height:auto}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.expanded li.llms-lesson,.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.drag-expanded li.llms-lesson{pointer-events:auto;visibility:visible}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson{background:#fff;margin:0;padding:10px 20px 10px 30px;position:relative;pointer-events:none;visibility:hidden}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.selected .llms-drag-utility.drag-lesson{border-color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.selected>.llms-builder-header .llms-headline{font-weight:400;color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson:before{background:#ccc;content:"";height:2px;left:-20px;position:absolute;top:20px;width:30px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section .llms-drag-utility{background:#fff;border:2px solid #ccc;border-radius:50%;height:10px;left:13px;position:absolute;top:24px;width:10px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson .llms-drag-utility{height:6px;left:5px;top:16px !important;width:6px}.wrap.lifterlms.llms-builder .llms-builder-main .llms-section:hover>.llms-drag-utility,.wrap.lifterlms.llms-builder .llms-builder-main .llms-lesson:hover>.llms-drag-utility{border-color:#fff;cursor:move}.wrap.lifterlms.llms-builder .llms-builder-main .llms-section:hover>.llms-drag-utility:hover:after,.wrap.lifterlms.llms-builder .llms-builder-main .llms-lesson:hover>.llms-drag-utility:hover:after{color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main .llms-section:hover>.llms-drag-utility:after,.wrap.lifterlms.llms-builder .llms-builder-main .llms-lesson:hover>.llms-drag-utility:after{background:#fff;content:"··\a··\a··";color:#ccc;display:block;font-size:36px;height:29px;letter-spacing:-1px;line-height:8px;left:-7px;position:absolute;text-align:center;top:-12px;width:23px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-sortable-helper,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-draggable-dragging,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-sortable-helper,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-draggable-dragging{border:1px solid #ccc;background:#fff;-webkit-transform:rotate(2deg);transform:rotate(2deg);visibility:visible !important;z-index:999}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-sortable-helper:before,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-draggable-dragging:before,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-sortable-helper:before,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-draggable-dragging:before{display:none}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-sortable-helper .llms-action-icons,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-sortable-helper .llms-builder-header:hover>.llms-action-icons,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-draggable-dragging .llms-action-icons,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-draggable-dragging .llms-builder-header:hover>.llms-action-icons,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-sortable-helper .llms-action-icons,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-sortable-helper .llms-builder-header:hover>.llms-action-icons,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-draggable-dragging .llms-action-icons,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-draggable-dragging .llms-builder-header:hover>.llms-action-icons{display:none}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.llms-sortable-placeholder,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.llms-sortable-placeholder{border:3px dashed #466dd8;background:rgba(70,109,216,.3);margin:0 10px;padding:5px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.llms-sortable-placeholder:before,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.llms-sortable-placeholder:before{display:none}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-sections>li.llms-lesson.ui-draggable-dragging .llms-drag-utility{position:relative}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-sections>li.llms-lesson.ui-draggable-dragging .llms-drag-utility:after{left:-35px;top:-28px}.wrap.lifterlms.llms-builder .llms-input-wrapper{position:relative}.wrap.lifterlms.llms-builder .llms-input-formatting.ql-container{font-size:inherit;font-family:inherit}.wrap.lifterlms.llms-builder .llms-input-formatting.ql-container .ql-editor.ql-blank::before{color:#a0a0a0;left:8px;right:8px}.wrap.lifterlms.llms-builder .llms-input-formatting.ql-container .ql-editor p{font-size:inherit;line-height:1}.wrap.lifterlms.llms-builder .llms-input-formatting.ql-container .ql-tooltip{z-index:1}.wrap.lifterlms.llms-builder .llms-input,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor{border:none;border-bottom:2px dotted rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;cursor:text;display:inline-block;font-size:inherit;font-weight:500;height:auto;line-height:1;margin:0 8px;min-width:60px;padding:0;-webkit-transition:border .2s ease,-webkit-box-shadow .2s ease;transition:border .2s ease,-webkit-box-shadow .2s ease;transition:border .2s ease,box-shadow .2s ease;transition:border .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease}.wrap.lifterlms.llms-builder .llms-input:empty:before,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor:empty:before{color:#a0a0a0;content:attr(data-placeholder)}.wrap.lifterlms.llms-builder .llms-input:hover,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor:hover{border-bottom-color:#466dd8}.wrap.lifterlms.llms-builder .llms-input[disabled],.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor[disabled]{cursor:not-allowed}.wrap.lifterlms.llms-builder .llms-input[disabled]:hover,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor[disabled]:hover{border-bottom-color:rgba(0,0,0,0)}.wrap.lifterlms.llms-builder .llms-input:focus,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor:focus{background:#fff;-webkit-box-shadow:0 0 0 4px #fff,0 0 0 6px #466dd8;box-shadow:0 0 0 4px #fff,0 0 0 6px #466dd8;border-bottom:none;outline:none}.wrap.lifterlms.llms-builder .llms-input b,.wrap.lifterlms.llms-builder .llms-input strong,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor b,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor strong{font-weight:700}.wrap.lifterlms.llms-builder .llms-input.standard,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor.standard{border:1px solid #e6e6e6;margin:2px;padding:5px 3px}.wrap.lifterlms.llms-builder .llms-input.standard:hover,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor.standard:hover{border-color:#d6d6d6}.wrap.lifterlms.llms-builder .llms-input.standard:focus,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor.standard:focus{-webkit-box-shadow:0 0 0 2px #466dd8;box-shadow:0 0 0 2px #466dd8}.wrap.lifterlms.llms-builder .llms-input.permalink,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor.permalink{display:none}.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor{padding:0 1px}.wrap.lifterlms.llms-builder .llms-label{font-weight:500}.wrap.lifterlms.llms-builder .llms-label .fa{color:#aaa;padding-left:6px}.wrap.lifterlms.llms-builder .llms-editable-editor .llms-label{float:left;margin-right:10px;position:relative;top:10px}.wrap.lifterlms.llms-builder .llms-editable-editor textarea{border:none;padding:10px;display:block;width:100%}.wrap.lifterlms.llms-builder .llms-editable-image button.llms-add-image{width:130px}.wrap.lifterlms.llms-builder .llms-editable-image .llms-image{display:inline-block;position:relative}.wrap.lifterlms.llms-builder .llms-editable-image .llms-image:hover .llms-action-icon{opacity:1}.wrap.lifterlms.llms-builder .llms-editable-image .llms-image .llms-action-icon{color:#fff;font-size:24px;opacity:0;padding:0;position:absolute;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;right:3px;top:1px;z-index:1}.wrap.lifterlms.llms-builder .llms-editable-image .llms-image img{display:block;height:100px;max-width:100%;width:auto}.wrap.lifterlms.llms-builder .llms-settings-field,.wrap.lifterlms.llms-builder .llms-editable-toggle-group{background:#f4f4f4;padding:10px;position:relative;margin:0 1px}.wrap.lifterlms.llms-builder .llms-settings-field.has-label-after,.wrap.lifterlms.llms-builder .llms-editable-toggle-group.has-label-after{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.wrap.lifterlms.llms-builder .llms-settings-field.has-label-after .llms-label,.wrap.lifterlms.llms-builder .llms-editable-toggle-group.has-label-after .llms-label{min-width:100%}.wrap.lifterlms.llms-builder .llms-settings-field.has-label-after .llms-editable-input,.wrap.lifterlms.llms-builder .llms-editable-toggle-group.has-label-after .llms-editable-input{-webkit-box-flex:2;-ms-flex:2;flex:2}.wrap.lifterlms.llms-builder .llms-settings-field.has-label-after .llms-label--after,.wrap.lifterlms.llms-builder .llms-editable-toggle-group.has-label-after .llms-label--after{color:#888;min-width:auto;font-size:85%;padding-left:10px}.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch{display:block;width:100%}.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch:before,.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch:after,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch:before,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch:after{content:" ";display:table}.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch:after,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch:after{clear:both}.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch .llms-label,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch .llms-label{width:calc(100% - 34px)}.wrap.lifterlms.llms-builder .llms-settings-field .llms-editable-image,.wrap.lifterlms.llms-builder .llms-settings-field .llms-editable-video,.wrap.lifterlms.llms-builder .llms-settings-field .llms-editable-editor,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-editable-image,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-editable-video,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-editable-editor{margin-top:2px}.wrap.lifterlms.llms-builder .llms-settings-field .llms-input.standard,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-input.standard{display:block;width:100%}.wrap.lifterlms.llms-builder .llms-settings-field .llms-input.standard.two-digits,.wrap.lifterlms.llms-builder .llms-settings-field .llms-input.standard.three-digits,.wrap.lifterlms.llms-builder .llms-settings-field .llms-input.standard.four-digits,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-input.standard.two-digits,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-input.standard.three-digits,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-input.standard.four-digits{display:inline-block}.wrap.lifterlms.llms-builder .llms-editable-number .llms-input{color:#888;min-width:30px;text-align:right}.wrap.lifterlms.llms-builder .llms-editable-number .llms-input.two-digits{width:30px}.wrap.lifterlms.llms-builder .llms-editable-number .llms-input.three-digits{width:40px}.wrap.lifterlms.llms-builder .llms-editable-number .llms-input.four-digits{width:60px}.wrap.lifterlms.llms-builder .llms-editable-number small{color:#888;text-transform:uppercase}.wrap.lifterlms.llms-builder .llms-model-settings{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13)}.wrap.lifterlms.llms-builder .llms-model-settings:before,.wrap.lifterlms.llms-builder .llms-model-settings:after{content:" ";display:table}.wrap.lifterlms.llms-builder .llms-model-settings:after{clear:both}.wrap.lifterlms.llms-builder .llms-model-settings .llms-settings-group-header{border-bottom:1px solid #efefef;padding:10px}.wrap.lifterlms.llms-builder .llms-model-settings .llms-settings-group-header .fa-caret-up{display:block}.wrap.lifterlms.llms-builder .llms-model-settings .llms-settings-group-header .fa-caret-down{display:none}.wrap.lifterlms.llms-builder .llms-model-settings.hidden .llms-settings-group-header .fa-caret-up{display:none}.wrap.lifterlms.llms-builder .llms-model-settings.hidden .llms-settings-group-header .fa-caret-down{display:block}.wrap.lifterlms.llms-builder .llms-model-settings.hidden .llms-settings-group-body{display:none}.wrap.lifterlms.llms-builder .llms-settings-group-header:before,.wrap.lifterlms.llms-builder .llms-settings-group-header:after{content:" ";display:table}.wrap.lifterlms.llms-builder .llms-settings-group-header:after{clear:both}.wrap.lifterlms.llms-builder .llms-settings-group-header .llms-settings-group-title{display:inline-block;font-size:16px;font-weight:700;line-height:1.5;margin:0 5px;padding:0}.wrap.lifterlms.llms-builder .llms-settings-group-header .llms-settings-group-toggle{float:right;font-size:18px;padding:2px}.wrap.lifterlms.llms-builder .llms-settings-group-body{padding:16px}.wrap.lifterlms.llms-builder .llms-settings-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:2px 0}.wrap.lifterlms.llms-builder .llms-settings-row .llms-settings-field,.wrap.lifterlms.llms-builder .llms-settings-row .llms-editable-toggle-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.wrap.lifterlms.llms-builder .llms-settings-row .llms-settings-field:first-child,.wrap.lifterlms.llms-builder .llms-settings-row .llms-editable-toggle-group:first-child{margin-left:0}.wrap.lifterlms.llms-builder .llms-settings-row .llms-settings-field:last-child,.wrap.lifterlms.llms-builder .llms-settings-row .llms-editable-toggle-group:last-child{margin-right:0}.wrap.lifterlms.llms-builder .llms-settings-row .llms-breaker{margin:2px 0;width:100%}.wrap.lifterlms.llms-builder .llms-editable-select{margin:2px 0}.wrap.lifterlms.llms-builder .llms-editable-select .select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#aaa}.wrap.lifterlms.llms-builder .llms-editable-radio label{display:block}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images input{display:none}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images label{display:inline-block;margin:0 3px}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images label>span{-webkit-transition:background .2s ease;transition:background .2s ease;display:inline-block;padding:3px}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images img{display:block}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images input:checked+span{background:#466dd8}.wrap.lifterlms.llms-builder .settings-field--disabled{opacity:.5}.wrap.lifterlms.llms-builder .llms-action-icon{color:#888;display:inline-block;font-size:16px;padding:0 5px;text-decoration:none}.wrap.lifterlms.llms-builder .llms-action-icon:hover{color:#466dd8}.wrap.lifterlms.llms-builder .llms-action-icon:hover.danger{color:#e5554e}.wrap.lifterlms.llms-builder .llms-action-icon.circle{border:2px solid #aaa;border-radius:50%;font-size:9px;height:8px;line-height:1;padding:5px;text-align:center;width:8px}.wrap.lifterlms.llms-builder .llms-action-icon.circle:hover{border-color:#466dd8}.wrap.lifterlms.llms-builder .llms-action-icon.circle:hover.danger{border-color:#e5554e}.wrap.lifterlms.llms-builder ul.llms-info-list{margin:0;padding:0}.wrap.lifterlms.llms-builder ul.llms-info-list:before,.wrap.lifterlms.llms-builder ul.llms-info-list:after{content:" ";display:table}.wrap.lifterlms.llms-builder ul.llms-info-list:after{clear:both}.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item{color:#aaa;font-size:16px;margin:0;padding:10px;float:left}.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active,.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active .llms-action-icon{color:#466dd8}.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item .llms-action-icon{margin:-10px;padding:10px}.wrap.lifterlms.llms-builder .llms-builder-sidebar{background:#e6e6e6;bottom:0;overflow:hidden;padding:20px;position:fixed;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out;top:32px;right:0;width:280px;z-index:2}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul,.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities li{margin:0;padding:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul{display:-webkit-box;display:-ms-flexbox;display:flex}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul li{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:5px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul li:last-child{margin-right:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities a.llms-utility{background:#efefef;border-radius:4px;display:block;overflow:hidden;padding:4px;position:relative;text-align:center}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities a.llms-utility:hover{background:#fefefe}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities a.llms-utility .fa{background:#848484;position:absolute;left:0;top:0;padding:7px;color:#fff}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-sidebar-headline{margin:0 0 10px;font-size:22px;font-weight:300;letter-spacing:2px;text-transform:uppercase}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-elements-list{margin-bottom:40px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-elements-list li{margin-bottom:10px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utility{color:#444;text-decoration:none}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button{background:#466dd8;border-radius:4px;border:none;color:#fff;cursor:pointer;display:block;margin:0;overflow:hidden;padding:17px 20px;position:relative;-webkit-transition:background .2s ease,color .2s ease;transition:background .2s ease,color .2s ease;text-align:center;width:100%}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button:hover{background:#2b55cb}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.secondary{background:#efefef;color:#444}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.secondary:hover{background:#fefefe}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.secondary .fa{background:#848484}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button .fa{background:#1c3987;border-radius:4px 0 0 4px;color:#fff;display:block;font-size:20px;padding:15px 20px;position:absolute;top:0;left:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button[disabled=disabled]{opacity:.4}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.small{padding:8px 10px 8px 46px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.small .fa{font-size:15px;padding:9px 10px;width:20px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.right.small{padding-left:10px;padding-right:46px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.right .fa{border-radius:0 4px 4px 0;left:auto;right:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor{height:100%;min-height:100%;position:relative}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav{background-color:#1c3987;margin:0;padding:8px 0 0 8px;font-size:0;margin:-10px -10px 10px -10px;position:relative;z-index:2}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu{list-style-type:none;margin:0;padding:0;position:relative}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item{display:inline-block;margin:0 6px 0 0;padding:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item>.llms-editor-menu{display:none}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item>.llms-editor-menu:before{border:8px solid rgba(0,0,0,0);border-left-color:#cacaca;content:"";position:absolute;top:11px;left:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item>.llms-editor-menu .llms-editor-menu-item:hover>a,.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item>.llms-editor-menu .llms-editor-menu-item.active>a{background:#dfdfdf}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item:hover>a{background-color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.active>a{background-color:#e6e6e6;color:#466dd8;font-weight:700}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.active>a:focus{-webkit-box-shadow:none;box-shadow:none}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.active>.llms-editor-menu{display:inline-block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item a{border-top-left-radius:4px;border-top-right-radius:4px;color:#fff;display:inline-block;padding:9px 18px;text-decoration:none;-webkit-transition:background .2s ease;transition:background .2s ease;font-size:15px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.right{float:right}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.right a,.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.right:hover{background:rgba(0,0,0,0)}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab{display:none;height:calc(100% - 90px);overflow:scroll;position:relative;z-index:1}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab.active{display:block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab.active.tab--quiz{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab.active.tab--quiz .llms-quiz-questions{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;overflow:scroll}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab.active.tab--quiz .llms-quiz-questions .llms-quiz-questions{overflow:visible}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save{bottom:10px;left:10px;position:absolute;right:10px;z-index:1}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save .llms-builder-error{background:#e5554e;border-radius:4px;color:#fff;display:inline-block;font-style:italic;padding:5px 15px 7px 25px;margin:0 0 10px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save .llms-builder-error li{margin:0;padding:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save .llms-save{width:75%}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save .llms-exit{padding-left:5px;padding-right:5px;width:23%}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button{position:relative}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button i{position:absolute;left:10px;top:10px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button i .llms-spinner{border-color:#fff}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status] .llms-status-indicator{display:none}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=saved] .status--saved{display:block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=unsaved] .status--unsaved{display:block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=saving] .status--saving{display:block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=error] .status--error{display:block}.wrap.lifterlms.llms-builder .select2-container{z-index:99999999}.wrap.lifterlms.llms-builder .select2-results__option{padding:0}.wrap.lifterlms.llms-builder .select2-container--default .select2-results__option--highlighted[aria-selected]{background:#466dd8}.wrap.lifterlms.llms-builder .select2-container--default .select2-results__option--highlighted[aria-selected] .llms-existing-action{color:#fff}.wrap.lifterlms.llms-builder .llms-existing-lesson-result{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 5px 5px 0}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info{-webkit-box-flex:6;-ms-flex:6;flex:6}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info h4,.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info h5{margin:0}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info h4{font-weight:400}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info h5{font-weight:300}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-action{color:#466dd8;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-action .fa{display:block;font-size:30px}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-action small{text-transform:uppercase}.wrap.lifterlms.llms-builder .llms-quiz-empty{margin:100px auto;text-align:center}.wrap.lifterlms.llms-builder .llms-quiz-empty p{font-size:18px}.wrap.lifterlms.llms-builder .llms-quiz-empty button.llms-element-button{max-width:320px;margin:0 auto}.wrap.lifterlms.llms-builder .llms-editor-tab.tab--quiz .llms-model-header .llms-model-title{width:calc(100% - 310px)}.wrap.lifterlms.llms-builder .llms-editor-tab.tab--quiz .llms-model-header .llms-quiz-points{float:left;margin-right:10px;width:100px}.wrap.lifterlms.llms-builder .llms-model-header{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);padding:10px}.wrap.lifterlms.llms-builder .llms-model-header:before,.wrap.lifterlms.llms-builder .llms-model-header:after{content:" ";display:table}.wrap.lifterlms.llms-builder .llms-model-header:after{clear:both}.wrap.lifterlms.llms-builder .llms-model-header .llms-model-title{float:left;margin-right:10px;width:calc(100% - 200px)}.wrap.lifterlms.llms-builder .llms-model-header .llms-model-title .llms-input{width:calc(100% - 65px)}.wrap.lifterlms.llms-builder .llms-model-header .llms-model-status.llms-switch{float:left;margin-right:10px;position:relative;text-align:right;top:-2px;width:100px}.wrap.lifterlms.llms-builder .llms-model-header .llms-action-icons{float:left;position:relative;text-align:right;width:80px;z-index:1}.wrap.lifterlms.llms-builder .llms-model-header .llms-action-icons .fa{max-width:15px}.wrap.lifterlms.llms-builder .llms-model-header+.llms-model-settings.active{margin-top:-10px}.wrap.lifterlms.llms-builder .llms-model-settings{clear:both;display:none}.wrap.lifterlms.llms-builder .llms-model-settings.active{display:block;margin-top:10px}.wrap.lifterlms.llms-builder .llms-quiz-footer{display:-webkit-box;display:-ms-flexbox;display:flex}.wrap.lifterlms.llms-builder .llms-quiz-footer button.llms-element-button{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 5px}.wrap.lifterlms.llms-builder .llms-quiz-footer button.llms-element-button:first-child{margin-left:0}.wrap.lifterlms.llms-builder .llms-quiz-footer button.llms-element-button:last-child{margin-right:0}.wrap.lifterlms.llms-builder .llms-quiz-footer button.llms-element-button.llms-show-question-bank{-webkit-box-flex:2;-ms-flex:2;flex:2}.wrap.lifterlms.llms-builder .llms-quiz-tools{display:none;width:100%;position:relative}.wrap.lifterlms.llms-builder ul.llms-question-bank{list-style-type:none;margin:0;padding:0}.wrap.lifterlms.llms-builder ul.llms-question-bank:before,.wrap.lifterlms.llms-builder ul.llms-question-bank:after{content:" ";display:table}.wrap.lifterlms.llms-builder ul.llms-question-bank:after{clear:both}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-bank-header{clear:both;padding-top:20px}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-bank-header:first-child{padding-top:0}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-bank-header h4{font-size:20px;margin:10px 5px}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-type{-webkit-box-sizing:border-box;box-sizing:border-box;float:left;margin:0;padding:3px;width:33.3333%;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-type.filtered{opacity:.3}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-type .llms-type-unavailable{display:block;position:relative;text-decoration:none}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-type .llms-type-unavailable .llms-element-button{opacity:.5;pointer-events:none}.wrap.lifterlms.llms-builder ul.llms-quiz-questions{margin:10px 3px;padding:5px;-webkit-transition:-webkit-box-shadow .6s ease;transition:-webkit-box-shadow .6s ease;transition:box-shadow .6s ease;transition:box-shadow .6s ease, -webkit-box-shadow .6s ease;transition:box-shadow .6s ease,-webkit-box-shadow .6s ease}.wrap.lifterlms.llms-builder ul.llms-quiz-questions.dragging{-webkit-box-shadow:0 0 0 3px #466dd8;box-shadow:0 0 0 3px #466dd8}.wrap.lifterlms.llms-builder ul.llms-quiz-questions:empty:before{background:#fff;content:attr(data-empty-msg);display:block;font-size:18px;margin:0 auto;padding:100px 0;text-align:center}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question{background:#fff;margin:0 0 3px;padding:15px 12px 10px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question:hover>.llms-builder-header .llms-action-icons{opacity:1;pointer-events:auto}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question ul.llms-quiz-questions{margin-left:12px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question ul.llms-quiz-questions .llms-question{border-bottom:2px solid #e6e6e6}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question ul.llms-quiz-questions:empty:before{content:attr(data-empty-msg);display:block;font-size:18px;text-align:center;margin:20px auto}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question ul.llms-quiz-questions li.llms-question.llms-sortable-placeholder.qtype--group{display:none !important}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-builder-header:before,.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-builder-header:after{content:" ";display:table}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-builder-header:after{clear:both}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-builder-header>*{float:left}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-body{display:none}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-body.active{display:block}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-data-stamp{background:#466dd8;border-radius:4px;color:#fff;cursor:move;font-size:90%;margin-top:-5px;padding:4px 10px 6px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-data-stamp small,.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-data-stamp .fa{line-height:1.2;vertical-align:middle}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-data-stamp .fa{margin-right:4px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-headline{width:calc(100% - 110px - 90px - 55px)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-headline .ql-editor{width:calc(100% - 16px)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-action-icons{width:110px;opacity:0;pointer-events:none}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-points{width:90px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-features{margin:10px 0 0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-features:last-child{margin:0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-features .llms-switch{margin-right:15px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-editable-video{position:relative;z-index:1}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-wrapper{background:#f4f4f4;margin:2px 1px;padding:10px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header{margin-bottom:10px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header:before,.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header:after{content:" ";display:table}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header:after{clear:both}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header .llms-switch{float:right;text-align:right;width:260px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions ul.llms-question-choices{border:3px solid #f4f4f4;margin:-3px;padding:0;-webkit-transition:-webkit-box-shadow .6s ease;transition:-webkit-box-shadow .6s ease;transition:box-shadow .6s ease;transition:box-shadow .6s ease, -webkit-box-shadow .6s ease;transition:box-shadow .6s ease,-webkit-box-shadow .6s ease}.wrap.lifterlms.llms-builder ul.llms-quiz-questions ul.llms-question-choices.dragging{-webkit-box-shadow:0 0 0 3px #466dd8;box-shadow:0 0 0 3px #466dd8}.wrap.lifterlms.llms-builder ul.llms-quiz-questions ul.llms-question-choices.multi-choices li.llms-question-choice .llms-choice-id span{border-radius:4px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice{margin:0 0 5px;padding:0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice:last-child{margin-bottom:0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id input[type=checkbox]{display:none}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id input[type=checkbox]:checked+.llms-marker{background:#83c373}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id .llms-marker{border-radius:50%;background:#d0d0d0;-webkit-box-shadow:inset 0 0 1px #848484;box-shadow:inset 0 0 1px #848484;color:#444;display:inline-block;font-size:16px;height:20px;line-height:20px;padding:5px;position:relative;text-align:center;-webkit-transition:background .1s ease;transition:background .1s ease;width:20px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id .llms-marker .fa{left:7px;opacity:0;position:absolute;top:7px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id .llms-marker.selectable:hover b{opacity:0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id .llms-marker.selectable:hover .fa{opacity:1}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-input-wrapper,.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-editable-image{display:inline-block;width:calc(100% - 55px - 35px - 5px)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-input{width:calc(100% - 16px)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-editable-image .llms-image{vertical-align:middle}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-editable-image .llms-image img{height:50px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-action-icons{display:inline-block;opacity:1;pointer-events:auto;text-align:right;width:55px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice.llms-sortable-placeholder{border:3px dashed #466dd8 !important;background:rgba(70,109,216,.3)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice.ui-sortable-helper{border:1px solid #ccc;background:#fff;padding:10px;-webkit-transform:rotate(2deg);transform:rotate(2deg);z-index:999}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question.ui-sortable-helper,.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question.ui-draggable-dragging{border:1px solid #ccc;background:#fff;-webkit-transform:rotate(2deg);transform:rotate(2deg);z-index:999}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question.llms-sortable-placeholder{border:3px dashed #466dd8 !important;background:rgba(70,109,216,.3)}.wrap.lifterlms.llms-builder .llms-switch{display:inline-block;float:none;width:auto}.wrap.lifterlms.llms-builder .llms-switch input[type=checkbox]{display:none}.wrap.lifterlms.llms-builder .llms-switch input[type=checkbox]:checked+.llms-switch-slider{background:#83c373}.wrap.lifterlms.llms-builder .llms-switch input[type=checkbox]:checked+.llms-switch-slider:after{-webkit-transform:translateX(14px);transform:translateX(14px)}.wrap.lifterlms.llms-builder .llms-switch .llms-label{display:inline-block;vertical-align:top}.wrap.lifterlms.llms-builder .llms-switch .llms-switch-slider{background:#e0e0e0;border-radius:8px;display:inline-block;height:16px;margin-top:2px;position:relative;-webkit-transition:background .2s ease;transition:background .2s ease;vertical-align:top;width:30px}.wrap.lifterlms.llms-builder .llms-switch .llms-switch-slider:after{background:#fff;border-radius:8px;content:"";display:block;height:12px;left:2px;position:relative;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;top:2px;width:12px}.wrap.lifterlms.llms-builder .llms-video-explainer-trigger{display:block;margin:40px 0 0;cursor:pointer;position:relative;width:100%;-webkit-transition:color .2s ease;transition:color .2s ease;color:initial}.wrap.lifterlms.llms-builder .llms-video-explainer-trigger:hover{color:currentColor}.wrap.lifterlms.llms-builder .llms-video-explainer-trigger:after{position:absolute;inset:0;margin:auto;pointer-events:none;content:"▶";display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;clear:both;height:2em;width:2em;border-radius:4em;border:4px solid currentColor;font-size:2.5em}.wrap.lifterlms.llms-builder .llms-video-explainer-trigger img{display:block;width:100%;border-radius:4px}.wrap.lifterlms.llms-builder .llms-video-explainer-wrapper{display:none;opacity:0;position:fixed;inset:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:999;background-color:rgba(0,0,0,.5);-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.wrap.lifterlms.llms-builder .llms-video-explainer-iframe{position:relative;width:min(90%,800px);border:none;border-radius:4px;overflow:hidden;aspect-ratio:16/9}.wrap.lifterlms.llms-builder .llms-video-explainer-close{position:absolute;top:6vh;right:2vw;background:rgba(0,0,0,0);border:0;font-size:2em;color:#fff;cursor:pointer}.llms-multi-input .llms-input-wrapper{width:50%;float:left;margin-bottom:6px;font-size:12px}.llms-multi-input .llms-input-wrapper .llms-input{font-size:12px;padding:5px}
+body.admin_page_llms-course-builder{background:#fff}body.admin_page_llms-course-builder #adminmenumain{display:none}body.admin_page_llms-course-builder #wpbody-content{padding-bottom:0}body.admin_page_llms-course-builder #wpfooter{display:none}body.admin_page_llms-course-builder #wpcontent,body.admin_page_llms-course-builder #wpfooter{margin-left:0}body.admin_page_llms-course-builder .llms-button-secondary .fa{margin-right:5px}body.admin_page_llms-course-builder .webui-popover .select2-container--default .select2-results__group{font-size:16px}body.admin_page_llms-course-builder .webui-popover .select2-container--default .select2-results__option .select2-results__option{padding-left:2em}.wrap.lifterlms.llms-builder{margin:0;padding:0;position:relative}.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar{padding:10px;width:calc(100% - 200px);z-index:3}@media only screen and (min-width: 1200px){.wrap.lifterlms.llms-builder.editor-active .llms-builder-main{width:560px}.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar{width:calc(100% - 640px)}}@media only screen and (min-width: 1440px){.wrap.lifterlms.llms-builder.editor-active .llms-builder-main{width:calc(100% - 780px)}.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar{width:720px}}@media only screen and (min-width: 1680px){.wrap.lifterlms.llms-builder.editor-active .llms-builder-main{width:calc(100% - 1000px)}.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar{width:940px}}@media only screen and (max-width: 782px){.wrap.lifterlms.llms-builder.editor-active .llms-builder-sidebar{position:absolute;top:0;width:auto}}.wrap.lifterlms.llms-builder .llms-headline{display:inline-block;font-weight:400;margin:0;padding:0;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out;vertical-align:middle}.wrap.lifterlms.llms-builder .llms-builder-main{padding:30px 30px 30px 0;position:relative;width:calc(100% - 450px);z-index:2}.wrap.lifterlms.llms-builder .llms-builder-main .llms-action-icons{display:inline-block;position:relative;vertical-align:middle}.wrap.lifterlms.llms-builder .llms-builder-main .llms-action-icons button{background:none;color:inherit;border:none;padding:0;cursor:pointer;outline:inherit}.wrap.lifterlms.llms-builder .llms-builder-main .llms-action-icons-lesson-id{vertical-align:top}.wrap.lifterlms.llms-builder .llms-builder-main .llms-course-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;position:relative;z-index:1}.wrap.lifterlms.llms-builder .llms-builder-main .llms-course-header .llms-button-secondary{margin-right:10px}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-sections{-webkit-box-shadow:0 0 0 3px rgba(0,0,0,0);box-shadow:0 0 0 3px rgba(0,0,0,0);min-height:60px;padding:10px 0;-webkit-transition:min-height .2s ease,-webkit-box-shadow .6s ease;transition:min-height .2s ease,-webkit-box-shadow .6s ease;transition:box-shadow .6s ease,min-height .2s ease;transition:box-shadow .6s ease,min-height .2s ease,-webkit-box-shadow .6s ease}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-sections.dragging{-webkit-box-shadow:0 0 0 3px #466dd8;box-shadow:0 0 0 3px #466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section{background:#fff;border:1px solid #efefef;border-radius:6px;-webkit-box-shadow:2px 2px 8px rgba(0,0,0,.08);box-shadow:2px 2px 8px rgba(0,0,0,.08);position:relative;margin:0 0 20px 0;padding:0}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section>.llms-builder-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 10px 20px 30px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section>.llms-builder-header .llms-action-icons{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section>.llms-builder-header .llms-action-icons .llms-action-icons-right{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0px;margin-top:-5px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section>.llms-builder-header .llms-action-icons .llms-action-icons-right .llms-action-icon{padding:5px 10px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section>.llms-builder-header .llms-action-icons .llms-action-icons-left{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}@media only screen and (min-width: 1200px){.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section>.llms-builder-header .llms-action-icons .llms-action-icons-right,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section>.llms-builder-header .llms-action-icons .llms-action-icons-left{white-space:nowrap}}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.expanded .llms-lessons{overflow:visible}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.selected .llms-drag-utility.drag-section{border-color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.selected>.llms-builder-header .llms-headline{font-weight:400;color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section>.llms-builder-footer{border-top:1px solid #efefef;padding:20px 20px 20px 30px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section:first-child:before{top:30px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section:last-child:before{bottom:55px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.expanded:last-child:before{bottom:86px}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons{-webkit-box-shadow:0 0 0 3px rgba(0,0,0,0);box-shadow:0 0 0 3px rgba(0,0,0,0);height:0;margin:0;padding:0;-webkit-transition:min-height .2s ease,-webkit-box-shadow .6s ease;transition:min-height .2s ease,-webkit-box-shadow .6s ease;transition:box-shadow .6s ease,min-height .2s ease;transition:box-shadow .6s ease,min-height .2s ease,-webkit-box-shadow .6s ease}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.dragging{-webkit-box-shadow:0 0 0 3px #466dd8;box-shadow:0 0 0 3px #466dd8;min-height:60px}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.expanded,.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.drag-expanded{height:auto}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.expanded li.llms-lesson,.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-lessons.drag-expanded li.llms-lesson{pointer-events:auto;visibility:visible}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson{background:#fff;border-top:1px solid #efefef;margin:0;padding:20px 10px 20px 30px;position:relative;pointer-events:none;visibility:hidden}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.selected .llms-drag-utility.drag-lesson{border-color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.selected>.llms-builder-header .llms-headline{color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson>.llms-builder-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson>.llms-builder-header .llms-headline{font-weight:700;margin-left:10px;cursor:pointer}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson>.llms-builder-header .llms-action-icons{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;gap:15px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson>.llms-builder-header .llms-action-icons .llms-action-icons-left{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson>.llms-builder-header .llms-action-icons .llms-action-icons-right{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0;margin-top:-5px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson>.llms-builder-header .llms-action-icons .llms-action-icons-right .llms-action-icon{padding:5px 10px}@media only screen and (min-width: 1200px){.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson>.llms-builder-header .llms-action-icons .llms-action-icons-right,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson>.llms-builder-header .llms-action-icons .llms-action-icons-left{white-space:nowrap}}@media only screen and (min-width: 1200px){.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson>.llms-builder-header>.llms-builder-header{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section .llms-drag-utility{background:#fff;border:2px solid #ccc;border-radius:50%;height:10px;left:13px;position:absolute;top:24px;width:10px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson .llms-drag-utility{height:6px;left:14px;top:25px !important;width:6px}.wrap.lifterlms.llms-builder .llms-builder-main .llms-section:hover>.llms-drag-utility,.wrap.lifterlms.llms-builder .llms-builder-main .llms-lesson:hover>.llms-drag-utility{border-color:#fff;cursor:move}.wrap.lifterlms.llms-builder .llms-builder-main .llms-section:hover>.llms-drag-utility:hover:after,.wrap.lifterlms.llms-builder .llms-builder-main .llms-lesson:hover>.llms-drag-utility:hover:after{color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-main .llms-section:hover>.llms-drag-utility:after,.wrap.lifterlms.llms-builder .llms-builder-main .llms-lesson:hover>.llms-drag-utility:after{background:#fff;content:"··\a··\a··";color:#ccc;display:block;font-size:36px;height:29px;letter-spacing:-1px;line-height:8px;left:-7px;position:absolute;text-align:center;top:-12px;width:23px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-sortable-helper,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.ui-draggable-dragging,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-sortable-helper,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.ui-draggable-dragging{border:1px solid #ccc;background:#fff;-webkit-transform:rotate(2deg);transform:rotate(2deg);visibility:visible !important;z-index:999}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.llms-sortable-placeholder,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.llms-sortable-placeholder{border:3px dashed #466dd8;background:rgba(70,109,216,.3);margin:0 10px;padding:5px}.wrap.lifterlms.llms-builder .llms-builder-main li.llms-section.llms-sortable-placeholder:before,.wrap.lifterlms.llms-builder .llms-builder-main li.llms-lesson.llms-sortable-placeholder:before{display:none}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-sections>li.llms-lesson.ui-draggable-dragging .llms-drag-utility{position:relative}.wrap.lifterlms.llms-builder .llms-builder-main ul.llms-sections>li.llms-lesson.ui-draggable-dragging .llms-drag-utility:after{left:-35px;top:-28px}.wrap.lifterlms.llms-builder .llms-input-wrapper{position:relative}.wrap.lifterlms.llms-builder .llms-input-formatting.ql-container{font-size:inherit;font-family:inherit}.wrap.lifterlms.llms-builder .llms-input-formatting.ql-container .ql-editor.ql-blank::before{color:#a0a0a0;left:8px;right:8px}.wrap.lifterlms.llms-builder .llms-input-formatting.ql-container .ql-editor p{font-size:inherit;line-height:1}.wrap.lifterlms.llms-builder .llms-input-formatting.ql-container .ql-tooltip{z-index:1}.wrap.lifterlms.llms-builder .llms-input,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor{border:none;border-bottom:2px dotted rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;cursor:text;display:inline-block;font-size:inherit;font-weight:700;height:auto;line-height:1;margin:0 8px;min-width:60px;padding:0;-webkit-transition:border .2s ease,-webkit-box-shadow .2s ease;transition:border .2s ease,-webkit-box-shadow .2s ease;transition:border .2s ease,box-shadow .2s ease;transition:border .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease}.wrap.lifterlms.llms-builder .llms-input:empty:before,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor:empty:before{color:#a0a0a0;content:attr(data-placeholder)}.wrap.lifterlms.llms-builder .llms-input:hover,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor:hover{border-bottom-color:#466dd8}.wrap.lifterlms.llms-builder .llms-input[disabled],.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor[disabled]{cursor:not-allowed}.wrap.lifterlms.llms-builder .llms-input[disabled]:hover,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor[disabled]:hover{border-bottom-color:rgba(0,0,0,0)}.wrap.lifterlms.llms-builder .llms-input:focus,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor:focus{background:#fff;-webkit-box-shadow:0 0 0 4px #fff,0 0 0 6px #466dd8;box-shadow:0 0 0 4px #fff,0 0 0 6px #466dd8;border-bottom:none;outline:none}.wrap.lifterlms.llms-builder .llms-input b,.wrap.lifterlms.llms-builder .llms-input strong,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor b,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor strong{font-weight:700}.wrap.lifterlms.llms-builder .llms-input.standard,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor.standard{border:1px solid #e6e6e6;margin:2px;padding:5px 3px}.wrap.lifterlms.llms-builder .llms-input.standard:hover,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor.standard:hover{border-color:#d6d6d6}.wrap.lifterlms.llms-builder .llms-input.standard:focus,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor.standard:focus{-webkit-box-shadow:0 0 0 2px #466dd8;box-shadow:0 0 0 2px #466dd8}.wrap.lifterlms.llms-builder .llms-input.permalink,.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor.permalink{display:none}.wrap.lifterlms.llms-builder .llms-input-formatting .ql-editor{padding:0 1px}.wrap.lifterlms.llms-builder .llms-label{font-weight:500}.wrap.lifterlms.llms-builder .llms-label .fa{color:#aaa;padding-left:6px}.wrap.lifterlms.llms-builder .llms-editable-editor .llms-label{float:left;margin-right:10px;position:relative;top:10px}.wrap.lifterlms.llms-builder .llms-editable-editor textarea{border:none;padding:10px;display:block;width:100%}.wrap.lifterlms.llms-builder .llms-editable-image button.llms-add-image{width:130px}.wrap.lifterlms.llms-builder .llms-editable-image .llms-image{display:inline-block;position:relative}.wrap.lifterlms.llms-builder .llms-editable-image .llms-image:hover .llms-action-icon{opacity:1}.wrap.lifterlms.llms-builder .llms-editable-image .llms-image .llms-action-icon{color:#fff;font-size:24px;opacity:0;padding:0;position:absolute;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;right:3px;top:1px;z-index:1}.wrap.lifterlms.llms-builder .llms-editable-image .llms-image img{display:block;height:100px;max-width:100%;width:auto}.wrap.lifterlms.llms-builder .llms-settings-field,.wrap.lifterlms.llms-builder .llms-editable-toggle-group{background:#f4f4f4;padding:10px;position:relative;margin:0 1px}.wrap.lifterlms.llms-builder .llms-settings-field.has-label-after,.wrap.lifterlms.llms-builder .llms-editable-toggle-group.has-label-after{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.wrap.lifterlms.llms-builder .llms-settings-field.has-label-after .llms-label,.wrap.lifterlms.llms-builder .llms-editable-toggle-group.has-label-after .llms-label{min-width:100%}.wrap.lifterlms.llms-builder .llms-settings-field.has-label-after .llms-editable-input,.wrap.lifterlms.llms-builder .llms-editable-toggle-group.has-label-after .llms-editable-input{-webkit-box-flex:2;-ms-flex:2;flex:2}.wrap.lifterlms.llms-builder .llms-settings-field.has-label-after .llms-label--after,.wrap.lifterlms.llms-builder .llms-editable-toggle-group.has-label-after .llms-label--after{color:#888;min-width:auto;font-size:85%;padding-left:10px}.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch{display:block;width:100%}.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch:before,.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch:after,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch:before,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch:after{content:" ";display:table}.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch:after,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch:after{clear:both}.wrap.lifterlms.llms-builder .llms-settings-field .llms-switch .llms-label,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-switch .llms-label{width:calc(100% - 34px)}.wrap.lifterlms.llms-builder .llms-settings-field .llms-editable-image,.wrap.lifterlms.llms-builder .llms-settings-field .llms-editable-video,.wrap.lifterlms.llms-builder .llms-settings-field .llms-editable-editor,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-editable-image,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-editable-video,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-editable-editor{margin-top:2px}.wrap.lifterlms.llms-builder .llms-settings-field .llms-input.standard,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-input.standard{display:block;width:100%}.wrap.lifterlms.llms-builder .llms-settings-field .llms-input.standard.two-digits,.wrap.lifterlms.llms-builder .llms-settings-field .llms-input.standard.three-digits,.wrap.lifterlms.llms-builder .llms-settings-field .llms-input.standard.four-digits,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-input.standard.two-digits,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-input.standard.three-digits,.wrap.lifterlms.llms-builder .llms-editable-toggle-group .llms-input.standard.four-digits{display:inline-block}.wrap.lifterlms.llms-builder .llms-editable-number .llms-input{color:#888;min-width:30px;text-align:right}.wrap.lifterlms.llms-builder .llms-editable-number .llms-input.two-digits{width:30px}.wrap.lifterlms.llms-builder .llms-editable-number .llms-input.three-digits{width:40px}.wrap.lifterlms.llms-builder .llms-editable-number .llms-input.four-digits{width:60px}.wrap.lifterlms.llms-builder .llms-editable-number small{color:#888;text-transform:uppercase}.wrap.lifterlms.llms-builder .llms-model-settings{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13)}.wrap.lifterlms.llms-builder .llms-model-settings:before,.wrap.lifterlms.llms-builder .llms-model-settings:after{content:" ";display:table}.wrap.lifterlms.llms-builder .llms-model-settings:after{clear:both}.wrap.lifterlms.llms-builder .llms-model-settings .llms-settings-group-header{border-bottom:1px solid #efefef;padding:10px}.wrap.lifterlms.llms-builder .llms-model-settings .llms-settings-group-header .fa-caret-up{display:block}.wrap.lifterlms.llms-builder .llms-model-settings .llms-settings-group-header .fa-caret-down{display:none}.wrap.lifterlms.llms-builder .llms-model-settings.hidden .llms-settings-group-header .fa-caret-up{display:none}.wrap.lifterlms.llms-builder .llms-model-settings.hidden .llms-settings-group-header .fa-caret-down{display:block}.wrap.lifterlms.llms-builder .llms-model-settings.hidden .llms-settings-group-body{display:none}.wrap.lifterlms.llms-builder .llms-settings-group-header:before,.wrap.lifterlms.llms-builder .llms-settings-group-header:after{content:" ";display:table}.wrap.lifterlms.llms-builder .llms-settings-group-header:after{clear:both}.wrap.lifterlms.llms-builder .llms-settings-group-header .llms-settings-group-title{display:inline-block;font-size:16px;font-weight:700;line-height:1.5;margin:0 5px;padding:0}.wrap.lifterlms.llms-builder .llms-settings-group-header .llms-settings-group-toggle{float:right;font-size:18px;padding:2px}.wrap.lifterlms.llms-builder .llms-settings-group-body{padding:16px}.wrap.lifterlms.llms-builder .llms-settings-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:2px 0}.wrap.lifterlms.llms-builder .llms-settings-row .llms-settings-field,.wrap.lifterlms.llms-builder .llms-settings-row .llms-editable-toggle-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.wrap.lifterlms.llms-builder .llms-settings-row .llms-settings-field:first-child,.wrap.lifterlms.llms-builder .llms-settings-row .llms-editable-toggle-group:first-child{margin-left:0}.wrap.lifterlms.llms-builder .llms-settings-row .llms-settings-field:last-child,.wrap.lifterlms.llms-builder .llms-settings-row .llms-editable-toggle-group:last-child{margin-right:0}.wrap.lifterlms.llms-builder .llms-settings-row .llms-breaker{margin:2px 0;width:100%}.wrap.lifterlms.llms-builder .llms-editable-select{margin:2px 0}.wrap.lifterlms.llms-builder .llms-editable-select .select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#aaa}.wrap.lifterlms.llms-builder .llms-editable-radio label{display:block}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images input{display:none}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images label{display:inline-block;margin:0 3px}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images label>span{-webkit-transition:background .2s ease;transition:background .2s ease;display:inline-block;padding:3px}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images img{display:block}.wrap.lifterlms.llms-builder .llms-editable-radio.has-images input:checked+span{background:#466dd8}.wrap.lifterlms.llms-builder .settings-field--disabled{opacity:.5}.wrap.lifterlms.llms-builder .llms-action-icon{color:#666;display:inline-block;font-size:13px;text-decoration:none}.wrap.lifterlms.llms-builder .llms-action-icon:hover{color:#466dd8}.wrap.lifterlms.llms-builder .llms-action-icon:hover.danger{color:#e5554e}.wrap.lifterlms.llms-builder .llms-action-icon.circle{border:2px solid #aaa;border-radius:50%;font-size:9px;height:8px;line-height:1;padding:5px;text-align:center;width:8px}.wrap.lifterlms.llms-builder .llms-action-icon.circle:hover{border-color:#466dd8}.wrap.lifterlms.llms-builder .llms-action-icon.circle:hover.danger{border-color:#e5554e}.wrap.lifterlms.llms-builder ul.llms-info-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;margin:10px 0 0 8px;padding:0}.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item{color:#666;font-size:13px;margin:0}.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active,.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active .llms-action-icon{color:#466dd8}.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active .fa,.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item.active .llms-action-icon .fa{margin-right:5px}.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item button{background:none;color:inherit;border:none;padding:0;cursor:pointer;outline:inherit}.wrap.lifterlms.llms-builder ul.llms-info-list li.llms-info-item button:hover{text-decoration:underline}.wrap.lifterlms.llms-builder .llms-builder-sidebar{background:#e6e6e6;bottom:0;overflow:hidden;padding:30px;position:fixed;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out;top:32px;right:0;width:360px;z-index:1}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul,.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities li{margin:0;padding:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul li{-webkit-box-flex:1;-ms-flex:1;flex:1}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities ul li:last-child{margin-right:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities .llms-utility{background:#efefef;border:1px solid #ccc;border-radius:8px;color:inherit;cursor:pointer;display:block;overflow:hidden;padding:6px 12px;position:relative;text-align:center;width:100%}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities .llms-utility:hover{background:#fefefe}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utilities .llms-utility .fa{background:#848484;position:absolute;left:0;top:0;padding:7px;color:#fff}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-sidebar-headline{margin:0 0 10px;font-size:22px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-elements-list{margin-bottom:30px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-elements-list li{margin-bottom:10px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-utility{color:#444;text-decoration:none}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button{background:#466dd8;border-radius:8px;border:none;color:#fff;cursor:pointer;display:block;margin:0;overflow:hidden;padding:17px 20px;position:relative;-webkit-transition:background .2s ease,color .2s ease;transition:background .2s ease,color .2s ease;text-align:center;width:100%}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button:hover{background:#2b55cb}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.secondary{background:#efefef;color:#444}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.secondary:hover{background:#fefefe}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.secondary .fa{background:#848484}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button .fa{background:#1c3987;border-radius:4px 0 0 4px;color:#fff;display:block;font-size:20px;padding:15px 20px;position:absolute;top:0;left:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button[disabled=disabled]{opacity:.4}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.small{padding:8px 10px 8px 46px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.small .fa{font-size:15px;padding:9px 10px;width:20px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.right.small{padding-left:10px;padding-right:46px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-element-button.right .fa{border-radius:0 4px 4px 0;left:auto;right:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor{height:100%;min-height:100%;position:relative}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav{background-color:#1c3987;margin:0;padding:8px 0 0 8px;font-size:0;margin:-10px -10px 10px -10px;position:relative;z-index:2}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu{list-style-type:none;margin:0;padding:0;position:relative}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item{display:inline-block;margin:0 6px 0 0;padding:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item>.llms-editor-menu{display:none}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item>.llms-editor-menu:before{border:8px solid rgba(0,0,0,0);border-left-color:#cacaca;content:"";position:absolute;top:11px;left:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item>.llms-editor-menu .llms-editor-menu-item:hover>a,.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item>.llms-editor-menu .llms-editor-menu-item.active>a{background:#dfdfdf}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item:hover>a{background-color:#466dd8}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.active>a{background-color:#e6e6e6;color:#466dd8;font-weight:700}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.active>a:focus{-webkit-box-shadow:none;box-shadow:none}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.active>.llms-editor-menu{display:inline-block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item a{border-top-left-radius:4px;border-top-right-radius:4px;color:#fff;display:inline-block;padding:9px 18px;text-decoration:none;-webkit-transition:background .2s ease;transition:background .2s ease;font-size:15px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.right{float:right}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.right a,.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-nav .llms-editor-menu .llms-editor-menu-item.right:hover{background:rgba(0,0,0,0)}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab{display:none;height:calc(100% - 90px);overflow:scroll;position:relative;z-index:1}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab.active{display:block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab.active.tab--quiz{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab.active.tab--quiz .llms-quiz-questions{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;overflow:scroll}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-editor-tab.active.tab--quiz .llms-quiz-questions .llms-quiz-questions{overflow:visible}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save{bottom:10px;left:10px;position:absolute;right:10px;z-index:1}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save .llms-builder-error{background:#e5554e;border-radius:4px;color:#fff;display:inline-block;font-style:italic;padding:5px 15px 7px 25px;margin:0 0 10px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save .llms-builder-error li{margin:0;padding:0}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save .llms-save{width:75%}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save .llms-exit{padding-left:5px;padding-right:5px;width:23%}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button{position:relative}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button i{position:absolute;left:10px;top:10px}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button i .llms-spinner{border-color:#fff}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status] .llms-status-indicator{display:none}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=saved] .status--saved{display:block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=unsaved]{background-color:#f8954f}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=unsaved] .status--unsaved{display:block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=saving] .status--saving{display:block}.wrap.lifterlms.llms-builder .llms-builder-sidebar .llms-builder-save button[data-status=error] .status--error{display:block}@media only screen and (max-width: 782px){.wrap.lifterlms.llms-builder .llms-builder-sidebar{margin-right:10px;position:relative;top:0;width:auto}.wrap.lifterlms.llms-builder .llms-builder-main{padding-right:10px;width:auto}}.wrap.lifterlms.llms-builder .select2-container{z-index:99999999}.wrap.lifterlms.llms-builder .select2-results__option{padding:0}.wrap.lifterlms.llms-builder .select2-container--default .select2-results__option--highlighted[aria-selected]{background:#466dd8}.wrap.lifterlms.llms-builder .select2-container--default .select2-results__option--highlighted[aria-selected] .llms-existing-action{color:#fff}.wrap.lifterlms.llms-builder .llms-existing-lesson-result{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 5px 5px 0}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info{-webkit-box-flex:6;-ms-flex:6;flex:6}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info h4,.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info h5{margin:0}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info h4{font-weight:400}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-info h5{font-weight:300}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-action{color:#466dd8;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-action .fa{display:block;font-size:30px}.wrap.lifterlms.llms-builder .llms-existing-lesson-result .llms-existing-action small{text-transform:uppercase}.wrap.lifterlms.llms-builder .llms-quiz-empty{margin:100px auto;text-align:center}.wrap.lifterlms.llms-builder .llms-quiz-empty p{font-size:18px}.wrap.lifterlms.llms-builder .llms-quiz-empty button.llms-element-button{max-width:320px;margin:0 auto}.wrap.lifterlms.llms-builder .llms-editor-tab.tab--quiz .llms-model-header .llms-model-title{width:calc(100% - 310px)}.wrap.lifterlms.llms-builder .llms-editor-tab.tab--quiz .llms-model-header .llms-quiz-points{float:left;margin-right:10px;width:100px}.wrap.lifterlms.llms-builder .llms-model-header{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);padding:10px}.wrap.lifterlms.llms-builder .llms-model-header:before,.wrap.lifterlms.llms-builder .llms-model-header:after{content:" ";display:table}.wrap.lifterlms.llms-builder .llms-model-header:after{clear:both}.wrap.lifterlms.llms-builder .llms-model-header .llms-model-title{float:left;margin-right:10px;width:calc(100% - 200px)}.wrap.lifterlms.llms-builder .llms-model-header .llms-model-title .llms-input{width:calc(100% - 65px)}.wrap.lifterlms.llms-builder .llms-model-header .llms-model-status.llms-switch{float:left;margin-right:10px;position:relative;text-align:right;top:-2px;width:100px}.wrap.lifterlms.llms-builder .llms-model-header .llms-action-icons{float:left;position:relative;text-align:right;width:80px;z-index:1}.wrap.lifterlms.llms-builder .llms-model-header .llms-action-icons .llms-action-icon{margin-left:10px}.wrap.lifterlms.llms-builder .llms-model-header .llms-action-icons .fa{max-width:15px}.wrap.lifterlms.llms-builder .llms-model-header+.llms-model-settings.active{margin-top:-10px}.wrap.lifterlms.llms-builder .llms-model-settings{clear:both;display:none}.wrap.lifterlms.llms-builder .llms-model-settings.active{display:block;margin-top:10px}.wrap.lifterlms.llms-builder .llms-quiz-footer{display:-webkit-box;display:-ms-flexbox;display:flex}.wrap.lifterlms.llms-builder .llms-quiz-footer button.llms-element-button{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 5px}.wrap.lifterlms.llms-builder .llms-quiz-footer button.llms-element-button:first-child{margin-left:0}.wrap.lifterlms.llms-builder .llms-quiz-footer button.llms-element-button:last-child{margin-right:0}.wrap.lifterlms.llms-builder .llms-quiz-footer button.llms-element-button.llms-show-question-bank{-webkit-box-flex:2;-ms-flex:2;flex:2}.wrap.lifterlms.llms-builder .llms-quiz-tools{display:none;width:100%;position:relative}.wrap.lifterlms.llms-builder ul.llms-question-bank{list-style-type:none;margin:0;padding:0}.wrap.lifterlms.llms-builder ul.llms-question-bank:before,.wrap.lifterlms.llms-builder ul.llms-question-bank:after{content:" ";display:table}.wrap.lifterlms.llms-builder ul.llms-question-bank:after{clear:both}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-bank-header{clear:both;padding-top:20px}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-bank-header:first-child{padding-top:0}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-bank-header h4{font-size:20px;margin:10px 5px}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-type{-webkit-box-sizing:border-box;box-sizing:border-box;float:left;margin:0;padding:3px;width:33.3333%;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-type.filtered{opacity:.3}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-type .llms-type-unavailable{display:block;position:relative;text-decoration:none}.wrap.lifterlms.llms-builder ul.llms-question-bank li.llms-question-type .llms-type-unavailable .llms-element-button{opacity:.5;pointer-events:none}.wrap.lifterlms.llms-builder ul.llms-quiz-questions{margin:10px 3px;padding:5px;-webkit-transition:-webkit-box-shadow .6s ease;transition:-webkit-box-shadow .6s ease;transition:box-shadow .6s ease;transition:box-shadow .6s ease, -webkit-box-shadow .6s ease;transition:box-shadow .6s ease,-webkit-box-shadow .6s ease}.wrap.lifterlms.llms-builder ul.llms-quiz-questions.dragging{-webkit-box-shadow:0 0 0 3px #466dd8;box-shadow:0 0 0 3px #466dd8}.wrap.lifterlms.llms-builder ul.llms-quiz-questions:empty:before{background:#fff;content:attr(data-empty-msg);display:block;font-size:18px;margin:0 auto;padding:100px 0;text-align:center}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question{background:#fff;margin:0 0 3px;padding:15px 12px 10px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question:hover>.llms-builder-header .llms-action-icons{opacity:1;pointer-events:auto}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question ul.llms-quiz-questions{margin-left:12px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question ul.llms-quiz-questions .llms-question{border-bottom:2px solid #e6e6e6}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question ul.llms-quiz-questions:empty:before{content:attr(data-empty-msg);display:block;font-size:18px;text-align:center;margin:20px auto}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question ul.llms-quiz-questions li.llms-question.llms-sortable-placeholder.qtype--group{display:none !important}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-builder-header:before,.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-builder-header:after{content:" ";display:table}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-builder-header:after{clear:both}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-builder-header>*{float:left}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-body{display:none}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-body.active{display:block}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-data-stamp{background:#466dd8;border-radius:4px;color:#fff;cursor:move;font-size:90%;margin-top:-5px;padding:4px 10px 6px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-data-stamp small,.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-data-stamp .fa{line-height:1.2;vertical-align:middle}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-data-stamp .fa{margin-right:4px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-headline{width:calc(100% - 110px - 90px - 55px)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-headline .ql-editor{width:calc(100% - 16px)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-action-icons{width:110px;opacity:0;pointer-events:none}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-points{width:90px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-features{margin:10px 0 0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-features:last-child{margin:0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-question-features .llms-switch{margin-right:15px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question .llms-editable-video{position:relative;z-index:1}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-wrapper{background:#f4f4f4;margin:2px 1px;padding:10px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header{margin-bottom:10px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header:before,.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header:after{content:" ";display:table}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header:after{clear:both}.wrap.lifterlms.llms-builder ul.llms-quiz-questions .llms-question-choices-list-header .llms-switch{float:right;text-align:right;width:260px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions ul.llms-question-choices{border:3px solid #f4f4f4;margin:-3px;padding:0;-webkit-transition:-webkit-box-shadow .6s ease;transition:-webkit-box-shadow .6s ease;transition:box-shadow .6s ease;transition:box-shadow .6s ease, -webkit-box-shadow .6s ease;transition:box-shadow .6s ease,-webkit-box-shadow .6s ease}.wrap.lifterlms.llms-builder ul.llms-quiz-questions ul.llms-question-choices.dragging{-webkit-box-shadow:0 0 0 3px #466dd8;box-shadow:0 0 0 3px #466dd8}.wrap.lifterlms.llms-builder ul.llms-quiz-questions ul.llms-question-choices.multi-choices li.llms-question-choice .llms-choice-id span{border-radius:4px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice{margin:0 0 5px;padding:0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice:last-child{margin-bottom:0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id input[type=checkbox]{display:none}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id input[type=checkbox]:checked+.llms-marker{background:#83c373}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id .llms-marker{border-radius:50%;background:#d0d0d0;-webkit-box-shadow:inset 0 0 1px #848484;box-shadow:inset 0 0 1px #848484;color:#444;display:inline-block;font-size:16px;height:20px;line-height:20px;padding:5px;position:relative;text-align:center;-webkit-transition:background .1s ease;transition:background .1s ease;width:20px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id .llms-marker .fa{left:7px;opacity:0;position:absolute;top:7px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id .llms-marker.selectable:hover b{opacity:0}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-choice-id .llms-marker.selectable:hover .fa{opacity:1}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-input-wrapper,.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-editable-image{display:inline-block;width:calc(100% - 55px - 35px - 5px)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-input{width:calc(100% - 16px)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-editable-image .llms-image{vertical-align:middle}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-editable-image .llms-image img{height:50px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice .llms-action-icons{display:inline-block;opacity:1;pointer-events:auto;text-align:right;width:55px}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice.llms-sortable-placeholder{border:3px dashed #466dd8 !important;background:rgba(70,109,216,.3)}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question-choice.ui-sortable-helper{border:1px solid #ccc;background:#fff;padding:10px;-webkit-transform:rotate(2deg);transform:rotate(2deg);z-index:999}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question.ui-sortable-helper,.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question.ui-draggable-dragging{border:1px solid #ccc;background:#fff;-webkit-transform:rotate(2deg);transform:rotate(2deg);z-index:999}.wrap.lifterlms.llms-builder ul.llms-quiz-questions li.llms-question.llms-sortable-placeholder{border:3px dashed #466dd8 !important;background:rgba(70,109,216,.3)}.wrap.lifterlms.llms-builder .llms-switch{display:inline-block;float:none;width:auto}.wrap.lifterlms.llms-builder .llms-switch input[type=checkbox]{display:none}.wrap.lifterlms.llms-builder .llms-switch input[type=checkbox]:checked+.llms-switch-slider{background:#83c373}.wrap.lifterlms.llms-builder .llms-switch input[type=checkbox]:checked+.llms-switch-slider:after{-webkit-transform:translateX(14px);transform:translateX(14px)}.wrap.lifterlms.llms-builder .llms-switch .llms-label{display:inline-block;vertical-align:top}.wrap.lifterlms.llms-builder .llms-switch .llms-switch-slider{background:#e0e0e0;border-radius:8px;display:inline-block;height:16px;margin-top:2px;position:relative;-webkit-transition:background .2s ease;transition:background .2s ease;vertical-align:top;width:30px}.wrap.lifterlms.llms-builder .llms-switch .llms-switch-slider:after{background:#fff;border-radius:8px;content:"";display:block;height:12px;left:2px;position:relative;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;top:2px;width:12px}.llms-multi-input .llms-input-wrapper{width:50%;float:left;margin-bottom:6px;font-size:12px}.llms-multi-input .llms-input-wrapper .llms-input{font-size:12px;padding:5px}
/*# sourceMappingURL=../maps/css/builder.min.css.map */
diff --git a/assets/css/lifterlms-rtl.css b/assets/css/lifterlms-rtl.css
index 3fb037a6a9..476ad47700 100644
--- a/assets/css/lifterlms-rtl.css
+++ b/assets/css/lifterlms-rtl.css
@@ -702,8 +702,8 @@
.llms-quiz-wrapper [data-title-active]:hover:before,
.llms-quiz-wrapper [data-title-active]:hover:after {
opacity: 1;
- -webkit-transition: all 0.2s 0.6s ease;
- transition: all 0.2s 0.6s ease;
+ -webkit-transition: all 0 0.1s ease;
+ transition: all 0 0.1s ease;
visibility: visible;
z-index: 99999999;
}
diff --git a/assets/css/lifterlms-rtl.min.css b/assets/css/lifterlms-rtl.min.css
index b3529575df..96d167fdc1 100644
--- a/assets/css/lifterlms-rtl.min.css
+++ b/assets/css/lifterlms-rtl.min.css
@@ -1,4 +1,4 @@
-.llms-pagination ul:before,.llms-pagination ul:after,.llms-student-dashboard .llms-sd-items:before,.llms-form-fields:before,.llms-checkout-cols-2:before,.llms-access-plans:before,.llms-course-navigation:before,.llms-loop-list:before,.llms-cols:before,.llms-student-dashboard .llms-sd-items:after,.llms-form-fields:after,.llms-checkout-cols-2:after,.llms-access-plans:after,.llms-course-navigation:after,.llms-loop-list:after,.llms-cols:after{content:" ";display:table}.llms-pagination ul:after,.llms-student-dashboard .llms-sd-items:after,.llms-form-fields:after,.llms-checkout-cols-2:after,.llms-access-plans:after,.llms-course-navigation:after,.llms-loop-list:after,.llms-cols:after{clear:both}.llms-cols .llms-col{width:100%}@media all and (min-width: 600px){.llms-cols [class*=llms-col-]{float:right}}.llms-flex-cols{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.llms-flex-cols [class*=llms-col]{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:100%}@media all and (min-width: 600px){.llms-cols .llms-col-1,.llms-flex-cols .llms-col-1{width:100%}.llms-cols .llms-col-2,.llms-flex-cols .llms-col-2{width:50%}.llms-cols .llms-col-3,.llms-flex-cols .llms-col-3{width:33.3333333333%}.llms-cols .llms-col-4,.llms-flex-cols .llms-col-4{width:25%}.llms-cols .llms-col-5,.llms-flex-cols .llms-col-5{width:20%}.llms-cols .llms-col-6,.llms-flex-cols .llms-col-6{width:16.6666666667%}.llms-cols .llms-col-7,.llms-flex-cols .llms-col-7{width:14.2857142857%}.llms-cols .llms-col-8,.llms-flex-cols .llms-col-8{width:12.5%}.llms-cols .llms-col-9,.llms-flex-cols .llms-col-9{width:11.1111111111%}.llms-cols .llms-col-10,.llms-flex-cols .llms-col-10{width:10%}.llms-cols .llms-col-11,.llms-flex-cols .llms-col-11{width:9.0909090909%}.llms-cols .llms-col-12,.llms-flex-cols .llms-col-12{width:8.3333333333%}}.llms-button-action,.llms-button-danger,.llms-button-primary,.llms-button-secondary{border:none;border-radius:8px;color:#fefefe;cursor:pointer;font-size:16px;font-weight:700;text-decoration:none;text-shadow:none;line-height:1;margin:0;max-width:100%;padding:12px 24px;position:relative;-webkit-transition:all .5s ease;transition:all .5s ease}.llms-button-action:disabled,.llms-button-danger:disabled,.llms-button-primary:disabled,.llms-button-secondary:disabled{opacity:.5}.llms-button-action:hover,.llms-button-action:active,.llms-button-danger:hover,.llms-button-danger:active,.llms-button-primary:hover,.llms-button-primary:active,.llms-button-secondary:hover,.llms-button-secondary:active{color:#fefefe}.llms-button-action:focus,.llms-button-danger:focus,.llms-button-primary:focus,.llms-button-secondary:focus{color:#fefefe}.llms-button-action.auto,.llms-button-danger.auto,.llms-button-primary.auto,.llms-button-secondary.auto{width:auto}.llms-button-action.full,.llms-button-danger.full,.llms-button-primary.full,.llms-button-secondary.full{display:block;text-align:center;width:100%}.llms-button-action.square,.llms-button-danger.square,.llms-button-primary.square,.llms-button-secondary.square{padding:12px}.llms-button-action.small,.llms-button-danger.small,.llms-button-primary.small,.llms-button-secondary.small{font-size:13px;padding:8px 14px}.llms-button-action.small.square,.llms-button-danger.small.square,.llms-button-primary.small.square,.llms-button-secondary.small.square{padding:8px}.llms-button-action.large,.llms-button-danger.large,.llms-button-primary.large,.llms-button-secondary.large{font-size:18px;line-height:1.2;padding:16px 32px}.llms-button-action.large.square,.llms-button-danger.large.square,.llms-button-primary.large.square,.llms-button-secondary.large.square{padding:16px}.llms-button-action.large .fa,.llms-button-danger.large .fa,.llms-button-primary.large .fa,.llms-button-secondary.large .fa{right:-7px;position:relative}.llms-button-primary{background:#2295ff}.llms-button-primary:hover,.llms-button-primary.clicked{background:#0077e4}.llms-button-primary:focus,.llms-button-primary:active{background:#4ba9ff}.llms-button-secondary{background:#e1e1e1;color:#414141}.llms-button-secondary:hover{color:#414141;background:#cdcdcd}.llms-button-secondary:focus,.llms-button-secondary:active{color:#414141;background:#ebebeb}.llms-button-action{background:#f8954f}.llms-button-action:hover,.llms-button-action.clicked{background:#f67d28}.llms-button-action:focus,.llms-button-action:active{background:#faad76}.llms-button-danger{background:#e5554e}.llms-button-danger:hover{background:#e0332a}.llms-button-danger:focus,.llms-button-danger:active{background:#e86660}.llms-button-outline{background:rgba(0,0,0,0);border:3px solid #1d2327;border-radius:8px;color:#1d2327;cursor:pointer;font-size:16px;font-weight:700;text-decoration:none;text-shadow:none;line-height:1;margin:0;max-width:100%;padding:12px 24px;position:relative;-webkit-transition:all .5s ease;transition:all .5s ease}.llms-button-outline:disabled{opacity:.5}.llms-button-outline:hover,.llms-button-outline:active{color:#1d2327}.llms-button-outline:focus{color:#1d2327}.llms-button-outline.auto{width:auto}.llms-button-outline.full{display:block;text-align:center;width:100%}.llms-button-outline.square{padding:12px}.llms-donut{background-color:#f1f1f1;background-image:none;border-radius:50%;color:#ef476f;height:200px;overflow:hidden;position:relative;width:200px}.llms-donut:before,.llms-donut:after{content:" ";display:table}.llms-donut:after{clear:both}.llms-donut svg{overflow:visible !important;pointer-events:none;width:100%}.llms-donut svg path{fill:none;stroke-width:35px;stroke:#ef476f}.llms-donut.mini{height:36px;width:36px}.llms-donut.mini .percentage{font-size:10px}.llms-donut.small{height:100px;width:100px}.llms-donut.small .percentage{font-size:18px}.llms-donut.medium{height:130px;width:130px}.llms-donut.medium .percentage{font-size:26px}.llms-donut.large{height:260px;width:260px}.llms-donut.large .percentage{font-size:48px}.llms-donut .inside{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:80%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;right:50%;position:absolute;text-align:center;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%);width:80%;top:50%;z-index:3}.llms-donut .percentage{line-height:1.2;font-size:34px}.llms-donut .caption{font-size:50%}.lifterlms [data-tip],.lifterlms [data-title-default],.lifterlms [data-title-active],.llms-metabox [data-tip],.llms-metabox [data-title-default],.llms-metabox [data-title-active],.llms-mb-container [data-tip],.llms-mb-container [data-title-default],.llms-mb-container [data-title-active],.llms-quiz-wrapper [data-tip],.llms-quiz-wrapper [data-title-default],.llms-quiz-wrapper [data-title-active]{position:relative}.lifterlms [data-tip].tip--top-right:before,.lifterlms [data-title-default].tip--top-right:before,.lifterlms [data-title-active].tip--top-right:before,.llms-metabox [data-tip].tip--top-right:before,.llms-metabox [data-title-default].tip--top-right:before,.llms-metabox [data-title-active].tip--top-right:before,.llms-mb-container [data-tip].tip--top-right:before,.llms-mb-container [data-title-default].tip--top-right:before,.llms-mb-container [data-title-active].tip--top-right:before,.llms-quiz-wrapper [data-tip].tip--top-right:before,.llms-quiz-wrapper [data-title-default].tip--top-right:before,.llms-quiz-wrapper [data-title-active].tip--top-right:before{bottom:100%;right:-10px}.lifterlms [data-tip].tip--top-right:hover:before,.lifterlms [data-title-default].tip--top-right:hover:before,.lifterlms [data-title-active].tip--top-right:hover:before,.llms-metabox [data-tip].tip--top-right:hover:before,.llms-metabox [data-title-default].tip--top-right:hover:before,.llms-metabox [data-title-active].tip--top-right:hover:before,.llms-mb-container [data-tip].tip--top-right:hover:before,.llms-mb-container [data-title-default].tip--top-right:hover:before,.llms-mb-container [data-title-active].tip--top-right:hover:before,.llms-quiz-wrapper [data-tip].tip--top-right:hover:before,.llms-quiz-wrapper [data-title-default].tip--top-right:hover:before,.llms-quiz-wrapper [data-title-active].tip--top-right:hover:before{bottom:calc(100% + 6px)}.lifterlms [data-tip].tip--top-right:after,.lifterlms [data-title-default].tip--top-right:after,.lifterlms [data-title-active].tip--top-right:after,.llms-metabox [data-tip].tip--top-right:after,.llms-metabox [data-title-default].tip--top-right:after,.llms-metabox [data-title-active].tip--top-right:after,.llms-mb-container [data-tip].tip--top-right:after,.llms-mb-container [data-title-default].tip--top-right:after,.llms-mb-container [data-title-active].tip--top-right:after,.llms-quiz-wrapper [data-tip].tip--top-right:after,.llms-quiz-wrapper [data-title-default].tip--top-right:after,.llms-quiz-wrapper [data-title-active].tip--top-right:after{border-top-color:#444;right:6px;top:0}.lifterlms [data-tip].tip--top-right:hover:after,.lifterlms [data-title-default].tip--top-right:hover:after,.lifterlms [data-title-active].tip--top-right:hover:after,.llms-metabox [data-tip].tip--top-right:hover:after,.llms-metabox [data-title-default].tip--top-right:hover:after,.llms-metabox [data-title-active].tip--top-right:hover:after,.llms-mb-container [data-tip].tip--top-right:hover:after,.llms-mb-container [data-title-default].tip--top-right:hover:after,.llms-mb-container [data-title-active].tip--top-right:hover:after,.llms-quiz-wrapper [data-tip].tip--top-right:hover:after,.llms-quiz-wrapper [data-title-default].tip--top-right:hover:after,.llms-quiz-wrapper [data-title-active].tip--top-right:hover:after{top:-6px}.lifterlms [data-tip].tip--top-left:before,.lifterlms [data-title-default].tip--top-left:before,.lifterlms [data-title-active].tip--top-left:before,.llms-metabox [data-tip].tip--top-left:before,.llms-metabox [data-title-default].tip--top-left:before,.llms-metabox [data-title-active].tip--top-left:before,.llms-mb-container [data-tip].tip--top-left:before,.llms-mb-container [data-title-default].tip--top-left:before,.llms-mb-container [data-title-active].tip--top-left:before,.llms-quiz-wrapper [data-tip].tip--top-left:before,.llms-quiz-wrapper [data-title-default].tip--top-left:before,.llms-quiz-wrapper [data-title-active].tip--top-left:before{bottom:100%;left:-10px}.lifterlms [data-tip].tip--top-left:hover:before,.lifterlms [data-title-default].tip--top-left:hover:before,.lifterlms [data-title-active].tip--top-left:hover:before,.llms-metabox [data-tip].tip--top-left:hover:before,.llms-metabox [data-title-default].tip--top-left:hover:before,.llms-metabox [data-title-active].tip--top-left:hover:before,.llms-mb-container [data-tip].tip--top-left:hover:before,.llms-mb-container [data-title-default].tip--top-left:hover:before,.llms-mb-container [data-title-active].tip--top-left:hover:before,.llms-quiz-wrapper [data-tip].tip--top-left:hover:before,.llms-quiz-wrapper [data-title-default].tip--top-left:hover:before,.llms-quiz-wrapper [data-title-active].tip--top-left:hover:before{bottom:calc(100% + 6px)}.lifterlms [data-tip].tip--top-left:after,.lifterlms [data-title-default].tip--top-left:after,.lifterlms [data-title-active].tip--top-left:after,.llms-metabox [data-tip].tip--top-left:after,.llms-metabox [data-title-default].tip--top-left:after,.llms-metabox [data-title-active].tip--top-left:after,.llms-mb-container [data-tip].tip--top-left:after,.llms-mb-container [data-title-default].tip--top-left:after,.llms-mb-container [data-title-active].tip--top-left:after,.llms-quiz-wrapper [data-tip].tip--top-left:after,.llms-quiz-wrapper [data-title-default].tip--top-left:after,.llms-quiz-wrapper [data-title-active].tip--top-left:after{border-top-color:#444;left:6px;top:0}.lifterlms [data-tip].tip--top-left:hover:after,.lifterlms [data-title-default].tip--top-left:hover:after,.lifterlms [data-title-active].tip--top-left:hover:after,.llms-metabox [data-tip].tip--top-left:hover:after,.llms-metabox [data-title-default].tip--top-left:hover:after,.llms-metabox [data-title-active].tip--top-left:hover:after,.llms-mb-container [data-tip].tip--top-left:hover:after,.llms-mb-container [data-title-default].tip--top-left:hover:after,.llms-mb-container [data-title-active].tip--top-left:hover:after,.llms-quiz-wrapper [data-tip].tip--top-left:hover:after,.llms-quiz-wrapper [data-title-default].tip--top-left:hover:after,.llms-quiz-wrapper [data-title-active].tip--top-left:hover:after{top:-6px}.lifterlms [data-tip].tip--bottom-left:before,.lifterlms [data-title-default].tip--bottom-left:before,.lifterlms [data-title-active].tip--bottom-left:before,.llms-metabox [data-tip].tip--bottom-left:before,.llms-metabox [data-title-default].tip--bottom-left:before,.llms-metabox [data-title-active].tip--bottom-left:before,.llms-mb-container [data-tip].tip--bottom-left:before,.llms-mb-container [data-title-default].tip--bottom-left:before,.llms-mb-container [data-title-active].tip--bottom-left:before,.llms-quiz-wrapper [data-tip].tip--bottom-left:before,.llms-quiz-wrapper [data-title-default].tip--bottom-left:before,.llms-quiz-wrapper [data-title-active].tip--bottom-left:before{top:100%;left:-10px}.lifterlms [data-tip].tip--bottom-left:hover:before,.lifterlms [data-title-default].tip--bottom-left:hover:before,.lifterlms [data-title-active].tip--bottom-left:hover:before,.llms-metabox [data-tip].tip--bottom-left:hover:before,.llms-metabox [data-title-default].tip--bottom-left:hover:before,.llms-metabox [data-title-active].tip--bottom-left:hover:before,.llms-mb-container [data-tip].tip--bottom-left:hover:before,.llms-mb-container [data-title-default].tip--bottom-left:hover:before,.llms-mb-container [data-title-active].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:before{top:calc(100% + 6px)}.lifterlms [data-tip].tip--bottom-left:after,.lifterlms [data-title-default].tip--bottom-left:after,.lifterlms [data-title-active].tip--bottom-left:after,.llms-metabox [data-tip].tip--bottom-left:after,.llms-metabox [data-title-default].tip--bottom-left:after,.llms-metabox [data-title-active].tip--bottom-left:after,.llms-mb-container [data-tip].tip--bottom-left:after,.llms-mb-container [data-title-default].tip--bottom-left:after,.llms-mb-container [data-title-active].tip--bottom-left:after,.llms-quiz-wrapper [data-tip].tip--bottom-left:after,.llms-quiz-wrapper [data-title-default].tip--bottom-left:after,.llms-quiz-wrapper [data-title-active].tip--bottom-left:after{border-bottom-color:#444;left:6px;bottom:0}.lifterlms [data-tip].tip--bottom-left:hover:after,.lifterlms [data-title-default].tip--bottom-left:hover:after,.lifterlms [data-title-active].tip--bottom-left:hover:after,.llms-metabox [data-tip].tip--bottom-left:hover:after,.llms-metabox [data-title-default].tip--bottom-left:hover:after,.llms-metabox [data-title-active].tip--bottom-left:hover:after,.llms-mb-container [data-tip].tip--bottom-left:hover:after,.llms-mb-container [data-title-default].tip--bottom-left:hover:after,.llms-mb-container [data-title-active].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:after{bottom:-6px}.lifterlms [data-tip].tip--bottom-right:before,.lifterlms [data-title-default].tip--bottom-right:before,.lifterlms [data-title-active].tip--bottom-right:before,.llms-metabox [data-tip].tip--bottom-right:before,.llms-metabox [data-title-default].tip--bottom-right:before,.llms-metabox [data-title-active].tip--bottom-right:before,.llms-mb-container [data-tip].tip--bottom-right:before,.llms-mb-container [data-title-default].tip--bottom-right:before,.llms-mb-container [data-title-active].tip--bottom-right:before,.llms-quiz-wrapper [data-tip].tip--bottom-right:before,.llms-quiz-wrapper [data-title-default].tip--bottom-right:before,.llms-quiz-wrapper [data-title-active].tip--bottom-right:before{top:100%;right:-10px}.lifterlms [data-tip].tip--bottom-right:hover:before,.lifterlms [data-title-default].tip--bottom-right:hover:before,.lifterlms [data-title-active].tip--bottom-right:hover:before,.llms-metabox [data-tip].tip--bottom-right:hover:before,.llms-metabox [data-title-default].tip--bottom-right:hover:before,.llms-metabox [data-title-active].tip--bottom-right:hover:before,.llms-mb-container [data-tip].tip--bottom-right:hover:before,.llms-mb-container [data-title-default].tip--bottom-right:hover:before,.llms-mb-container [data-title-active].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:before{top:calc(100% + 6px)}.lifterlms [data-tip].tip--bottom-right:after,.lifterlms [data-title-default].tip--bottom-right:after,.lifterlms [data-title-active].tip--bottom-right:after,.llms-metabox [data-tip].tip--bottom-right:after,.llms-metabox [data-title-default].tip--bottom-right:after,.llms-metabox [data-title-active].tip--bottom-right:after,.llms-mb-container [data-tip].tip--bottom-right:after,.llms-mb-container [data-title-default].tip--bottom-right:after,.llms-mb-container [data-title-active].tip--bottom-right:after,.llms-quiz-wrapper [data-tip].tip--bottom-right:after,.llms-quiz-wrapper [data-title-default].tip--bottom-right:after,.llms-quiz-wrapper [data-title-active].tip--bottom-right:after{border-bottom-color:#444;right:6px;bottom:0}.lifterlms [data-tip].tip--bottom-right:hover:after,.lifterlms [data-title-default].tip--bottom-right:hover:after,.lifterlms [data-title-active].tip--bottom-right:hover:after,.llms-metabox [data-tip].tip--bottom-right:hover:after,.llms-metabox [data-title-default].tip--bottom-right:hover:after,.llms-metabox [data-title-active].tip--bottom-right:hover:after,.llms-mb-container [data-tip].tip--bottom-right:hover:after,.llms-mb-container [data-title-default].tip--bottom-right:hover:after,.llms-mb-container [data-title-active].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:after{bottom:-6px}.lifterlms [data-tip]:before,.lifterlms [data-title-default]:before,.lifterlms [data-title-active]:before,.llms-metabox [data-tip]:before,.llms-metabox [data-title-default]:before,.llms-metabox [data-title-active]:before,.llms-mb-container [data-tip]:before,.llms-mb-container [data-title-default]:before,.llms-mb-container [data-title-active]:before,.llms-quiz-wrapper [data-tip]:before,.llms-quiz-wrapper [data-title-default]:before,.llms-quiz-wrapper [data-title-active]:before{background:#444;border-radius:4px;color:#fff;font-size:13px;line-height:1.2;padding:8px;max-width:300px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.lifterlms [data-tip]:after,.lifterlms [data-title-default]:after,.lifterlms [data-title-active]:after,.llms-metabox [data-tip]:after,.llms-metabox [data-title-default]:after,.llms-metabox [data-title-active]:after,.llms-mb-container [data-tip]:after,.llms-mb-container [data-title-default]:after,.llms-mb-container [data-title-active]:after,.llms-quiz-wrapper [data-tip]:after,.llms-quiz-wrapper [data-title-default]:after,.llms-quiz-wrapper [data-title-active]:after{content:"";border:6px solid rgba(0,0,0,0);height:0;width:0}.lifterlms [data-tip]:before,.lifterlms [data-tip]:after,.lifterlms [data-title-default]:before,.lifterlms [data-title-default]:after,.lifterlms [data-title-active]:before,.lifterlms [data-title-active]:after,.llms-metabox [data-tip]:before,.llms-metabox [data-tip]:after,.llms-metabox [data-title-default]:before,.llms-metabox [data-title-default]:after,.llms-metabox [data-title-active]:before,.llms-metabox [data-title-active]:after,.llms-mb-container [data-tip]:before,.llms-mb-container [data-tip]:after,.llms-mb-container [data-title-default]:before,.llms-mb-container [data-title-default]:after,.llms-mb-container [data-title-active]:before,.llms-mb-container [data-title-active]:after,.llms-quiz-wrapper [data-tip]:before,.llms-quiz-wrapper [data-tip]:after,.llms-quiz-wrapper [data-title-default]:before,.llms-quiz-wrapper [data-title-default]:after,.llms-quiz-wrapper [data-title-active]:before,.llms-quiz-wrapper [data-title-active]:after{opacity:0;-webkit-transition:all .2s .1s ease;transition:all .2s .1s ease;position:absolute;pointer-events:none;visibility:hidden}.lifterlms [data-tip]:hover:before,.lifterlms [data-tip]:hover:after,.lifterlms [data-title-default]:hover:before,.lifterlms [data-title-default]:hover:after,.lifterlms [data-title-active]:hover:before,.lifterlms [data-title-active]:hover:after,.llms-metabox [data-tip]:hover:before,.llms-metabox [data-tip]:hover:after,.llms-metabox [data-title-default]:hover:before,.llms-metabox [data-title-default]:hover:after,.llms-metabox [data-title-active]:hover:before,.llms-metabox [data-title-active]:hover:after,.llms-mb-container [data-tip]:hover:before,.llms-mb-container [data-tip]:hover:after,.llms-mb-container [data-title-default]:hover:before,.llms-mb-container [data-title-default]:hover:after,.llms-mb-container [data-title-active]:hover:before,.llms-mb-container [data-title-active]:hover:after,.llms-quiz-wrapper [data-tip]:hover:before,.llms-quiz-wrapper [data-tip]:hover:after,.llms-quiz-wrapper [data-title-default]:hover:before,.llms-quiz-wrapper [data-title-default]:hover:after,.llms-quiz-wrapper [data-title-active]:hover:before,.llms-quiz-wrapper [data-title-active]:hover:after{opacity:1;-webkit-transition:all .2s .6s ease;transition:all .2s .6s ease;visibility:visible;z-index:99999999}.lifterlms [data-tip]:before,.llms-metabox [data-tip]:before,.llms-mb-container [data-tip]:before,.llms-quiz-wrapper [data-tip]:before{content:attr(data-tip)}.lifterlms [data-tip].active:before,.llms-metabox [data-tip].active:before,.llms-mb-container [data-tip].active:before,.llms-quiz-wrapper [data-tip].active:before{content:attr(data-tip-active)}.llms-membership-image{display:block;margin:0 auto}.llms-course-image{display:block;margin:0 auto;max-width:100%}.llms-featured-image{display:block;margin:0 auto}.llms-image-thumb{width:150px}.llms-video-wrapper .center-video{height:auto;max-width:100%;overflow:hidden;position:relative;padding-top:56.25%;text-align:center}.llms-video-wrapper .center-video>.wp-video,.llms-video-wrapper .center-video .fluid-width-video-wrapper,.llms-video-wrapper .center-video iframe,.llms-video-wrapper .center-video object,.llms-video-wrapper .center-video embed{height:100%;right:0;position:absolute;top:0;width:100%}.llms-video-wrapper .center-video>.wp-video{width:100% !important}.llms-video-wrapper .center-video .fluid-width-video-wrapper{padding-top:0 !important}.clear{clear:both;width:100%}.llms-featured-image{text-align:center}#main-content .llms-payment-options p{margin:0;font-size:16px}.llms-option{display:block;position:relative;margin:20px 0;padding-right:40px;font-size:16px}.llms-option label{cursor:pointer;position:static}.llms-option:first-child{margin-top:0}.llms-option:last-child{margin-bottom:0}#main-content .llms-option:last-child{margin-bottom:0}.llms-option input[type=radio]{display:block;position:absolute;top:3px;right:0;z-index:0}.llms-option input[type=radio]{display:inline-block}.llms-option input[type=radio]+label span.llms-radio{display:none}.llms-option input[type=radio]+label span.llms-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:20;position:absolute;top:0;right:-2px;display:inline-block;width:24px;height:24px;border-radius:50%;cursor:pointer;vertical-align:middle;-webkit-box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.5) 0 0 0 1px;box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.5) 0 0 0 1px;background:#efefef;background-image:radial-gradient(ellipse at center, #e5554e 0%, #e5554e 40%, #efefef 45%);background-repeat:no-repeat;-webkit-transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);transition:background-position .15s cubic-bezier(0.8, 0, 1, 1)}.llms-option input[type=radio]:checked+label span.llms-radio{-webkit-transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1)}.llms-option input[type=radio]+label span.llms-radio{background-position:-24px 0}.llms-option input[type=radio]:checked+label span.llms-radio{background-position:100% 0}.llms-option input[type=submit]{border:none;background:#e5554e;color:#fff;font-size:20px;padding:10px 0;border-radius:3px;cursor:pointer;width:100%}.llms-styled-text{padding:14px 0}.llms-notice-box{border-radius:3px;z-index:10;margin:10px 0;padding:15px 20px;border:1px solid #ccc;list-style-type:none;width:100%;overflow:auto}.llms-notice-box input[type=text]{height:auto}.llms-notice-box .col-1-1{width:100%}.llms-notice-box .col-1-1 input[type=text]{width:100%}.llms-notice-box .col-1-2{width:50%;float:right}@media screen and (max-width: 768px){.llms-notice-box .col-1-2{width:100%}}.llms-notice-box .col-1-3{width:33%;float:right;margin-left:10px}.llms-notice-box .col-1-4{width:25%;float:right;margin-left:10px}@media screen and (max-width: 768px){.llms-notice-box .col-1-4{width:100%}}.llms-notice-box .col-1-6{width:16.6%;float:right;margin-left:10px}.llms-notice-box .col-1-8{width:11%;float:left}.llms-notice-box .llms-pad-right{padding-left:10px}@media screen and (max-width: 768px){.llms-notice-box .llms-pad-right{padding-left:0}}input[type=text].cc_cvv,#cc_cvv{margin-left:0;width:23%;float:left}.llms-clear-box{border-radius:3px;z-index:10;margin:10px 0;padding:15px 20px;list-style-type:none;width:100%;overflow:auto}.llms-price-label{font-weight:normal}.llms-final-price{font-weight:bold;float:left}.llms-center-content{text-align:center}.llms-input-text{background-color:#fff;border:1px solid #ddd;color:#333;font-size:18px;font-weight:300;padding:16px;width:100%}.llms-price{margin-bottom:0;font-weight:bold}.llms-price-loop{margin-bottom:0;font-weight:bold}.courses .entry{padding:0}.list-view .site-content .llms-course-list .hentry,.list-view .site-content .llms-membership-list .hentry{border-top:0;padding-top:0}.llms-content{width:100%}.llms-lesson-button-wrapper{width:100%;display:block;clear:both;text-align:center}.llms-template-wrapper{width:100%;display:block;clear:both}.llms-button-wrapper{width:100%;display:block;clear:both;text-align:center}.llms-styled-select{border:1px solid #ccc;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px;overflow:hidden;position:relative}.llms-styled-select,.llms-styled-select select{width:100%}select:focus{outline:none}.llms-styled-select select{height:34px;padding:5px 5px 5px 0;background:rgba(0,0,0,0);border:none;-webkit-appearance:none;font-size:16px;color:#444}@-moz-document url-prefix(){.--ms-styled-select select{width:110%}}.llms-styled-select .fa-sort-desc{position:absolute;top:0;left:12px;font-size:24px;color:#ccc}select::-ms-expand{display:none}_:-o-prefocus .llms-styled-select,.selector .llms-styled-select{background:none}.llms-form-item-wrapper{margin-bottom:1em}.llms-progress-circle{position:relative;width:200px;height:200px;float:right}.llms-progress-circle-count{top:27%;position:absolute;width:94%;text-align:center;color:#666;font-size:44px}.llms-progress-circle svg{position:absolute;width:200px;height:200px}.llms-progress-circle circle{fill:rgba(0,0,0,0)}svg .llms-background-circle{fill:rgba(0,0,0,0);stroke-width:10px;stroke:#f1f2f1;stroke-dasharray:430}svg .llms-animated-circle{fill:rgba(0,0,0,0);stroke-width:10px;stroke:#e5554e;stroke-dasharray:430;stroke-dashoffset:410}.llms-widget-syllabus .llms-lesson.current-lesson .lesson-title{font-weight:700}.llms-widget-syllabus .llms-lesson-complete,.llms-widget-syllabus .lesson-complete-placeholder{font-size:1.2em;margin-left:6px;color:#ccc}.llms-widget-syllabus .llms-lesson-complete.done,.llms-widget-syllabus .lesson-complete-placeholder.done{color:#e5554e}.llms-widget-syllabus .section-title{font-weight:bold}.llms-widget-syllabus .lesson-title a{text-decoration:none}.llms-widget-syllabus .lesson-title a:hover{text-decoration:none !important}.llms-widget-syllabus .lesson-title.done a{color:#999;text-decoration:line-through}.llms-widget-syllabus ul{list-style-type:none}.llms-widget-syllabus ul li{list-style-type:none}.llms-widget-syllabus ul li ul li{margin:0 0 2px 0;padding:0}.llms-remove-coupon{float:left}.llms-lesson-link-locked,.llms-lesson-link-locked:hover{background:#f1f1f1;-webkit-box-shadow:0 1px 2px 0 rgba(1,1,1,.4);box-shadow:0 1px 2px 0 rgba(1,1,1,.4);display:block;color:#a6a6a6;min-height:85px;padding:15px;text-decoration:none;position:relative}.llms-lesson-preview.is-complete .llms-lesson-link-locked{padding-right:75px}.llms-lesson-tooltip{display:none;position:absolute;color:#000;background-color:silver;padding:.25em;border-radius:2px;z-index:100;top:0;right:50%;text-align:center;-webkit-transform:translateX(50%) translateY(-100%);transform:translateX(50%) translateY(-100%)}.llms-lesson-tooltip:after{content:"";width:0;height:0;border-top:8px solid silver;border-right:8px solid rgba(0,0,0,0);border-left:8px solid rgba(0,0,0,0);position:absolute;bottom:-8px;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}.llms-lesson-tooltip.active{display:inline-block}.llms-favorite-wrapper{cursor:pointer}.llms-favorite-wrapper .fa-heart{color:#ef476f}.llms-has-favorite .llms-parent-course-link{display:inline-block;margin-bottom:20px}.llms-has-favorite .llms-parent-course-link+.llms-favorite-wrapper{float:left;margin:0}.llms-syllabus-wrapper .llms-has-favorite{text-align:right}.llms-syllabus-wrapper .llms-has-favorite .llms-favorite-wrapper{display:inline-block}.llms-loop-list{list-style:none;margin:0 -10px;padding:0}@media all and (min-width: 600px){.llms-loop-list.cols-1 .llms-loop-item{width:100%}.llms-loop-list.cols-2 .llms-loop-item{width:50%}.llms-loop-list.cols-3 .llms-loop-item{width:33.3333333333%}.llms-loop-list.cols-4 .llms-loop-item{width:25%}.llms-loop-list.cols-5 .llms-loop-item{width:20%}.llms-loop-list.cols-6 .llms-loop-item{width:16.6666666667%}}.llms-loop-item{float:right;list-style:none;margin:0;padding:0;width:100%}.llms-loop-item-content{background:#f1f1f1;padding-bottom:10px;margin:10px}.llms-loop-item-content:hover{background:#eaeaea}.llms-loop-item-content .llms-loop-link{color:#212121;display:block}.llms-loop-item-content .llms-loop-link:visited{color:#212121}.llms-loop-item-content .llms-featured-image{display:block;max-width:100%}.llms-loop-item-content .llms-loop-title{margin-top:5px}.llms-loop-item-content .llms-loop-title:hover{color:#2295ff}.llms-loop-item-content .llms-meta,.llms-loop-item-content .llms-author,.llms-loop-item-content .llms-loop-title{padding:0 10px}.llms-loop-item-content .llms-meta,.llms-loop-item-content .llms-author{color:#444;display:block;font-size:13px;margin-bottom:3px}.llms-loop-item-content .llms-meta:last-child,.llms-loop-item-content .llms-author:last-child{margin-bottom:0}.llms-loop-item-content .llms-featured-img-wrap{overflow:hidden}.llms-loop-item-content p{margin-bottom:0}.llms-loop-item-content .llms-progress{margin:0;height:.4em}.llms-loop-item-content .llms-progress .progress__indicator{display:none}.llms-loop-item-content .llms-progress .llms-progress-bar{background-color:#f6f6f6;left:0;top:0}.course .llms-meta-info{margin:20px 0}.course .llms-meta-info .llms-meta-title{margin-bottom:5px}.course .llms-meta-info .llms-meta p{margin-bottom:0}.course .llms-meta-info .llms-meta span{font-weight:700}.course .llms-course-progress{margin:40px auto;max-width:480px;text-align:center}.llms-syllabus-wrapper{margin:15px;text-align:center}.llms-syllabus-wrapper .llms-section-title{margin:25px 0 0}.llms-course-navigation .llms-prev-lesson,.llms-course-navigation .llms-next-lesson,.llms-course-navigation .llms-back-to-course{width:49%}.llms-course-navigation .llms-prev-lesson,.llms-course-navigation .llms-back-to-course{float:right;margin-left:.5%}.llms-course-navigation .llms-next-lesson,.llms-course-navigation .llms-prev-lesson+.llms-back-to-course{float:left;margin-right:.5%}.llms-lesson-preview{display:inline-block;margin-top:15px;max-width:100%;position:relative;width:480px}.llms-lesson-preview .llms-lesson-link{background:#f1f1f1;color:#212121;display:block;padding:15px;text-decoration:none}.llms-lesson-preview .llms-lesson-link:before,.llms-lesson-preview .llms-lesson-link:after{content:" ";display:table}.llms-lesson-preview .llms-lesson-link:after{clear:both}.llms-lesson-preview .llms-lesson-link:hover{background:#eaeaea}.llms-lesson-preview .llms-lesson-link:visited{color:#212121}.llms-lesson-preview .llms-lesson-thumbnail{margin-bottom:10px}.llms-lesson-preview .llms-lesson-thumbnail img{display:block;width:100%}.llms-lesson-preview .llms-pre-text{text-align:right}.llms-lesson-preview .llms-lesson-title{font-weight:700;margin:0 auto 10px;text-align:right}.llms-lesson-preview .llms-lesson-title:last-child{margin-bottom:0}.llms-lesson-preview .llms-lesson-excerpt{text-align:right}.llms-lesson-preview .llms-main{float:right;width:100%}.llms-lesson-preview .llms-extra{float:left;width:15%}.llms-lesson-preview .llms-extra+.llms-main{width:85%}.llms-lesson-preview .llms-lesson-counter,.llms-lesson-preview .llms-free-lesson-svg,.llms-lesson-preview .llms-lesson-complete,.llms-lesson-preview .llms-lesson-complete-placeholder{display:block;font-size:32px;margin-bottom:15px}.llms-lesson-preview.is-free .llms-lesson-complete,.llms-lesson-preview.is-complete .llms-lesson-complete{color:#2295ff}.llms-lesson-preview .llms-icon-free{background:#2295ff;border-radius:4px;color:#f1f1f1;display:inline-block;padding:5px 6px 4px;line-height:1;font-size:14px}.llms-lesson-preview.is-incomplete .llms-lesson-complete{color:#cacaca}.llms-lesson-preview .llms-lesson-counter{font-size:16px;line-height:1}.llms-lesson-preview .llms-free-lesson-svg{fill:currentColor;height:23px;width:50px}.llms-lesson-preview p{margin-bottom:0}.llms-progress{clear:both;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;position:relative;height:1em;width:100%;margin:15px 0}.llms-progress .llms-progress-bar{background-color:#f1f2f1;position:relative;height:.4em;top:.3em;width:100%}.llms-progress .progress-bar-complete{background-color:#ef476f;height:100%}.progress__indicator{float:left;text-align:left;height:1em;line-height:1em;margin-right:5px;white-space:nowrap}.llms-author .name{margin-right:5px}.llms-author .label{margin-right:5px}.llms-author .avatar{border-radius:50%}.llms-author .bio{margin-top:5px}.llms-instructor-info .llms-instructors .llms-col:first-child .llms-author{margin-right:0}.llms-instructor-info .llms-instructors .llms-col:last-child .llms-author{margin-left:0}.llms-instructor-info .llms-instructors .llms-author{background:#f5f5f5;border-top:4px solid #2295ff;text-align:center;margin:45px 5px 5px;padding:0 10px 10px}.llms-instructor-info .llms-instructors .llms-author .avatar{background:#2295ff;border:4px solid #2295ff;display:block;margin:-35px auto 10px}.llms-instructor-info .llms-instructors .llms-author .llms-author-info{display:block}.llms-instructor-info .llms-instructors .llms-author .llms-author-info.name{font-weight:700}.llms-instructor-info .llms-instructors .llms-author .llms-author-info.label{font-size:85%}.llms-instructor-info .llms-instructors .llms-author .llms-author-info.bio{font-size:90%;margin-bottom:0}.llms_review{margin:20px 0px;padding:10px}.llms_review h5{font-size:17px;margin:3px 0px}.llms_review h6{font-size:13px}.llms_review p{font-size:15px}.review_box [type=text]{margin:10px 0px}.review_box h5{color:red;display:none}.review_box+.thank_you_box{display:none}.llms-notice{background:rgba(34,149,255,.3);border-color:#2295ff;border-style:solid;border-width:3px;padding:10px;margin-bottom:10px}.llms-notice p:last-child,.llms-notice ul:last-child{margin-bottom:0}.llms-notice li{list-style-type:none}.llms-notice.llms-debug{background:rgba(202,202,202,.3);border-color:#cacaca}.llms-notice.llms-error{background:rgba(229,85,78,.3);border-color:#e5554e}.llms-notice.llms-success{background:rgba(131,195,115,.3);border-color:#83c373}.entry-content .llms-notice{margin:0 0 10px}.entry-content .llms-notice li{list-style-type:none}ul.llms-achievements-loop,.lifterlms ul.llms-achievements-loop,ul.llms-certificates-loop,.lifterlms ul.llms-certificates-loop{list-style-type:none;margin:0 -10px;padding:0}ul.llms-achievements-loop:before,ul.llms-achievements-loop:after,.lifterlms ul.llms-achievements-loop:before,.lifterlms ul.llms-achievements-loop:after,ul.llms-certificates-loop:before,ul.llms-certificates-loop:after,.lifterlms ul.llms-certificates-loop:before,.lifterlms ul.llms-certificates-loop:after{content:" ";display:table}ul.llms-achievements-loop:after,.lifterlms ul.llms-achievements-loop:after,ul.llms-certificates-loop:after,.lifterlms ul.llms-certificates-loop:after{clear:both}ul.llms-achievements-loop li.llms-achievement-loop-item,ul.llms-achievements-loop li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop li.llms-certificate-loop-item,ul.llms-certificates-loop li.llms-achievement-loop-item,ul.llms-certificates-loop li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;float:right;list-style-type:none;margin:0;padding:10px;width:100%}@media all and (min-width: 600px){ul.llms-achievements-loop.loop-cols-1 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-1 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-1 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-1 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-1 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-1 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-1 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-1 li.llms-certificate-loop-item{width:100%}ul.llms-achievements-loop.loop-cols-2 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-2 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-2 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-2 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-2 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-2 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-2 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-2 li.llms-certificate-loop-item{width:50%}ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-3 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-3 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:33.3333333333%}ul.llms-achievements-loop.loop-cols-4 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-4 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-4 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-4 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-4 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-4 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-4 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-4 li.llms-certificate-loop-item{width:25%}ul.llms-achievements-loop.loop-cols-5 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-5 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-5 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-5 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-5 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-5 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-5 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-5 li.llms-certificate-loop-item{width:20%}}.llms-achievement,.llms-certificate{background:#f1f1f1;border:none;color:inherit;display:block;text-decoration:none;width:100%}.llms-achievement:hover,.llms-certificate:hover{background:#eaeaea}.llms-achievement .llms-achievement-img,.llms-certificate .llms-achievement-img{display:block;margin:0;width:100%}.llms-achievement .llms-achievement-title,.llms-certificate .llms-achievement-title{font-size:16px;margin:0;padding:10px;text-align:center}.llms-achievement .llms-certificate-title,.llms-certificate .llms-certificate-title{font-size:16px;margin:0;padding:0 0 10px}.llms-achievement .llms-achievement-info,.llms-achievement .llms-achievement-date,.llms-certificate .llms-achievement-info,.llms-certificate .llms-achievement-date{display:none}.llms-achievement .llms-achievement-content,.llms-certificate .llms-achievement-content{padding:20px}.llms-achievement .llms-achievement-content:empty,.llms-certificate .llms-achievement-content:empty{padding:0}.llms-achievement .llms-achievement-content *:last-child,.llms-certificate .llms-achievement-content *:last-child{margin-bottom:0}.llms-certificate{border:4px double #f1f1f1;padding:20px 10px;background:#fff;text-align:center}.llms-certificate:hover{background:#fff;border-color:#eaeaea}.llms-achievement-modal .llms-achievement{background:#fff}.llms-achievement-modal .llms-achievement-info{display:block}.llms-achievement-modal .llms-achievement-title{display:none}.llms-notification{background:#fff;-webkit-box-shadow:0 1px 2px -2px #333,0 1px 1px -1px #333;box-shadow:0 1px 2px -2px #333,0 1px 1px -1px #333;border-top:4px solid #2295ff;opacity:0;padding:12px;position:fixed;left:-800px;top:24px;-webkit-transition:opacity .4s ease-in-out,left .4s ease-in-out;transition:opacity .4s ease-in-out,left .4s ease-in-out;visibility:hidden;width:auto;z-index:9999999}.llms-notification:before,.llms-notification:after{content:" ";display:table}.llms-notification:after{clear:both}.llms-notification.visible{right:12px;opacity:1;left:12px;-webkit-transition:opacity .4s ease-in-out,left .4s ease-in-out,top .1s ease-in-out,background .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:opacity .4s ease-in-out,left .4s ease-in-out,top .1s ease-in-out,background .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:opacity .4s ease-in-out,left .4s ease-in-out,top .1s ease-in-out,background .2s ease-in-out,transform .2s ease-in-out;transition:opacity .4s ease-in-out,left .4s ease-in-out,top .1s ease-in-out,background .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;visibility:visible}.llms-notification.visible:hover .llms-notification-dismiss{opacity:1}.llms-notification .llms-notification-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.llms-notification .llms-notification-main{-ms-flex-item-align:start;align-self:flex-start;-webkit-box-flex:4;-ms-flex:4;flex:4;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.llms-notification .llms-notification-title{font-size:18px;margin:0}.llms-notification .llms-notification-body{font-size:14px;line-height:1.4}.llms-notification .llms-notification-body p,.llms-notification .llms-notification-body li{font-size:inherit}.llms-notification .llms-notification-body p{margin-bottom:8px}.llms-notification .llms-notification-body .llms-mini-cert{background:#f6f6f6;border:1px solid #d0d0d0;-webkit-box-shadow:inset 0 0 0 3px #fefefe,inset 0 0 0 4px #dedede;box-shadow:inset 0 0 0 3px #fefefe,inset 0 0 0 4px #dedede;padding:16px 16px 24px;margin-top:12px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert-title{font-size:16px;font-weight:700;margin:12px auto;text-align:center}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body{width:100%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(1){width:65%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(2){width:35%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(3){width:85%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(4){width:75%;margin-top:18px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(5){width:70%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(6){margin-right:12px;margin-bottom:-24px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(7){width:65%;margin-left:12px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--mock-line{border-radius:2px;height:8px;background:#b0b0b0;background-image:-webkit-gradient(linear, right top, left top, from(#b0b0b0), color-stop(20%, #a0a0a0), color-stop(40%, #b0b0b0), to(#b0b0b0));background-image:linear-gradient(to left, #b0b0b0 0%, #a0a0a0 20%, #b0b0b0 40%, #b0b0b0 100%);background-repeat:no-repeat;margin:4px auto}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--mock-dot{background:#b0b0b0;border-radius:50%;display:inline-block;content:"";height:24px;width:24px}.llms-notification .llms-notification-body .llms-mini-cert p{margin-bottom:0}.llms-notification .llms-notification-aside{-ms-flex-item-align:start;align-self:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:12px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.llms-notification .llms-notification-icon{display:block;max-width:64px}.llms-notification .llms-notification-footer{border-top:1px solid #e5e5e5;font-size:12px;margin-top:12px;padding:6px 6px 0;text-align:left}.llms-notification .llms-notification-dismiss{color:#e5554e;cursor:pointer;font-size:22px;position:absolute;left:10px;top:8px;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.llms-sd-notification-center .llms-notification-list,.llms-sd-notification-center .llms-notification-list-item{list-style-type:none;margin:0;padding:0}.llms-sd-notification-center .llms-notification-list-item:hover .llms-notification{background:#fcfcfc}.llms-sd-notification-center .llms-notification{opacity:1;border-top:1px solid #e5e5e5;right:auto;padding:24px;position:relative;left:auto;top:auto;visibility:visible;width:auto}.llms-sd-notification-center .llms-notification .llms-notification-aside{max-width:64px}.llms-sd-notification-center .llms-notification .llms-notification-footer{border:none;padding:0;text-align:right}.llms-sd-notification-center .llms-notification .llms-progress{display:none !important}.llms-sd-notification-center .llms-notification .llms-notification-date{color:#515151;float:right;margin-left:6px}.llms-sd-notification-center .llms-notification .llms-mini-cert{margin:0 auto;max-width:380px}@media all and (min-width: 480px){.llms-notification{left:-800px;width:360px}.llms-notification.visible{right:auto;left:24px}.llms-notification .llms-notification-dismiss{opacity:0}}.llms-pagination ul{list-style-type:none}.llms-pagination ul li{float:right}.llms-pagination ul li a{border-bottom:0;text-decoration:none}.llms-pagination ul li .page-numbers{padding:.5em;text-decoration:underline}.llms-pagination ul li .page-numbers.current{text-decoration:none}.llms-tooltip{background:#2a2a2a;border-radius:4px;color:#fff;font-size:14px;line-height:1.2;opacity:0;top:-20px;padding:8px 12px;right:50%;position:absolute;pointer-events:none;-webkit-transform:translateX(50%);transform:translateX(50%);-webkit-transition:opacity .2s ease,top .2s ease;transition:opacity .2s ease,top .2s ease;max-width:320px}.llms-tooltip.show{top:-28px;opacity:1}.llms-tooltip:after{bottom:-8px;border-top:8px solid #2a2a2a;border-right:8px solid rgba(0,0,0,0);border-left:8px solid rgba(0,0,0,0);content:"";height:0;right:50%;position:absolute;-webkit-transform:translateX(50%);transform:translateX(50%);width:0}.webui-popover-title{font-size:initial;font-weight:initial;line-height:initial}.webui-popover-inverse .webui-popover-inner .close{color:#fff;opacity:.6;text-shadow:none}.webui-popover-inverse .webui-popover-inner .close:hover{opacity:.8}.webui-popover-inverse .webui-popover-content a{color:#fff;text-decoration:underline}.webui-popover-inverse .webui-popover-content a:hover{text-decoration:none}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results{margin:0;padding:0;list-style-type:none}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question{background:#efefef;margin:0 0 10px;position:relative;list-style-type:none}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer{color:inherit;display:block;padding:10px 10px 10px 35px;text-decoration:none}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after{content:" ";display:table}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after{clear:both}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect{background:rgba(255,146,43,.2)}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct .llms-status-icon,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect .llms-status-icon{background-color:#ff922b}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct{background:rgba(131,195,115,.2)}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct .llms-status-icon{background-color:#83c373}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect{background:rgba(229,85,78,.2)}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect .llms-status-icon{background-color:#e5554e}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question pre{overflow:auto}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title{float:right;margin:0;line-height:1}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points{float:left;line-height:1}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip{position:absolute;left:-12px;top:-2px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon{color:rgba(255,255,255,.65);border-radius:50%;font-size:30px;height:40px;line-height:40px;text-align:center;width:40px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main{display:none;padding:0 10px 10px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-results-label{font-weight:700;margin-bottom:10px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers{margin:0;padding:0}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer{padding:0;margin:0 30px 0 0}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer:only-child{list-style-type:none;margin-right:0}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main img{height:auto;max-width:200px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section{border-top:2px solid rgba(255,255,255,.5);margin-top:20px;padding-top:20px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-child{border-top:none;margin-top:0;padding-top:0}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers{list-style-type:none;margin:0;padding:0}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer{display:inline-block;list-style-type:none;margin:0;padding:5px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed{opacity:.5}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed .llms-question-title{font-style:italic;font-weight:normal}.single-llms_quiz .llms-return{margin-bottom:10px}.single-llms_quiz .llms-quiz-results:before,.single-llms_quiz .llms-quiz-results:after{content:" ";display:table}.single-llms_quiz .llms-quiz-results:after{clear:both}.single-llms_quiz .llms-quiz-results .llms-donut.passing{color:#83c373}.single-llms_quiz .llms-quiz-results .llms-donut.passing svg path{stroke:#83c373}.single-llms_quiz .llms-quiz-results .llms-donut.pending{color:#555}.single-llms_quiz .llms-quiz-results .llms-donut.pending svg path{stroke:#555}.single-llms_quiz .llms-quiz-results .llms-donut.failing{color:#e5554e}.single-llms_quiz .llms-quiz-results .llms-donut.failing svg path{stroke:#e5554e}.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside,.single-llms_quiz .llms-quiz-results .llms-quiz-results-main,.single-llms_quiz .llms-quiz-results .llms-quiz-results-history{margin-bottom:20px}@media all and (min-width: 600px){.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside{float:right;width:220px}.single-llms_quiz .llms-quiz-results .llms-quiz-results-main,.single-llms_quiz .llms-quiz-results .llms-quiz-results-history{float:left;width:calc(100% - 300px)}.single-llms_quiz .llms-quiz-results .llms-quiz-results-history{clear:left}}.single-llms_quiz ul.llms-quiz-meta-info,.single-llms_quiz ul.llms-quiz-meta-info li{list-style-type:none;margin:0;padding:0}.single-llms_quiz ul.llms-quiz-meta-info{margin-bottom:10px}.single-llms_quiz .llms-quiz-buttons{margin-top:10px;text-align:right}.single-llms_quiz .llms-quiz-buttons form{display:inline-block}.llms-quiz-question-wrapper{min-height:140px;position:relative}.llms-quiz-question-wrapper .llms-quiz-loading{bottom:20px;right:0;position:absolute;left:0;text-align:center;z-index:1}.llms-quiz-question-wrapper .llms-question-image img{height:auto;max-width:100%}.llms-quiz-ui{background:#fcfcfc;padding:20px;position:relative}.llms-quiz-ui .llms-quiz-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 30px}.llms-quiz-ui .llms-progress{background-color:#f1f2f1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:8px;margin:0;overflow:hidden}.llms-quiz-ui .llms-progress .progress-bar-complete{-webkit-transition:width .3s ease-in;transition:width .3s ease-in;width:0}.llms-quiz-ui .llms-error{background:#e5554e;border-radius:4px;color:#fff;margin:10px 0;padding:10px}.llms-quiz-ui .llms-error:before,.llms-quiz-ui .llms-error:after{content:" ";display:table}.llms-quiz-ui .llms-error:after{clear:both}.llms-quiz-ui .llms-error a{color:rgba(255,255,255,.6);float:left;font-size:22px;line-height:1;text-decoration:none}.llms-quiz-ui .llms-quiz-counter{display:none;color:#6a6a6a;float:left;font-size:18px}.llms-quiz-ui .llms-quiz-counter .llms-sep{margin:0 5px}.llms-quiz-ui .llms-quiz-nav{margin-top:20px}.llms-quiz-ui .llms-quiz-nav button{margin:0 0 0 10px}.llms-question-wrapper .llms-question-text{font-size:30px;font-weight:400;margin-bottom:15px}.llms-question-wrapper ol.llms-question-choices{list-style-type:none;margin:0;padding:0}.llms-question-wrapper ol.llms-question-choices li.llms-choice{border-bottom:1px solid #e8e8e8;margin:0;padding:0;position:relative}.llms-question-wrapper ol.llms-question-choices li.llms-choice:last-child{border-bottom:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture{border-bottom:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture label{display:inline-block;padding:0}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-marker{bottom:10px;margin:0;position:absolute;left:10px}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-choice-image{margin:2px;padding:20px;-webkit-transition:background .4s ease;transition:background .4s ease}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-choice-image img{display:block;height:auto;width:100%}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture input:checked~.llms-choice-image{background:#efefef}.llms-question-wrapper ol.llms-question-choices li.llms-choice input{display:none;right:0;pointer-events:none;position:absolute;top:0;visibility:hidden}.llms-question-wrapper ol.llms-question-choices li.llms-choice label{display:block;margin:0;padding:10px 20px;position:relative}.llms-question-wrapper ol.llms-question-choices li.llms-choice label.hovered .llms-marker:not(.type--lister) .iterator{display:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice label.hovered .llms-marker:not(.type--lister) .fa{display:inline}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker{background:#f0f0f0;display:inline-block;font-size:20px;height:40px;line-height:40px;margin-left:10px;text-align:center;-webkit-transition:all .2s ease;transition:all .2s ease;vertical-align:middle;width:40px}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker .fa{display:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--lister,.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--checkbox{border-radius:4px}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--radio{border-radius:50%}.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker{background:#ef476f;color:#fff}.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker .iterator{display:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker .fa{display:inline}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-choice-text{display:inline-block;font-size:18px;font-weight:400;line-height:1.6;margin-bottom:0;vertical-align:middle;width:calc(100% - 60px)}.llms-quiz-timer{background:#fff;border:1px solid #83c373;border-radius:4px;color:#83c373;float:left;font-size:18px;line-height:1;margin-right:20px;padding:8px 12px;position:relative;white-space:nowrap;z-index:1}.llms-quiz-timer.color-half{border-color:#ff922b;color:#ff922b}.llms-quiz-timer.color-empty{border-color:#e5554e;color:#e5554e}.llms-quiz-timer .llms-tiles{display:inline-block;margin-right:5px}.voucher-expand{display:none}@media all and (min-width: 600px){.llms-access-plans.cols-1 .llms-access-plan{width:100%}.llms-access-plans.cols-2 .llms-access-plan{width:50%}.llms-access-plans.cols-3 .llms-access-plan{width:33.3333333333%}.llms-access-plans.cols-4 .llms-access-plan{width:25%}.llms-access-plans.cols-5 .llms-access-plan{width:20%}}.llms-free-enroll-form{margin-bottom:0}.llms-access-plan{-webkit-box-sizing:border-box;box-sizing:border-box;float:right;text-align:center;width:100%}.llms-access-plan .llms-access-plan-footer,.llms-access-plan .llms-access-plan-content{background:#f1f1f1}.llms-access-plan.featured .llms-access-plan-featured{background:#4ba9ff}.llms-access-plan.featured .llms-access-plan-footer,.llms-access-plan.featured .llms-access-plan-content{border-right:3px solid #2295ff;border-left:3px solid #2295ff}.llms-access-plan.featured .llms-access-plan-footer{border-bottom-color:#2295ff}.llms-access-plan.on-sale .price-regular{text-decoration:line-through}.llms-access-plan .stamp{background:#2295ff;color:#fff;font-size:11px;font-style:normal;font-weight:300;padding:2px 3px;vertical-align:top}.llms-access-plan .llms-access-plan-restrictions ul{margin:0}.llms-access-plan-featured{color:#fff;font-size:14px;font-weight:400;margin:0 2px 0 2px}.llms-access-plan-content{margin:0 2px 0}.llms-access-plan-content .llms-access-plan-pricing{padding:10px 0 0}.llms-access-plan-title{background:#2295ff;color:#fff;margin-bottom:0;padding:10px}.llms-access-plan-pricing .llms-price-currency-symbol{font-size:14px;vertical-align:top}.llms-access-plan-price{font-size:18px;font-variant:small-caps;line-height:20px}.llms-access-plan-price .lifterlms-price{font-weight:700}.llms-access-plan-price.sale{padding:5px 0;border-top:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0}.llms-access-plan-trial,.llms-access-plan-schedule,.llms-access-plan-sale-end,.llms-access-plan-expiration{font-size:15px;font-variant:small-caps;line-height:1.2}.llms-access-plan-description{font-size:16px;padding:10px 10px 0}.llms-access-plan-description ul{margin:0}.llms-access-plan-description ul li{border-bottom:1px solid #d0d0d0;list-style-type:none}.llms-access-plan-description ul li:last-child{border-bottom:none}.llms-access-plan-description div:last-child,.llms-access-plan-description img:last-child,.llms-access-plan-description p:last-child,.llms-access-plan-description ul:last-child,.llms-access-plan-description li:last-child{margin-bottom:0}.llms-access-plan-restrictions .stamp{vertical-align:baseline}.llms-access-plan-restrictions ul{margin:0}.llms-access-plan-restrictions ul li{font-size:12px;line-height:14px;list-style-type:none}.llms-access-plan-restrictions a{color:#f8954f}.llms-access-plan-restrictions a:hover{color:#f67d28}.llms-access-plan-footer{border-bottom:3px solid #f1f1f1;padding:10px;margin:0 2px 2px 2px}.llms-access-plan-footer .llms-access-plan-pricing{padding:0 0 10px}.webui-popover-content .llms-members-only-restrictions{text-align:center}.webui-popover-content .llms-members-only-restrictions ul,.webui-popover-content .llms-members-only-restrictions ol,.webui-popover-content .llms-members-only-restrictions li,.webui-popover-content .llms-members-only-restrictions p{margin:0;padding:0}.webui-popover-content .llms-members-only-restrictions ul,.webui-popover-content .llms-members-only-restrictions ol,.webui-popover-content .llms-members-only-restrictions li{list-style-type:none}.webui-popover-content .llms-members-only-restrictions li{padding:8px 0;border-top:1px solid #3b3b3b}.webui-popover-content .llms-members-only-restrictions li:first-child{border-top:none}.webui-popover-content .llms-members-only-restrictions li a{display:block}.llms-checkout-wrapper form.llms-login{border:3px solid #2295ff;display:none;margin-bottom:10px}.llms-checkout-wrapper .llms-form-heading{background:#2295ff;color:#fff;margin:0 0 5px;padding:10px}.llms-checkout{background:#fff;position:relative}@media all and (min-width: 800px){.llms-checkout-cols-2 .llms-checkout-col{float:right}.llms-checkout-cols-2 .llms-checkout-col.llms-col-1{margin-left:5px;width:calc(58% - 5px)}.llms-checkout-cols-2 .llms-checkout-col.llms-col-2{margin-right:5px;width:calc(42% - 5px)}.llms-checkout-cols-2 .llms-checkout-col.llms-col-2 button{width:100%}}.llms-checkout-section{border:3px solid #2295ff;margin-bottom:10px;position:relative}.llms-checkout-section-content{margin:10px}.llms-checkout-section-content.llms-form-fields{margin:0px}.llms-checkout-section-content .llms-label{font-weight:400;font-variant:small-caps;text-transform:lowercase}.llms-checkout-section-content .llms-order-summary{list-style-type:none;margin:0;padding:0}.llms-checkout-section-content .llms-order-summary li{list-style-type:none}.llms-checkout-section-content .llms-order-summary li.llms-pricing.on-sale .price-regular,.llms-checkout-section-content .llms-order-summary li.llms-pricing.has-coupon .price-regular{text-decoration:line-through}.llms-checkout-section-content .llms-coupon-wrapper{border-top:1px solid #dadada;margin-top:10px;padding-top:10px}.llms-checkout-section-content .llms-coupon-wrapper .llms-coupon-entry{display:none;margin-top:10px}.llms-form-field.llms-payment-gateway-option label+span.llms-description{display:inline-block;margin-right:5px}.llms-form-field.llms-payment-gateway-option .llms-description a{border:none;-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.llms-form-field.llms-payment-gateway-option .llms-description img{display:inline;max-height:22px;vertical-align:middle}.llms-checkout-wrapper ul.llms-payment-gateways{margin:5px 0 0;padding:0}ul.llms-payment-gateways{list-style-type:none}ul.llms-payment-gateways li:last-child:after{border-bottom:1px solid #dadada;content:"";display:block;margin:10px}ul.llms-payment-gateways .llms-payment-gateway{margin-bottom:5px;list-style-type:none}ul.llms-payment-gateways .llms-payment-gateway:last-child{margin-bottom:none}ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-payment-gateway-option label{font-weight:700}ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-gateway-fields{display:block}ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-gateway-fields .llms-notice{margin-right:10px;margin-left:10px}ul.llms-payment-gateways .llms-payment-gateway .llms-form-field{padding-bottom:0}ul.llms-payment-gateways .llms-gateway-description{margin-right:40px}ul.llms-payment-gateways .llms-gateway-fields{display:none;margin:5px 0 20px}ul.llms-payment-gateways .llms-payment-gateway-error{padding:0 10px}.llms-checkout-confirm{margin:0 10px}.llms-payment-method{margin:10px 10px 0}.llms-gateway-description p{font-size:85%;font-style:italic;margin-bottom:0}.llms-form-fields{-webkit-box-sizing:border-box;box-sizing:border-box}.llms-form-fields *{-webkit-box-sizing:border-box;box-sizing:border-box}.llms-form-fields.flush .llms-form-field{padding:0 0 10px}.llms-form-fields .wp-block-columns,.llms-form-fields .wp-block-column{margin-bottom:0}.llms-form-heading{padding:0 10px 10px}.llms-form-field{float:right;padding:0 10px 10px;position:relative;width:100%}.llms-form-field label:empty:after{content:" "}.llms-form-field.valid input[type=date],.llms-form-field.valid input[type=time],.llms-form-field.valid input[type=datetime-local],.llms-form-field.valid input[type=week],.llms-form-field.valid input[type=month],.llms-form-field.valid input[type=text],.llms-form-field.valid input[type=email],.llms-form-field.valid input[type=url],.llms-form-field.valid input[type=password],.llms-form-field.valid input[type=search],.llms-form-field.valid input[type=tel],.llms-form-field.valid input[type=number],.llms-form-field.valid textarea,.llms-form-field.valid select{background:rgba(131,195,115,.3);border-color:#83c373}.llms-form-field.error input[type=date],.llms-form-field.error input[type=time],.llms-form-field.error input[type=datetime-local],.llms-form-field.error input[type=week],.llms-form-field.error input[type=month],.llms-form-field.error input[type=text],.llms-form-field.error input[type=email],.llms-form-field.error input[type=url],.llms-form-field.error input[type=password],.llms-form-field.error input[type=search],.llms-form-field.error input[type=tel],.llms-form-field.error input[type=number],.llms-form-field.error textarea,.llms-form-field.error select,.llms-form-field.invalid input[type=date],.llms-form-field.invalid input[type=time],.llms-form-field.invalid input[type=datetime-local],.llms-form-field.invalid input[type=week],.llms-form-field.invalid input[type=month],.llms-form-field.invalid input[type=text],.llms-form-field.invalid input[type=email],.llms-form-field.invalid input[type=url],.llms-form-field.invalid input[type=password],.llms-form-field.invalid input[type=search],.llms-form-field.invalid input[type=tel],.llms-form-field.invalid input[type=number],.llms-form-field.invalid textarea,.llms-form-field.invalid select{background:rgba(229,85,78,.3);border-color:#e5554e}.llms-form-field.llms-visually-hidden-field{display:none}.llms-form-field.align-right{text-align:left}@media screen and (min-width: 600px){.llms-form-field.llms-cols-1{width:8.3333333333%}.llms-form-field.llms-cols-2{width:16.6666666667%}.llms-form-field.llms-cols-3{width:25%}.llms-form-field.llms-cols-4{width:33.3333333333%}.llms-form-field.llms-cols-5{width:41.6666666667%}.llms-form-field.llms-cols-6{width:50%}.llms-form-field.llms-cols-7{width:58.3333333333%}.llms-form-field.llms-cols-8{width:66.6666666667%}.llms-form-field.llms-cols-9{width:75%}.llms-form-field.llms-cols-10{width:83.3333333333%}.llms-form-field.llms-cols-11{width:91.6666666667%}.llms-form-field.llms-cols-12{width:100%}}.llms-form-field.type-hidden{padding:0}.llms-form-field.type-radio input,.llms-form-field.type-radio label,.llms-form-field.type-checkbox input,.llms-form-field.type-checkbox label{display:inline-block;width:auto}.llms-form-field.type-radio input,.llms-form-field.type-checkbox input{margin-left:5px}.llms-form-field.type-radio label+.llms-description,.llms-form-field.type-checkbox label+.llms-description{display:block}.llms-form-field.type-radio:not(.is-group) input[type=radio]{position:absolute;opacity:0;visibility:none}.llms-form-field.type-radio:not(.is-group) label:before{background:#fafafa;background-position:-24px 0;background-repeat:no-repeat;border-radius:50%;-webkit-box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.35) 0 0 0 1px;box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.35) 0 0 0 1px;content:"";cursor:pointer;display:inline-block;height:22px;margin-left:5px;position:relative;-webkit-transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);top:-3px;vertical-align:middle;width:22px;z-index:2}.llms-form-field.type-radio:not(.is-group) input[type=radio]:checked+label:before{-webkit-transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);background-position:100% 0;background-image:radial-gradient(ellipse at center, #2295ff 0%, #2295ff 40%, #fafafa 45%)}.llms-form-field .llms-input-group{margin-top:5px}.llms-form-field .llms-input-group .llms-form-field{padding:0 5px 5px 0}.llms-form-field.type-reset button:not(.auto),.llms-form-field.type-button button:not(.auto),.llms-form-field.type-submit button:not(.auto){width:100%}.llms-form-field .llms-description{font-size:14px;font-style:italic}.llms-form-field .llms-required{color:#e5554e;margin-right:4px}.llms-form-field input,.llms-form-field textarea,.llms-form-field select{width:100%;margin-bottom:5px}.llms-form-field .select2-container .select2-selection--single{height:auto;padding:4px 6px}.llms-form-field .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%}.llms-password-strength-meter{border:1px solid #dadada;display:none;font-size:10px;margin-top:-10px;padding:1px;position:relative;text-align:center}.llms-password-strength-meter:before{bottom:0;content:"";right:0;position:absolute;top:0;-webkit-transition:width .4s ease;transition:width .4s ease}.llms-password-strength-meter.mismatch,.llms-password-strength-meter.too-short,.llms-password-strength-meter.very-weak{border-color:#e35b5b}.llms-password-strength-meter.mismatch:before,.llms-password-strength-meter.too-short:before,.llms-password-strength-meter.very-weak:before{background:rgba(227,91,91,.25);width:25%}.llms-password-strength-meter.too-short:before{width:0}.llms-password-strength-meter.weak{border-color:#f78b53}.llms-password-strength-meter.weak:before{background:rgba(247,139,83,.25);width:50%}.llms-password-strength-meter.medium{border-color:#ffc733}.llms-password-strength-meter.medium:before{background:rgba(255,199,51,.25);width:75%}.llms-password-strength-meter.strong{border-color:#83c373}.llms-password-strength-meter.strong:before{background:rgba(131,195,115,.25);width:100%}.llms-widget-syllabus--collapsible .llms-section .section-header{cursor:pointer}.llms-widget-syllabus--collapsible .llms-section.llms-section--opened .llms-collapse-caret .fa-caret-right{display:none}.llms-widget-syllabus--collapsible .llms-section.llms-section--closed .llms-collapse-caret .fa-caret-down{display:none}.llms-widget-syllabus--collapsible .llms-section.llms-section--closed .llms-lesson{display:none}.llms-widget-syllabus--collapsible .llms-syllabus-footer{text-align:right}.llms-student-dashboard .llms-sd-title{margin:25px 0}.llms-student-dashboard .llms-sd-items{list-style-type:none;margin:0;padding:0}.llms-student-dashboard .llms-sd-item{float:right;list-style-type:none;margin:0;padding:0}.llms-student-dashboard .llms-sd-item:last-child .llms-sep{display:none}.llms-student-dashboard .llms-sd-item .llms-sep{color:#333;margin:0 5px}.llms-student-dashboard .llms-sd-section{margin-bottom:25px}.llms-student-dashboard .llms-sd-section .llms-sd-section-footer{margin-top:10px}.llms-student-dashboard .orders-table{border:1px solid #f5f5f5;width:100%}.llms-student-dashboard .orders-table thead{display:none}.llms-student-dashboard .orders-table thead th,.llms-student-dashboard .orders-table thead td{font-weight:700}@media all and (min-width: 600px){.llms-student-dashboard .orders-table thead{display:table-header-group}}.llms-student-dashboard .orders-table tbody tr:nth-child(even) td,.llms-student-dashboard .orders-table tbody tr:nth-child(even) th{background:#f9f9f9}.llms-student-dashboard .orders-table tfoot th,.llms-student-dashboard .orders-table tfoot td{padding:10px;text-align:left}.llms-student-dashboard .orders-table tfoot th:last-child,.llms-student-dashboard .orders-table tfoot td:last-child{border-bottom-width:0}.llms-student-dashboard .orders-table th{font-weight:700}.llms-student-dashboard .orders-table th,.llms-student-dashboard .orders-table td{border-color:#efefef;border-style:solid;border-width:0;display:block;padding:8px 12px;text-align:center}.llms-student-dashboard .orders-table th .llms-button-primary,.llms-student-dashboard .orders-table td .llms-button-primary{display:inline-block}.llms-student-dashboard .orders-table th:last-child,.llms-student-dashboard .orders-table td:last-child{border-bottom-width:1px}.llms-student-dashboard .orders-table th:before,.llms-student-dashboard .orders-table td:before{content:attr(data-label)}@media all and (min-width: 600px){.llms-student-dashboard .orders-table th,.llms-student-dashboard .orders-table td{border-bottom-width:1px;display:table-cell;text-align:right}.llms-student-dashboard .orders-table th:first-child,.llms-student-dashboard .orders-table td:first-child{width:220px}.llms-student-dashboard .orders-table th:before,.llms-student-dashboard .orders-table td:before{display:none}}@media all and (min-width: 600px){.llms-student-dashboard .orders-table.transactions th:first-child{width:auto}}.llms-student-dashboard .llms-status{border-radius:3px;border-bottom:1px solid #fff;display:inline-block;font-size:80%;padding:3px 6px;vertical-align:middle}.llms-student-dashboard .llms-status.llms-size--large{font-size:105%;padding:6px 12px}.llms-student-dashboard .llms-status.llms-active,.llms-student-dashboard .llms-status.llms-completed,.llms-student-dashboard .llms-status.llms-pass,.llms-student-dashboard .llms-status.llms-txn-succeeded{color:#1f3818;background-color:#83c373}.llms-student-dashboard .llms-status.llms-fail,.llms-student-dashboard .llms-status.llms-failed,.llms-student-dashboard .llms-status.llms-expired,.llms-student-dashboard .llms-status.llms-cancelled,.llms-student-dashboard .llms-status.llms-txn-failed{color:#5a110d;background-color:#e5554e}.llms-student-dashboard .llms-status.llms-incomplete,.llms-student-dashboard .llms-status.llms-on-hold,.llms-student-dashboard .llms-status.llms-pending,.llms-student-dashboard .llms-status.llms-pending-cancel,.llms-student-dashboard .llms-status.llms-refunded,.llms-student-dashboard .llms-status.llms-txn-pending,.llms-student-dashboard .llms-status.llms-txn-refunded{color:#664200;background-color:orange}.llms-student-dashboard .llms-person-form-wrapper .llms-change-password{display:none}@media all and (min-width: 600px){.llms-student-dashboard .order-primary{float:right;width:68%}}@media all and (min-width: 600px){.llms-student-dashboard .order-secondary{float:right;width:32%}}.llms-student-dashboard .order-secondary form{margin-bottom:0}@media all and (min-width: 600px){.llms-student-dashboard .llms-view-order.llms-stack-cols .order-primary,.llms-student-dashboard .llms-view-order.llms-stack-cols .order-secondary{float:none;width:100%}}.llms-student-dashboard .llms-switch-payment-source .llms-notice,.llms-student-dashboard .llms-switch-payment-source .entry-content .llms-notice{margin-right:10px;margin-left:10px}.llms-student-dashboard .llms-switch-payment-source-main{border:none;display:none;margin:0}.llms-student-dashboard .llms-switch-payment-source-main ul.llms-payment-gateways{padding:10px 15px 0;margin:0}.llms-student-dashboard .llms-switch-payment-source-main .llms-payment-method,.llms-student-dashboard .llms-switch-payment-source-main ul.llms-order-summary{padding:0 25px 10px;margin:0;list-style-type:none}.llms-student-dashboard .llms-switch-payment-source-main .llms-payment-method li,.llms-student-dashboard .llms-switch-payment-source-main ul.llms-order-summary li{list-style-type:none}.llms-student-dashboard .llms-loop-list{margin:0 -10px}.llms-sd-grades .llms-table .llms-progress{display:block;margin:0}.llms-sd-grades .llms-table .llms-progress .llms-progress-bar{top:0;height:1.4em}.llms-sd-grades .llms-table .llms-progress .progress__indicator{font-size:1em;position:relative;left:.4em;top:.2em;z-index:1}.llms-table.llms-single-course-grades tbody tr:first-child td,.llms-table.llms-single-course-grades tbody tr:first-child th{background-color:#eaeaea}.llms-table.llms-single-course-grades th{font-weight:400}.llms-table.llms-single-course-grades td .llms-donut{display:inline-block;vertical-align:middle}.llms-table.llms-single-course-grades td .llms-status{margin-left:4px}.llms-table.llms-single-course-grades td .llms-donut+.llms-status{margin-right:4px}.llms-table.llms-single-course-grades th.llms-section_title{font-size:110%;font-weight:700}.llms-table.llms-single-course-grades td.llms-lesson_title{padding-right:36px;max-width:40%}.llms-table.llms-single-course-grades td.llms-associated_quiz .llms-donut{display:inline-block;margin-left:5px;vertical-align:middle}.llms-table.llms-single-course-grades td.llms-lesson_title a[href="#"]{pointer-events:none}.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"]{color:inherit;position:relative}.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"] .llms-tooltip{max-width:380px;width:380px}.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"] .llms-tooltip.show{top:-54px}.llms-sd-widgets{display:-webkit-box;display:-ms-flexbox;display:flex}.llms-sd-widgets .llms-sd-widget{background:#f9f9f9;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:10px 10px 20px;padding:0 0 20px}.llms-sd-widgets .llms-sd-widget:first-child{margin-right:0}.llms-sd-widgets .llms-sd-widget:last-child{margin-left:0}.llms-sd-widgets .llms-sd-widget .llms-sd-widget-title{background:#2295ff;color:#fff;font-size:18px;line-height:1;margin:0 0 20px;padding:10px}.llms-sd-widgets .llms-sd-widget .llms-sd-widget-empty{font-size:14px;font-style:italic;opacity:.5;text-align:center}.llms-sd-widgets .llms-sd-widget .llms-donut{margin:0 auto}.llms-sd-widgets .llms-sd-widget .llms-sd-date{opacity:.8;text-align:center;font-size:22px;line-height:1.1}.llms-sd-widgets .llms-sd-widget .llms-sd-date span{display:block}.llms-sd-widgets .llms-sd-widget .llms-sd-date span.day{font-size:52px}.llms-sd-widgets .llms-sd-widget .llms-sd-date span.diff{font-size:12px;font-style:italic;margin-top:8px;opacity:.75}.llms-sd-widgets .llms-sd-widget .llms-achievement{background:rgba(0,0,0,0);margin:0 auto;max-width:120px}.llms-sd-widgets .llms-sd-widget .llms-achievement .llms-achievement-title{display:none}.llms-sd-pagination{margin-top:24px}.llms-sd-pagination:before,.llms-sd-pagination:after{content:" ";display:table}.llms-sd-pagination:after{clear:both}.llms-sd-pagination .llms-button-secondary{display:inline-block}.llms-sd-pagination .llms-button-secondary.prev{float:right}.llms-sd-pagination .llms-button-secondary.next{float:left}.llms-sd-notification-center .llms-notification{z-index:1}.llms-table{border:1px solid #efefef;width:100%}.llms-table thead th,.llms-table thead td{font-weight:700}.llms-table tbody tr:nth-child(odd) td,.llms-table tbody tr:nth-child(odd) th{background:#f9f9f9}.llms-table tbody tr:last-child{border-bottom-width:0}.llms-table tfoot tr{background:#f9f9f9}.llms-table tfoot tr .llms-pagination .page-numbers{margin:0}.llms-table tfoot tr .llms-table-sort{text-align:left}.llms-table tfoot tr .llms-table-sort form,.llms-table tfoot tr .llms-table-sort select,.llms-table tfoot tr .llms-table-sort input,.llms-table tfoot tr .llms-table-sort button{margin:0}.llms-table th{font-weight:700}.llms-table th,.llms-table td{border-bottom:1px solid #efefef;padding:8px 12px}.llms-table th:first-child,.llms-table td:first-child{padding-right:12px}.llms-table th:last-child,.llms-table td:last-child{padding-left:12px}#page .llms-table tfoot label{display:inline}#page .llms-table tfoot select{height:auto}/*!
+.llms-pagination ul:before,.llms-pagination ul:after,.llms-student-dashboard .llms-sd-items:before,.llms-form-fields:before,.llms-checkout-cols-2:before,.llms-access-plans:before,.llms-course-navigation:before,.llms-loop-list:before,.llms-cols:before,.llms-student-dashboard .llms-sd-items:after,.llms-form-fields:after,.llms-checkout-cols-2:after,.llms-access-plans:after,.llms-course-navigation:after,.llms-loop-list:after,.llms-cols:after{content:" ";display:table}.llms-pagination ul:after,.llms-student-dashboard .llms-sd-items:after,.llms-form-fields:after,.llms-checkout-cols-2:after,.llms-access-plans:after,.llms-course-navigation:after,.llms-loop-list:after,.llms-cols:after{clear:both}.llms-cols .llms-col{width:100%}@media all and (min-width: 600px){.llms-cols [class*=llms-col-]{float:right}}.llms-flex-cols{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.llms-flex-cols [class*=llms-col]{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:100%}@media all and (min-width: 600px){.llms-cols .llms-col-1,.llms-flex-cols .llms-col-1{width:100%}.llms-cols .llms-col-2,.llms-flex-cols .llms-col-2{width:50%}.llms-cols .llms-col-3,.llms-flex-cols .llms-col-3{width:33.3333333333%}.llms-cols .llms-col-4,.llms-flex-cols .llms-col-4{width:25%}.llms-cols .llms-col-5,.llms-flex-cols .llms-col-5{width:20%}.llms-cols .llms-col-6,.llms-flex-cols .llms-col-6{width:16.6666666667%}.llms-cols .llms-col-7,.llms-flex-cols .llms-col-7{width:14.2857142857%}.llms-cols .llms-col-8,.llms-flex-cols .llms-col-8{width:12.5%}.llms-cols .llms-col-9,.llms-flex-cols .llms-col-9{width:11.1111111111%}.llms-cols .llms-col-10,.llms-flex-cols .llms-col-10{width:10%}.llms-cols .llms-col-11,.llms-flex-cols .llms-col-11{width:9.0909090909%}.llms-cols .llms-col-12,.llms-flex-cols .llms-col-12{width:8.3333333333%}}.llms-button-action,.llms-button-danger,.llms-button-primary,.llms-button-secondary{border:none;border-radius:8px;color:#fefefe;cursor:pointer;font-size:16px;font-weight:700;text-decoration:none;text-shadow:none;line-height:1;margin:0;max-width:100%;padding:12px 24px;position:relative;-webkit-transition:all .5s ease;transition:all .5s ease}.llms-button-action:disabled,.llms-button-danger:disabled,.llms-button-primary:disabled,.llms-button-secondary:disabled{opacity:.5}.llms-button-action:hover,.llms-button-action:active,.llms-button-danger:hover,.llms-button-danger:active,.llms-button-primary:hover,.llms-button-primary:active,.llms-button-secondary:hover,.llms-button-secondary:active{color:#fefefe}.llms-button-action:focus,.llms-button-danger:focus,.llms-button-primary:focus,.llms-button-secondary:focus{color:#fefefe}.llms-button-action.auto,.llms-button-danger.auto,.llms-button-primary.auto,.llms-button-secondary.auto{width:auto}.llms-button-action.full,.llms-button-danger.full,.llms-button-primary.full,.llms-button-secondary.full{display:block;text-align:center;width:100%}.llms-button-action.square,.llms-button-danger.square,.llms-button-primary.square,.llms-button-secondary.square{padding:12px}.llms-button-action.small,.llms-button-danger.small,.llms-button-primary.small,.llms-button-secondary.small{font-size:13px;padding:8px 14px}.llms-button-action.small.square,.llms-button-danger.small.square,.llms-button-primary.small.square,.llms-button-secondary.small.square{padding:8px}.llms-button-action.large,.llms-button-danger.large,.llms-button-primary.large,.llms-button-secondary.large{font-size:18px;line-height:1.2;padding:16px 32px}.llms-button-action.large.square,.llms-button-danger.large.square,.llms-button-primary.large.square,.llms-button-secondary.large.square{padding:16px}.llms-button-action.large .fa,.llms-button-danger.large .fa,.llms-button-primary.large .fa,.llms-button-secondary.large .fa{right:-7px;position:relative}.llms-button-primary{background:#2295ff}.llms-button-primary:hover,.llms-button-primary.clicked{background:#0077e4}.llms-button-primary:focus,.llms-button-primary:active{background:#4ba9ff}.llms-button-secondary{background:#e1e1e1;color:#414141}.llms-button-secondary:hover{color:#414141;background:#cdcdcd}.llms-button-secondary:focus,.llms-button-secondary:active{color:#414141;background:#ebebeb}.llms-button-action{background:#f8954f}.llms-button-action:hover,.llms-button-action.clicked{background:#f67d28}.llms-button-action:focus,.llms-button-action:active{background:#faad76}.llms-button-danger{background:#e5554e}.llms-button-danger:hover{background:#e0332a}.llms-button-danger:focus,.llms-button-danger:active{background:#e86660}.llms-button-outline{background:rgba(0,0,0,0);border:3px solid #1d2327;border-radius:8px;color:#1d2327;cursor:pointer;font-size:16px;font-weight:700;text-decoration:none;text-shadow:none;line-height:1;margin:0;max-width:100%;padding:12px 24px;position:relative;-webkit-transition:all .5s ease;transition:all .5s ease}.llms-button-outline:disabled{opacity:.5}.llms-button-outline:hover,.llms-button-outline:active{color:#1d2327}.llms-button-outline:focus{color:#1d2327}.llms-button-outline.auto{width:auto}.llms-button-outline.full{display:block;text-align:center;width:100%}.llms-button-outline.square{padding:12px}.llms-donut{background-color:#f1f1f1;background-image:none;border-radius:50%;color:#ef476f;height:200px;overflow:hidden;position:relative;width:200px}.llms-donut:before,.llms-donut:after{content:" ";display:table}.llms-donut:after{clear:both}.llms-donut svg{overflow:visible !important;pointer-events:none;width:100%}.llms-donut svg path{fill:none;stroke-width:35px;stroke:#ef476f}.llms-donut.mini{height:36px;width:36px}.llms-donut.mini .percentage{font-size:10px}.llms-donut.small{height:100px;width:100px}.llms-donut.small .percentage{font-size:18px}.llms-donut.medium{height:130px;width:130px}.llms-donut.medium .percentage{font-size:26px}.llms-donut.large{height:260px;width:260px}.llms-donut.large .percentage{font-size:48px}.llms-donut .inside{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:80%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;right:50%;position:absolute;text-align:center;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%);width:80%;top:50%;z-index:3}.llms-donut .percentage{line-height:1.2;font-size:34px}.llms-donut .caption{font-size:50%}.lifterlms [data-tip],.lifterlms [data-title-default],.lifterlms [data-title-active],.llms-metabox [data-tip],.llms-metabox [data-title-default],.llms-metabox [data-title-active],.llms-mb-container [data-tip],.llms-mb-container [data-title-default],.llms-mb-container [data-title-active],.llms-quiz-wrapper [data-tip],.llms-quiz-wrapper [data-title-default],.llms-quiz-wrapper [data-title-active]{position:relative}.lifterlms [data-tip].tip--top-right:before,.lifterlms [data-title-default].tip--top-right:before,.lifterlms [data-title-active].tip--top-right:before,.llms-metabox [data-tip].tip--top-right:before,.llms-metabox [data-title-default].tip--top-right:before,.llms-metabox [data-title-active].tip--top-right:before,.llms-mb-container [data-tip].tip--top-right:before,.llms-mb-container [data-title-default].tip--top-right:before,.llms-mb-container [data-title-active].tip--top-right:before,.llms-quiz-wrapper [data-tip].tip--top-right:before,.llms-quiz-wrapper [data-title-default].tip--top-right:before,.llms-quiz-wrapper [data-title-active].tip--top-right:before{bottom:100%;right:-10px}.lifterlms [data-tip].tip--top-right:hover:before,.lifterlms [data-title-default].tip--top-right:hover:before,.lifterlms [data-title-active].tip--top-right:hover:before,.llms-metabox [data-tip].tip--top-right:hover:before,.llms-metabox [data-title-default].tip--top-right:hover:before,.llms-metabox [data-title-active].tip--top-right:hover:before,.llms-mb-container [data-tip].tip--top-right:hover:before,.llms-mb-container [data-title-default].tip--top-right:hover:before,.llms-mb-container [data-title-active].tip--top-right:hover:before,.llms-quiz-wrapper [data-tip].tip--top-right:hover:before,.llms-quiz-wrapper [data-title-default].tip--top-right:hover:before,.llms-quiz-wrapper [data-title-active].tip--top-right:hover:before{bottom:calc(100% + 6px)}.lifterlms [data-tip].tip--top-right:after,.lifterlms [data-title-default].tip--top-right:after,.lifterlms [data-title-active].tip--top-right:after,.llms-metabox [data-tip].tip--top-right:after,.llms-metabox [data-title-default].tip--top-right:after,.llms-metabox [data-title-active].tip--top-right:after,.llms-mb-container [data-tip].tip--top-right:after,.llms-mb-container [data-title-default].tip--top-right:after,.llms-mb-container [data-title-active].tip--top-right:after,.llms-quiz-wrapper [data-tip].tip--top-right:after,.llms-quiz-wrapper [data-title-default].tip--top-right:after,.llms-quiz-wrapper [data-title-active].tip--top-right:after{border-top-color:#444;right:6px;top:0}.lifterlms [data-tip].tip--top-right:hover:after,.lifterlms [data-title-default].tip--top-right:hover:after,.lifterlms [data-title-active].tip--top-right:hover:after,.llms-metabox [data-tip].tip--top-right:hover:after,.llms-metabox [data-title-default].tip--top-right:hover:after,.llms-metabox [data-title-active].tip--top-right:hover:after,.llms-mb-container [data-tip].tip--top-right:hover:after,.llms-mb-container [data-title-default].tip--top-right:hover:after,.llms-mb-container [data-title-active].tip--top-right:hover:after,.llms-quiz-wrapper [data-tip].tip--top-right:hover:after,.llms-quiz-wrapper [data-title-default].tip--top-right:hover:after,.llms-quiz-wrapper [data-title-active].tip--top-right:hover:after{top:-6px}.lifterlms [data-tip].tip--top-left:before,.lifterlms [data-title-default].tip--top-left:before,.lifterlms [data-title-active].tip--top-left:before,.llms-metabox [data-tip].tip--top-left:before,.llms-metabox [data-title-default].tip--top-left:before,.llms-metabox [data-title-active].tip--top-left:before,.llms-mb-container [data-tip].tip--top-left:before,.llms-mb-container [data-title-default].tip--top-left:before,.llms-mb-container [data-title-active].tip--top-left:before,.llms-quiz-wrapper [data-tip].tip--top-left:before,.llms-quiz-wrapper [data-title-default].tip--top-left:before,.llms-quiz-wrapper [data-title-active].tip--top-left:before{bottom:100%;left:-10px}.lifterlms [data-tip].tip--top-left:hover:before,.lifterlms [data-title-default].tip--top-left:hover:before,.lifterlms [data-title-active].tip--top-left:hover:before,.llms-metabox [data-tip].tip--top-left:hover:before,.llms-metabox [data-title-default].tip--top-left:hover:before,.llms-metabox [data-title-active].tip--top-left:hover:before,.llms-mb-container [data-tip].tip--top-left:hover:before,.llms-mb-container [data-title-default].tip--top-left:hover:before,.llms-mb-container [data-title-active].tip--top-left:hover:before,.llms-quiz-wrapper [data-tip].tip--top-left:hover:before,.llms-quiz-wrapper [data-title-default].tip--top-left:hover:before,.llms-quiz-wrapper [data-title-active].tip--top-left:hover:before{bottom:calc(100% + 6px)}.lifterlms [data-tip].tip--top-left:after,.lifterlms [data-title-default].tip--top-left:after,.lifterlms [data-title-active].tip--top-left:after,.llms-metabox [data-tip].tip--top-left:after,.llms-metabox [data-title-default].tip--top-left:after,.llms-metabox [data-title-active].tip--top-left:after,.llms-mb-container [data-tip].tip--top-left:after,.llms-mb-container [data-title-default].tip--top-left:after,.llms-mb-container [data-title-active].tip--top-left:after,.llms-quiz-wrapper [data-tip].tip--top-left:after,.llms-quiz-wrapper [data-title-default].tip--top-left:after,.llms-quiz-wrapper [data-title-active].tip--top-left:after{border-top-color:#444;left:6px;top:0}.lifterlms [data-tip].tip--top-left:hover:after,.lifterlms [data-title-default].tip--top-left:hover:after,.lifterlms [data-title-active].tip--top-left:hover:after,.llms-metabox [data-tip].tip--top-left:hover:after,.llms-metabox [data-title-default].tip--top-left:hover:after,.llms-metabox [data-title-active].tip--top-left:hover:after,.llms-mb-container [data-tip].tip--top-left:hover:after,.llms-mb-container [data-title-default].tip--top-left:hover:after,.llms-mb-container [data-title-active].tip--top-left:hover:after,.llms-quiz-wrapper [data-tip].tip--top-left:hover:after,.llms-quiz-wrapper [data-title-default].tip--top-left:hover:after,.llms-quiz-wrapper [data-title-active].tip--top-left:hover:after{top:-6px}.lifterlms [data-tip].tip--bottom-left:before,.lifterlms [data-title-default].tip--bottom-left:before,.lifterlms [data-title-active].tip--bottom-left:before,.llms-metabox [data-tip].tip--bottom-left:before,.llms-metabox [data-title-default].tip--bottom-left:before,.llms-metabox [data-title-active].tip--bottom-left:before,.llms-mb-container [data-tip].tip--bottom-left:before,.llms-mb-container [data-title-default].tip--bottom-left:before,.llms-mb-container [data-title-active].tip--bottom-left:before,.llms-quiz-wrapper [data-tip].tip--bottom-left:before,.llms-quiz-wrapper [data-title-default].tip--bottom-left:before,.llms-quiz-wrapper [data-title-active].tip--bottom-left:before{top:100%;left:-10px}.lifterlms [data-tip].tip--bottom-left:hover:before,.lifterlms [data-title-default].tip--bottom-left:hover:before,.lifterlms [data-title-active].tip--bottom-left:hover:before,.llms-metabox [data-tip].tip--bottom-left:hover:before,.llms-metabox [data-title-default].tip--bottom-left:hover:before,.llms-metabox [data-title-active].tip--bottom-left:hover:before,.llms-mb-container [data-tip].tip--bottom-left:hover:before,.llms-mb-container [data-title-default].tip--bottom-left:hover:before,.llms-mb-container [data-title-active].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:before{top:calc(100% + 6px)}.lifterlms [data-tip].tip--bottom-left:after,.lifterlms [data-title-default].tip--bottom-left:after,.lifterlms [data-title-active].tip--bottom-left:after,.llms-metabox [data-tip].tip--bottom-left:after,.llms-metabox [data-title-default].tip--bottom-left:after,.llms-metabox [data-title-active].tip--bottom-left:after,.llms-mb-container [data-tip].tip--bottom-left:after,.llms-mb-container [data-title-default].tip--bottom-left:after,.llms-mb-container [data-title-active].tip--bottom-left:after,.llms-quiz-wrapper [data-tip].tip--bottom-left:after,.llms-quiz-wrapper [data-title-default].tip--bottom-left:after,.llms-quiz-wrapper [data-title-active].tip--bottom-left:after{border-bottom-color:#444;left:6px;bottom:0}.lifterlms [data-tip].tip--bottom-left:hover:after,.lifterlms [data-title-default].tip--bottom-left:hover:after,.lifterlms [data-title-active].tip--bottom-left:hover:after,.llms-metabox [data-tip].tip--bottom-left:hover:after,.llms-metabox [data-title-default].tip--bottom-left:hover:after,.llms-metabox [data-title-active].tip--bottom-left:hover:after,.llms-mb-container [data-tip].tip--bottom-left:hover:after,.llms-mb-container [data-title-default].tip--bottom-left:hover:after,.llms-mb-container [data-title-active].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:after{bottom:-6px}.lifterlms [data-tip].tip--bottom-right:before,.lifterlms [data-title-default].tip--bottom-right:before,.lifterlms [data-title-active].tip--bottom-right:before,.llms-metabox [data-tip].tip--bottom-right:before,.llms-metabox [data-title-default].tip--bottom-right:before,.llms-metabox [data-title-active].tip--bottom-right:before,.llms-mb-container [data-tip].tip--bottom-right:before,.llms-mb-container [data-title-default].tip--bottom-right:before,.llms-mb-container [data-title-active].tip--bottom-right:before,.llms-quiz-wrapper [data-tip].tip--bottom-right:before,.llms-quiz-wrapper [data-title-default].tip--bottom-right:before,.llms-quiz-wrapper [data-title-active].tip--bottom-right:before{top:100%;right:-10px}.lifterlms [data-tip].tip--bottom-right:hover:before,.lifterlms [data-title-default].tip--bottom-right:hover:before,.lifterlms [data-title-active].tip--bottom-right:hover:before,.llms-metabox [data-tip].tip--bottom-right:hover:before,.llms-metabox [data-title-default].tip--bottom-right:hover:before,.llms-metabox [data-title-active].tip--bottom-right:hover:before,.llms-mb-container [data-tip].tip--bottom-right:hover:before,.llms-mb-container [data-title-default].tip--bottom-right:hover:before,.llms-mb-container [data-title-active].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:before{top:calc(100% + 6px)}.lifterlms [data-tip].tip--bottom-right:after,.lifterlms [data-title-default].tip--bottom-right:after,.lifterlms [data-title-active].tip--bottom-right:after,.llms-metabox [data-tip].tip--bottom-right:after,.llms-metabox [data-title-default].tip--bottom-right:after,.llms-metabox [data-title-active].tip--bottom-right:after,.llms-mb-container [data-tip].tip--bottom-right:after,.llms-mb-container [data-title-default].tip--bottom-right:after,.llms-mb-container [data-title-active].tip--bottom-right:after,.llms-quiz-wrapper [data-tip].tip--bottom-right:after,.llms-quiz-wrapper [data-title-default].tip--bottom-right:after,.llms-quiz-wrapper [data-title-active].tip--bottom-right:after{border-bottom-color:#444;right:6px;bottom:0}.lifterlms [data-tip].tip--bottom-right:hover:after,.lifterlms [data-title-default].tip--bottom-right:hover:after,.lifterlms [data-title-active].tip--bottom-right:hover:after,.llms-metabox [data-tip].tip--bottom-right:hover:after,.llms-metabox [data-title-default].tip--bottom-right:hover:after,.llms-metabox [data-title-active].tip--bottom-right:hover:after,.llms-mb-container [data-tip].tip--bottom-right:hover:after,.llms-mb-container [data-title-default].tip--bottom-right:hover:after,.llms-mb-container [data-title-active].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:after{bottom:-6px}.lifterlms [data-tip]:before,.lifterlms [data-title-default]:before,.lifterlms [data-title-active]:before,.llms-metabox [data-tip]:before,.llms-metabox [data-title-default]:before,.llms-metabox [data-title-active]:before,.llms-mb-container [data-tip]:before,.llms-mb-container [data-title-default]:before,.llms-mb-container [data-title-active]:before,.llms-quiz-wrapper [data-tip]:before,.llms-quiz-wrapper [data-title-default]:before,.llms-quiz-wrapper [data-title-active]:before{background:#444;border-radius:4px;color:#fff;font-size:13px;line-height:1.2;padding:8px;max-width:300px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.lifterlms [data-tip]:after,.lifterlms [data-title-default]:after,.lifterlms [data-title-active]:after,.llms-metabox [data-tip]:after,.llms-metabox [data-title-default]:after,.llms-metabox [data-title-active]:after,.llms-mb-container [data-tip]:after,.llms-mb-container [data-title-default]:after,.llms-mb-container [data-title-active]:after,.llms-quiz-wrapper [data-tip]:after,.llms-quiz-wrapper [data-title-default]:after,.llms-quiz-wrapper [data-title-active]:after{content:"";border:6px solid rgba(0,0,0,0);height:0;width:0}.lifterlms [data-tip]:before,.lifterlms [data-tip]:after,.lifterlms [data-title-default]:before,.lifterlms [data-title-default]:after,.lifterlms [data-title-active]:before,.lifterlms [data-title-active]:after,.llms-metabox [data-tip]:before,.llms-metabox [data-tip]:after,.llms-metabox [data-title-default]:before,.llms-metabox [data-title-default]:after,.llms-metabox [data-title-active]:before,.llms-metabox [data-title-active]:after,.llms-mb-container [data-tip]:before,.llms-mb-container [data-tip]:after,.llms-mb-container [data-title-default]:before,.llms-mb-container [data-title-default]:after,.llms-mb-container [data-title-active]:before,.llms-mb-container [data-title-active]:after,.llms-quiz-wrapper [data-tip]:before,.llms-quiz-wrapper [data-tip]:after,.llms-quiz-wrapper [data-title-default]:before,.llms-quiz-wrapper [data-title-default]:after,.llms-quiz-wrapper [data-title-active]:before,.llms-quiz-wrapper [data-title-active]:after{opacity:0;-webkit-transition:all .2s .1s ease;transition:all .2s .1s ease;position:absolute;pointer-events:none;visibility:hidden}.lifterlms [data-tip]:hover:before,.lifterlms [data-tip]:hover:after,.lifterlms [data-title-default]:hover:before,.lifterlms [data-title-default]:hover:after,.lifterlms [data-title-active]:hover:before,.lifterlms [data-title-active]:hover:after,.llms-metabox [data-tip]:hover:before,.llms-metabox [data-tip]:hover:after,.llms-metabox [data-title-default]:hover:before,.llms-metabox [data-title-default]:hover:after,.llms-metabox [data-title-active]:hover:before,.llms-metabox [data-title-active]:hover:after,.llms-mb-container [data-tip]:hover:before,.llms-mb-container [data-tip]:hover:after,.llms-mb-container [data-title-default]:hover:before,.llms-mb-container [data-title-default]:hover:after,.llms-mb-container [data-title-active]:hover:before,.llms-mb-container [data-title-active]:hover:after,.llms-quiz-wrapper [data-tip]:hover:before,.llms-quiz-wrapper [data-tip]:hover:after,.llms-quiz-wrapper [data-title-default]:hover:before,.llms-quiz-wrapper [data-title-default]:hover:after,.llms-quiz-wrapper [data-title-active]:hover:before,.llms-quiz-wrapper [data-title-active]:hover:after{opacity:1;-webkit-transition:all 0 .1s ease;transition:all 0 .1s ease;visibility:visible;z-index:99999999}.lifterlms [data-tip]:before,.llms-metabox [data-tip]:before,.llms-mb-container [data-tip]:before,.llms-quiz-wrapper [data-tip]:before{content:attr(data-tip)}.lifterlms [data-tip].active:before,.llms-metabox [data-tip].active:before,.llms-mb-container [data-tip].active:before,.llms-quiz-wrapper [data-tip].active:before{content:attr(data-tip-active)}.llms-membership-image{display:block;margin:0 auto}.llms-course-image{display:block;margin:0 auto;max-width:100%}.llms-featured-image{display:block;margin:0 auto}.llms-image-thumb{width:150px}.llms-video-wrapper .center-video{height:auto;max-width:100%;overflow:hidden;position:relative;padding-top:56.25%;text-align:center}.llms-video-wrapper .center-video>.wp-video,.llms-video-wrapper .center-video .fluid-width-video-wrapper,.llms-video-wrapper .center-video iframe,.llms-video-wrapper .center-video object,.llms-video-wrapper .center-video embed{height:100%;right:0;position:absolute;top:0;width:100%}.llms-video-wrapper .center-video>.wp-video{width:100% !important}.llms-video-wrapper .center-video .fluid-width-video-wrapper{padding-top:0 !important}.clear{clear:both;width:100%}.llms-featured-image{text-align:center}#main-content .llms-payment-options p{margin:0;font-size:16px}.llms-option{display:block;position:relative;margin:20px 0;padding-right:40px;font-size:16px}.llms-option label{cursor:pointer;position:static}.llms-option:first-child{margin-top:0}.llms-option:last-child{margin-bottom:0}#main-content .llms-option:last-child{margin-bottom:0}.llms-option input[type=radio]{display:block;position:absolute;top:3px;right:0;z-index:0}.llms-option input[type=radio]{display:inline-block}.llms-option input[type=radio]+label span.llms-radio{display:none}.llms-option input[type=radio]+label span.llms-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:20;position:absolute;top:0;right:-2px;display:inline-block;width:24px;height:24px;border-radius:50%;cursor:pointer;vertical-align:middle;-webkit-box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.5) 0 0 0 1px;box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.5) 0 0 0 1px;background:#efefef;background-image:radial-gradient(ellipse at center, #e5554e 0%, #e5554e 40%, #efefef 45%);background-repeat:no-repeat;-webkit-transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);transition:background-position .15s cubic-bezier(0.8, 0, 1, 1)}.llms-option input[type=radio]:checked+label span.llms-radio{-webkit-transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1)}.llms-option input[type=radio]+label span.llms-radio{background-position:-24px 0}.llms-option input[type=radio]:checked+label span.llms-radio{background-position:100% 0}.llms-option input[type=submit]{border:none;background:#e5554e;color:#fff;font-size:20px;padding:10px 0;border-radius:3px;cursor:pointer;width:100%}.llms-styled-text{padding:14px 0}.llms-notice-box{border-radius:3px;z-index:10;margin:10px 0;padding:15px 20px;border:1px solid #ccc;list-style-type:none;width:100%;overflow:auto}.llms-notice-box input[type=text]{height:auto}.llms-notice-box .col-1-1{width:100%}.llms-notice-box .col-1-1 input[type=text]{width:100%}.llms-notice-box .col-1-2{width:50%;float:right}@media screen and (max-width: 768px){.llms-notice-box .col-1-2{width:100%}}.llms-notice-box .col-1-3{width:33%;float:right;margin-left:10px}.llms-notice-box .col-1-4{width:25%;float:right;margin-left:10px}@media screen and (max-width: 768px){.llms-notice-box .col-1-4{width:100%}}.llms-notice-box .col-1-6{width:16.6%;float:right;margin-left:10px}.llms-notice-box .col-1-8{width:11%;float:left}.llms-notice-box .llms-pad-right{padding-left:10px}@media screen and (max-width: 768px){.llms-notice-box .llms-pad-right{padding-left:0}}input[type=text].cc_cvv,#cc_cvv{margin-left:0;width:23%;float:left}.llms-clear-box{border-radius:3px;z-index:10;margin:10px 0;padding:15px 20px;list-style-type:none;width:100%;overflow:auto}.llms-price-label{font-weight:normal}.llms-final-price{font-weight:bold;float:left}.llms-center-content{text-align:center}.llms-input-text{background-color:#fff;border:1px solid #ddd;color:#333;font-size:18px;font-weight:300;padding:16px;width:100%}.llms-price{margin-bottom:0;font-weight:bold}.llms-price-loop{margin-bottom:0;font-weight:bold}.courses .entry{padding:0}.list-view .site-content .llms-course-list .hentry,.list-view .site-content .llms-membership-list .hentry{border-top:0;padding-top:0}.llms-content{width:100%}.llms-lesson-button-wrapper{width:100%;display:block;clear:both;text-align:center}.llms-template-wrapper{width:100%;display:block;clear:both}.llms-button-wrapper{width:100%;display:block;clear:both;text-align:center}.llms-styled-select{border:1px solid #ccc;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px;overflow:hidden;position:relative}.llms-styled-select,.llms-styled-select select{width:100%}select:focus{outline:none}.llms-styled-select select{height:34px;padding:5px 5px 5px 0;background:rgba(0,0,0,0);border:none;-webkit-appearance:none;font-size:16px;color:#444}@-moz-document url-prefix(){.--ms-styled-select select{width:110%}}.llms-styled-select .fa-sort-desc{position:absolute;top:0;left:12px;font-size:24px;color:#ccc}select::-ms-expand{display:none}_:-o-prefocus .llms-styled-select,.selector .llms-styled-select{background:none}.llms-form-item-wrapper{margin-bottom:1em}.llms-progress-circle{position:relative;width:200px;height:200px;float:right}.llms-progress-circle-count{top:27%;position:absolute;width:94%;text-align:center;color:#666;font-size:44px}.llms-progress-circle svg{position:absolute;width:200px;height:200px}.llms-progress-circle circle{fill:rgba(0,0,0,0)}svg .llms-background-circle{fill:rgba(0,0,0,0);stroke-width:10px;stroke:#f1f2f1;stroke-dasharray:430}svg .llms-animated-circle{fill:rgba(0,0,0,0);stroke-width:10px;stroke:#e5554e;stroke-dasharray:430;stroke-dashoffset:410}.llms-widget-syllabus .llms-lesson.current-lesson .lesson-title{font-weight:700}.llms-widget-syllabus .llms-lesson-complete,.llms-widget-syllabus .lesson-complete-placeholder{font-size:1.2em;margin-left:6px;color:#ccc}.llms-widget-syllabus .llms-lesson-complete.done,.llms-widget-syllabus .lesson-complete-placeholder.done{color:#e5554e}.llms-widget-syllabus .section-title{font-weight:bold}.llms-widget-syllabus .lesson-title a{text-decoration:none}.llms-widget-syllabus .lesson-title a:hover{text-decoration:none !important}.llms-widget-syllabus .lesson-title.done a{color:#999;text-decoration:line-through}.llms-widget-syllabus ul{list-style-type:none}.llms-widget-syllabus ul li{list-style-type:none}.llms-widget-syllabus ul li ul li{margin:0 0 2px 0;padding:0}.llms-remove-coupon{float:left}.llms-lesson-link-locked,.llms-lesson-link-locked:hover{background:#f1f1f1;-webkit-box-shadow:0 1px 2px 0 rgba(1,1,1,.4);box-shadow:0 1px 2px 0 rgba(1,1,1,.4);display:block;color:#a6a6a6;min-height:85px;padding:15px;text-decoration:none;position:relative}.llms-lesson-preview.is-complete .llms-lesson-link-locked{padding-right:75px}.llms-lesson-tooltip{display:none;position:absolute;color:#000;background-color:silver;padding:.25em;border-radius:2px;z-index:100;top:0;right:50%;text-align:center;-webkit-transform:translateX(50%) translateY(-100%);transform:translateX(50%) translateY(-100%)}.llms-lesson-tooltip:after{content:"";width:0;height:0;border-top:8px solid silver;border-right:8px solid rgba(0,0,0,0);border-left:8px solid rgba(0,0,0,0);position:absolute;bottom:-8px;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}.llms-lesson-tooltip.active{display:inline-block}.llms-favorite-wrapper{cursor:pointer}.llms-favorite-wrapper .fa-heart{color:#ef476f}.llms-has-favorite .llms-parent-course-link{display:inline-block;margin-bottom:20px}.llms-has-favorite .llms-parent-course-link+.llms-favorite-wrapper{float:left;margin:0}.llms-syllabus-wrapper .llms-has-favorite{text-align:right}.llms-syllabus-wrapper .llms-has-favorite .llms-favorite-wrapper{display:inline-block}.llms-loop-list{list-style:none;margin:0 -10px;padding:0}@media all and (min-width: 600px){.llms-loop-list.cols-1 .llms-loop-item{width:100%}.llms-loop-list.cols-2 .llms-loop-item{width:50%}.llms-loop-list.cols-3 .llms-loop-item{width:33.3333333333%}.llms-loop-list.cols-4 .llms-loop-item{width:25%}.llms-loop-list.cols-5 .llms-loop-item{width:20%}.llms-loop-list.cols-6 .llms-loop-item{width:16.6666666667%}}.llms-loop-item{float:right;list-style:none;margin:0;padding:0;width:100%}.llms-loop-item-content{background:#f1f1f1;padding-bottom:10px;margin:10px}.llms-loop-item-content:hover{background:#eaeaea}.llms-loop-item-content .llms-loop-link{color:#212121;display:block}.llms-loop-item-content .llms-loop-link:visited{color:#212121}.llms-loop-item-content .llms-featured-image{display:block;max-width:100%}.llms-loop-item-content .llms-loop-title{margin-top:5px}.llms-loop-item-content .llms-loop-title:hover{color:#2295ff}.llms-loop-item-content .llms-meta,.llms-loop-item-content .llms-author,.llms-loop-item-content .llms-loop-title{padding:0 10px}.llms-loop-item-content .llms-meta,.llms-loop-item-content .llms-author{color:#444;display:block;font-size:13px;margin-bottom:3px}.llms-loop-item-content .llms-meta:last-child,.llms-loop-item-content .llms-author:last-child{margin-bottom:0}.llms-loop-item-content .llms-featured-img-wrap{overflow:hidden}.llms-loop-item-content p{margin-bottom:0}.llms-loop-item-content .llms-progress{margin:0;height:.4em}.llms-loop-item-content .llms-progress .progress__indicator{display:none}.llms-loop-item-content .llms-progress .llms-progress-bar{background-color:#f6f6f6;left:0;top:0}.course .llms-meta-info{margin:20px 0}.course .llms-meta-info .llms-meta-title{margin-bottom:5px}.course .llms-meta-info .llms-meta p{margin-bottom:0}.course .llms-meta-info .llms-meta span{font-weight:700}.course .llms-course-progress{margin:40px auto;max-width:480px;text-align:center}.llms-syllabus-wrapper{margin:15px;text-align:center}.llms-syllabus-wrapper .llms-section-title{margin:25px 0 0}.llms-course-navigation .llms-prev-lesson,.llms-course-navigation .llms-next-lesson,.llms-course-navigation .llms-back-to-course{width:49%}.llms-course-navigation .llms-prev-lesson,.llms-course-navigation .llms-back-to-course{float:right;margin-left:.5%}.llms-course-navigation .llms-next-lesson,.llms-course-navigation .llms-prev-lesson+.llms-back-to-course{float:left;margin-right:.5%}.llms-lesson-preview{display:inline-block;margin-top:15px;max-width:100%;position:relative;width:480px}.llms-lesson-preview .llms-lesson-link{background:#f1f1f1;color:#212121;display:block;padding:15px;text-decoration:none}.llms-lesson-preview .llms-lesson-link:before,.llms-lesson-preview .llms-lesson-link:after{content:" ";display:table}.llms-lesson-preview .llms-lesson-link:after{clear:both}.llms-lesson-preview .llms-lesson-link:hover{background:#eaeaea}.llms-lesson-preview .llms-lesson-link:visited{color:#212121}.llms-lesson-preview .llms-lesson-thumbnail{margin-bottom:10px}.llms-lesson-preview .llms-lesson-thumbnail img{display:block;width:100%}.llms-lesson-preview .llms-pre-text{text-align:right}.llms-lesson-preview .llms-lesson-title{font-weight:700;margin:0 auto 10px;text-align:right}.llms-lesson-preview .llms-lesson-title:last-child{margin-bottom:0}.llms-lesson-preview .llms-lesson-excerpt{text-align:right}.llms-lesson-preview .llms-main{float:right;width:100%}.llms-lesson-preview .llms-extra{float:left;width:15%}.llms-lesson-preview .llms-extra+.llms-main{width:85%}.llms-lesson-preview .llms-lesson-counter,.llms-lesson-preview .llms-free-lesson-svg,.llms-lesson-preview .llms-lesson-complete,.llms-lesson-preview .llms-lesson-complete-placeholder{display:block;font-size:32px;margin-bottom:15px}.llms-lesson-preview.is-free .llms-lesson-complete,.llms-lesson-preview.is-complete .llms-lesson-complete{color:#2295ff}.llms-lesson-preview .llms-icon-free{background:#2295ff;border-radius:4px;color:#f1f1f1;display:inline-block;padding:5px 6px 4px;line-height:1;font-size:14px}.llms-lesson-preview.is-incomplete .llms-lesson-complete{color:#cacaca}.llms-lesson-preview .llms-lesson-counter{font-size:16px;line-height:1}.llms-lesson-preview .llms-free-lesson-svg{fill:currentColor;height:23px;width:50px}.llms-lesson-preview p{margin-bottom:0}.llms-progress{clear:both;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;position:relative;height:1em;width:100%;margin:15px 0}.llms-progress .llms-progress-bar{background-color:#f1f2f1;position:relative;height:.4em;top:.3em;width:100%}.llms-progress .progress-bar-complete{background-color:#ef476f;height:100%}.progress__indicator{float:left;text-align:left;height:1em;line-height:1em;margin-right:5px;white-space:nowrap}.llms-author .name{margin-right:5px}.llms-author .label{margin-right:5px}.llms-author .avatar{border-radius:50%}.llms-author .bio{margin-top:5px}.llms-instructor-info .llms-instructors .llms-col:first-child .llms-author{margin-right:0}.llms-instructor-info .llms-instructors .llms-col:last-child .llms-author{margin-left:0}.llms-instructor-info .llms-instructors .llms-author{background:#f5f5f5;border-top:4px solid #2295ff;text-align:center;margin:45px 5px 5px;padding:0 10px 10px}.llms-instructor-info .llms-instructors .llms-author .avatar{background:#2295ff;border:4px solid #2295ff;display:block;margin:-35px auto 10px}.llms-instructor-info .llms-instructors .llms-author .llms-author-info{display:block}.llms-instructor-info .llms-instructors .llms-author .llms-author-info.name{font-weight:700}.llms-instructor-info .llms-instructors .llms-author .llms-author-info.label{font-size:85%}.llms-instructor-info .llms-instructors .llms-author .llms-author-info.bio{font-size:90%;margin-bottom:0}.llms_review{margin:20px 0px;padding:10px}.llms_review h5{font-size:17px;margin:3px 0px}.llms_review h6{font-size:13px}.llms_review p{font-size:15px}.review_box [type=text]{margin:10px 0px}.review_box h5{color:red;display:none}.review_box+.thank_you_box{display:none}.llms-notice{background:rgba(34,149,255,.3);border-color:#2295ff;border-style:solid;border-width:3px;padding:10px;margin-bottom:10px}.llms-notice p:last-child,.llms-notice ul:last-child{margin-bottom:0}.llms-notice li{list-style-type:none}.llms-notice.llms-debug{background:rgba(202,202,202,.3);border-color:#cacaca}.llms-notice.llms-error{background:rgba(229,85,78,.3);border-color:#e5554e}.llms-notice.llms-success{background:rgba(131,195,115,.3);border-color:#83c373}.entry-content .llms-notice{margin:0 0 10px}.entry-content .llms-notice li{list-style-type:none}ul.llms-achievements-loop,.lifterlms ul.llms-achievements-loop,ul.llms-certificates-loop,.lifterlms ul.llms-certificates-loop{list-style-type:none;margin:0 -10px;padding:0}ul.llms-achievements-loop:before,ul.llms-achievements-loop:after,.lifterlms ul.llms-achievements-loop:before,.lifterlms ul.llms-achievements-loop:after,ul.llms-certificates-loop:before,ul.llms-certificates-loop:after,.lifterlms ul.llms-certificates-loop:before,.lifterlms ul.llms-certificates-loop:after{content:" ";display:table}ul.llms-achievements-loop:after,.lifterlms ul.llms-achievements-loop:after,ul.llms-certificates-loop:after,.lifterlms ul.llms-certificates-loop:after{clear:both}ul.llms-achievements-loop li.llms-achievement-loop-item,ul.llms-achievements-loop li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop li.llms-certificate-loop-item,ul.llms-certificates-loop li.llms-achievement-loop-item,ul.llms-certificates-loop li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;float:right;list-style-type:none;margin:0;padding:10px;width:100%}@media all and (min-width: 600px){ul.llms-achievements-loop.loop-cols-1 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-1 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-1 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-1 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-1 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-1 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-1 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-1 li.llms-certificate-loop-item{width:100%}ul.llms-achievements-loop.loop-cols-2 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-2 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-2 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-2 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-2 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-2 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-2 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-2 li.llms-certificate-loop-item{width:50%}ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-3 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-3 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:33.3333333333%}ul.llms-achievements-loop.loop-cols-4 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-4 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-4 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-4 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-4 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-4 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-4 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-4 li.llms-certificate-loop-item{width:25%}ul.llms-achievements-loop.loop-cols-5 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-5 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-5 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-5 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-5 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-5 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-5 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-5 li.llms-certificate-loop-item{width:20%}}.llms-achievement,.llms-certificate{background:#f1f1f1;border:none;color:inherit;display:block;text-decoration:none;width:100%}.llms-achievement:hover,.llms-certificate:hover{background:#eaeaea}.llms-achievement .llms-achievement-img,.llms-certificate .llms-achievement-img{display:block;margin:0;width:100%}.llms-achievement .llms-achievement-title,.llms-certificate .llms-achievement-title{font-size:16px;margin:0;padding:10px;text-align:center}.llms-achievement .llms-certificate-title,.llms-certificate .llms-certificate-title{font-size:16px;margin:0;padding:0 0 10px}.llms-achievement .llms-achievement-info,.llms-achievement .llms-achievement-date,.llms-certificate .llms-achievement-info,.llms-certificate .llms-achievement-date{display:none}.llms-achievement .llms-achievement-content,.llms-certificate .llms-achievement-content{padding:20px}.llms-achievement .llms-achievement-content:empty,.llms-certificate .llms-achievement-content:empty{padding:0}.llms-achievement .llms-achievement-content *:last-child,.llms-certificate .llms-achievement-content *:last-child{margin-bottom:0}.llms-certificate{border:4px double #f1f1f1;padding:20px 10px;background:#fff;text-align:center}.llms-certificate:hover{background:#fff;border-color:#eaeaea}.llms-achievement-modal .llms-achievement{background:#fff}.llms-achievement-modal .llms-achievement-info{display:block}.llms-achievement-modal .llms-achievement-title{display:none}.llms-notification{background:#fff;-webkit-box-shadow:0 1px 2px -2px #333,0 1px 1px -1px #333;box-shadow:0 1px 2px -2px #333,0 1px 1px -1px #333;border-top:4px solid #2295ff;opacity:0;padding:12px;position:fixed;left:-800px;top:24px;-webkit-transition:opacity .4s ease-in-out,left .4s ease-in-out;transition:opacity .4s ease-in-out,left .4s ease-in-out;visibility:hidden;width:auto;z-index:9999999}.llms-notification:before,.llms-notification:after{content:" ";display:table}.llms-notification:after{clear:both}.llms-notification.visible{right:12px;opacity:1;left:12px;-webkit-transition:opacity .4s ease-in-out,left .4s ease-in-out,top .1s ease-in-out,background .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:opacity .4s ease-in-out,left .4s ease-in-out,top .1s ease-in-out,background .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:opacity .4s ease-in-out,left .4s ease-in-out,top .1s ease-in-out,background .2s ease-in-out,transform .2s ease-in-out;transition:opacity .4s ease-in-out,left .4s ease-in-out,top .1s ease-in-out,background .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;visibility:visible}.llms-notification.visible:hover .llms-notification-dismiss{opacity:1}.llms-notification .llms-notification-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.llms-notification .llms-notification-main{-ms-flex-item-align:start;align-self:flex-start;-webkit-box-flex:4;-ms-flex:4;flex:4;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.llms-notification .llms-notification-title{font-size:18px;margin:0}.llms-notification .llms-notification-body{font-size:14px;line-height:1.4}.llms-notification .llms-notification-body p,.llms-notification .llms-notification-body li{font-size:inherit}.llms-notification .llms-notification-body p{margin-bottom:8px}.llms-notification .llms-notification-body .llms-mini-cert{background:#f6f6f6;border:1px solid #d0d0d0;-webkit-box-shadow:inset 0 0 0 3px #fefefe,inset 0 0 0 4px #dedede;box-shadow:inset 0 0 0 3px #fefefe,inset 0 0 0 4px #dedede;padding:16px 16px 24px;margin-top:12px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert-title{font-size:16px;font-weight:700;margin:12px auto;text-align:center}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body{width:100%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(1){width:65%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(2){width:35%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(3){width:85%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(4){width:75%;margin-top:18px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(5){width:70%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(6){margin-right:12px;margin-bottom:-24px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(7){width:65%;margin-left:12px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--mock-line{border-radius:2px;height:8px;background:#b0b0b0;background-image:-webkit-gradient(linear, right top, left top, from(#b0b0b0), color-stop(20%, #a0a0a0), color-stop(40%, #b0b0b0), to(#b0b0b0));background-image:linear-gradient(to left, #b0b0b0 0%, #a0a0a0 20%, #b0b0b0 40%, #b0b0b0 100%);background-repeat:no-repeat;margin:4px auto}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--mock-dot{background:#b0b0b0;border-radius:50%;display:inline-block;content:"";height:24px;width:24px}.llms-notification .llms-notification-body .llms-mini-cert p{margin-bottom:0}.llms-notification .llms-notification-aside{-ms-flex-item-align:start;align-self:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:12px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.llms-notification .llms-notification-icon{display:block;max-width:64px}.llms-notification .llms-notification-footer{border-top:1px solid #e5e5e5;font-size:12px;margin-top:12px;padding:6px 6px 0;text-align:left}.llms-notification .llms-notification-dismiss{color:#e5554e;cursor:pointer;font-size:22px;position:absolute;left:10px;top:8px;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.llms-sd-notification-center .llms-notification-list,.llms-sd-notification-center .llms-notification-list-item{list-style-type:none;margin:0;padding:0}.llms-sd-notification-center .llms-notification-list-item:hover .llms-notification{background:#fcfcfc}.llms-sd-notification-center .llms-notification{opacity:1;border-top:1px solid #e5e5e5;right:auto;padding:24px;position:relative;left:auto;top:auto;visibility:visible;width:auto}.llms-sd-notification-center .llms-notification .llms-notification-aside{max-width:64px}.llms-sd-notification-center .llms-notification .llms-notification-footer{border:none;padding:0;text-align:right}.llms-sd-notification-center .llms-notification .llms-progress{display:none !important}.llms-sd-notification-center .llms-notification .llms-notification-date{color:#515151;float:right;margin-left:6px}.llms-sd-notification-center .llms-notification .llms-mini-cert{margin:0 auto;max-width:380px}@media all and (min-width: 480px){.llms-notification{left:-800px;width:360px}.llms-notification.visible{right:auto;left:24px}.llms-notification .llms-notification-dismiss{opacity:0}}.llms-pagination ul{list-style-type:none}.llms-pagination ul li{float:right}.llms-pagination ul li a{border-bottom:0;text-decoration:none}.llms-pagination ul li .page-numbers{padding:.5em;text-decoration:underline}.llms-pagination ul li .page-numbers.current{text-decoration:none}.llms-tooltip{background:#2a2a2a;border-radius:4px;color:#fff;font-size:14px;line-height:1.2;opacity:0;top:-20px;padding:8px 12px;right:50%;position:absolute;pointer-events:none;-webkit-transform:translateX(50%);transform:translateX(50%);-webkit-transition:opacity .2s ease,top .2s ease;transition:opacity .2s ease,top .2s ease;max-width:320px}.llms-tooltip.show{top:-28px;opacity:1}.llms-tooltip:after{bottom:-8px;border-top:8px solid #2a2a2a;border-right:8px solid rgba(0,0,0,0);border-left:8px solid rgba(0,0,0,0);content:"";height:0;right:50%;position:absolute;-webkit-transform:translateX(50%);transform:translateX(50%);width:0}.webui-popover-title{font-size:initial;font-weight:initial;line-height:initial}.webui-popover-inverse .webui-popover-inner .close{color:#fff;opacity:.6;text-shadow:none}.webui-popover-inverse .webui-popover-inner .close:hover{opacity:.8}.webui-popover-inverse .webui-popover-content a{color:#fff;text-decoration:underline}.webui-popover-inverse .webui-popover-content a:hover{text-decoration:none}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results{margin:0;padding:0;list-style-type:none}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question{background:#efefef;margin:0 0 10px;position:relative;list-style-type:none}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer{color:inherit;display:block;padding:10px 10px 10px 35px;text-decoration:none}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after{content:" ";display:table}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after{clear:both}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect{background:rgba(255,146,43,.2)}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct .llms-status-icon,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect .llms-status-icon{background-color:#ff922b}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct{background:rgba(131,195,115,.2)}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct .llms-status-icon{background-color:#83c373}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect{background:rgba(229,85,78,.2)}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect .llms-status-icon{background-color:#e5554e}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question pre{overflow:auto}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title{float:right;margin:0;line-height:1}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points{float:left;line-height:1}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip{position:absolute;left:-12px;top:-2px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon{color:rgba(255,255,255,.65);border-radius:50%;font-size:30px;height:40px;line-height:40px;text-align:center;width:40px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main{display:none;padding:0 10px 10px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-results-label{font-weight:700;margin-bottom:10px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers{margin:0;padding:0}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer{padding:0;margin:0 30px 0 0}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer:only-child{list-style-type:none;margin-right:0}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main img{height:auto;max-width:200px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section{border-top:2px solid rgba(255,255,255,.5);margin-top:20px;padding-top:20px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-child{border-top:none;margin-top:0;padding-top:0}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers{list-style-type:none;margin:0;padding:0}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer{display:inline-block;list-style-type:none;margin:0;padding:5px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed{opacity:.5}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed .llms-question-title{font-style:italic;font-weight:normal}.single-llms_quiz .llms-return{margin-bottom:10px}.single-llms_quiz .llms-quiz-results:before,.single-llms_quiz .llms-quiz-results:after{content:" ";display:table}.single-llms_quiz .llms-quiz-results:after{clear:both}.single-llms_quiz .llms-quiz-results .llms-donut.passing{color:#83c373}.single-llms_quiz .llms-quiz-results .llms-donut.passing svg path{stroke:#83c373}.single-llms_quiz .llms-quiz-results .llms-donut.pending{color:#555}.single-llms_quiz .llms-quiz-results .llms-donut.pending svg path{stroke:#555}.single-llms_quiz .llms-quiz-results .llms-donut.failing{color:#e5554e}.single-llms_quiz .llms-quiz-results .llms-donut.failing svg path{stroke:#e5554e}.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside,.single-llms_quiz .llms-quiz-results .llms-quiz-results-main,.single-llms_quiz .llms-quiz-results .llms-quiz-results-history{margin-bottom:20px}@media all and (min-width: 600px){.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside{float:right;width:220px}.single-llms_quiz .llms-quiz-results .llms-quiz-results-main,.single-llms_quiz .llms-quiz-results .llms-quiz-results-history{float:left;width:calc(100% - 300px)}.single-llms_quiz .llms-quiz-results .llms-quiz-results-history{clear:left}}.single-llms_quiz ul.llms-quiz-meta-info,.single-llms_quiz ul.llms-quiz-meta-info li{list-style-type:none;margin:0;padding:0}.single-llms_quiz ul.llms-quiz-meta-info{margin-bottom:10px}.single-llms_quiz .llms-quiz-buttons{margin-top:10px;text-align:right}.single-llms_quiz .llms-quiz-buttons form{display:inline-block}.llms-quiz-question-wrapper{min-height:140px;position:relative}.llms-quiz-question-wrapper .llms-quiz-loading{bottom:20px;right:0;position:absolute;left:0;text-align:center;z-index:1}.llms-quiz-question-wrapper .llms-question-image img{height:auto;max-width:100%}.llms-quiz-ui{background:#fcfcfc;padding:20px;position:relative}.llms-quiz-ui .llms-quiz-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 30px}.llms-quiz-ui .llms-progress{background-color:#f1f2f1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:8px;margin:0;overflow:hidden}.llms-quiz-ui .llms-progress .progress-bar-complete{-webkit-transition:width .3s ease-in;transition:width .3s ease-in;width:0}.llms-quiz-ui .llms-error{background:#e5554e;border-radius:4px;color:#fff;margin:10px 0;padding:10px}.llms-quiz-ui .llms-error:before,.llms-quiz-ui .llms-error:after{content:" ";display:table}.llms-quiz-ui .llms-error:after{clear:both}.llms-quiz-ui .llms-error a{color:rgba(255,255,255,.6);float:left;font-size:22px;line-height:1;text-decoration:none}.llms-quiz-ui .llms-quiz-counter{display:none;color:#6a6a6a;float:left;font-size:18px}.llms-quiz-ui .llms-quiz-counter .llms-sep{margin:0 5px}.llms-quiz-ui .llms-quiz-nav{margin-top:20px}.llms-quiz-ui .llms-quiz-nav button{margin:0 0 0 10px}.llms-question-wrapper .llms-question-text{font-size:30px;font-weight:400;margin-bottom:15px}.llms-question-wrapper ol.llms-question-choices{list-style-type:none;margin:0;padding:0}.llms-question-wrapper ol.llms-question-choices li.llms-choice{border-bottom:1px solid #e8e8e8;margin:0;padding:0;position:relative}.llms-question-wrapper ol.llms-question-choices li.llms-choice:last-child{border-bottom:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture{border-bottom:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture label{display:inline-block;padding:0}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-marker{bottom:10px;margin:0;position:absolute;left:10px}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-choice-image{margin:2px;padding:20px;-webkit-transition:background .4s ease;transition:background .4s ease}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-choice-image img{display:block;height:auto;width:100%}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture input:checked~.llms-choice-image{background:#efefef}.llms-question-wrapper ol.llms-question-choices li.llms-choice input{display:none;right:0;pointer-events:none;position:absolute;top:0;visibility:hidden}.llms-question-wrapper ol.llms-question-choices li.llms-choice label{display:block;margin:0;padding:10px 20px;position:relative}.llms-question-wrapper ol.llms-question-choices li.llms-choice label.hovered .llms-marker:not(.type--lister) .iterator{display:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice label.hovered .llms-marker:not(.type--lister) .fa{display:inline}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker{background:#f0f0f0;display:inline-block;font-size:20px;height:40px;line-height:40px;margin-left:10px;text-align:center;-webkit-transition:all .2s ease;transition:all .2s ease;vertical-align:middle;width:40px}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker .fa{display:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--lister,.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--checkbox{border-radius:4px}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--radio{border-radius:50%}.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker{background:#ef476f;color:#fff}.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker .iterator{display:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker .fa{display:inline}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-choice-text{display:inline-block;font-size:18px;font-weight:400;line-height:1.6;margin-bottom:0;vertical-align:middle;width:calc(100% - 60px)}.llms-quiz-timer{background:#fff;border:1px solid #83c373;border-radius:4px;color:#83c373;float:left;font-size:18px;line-height:1;margin-right:20px;padding:8px 12px;position:relative;white-space:nowrap;z-index:1}.llms-quiz-timer.color-half{border-color:#ff922b;color:#ff922b}.llms-quiz-timer.color-empty{border-color:#e5554e;color:#e5554e}.llms-quiz-timer .llms-tiles{display:inline-block;margin-right:5px}.voucher-expand{display:none}@media all and (min-width: 600px){.llms-access-plans.cols-1 .llms-access-plan{width:100%}.llms-access-plans.cols-2 .llms-access-plan{width:50%}.llms-access-plans.cols-3 .llms-access-plan{width:33.3333333333%}.llms-access-plans.cols-4 .llms-access-plan{width:25%}.llms-access-plans.cols-5 .llms-access-plan{width:20%}}.llms-free-enroll-form{margin-bottom:0}.llms-access-plan{-webkit-box-sizing:border-box;box-sizing:border-box;float:right;text-align:center;width:100%}.llms-access-plan .llms-access-plan-footer,.llms-access-plan .llms-access-plan-content{background:#f1f1f1}.llms-access-plan.featured .llms-access-plan-featured{background:#4ba9ff}.llms-access-plan.featured .llms-access-plan-footer,.llms-access-plan.featured .llms-access-plan-content{border-right:3px solid #2295ff;border-left:3px solid #2295ff}.llms-access-plan.featured .llms-access-plan-footer{border-bottom-color:#2295ff}.llms-access-plan.on-sale .price-regular{text-decoration:line-through}.llms-access-plan .stamp{background:#2295ff;color:#fff;font-size:11px;font-style:normal;font-weight:300;padding:2px 3px;vertical-align:top}.llms-access-plan .llms-access-plan-restrictions ul{margin:0}.llms-access-plan-featured{color:#fff;font-size:14px;font-weight:400;margin:0 2px 0 2px}.llms-access-plan-content{margin:0 2px 0}.llms-access-plan-content .llms-access-plan-pricing{padding:10px 0 0}.llms-access-plan-title{background:#2295ff;color:#fff;margin-bottom:0;padding:10px}.llms-access-plan-pricing .llms-price-currency-symbol{font-size:14px;vertical-align:top}.llms-access-plan-price{font-size:18px;font-variant:small-caps;line-height:20px}.llms-access-plan-price .lifterlms-price{font-weight:700}.llms-access-plan-price.sale{padding:5px 0;border-top:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0}.llms-access-plan-trial,.llms-access-plan-schedule,.llms-access-plan-sale-end,.llms-access-plan-expiration{font-size:15px;font-variant:small-caps;line-height:1.2}.llms-access-plan-description{font-size:16px;padding:10px 10px 0}.llms-access-plan-description ul{margin:0}.llms-access-plan-description ul li{border-bottom:1px solid #d0d0d0;list-style-type:none}.llms-access-plan-description ul li:last-child{border-bottom:none}.llms-access-plan-description div:last-child,.llms-access-plan-description img:last-child,.llms-access-plan-description p:last-child,.llms-access-plan-description ul:last-child,.llms-access-plan-description li:last-child{margin-bottom:0}.llms-access-plan-restrictions .stamp{vertical-align:baseline}.llms-access-plan-restrictions ul{margin:0}.llms-access-plan-restrictions ul li{font-size:12px;line-height:14px;list-style-type:none}.llms-access-plan-restrictions a{color:#f8954f}.llms-access-plan-restrictions a:hover{color:#f67d28}.llms-access-plan-footer{border-bottom:3px solid #f1f1f1;padding:10px;margin:0 2px 2px 2px}.llms-access-plan-footer .llms-access-plan-pricing{padding:0 0 10px}.webui-popover-content .llms-members-only-restrictions{text-align:center}.webui-popover-content .llms-members-only-restrictions ul,.webui-popover-content .llms-members-only-restrictions ol,.webui-popover-content .llms-members-only-restrictions li,.webui-popover-content .llms-members-only-restrictions p{margin:0;padding:0}.webui-popover-content .llms-members-only-restrictions ul,.webui-popover-content .llms-members-only-restrictions ol,.webui-popover-content .llms-members-only-restrictions li{list-style-type:none}.webui-popover-content .llms-members-only-restrictions li{padding:8px 0;border-top:1px solid #3b3b3b}.webui-popover-content .llms-members-only-restrictions li:first-child{border-top:none}.webui-popover-content .llms-members-only-restrictions li a{display:block}.llms-checkout-wrapper form.llms-login{border:3px solid #2295ff;display:none;margin-bottom:10px}.llms-checkout-wrapper .llms-form-heading{background:#2295ff;color:#fff;margin:0 0 5px;padding:10px}.llms-checkout{background:#fff;position:relative}@media all and (min-width: 800px){.llms-checkout-cols-2 .llms-checkout-col{float:right}.llms-checkout-cols-2 .llms-checkout-col.llms-col-1{margin-left:5px;width:calc(58% - 5px)}.llms-checkout-cols-2 .llms-checkout-col.llms-col-2{margin-right:5px;width:calc(42% - 5px)}.llms-checkout-cols-2 .llms-checkout-col.llms-col-2 button{width:100%}}.llms-checkout-section{border:3px solid #2295ff;margin-bottom:10px;position:relative}.llms-checkout-section-content{margin:10px}.llms-checkout-section-content.llms-form-fields{margin:0px}.llms-checkout-section-content .llms-label{font-weight:400;font-variant:small-caps;text-transform:lowercase}.llms-checkout-section-content .llms-order-summary{list-style-type:none;margin:0;padding:0}.llms-checkout-section-content .llms-order-summary li{list-style-type:none}.llms-checkout-section-content .llms-order-summary li.llms-pricing.on-sale .price-regular,.llms-checkout-section-content .llms-order-summary li.llms-pricing.has-coupon .price-regular{text-decoration:line-through}.llms-checkout-section-content .llms-coupon-wrapper{border-top:1px solid #dadada;margin-top:10px;padding-top:10px}.llms-checkout-section-content .llms-coupon-wrapper .llms-coupon-entry{display:none;margin-top:10px}.llms-form-field.llms-payment-gateway-option label+span.llms-description{display:inline-block;margin-right:5px}.llms-form-field.llms-payment-gateway-option .llms-description a{border:none;-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.llms-form-field.llms-payment-gateway-option .llms-description img{display:inline;max-height:22px;vertical-align:middle}.llms-checkout-wrapper ul.llms-payment-gateways{margin:5px 0 0;padding:0}ul.llms-payment-gateways{list-style-type:none}ul.llms-payment-gateways li:last-child:after{border-bottom:1px solid #dadada;content:"";display:block;margin:10px}ul.llms-payment-gateways .llms-payment-gateway{margin-bottom:5px;list-style-type:none}ul.llms-payment-gateways .llms-payment-gateway:last-child{margin-bottom:none}ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-payment-gateway-option label{font-weight:700}ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-gateway-fields{display:block}ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-gateway-fields .llms-notice{margin-right:10px;margin-left:10px}ul.llms-payment-gateways .llms-payment-gateway .llms-form-field{padding-bottom:0}ul.llms-payment-gateways .llms-gateway-description{margin-right:40px}ul.llms-payment-gateways .llms-gateway-fields{display:none;margin:5px 0 20px}ul.llms-payment-gateways .llms-payment-gateway-error{padding:0 10px}.llms-checkout-confirm{margin:0 10px}.llms-payment-method{margin:10px 10px 0}.llms-gateway-description p{font-size:85%;font-style:italic;margin-bottom:0}.llms-form-fields{-webkit-box-sizing:border-box;box-sizing:border-box}.llms-form-fields *{-webkit-box-sizing:border-box;box-sizing:border-box}.llms-form-fields.flush .llms-form-field{padding:0 0 10px}.llms-form-fields .wp-block-columns,.llms-form-fields .wp-block-column{margin-bottom:0}.llms-form-heading{padding:0 10px 10px}.llms-form-field{float:right;padding:0 10px 10px;position:relative;width:100%}.llms-form-field label:empty:after{content:" "}.llms-form-field.valid input[type=date],.llms-form-field.valid input[type=time],.llms-form-field.valid input[type=datetime-local],.llms-form-field.valid input[type=week],.llms-form-field.valid input[type=month],.llms-form-field.valid input[type=text],.llms-form-field.valid input[type=email],.llms-form-field.valid input[type=url],.llms-form-field.valid input[type=password],.llms-form-field.valid input[type=search],.llms-form-field.valid input[type=tel],.llms-form-field.valid input[type=number],.llms-form-field.valid textarea,.llms-form-field.valid select{background:rgba(131,195,115,.3);border-color:#83c373}.llms-form-field.error input[type=date],.llms-form-field.error input[type=time],.llms-form-field.error input[type=datetime-local],.llms-form-field.error input[type=week],.llms-form-field.error input[type=month],.llms-form-field.error input[type=text],.llms-form-field.error input[type=email],.llms-form-field.error input[type=url],.llms-form-field.error input[type=password],.llms-form-field.error input[type=search],.llms-form-field.error input[type=tel],.llms-form-field.error input[type=number],.llms-form-field.error textarea,.llms-form-field.error select,.llms-form-field.invalid input[type=date],.llms-form-field.invalid input[type=time],.llms-form-field.invalid input[type=datetime-local],.llms-form-field.invalid input[type=week],.llms-form-field.invalid input[type=month],.llms-form-field.invalid input[type=text],.llms-form-field.invalid input[type=email],.llms-form-field.invalid input[type=url],.llms-form-field.invalid input[type=password],.llms-form-field.invalid input[type=search],.llms-form-field.invalid input[type=tel],.llms-form-field.invalid input[type=number],.llms-form-field.invalid textarea,.llms-form-field.invalid select{background:rgba(229,85,78,.3);border-color:#e5554e}.llms-form-field.llms-visually-hidden-field{display:none}.llms-form-field.align-right{text-align:left}@media screen and (min-width: 600px){.llms-form-field.llms-cols-1{width:8.3333333333%}.llms-form-field.llms-cols-2{width:16.6666666667%}.llms-form-field.llms-cols-3{width:25%}.llms-form-field.llms-cols-4{width:33.3333333333%}.llms-form-field.llms-cols-5{width:41.6666666667%}.llms-form-field.llms-cols-6{width:50%}.llms-form-field.llms-cols-7{width:58.3333333333%}.llms-form-field.llms-cols-8{width:66.6666666667%}.llms-form-field.llms-cols-9{width:75%}.llms-form-field.llms-cols-10{width:83.3333333333%}.llms-form-field.llms-cols-11{width:91.6666666667%}.llms-form-field.llms-cols-12{width:100%}}.llms-form-field.type-hidden{padding:0}.llms-form-field.type-radio input,.llms-form-field.type-radio label,.llms-form-field.type-checkbox input,.llms-form-field.type-checkbox label{display:inline-block;width:auto}.llms-form-field.type-radio input,.llms-form-field.type-checkbox input{margin-left:5px}.llms-form-field.type-radio label+.llms-description,.llms-form-field.type-checkbox label+.llms-description{display:block}.llms-form-field.type-radio:not(.is-group) input[type=radio]{position:absolute;opacity:0;visibility:none}.llms-form-field.type-radio:not(.is-group) label:before{background:#fafafa;background-position:-24px 0;background-repeat:no-repeat;border-radius:50%;-webkit-box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.35) 0 0 0 1px;box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.35) 0 0 0 1px;content:"";cursor:pointer;display:inline-block;height:22px;margin-left:5px;position:relative;-webkit-transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);top:-3px;vertical-align:middle;width:22px;z-index:2}.llms-form-field.type-radio:not(.is-group) input[type=radio]:checked+label:before{-webkit-transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);background-position:100% 0;background-image:radial-gradient(ellipse at center, #2295ff 0%, #2295ff 40%, #fafafa 45%)}.llms-form-field .llms-input-group{margin-top:5px}.llms-form-field .llms-input-group .llms-form-field{padding:0 5px 5px 0}.llms-form-field.type-reset button:not(.auto),.llms-form-field.type-button button:not(.auto),.llms-form-field.type-submit button:not(.auto){width:100%}.llms-form-field .llms-description{font-size:14px;font-style:italic}.llms-form-field .llms-required{color:#e5554e;margin-right:4px}.llms-form-field input,.llms-form-field textarea,.llms-form-field select{width:100%;margin-bottom:5px}.llms-form-field .select2-container .select2-selection--single{height:auto;padding:4px 6px}.llms-form-field .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%}.llms-password-strength-meter{border:1px solid #dadada;display:none;font-size:10px;margin-top:-10px;padding:1px;position:relative;text-align:center}.llms-password-strength-meter:before{bottom:0;content:"";right:0;position:absolute;top:0;-webkit-transition:width .4s ease;transition:width .4s ease}.llms-password-strength-meter.mismatch,.llms-password-strength-meter.too-short,.llms-password-strength-meter.very-weak{border-color:#e35b5b}.llms-password-strength-meter.mismatch:before,.llms-password-strength-meter.too-short:before,.llms-password-strength-meter.very-weak:before{background:rgba(227,91,91,.25);width:25%}.llms-password-strength-meter.too-short:before{width:0}.llms-password-strength-meter.weak{border-color:#f78b53}.llms-password-strength-meter.weak:before{background:rgba(247,139,83,.25);width:50%}.llms-password-strength-meter.medium{border-color:#ffc733}.llms-password-strength-meter.medium:before{background:rgba(255,199,51,.25);width:75%}.llms-password-strength-meter.strong{border-color:#83c373}.llms-password-strength-meter.strong:before{background:rgba(131,195,115,.25);width:100%}.llms-widget-syllabus--collapsible .llms-section .section-header{cursor:pointer}.llms-widget-syllabus--collapsible .llms-section.llms-section--opened .llms-collapse-caret .fa-caret-right{display:none}.llms-widget-syllabus--collapsible .llms-section.llms-section--closed .llms-collapse-caret .fa-caret-down{display:none}.llms-widget-syllabus--collapsible .llms-section.llms-section--closed .llms-lesson{display:none}.llms-widget-syllabus--collapsible .llms-syllabus-footer{text-align:right}.llms-student-dashboard .llms-sd-title{margin:25px 0}.llms-student-dashboard .llms-sd-items{list-style-type:none;margin:0;padding:0}.llms-student-dashboard .llms-sd-item{float:right;list-style-type:none;margin:0;padding:0}.llms-student-dashboard .llms-sd-item:last-child .llms-sep{display:none}.llms-student-dashboard .llms-sd-item .llms-sep{color:#333;margin:0 5px}.llms-student-dashboard .llms-sd-section{margin-bottom:25px}.llms-student-dashboard .llms-sd-section .llms-sd-section-footer{margin-top:10px}.llms-student-dashboard .orders-table{border:1px solid #f5f5f5;width:100%}.llms-student-dashboard .orders-table thead{display:none}.llms-student-dashboard .orders-table thead th,.llms-student-dashboard .orders-table thead td{font-weight:700}@media all and (min-width: 600px){.llms-student-dashboard .orders-table thead{display:table-header-group}}.llms-student-dashboard .orders-table tbody tr:nth-child(even) td,.llms-student-dashboard .orders-table tbody tr:nth-child(even) th{background:#f9f9f9}.llms-student-dashboard .orders-table tfoot th,.llms-student-dashboard .orders-table tfoot td{padding:10px;text-align:left}.llms-student-dashboard .orders-table tfoot th:last-child,.llms-student-dashboard .orders-table tfoot td:last-child{border-bottom-width:0}.llms-student-dashboard .orders-table th{font-weight:700}.llms-student-dashboard .orders-table th,.llms-student-dashboard .orders-table td{border-color:#efefef;border-style:solid;border-width:0;display:block;padding:8px 12px;text-align:center}.llms-student-dashboard .orders-table th .llms-button-primary,.llms-student-dashboard .orders-table td .llms-button-primary{display:inline-block}.llms-student-dashboard .orders-table th:last-child,.llms-student-dashboard .orders-table td:last-child{border-bottom-width:1px}.llms-student-dashboard .orders-table th:before,.llms-student-dashboard .orders-table td:before{content:attr(data-label)}@media all and (min-width: 600px){.llms-student-dashboard .orders-table th,.llms-student-dashboard .orders-table td{border-bottom-width:1px;display:table-cell;text-align:right}.llms-student-dashboard .orders-table th:first-child,.llms-student-dashboard .orders-table td:first-child{width:220px}.llms-student-dashboard .orders-table th:before,.llms-student-dashboard .orders-table td:before{display:none}}@media all and (min-width: 600px){.llms-student-dashboard .orders-table.transactions th:first-child{width:auto}}.llms-student-dashboard .llms-status{border-radius:3px;border-bottom:1px solid #fff;display:inline-block;font-size:80%;padding:3px 6px;vertical-align:middle}.llms-student-dashboard .llms-status.llms-size--large{font-size:105%;padding:6px 12px}.llms-student-dashboard .llms-status.llms-active,.llms-student-dashboard .llms-status.llms-completed,.llms-student-dashboard .llms-status.llms-pass,.llms-student-dashboard .llms-status.llms-txn-succeeded{color:#1f3818;background-color:#83c373}.llms-student-dashboard .llms-status.llms-fail,.llms-student-dashboard .llms-status.llms-failed,.llms-student-dashboard .llms-status.llms-expired,.llms-student-dashboard .llms-status.llms-cancelled,.llms-student-dashboard .llms-status.llms-txn-failed{color:#5a110d;background-color:#e5554e}.llms-student-dashboard .llms-status.llms-incomplete,.llms-student-dashboard .llms-status.llms-on-hold,.llms-student-dashboard .llms-status.llms-pending,.llms-student-dashboard .llms-status.llms-pending-cancel,.llms-student-dashboard .llms-status.llms-refunded,.llms-student-dashboard .llms-status.llms-txn-pending,.llms-student-dashboard .llms-status.llms-txn-refunded{color:#664200;background-color:orange}.llms-student-dashboard .llms-person-form-wrapper .llms-change-password{display:none}@media all and (min-width: 600px){.llms-student-dashboard .order-primary{float:right;width:68%}}@media all and (min-width: 600px){.llms-student-dashboard .order-secondary{float:right;width:32%}}.llms-student-dashboard .order-secondary form{margin-bottom:0}@media all and (min-width: 600px){.llms-student-dashboard .llms-view-order.llms-stack-cols .order-primary,.llms-student-dashboard .llms-view-order.llms-stack-cols .order-secondary{float:none;width:100%}}.llms-student-dashboard .llms-switch-payment-source .llms-notice,.llms-student-dashboard .llms-switch-payment-source .entry-content .llms-notice{margin-right:10px;margin-left:10px}.llms-student-dashboard .llms-switch-payment-source-main{border:none;display:none;margin:0}.llms-student-dashboard .llms-switch-payment-source-main ul.llms-payment-gateways{padding:10px 15px 0;margin:0}.llms-student-dashboard .llms-switch-payment-source-main .llms-payment-method,.llms-student-dashboard .llms-switch-payment-source-main ul.llms-order-summary{padding:0 25px 10px;margin:0;list-style-type:none}.llms-student-dashboard .llms-switch-payment-source-main .llms-payment-method li,.llms-student-dashboard .llms-switch-payment-source-main ul.llms-order-summary li{list-style-type:none}.llms-student-dashboard .llms-loop-list{margin:0 -10px}.llms-sd-grades .llms-table .llms-progress{display:block;margin:0}.llms-sd-grades .llms-table .llms-progress .llms-progress-bar{top:0;height:1.4em}.llms-sd-grades .llms-table .llms-progress .progress__indicator{font-size:1em;position:relative;left:.4em;top:.2em;z-index:1}.llms-table.llms-single-course-grades tbody tr:first-child td,.llms-table.llms-single-course-grades tbody tr:first-child th{background-color:#eaeaea}.llms-table.llms-single-course-grades th{font-weight:400}.llms-table.llms-single-course-grades td .llms-donut{display:inline-block;vertical-align:middle}.llms-table.llms-single-course-grades td .llms-status{margin-left:4px}.llms-table.llms-single-course-grades td .llms-donut+.llms-status{margin-right:4px}.llms-table.llms-single-course-grades th.llms-section_title{font-size:110%;font-weight:700}.llms-table.llms-single-course-grades td.llms-lesson_title{padding-right:36px;max-width:40%}.llms-table.llms-single-course-grades td.llms-associated_quiz .llms-donut{display:inline-block;margin-left:5px;vertical-align:middle}.llms-table.llms-single-course-grades td.llms-lesson_title a[href="#"]{pointer-events:none}.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"]{color:inherit;position:relative}.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"] .llms-tooltip{max-width:380px;width:380px}.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"] .llms-tooltip.show{top:-54px}.llms-sd-widgets{display:-webkit-box;display:-ms-flexbox;display:flex}.llms-sd-widgets .llms-sd-widget{background:#f9f9f9;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:10px 10px 20px;padding:0 0 20px}.llms-sd-widgets .llms-sd-widget:first-child{margin-right:0}.llms-sd-widgets .llms-sd-widget:last-child{margin-left:0}.llms-sd-widgets .llms-sd-widget .llms-sd-widget-title{background:#2295ff;color:#fff;font-size:18px;line-height:1;margin:0 0 20px;padding:10px}.llms-sd-widgets .llms-sd-widget .llms-sd-widget-empty{font-size:14px;font-style:italic;opacity:.5;text-align:center}.llms-sd-widgets .llms-sd-widget .llms-donut{margin:0 auto}.llms-sd-widgets .llms-sd-widget .llms-sd-date{opacity:.8;text-align:center;font-size:22px;line-height:1.1}.llms-sd-widgets .llms-sd-widget .llms-sd-date span{display:block}.llms-sd-widgets .llms-sd-widget .llms-sd-date span.day{font-size:52px}.llms-sd-widgets .llms-sd-widget .llms-sd-date span.diff{font-size:12px;font-style:italic;margin-top:8px;opacity:.75}.llms-sd-widgets .llms-sd-widget .llms-achievement{background:rgba(0,0,0,0);margin:0 auto;max-width:120px}.llms-sd-widgets .llms-sd-widget .llms-achievement .llms-achievement-title{display:none}.llms-sd-pagination{margin-top:24px}.llms-sd-pagination:before,.llms-sd-pagination:after{content:" ";display:table}.llms-sd-pagination:after{clear:both}.llms-sd-pagination .llms-button-secondary{display:inline-block}.llms-sd-pagination .llms-button-secondary.prev{float:right}.llms-sd-pagination .llms-button-secondary.next{float:left}.llms-sd-notification-center .llms-notification{z-index:1}.llms-table{border:1px solid #efefef;width:100%}.llms-table thead th,.llms-table thead td{font-weight:700}.llms-table tbody tr:nth-child(odd) td,.llms-table tbody tr:nth-child(odd) th{background:#f9f9f9}.llms-table tbody tr:last-child{border-bottom-width:0}.llms-table tfoot tr{background:#f9f9f9}.llms-table tfoot tr .llms-pagination .page-numbers{margin:0}.llms-table tfoot tr .llms-table-sort{text-align:left}.llms-table tfoot tr .llms-table-sort form,.llms-table tfoot tr .llms-table-sort select,.llms-table tfoot tr .llms-table-sort input,.llms-table tfoot tr .llms-table-sort button{margin:0}.llms-table th{font-weight:700}.llms-table th,.llms-table td{border-bottom:1px solid #efefef;padding:8px 12px}.llms-table th:first-child,.llms-table td:first-child{padding-right:12px}.llms-table th:last-child,.llms-table td:last-child{padding-left:12px}#page .llms-table tfoot label{display:inline}#page .llms-table tfoot select{height:auto}/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/@font-face{font-family:"FontAwesome";src:url("../fonts/fontawesome-webfont.eot?v=4.7.0");src:url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-right:0;margin-right:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;right:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{right:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:right}.fa-pull-right{float:left}.fa.fa-pull-left{margin-left:.3em}.fa.fa-pull-right{margin-right:.3em}.pull-right{float:left}.pull-left{float:right}.fa.pull-left{margin-left:.3em}.fa.pull-right{margin-right:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;right:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
diff --git a/assets/css/lifterlms.css b/assets/css/lifterlms.css
index faf323db8a..c9b1e92ec0 100644
--- a/assets/css/lifterlms.css
+++ b/assets/css/lifterlms.css
@@ -702,8 +702,8 @@
.llms-quiz-wrapper [data-title-active]:hover:before,
.llms-quiz-wrapper [data-title-active]:hover:after {
opacity: 1;
- -webkit-transition: all 0.2s 0.6s ease;
- transition: all 0.2s 0.6s ease;
+ -webkit-transition: all 0 0.1s ease;
+ transition: all 0 0.1s ease;
visibility: visible;
z-index: 99999999;
}
diff --git a/assets/css/lifterlms.min.css b/assets/css/lifterlms.min.css
index 40d6547ae3..5a8a2f099f 100644
--- a/assets/css/lifterlms.min.css
+++ b/assets/css/lifterlms.min.css
@@ -1,4 +1,4 @@
-.llms-pagination ul:before,.llms-pagination ul:after,.llms-student-dashboard .llms-sd-items:before,.llms-form-fields:before,.llms-checkout-cols-2:before,.llms-access-plans:before,.llms-course-navigation:before,.llms-loop-list:before,.llms-cols:before,.llms-student-dashboard .llms-sd-items:after,.llms-form-fields:after,.llms-checkout-cols-2:after,.llms-access-plans:after,.llms-course-navigation:after,.llms-loop-list:after,.llms-cols:after{content:" ";display:table}.llms-pagination ul:after,.llms-student-dashboard .llms-sd-items:after,.llms-form-fields:after,.llms-checkout-cols-2:after,.llms-access-plans:after,.llms-course-navigation:after,.llms-loop-list:after,.llms-cols:after{clear:both}.llms-cols .llms-col{width:100%}@media all and (min-width: 600px){.llms-cols [class*=llms-col-]{float:left}}.llms-flex-cols{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.llms-flex-cols [class*=llms-col]{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:100%}@media all and (min-width: 600px){.llms-cols .llms-col-1,.llms-flex-cols .llms-col-1{width:100%}.llms-cols .llms-col-2,.llms-flex-cols .llms-col-2{width:50%}.llms-cols .llms-col-3,.llms-flex-cols .llms-col-3{width:33.3333333333%}.llms-cols .llms-col-4,.llms-flex-cols .llms-col-4{width:25%}.llms-cols .llms-col-5,.llms-flex-cols .llms-col-5{width:20%}.llms-cols .llms-col-6,.llms-flex-cols .llms-col-6{width:16.6666666667%}.llms-cols .llms-col-7,.llms-flex-cols .llms-col-7{width:14.2857142857%}.llms-cols .llms-col-8,.llms-flex-cols .llms-col-8{width:12.5%}.llms-cols .llms-col-9,.llms-flex-cols .llms-col-9{width:11.1111111111%}.llms-cols .llms-col-10,.llms-flex-cols .llms-col-10{width:10%}.llms-cols .llms-col-11,.llms-flex-cols .llms-col-11{width:9.0909090909%}.llms-cols .llms-col-12,.llms-flex-cols .llms-col-12{width:8.3333333333%}}.llms-button-action,.llms-button-danger,.llms-button-primary,.llms-button-secondary{border:none;border-radius:8px;color:#fefefe;cursor:pointer;font-size:16px;font-weight:700;text-decoration:none;text-shadow:none;line-height:1;margin:0;max-width:100%;padding:12px 24px;position:relative;-webkit-transition:all .5s ease;transition:all .5s ease}.llms-button-action:disabled,.llms-button-danger:disabled,.llms-button-primary:disabled,.llms-button-secondary:disabled{opacity:.5}.llms-button-action:hover,.llms-button-action:active,.llms-button-danger:hover,.llms-button-danger:active,.llms-button-primary:hover,.llms-button-primary:active,.llms-button-secondary:hover,.llms-button-secondary:active{color:#fefefe}.llms-button-action:focus,.llms-button-danger:focus,.llms-button-primary:focus,.llms-button-secondary:focus{color:#fefefe}.llms-button-action.auto,.llms-button-danger.auto,.llms-button-primary.auto,.llms-button-secondary.auto{width:auto}.llms-button-action.full,.llms-button-danger.full,.llms-button-primary.full,.llms-button-secondary.full{display:block;text-align:center;width:100%}.llms-button-action.square,.llms-button-danger.square,.llms-button-primary.square,.llms-button-secondary.square{padding:12px}.llms-button-action.small,.llms-button-danger.small,.llms-button-primary.small,.llms-button-secondary.small{font-size:13px;padding:8px 14px}.llms-button-action.small.square,.llms-button-danger.small.square,.llms-button-primary.small.square,.llms-button-secondary.small.square{padding:8px}.llms-button-action.large,.llms-button-danger.large,.llms-button-primary.large,.llms-button-secondary.large{font-size:18px;line-height:1.2;padding:16px 32px}.llms-button-action.large.square,.llms-button-danger.large.square,.llms-button-primary.large.square,.llms-button-secondary.large.square{padding:16px}.llms-button-action.large .fa,.llms-button-danger.large .fa,.llms-button-primary.large .fa,.llms-button-secondary.large .fa{left:-7px;position:relative}.llms-button-primary{background:#2295ff}.llms-button-primary:hover,.llms-button-primary.clicked{background:#0077e4}.llms-button-primary:focus,.llms-button-primary:active{background:#4ba9ff}.llms-button-secondary{background:#e1e1e1;color:#414141}.llms-button-secondary:hover{color:#414141;background:#cdcdcd}.llms-button-secondary:focus,.llms-button-secondary:active{color:#414141;background:#ebebeb}.llms-button-action{background:#f8954f}.llms-button-action:hover,.llms-button-action.clicked{background:#f67d28}.llms-button-action:focus,.llms-button-action:active{background:#faad76}.llms-button-danger{background:#e5554e}.llms-button-danger:hover{background:#e0332a}.llms-button-danger:focus,.llms-button-danger:active{background:#e86660}.llms-button-outline{background:rgba(0,0,0,0);border:3px solid #1d2327;border-radius:8px;color:#1d2327;cursor:pointer;font-size:16px;font-weight:700;text-decoration:none;text-shadow:none;line-height:1;margin:0;max-width:100%;padding:12px 24px;position:relative;-webkit-transition:all .5s ease;transition:all .5s ease}.llms-button-outline:disabled{opacity:.5}.llms-button-outline:hover,.llms-button-outline:active{color:#1d2327}.llms-button-outline:focus{color:#1d2327}.llms-button-outline.auto{width:auto}.llms-button-outline.full{display:block;text-align:center;width:100%}.llms-button-outline.square{padding:12px}.llms-donut{background-color:#f1f1f1;background-image:none;border-radius:50%;color:#ef476f;height:200px;overflow:hidden;position:relative;width:200px}.llms-donut:before,.llms-donut:after{content:" ";display:table}.llms-donut:after{clear:both}.llms-donut svg{overflow:visible !important;pointer-events:none;width:100%}.llms-donut svg path{fill:none;stroke-width:35px;stroke:#ef476f}.llms-donut.mini{height:36px;width:36px}.llms-donut.mini .percentage{font-size:10px}.llms-donut.small{height:100px;width:100px}.llms-donut.small .percentage{font-size:18px}.llms-donut.medium{height:130px;width:130px}.llms-donut.medium .percentage{font-size:26px}.llms-donut.large{height:260px;width:260px}.llms-donut.large .percentage{font-size:48px}.llms-donut .inside{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:80%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:50%;position:absolute;text-align:center;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:80%;top:50%;z-index:3}.llms-donut .percentage{line-height:1.2;font-size:34px}.llms-donut .caption{font-size:50%}.lifterlms [data-tip],.lifterlms [data-title-default],.lifterlms [data-title-active],.llms-metabox [data-tip],.llms-metabox [data-title-default],.llms-metabox [data-title-active],.llms-mb-container [data-tip],.llms-mb-container [data-title-default],.llms-mb-container [data-title-active],.llms-quiz-wrapper [data-tip],.llms-quiz-wrapper [data-title-default],.llms-quiz-wrapper [data-title-active]{position:relative}.lifterlms [data-tip].tip--top-right:before,.lifterlms [data-title-default].tip--top-right:before,.lifterlms [data-title-active].tip--top-right:before,.llms-metabox [data-tip].tip--top-right:before,.llms-metabox [data-title-default].tip--top-right:before,.llms-metabox [data-title-active].tip--top-right:before,.llms-mb-container [data-tip].tip--top-right:before,.llms-mb-container [data-title-default].tip--top-right:before,.llms-mb-container [data-title-active].tip--top-right:before,.llms-quiz-wrapper [data-tip].tip--top-right:before,.llms-quiz-wrapper [data-title-default].tip--top-right:before,.llms-quiz-wrapper [data-title-active].tip--top-right:before{bottom:100%;left:-10px}.lifterlms [data-tip].tip--top-right:hover:before,.lifterlms [data-title-default].tip--top-right:hover:before,.lifterlms [data-title-active].tip--top-right:hover:before,.llms-metabox [data-tip].tip--top-right:hover:before,.llms-metabox [data-title-default].tip--top-right:hover:before,.llms-metabox [data-title-active].tip--top-right:hover:before,.llms-mb-container [data-tip].tip--top-right:hover:before,.llms-mb-container [data-title-default].tip--top-right:hover:before,.llms-mb-container [data-title-active].tip--top-right:hover:before,.llms-quiz-wrapper [data-tip].tip--top-right:hover:before,.llms-quiz-wrapper [data-title-default].tip--top-right:hover:before,.llms-quiz-wrapper [data-title-active].tip--top-right:hover:before{bottom:calc(100% + 6px)}.lifterlms [data-tip].tip--top-right:after,.lifterlms [data-title-default].tip--top-right:after,.lifterlms [data-title-active].tip--top-right:after,.llms-metabox [data-tip].tip--top-right:after,.llms-metabox [data-title-default].tip--top-right:after,.llms-metabox [data-title-active].tip--top-right:after,.llms-mb-container [data-tip].tip--top-right:after,.llms-mb-container [data-title-default].tip--top-right:after,.llms-mb-container [data-title-active].tip--top-right:after,.llms-quiz-wrapper [data-tip].tip--top-right:after,.llms-quiz-wrapper [data-title-default].tip--top-right:after,.llms-quiz-wrapper [data-title-active].tip--top-right:after{border-top-color:#444;left:6px;top:0}.lifterlms [data-tip].tip--top-right:hover:after,.lifterlms [data-title-default].tip--top-right:hover:after,.lifterlms [data-title-active].tip--top-right:hover:after,.llms-metabox [data-tip].tip--top-right:hover:after,.llms-metabox [data-title-default].tip--top-right:hover:after,.llms-metabox [data-title-active].tip--top-right:hover:after,.llms-mb-container [data-tip].tip--top-right:hover:after,.llms-mb-container [data-title-default].tip--top-right:hover:after,.llms-mb-container [data-title-active].tip--top-right:hover:after,.llms-quiz-wrapper [data-tip].tip--top-right:hover:after,.llms-quiz-wrapper [data-title-default].tip--top-right:hover:after,.llms-quiz-wrapper [data-title-active].tip--top-right:hover:after{top:-6px}.lifterlms [data-tip].tip--top-left:before,.lifterlms [data-title-default].tip--top-left:before,.lifterlms [data-title-active].tip--top-left:before,.llms-metabox [data-tip].tip--top-left:before,.llms-metabox [data-title-default].tip--top-left:before,.llms-metabox [data-title-active].tip--top-left:before,.llms-mb-container [data-tip].tip--top-left:before,.llms-mb-container [data-title-default].tip--top-left:before,.llms-mb-container [data-title-active].tip--top-left:before,.llms-quiz-wrapper [data-tip].tip--top-left:before,.llms-quiz-wrapper [data-title-default].tip--top-left:before,.llms-quiz-wrapper [data-title-active].tip--top-left:before{bottom:100%;right:-10px}.lifterlms [data-tip].tip--top-left:hover:before,.lifterlms [data-title-default].tip--top-left:hover:before,.lifterlms [data-title-active].tip--top-left:hover:before,.llms-metabox [data-tip].tip--top-left:hover:before,.llms-metabox [data-title-default].tip--top-left:hover:before,.llms-metabox [data-title-active].tip--top-left:hover:before,.llms-mb-container [data-tip].tip--top-left:hover:before,.llms-mb-container [data-title-default].tip--top-left:hover:before,.llms-mb-container [data-title-active].tip--top-left:hover:before,.llms-quiz-wrapper [data-tip].tip--top-left:hover:before,.llms-quiz-wrapper [data-title-default].tip--top-left:hover:before,.llms-quiz-wrapper [data-title-active].tip--top-left:hover:before{bottom:calc(100% + 6px)}.lifterlms [data-tip].tip--top-left:after,.lifterlms [data-title-default].tip--top-left:after,.lifterlms [data-title-active].tip--top-left:after,.llms-metabox [data-tip].tip--top-left:after,.llms-metabox [data-title-default].tip--top-left:after,.llms-metabox [data-title-active].tip--top-left:after,.llms-mb-container [data-tip].tip--top-left:after,.llms-mb-container [data-title-default].tip--top-left:after,.llms-mb-container [data-title-active].tip--top-left:after,.llms-quiz-wrapper [data-tip].tip--top-left:after,.llms-quiz-wrapper [data-title-default].tip--top-left:after,.llms-quiz-wrapper [data-title-active].tip--top-left:after{border-top-color:#444;right:6px;top:0}.lifterlms [data-tip].tip--top-left:hover:after,.lifterlms [data-title-default].tip--top-left:hover:after,.lifterlms [data-title-active].tip--top-left:hover:after,.llms-metabox [data-tip].tip--top-left:hover:after,.llms-metabox [data-title-default].tip--top-left:hover:after,.llms-metabox [data-title-active].tip--top-left:hover:after,.llms-mb-container [data-tip].tip--top-left:hover:after,.llms-mb-container [data-title-default].tip--top-left:hover:after,.llms-mb-container [data-title-active].tip--top-left:hover:after,.llms-quiz-wrapper [data-tip].tip--top-left:hover:after,.llms-quiz-wrapper [data-title-default].tip--top-left:hover:after,.llms-quiz-wrapper [data-title-active].tip--top-left:hover:after{top:-6px}.lifterlms [data-tip].tip--bottom-left:before,.lifterlms [data-title-default].tip--bottom-left:before,.lifterlms [data-title-active].tip--bottom-left:before,.llms-metabox [data-tip].tip--bottom-left:before,.llms-metabox [data-title-default].tip--bottom-left:before,.llms-metabox [data-title-active].tip--bottom-left:before,.llms-mb-container [data-tip].tip--bottom-left:before,.llms-mb-container [data-title-default].tip--bottom-left:before,.llms-mb-container [data-title-active].tip--bottom-left:before,.llms-quiz-wrapper [data-tip].tip--bottom-left:before,.llms-quiz-wrapper [data-title-default].tip--bottom-left:before,.llms-quiz-wrapper [data-title-active].tip--bottom-left:before{top:100%;right:-10px}.lifterlms [data-tip].tip--bottom-left:hover:before,.lifterlms [data-title-default].tip--bottom-left:hover:before,.lifterlms [data-title-active].tip--bottom-left:hover:before,.llms-metabox [data-tip].tip--bottom-left:hover:before,.llms-metabox [data-title-default].tip--bottom-left:hover:before,.llms-metabox [data-title-active].tip--bottom-left:hover:before,.llms-mb-container [data-tip].tip--bottom-left:hover:before,.llms-mb-container [data-title-default].tip--bottom-left:hover:before,.llms-mb-container [data-title-active].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:before{top:calc(100% + 6px)}.lifterlms [data-tip].tip--bottom-left:after,.lifterlms [data-title-default].tip--bottom-left:after,.lifterlms [data-title-active].tip--bottom-left:after,.llms-metabox [data-tip].tip--bottom-left:after,.llms-metabox [data-title-default].tip--bottom-left:after,.llms-metabox [data-title-active].tip--bottom-left:after,.llms-mb-container [data-tip].tip--bottom-left:after,.llms-mb-container [data-title-default].tip--bottom-left:after,.llms-mb-container [data-title-active].tip--bottom-left:after,.llms-quiz-wrapper [data-tip].tip--bottom-left:after,.llms-quiz-wrapper [data-title-default].tip--bottom-left:after,.llms-quiz-wrapper [data-title-active].tip--bottom-left:after{border-bottom-color:#444;right:6px;bottom:0}.lifterlms [data-tip].tip--bottom-left:hover:after,.lifterlms [data-title-default].tip--bottom-left:hover:after,.lifterlms [data-title-active].tip--bottom-left:hover:after,.llms-metabox [data-tip].tip--bottom-left:hover:after,.llms-metabox [data-title-default].tip--bottom-left:hover:after,.llms-metabox [data-title-active].tip--bottom-left:hover:after,.llms-mb-container [data-tip].tip--bottom-left:hover:after,.llms-mb-container [data-title-default].tip--bottom-left:hover:after,.llms-mb-container [data-title-active].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:after{bottom:-6px}.lifterlms [data-tip].tip--bottom-right:before,.lifterlms [data-title-default].tip--bottom-right:before,.lifterlms [data-title-active].tip--bottom-right:before,.llms-metabox [data-tip].tip--bottom-right:before,.llms-metabox [data-title-default].tip--bottom-right:before,.llms-metabox [data-title-active].tip--bottom-right:before,.llms-mb-container [data-tip].tip--bottom-right:before,.llms-mb-container [data-title-default].tip--bottom-right:before,.llms-mb-container [data-title-active].tip--bottom-right:before,.llms-quiz-wrapper [data-tip].tip--bottom-right:before,.llms-quiz-wrapper [data-title-default].tip--bottom-right:before,.llms-quiz-wrapper [data-title-active].tip--bottom-right:before{top:100%;left:-10px}.lifterlms [data-tip].tip--bottom-right:hover:before,.lifterlms [data-title-default].tip--bottom-right:hover:before,.lifterlms [data-title-active].tip--bottom-right:hover:before,.llms-metabox [data-tip].tip--bottom-right:hover:before,.llms-metabox [data-title-default].tip--bottom-right:hover:before,.llms-metabox [data-title-active].tip--bottom-right:hover:before,.llms-mb-container [data-tip].tip--bottom-right:hover:before,.llms-mb-container [data-title-default].tip--bottom-right:hover:before,.llms-mb-container [data-title-active].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:before{top:calc(100% + 6px)}.lifterlms [data-tip].tip--bottom-right:after,.lifterlms [data-title-default].tip--bottom-right:after,.lifterlms [data-title-active].tip--bottom-right:after,.llms-metabox [data-tip].tip--bottom-right:after,.llms-metabox [data-title-default].tip--bottom-right:after,.llms-metabox [data-title-active].tip--bottom-right:after,.llms-mb-container [data-tip].tip--bottom-right:after,.llms-mb-container [data-title-default].tip--bottom-right:after,.llms-mb-container [data-title-active].tip--bottom-right:after,.llms-quiz-wrapper [data-tip].tip--bottom-right:after,.llms-quiz-wrapper [data-title-default].tip--bottom-right:after,.llms-quiz-wrapper [data-title-active].tip--bottom-right:after{border-bottom-color:#444;left:6px;bottom:0}.lifterlms [data-tip].tip--bottom-right:hover:after,.lifterlms [data-title-default].tip--bottom-right:hover:after,.lifterlms [data-title-active].tip--bottom-right:hover:after,.llms-metabox [data-tip].tip--bottom-right:hover:after,.llms-metabox [data-title-default].tip--bottom-right:hover:after,.llms-metabox [data-title-active].tip--bottom-right:hover:after,.llms-mb-container [data-tip].tip--bottom-right:hover:after,.llms-mb-container [data-title-default].tip--bottom-right:hover:after,.llms-mb-container [data-title-active].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:after{bottom:-6px}.lifterlms [data-tip]:before,.lifterlms [data-title-default]:before,.lifterlms [data-title-active]:before,.llms-metabox [data-tip]:before,.llms-metabox [data-title-default]:before,.llms-metabox [data-title-active]:before,.llms-mb-container [data-tip]:before,.llms-mb-container [data-title-default]:before,.llms-mb-container [data-title-active]:before,.llms-quiz-wrapper [data-tip]:before,.llms-quiz-wrapper [data-title-default]:before,.llms-quiz-wrapper [data-title-active]:before{background:#444;border-radius:4px;color:#fff;font-size:13px;line-height:1.2;padding:8px;max-width:300px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.lifterlms [data-tip]:after,.lifterlms [data-title-default]:after,.lifterlms [data-title-active]:after,.llms-metabox [data-tip]:after,.llms-metabox [data-title-default]:after,.llms-metabox [data-title-active]:after,.llms-mb-container [data-tip]:after,.llms-mb-container [data-title-default]:after,.llms-mb-container [data-title-active]:after,.llms-quiz-wrapper [data-tip]:after,.llms-quiz-wrapper [data-title-default]:after,.llms-quiz-wrapper [data-title-active]:after{content:"";border:6px solid rgba(0,0,0,0);height:0;width:0}.lifterlms [data-tip]:before,.lifterlms [data-tip]:after,.lifterlms [data-title-default]:before,.lifterlms [data-title-default]:after,.lifterlms [data-title-active]:before,.lifterlms [data-title-active]:after,.llms-metabox [data-tip]:before,.llms-metabox [data-tip]:after,.llms-metabox [data-title-default]:before,.llms-metabox [data-title-default]:after,.llms-metabox [data-title-active]:before,.llms-metabox [data-title-active]:after,.llms-mb-container [data-tip]:before,.llms-mb-container [data-tip]:after,.llms-mb-container [data-title-default]:before,.llms-mb-container [data-title-default]:after,.llms-mb-container [data-title-active]:before,.llms-mb-container [data-title-active]:after,.llms-quiz-wrapper [data-tip]:before,.llms-quiz-wrapper [data-tip]:after,.llms-quiz-wrapper [data-title-default]:before,.llms-quiz-wrapper [data-title-default]:after,.llms-quiz-wrapper [data-title-active]:before,.llms-quiz-wrapper [data-title-active]:after{opacity:0;-webkit-transition:all .2s .1s ease;transition:all .2s .1s ease;position:absolute;pointer-events:none;visibility:hidden}.lifterlms [data-tip]:hover:before,.lifterlms [data-tip]:hover:after,.lifterlms [data-title-default]:hover:before,.lifterlms [data-title-default]:hover:after,.lifterlms [data-title-active]:hover:before,.lifterlms [data-title-active]:hover:after,.llms-metabox [data-tip]:hover:before,.llms-metabox [data-tip]:hover:after,.llms-metabox [data-title-default]:hover:before,.llms-metabox [data-title-default]:hover:after,.llms-metabox [data-title-active]:hover:before,.llms-metabox [data-title-active]:hover:after,.llms-mb-container [data-tip]:hover:before,.llms-mb-container [data-tip]:hover:after,.llms-mb-container [data-title-default]:hover:before,.llms-mb-container [data-title-default]:hover:after,.llms-mb-container [data-title-active]:hover:before,.llms-mb-container [data-title-active]:hover:after,.llms-quiz-wrapper [data-tip]:hover:before,.llms-quiz-wrapper [data-tip]:hover:after,.llms-quiz-wrapper [data-title-default]:hover:before,.llms-quiz-wrapper [data-title-default]:hover:after,.llms-quiz-wrapper [data-title-active]:hover:before,.llms-quiz-wrapper [data-title-active]:hover:after{opacity:1;-webkit-transition:all .2s .6s ease;transition:all .2s .6s ease;visibility:visible;z-index:99999999}.lifterlms [data-tip]:before,.llms-metabox [data-tip]:before,.llms-mb-container [data-tip]:before,.llms-quiz-wrapper [data-tip]:before{content:attr(data-tip)}.lifterlms [data-tip].active:before,.llms-metabox [data-tip].active:before,.llms-mb-container [data-tip].active:before,.llms-quiz-wrapper [data-tip].active:before{content:attr(data-tip-active)}.llms-membership-image{display:block;margin:0 auto}.llms-course-image{display:block;margin:0 auto;max-width:100%}.llms-featured-image{display:block;margin:0 auto}.llms-image-thumb{width:150px}.llms-video-wrapper .center-video{height:auto;max-width:100%;overflow:hidden;position:relative;padding-top:56.25%;text-align:center}.llms-video-wrapper .center-video>.wp-video,.llms-video-wrapper .center-video .fluid-width-video-wrapper,.llms-video-wrapper .center-video iframe,.llms-video-wrapper .center-video object,.llms-video-wrapper .center-video embed{height:100%;left:0;position:absolute;top:0;width:100%}.llms-video-wrapper .center-video>.wp-video{width:100% !important}.llms-video-wrapper .center-video .fluid-width-video-wrapper{padding-top:0 !important}.clear{clear:both;width:100%}.llms-featured-image{text-align:center}#main-content .llms-payment-options p{margin:0;font-size:16px}.llms-option{display:block;position:relative;margin:20px 0;padding-left:40px;font-size:16px}.llms-option label{cursor:pointer;position:static}.llms-option:first-child{margin-top:0}.llms-option:last-child{margin-bottom:0}#main-content .llms-option:last-child{margin-bottom:0}.llms-option input[type=radio]{display:block;position:absolute;top:3px;left:0;z-index:0}.llms-option input[type=radio]{display:inline-block}.llms-option input[type=radio]+label span.llms-radio{display:none}.llms-option input[type=radio]+label span.llms-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:20;position:absolute;top:0;left:-2px;display:inline-block;width:24px;height:24px;border-radius:50%;cursor:pointer;vertical-align:middle;-webkit-box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.5) 0 0 0 1px;box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.5) 0 0 0 1px;background:#efefef;background-image:radial-gradient(ellipse at center, #e5554e 0%, #e5554e 40%, #efefef 45%);background-repeat:no-repeat;-webkit-transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);transition:background-position .15s cubic-bezier(0.8, 0, 1, 1)}.llms-option input[type=radio]:checked+label span.llms-radio{-webkit-transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1)}.llms-option input[type=radio]+label span.llms-radio{background-position:-24px 0}.llms-option input[type=radio]:checked+label span.llms-radio{background-position:0 0}.llms-option input[type=submit]{border:none;background:#e5554e;color:#fff;font-size:20px;padding:10px 0;border-radius:3px;cursor:pointer;width:100%}.llms-styled-text{padding:14px 0}.llms-notice-box{border-radius:3px;z-index:10;margin:10px 0;padding:15px 20px;border:1px solid #ccc;list-style-type:none;width:100%;overflow:auto}.llms-notice-box input[type=text]{height:auto}.llms-notice-box .col-1-1{width:100%}.llms-notice-box .col-1-1 input[type=text]{width:100%}.llms-notice-box .col-1-2{width:50%;float:left}@media screen and (max-width: 768px){.llms-notice-box .col-1-2{width:100%}}.llms-notice-box .col-1-3{width:33%;float:left;margin-right:10px}.llms-notice-box .col-1-4{width:25%;float:left;margin-right:10px}@media screen and (max-width: 768px){.llms-notice-box .col-1-4{width:100%}}.llms-notice-box .col-1-6{width:16.6%;float:left;margin-right:10px}.llms-notice-box .col-1-8{width:11%;float:right}.llms-notice-box .llms-pad-right{padding-right:10px}@media screen and (max-width: 768px){.llms-notice-box .llms-pad-right{padding-right:0}}input[type=text].cc_cvv,#cc_cvv{margin-right:0;width:23%;float:right}.llms-clear-box{border-radius:3px;z-index:10;margin:10px 0;padding:15px 20px;list-style-type:none;width:100%;overflow:auto}.llms-price-label{font-weight:normal}.llms-final-price{font-weight:bold;float:right}.llms-center-content{text-align:center}.llms-input-text{background-color:#fff;border:1px solid #ddd;color:#333;font-size:18px;font-weight:300;padding:16px;width:100%}.llms-price{margin-bottom:0;font-weight:bold}.llms-price-loop{margin-bottom:0;font-weight:bold}.courses .entry{padding:0}.list-view .site-content .llms-course-list .hentry,.list-view .site-content .llms-membership-list .hentry{border-top:0;padding-top:0}.llms-content{width:100%}.llms-lesson-button-wrapper{width:100%;display:block;clear:both;text-align:center}.llms-template-wrapper{width:100%;display:block;clear:both}.llms-button-wrapper{width:100%;display:block;clear:both;text-align:center}.llms-styled-select{border:1px solid #ccc;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px;overflow:hidden;position:relative}.llms-styled-select,.llms-styled-select select{width:100%}select:focus{outline:none}.llms-styled-select select{height:34px;padding:5px 0 5px 5px;background:rgba(0,0,0,0);border:none;-webkit-appearance:none;font-size:16px;color:#444}@-moz-document url-prefix(){.--ms-styled-select select{width:110%}}.llms-styled-select .fa-sort-desc{position:absolute;top:0;right:12px;font-size:24px;color:#ccc}select::-ms-expand{display:none}_:-o-prefocus .llms-styled-select,.selector .llms-styled-select{background:none}.llms-form-item-wrapper{margin-bottom:1em}.llms-progress-circle{position:relative;width:200px;height:200px;float:left}.llms-progress-circle-count{top:27%;position:absolute;width:94%;text-align:center;color:#666;font-size:44px}.llms-progress-circle svg{position:absolute;width:200px;height:200px}.llms-progress-circle circle{fill:rgba(0,0,0,0)}svg .llms-background-circle{fill:rgba(0,0,0,0);stroke-width:10px;stroke:#f1f2f1;stroke-dasharray:430}svg .llms-animated-circle{fill:rgba(0,0,0,0);stroke-width:10px;stroke:#e5554e;stroke-dasharray:430;stroke-dashoffset:410}.llms-widget-syllabus .llms-lesson.current-lesson .lesson-title{font-weight:700}.llms-widget-syllabus .llms-lesson-complete,.llms-widget-syllabus .lesson-complete-placeholder{font-size:1.2em;margin-right:6px;color:#ccc}.llms-widget-syllabus .llms-lesson-complete.done,.llms-widget-syllabus .lesson-complete-placeholder.done{color:#e5554e}.llms-widget-syllabus .section-title{font-weight:bold}.llms-widget-syllabus .lesson-title a{text-decoration:none}.llms-widget-syllabus .lesson-title a:hover{text-decoration:none !important}.llms-widget-syllabus .lesson-title.done a{color:#999;text-decoration:line-through}.llms-widget-syllabus ul{list-style-type:none}.llms-widget-syllabus ul li{list-style-type:none}.llms-widget-syllabus ul li ul li{margin:0 0 2px 0;padding:0}.llms-remove-coupon{float:right}.llms-lesson-link-locked,.llms-lesson-link-locked:hover{background:#f1f1f1;-webkit-box-shadow:0 1px 2px 0 rgba(1,1,1,.4);box-shadow:0 1px 2px 0 rgba(1,1,1,.4);display:block;color:#a6a6a6;min-height:85px;padding:15px;text-decoration:none;position:relative}.llms-lesson-preview.is-complete .llms-lesson-link-locked{padding-left:75px}.llms-lesson-tooltip{display:none;position:absolute;color:#000;background-color:silver;padding:.25em;border-radius:2px;z-index:100;top:0;left:50%;text-align:center;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.llms-lesson-tooltip:after{content:"";width:0;height:0;border-top:8px solid silver;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);position:absolute;bottom:-8px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.llms-lesson-tooltip.active{display:inline-block}.llms-favorite-wrapper{cursor:pointer}.llms-favorite-wrapper .fa-heart{color:#ef476f}.llms-has-favorite .llms-parent-course-link{display:inline-block;margin-bottom:20px}.llms-has-favorite .llms-parent-course-link+.llms-favorite-wrapper{float:right;margin:0}.llms-syllabus-wrapper .llms-has-favorite{text-align:left}.llms-syllabus-wrapper .llms-has-favorite .llms-favorite-wrapper{display:inline-block}.llms-loop-list{list-style:none;margin:0 -10px;padding:0}@media all and (min-width: 600px){.llms-loop-list.cols-1 .llms-loop-item{width:100%}.llms-loop-list.cols-2 .llms-loop-item{width:50%}.llms-loop-list.cols-3 .llms-loop-item{width:33.3333333333%}.llms-loop-list.cols-4 .llms-loop-item{width:25%}.llms-loop-list.cols-5 .llms-loop-item{width:20%}.llms-loop-list.cols-6 .llms-loop-item{width:16.6666666667%}}.llms-loop-item{float:left;list-style:none;margin:0;padding:0;width:100%}.llms-loop-item-content{background:#f1f1f1;padding-bottom:10px;margin:10px}.llms-loop-item-content:hover{background:#eaeaea}.llms-loop-item-content .llms-loop-link{color:#212121;display:block}.llms-loop-item-content .llms-loop-link:visited{color:#212121}.llms-loop-item-content .llms-featured-image{display:block;max-width:100%}.llms-loop-item-content .llms-loop-title{margin-top:5px}.llms-loop-item-content .llms-loop-title:hover{color:#2295ff}.llms-loop-item-content .llms-meta,.llms-loop-item-content .llms-author,.llms-loop-item-content .llms-loop-title{padding:0 10px}.llms-loop-item-content .llms-meta,.llms-loop-item-content .llms-author{color:#444;display:block;font-size:13px;margin-bottom:3px}.llms-loop-item-content .llms-meta:last-child,.llms-loop-item-content .llms-author:last-child{margin-bottom:0}.llms-loop-item-content .llms-featured-img-wrap{overflow:hidden}.llms-loop-item-content p{margin-bottom:0}.llms-loop-item-content .llms-progress{margin:0;height:.4em}.llms-loop-item-content .llms-progress .progress__indicator{display:none}.llms-loop-item-content .llms-progress .llms-progress-bar{background-color:#f6f6f6;right:0;top:0}.course .llms-meta-info{margin:20px 0}.course .llms-meta-info .llms-meta-title{margin-bottom:5px}.course .llms-meta-info .llms-meta p{margin-bottom:0}.course .llms-meta-info .llms-meta span{font-weight:700}.course .llms-course-progress{margin:40px auto;max-width:480px;text-align:center}.llms-syllabus-wrapper{margin:15px;text-align:center}.llms-syllabus-wrapper .llms-section-title{margin:25px 0 0}.llms-course-navigation .llms-prev-lesson,.llms-course-navigation .llms-next-lesson,.llms-course-navigation .llms-back-to-course{width:49%}.llms-course-navigation .llms-prev-lesson,.llms-course-navigation .llms-back-to-course{float:left;margin-right:.5%}.llms-course-navigation .llms-next-lesson,.llms-course-navigation .llms-prev-lesson+.llms-back-to-course{float:right;margin-left:.5%}.llms-lesson-preview{display:inline-block;margin-top:15px;max-width:100%;position:relative;width:480px}.llms-lesson-preview .llms-lesson-link{background:#f1f1f1;color:#212121;display:block;padding:15px;text-decoration:none}.llms-lesson-preview .llms-lesson-link:before,.llms-lesson-preview .llms-lesson-link:after{content:" ";display:table}.llms-lesson-preview .llms-lesson-link:after{clear:both}.llms-lesson-preview .llms-lesson-link:hover{background:#eaeaea}.llms-lesson-preview .llms-lesson-link:visited{color:#212121}.llms-lesson-preview .llms-lesson-thumbnail{margin-bottom:10px}.llms-lesson-preview .llms-lesson-thumbnail img{display:block;width:100%}.llms-lesson-preview .llms-pre-text{text-align:left}.llms-lesson-preview .llms-lesson-title{font-weight:700;margin:0 auto 10px;text-align:left}.llms-lesson-preview .llms-lesson-title:last-child{margin-bottom:0}.llms-lesson-preview .llms-lesson-excerpt{text-align:left}.llms-lesson-preview .llms-main{float:left;width:100%}.llms-lesson-preview .llms-extra{float:right;width:15%}.llms-lesson-preview .llms-extra+.llms-main{width:85%}.llms-lesson-preview .llms-lesson-counter,.llms-lesson-preview .llms-free-lesson-svg,.llms-lesson-preview .llms-lesson-complete,.llms-lesson-preview .llms-lesson-complete-placeholder{display:block;font-size:32px;margin-bottom:15px}.llms-lesson-preview.is-free .llms-lesson-complete,.llms-lesson-preview.is-complete .llms-lesson-complete{color:#2295ff}.llms-lesson-preview .llms-icon-free{background:#2295ff;border-radius:4px;color:#f1f1f1;display:inline-block;padding:5px 6px 4px;line-height:1;font-size:14px}.llms-lesson-preview.is-incomplete .llms-lesson-complete{color:#cacaca}.llms-lesson-preview .llms-lesson-counter{font-size:16px;line-height:1}.llms-lesson-preview .llms-free-lesson-svg{fill:currentColor;height:23px;width:50px}.llms-lesson-preview p{margin-bottom:0}.llms-progress{clear:both;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;position:relative;height:1em;width:100%;margin:15px 0}.llms-progress .llms-progress-bar{background-color:#f1f2f1;position:relative;height:.4em;top:.3em;width:100%}.llms-progress .progress-bar-complete{background-color:#ef476f;height:100%}.progress__indicator{float:right;text-align:right;height:1em;line-height:1em;margin-left:5px;white-space:nowrap}.llms-author .name{margin-left:5px}.llms-author .label{margin-left:5px}.llms-author .avatar{border-radius:50%}.llms-author .bio{margin-top:5px}.llms-instructor-info .llms-instructors .llms-col:first-child .llms-author{margin-left:0}.llms-instructor-info .llms-instructors .llms-col:last-child .llms-author{margin-right:0}.llms-instructor-info .llms-instructors .llms-author{background:#f5f5f5;border-top:4px solid #2295ff;text-align:center;margin:45px 5px 5px;padding:0 10px 10px}.llms-instructor-info .llms-instructors .llms-author .avatar{background:#2295ff;border:4px solid #2295ff;display:block;margin:-35px auto 10px}.llms-instructor-info .llms-instructors .llms-author .llms-author-info{display:block}.llms-instructor-info .llms-instructors .llms-author .llms-author-info.name{font-weight:700}.llms-instructor-info .llms-instructors .llms-author .llms-author-info.label{font-size:85%}.llms-instructor-info .llms-instructors .llms-author .llms-author-info.bio{font-size:90%;margin-bottom:0}.llms_review{margin:20px 0px;padding:10px}.llms_review h5{font-size:17px;margin:3px 0px}.llms_review h6{font-size:13px}.llms_review p{font-size:15px}.review_box [type=text]{margin:10px 0px}.review_box h5{color:red;display:none}.review_box+.thank_you_box{display:none}.llms-notice{background:rgba(34,149,255,.3);border-color:#2295ff;border-style:solid;border-width:3px;padding:10px;margin-bottom:10px}.llms-notice p:last-child,.llms-notice ul:last-child{margin-bottom:0}.llms-notice li{list-style-type:none}.llms-notice.llms-debug{background:rgba(202,202,202,.3);border-color:#cacaca}.llms-notice.llms-error{background:rgba(229,85,78,.3);border-color:#e5554e}.llms-notice.llms-success{background:rgba(131,195,115,.3);border-color:#83c373}.entry-content .llms-notice{margin:0 0 10px}.entry-content .llms-notice li{list-style-type:none}ul.llms-achievements-loop,.lifterlms ul.llms-achievements-loop,ul.llms-certificates-loop,.lifterlms ul.llms-certificates-loop{list-style-type:none;margin:0 -10px;padding:0}ul.llms-achievements-loop:before,ul.llms-achievements-loop:after,.lifterlms ul.llms-achievements-loop:before,.lifterlms ul.llms-achievements-loop:after,ul.llms-certificates-loop:before,ul.llms-certificates-loop:after,.lifterlms ul.llms-certificates-loop:before,.lifterlms ul.llms-certificates-loop:after{content:" ";display:table}ul.llms-achievements-loop:after,.lifterlms ul.llms-achievements-loop:after,ul.llms-certificates-loop:after,.lifterlms ul.llms-certificates-loop:after{clear:both}ul.llms-achievements-loop li.llms-achievement-loop-item,ul.llms-achievements-loop li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop li.llms-certificate-loop-item,ul.llms-certificates-loop li.llms-achievement-loop-item,ul.llms-certificates-loop li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;float:left;list-style-type:none;margin:0;padding:10px;width:100%}@media all and (min-width: 600px){ul.llms-achievements-loop.loop-cols-1 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-1 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-1 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-1 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-1 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-1 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-1 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-1 li.llms-certificate-loop-item{width:100%}ul.llms-achievements-loop.loop-cols-2 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-2 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-2 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-2 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-2 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-2 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-2 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-2 li.llms-certificate-loop-item{width:50%}ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-3 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-3 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:33.3333333333%}ul.llms-achievements-loop.loop-cols-4 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-4 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-4 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-4 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-4 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-4 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-4 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-4 li.llms-certificate-loop-item{width:25%}ul.llms-achievements-loop.loop-cols-5 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-5 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-5 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-5 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-5 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-5 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-5 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-5 li.llms-certificate-loop-item{width:20%}}.llms-achievement,.llms-certificate{background:#f1f1f1;border:none;color:inherit;display:block;text-decoration:none;width:100%}.llms-achievement:hover,.llms-certificate:hover{background:#eaeaea}.llms-achievement .llms-achievement-img,.llms-certificate .llms-achievement-img{display:block;margin:0;width:100%}.llms-achievement .llms-achievement-title,.llms-certificate .llms-achievement-title{font-size:16px;margin:0;padding:10px;text-align:center}.llms-achievement .llms-certificate-title,.llms-certificate .llms-certificate-title{font-size:16px;margin:0;padding:0 0 10px}.llms-achievement .llms-achievement-info,.llms-achievement .llms-achievement-date,.llms-certificate .llms-achievement-info,.llms-certificate .llms-achievement-date{display:none}.llms-achievement .llms-achievement-content,.llms-certificate .llms-achievement-content{padding:20px}.llms-achievement .llms-achievement-content:empty,.llms-certificate .llms-achievement-content:empty{padding:0}.llms-achievement .llms-achievement-content *:last-child,.llms-certificate .llms-achievement-content *:last-child{margin-bottom:0}.llms-certificate{border:4px double #f1f1f1;padding:20px 10px;background:#fff;text-align:center}.llms-certificate:hover{background:#fff;border-color:#eaeaea}.llms-achievement-modal .llms-achievement{background:#fff}.llms-achievement-modal .llms-achievement-info{display:block}.llms-achievement-modal .llms-achievement-title{display:none}.llms-notification{background:#fff;-webkit-box-shadow:0 1px 2px -2px #333,0 1px 1px -1px #333;box-shadow:0 1px 2px -2px #333,0 1px 1px -1px #333;border-top:4px solid #2295ff;opacity:0;padding:12px;position:fixed;right:-800px;top:24px;-webkit-transition:opacity .4s ease-in-out,right .4s ease-in-out;transition:opacity .4s ease-in-out,right .4s ease-in-out;visibility:hidden;width:auto;z-index:9999999}.llms-notification:before,.llms-notification:after{content:" ";display:table}.llms-notification:after{clear:both}.llms-notification.visible{left:12px;opacity:1;right:12px;-webkit-transition:opacity .4s ease-in-out,right .4s ease-in-out,top .1s ease-in-out,background .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:opacity .4s ease-in-out,right .4s ease-in-out,top .1s ease-in-out,background .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:opacity .4s ease-in-out,right .4s ease-in-out,top .1s ease-in-out,background .2s ease-in-out,transform .2s ease-in-out;transition:opacity .4s ease-in-out,right .4s ease-in-out,top .1s ease-in-out,background .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;visibility:visible}.llms-notification.visible:hover .llms-notification-dismiss{opacity:1}.llms-notification .llms-notification-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.llms-notification .llms-notification-main{-ms-flex-item-align:start;align-self:flex-start;-webkit-box-flex:4;-ms-flex:4;flex:4;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.llms-notification .llms-notification-title{font-size:18px;margin:0}.llms-notification .llms-notification-body{font-size:14px;line-height:1.4}.llms-notification .llms-notification-body p,.llms-notification .llms-notification-body li{font-size:inherit}.llms-notification .llms-notification-body p{margin-bottom:8px}.llms-notification .llms-notification-body .llms-mini-cert{background:#f6f6f6;border:1px solid #d0d0d0;-webkit-box-shadow:inset 0 0 0 3px #fefefe,inset 0 0 0 4px #dedede;box-shadow:inset 0 0 0 3px #fefefe,inset 0 0 0 4px #dedede;padding:16px 16px 24px;margin-top:12px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert-title{font-size:16px;font-weight:700;margin:12px auto;text-align:center}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body{width:100%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(1){width:65%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(2){width:35%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(3){width:85%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(4){width:75%;margin-top:18px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(5){width:70%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(6){margin-left:12px;margin-bottom:-24px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(7){width:65%;margin-right:12px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--mock-line{border-radius:2px;height:8px;background:#b0b0b0;background-image:-webkit-gradient(linear, left top, right top, from(#b0b0b0), color-stop(20%, #a0a0a0), color-stop(40%, #b0b0b0), to(#b0b0b0));background-image:linear-gradient(to right, #b0b0b0 0%, #a0a0a0 20%, #b0b0b0 40%, #b0b0b0 100%);background-repeat:no-repeat;margin:4px auto}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--mock-dot{background:#b0b0b0;border-radius:50%;display:inline-block;content:"";height:24px;width:24px}.llms-notification .llms-notification-body .llms-mini-cert p{margin-bottom:0}.llms-notification .llms-notification-aside{-ms-flex-item-align:start;align-self:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:12px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.llms-notification .llms-notification-icon{display:block;max-width:64px}.llms-notification .llms-notification-footer{border-top:1px solid #e5e5e5;font-size:12px;margin-top:12px;padding:6px 6px 0;text-align:right}.llms-notification .llms-notification-dismiss{color:#e5554e;cursor:pointer;font-size:22px;position:absolute;right:10px;top:8px;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.llms-sd-notification-center .llms-notification-list,.llms-sd-notification-center .llms-notification-list-item{list-style-type:none;margin:0;padding:0}.llms-sd-notification-center .llms-notification-list-item:hover .llms-notification{background:#fcfcfc}.llms-sd-notification-center .llms-notification{opacity:1;border-top:1px solid #e5e5e5;left:auto;padding:24px;position:relative;right:auto;top:auto;visibility:visible;width:auto}.llms-sd-notification-center .llms-notification .llms-notification-aside{max-width:64px}.llms-sd-notification-center .llms-notification .llms-notification-footer{border:none;padding:0;text-align:left}.llms-sd-notification-center .llms-notification .llms-progress{display:none !important}.llms-sd-notification-center .llms-notification .llms-notification-date{color:#515151;float:left;margin-right:6px}.llms-sd-notification-center .llms-notification .llms-mini-cert{margin:0 auto;max-width:380px}@media all and (min-width: 480px){.llms-notification{right:-800px;width:360px}.llms-notification.visible{left:auto;right:24px}.llms-notification .llms-notification-dismiss{opacity:0}}.llms-pagination ul{list-style-type:none}.llms-pagination ul li{float:left}.llms-pagination ul li a{border-bottom:0;text-decoration:none}.llms-pagination ul li .page-numbers{padding:.5em;text-decoration:underline}.llms-pagination ul li .page-numbers.current{text-decoration:none}.llms-tooltip{background:#2a2a2a;border-radius:4px;color:#fff;font-size:14px;line-height:1.2;opacity:0;top:-20px;padding:8px 12px;left:50%;position:absolute;pointer-events:none;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:opacity .2s ease,top .2s ease;transition:opacity .2s ease,top .2s ease;max-width:320px}.llms-tooltip.show{top:-28px;opacity:1}.llms-tooltip:after{bottom:-8px;border-top:8px solid #2a2a2a;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);content:"";height:0;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0}.webui-popover-title{font-size:initial;font-weight:initial;line-height:initial}.webui-popover-inverse .webui-popover-inner .close{color:#fff;opacity:.6;text-shadow:none}.webui-popover-inverse .webui-popover-inner .close:hover{opacity:.8}.webui-popover-inverse .webui-popover-content a{color:#fff;text-decoration:underline}.webui-popover-inverse .webui-popover-content a:hover{text-decoration:none}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results{margin:0;padding:0;list-style-type:none}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question{background:#efefef;margin:0 0 10px;position:relative;list-style-type:none}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer{color:inherit;display:block;padding:10px 35px 10px 10px;text-decoration:none}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after{content:" ";display:table}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after{clear:both}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect{background:rgba(255,146,43,.2)}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct .llms-status-icon,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect .llms-status-icon{background-color:#ff922b}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct{background:rgba(131,195,115,.2)}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct .llms-status-icon{background-color:#83c373}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect{background:rgba(229,85,78,.2)}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect .llms-status-icon{background-color:#e5554e}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question pre{overflow:auto}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title{float:left;margin:0;line-height:1}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points{float:right;line-height:1}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip{position:absolute;right:-12px;top:-2px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon{color:rgba(255,255,255,.65);border-radius:50%;font-size:30px;height:40px;line-height:40px;text-align:center;width:40px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main{display:none;padding:0 10px 10px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-results-label{font-weight:700;margin-bottom:10px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers{margin:0;padding:0}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer{padding:0;margin:0 0 0 30px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer:only-child{list-style-type:none;margin-left:0}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main img{height:auto;max-width:200px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section{border-top:2px solid rgba(255,255,255,.5);margin-top:20px;padding-top:20px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-child{border-top:none;margin-top:0;padding-top:0}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers{list-style-type:none;margin:0;padding:0}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer{display:inline-block;list-style-type:none;margin:0;padding:5px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed{opacity:.5}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed .llms-question-title{font-style:italic;font-weight:normal}.single-llms_quiz .llms-return{margin-bottom:10px}.single-llms_quiz .llms-quiz-results:before,.single-llms_quiz .llms-quiz-results:after{content:" ";display:table}.single-llms_quiz .llms-quiz-results:after{clear:both}.single-llms_quiz .llms-quiz-results .llms-donut.passing{color:#83c373}.single-llms_quiz .llms-quiz-results .llms-donut.passing svg path{stroke:#83c373}.single-llms_quiz .llms-quiz-results .llms-donut.pending{color:#555}.single-llms_quiz .llms-quiz-results .llms-donut.pending svg path{stroke:#555}.single-llms_quiz .llms-quiz-results .llms-donut.failing{color:#e5554e}.single-llms_quiz .llms-quiz-results .llms-donut.failing svg path{stroke:#e5554e}.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside,.single-llms_quiz .llms-quiz-results .llms-quiz-results-main,.single-llms_quiz .llms-quiz-results .llms-quiz-results-history{margin-bottom:20px}@media all and (min-width: 600px){.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside{float:left;width:220px}.single-llms_quiz .llms-quiz-results .llms-quiz-results-main,.single-llms_quiz .llms-quiz-results .llms-quiz-results-history{float:right;width:calc(100% - 300px)}.single-llms_quiz .llms-quiz-results .llms-quiz-results-history{clear:right}}.single-llms_quiz ul.llms-quiz-meta-info,.single-llms_quiz ul.llms-quiz-meta-info li{list-style-type:none;margin:0;padding:0}.single-llms_quiz ul.llms-quiz-meta-info{margin-bottom:10px}.single-llms_quiz .llms-quiz-buttons{margin-top:10px;text-align:left}.single-llms_quiz .llms-quiz-buttons form{display:inline-block}.llms-quiz-question-wrapper{min-height:140px;position:relative}.llms-quiz-question-wrapper .llms-quiz-loading{bottom:20px;left:0;position:absolute;right:0;text-align:center;z-index:1}.llms-quiz-question-wrapper .llms-question-image img{height:auto;max-width:100%}.llms-quiz-ui{background:#fcfcfc;padding:20px;position:relative}.llms-quiz-ui .llms-quiz-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 30px}.llms-quiz-ui .llms-progress{background-color:#f1f2f1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:8px;margin:0;overflow:hidden}.llms-quiz-ui .llms-progress .progress-bar-complete{-webkit-transition:width .3s ease-in;transition:width .3s ease-in;width:0}.llms-quiz-ui .llms-error{background:#e5554e;border-radius:4px;color:#fff;margin:10px 0;padding:10px}.llms-quiz-ui .llms-error:before,.llms-quiz-ui .llms-error:after{content:" ";display:table}.llms-quiz-ui .llms-error:after{clear:both}.llms-quiz-ui .llms-error a{color:rgba(255,255,255,.6);float:right;font-size:22px;line-height:1;text-decoration:none}.llms-quiz-ui .llms-quiz-counter{display:none;color:#6a6a6a;float:right;font-size:18px}.llms-quiz-ui .llms-quiz-counter .llms-sep{margin:0 5px}.llms-quiz-ui .llms-quiz-nav{margin-top:20px}.llms-quiz-ui .llms-quiz-nav button{margin:0 10px 0 0}.llms-question-wrapper .llms-question-text{font-size:30px;font-weight:400;margin-bottom:15px}.llms-question-wrapper ol.llms-question-choices{list-style-type:none;margin:0;padding:0}.llms-question-wrapper ol.llms-question-choices li.llms-choice{border-bottom:1px solid #e8e8e8;margin:0;padding:0;position:relative}.llms-question-wrapper ol.llms-question-choices li.llms-choice:last-child{border-bottom:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture{border-bottom:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture label{display:inline-block;padding:0}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-marker{bottom:10px;margin:0;position:absolute;right:10px}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-choice-image{margin:2px;padding:20px;-webkit-transition:background .4s ease;transition:background .4s ease}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-choice-image img{display:block;height:auto;width:100%}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture input:checked~.llms-choice-image{background:#efefef}.llms-question-wrapper ol.llms-question-choices li.llms-choice input{display:none;left:0;pointer-events:none;position:absolute;top:0;visibility:hidden}.llms-question-wrapper ol.llms-question-choices li.llms-choice label{display:block;margin:0;padding:10px 20px;position:relative}.llms-question-wrapper ol.llms-question-choices li.llms-choice label.hovered .llms-marker:not(.type--lister) .iterator{display:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice label.hovered .llms-marker:not(.type--lister) .fa{display:inline}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker{background:#f0f0f0;display:inline-block;font-size:20px;height:40px;line-height:40px;margin-right:10px;text-align:center;-webkit-transition:all .2s ease;transition:all .2s ease;vertical-align:middle;width:40px}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker .fa{display:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--lister,.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--checkbox{border-radius:4px}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--radio{border-radius:50%}.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker{background:#ef476f;color:#fff}.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker .iterator{display:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker .fa{display:inline}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-choice-text{display:inline-block;font-size:18px;font-weight:400;line-height:1.6;margin-bottom:0;vertical-align:middle;width:calc(100% - 60px)}.llms-quiz-timer{background:#fff;border:1px solid #83c373;border-radius:4px;color:#83c373;float:right;font-size:18px;line-height:1;margin-left:20px;padding:8px 12px;position:relative;white-space:nowrap;z-index:1}.llms-quiz-timer.color-half{border-color:#ff922b;color:#ff922b}.llms-quiz-timer.color-empty{border-color:#e5554e;color:#e5554e}.llms-quiz-timer .llms-tiles{display:inline-block;margin-left:5px}.voucher-expand{display:none}@media all and (min-width: 600px){.llms-access-plans.cols-1 .llms-access-plan{width:100%}.llms-access-plans.cols-2 .llms-access-plan{width:50%}.llms-access-plans.cols-3 .llms-access-plan{width:33.3333333333%}.llms-access-plans.cols-4 .llms-access-plan{width:25%}.llms-access-plans.cols-5 .llms-access-plan{width:20%}}.llms-free-enroll-form{margin-bottom:0}.llms-access-plan{-webkit-box-sizing:border-box;box-sizing:border-box;float:left;text-align:center;width:100%}.llms-access-plan .llms-access-plan-footer,.llms-access-plan .llms-access-plan-content{background:#f1f1f1}.llms-access-plan.featured .llms-access-plan-featured{background:#4ba9ff}.llms-access-plan.featured .llms-access-plan-footer,.llms-access-plan.featured .llms-access-plan-content{border-left:3px solid #2295ff;border-right:3px solid #2295ff}.llms-access-plan.featured .llms-access-plan-footer{border-bottom-color:#2295ff}.llms-access-plan.on-sale .price-regular{text-decoration:line-through}.llms-access-plan .stamp{background:#2295ff;color:#fff;font-size:11px;font-style:normal;font-weight:300;padding:2px 3px;vertical-align:top}.llms-access-plan .llms-access-plan-restrictions ul{margin:0}.llms-access-plan-featured{color:#fff;font-size:14px;font-weight:400;margin:0 2px 0 2px}.llms-access-plan-content{margin:0 2px 0}.llms-access-plan-content .llms-access-plan-pricing{padding:10px 0 0}.llms-access-plan-title{background:#2295ff;color:#fff;margin-bottom:0;padding:10px}.llms-access-plan-pricing .llms-price-currency-symbol{font-size:14px;vertical-align:top}.llms-access-plan-price{font-size:18px;font-variant:small-caps;line-height:20px}.llms-access-plan-price .lifterlms-price{font-weight:700}.llms-access-plan-price.sale{padding:5px 0;border-top:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0}.llms-access-plan-trial,.llms-access-plan-schedule,.llms-access-plan-sale-end,.llms-access-plan-expiration{font-size:15px;font-variant:small-caps;line-height:1.2}.llms-access-plan-description{font-size:16px;padding:10px 10px 0}.llms-access-plan-description ul{margin:0}.llms-access-plan-description ul li{border-bottom:1px solid #d0d0d0;list-style-type:none}.llms-access-plan-description ul li:last-child{border-bottom:none}.llms-access-plan-description div:last-child,.llms-access-plan-description img:last-child,.llms-access-plan-description p:last-child,.llms-access-plan-description ul:last-child,.llms-access-plan-description li:last-child{margin-bottom:0}.llms-access-plan-restrictions .stamp{vertical-align:baseline}.llms-access-plan-restrictions ul{margin:0}.llms-access-plan-restrictions ul li{font-size:12px;line-height:14px;list-style-type:none}.llms-access-plan-restrictions a{color:#f8954f}.llms-access-plan-restrictions a:hover{color:#f67d28}.llms-access-plan-footer{border-bottom:3px solid #f1f1f1;padding:10px;margin:0 2px 2px 2px}.llms-access-plan-footer .llms-access-plan-pricing{padding:0 0 10px}.webui-popover-content .llms-members-only-restrictions{text-align:center}.webui-popover-content .llms-members-only-restrictions ul,.webui-popover-content .llms-members-only-restrictions ol,.webui-popover-content .llms-members-only-restrictions li,.webui-popover-content .llms-members-only-restrictions p{margin:0;padding:0}.webui-popover-content .llms-members-only-restrictions ul,.webui-popover-content .llms-members-only-restrictions ol,.webui-popover-content .llms-members-only-restrictions li{list-style-type:none}.webui-popover-content .llms-members-only-restrictions li{padding:8px 0;border-top:1px solid #3b3b3b}.webui-popover-content .llms-members-only-restrictions li:first-child{border-top:none}.webui-popover-content .llms-members-only-restrictions li a{display:block}.llms-checkout-wrapper form.llms-login{border:3px solid #2295ff;display:none;margin-bottom:10px}.llms-checkout-wrapper .llms-form-heading{background:#2295ff;color:#fff;margin:0 0 5px;padding:10px}.llms-checkout{background:#fff;position:relative}@media all and (min-width: 800px){.llms-checkout-cols-2 .llms-checkout-col{float:left}.llms-checkout-cols-2 .llms-checkout-col.llms-col-1{margin-right:5px;width:calc(58% - 5px)}.llms-checkout-cols-2 .llms-checkout-col.llms-col-2{margin-left:5px;width:calc(42% - 5px)}.llms-checkout-cols-2 .llms-checkout-col.llms-col-2 button{width:100%}}.llms-checkout-section{border:3px solid #2295ff;margin-bottom:10px;position:relative}.llms-checkout-section-content{margin:10px}.llms-checkout-section-content.llms-form-fields{margin:0px}.llms-checkout-section-content .llms-label{font-weight:400;font-variant:small-caps;text-transform:lowercase}.llms-checkout-section-content .llms-order-summary{list-style-type:none;margin:0;padding:0}.llms-checkout-section-content .llms-order-summary li{list-style-type:none}.llms-checkout-section-content .llms-order-summary li.llms-pricing.on-sale .price-regular,.llms-checkout-section-content .llms-order-summary li.llms-pricing.has-coupon .price-regular{text-decoration:line-through}.llms-checkout-section-content .llms-coupon-wrapper{border-top:1px solid #dadada;margin-top:10px;padding-top:10px}.llms-checkout-section-content .llms-coupon-wrapper .llms-coupon-entry{display:none;margin-top:10px}.llms-form-field.llms-payment-gateway-option label+span.llms-description{display:inline-block;margin-left:5px}.llms-form-field.llms-payment-gateway-option .llms-description a{border:none;-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.llms-form-field.llms-payment-gateway-option .llms-description img{display:inline;max-height:22px;vertical-align:middle}.llms-checkout-wrapper ul.llms-payment-gateways{margin:5px 0 0;padding:0}ul.llms-payment-gateways{list-style-type:none}ul.llms-payment-gateways li:last-child:after{border-bottom:1px solid #dadada;content:"";display:block;margin:10px}ul.llms-payment-gateways .llms-payment-gateway{margin-bottom:5px;list-style-type:none}ul.llms-payment-gateways .llms-payment-gateway:last-child{margin-bottom:none}ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-payment-gateway-option label{font-weight:700}ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-gateway-fields{display:block}ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-gateway-fields .llms-notice{margin-left:10px;margin-right:10px}ul.llms-payment-gateways .llms-payment-gateway .llms-form-field{padding-bottom:0}ul.llms-payment-gateways .llms-gateway-description{margin-left:40px}ul.llms-payment-gateways .llms-gateway-fields{display:none;margin:5px 0 20px}ul.llms-payment-gateways .llms-payment-gateway-error{padding:0 10px}.llms-checkout-confirm{margin:0 10px}.llms-payment-method{margin:10px 10px 0}.llms-gateway-description p{font-size:85%;font-style:italic;margin-bottom:0}.llms-form-fields{-webkit-box-sizing:border-box;box-sizing:border-box}.llms-form-fields *{-webkit-box-sizing:border-box;box-sizing:border-box}.llms-form-fields.flush .llms-form-field{padding:0 0 10px}.llms-form-fields .wp-block-columns,.llms-form-fields .wp-block-column{margin-bottom:0}.llms-form-heading{padding:0 10px 10px}.llms-form-field{float:left;padding:0 10px 10px;position:relative;width:100%}.llms-form-field label:empty:after{content:" "}.llms-form-field.valid input[type=date],.llms-form-field.valid input[type=time],.llms-form-field.valid input[type=datetime-local],.llms-form-field.valid input[type=week],.llms-form-field.valid input[type=month],.llms-form-field.valid input[type=text],.llms-form-field.valid input[type=email],.llms-form-field.valid input[type=url],.llms-form-field.valid input[type=password],.llms-form-field.valid input[type=search],.llms-form-field.valid input[type=tel],.llms-form-field.valid input[type=number],.llms-form-field.valid textarea,.llms-form-field.valid select{background:rgba(131,195,115,.3);border-color:#83c373}.llms-form-field.error input[type=date],.llms-form-field.error input[type=time],.llms-form-field.error input[type=datetime-local],.llms-form-field.error input[type=week],.llms-form-field.error input[type=month],.llms-form-field.error input[type=text],.llms-form-field.error input[type=email],.llms-form-field.error input[type=url],.llms-form-field.error input[type=password],.llms-form-field.error input[type=search],.llms-form-field.error input[type=tel],.llms-form-field.error input[type=number],.llms-form-field.error textarea,.llms-form-field.error select,.llms-form-field.invalid input[type=date],.llms-form-field.invalid input[type=time],.llms-form-field.invalid input[type=datetime-local],.llms-form-field.invalid input[type=week],.llms-form-field.invalid input[type=month],.llms-form-field.invalid input[type=text],.llms-form-field.invalid input[type=email],.llms-form-field.invalid input[type=url],.llms-form-field.invalid input[type=password],.llms-form-field.invalid input[type=search],.llms-form-field.invalid input[type=tel],.llms-form-field.invalid input[type=number],.llms-form-field.invalid textarea,.llms-form-field.invalid select{background:rgba(229,85,78,.3);border-color:#e5554e}.llms-form-field.llms-visually-hidden-field{display:none}.llms-form-field.align-right{text-align:right}@media screen and (min-width: 600px){.llms-form-field.llms-cols-1{width:8.3333333333%}.llms-form-field.llms-cols-2{width:16.6666666667%}.llms-form-field.llms-cols-3{width:25%}.llms-form-field.llms-cols-4{width:33.3333333333%}.llms-form-field.llms-cols-5{width:41.6666666667%}.llms-form-field.llms-cols-6{width:50%}.llms-form-field.llms-cols-7{width:58.3333333333%}.llms-form-field.llms-cols-8{width:66.6666666667%}.llms-form-field.llms-cols-9{width:75%}.llms-form-field.llms-cols-10{width:83.3333333333%}.llms-form-field.llms-cols-11{width:91.6666666667%}.llms-form-field.llms-cols-12{width:100%}}.llms-form-field.type-hidden{padding:0}.llms-form-field.type-radio input,.llms-form-field.type-radio label,.llms-form-field.type-checkbox input,.llms-form-field.type-checkbox label{display:inline-block;width:auto}.llms-form-field.type-radio input,.llms-form-field.type-checkbox input{margin-right:5px}.llms-form-field.type-radio label+.llms-description,.llms-form-field.type-checkbox label+.llms-description{display:block}.llms-form-field.type-radio:not(.is-group) input[type=radio]{position:absolute;opacity:0;visibility:none}.llms-form-field.type-radio:not(.is-group) label:before{background:#fafafa;background-position:-24px 0;background-repeat:no-repeat;border-radius:50%;-webkit-box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.35) 0 0 0 1px;box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.35) 0 0 0 1px;content:"";cursor:pointer;display:inline-block;height:22px;margin-right:5px;position:relative;-webkit-transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);top:-3px;vertical-align:middle;width:22px;z-index:2}.llms-form-field.type-radio:not(.is-group) input[type=radio]:checked+label:before{-webkit-transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);background-position:0 0;background-image:radial-gradient(ellipse at center, #2295ff 0%, #2295ff 40%, #fafafa 45%)}.llms-form-field .llms-input-group{margin-top:5px}.llms-form-field .llms-input-group .llms-form-field{padding:0 0 5px 5px}.llms-form-field.type-reset button:not(.auto),.llms-form-field.type-button button:not(.auto),.llms-form-field.type-submit button:not(.auto){width:100%}.llms-form-field .llms-description{font-size:14px;font-style:italic}.llms-form-field .llms-required{color:#e5554e;margin-left:4px}.llms-form-field input,.llms-form-field textarea,.llms-form-field select{width:100%;margin-bottom:5px}.llms-form-field .select2-container .select2-selection--single{height:auto;padding:4px 6px}.llms-form-field .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%}.llms-password-strength-meter{border:1px solid #dadada;display:none;font-size:10px;margin-top:-10px;padding:1px;position:relative;text-align:center}.llms-password-strength-meter:before{bottom:0;content:"";left:0;position:absolute;top:0;-webkit-transition:width .4s ease;transition:width .4s ease}.llms-password-strength-meter.mismatch,.llms-password-strength-meter.too-short,.llms-password-strength-meter.very-weak{border-color:#e35b5b}.llms-password-strength-meter.mismatch:before,.llms-password-strength-meter.too-short:before,.llms-password-strength-meter.very-weak:before{background:rgba(227,91,91,.25);width:25%}.llms-password-strength-meter.too-short:before{width:0}.llms-password-strength-meter.weak{border-color:#f78b53}.llms-password-strength-meter.weak:before{background:rgba(247,139,83,.25);width:50%}.llms-password-strength-meter.medium{border-color:#ffc733}.llms-password-strength-meter.medium:before{background:rgba(255,199,51,.25);width:75%}.llms-password-strength-meter.strong{border-color:#83c373}.llms-password-strength-meter.strong:before{background:rgba(131,195,115,.25);width:100%}.llms-widget-syllabus--collapsible .llms-section .section-header{cursor:pointer}.llms-widget-syllabus--collapsible .llms-section.llms-section--opened .llms-collapse-caret .fa-caret-right{display:none}.llms-widget-syllabus--collapsible .llms-section.llms-section--closed .llms-collapse-caret .fa-caret-down{display:none}.llms-widget-syllabus--collapsible .llms-section.llms-section--closed .llms-lesson{display:none}.llms-widget-syllabus--collapsible .llms-syllabus-footer{text-align:left}.llms-student-dashboard .llms-sd-title{margin:25px 0}.llms-student-dashboard .llms-sd-items{list-style-type:none;margin:0;padding:0}.llms-student-dashboard .llms-sd-item{float:left;list-style-type:none;margin:0;padding:0}.llms-student-dashboard .llms-sd-item:last-child .llms-sep{display:none}.llms-student-dashboard .llms-sd-item .llms-sep{color:#333;margin:0 5px}.llms-student-dashboard .llms-sd-section{margin-bottom:25px}.llms-student-dashboard .llms-sd-section .llms-sd-section-footer{margin-top:10px}.llms-student-dashboard .orders-table{border:1px solid #f5f5f5;width:100%}.llms-student-dashboard .orders-table thead{display:none}.llms-student-dashboard .orders-table thead th,.llms-student-dashboard .orders-table thead td{font-weight:700}@media all and (min-width: 600px){.llms-student-dashboard .orders-table thead{display:table-header-group}}.llms-student-dashboard .orders-table tbody tr:nth-child(even) td,.llms-student-dashboard .orders-table tbody tr:nth-child(even) th{background:#f9f9f9}.llms-student-dashboard .orders-table tfoot th,.llms-student-dashboard .orders-table tfoot td{padding:10px;text-align:right}.llms-student-dashboard .orders-table tfoot th:last-child,.llms-student-dashboard .orders-table tfoot td:last-child{border-bottom-width:0}.llms-student-dashboard .orders-table th{font-weight:700}.llms-student-dashboard .orders-table th,.llms-student-dashboard .orders-table td{border-color:#efefef;border-style:solid;border-width:0;display:block;padding:8px 12px;text-align:center}.llms-student-dashboard .orders-table th .llms-button-primary,.llms-student-dashboard .orders-table td .llms-button-primary{display:inline-block}.llms-student-dashboard .orders-table th:last-child,.llms-student-dashboard .orders-table td:last-child{border-bottom-width:1px}.llms-student-dashboard .orders-table th:before,.llms-student-dashboard .orders-table td:before{content:attr(data-label)}@media all and (min-width: 600px){.llms-student-dashboard .orders-table th,.llms-student-dashboard .orders-table td{border-bottom-width:1px;display:table-cell;text-align:left}.llms-student-dashboard .orders-table th:first-child,.llms-student-dashboard .orders-table td:first-child{width:220px}.llms-student-dashboard .orders-table th:before,.llms-student-dashboard .orders-table td:before{display:none}}@media all and (min-width: 600px){.llms-student-dashboard .orders-table.transactions th:first-child{width:auto}}.llms-student-dashboard .llms-status{border-radius:3px;border-bottom:1px solid #fff;display:inline-block;font-size:80%;padding:3px 6px;vertical-align:middle}.llms-student-dashboard .llms-status.llms-size--large{font-size:105%;padding:6px 12px}.llms-student-dashboard .llms-status.llms-active,.llms-student-dashboard .llms-status.llms-completed,.llms-student-dashboard .llms-status.llms-pass,.llms-student-dashboard .llms-status.llms-txn-succeeded{color:#1f3818;background-color:#83c373}.llms-student-dashboard .llms-status.llms-fail,.llms-student-dashboard .llms-status.llms-failed,.llms-student-dashboard .llms-status.llms-expired,.llms-student-dashboard .llms-status.llms-cancelled,.llms-student-dashboard .llms-status.llms-txn-failed{color:#5a110d;background-color:#e5554e}.llms-student-dashboard .llms-status.llms-incomplete,.llms-student-dashboard .llms-status.llms-on-hold,.llms-student-dashboard .llms-status.llms-pending,.llms-student-dashboard .llms-status.llms-pending-cancel,.llms-student-dashboard .llms-status.llms-refunded,.llms-student-dashboard .llms-status.llms-txn-pending,.llms-student-dashboard .llms-status.llms-txn-refunded{color:#664200;background-color:orange}.llms-student-dashboard .llms-person-form-wrapper .llms-change-password{display:none}@media all and (min-width: 600px){.llms-student-dashboard .order-primary{float:left;width:68%}}@media all and (min-width: 600px){.llms-student-dashboard .order-secondary{float:left;width:32%}}.llms-student-dashboard .order-secondary form{margin-bottom:0}@media all and (min-width: 600px){.llms-student-dashboard .llms-view-order.llms-stack-cols .order-primary,.llms-student-dashboard .llms-view-order.llms-stack-cols .order-secondary{float:none;width:100%}}.llms-student-dashboard .llms-switch-payment-source .llms-notice,.llms-student-dashboard .llms-switch-payment-source .entry-content .llms-notice{margin-left:10px;margin-right:10px}.llms-student-dashboard .llms-switch-payment-source-main{border:none;display:none;margin:0}.llms-student-dashboard .llms-switch-payment-source-main ul.llms-payment-gateways{padding:10px 15px 0;margin:0}.llms-student-dashboard .llms-switch-payment-source-main .llms-payment-method,.llms-student-dashboard .llms-switch-payment-source-main ul.llms-order-summary{padding:0 25px 10px;margin:0;list-style-type:none}.llms-student-dashboard .llms-switch-payment-source-main .llms-payment-method li,.llms-student-dashboard .llms-switch-payment-source-main ul.llms-order-summary li{list-style-type:none}.llms-student-dashboard .llms-loop-list{margin:0 -10px}.llms-sd-grades .llms-table .llms-progress{display:block;margin:0}.llms-sd-grades .llms-table .llms-progress .llms-progress-bar{top:0;height:1.4em}.llms-sd-grades .llms-table .llms-progress .progress__indicator{font-size:1em;position:relative;right:.4em;top:.2em;z-index:1}.llms-table.llms-single-course-grades tbody tr:first-child td,.llms-table.llms-single-course-grades tbody tr:first-child th{background-color:#eaeaea}.llms-table.llms-single-course-grades th{font-weight:400}.llms-table.llms-single-course-grades td .llms-donut{display:inline-block;vertical-align:middle}.llms-table.llms-single-course-grades td .llms-status{margin-right:4px}.llms-table.llms-single-course-grades td .llms-donut+.llms-status{margin-left:4px}.llms-table.llms-single-course-grades th.llms-section_title{font-size:110%;font-weight:700}.llms-table.llms-single-course-grades td.llms-lesson_title{padding-left:36px;max-width:40%}.llms-table.llms-single-course-grades td.llms-associated_quiz .llms-donut{display:inline-block;margin-right:5px;vertical-align:middle}.llms-table.llms-single-course-grades td.llms-lesson_title a[href="#"]{pointer-events:none}.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"]{color:inherit;position:relative}.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"] .llms-tooltip{max-width:380px;width:380px}.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"] .llms-tooltip.show{top:-54px}.llms-sd-widgets{display:-webkit-box;display:-ms-flexbox;display:flex}.llms-sd-widgets .llms-sd-widget{background:#f9f9f9;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:10px 10px 20px;padding:0 0 20px}.llms-sd-widgets .llms-sd-widget:first-child{margin-left:0}.llms-sd-widgets .llms-sd-widget:last-child{margin-right:0}.llms-sd-widgets .llms-sd-widget .llms-sd-widget-title{background:#2295ff;color:#fff;font-size:18px;line-height:1;margin:0 0 20px;padding:10px}.llms-sd-widgets .llms-sd-widget .llms-sd-widget-empty{font-size:14px;font-style:italic;opacity:.5;text-align:center}.llms-sd-widgets .llms-sd-widget .llms-donut{margin:0 auto}.llms-sd-widgets .llms-sd-widget .llms-sd-date{opacity:.8;text-align:center;font-size:22px;line-height:1.1}.llms-sd-widgets .llms-sd-widget .llms-sd-date span{display:block}.llms-sd-widgets .llms-sd-widget .llms-sd-date span.day{font-size:52px}.llms-sd-widgets .llms-sd-widget .llms-sd-date span.diff{font-size:12px;font-style:italic;margin-top:8px;opacity:.75}.llms-sd-widgets .llms-sd-widget .llms-achievement{background:rgba(0,0,0,0);margin:0 auto;max-width:120px}.llms-sd-widgets .llms-sd-widget .llms-achievement .llms-achievement-title{display:none}.llms-sd-pagination{margin-top:24px}.llms-sd-pagination:before,.llms-sd-pagination:after{content:" ";display:table}.llms-sd-pagination:after{clear:both}.llms-sd-pagination .llms-button-secondary{display:inline-block}.llms-sd-pagination .llms-button-secondary.prev{float:left}.llms-sd-pagination .llms-button-secondary.next{float:right}.llms-sd-notification-center .llms-notification{z-index:1}.llms-table{border:1px solid #efefef;width:100%}.llms-table thead th,.llms-table thead td{font-weight:700}.llms-table tbody tr:nth-child(odd) td,.llms-table tbody tr:nth-child(odd) th{background:#f9f9f9}.llms-table tbody tr:last-child{border-bottom-width:0}.llms-table tfoot tr{background:#f9f9f9}.llms-table tfoot tr .llms-pagination .page-numbers{margin:0}.llms-table tfoot tr .llms-table-sort{text-align:right}.llms-table tfoot tr .llms-table-sort form,.llms-table tfoot tr .llms-table-sort select,.llms-table tfoot tr .llms-table-sort input,.llms-table tfoot tr .llms-table-sort button{margin:0}.llms-table th{font-weight:700}.llms-table th,.llms-table td{border-bottom:1px solid #efefef;padding:8px 12px}.llms-table th:first-child,.llms-table td:first-child{padding-left:12px}.llms-table th:last-child,.llms-table td:last-child{padding-right:12px}#page .llms-table tfoot label{display:inline}#page .llms-table tfoot select{height:auto}/*!
+.llms-pagination ul:before,.llms-pagination ul:after,.llms-student-dashboard .llms-sd-items:before,.llms-form-fields:before,.llms-checkout-cols-2:before,.llms-access-plans:before,.llms-course-navigation:before,.llms-loop-list:before,.llms-cols:before,.llms-student-dashboard .llms-sd-items:after,.llms-form-fields:after,.llms-checkout-cols-2:after,.llms-access-plans:after,.llms-course-navigation:after,.llms-loop-list:after,.llms-cols:after{content:" ";display:table}.llms-pagination ul:after,.llms-student-dashboard .llms-sd-items:after,.llms-form-fields:after,.llms-checkout-cols-2:after,.llms-access-plans:after,.llms-course-navigation:after,.llms-loop-list:after,.llms-cols:after{clear:both}.llms-cols .llms-col{width:100%}@media all and (min-width: 600px){.llms-cols [class*=llms-col-]{float:left}}.llms-flex-cols{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.llms-flex-cols [class*=llms-col]{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:100%}@media all and (min-width: 600px){.llms-cols .llms-col-1,.llms-flex-cols .llms-col-1{width:100%}.llms-cols .llms-col-2,.llms-flex-cols .llms-col-2{width:50%}.llms-cols .llms-col-3,.llms-flex-cols .llms-col-3{width:33.3333333333%}.llms-cols .llms-col-4,.llms-flex-cols .llms-col-4{width:25%}.llms-cols .llms-col-5,.llms-flex-cols .llms-col-5{width:20%}.llms-cols .llms-col-6,.llms-flex-cols .llms-col-6{width:16.6666666667%}.llms-cols .llms-col-7,.llms-flex-cols .llms-col-7{width:14.2857142857%}.llms-cols .llms-col-8,.llms-flex-cols .llms-col-8{width:12.5%}.llms-cols .llms-col-9,.llms-flex-cols .llms-col-9{width:11.1111111111%}.llms-cols .llms-col-10,.llms-flex-cols .llms-col-10{width:10%}.llms-cols .llms-col-11,.llms-flex-cols .llms-col-11{width:9.0909090909%}.llms-cols .llms-col-12,.llms-flex-cols .llms-col-12{width:8.3333333333%}}.llms-button-action,.llms-button-danger,.llms-button-primary,.llms-button-secondary{border:none;border-radius:8px;color:#fefefe;cursor:pointer;font-size:16px;font-weight:700;text-decoration:none;text-shadow:none;line-height:1;margin:0;max-width:100%;padding:12px 24px;position:relative;-webkit-transition:all .5s ease;transition:all .5s ease}.llms-button-action:disabled,.llms-button-danger:disabled,.llms-button-primary:disabled,.llms-button-secondary:disabled{opacity:.5}.llms-button-action:hover,.llms-button-action:active,.llms-button-danger:hover,.llms-button-danger:active,.llms-button-primary:hover,.llms-button-primary:active,.llms-button-secondary:hover,.llms-button-secondary:active{color:#fefefe}.llms-button-action:focus,.llms-button-danger:focus,.llms-button-primary:focus,.llms-button-secondary:focus{color:#fefefe}.llms-button-action.auto,.llms-button-danger.auto,.llms-button-primary.auto,.llms-button-secondary.auto{width:auto}.llms-button-action.full,.llms-button-danger.full,.llms-button-primary.full,.llms-button-secondary.full{display:block;text-align:center;width:100%}.llms-button-action.square,.llms-button-danger.square,.llms-button-primary.square,.llms-button-secondary.square{padding:12px}.llms-button-action.small,.llms-button-danger.small,.llms-button-primary.small,.llms-button-secondary.small{font-size:13px;padding:8px 14px}.llms-button-action.small.square,.llms-button-danger.small.square,.llms-button-primary.small.square,.llms-button-secondary.small.square{padding:8px}.llms-button-action.large,.llms-button-danger.large,.llms-button-primary.large,.llms-button-secondary.large{font-size:18px;line-height:1.2;padding:16px 32px}.llms-button-action.large.square,.llms-button-danger.large.square,.llms-button-primary.large.square,.llms-button-secondary.large.square{padding:16px}.llms-button-action.large .fa,.llms-button-danger.large .fa,.llms-button-primary.large .fa,.llms-button-secondary.large .fa{left:-7px;position:relative}.llms-button-primary{background:#2295ff}.llms-button-primary:hover,.llms-button-primary.clicked{background:#0077e4}.llms-button-primary:focus,.llms-button-primary:active{background:#4ba9ff}.llms-button-secondary{background:#e1e1e1;color:#414141}.llms-button-secondary:hover{color:#414141;background:#cdcdcd}.llms-button-secondary:focus,.llms-button-secondary:active{color:#414141;background:#ebebeb}.llms-button-action{background:#f8954f}.llms-button-action:hover,.llms-button-action.clicked{background:#f67d28}.llms-button-action:focus,.llms-button-action:active{background:#faad76}.llms-button-danger{background:#e5554e}.llms-button-danger:hover{background:#e0332a}.llms-button-danger:focus,.llms-button-danger:active{background:#e86660}.llms-button-outline{background:rgba(0,0,0,0);border:3px solid #1d2327;border-radius:8px;color:#1d2327;cursor:pointer;font-size:16px;font-weight:700;text-decoration:none;text-shadow:none;line-height:1;margin:0;max-width:100%;padding:12px 24px;position:relative;-webkit-transition:all .5s ease;transition:all .5s ease}.llms-button-outline:disabled{opacity:.5}.llms-button-outline:hover,.llms-button-outline:active{color:#1d2327}.llms-button-outline:focus{color:#1d2327}.llms-button-outline.auto{width:auto}.llms-button-outline.full{display:block;text-align:center;width:100%}.llms-button-outline.square{padding:12px}.llms-donut{background-color:#f1f1f1;background-image:none;border-radius:50%;color:#ef476f;height:200px;overflow:hidden;position:relative;width:200px}.llms-donut:before,.llms-donut:after{content:" ";display:table}.llms-donut:after{clear:both}.llms-donut svg{overflow:visible !important;pointer-events:none;width:100%}.llms-donut svg path{fill:none;stroke-width:35px;stroke:#ef476f}.llms-donut.mini{height:36px;width:36px}.llms-donut.mini .percentage{font-size:10px}.llms-donut.small{height:100px;width:100px}.llms-donut.small .percentage{font-size:18px}.llms-donut.medium{height:130px;width:130px}.llms-donut.medium .percentage{font-size:26px}.llms-donut.large{height:260px;width:260px}.llms-donut.large .percentage{font-size:48px}.llms-donut .inside{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:80%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:50%;position:absolute;text-align:center;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:80%;top:50%;z-index:3}.llms-donut .percentage{line-height:1.2;font-size:34px}.llms-donut .caption{font-size:50%}.lifterlms [data-tip],.lifterlms [data-title-default],.lifterlms [data-title-active],.llms-metabox [data-tip],.llms-metabox [data-title-default],.llms-metabox [data-title-active],.llms-mb-container [data-tip],.llms-mb-container [data-title-default],.llms-mb-container [data-title-active],.llms-quiz-wrapper [data-tip],.llms-quiz-wrapper [data-title-default],.llms-quiz-wrapper [data-title-active]{position:relative}.lifterlms [data-tip].tip--top-right:before,.lifterlms [data-title-default].tip--top-right:before,.lifterlms [data-title-active].tip--top-right:before,.llms-metabox [data-tip].tip--top-right:before,.llms-metabox [data-title-default].tip--top-right:before,.llms-metabox [data-title-active].tip--top-right:before,.llms-mb-container [data-tip].tip--top-right:before,.llms-mb-container [data-title-default].tip--top-right:before,.llms-mb-container [data-title-active].tip--top-right:before,.llms-quiz-wrapper [data-tip].tip--top-right:before,.llms-quiz-wrapper [data-title-default].tip--top-right:before,.llms-quiz-wrapper [data-title-active].tip--top-right:before{bottom:100%;left:-10px}.lifterlms [data-tip].tip--top-right:hover:before,.lifterlms [data-title-default].tip--top-right:hover:before,.lifterlms [data-title-active].tip--top-right:hover:before,.llms-metabox [data-tip].tip--top-right:hover:before,.llms-metabox [data-title-default].tip--top-right:hover:before,.llms-metabox [data-title-active].tip--top-right:hover:before,.llms-mb-container [data-tip].tip--top-right:hover:before,.llms-mb-container [data-title-default].tip--top-right:hover:before,.llms-mb-container [data-title-active].tip--top-right:hover:before,.llms-quiz-wrapper [data-tip].tip--top-right:hover:before,.llms-quiz-wrapper [data-title-default].tip--top-right:hover:before,.llms-quiz-wrapper [data-title-active].tip--top-right:hover:before{bottom:calc(100% + 6px)}.lifterlms [data-tip].tip--top-right:after,.lifterlms [data-title-default].tip--top-right:after,.lifterlms [data-title-active].tip--top-right:after,.llms-metabox [data-tip].tip--top-right:after,.llms-metabox [data-title-default].tip--top-right:after,.llms-metabox [data-title-active].tip--top-right:after,.llms-mb-container [data-tip].tip--top-right:after,.llms-mb-container [data-title-default].tip--top-right:after,.llms-mb-container [data-title-active].tip--top-right:after,.llms-quiz-wrapper [data-tip].tip--top-right:after,.llms-quiz-wrapper [data-title-default].tip--top-right:after,.llms-quiz-wrapper [data-title-active].tip--top-right:after{border-top-color:#444;left:6px;top:0}.lifterlms [data-tip].tip--top-right:hover:after,.lifterlms [data-title-default].tip--top-right:hover:after,.lifterlms [data-title-active].tip--top-right:hover:after,.llms-metabox [data-tip].tip--top-right:hover:after,.llms-metabox [data-title-default].tip--top-right:hover:after,.llms-metabox [data-title-active].tip--top-right:hover:after,.llms-mb-container [data-tip].tip--top-right:hover:after,.llms-mb-container [data-title-default].tip--top-right:hover:after,.llms-mb-container [data-title-active].tip--top-right:hover:after,.llms-quiz-wrapper [data-tip].tip--top-right:hover:after,.llms-quiz-wrapper [data-title-default].tip--top-right:hover:after,.llms-quiz-wrapper [data-title-active].tip--top-right:hover:after{top:-6px}.lifterlms [data-tip].tip--top-left:before,.lifterlms [data-title-default].tip--top-left:before,.lifterlms [data-title-active].tip--top-left:before,.llms-metabox [data-tip].tip--top-left:before,.llms-metabox [data-title-default].tip--top-left:before,.llms-metabox [data-title-active].tip--top-left:before,.llms-mb-container [data-tip].tip--top-left:before,.llms-mb-container [data-title-default].tip--top-left:before,.llms-mb-container [data-title-active].tip--top-left:before,.llms-quiz-wrapper [data-tip].tip--top-left:before,.llms-quiz-wrapper [data-title-default].tip--top-left:before,.llms-quiz-wrapper [data-title-active].tip--top-left:before{bottom:100%;right:-10px}.lifterlms [data-tip].tip--top-left:hover:before,.lifterlms [data-title-default].tip--top-left:hover:before,.lifterlms [data-title-active].tip--top-left:hover:before,.llms-metabox [data-tip].tip--top-left:hover:before,.llms-metabox [data-title-default].tip--top-left:hover:before,.llms-metabox [data-title-active].tip--top-left:hover:before,.llms-mb-container [data-tip].tip--top-left:hover:before,.llms-mb-container [data-title-default].tip--top-left:hover:before,.llms-mb-container [data-title-active].tip--top-left:hover:before,.llms-quiz-wrapper [data-tip].tip--top-left:hover:before,.llms-quiz-wrapper [data-title-default].tip--top-left:hover:before,.llms-quiz-wrapper [data-title-active].tip--top-left:hover:before{bottom:calc(100% + 6px)}.lifterlms [data-tip].tip--top-left:after,.lifterlms [data-title-default].tip--top-left:after,.lifterlms [data-title-active].tip--top-left:after,.llms-metabox [data-tip].tip--top-left:after,.llms-metabox [data-title-default].tip--top-left:after,.llms-metabox [data-title-active].tip--top-left:after,.llms-mb-container [data-tip].tip--top-left:after,.llms-mb-container [data-title-default].tip--top-left:after,.llms-mb-container [data-title-active].tip--top-left:after,.llms-quiz-wrapper [data-tip].tip--top-left:after,.llms-quiz-wrapper [data-title-default].tip--top-left:after,.llms-quiz-wrapper [data-title-active].tip--top-left:after{border-top-color:#444;right:6px;top:0}.lifterlms [data-tip].tip--top-left:hover:after,.lifterlms [data-title-default].tip--top-left:hover:after,.lifterlms [data-title-active].tip--top-left:hover:after,.llms-metabox [data-tip].tip--top-left:hover:after,.llms-metabox [data-title-default].tip--top-left:hover:after,.llms-metabox [data-title-active].tip--top-left:hover:after,.llms-mb-container [data-tip].tip--top-left:hover:after,.llms-mb-container [data-title-default].tip--top-left:hover:after,.llms-mb-container [data-title-active].tip--top-left:hover:after,.llms-quiz-wrapper [data-tip].tip--top-left:hover:after,.llms-quiz-wrapper [data-title-default].tip--top-left:hover:after,.llms-quiz-wrapper [data-title-active].tip--top-left:hover:after{top:-6px}.lifterlms [data-tip].tip--bottom-left:before,.lifterlms [data-title-default].tip--bottom-left:before,.lifterlms [data-title-active].tip--bottom-left:before,.llms-metabox [data-tip].tip--bottom-left:before,.llms-metabox [data-title-default].tip--bottom-left:before,.llms-metabox [data-title-active].tip--bottom-left:before,.llms-mb-container [data-tip].tip--bottom-left:before,.llms-mb-container [data-title-default].tip--bottom-left:before,.llms-mb-container [data-title-active].tip--bottom-left:before,.llms-quiz-wrapper [data-tip].tip--bottom-left:before,.llms-quiz-wrapper [data-title-default].tip--bottom-left:before,.llms-quiz-wrapper [data-title-active].tip--bottom-left:before{top:100%;right:-10px}.lifterlms [data-tip].tip--bottom-left:hover:before,.lifterlms [data-title-default].tip--bottom-left:hover:before,.lifterlms [data-title-active].tip--bottom-left:hover:before,.llms-metabox [data-tip].tip--bottom-left:hover:before,.llms-metabox [data-title-default].tip--bottom-left:hover:before,.llms-metabox [data-title-active].tip--bottom-left:hover:before,.llms-mb-container [data-tip].tip--bottom-left:hover:before,.llms-mb-container [data-title-default].tip--bottom-left:hover:before,.llms-mb-container [data-title-active].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:before{top:calc(100% + 6px)}.lifterlms [data-tip].tip--bottom-left:after,.lifterlms [data-title-default].tip--bottom-left:after,.lifterlms [data-title-active].tip--bottom-left:after,.llms-metabox [data-tip].tip--bottom-left:after,.llms-metabox [data-title-default].tip--bottom-left:after,.llms-metabox [data-title-active].tip--bottom-left:after,.llms-mb-container [data-tip].tip--bottom-left:after,.llms-mb-container [data-title-default].tip--bottom-left:after,.llms-mb-container [data-title-active].tip--bottom-left:after,.llms-quiz-wrapper [data-tip].tip--bottom-left:after,.llms-quiz-wrapper [data-title-default].tip--bottom-left:after,.llms-quiz-wrapper [data-title-active].tip--bottom-left:after{border-bottom-color:#444;right:6px;bottom:0}.lifterlms [data-tip].tip--bottom-left:hover:after,.lifterlms [data-title-default].tip--bottom-left:hover:after,.lifterlms [data-title-active].tip--bottom-left:hover:after,.llms-metabox [data-tip].tip--bottom-left:hover:after,.llms-metabox [data-title-default].tip--bottom-left:hover:after,.llms-metabox [data-title-active].tip--bottom-left:hover:after,.llms-mb-container [data-tip].tip--bottom-left:hover:after,.llms-mb-container [data-title-default].tip--bottom-left:hover:after,.llms-mb-container [data-title-active].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:after{bottom:-6px}.lifterlms [data-tip].tip--bottom-right:before,.lifterlms [data-title-default].tip--bottom-right:before,.lifterlms [data-title-active].tip--bottom-right:before,.llms-metabox [data-tip].tip--bottom-right:before,.llms-metabox [data-title-default].tip--bottom-right:before,.llms-metabox [data-title-active].tip--bottom-right:before,.llms-mb-container [data-tip].tip--bottom-right:before,.llms-mb-container [data-title-default].tip--bottom-right:before,.llms-mb-container [data-title-active].tip--bottom-right:before,.llms-quiz-wrapper [data-tip].tip--bottom-right:before,.llms-quiz-wrapper [data-title-default].tip--bottom-right:before,.llms-quiz-wrapper [data-title-active].tip--bottom-right:before{top:100%;left:-10px}.lifterlms [data-tip].tip--bottom-right:hover:before,.lifterlms [data-title-default].tip--bottom-right:hover:before,.lifterlms [data-title-active].tip--bottom-right:hover:before,.llms-metabox [data-tip].tip--bottom-right:hover:before,.llms-metabox [data-title-default].tip--bottom-right:hover:before,.llms-metabox [data-title-active].tip--bottom-right:hover:before,.llms-mb-container [data-tip].tip--bottom-right:hover:before,.llms-mb-container [data-title-default].tip--bottom-right:hover:before,.llms-mb-container [data-title-active].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:before{top:calc(100% + 6px)}.lifterlms [data-tip].tip--bottom-right:after,.lifterlms [data-title-default].tip--bottom-right:after,.lifterlms [data-title-active].tip--bottom-right:after,.llms-metabox [data-tip].tip--bottom-right:after,.llms-metabox [data-title-default].tip--bottom-right:after,.llms-metabox [data-title-active].tip--bottom-right:after,.llms-mb-container [data-tip].tip--bottom-right:after,.llms-mb-container [data-title-default].tip--bottom-right:after,.llms-mb-container [data-title-active].tip--bottom-right:after,.llms-quiz-wrapper [data-tip].tip--bottom-right:after,.llms-quiz-wrapper [data-title-default].tip--bottom-right:after,.llms-quiz-wrapper [data-title-active].tip--bottom-right:after{border-bottom-color:#444;left:6px;bottom:0}.lifterlms [data-tip].tip--bottom-right:hover:after,.lifterlms [data-title-default].tip--bottom-right:hover:after,.lifterlms [data-title-active].tip--bottom-right:hover:after,.llms-metabox [data-tip].tip--bottom-right:hover:after,.llms-metabox [data-title-default].tip--bottom-right:hover:after,.llms-metabox [data-title-active].tip--bottom-right:hover:after,.llms-mb-container [data-tip].tip--bottom-right:hover:after,.llms-mb-container [data-title-default].tip--bottom-right:hover:after,.llms-mb-container [data-title-active].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:after{bottom:-6px}.lifterlms [data-tip]:before,.lifterlms [data-title-default]:before,.lifterlms [data-title-active]:before,.llms-metabox [data-tip]:before,.llms-metabox [data-title-default]:before,.llms-metabox [data-title-active]:before,.llms-mb-container [data-tip]:before,.llms-mb-container [data-title-default]:before,.llms-mb-container [data-title-active]:before,.llms-quiz-wrapper [data-tip]:before,.llms-quiz-wrapper [data-title-default]:before,.llms-quiz-wrapper [data-title-active]:before{background:#444;border-radius:4px;color:#fff;font-size:13px;line-height:1.2;padding:8px;max-width:300px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.lifterlms [data-tip]:after,.lifterlms [data-title-default]:after,.lifterlms [data-title-active]:after,.llms-metabox [data-tip]:after,.llms-metabox [data-title-default]:after,.llms-metabox [data-title-active]:after,.llms-mb-container [data-tip]:after,.llms-mb-container [data-title-default]:after,.llms-mb-container [data-title-active]:after,.llms-quiz-wrapper [data-tip]:after,.llms-quiz-wrapper [data-title-default]:after,.llms-quiz-wrapper [data-title-active]:after{content:"";border:6px solid rgba(0,0,0,0);height:0;width:0}.lifterlms [data-tip]:before,.lifterlms [data-tip]:after,.lifterlms [data-title-default]:before,.lifterlms [data-title-default]:after,.lifterlms [data-title-active]:before,.lifterlms [data-title-active]:after,.llms-metabox [data-tip]:before,.llms-metabox [data-tip]:after,.llms-metabox [data-title-default]:before,.llms-metabox [data-title-default]:after,.llms-metabox [data-title-active]:before,.llms-metabox [data-title-active]:after,.llms-mb-container [data-tip]:before,.llms-mb-container [data-tip]:after,.llms-mb-container [data-title-default]:before,.llms-mb-container [data-title-default]:after,.llms-mb-container [data-title-active]:before,.llms-mb-container [data-title-active]:after,.llms-quiz-wrapper [data-tip]:before,.llms-quiz-wrapper [data-tip]:after,.llms-quiz-wrapper [data-title-default]:before,.llms-quiz-wrapper [data-title-default]:after,.llms-quiz-wrapper [data-title-active]:before,.llms-quiz-wrapper [data-title-active]:after{opacity:0;-webkit-transition:all .2s .1s ease;transition:all .2s .1s ease;position:absolute;pointer-events:none;visibility:hidden}.lifterlms [data-tip]:hover:before,.lifterlms [data-tip]:hover:after,.lifterlms [data-title-default]:hover:before,.lifterlms [data-title-default]:hover:after,.lifterlms [data-title-active]:hover:before,.lifterlms [data-title-active]:hover:after,.llms-metabox [data-tip]:hover:before,.llms-metabox [data-tip]:hover:after,.llms-metabox [data-title-default]:hover:before,.llms-metabox [data-title-default]:hover:after,.llms-metabox [data-title-active]:hover:before,.llms-metabox [data-title-active]:hover:after,.llms-mb-container [data-tip]:hover:before,.llms-mb-container [data-tip]:hover:after,.llms-mb-container [data-title-default]:hover:before,.llms-mb-container [data-title-default]:hover:after,.llms-mb-container [data-title-active]:hover:before,.llms-mb-container [data-title-active]:hover:after,.llms-quiz-wrapper [data-tip]:hover:before,.llms-quiz-wrapper [data-tip]:hover:after,.llms-quiz-wrapper [data-title-default]:hover:before,.llms-quiz-wrapper [data-title-default]:hover:after,.llms-quiz-wrapper [data-title-active]:hover:before,.llms-quiz-wrapper [data-title-active]:hover:after{opacity:1;-webkit-transition:all 0 .1s ease;transition:all 0 .1s ease;visibility:visible;z-index:99999999}.lifterlms [data-tip]:before,.llms-metabox [data-tip]:before,.llms-mb-container [data-tip]:before,.llms-quiz-wrapper [data-tip]:before{content:attr(data-tip)}.lifterlms [data-tip].active:before,.llms-metabox [data-tip].active:before,.llms-mb-container [data-tip].active:before,.llms-quiz-wrapper [data-tip].active:before{content:attr(data-tip-active)}.llms-membership-image{display:block;margin:0 auto}.llms-course-image{display:block;margin:0 auto;max-width:100%}.llms-featured-image{display:block;margin:0 auto}.llms-image-thumb{width:150px}.llms-video-wrapper .center-video{height:auto;max-width:100%;overflow:hidden;position:relative;padding-top:56.25%;text-align:center}.llms-video-wrapper .center-video>.wp-video,.llms-video-wrapper .center-video .fluid-width-video-wrapper,.llms-video-wrapper .center-video iframe,.llms-video-wrapper .center-video object,.llms-video-wrapper .center-video embed{height:100%;left:0;position:absolute;top:0;width:100%}.llms-video-wrapper .center-video>.wp-video{width:100% !important}.llms-video-wrapper .center-video .fluid-width-video-wrapper{padding-top:0 !important}.clear{clear:both;width:100%}.llms-featured-image{text-align:center}#main-content .llms-payment-options p{margin:0;font-size:16px}.llms-option{display:block;position:relative;margin:20px 0;padding-left:40px;font-size:16px}.llms-option label{cursor:pointer;position:static}.llms-option:first-child{margin-top:0}.llms-option:last-child{margin-bottom:0}#main-content .llms-option:last-child{margin-bottom:0}.llms-option input[type=radio]{display:block;position:absolute;top:3px;left:0;z-index:0}.llms-option input[type=radio]{display:inline-block}.llms-option input[type=radio]+label span.llms-radio{display:none}.llms-option input[type=radio]+label span.llms-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:20;position:absolute;top:0;left:-2px;display:inline-block;width:24px;height:24px;border-radius:50%;cursor:pointer;vertical-align:middle;-webkit-box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.5) 0 0 0 1px;box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.5) 0 0 0 1px;background:#efefef;background-image:radial-gradient(ellipse at center, #e5554e 0%, #e5554e 40%, #efefef 45%);background-repeat:no-repeat;-webkit-transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);transition:background-position .15s cubic-bezier(0.8, 0, 1, 1)}.llms-option input[type=radio]:checked+label span.llms-radio{-webkit-transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1)}.llms-option input[type=radio]+label span.llms-radio{background-position:-24px 0}.llms-option input[type=radio]:checked+label span.llms-radio{background-position:0 0}.llms-option input[type=submit]{border:none;background:#e5554e;color:#fff;font-size:20px;padding:10px 0;border-radius:3px;cursor:pointer;width:100%}.llms-styled-text{padding:14px 0}.llms-notice-box{border-radius:3px;z-index:10;margin:10px 0;padding:15px 20px;border:1px solid #ccc;list-style-type:none;width:100%;overflow:auto}.llms-notice-box input[type=text]{height:auto}.llms-notice-box .col-1-1{width:100%}.llms-notice-box .col-1-1 input[type=text]{width:100%}.llms-notice-box .col-1-2{width:50%;float:left}@media screen and (max-width: 768px){.llms-notice-box .col-1-2{width:100%}}.llms-notice-box .col-1-3{width:33%;float:left;margin-right:10px}.llms-notice-box .col-1-4{width:25%;float:left;margin-right:10px}@media screen and (max-width: 768px){.llms-notice-box .col-1-4{width:100%}}.llms-notice-box .col-1-6{width:16.6%;float:left;margin-right:10px}.llms-notice-box .col-1-8{width:11%;float:right}.llms-notice-box .llms-pad-right{padding-right:10px}@media screen and (max-width: 768px){.llms-notice-box .llms-pad-right{padding-right:0}}input[type=text].cc_cvv,#cc_cvv{margin-right:0;width:23%;float:right}.llms-clear-box{border-radius:3px;z-index:10;margin:10px 0;padding:15px 20px;list-style-type:none;width:100%;overflow:auto}.llms-price-label{font-weight:normal}.llms-final-price{font-weight:bold;float:right}.llms-center-content{text-align:center}.llms-input-text{background-color:#fff;border:1px solid #ddd;color:#333;font-size:18px;font-weight:300;padding:16px;width:100%}.llms-price{margin-bottom:0;font-weight:bold}.llms-price-loop{margin-bottom:0;font-weight:bold}.courses .entry{padding:0}.list-view .site-content .llms-course-list .hentry,.list-view .site-content .llms-membership-list .hentry{border-top:0;padding-top:0}.llms-content{width:100%}.llms-lesson-button-wrapper{width:100%;display:block;clear:both;text-align:center}.llms-template-wrapper{width:100%;display:block;clear:both}.llms-button-wrapper{width:100%;display:block;clear:both;text-align:center}.llms-styled-select{border:1px solid #ccc;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px;overflow:hidden;position:relative}.llms-styled-select,.llms-styled-select select{width:100%}select:focus{outline:none}.llms-styled-select select{height:34px;padding:5px 0 5px 5px;background:rgba(0,0,0,0);border:none;-webkit-appearance:none;font-size:16px;color:#444}@-moz-document url-prefix(){.--ms-styled-select select{width:110%}}.llms-styled-select .fa-sort-desc{position:absolute;top:0;right:12px;font-size:24px;color:#ccc}select::-ms-expand{display:none}_:-o-prefocus .llms-styled-select,.selector .llms-styled-select{background:none}.llms-form-item-wrapper{margin-bottom:1em}.llms-progress-circle{position:relative;width:200px;height:200px;float:left}.llms-progress-circle-count{top:27%;position:absolute;width:94%;text-align:center;color:#666;font-size:44px}.llms-progress-circle svg{position:absolute;width:200px;height:200px}.llms-progress-circle circle{fill:rgba(0,0,0,0)}svg .llms-background-circle{fill:rgba(0,0,0,0);stroke-width:10px;stroke:#f1f2f1;stroke-dasharray:430}svg .llms-animated-circle{fill:rgba(0,0,0,0);stroke-width:10px;stroke:#e5554e;stroke-dasharray:430;stroke-dashoffset:410}.llms-widget-syllabus .llms-lesson.current-lesson .lesson-title{font-weight:700}.llms-widget-syllabus .llms-lesson-complete,.llms-widget-syllabus .lesson-complete-placeholder{font-size:1.2em;margin-right:6px;color:#ccc}.llms-widget-syllabus .llms-lesson-complete.done,.llms-widget-syllabus .lesson-complete-placeholder.done{color:#e5554e}.llms-widget-syllabus .section-title{font-weight:bold}.llms-widget-syllabus .lesson-title a{text-decoration:none}.llms-widget-syllabus .lesson-title a:hover{text-decoration:none !important}.llms-widget-syllabus .lesson-title.done a{color:#999;text-decoration:line-through}.llms-widget-syllabus ul{list-style-type:none}.llms-widget-syllabus ul li{list-style-type:none}.llms-widget-syllabus ul li ul li{margin:0 0 2px 0;padding:0}.llms-remove-coupon{float:right}.llms-lesson-link-locked,.llms-lesson-link-locked:hover{background:#f1f1f1;-webkit-box-shadow:0 1px 2px 0 rgba(1,1,1,.4);box-shadow:0 1px 2px 0 rgba(1,1,1,.4);display:block;color:#a6a6a6;min-height:85px;padding:15px;text-decoration:none;position:relative}.llms-lesson-preview.is-complete .llms-lesson-link-locked{padding-left:75px}.llms-lesson-tooltip{display:none;position:absolute;color:#000;background-color:silver;padding:.25em;border-radius:2px;z-index:100;top:0;left:50%;text-align:center;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.llms-lesson-tooltip:after{content:"";width:0;height:0;border-top:8px solid silver;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);position:absolute;bottom:-8px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.llms-lesson-tooltip.active{display:inline-block}.llms-favorite-wrapper{cursor:pointer}.llms-favorite-wrapper .fa-heart{color:#ef476f}.llms-has-favorite .llms-parent-course-link{display:inline-block;margin-bottom:20px}.llms-has-favorite .llms-parent-course-link+.llms-favorite-wrapper{float:right;margin:0}.llms-syllabus-wrapper .llms-has-favorite{text-align:left}.llms-syllabus-wrapper .llms-has-favorite .llms-favorite-wrapper{display:inline-block}.llms-loop-list{list-style:none;margin:0 -10px;padding:0}@media all and (min-width: 600px){.llms-loop-list.cols-1 .llms-loop-item{width:100%}.llms-loop-list.cols-2 .llms-loop-item{width:50%}.llms-loop-list.cols-3 .llms-loop-item{width:33.3333333333%}.llms-loop-list.cols-4 .llms-loop-item{width:25%}.llms-loop-list.cols-5 .llms-loop-item{width:20%}.llms-loop-list.cols-6 .llms-loop-item{width:16.6666666667%}}.llms-loop-item{float:left;list-style:none;margin:0;padding:0;width:100%}.llms-loop-item-content{background:#f1f1f1;padding-bottom:10px;margin:10px}.llms-loop-item-content:hover{background:#eaeaea}.llms-loop-item-content .llms-loop-link{color:#212121;display:block}.llms-loop-item-content .llms-loop-link:visited{color:#212121}.llms-loop-item-content .llms-featured-image{display:block;max-width:100%}.llms-loop-item-content .llms-loop-title{margin-top:5px}.llms-loop-item-content .llms-loop-title:hover{color:#2295ff}.llms-loop-item-content .llms-meta,.llms-loop-item-content .llms-author,.llms-loop-item-content .llms-loop-title{padding:0 10px}.llms-loop-item-content .llms-meta,.llms-loop-item-content .llms-author{color:#444;display:block;font-size:13px;margin-bottom:3px}.llms-loop-item-content .llms-meta:last-child,.llms-loop-item-content .llms-author:last-child{margin-bottom:0}.llms-loop-item-content .llms-featured-img-wrap{overflow:hidden}.llms-loop-item-content p{margin-bottom:0}.llms-loop-item-content .llms-progress{margin:0;height:.4em}.llms-loop-item-content .llms-progress .progress__indicator{display:none}.llms-loop-item-content .llms-progress .llms-progress-bar{background-color:#f6f6f6;right:0;top:0}.course .llms-meta-info{margin:20px 0}.course .llms-meta-info .llms-meta-title{margin-bottom:5px}.course .llms-meta-info .llms-meta p{margin-bottom:0}.course .llms-meta-info .llms-meta span{font-weight:700}.course .llms-course-progress{margin:40px auto;max-width:480px;text-align:center}.llms-syllabus-wrapper{margin:15px;text-align:center}.llms-syllabus-wrapper .llms-section-title{margin:25px 0 0}.llms-course-navigation .llms-prev-lesson,.llms-course-navigation .llms-next-lesson,.llms-course-navigation .llms-back-to-course{width:49%}.llms-course-navigation .llms-prev-lesson,.llms-course-navigation .llms-back-to-course{float:left;margin-right:.5%}.llms-course-navigation .llms-next-lesson,.llms-course-navigation .llms-prev-lesson+.llms-back-to-course{float:right;margin-left:.5%}.llms-lesson-preview{display:inline-block;margin-top:15px;max-width:100%;position:relative;width:480px}.llms-lesson-preview .llms-lesson-link{background:#f1f1f1;color:#212121;display:block;padding:15px;text-decoration:none}.llms-lesson-preview .llms-lesson-link:before,.llms-lesson-preview .llms-lesson-link:after{content:" ";display:table}.llms-lesson-preview .llms-lesson-link:after{clear:both}.llms-lesson-preview .llms-lesson-link:hover{background:#eaeaea}.llms-lesson-preview .llms-lesson-link:visited{color:#212121}.llms-lesson-preview .llms-lesson-thumbnail{margin-bottom:10px}.llms-lesson-preview .llms-lesson-thumbnail img{display:block;width:100%}.llms-lesson-preview .llms-pre-text{text-align:left}.llms-lesson-preview .llms-lesson-title{font-weight:700;margin:0 auto 10px;text-align:left}.llms-lesson-preview .llms-lesson-title:last-child{margin-bottom:0}.llms-lesson-preview .llms-lesson-excerpt{text-align:left}.llms-lesson-preview .llms-main{float:left;width:100%}.llms-lesson-preview .llms-extra{float:right;width:15%}.llms-lesson-preview .llms-extra+.llms-main{width:85%}.llms-lesson-preview .llms-lesson-counter,.llms-lesson-preview .llms-free-lesson-svg,.llms-lesson-preview .llms-lesson-complete,.llms-lesson-preview .llms-lesson-complete-placeholder{display:block;font-size:32px;margin-bottom:15px}.llms-lesson-preview.is-free .llms-lesson-complete,.llms-lesson-preview.is-complete .llms-lesson-complete{color:#2295ff}.llms-lesson-preview .llms-icon-free{background:#2295ff;border-radius:4px;color:#f1f1f1;display:inline-block;padding:5px 6px 4px;line-height:1;font-size:14px}.llms-lesson-preview.is-incomplete .llms-lesson-complete{color:#cacaca}.llms-lesson-preview .llms-lesson-counter{font-size:16px;line-height:1}.llms-lesson-preview .llms-free-lesson-svg{fill:currentColor;height:23px;width:50px}.llms-lesson-preview p{margin-bottom:0}.llms-progress{clear:both;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;position:relative;height:1em;width:100%;margin:15px 0}.llms-progress .llms-progress-bar{background-color:#f1f2f1;position:relative;height:.4em;top:.3em;width:100%}.llms-progress .progress-bar-complete{background-color:#ef476f;height:100%}.progress__indicator{float:right;text-align:right;height:1em;line-height:1em;margin-left:5px;white-space:nowrap}.llms-author .name{margin-left:5px}.llms-author .label{margin-left:5px}.llms-author .avatar{border-radius:50%}.llms-author .bio{margin-top:5px}.llms-instructor-info .llms-instructors .llms-col:first-child .llms-author{margin-left:0}.llms-instructor-info .llms-instructors .llms-col:last-child .llms-author{margin-right:0}.llms-instructor-info .llms-instructors .llms-author{background:#f5f5f5;border-top:4px solid #2295ff;text-align:center;margin:45px 5px 5px;padding:0 10px 10px}.llms-instructor-info .llms-instructors .llms-author .avatar{background:#2295ff;border:4px solid #2295ff;display:block;margin:-35px auto 10px}.llms-instructor-info .llms-instructors .llms-author .llms-author-info{display:block}.llms-instructor-info .llms-instructors .llms-author .llms-author-info.name{font-weight:700}.llms-instructor-info .llms-instructors .llms-author .llms-author-info.label{font-size:85%}.llms-instructor-info .llms-instructors .llms-author .llms-author-info.bio{font-size:90%;margin-bottom:0}.llms_review{margin:20px 0px;padding:10px}.llms_review h5{font-size:17px;margin:3px 0px}.llms_review h6{font-size:13px}.llms_review p{font-size:15px}.review_box [type=text]{margin:10px 0px}.review_box h5{color:red;display:none}.review_box+.thank_you_box{display:none}.llms-notice{background:rgba(34,149,255,.3);border-color:#2295ff;border-style:solid;border-width:3px;padding:10px;margin-bottom:10px}.llms-notice p:last-child,.llms-notice ul:last-child{margin-bottom:0}.llms-notice li{list-style-type:none}.llms-notice.llms-debug{background:rgba(202,202,202,.3);border-color:#cacaca}.llms-notice.llms-error{background:rgba(229,85,78,.3);border-color:#e5554e}.llms-notice.llms-success{background:rgba(131,195,115,.3);border-color:#83c373}.entry-content .llms-notice{margin:0 0 10px}.entry-content .llms-notice li{list-style-type:none}ul.llms-achievements-loop,.lifterlms ul.llms-achievements-loop,ul.llms-certificates-loop,.lifterlms ul.llms-certificates-loop{list-style-type:none;margin:0 -10px;padding:0}ul.llms-achievements-loop:before,ul.llms-achievements-loop:after,.lifterlms ul.llms-achievements-loop:before,.lifterlms ul.llms-achievements-loop:after,ul.llms-certificates-loop:before,ul.llms-certificates-loop:after,.lifterlms ul.llms-certificates-loop:before,.lifterlms ul.llms-certificates-loop:after{content:" ";display:table}ul.llms-achievements-loop:after,.lifterlms ul.llms-achievements-loop:after,ul.llms-certificates-loop:after,.lifterlms ul.llms-certificates-loop:after{clear:both}ul.llms-achievements-loop li.llms-achievement-loop-item,ul.llms-achievements-loop li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop li.llms-certificate-loop-item,ul.llms-certificates-loop li.llms-achievement-loop-item,ul.llms-certificates-loop li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;float:left;list-style-type:none;margin:0;padding:10px;width:100%}@media all and (min-width: 600px){ul.llms-achievements-loop.loop-cols-1 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-1 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-1 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-1 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-1 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-1 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-1 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-1 li.llms-certificate-loop-item{width:100%}ul.llms-achievements-loop.loop-cols-2 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-2 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-2 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-2 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-2 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-2 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-2 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-2 li.llms-certificate-loop-item{width:50%}ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-3 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-3 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:33.3333333333%}ul.llms-achievements-loop.loop-cols-4 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-4 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-4 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-4 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-4 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-4 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-4 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-4 li.llms-certificate-loop-item{width:25%}ul.llms-achievements-loop.loop-cols-5 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-5 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-5 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-5 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-5 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-5 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-5 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-5 li.llms-certificate-loop-item{width:20%}}.llms-achievement,.llms-certificate{background:#f1f1f1;border:none;color:inherit;display:block;text-decoration:none;width:100%}.llms-achievement:hover,.llms-certificate:hover{background:#eaeaea}.llms-achievement .llms-achievement-img,.llms-certificate .llms-achievement-img{display:block;margin:0;width:100%}.llms-achievement .llms-achievement-title,.llms-certificate .llms-achievement-title{font-size:16px;margin:0;padding:10px;text-align:center}.llms-achievement .llms-certificate-title,.llms-certificate .llms-certificate-title{font-size:16px;margin:0;padding:0 0 10px}.llms-achievement .llms-achievement-info,.llms-achievement .llms-achievement-date,.llms-certificate .llms-achievement-info,.llms-certificate .llms-achievement-date{display:none}.llms-achievement .llms-achievement-content,.llms-certificate .llms-achievement-content{padding:20px}.llms-achievement .llms-achievement-content:empty,.llms-certificate .llms-achievement-content:empty{padding:0}.llms-achievement .llms-achievement-content *:last-child,.llms-certificate .llms-achievement-content *:last-child{margin-bottom:0}.llms-certificate{border:4px double #f1f1f1;padding:20px 10px;background:#fff;text-align:center}.llms-certificate:hover{background:#fff;border-color:#eaeaea}.llms-achievement-modal .llms-achievement{background:#fff}.llms-achievement-modal .llms-achievement-info{display:block}.llms-achievement-modal .llms-achievement-title{display:none}.llms-notification{background:#fff;-webkit-box-shadow:0 1px 2px -2px #333,0 1px 1px -1px #333;box-shadow:0 1px 2px -2px #333,0 1px 1px -1px #333;border-top:4px solid #2295ff;opacity:0;padding:12px;position:fixed;right:-800px;top:24px;-webkit-transition:opacity .4s ease-in-out,right .4s ease-in-out;transition:opacity .4s ease-in-out,right .4s ease-in-out;visibility:hidden;width:auto;z-index:9999999}.llms-notification:before,.llms-notification:after{content:" ";display:table}.llms-notification:after{clear:both}.llms-notification.visible{left:12px;opacity:1;right:12px;-webkit-transition:opacity .4s ease-in-out,right .4s ease-in-out,top .1s ease-in-out,background .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:opacity .4s ease-in-out,right .4s ease-in-out,top .1s ease-in-out,background .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:opacity .4s ease-in-out,right .4s ease-in-out,top .1s ease-in-out,background .2s ease-in-out,transform .2s ease-in-out;transition:opacity .4s ease-in-out,right .4s ease-in-out,top .1s ease-in-out,background .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;visibility:visible}.llms-notification.visible:hover .llms-notification-dismiss{opacity:1}.llms-notification .llms-notification-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.llms-notification .llms-notification-main{-ms-flex-item-align:start;align-self:flex-start;-webkit-box-flex:4;-ms-flex:4;flex:4;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.llms-notification .llms-notification-title{font-size:18px;margin:0}.llms-notification .llms-notification-body{font-size:14px;line-height:1.4}.llms-notification .llms-notification-body p,.llms-notification .llms-notification-body li{font-size:inherit}.llms-notification .llms-notification-body p{margin-bottom:8px}.llms-notification .llms-notification-body .llms-mini-cert{background:#f6f6f6;border:1px solid #d0d0d0;-webkit-box-shadow:inset 0 0 0 3px #fefefe,inset 0 0 0 4px #dedede;box-shadow:inset 0 0 0 3px #fefefe,inset 0 0 0 4px #dedede;padding:16px 16px 24px;margin-top:12px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert-title{font-size:16px;font-weight:700;margin:12px auto;text-align:center}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body{width:100%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(1){width:65%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(2){width:35%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(3){width:85%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(4){width:75%;margin-top:18px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(5){width:70%}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(6){margin-left:12px;margin-bottom:-24px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body>div:nth-child(7){width:65%;margin-right:12px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--mock-line{border-radius:2px;height:8px;background:#b0b0b0;background-image:-webkit-gradient(linear, left top, right top, from(#b0b0b0), color-stop(20%, #a0a0a0), color-stop(40%, #b0b0b0), to(#b0b0b0));background-image:linear-gradient(to right, #b0b0b0 0%, #a0a0a0 20%, #b0b0b0 40%, #b0b0b0 100%);background-repeat:no-repeat;margin:4px auto}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--mock-dot{background:#b0b0b0;border-radius:50%;display:inline-block;content:"";height:24px;width:24px}.llms-notification .llms-notification-body .llms-mini-cert p{margin-bottom:0}.llms-notification .llms-notification-aside{-ms-flex-item-align:start;align-self:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:12px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.llms-notification .llms-notification-icon{display:block;max-width:64px}.llms-notification .llms-notification-footer{border-top:1px solid #e5e5e5;font-size:12px;margin-top:12px;padding:6px 6px 0;text-align:right}.llms-notification .llms-notification-dismiss{color:#e5554e;cursor:pointer;font-size:22px;position:absolute;right:10px;top:8px;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.llms-sd-notification-center .llms-notification-list,.llms-sd-notification-center .llms-notification-list-item{list-style-type:none;margin:0;padding:0}.llms-sd-notification-center .llms-notification-list-item:hover .llms-notification{background:#fcfcfc}.llms-sd-notification-center .llms-notification{opacity:1;border-top:1px solid #e5e5e5;left:auto;padding:24px;position:relative;right:auto;top:auto;visibility:visible;width:auto}.llms-sd-notification-center .llms-notification .llms-notification-aside{max-width:64px}.llms-sd-notification-center .llms-notification .llms-notification-footer{border:none;padding:0;text-align:left}.llms-sd-notification-center .llms-notification .llms-progress{display:none !important}.llms-sd-notification-center .llms-notification .llms-notification-date{color:#515151;float:left;margin-right:6px}.llms-sd-notification-center .llms-notification .llms-mini-cert{margin:0 auto;max-width:380px}@media all and (min-width: 480px){.llms-notification{right:-800px;width:360px}.llms-notification.visible{left:auto;right:24px}.llms-notification .llms-notification-dismiss{opacity:0}}.llms-pagination ul{list-style-type:none}.llms-pagination ul li{float:left}.llms-pagination ul li a{border-bottom:0;text-decoration:none}.llms-pagination ul li .page-numbers{padding:.5em;text-decoration:underline}.llms-pagination ul li .page-numbers.current{text-decoration:none}.llms-tooltip{background:#2a2a2a;border-radius:4px;color:#fff;font-size:14px;line-height:1.2;opacity:0;top:-20px;padding:8px 12px;left:50%;position:absolute;pointer-events:none;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:opacity .2s ease,top .2s ease;transition:opacity .2s ease,top .2s ease;max-width:320px}.llms-tooltip.show{top:-28px;opacity:1}.llms-tooltip:after{bottom:-8px;border-top:8px solid #2a2a2a;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);content:"";height:0;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0}.webui-popover-title{font-size:initial;font-weight:initial;line-height:initial}.webui-popover-inverse .webui-popover-inner .close{color:#fff;opacity:.6;text-shadow:none}.webui-popover-inverse .webui-popover-inner .close:hover{opacity:.8}.webui-popover-inverse .webui-popover-content a{color:#fff;text-decoration:underline}.webui-popover-inverse .webui-popover-content a:hover{text-decoration:none}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results{margin:0;padding:0;list-style-type:none}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question{background:#efefef;margin:0 0 10px;position:relative;list-style-type:none}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer{color:inherit;display:block;padding:10px 35px 10px 10px;text-decoration:none}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after{content:" ";display:table}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after{clear:both}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect{background:rgba(255,146,43,.2)}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct .llms-status-icon,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect .llms-status-icon{background-color:#ff922b}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct{background:rgba(131,195,115,.2)}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct .llms-status-icon{background-color:#83c373}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect{background:rgba(229,85,78,.2)}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect .llms-status-icon{background-color:#e5554e}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question pre{overflow:auto}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title{float:left;margin:0;line-height:1}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points{float:right;line-height:1}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip{position:absolute;right:-12px;top:-2px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon{color:rgba(255,255,255,.65);border-radius:50%;font-size:30px;height:40px;line-height:40px;text-align:center;width:40px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main{display:none;padding:0 10px 10px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-results-label{font-weight:700;margin-bottom:10px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers{margin:0;padding:0}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer{padding:0;margin:0 0 0 30px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer:only-child{list-style-type:none;margin-left:0}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main img{height:auto;max-width:200px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section{border-top:2px solid rgba(255,255,255,.5);margin-top:20px;padding-top:20px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-child{border-top:none;margin-top:0;padding-top:0}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers{list-style-type:none;margin:0;padding:0}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer,.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer{display:inline-block;list-style-type:none;margin:0;padding:5px}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed{opacity:.5}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed .llms-question-title{font-style:italic;font-weight:normal}.single-llms_quiz .llms-return{margin-bottom:10px}.single-llms_quiz .llms-quiz-results:before,.single-llms_quiz .llms-quiz-results:after{content:" ";display:table}.single-llms_quiz .llms-quiz-results:after{clear:both}.single-llms_quiz .llms-quiz-results .llms-donut.passing{color:#83c373}.single-llms_quiz .llms-quiz-results .llms-donut.passing svg path{stroke:#83c373}.single-llms_quiz .llms-quiz-results .llms-donut.pending{color:#555}.single-llms_quiz .llms-quiz-results .llms-donut.pending svg path{stroke:#555}.single-llms_quiz .llms-quiz-results .llms-donut.failing{color:#e5554e}.single-llms_quiz .llms-quiz-results .llms-donut.failing svg path{stroke:#e5554e}.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside,.single-llms_quiz .llms-quiz-results .llms-quiz-results-main,.single-llms_quiz .llms-quiz-results .llms-quiz-results-history{margin-bottom:20px}@media all and (min-width: 600px){.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside{float:left;width:220px}.single-llms_quiz .llms-quiz-results .llms-quiz-results-main,.single-llms_quiz .llms-quiz-results .llms-quiz-results-history{float:right;width:calc(100% - 300px)}.single-llms_quiz .llms-quiz-results .llms-quiz-results-history{clear:right}}.single-llms_quiz ul.llms-quiz-meta-info,.single-llms_quiz ul.llms-quiz-meta-info li{list-style-type:none;margin:0;padding:0}.single-llms_quiz ul.llms-quiz-meta-info{margin-bottom:10px}.single-llms_quiz .llms-quiz-buttons{margin-top:10px;text-align:left}.single-llms_quiz .llms-quiz-buttons form{display:inline-block}.llms-quiz-question-wrapper{min-height:140px;position:relative}.llms-quiz-question-wrapper .llms-quiz-loading{bottom:20px;left:0;position:absolute;right:0;text-align:center;z-index:1}.llms-quiz-question-wrapper .llms-question-image img{height:auto;max-width:100%}.llms-quiz-ui{background:#fcfcfc;padding:20px;position:relative}.llms-quiz-ui .llms-quiz-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 30px}.llms-quiz-ui .llms-progress{background-color:#f1f2f1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:8px;margin:0;overflow:hidden}.llms-quiz-ui .llms-progress .progress-bar-complete{-webkit-transition:width .3s ease-in;transition:width .3s ease-in;width:0}.llms-quiz-ui .llms-error{background:#e5554e;border-radius:4px;color:#fff;margin:10px 0;padding:10px}.llms-quiz-ui .llms-error:before,.llms-quiz-ui .llms-error:after{content:" ";display:table}.llms-quiz-ui .llms-error:after{clear:both}.llms-quiz-ui .llms-error a{color:rgba(255,255,255,.6);float:right;font-size:22px;line-height:1;text-decoration:none}.llms-quiz-ui .llms-quiz-counter{display:none;color:#6a6a6a;float:right;font-size:18px}.llms-quiz-ui .llms-quiz-counter .llms-sep{margin:0 5px}.llms-quiz-ui .llms-quiz-nav{margin-top:20px}.llms-quiz-ui .llms-quiz-nav button{margin:0 10px 0 0}.llms-question-wrapper .llms-question-text{font-size:30px;font-weight:400;margin-bottom:15px}.llms-question-wrapper ol.llms-question-choices{list-style-type:none;margin:0;padding:0}.llms-question-wrapper ol.llms-question-choices li.llms-choice{border-bottom:1px solid #e8e8e8;margin:0;padding:0;position:relative}.llms-question-wrapper ol.llms-question-choices li.llms-choice:last-child{border-bottom:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture{border-bottom:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture label{display:inline-block;padding:0}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-marker{bottom:10px;margin:0;position:absolute;right:10px}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-choice-image{margin:2px;padding:20px;-webkit-transition:background .4s ease;transition:background .4s ease}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-choice-image img{display:block;height:auto;width:100%}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture input:checked~.llms-choice-image{background:#efefef}.llms-question-wrapper ol.llms-question-choices li.llms-choice input{display:none;left:0;pointer-events:none;position:absolute;top:0;visibility:hidden}.llms-question-wrapper ol.llms-question-choices li.llms-choice label{display:block;margin:0;padding:10px 20px;position:relative}.llms-question-wrapper ol.llms-question-choices li.llms-choice label.hovered .llms-marker:not(.type--lister) .iterator{display:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice label.hovered .llms-marker:not(.type--lister) .fa{display:inline}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker{background:#f0f0f0;display:inline-block;font-size:20px;height:40px;line-height:40px;margin-right:10px;text-align:center;-webkit-transition:all .2s ease;transition:all .2s ease;vertical-align:middle;width:40px}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker .fa{display:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--lister,.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--checkbox{border-radius:4px}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--radio{border-radius:50%}.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker{background:#ef476f;color:#fff}.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker .iterator{display:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker .fa{display:inline}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-choice-text{display:inline-block;font-size:18px;font-weight:400;line-height:1.6;margin-bottom:0;vertical-align:middle;width:calc(100% - 60px)}.llms-quiz-timer{background:#fff;border:1px solid #83c373;border-radius:4px;color:#83c373;float:right;font-size:18px;line-height:1;margin-left:20px;padding:8px 12px;position:relative;white-space:nowrap;z-index:1}.llms-quiz-timer.color-half{border-color:#ff922b;color:#ff922b}.llms-quiz-timer.color-empty{border-color:#e5554e;color:#e5554e}.llms-quiz-timer .llms-tiles{display:inline-block;margin-left:5px}.voucher-expand{display:none}@media all and (min-width: 600px){.llms-access-plans.cols-1 .llms-access-plan{width:100%}.llms-access-plans.cols-2 .llms-access-plan{width:50%}.llms-access-plans.cols-3 .llms-access-plan{width:33.3333333333%}.llms-access-plans.cols-4 .llms-access-plan{width:25%}.llms-access-plans.cols-5 .llms-access-plan{width:20%}}.llms-free-enroll-form{margin-bottom:0}.llms-access-plan{-webkit-box-sizing:border-box;box-sizing:border-box;float:left;text-align:center;width:100%}.llms-access-plan .llms-access-plan-footer,.llms-access-plan .llms-access-plan-content{background:#f1f1f1}.llms-access-plan.featured .llms-access-plan-featured{background:#4ba9ff}.llms-access-plan.featured .llms-access-plan-footer,.llms-access-plan.featured .llms-access-plan-content{border-left:3px solid #2295ff;border-right:3px solid #2295ff}.llms-access-plan.featured .llms-access-plan-footer{border-bottom-color:#2295ff}.llms-access-plan.on-sale .price-regular{text-decoration:line-through}.llms-access-plan .stamp{background:#2295ff;color:#fff;font-size:11px;font-style:normal;font-weight:300;padding:2px 3px;vertical-align:top}.llms-access-plan .llms-access-plan-restrictions ul{margin:0}.llms-access-plan-featured{color:#fff;font-size:14px;font-weight:400;margin:0 2px 0 2px}.llms-access-plan-content{margin:0 2px 0}.llms-access-plan-content .llms-access-plan-pricing{padding:10px 0 0}.llms-access-plan-title{background:#2295ff;color:#fff;margin-bottom:0;padding:10px}.llms-access-plan-pricing .llms-price-currency-symbol{font-size:14px;vertical-align:top}.llms-access-plan-price{font-size:18px;font-variant:small-caps;line-height:20px}.llms-access-plan-price .lifterlms-price{font-weight:700}.llms-access-plan-price.sale{padding:5px 0;border-top:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0}.llms-access-plan-trial,.llms-access-plan-schedule,.llms-access-plan-sale-end,.llms-access-plan-expiration{font-size:15px;font-variant:small-caps;line-height:1.2}.llms-access-plan-description{font-size:16px;padding:10px 10px 0}.llms-access-plan-description ul{margin:0}.llms-access-plan-description ul li{border-bottom:1px solid #d0d0d0;list-style-type:none}.llms-access-plan-description ul li:last-child{border-bottom:none}.llms-access-plan-description div:last-child,.llms-access-plan-description img:last-child,.llms-access-plan-description p:last-child,.llms-access-plan-description ul:last-child,.llms-access-plan-description li:last-child{margin-bottom:0}.llms-access-plan-restrictions .stamp{vertical-align:baseline}.llms-access-plan-restrictions ul{margin:0}.llms-access-plan-restrictions ul li{font-size:12px;line-height:14px;list-style-type:none}.llms-access-plan-restrictions a{color:#f8954f}.llms-access-plan-restrictions a:hover{color:#f67d28}.llms-access-plan-footer{border-bottom:3px solid #f1f1f1;padding:10px;margin:0 2px 2px 2px}.llms-access-plan-footer .llms-access-plan-pricing{padding:0 0 10px}.webui-popover-content .llms-members-only-restrictions{text-align:center}.webui-popover-content .llms-members-only-restrictions ul,.webui-popover-content .llms-members-only-restrictions ol,.webui-popover-content .llms-members-only-restrictions li,.webui-popover-content .llms-members-only-restrictions p{margin:0;padding:0}.webui-popover-content .llms-members-only-restrictions ul,.webui-popover-content .llms-members-only-restrictions ol,.webui-popover-content .llms-members-only-restrictions li{list-style-type:none}.webui-popover-content .llms-members-only-restrictions li{padding:8px 0;border-top:1px solid #3b3b3b}.webui-popover-content .llms-members-only-restrictions li:first-child{border-top:none}.webui-popover-content .llms-members-only-restrictions li a{display:block}.llms-checkout-wrapper form.llms-login{border:3px solid #2295ff;display:none;margin-bottom:10px}.llms-checkout-wrapper .llms-form-heading{background:#2295ff;color:#fff;margin:0 0 5px;padding:10px}.llms-checkout{background:#fff;position:relative}@media all and (min-width: 800px){.llms-checkout-cols-2 .llms-checkout-col{float:left}.llms-checkout-cols-2 .llms-checkout-col.llms-col-1{margin-right:5px;width:calc(58% - 5px)}.llms-checkout-cols-2 .llms-checkout-col.llms-col-2{margin-left:5px;width:calc(42% - 5px)}.llms-checkout-cols-2 .llms-checkout-col.llms-col-2 button{width:100%}}.llms-checkout-section{border:3px solid #2295ff;margin-bottom:10px;position:relative}.llms-checkout-section-content{margin:10px}.llms-checkout-section-content.llms-form-fields{margin:0px}.llms-checkout-section-content .llms-label{font-weight:400;font-variant:small-caps;text-transform:lowercase}.llms-checkout-section-content .llms-order-summary{list-style-type:none;margin:0;padding:0}.llms-checkout-section-content .llms-order-summary li{list-style-type:none}.llms-checkout-section-content .llms-order-summary li.llms-pricing.on-sale .price-regular,.llms-checkout-section-content .llms-order-summary li.llms-pricing.has-coupon .price-regular{text-decoration:line-through}.llms-checkout-section-content .llms-coupon-wrapper{border-top:1px solid #dadada;margin-top:10px;padding-top:10px}.llms-checkout-section-content .llms-coupon-wrapper .llms-coupon-entry{display:none;margin-top:10px}.llms-form-field.llms-payment-gateway-option label+span.llms-description{display:inline-block;margin-left:5px}.llms-form-field.llms-payment-gateway-option .llms-description a{border:none;-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.llms-form-field.llms-payment-gateway-option .llms-description img{display:inline;max-height:22px;vertical-align:middle}.llms-checkout-wrapper ul.llms-payment-gateways{margin:5px 0 0;padding:0}ul.llms-payment-gateways{list-style-type:none}ul.llms-payment-gateways li:last-child:after{border-bottom:1px solid #dadada;content:"";display:block;margin:10px}ul.llms-payment-gateways .llms-payment-gateway{margin-bottom:5px;list-style-type:none}ul.llms-payment-gateways .llms-payment-gateway:last-child{margin-bottom:none}ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-payment-gateway-option label{font-weight:700}ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-gateway-fields{display:block}ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-gateway-fields .llms-notice{margin-left:10px;margin-right:10px}ul.llms-payment-gateways .llms-payment-gateway .llms-form-field{padding-bottom:0}ul.llms-payment-gateways .llms-gateway-description{margin-left:40px}ul.llms-payment-gateways .llms-gateway-fields{display:none;margin:5px 0 20px}ul.llms-payment-gateways .llms-payment-gateway-error{padding:0 10px}.llms-checkout-confirm{margin:0 10px}.llms-payment-method{margin:10px 10px 0}.llms-gateway-description p{font-size:85%;font-style:italic;margin-bottom:0}.llms-form-fields{-webkit-box-sizing:border-box;box-sizing:border-box}.llms-form-fields *{-webkit-box-sizing:border-box;box-sizing:border-box}.llms-form-fields.flush .llms-form-field{padding:0 0 10px}.llms-form-fields .wp-block-columns,.llms-form-fields .wp-block-column{margin-bottom:0}.llms-form-heading{padding:0 10px 10px}.llms-form-field{float:left;padding:0 10px 10px;position:relative;width:100%}.llms-form-field label:empty:after{content:" "}.llms-form-field.valid input[type=date],.llms-form-field.valid input[type=time],.llms-form-field.valid input[type=datetime-local],.llms-form-field.valid input[type=week],.llms-form-field.valid input[type=month],.llms-form-field.valid input[type=text],.llms-form-field.valid input[type=email],.llms-form-field.valid input[type=url],.llms-form-field.valid input[type=password],.llms-form-field.valid input[type=search],.llms-form-field.valid input[type=tel],.llms-form-field.valid input[type=number],.llms-form-field.valid textarea,.llms-form-field.valid select{background:rgba(131,195,115,.3);border-color:#83c373}.llms-form-field.error input[type=date],.llms-form-field.error input[type=time],.llms-form-field.error input[type=datetime-local],.llms-form-field.error input[type=week],.llms-form-field.error input[type=month],.llms-form-field.error input[type=text],.llms-form-field.error input[type=email],.llms-form-field.error input[type=url],.llms-form-field.error input[type=password],.llms-form-field.error input[type=search],.llms-form-field.error input[type=tel],.llms-form-field.error input[type=number],.llms-form-field.error textarea,.llms-form-field.error select,.llms-form-field.invalid input[type=date],.llms-form-field.invalid input[type=time],.llms-form-field.invalid input[type=datetime-local],.llms-form-field.invalid input[type=week],.llms-form-field.invalid input[type=month],.llms-form-field.invalid input[type=text],.llms-form-field.invalid input[type=email],.llms-form-field.invalid input[type=url],.llms-form-field.invalid input[type=password],.llms-form-field.invalid input[type=search],.llms-form-field.invalid input[type=tel],.llms-form-field.invalid input[type=number],.llms-form-field.invalid textarea,.llms-form-field.invalid select{background:rgba(229,85,78,.3);border-color:#e5554e}.llms-form-field.llms-visually-hidden-field{display:none}.llms-form-field.align-right{text-align:right}@media screen and (min-width: 600px){.llms-form-field.llms-cols-1{width:8.3333333333%}.llms-form-field.llms-cols-2{width:16.6666666667%}.llms-form-field.llms-cols-3{width:25%}.llms-form-field.llms-cols-4{width:33.3333333333%}.llms-form-field.llms-cols-5{width:41.6666666667%}.llms-form-field.llms-cols-6{width:50%}.llms-form-field.llms-cols-7{width:58.3333333333%}.llms-form-field.llms-cols-8{width:66.6666666667%}.llms-form-field.llms-cols-9{width:75%}.llms-form-field.llms-cols-10{width:83.3333333333%}.llms-form-field.llms-cols-11{width:91.6666666667%}.llms-form-field.llms-cols-12{width:100%}}.llms-form-field.type-hidden{padding:0}.llms-form-field.type-radio input,.llms-form-field.type-radio label,.llms-form-field.type-checkbox input,.llms-form-field.type-checkbox label{display:inline-block;width:auto}.llms-form-field.type-radio input,.llms-form-field.type-checkbox input{margin-right:5px}.llms-form-field.type-radio label+.llms-description,.llms-form-field.type-checkbox label+.llms-description{display:block}.llms-form-field.type-radio:not(.is-group) input[type=radio]{position:absolute;opacity:0;visibility:none}.llms-form-field.type-radio:not(.is-group) label:before{background:#fafafa;background-position:-24px 0;background-repeat:no-repeat;border-radius:50%;-webkit-box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.35) 0 0 0 1px;box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.35) 0 0 0 1px;content:"";cursor:pointer;display:inline-block;height:22px;margin-right:5px;position:relative;-webkit-transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);transition:background-position .15s cubic-bezier(0.8, 0, 1, 1);top:-3px;vertical-align:middle;width:22px;z-index:2}.llms-form-field.type-radio:not(.is-group) input[type=radio]:checked+label:before{-webkit-transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);transition:background-position .2s .15s cubic-bezier(0, 0, 0.2, 1);background-position:0 0;background-image:radial-gradient(ellipse at center, #2295ff 0%, #2295ff 40%, #fafafa 45%)}.llms-form-field .llms-input-group{margin-top:5px}.llms-form-field .llms-input-group .llms-form-field{padding:0 0 5px 5px}.llms-form-field.type-reset button:not(.auto),.llms-form-field.type-button button:not(.auto),.llms-form-field.type-submit button:not(.auto){width:100%}.llms-form-field .llms-description{font-size:14px;font-style:italic}.llms-form-field .llms-required{color:#e5554e;margin-left:4px}.llms-form-field input,.llms-form-field textarea,.llms-form-field select{width:100%;margin-bottom:5px}.llms-form-field .select2-container .select2-selection--single{height:auto;padding:4px 6px}.llms-form-field .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%}.llms-password-strength-meter{border:1px solid #dadada;display:none;font-size:10px;margin-top:-10px;padding:1px;position:relative;text-align:center}.llms-password-strength-meter:before{bottom:0;content:"";left:0;position:absolute;top:0;-webkit-transition:width .4s ease;transition:width .4s ease}.llms-password-strength-meter.mismatch,.llms-password-strength-meter.too-short,.llms-password-strength-meter.very-weak{border-color:#e35b5b}.llms-password-strength-meter.mismatch:before,.llms-password-strength-meter.too-short:before,.llms-password-strength-meter.very-weak:before{background:rgba(227,91,91,.25);width:25%}.llms-password-strength-meter.too-short:before{width:0}.llms-password-strength-meter.weak{border-color:#f78b53}.llms-password-strength-meter.weak:before{background:rgba(247,139,83,.25);width:50%}.llms-password-strength-meter.medium{border-color:#ffc733}.llms-password-strength-meter.medium:before{background:rgba(255,199,51,.25);width:75%}.llms-password-strength-meter.strong{border-color:#83c373}.llms-password-strength-meter.strong:before{background:rgba(131,195,115,.25);width:100%}.llms-widget-syllabus--collapsible .llms-section .section-header{cursor:pointer}.llms-widget-syllabus--collapsible .llms-section.llms-section--opened .llms-collapse-caret .fa-caret-right{display:none}.llms-widget-syllabus--collapsible .llms-section.llms-section--closed .llms-collapse-caret .fa-caret-down{display:none}.llms-widget-syllabus--collapsible .llms-section.llms-section--closed .llms-lesson{display:none}.llms-widget-syllabus--collapsible .llms-syllabus-footer{text-align:left}.llms-student-dashboard .llms-sd-title{margin:25px 0}.llms-student-dashboard .llms-sd-items{list-style-type:none;margin:0;padding:0}.llms-student-dashboard .llms-sd-item{float:left;list-style-type:none;margin:0;padding:0}.llms-student-dashboard .llms-sd-item:last-child .llms-sep{display:none}.llms-student-dashboard .llms-sd-item .llms-sep{color:#333;margin:0 5px}.llms-student-dashboard .llms-sd-section{margin-bottom:25px}.llms-student-dashboard .llms-sd-section .llms-sd-section-footer{margin-top:10px}.llms-student-dashboard .orders-table{border:1px solid #f5f5f5;width:100%}.llms-student-dashboard .orders-table thead{display:none}.llms-student-dashboard .orders-table thead th,.llms-student-dashboard .orders-table thead td{font-weight:700}@media all and (min-width: 600px){.llms-student-dashboard .orders-table thead{display:table-header-group}}.llms-student-dashboard .orders-table tbody tr:nth-child(even) td,.llms-student-dashboard .orders-table tbody tr:nth-child(even) th{background:#f9f9f9}.llms-student-dashboard .orders-table tfoot th,.llms-student-dashboard .orders-table tfoot td{padding:10px;text-align:right}.llms-student-dashboard .orders-table tfoot th:last-child,.llms-student-dashboard .orders-table tfoot td:last-child{border-bottom-width:0}.llms-student-dashboard .orders-table th{font-weight:700}.llms-student-dashboard .orders-table th,.llms-student-dashboard .orders-table td{border-color:#efefef;border-style:solid;border-width:0;display:block;padding:8px 12px;text-align:center}.llms-student-dashboard .orders-table th .llms-button-primary,.llms-student-dashboard .orders-table td .llms-button-primary{display:inline-block}.llms-student-dashboard .orders-table th:last-child,.llms-student-dashboard .orders-table td:last-child{border-bottom-width:1px}.llms-student-dashboard .orders-table th:before,.llms-student-dashboard .orders-table td:before{content:attr(data-label)}@media all and (min-width: 600px){.llms-student-dashboard .orders-table th,.llms-student-dashboard .orders-table td{border-bottom-width:1px;display:table-cell;text-align:left}.llms-student-dashboard .orders-table th:first-child,.llms-student-dashboard .orders-table td:first-child{width:220px}.llms-student-dashboard .orders-table th:before,.llms-student-dashboard .orders-table td:before{display:none}}@media all and (min-width: 600px){.llms-student-dashboard .orders-table.transactions th:first-child{width:auto}}.llms-student-dashboard .llms-status{border-radius:3px;border-bottom:1px solid #fff;display:inline-block;font-size:80%;padding:3px 6px;vertical-align:middle}.llms-student-dashboard .llms-status.llms-size--large{font-size:105%;padding:6px 12px}.llms-student-dashboard .llms-status.llms-active,.llms-student-dashboard .llms-status.llms-completed,.llms-student-dashboard .llms-status.llms-pass,.llms-student-dashboard .llms-status.llms-txn-succeeded{color:#1f3818;background-color:#83c373}.llms-student-dashboard .llms-status.llms-fail,.llms-student-dashboard .llms-status.llms-failed,.llms-student-dashboard .llms-status.llms-expired,.llms-student-dashboard .llms-status.llms-cancelled,.llms-student-dashboard .llms-status.llms-txn-failed{color:#5a110d;background-color:#e5554e}.llms-student-dashboard .llms-status.llms-incomplete,.llms-student-dashboard .llms-status.llms-on-hold,.llms-student-dashboard .llms-status.llms-pending,.llms-student-dashboard .llms-status.llms-pending-cancel,.llms-student-dashboard .llms-status.llms-refunded,.llms-student-dashboard .llms-status.llms-txn-pending,.llms-student-dashboard .llms-status.llms-txn-refunded{color:#664200;background-color:orange}.llms-student-dashboard .llms-person-form-wrapper .llms-change-password{display:none}@media all and (min-width: 600px){.llms-student-dashboard .order-primary{float:left;width:68%}}@media all and (min-width: 600px){.llms-student-dashboard .order-secondary{float:left;width:32%}}.llms-student-dashboard .order-secondary form{margin-bottom:0}@media all and (min-width: 600px){.llms-student-dashboard .llms-view-order.llms-stack-cols .order-primary,.llms-student-dashboard .llms-view-order.llms-stack-cols .order-secondary{float:none;width:100%}}.llms-student-dashboard .llms-switch-payment-source .llms-notice,.llms-student-dashboard .llms-switch-payment-source .entry-content .llms-notice{margin-left:10px;margin-right:10px}.llms-student-dashboard .llms-switch-payment-source-main{border:none;display:none;margin:0}.llms-student-dashboard .llms-switch-payment-source-main ul.llms-payment-gateways{padding:10px 15px 0;margin:0}.llms-student-dashboard .llms-switch-payment-source-main .llms-payment-method,.llms-student-dashboard .llms-switch-payment-source-main ul.llms-order-summary{padding:0 25px 10px;margin:0;list-style-type:none}.llms-student-dashboard .llms-switch-payment-source-main .llms-payment-method li,.llms-student-dashboard .llms-switch-payment-source-main ul.llms-order-summary li{list-style-type:none}.llms-student-dashboard .llms-loop-list{margin:0 -10px}.llms-sd-grades .llms-table .llms-progress{display:block;margin:0}.llms-sd-grades .llms-table .llms-progress .llms-progress-bar{top:0;height:1.4em}.llms-sd-grades .llms-table .llms-progress .progress__indicator{font-size:1em;position:relative;right:.4em;top:.2em;z-index:1}.llms-table.llms-single-course-grades tbody tr:first-child td,.llms-table.llms-single-course-grades tbody tr:first-child th{background-color:#eaeaea}.llms-table.llms-single-course-grades th{font-weight:400}.llms-table.llms-single-course-grades td .llms-donut{display:inline-block;vertical-align:middle}.llms-table.llms-single-course-grades td .llms-status{margin-right:4px}.llms-table.llms-single-course-grades td .llms-donut+.llms-status{margin-left:4px}.llms-table.llms-single-course-grades th.llms-section_title{font-size:110%;font-weight:700}.llms-table.llms-single-course-grades td.llms-lesson_title{padding-left:36px;max-width:40%}.llms-table.llms-single-course-grades td.llms-associated_quiz .llms-donut{display:inline-block;margin-right:5px;vertical-align:middle}.llms-table.llms-single-course-grades td.llms-lesson_title a[href="#"]{pointer-events:none}.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"]{color:inherit;position:relative}.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"] .llms-tooltip{max-width:380px;width:380px}.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"] .llms-tooltip.show{top:-54px}.llms-sd-widgets{display:-webkit-box;display:-ms-flexbox;display:flex}.llms-sd-widgets .llms-sd-widget{background:#f9f9f9;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:10px 10px 20px;padding:0 0 20px}.llms-sd-widgets .llms-sd-widget:first-child{margin-left:0}.llms-sd-widgets .llms-sd-widget:last-child{margin-right:0}.llms-sd-widgets .llms-sd-widget .llms-sd-widget-title{background:#2295ff;color:#fff;font-size:18px;line-height:1;margin:0 0 20px;padding:10px}.llms-sd-widgets .llms-sd-widget .llms-sd-widget-empty{font-size:14px;font-style:italic;opacity:.5;text-align:center}.llms-sd-widgets .llms-sd-widget .llms-donut{margin:0 auto}.llms-sd-widgets .llms-sd-widget .llms-sd-date{opacity:.8;text-align:center;font-size:22px;line-height:1.1}.llms-sd-widgets .llms-sd-widget .llms-sd-date span{display:block}.llms-sd-widgets .llms-sd-widget .llms-sd-date span.day{font-size:52px}.llms-sd-widgets .llms-sd-widget .llms-sd-date span.diff{font-size:12px;font-style:italic;margin-top:8px;opacity:.75}.llms-sd-widgets .llms-sd-widget .llms-achievement{background:rgba(0,0,0,0);margin:0 auto;max-width:120px}.llms-sd-widgets .llms-sd-widget .llms-achievement .llms-achievement-title{display:none}.llms-sd-pagination{margin-top:24px}.llms-sd-pagination:before,.llms-sd-pagination:after{content:" ";display:table}.llms-sd-pagination:after{clear:both}.llms-sd-pagination .llms-button-secondary{display:inline-block}.llms-sd-pagination .llms-button-secondary.prev{float:left}.llms-sd-pagination .llms-button-secondary.next{float:right}.llms-sd-notification-center .llms-notification{z-index:1}.llms-table{border:1px solid #efefef;width:100%}.llms-table thead th,.llms-table thead td{font-weight:700}.llms-table tbody tr:nth-child(odd) td,.llms-table tbody tr:nth-child(odd) th{background:#f9f9f9}.llms-table tbody tr:last-child{border-bottom-width:0}.llms-table tfoot tr{background:#f9f9f9}.llms-table tfoot tr .llms-pagination .page-numbers{margin:0}.llms-table tfoot tr .llms-table-sort{text-align:right}.llms-table tfoot tr .llms-table-sort form,.llms-table tfoot tr .llms-table-sort select,.llms-table tfoot tr .llms-table-sort input,.llms-table tfoot tr .llms-table-sort button{margin:0}.llms-table th{font-weight:700}.llms-table th,.llms-table td{border-bottom:1px solid #efefef;padding:8px 12px}.llms-table th:first-child,.llms-table td:first-child{padding-left:12px}.llms-table th:last-child,.llms-table td:last-child{padding-right:12px}#page .llms-table tfoot label{display:inline}#page .llms-table tfoot select{height:auto}/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/@font-face{font-family:"FontAwesome";src:url("../fonts/fontawesome-webfont.eot?v=4.7.0");src:url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
diff --git a/assets/js/builder/Controllers/Sync.js b/assets/js/builder/Controllers/Sync.js
index ac74ce96e9..45b9a9accd 100644
--- a/assets/js/builder/Controllers/Sync.js
+++ b/assets/js/builder/Controllers/Sync.js
@@ -13,7 +13,7 @@ define( [], function() {
var self = this,
autosave = ( 'yes' === window.llms_builder.autosave ),
check_interval = null,
- check_interval_ms = settings.check_interval_ms || 10000,
+ check_interval_ms = settings.check_interval_ms || ( ( 'yes' === window.llms_builder.autosave ) ? 10000 : 1000 ),
detached = new Backbone.Collection(),
trashed = new Backbone.Collection();
diff --git a/assets/js/builder/Models/Section.js b/assets/js/builder/Models/Section.js
index 2a9e42d5b2..94693dca70 100644
--- a/assets/js/builder/Models/Section.js
+++ b/assets/js/builder/Models/Section.js
@@ -38,7 +38,8 @@ define( [ 'Collections/Lessons', 'Models/_Relationships' ], function( Lessons, R
title: LLMS.l10n.translate( 'New Section' ),
type: 'section',
- _expanded: false,
+ // Expand the first 100 sections by default to avoid timeout issues.
+ _expanded: ! this.collection || this.collection.length <= 100 ? true : false,
_selected: false,
};
},
diff --git a/assets/js/builder/Schemas/Lesson.js b/assets/js/builder/Schemas/Lesson.js
index 55b612ea94..a652a075c1 100644
--- a/assets/js/builder/Schemas/Lesson.js
+++ b/assets/js/builder/Schemas/Lesson.js
@@ -36,14 +36,14 @@ define( [], function() {
attribute: 'free_lesson',
id: 'free-lesson',
label: LLMS.l10n.translate( 'Free Lesson' ),
- tip: LLMS.l10n.translate( "Free lessons can be accessed without enrollment." ),
+ tip: LLMS.l10n.translate( 'Free lessons can be accessed without enrollment.' ),
type: 'switch',
},
{
attribute: 'require_passing_grade',
id: 'require-passing-grade',
label: LLMS.l10n.translate( 'Require Passing Grade on Quiz' ),
- tip: LLMS.l10n.translate( "When enabled, students must pass this lesson's quiz before the lesson can be completed." ),
+ tip: LLMS.l10n.translate( 'When enabled, students must pass this quiz before the lesson can be completed.' ),
type: 'switch',
condition: function() {
return ( 'yes' === this.get( 'quiz_enabled' ) );
@@ -53,7 +53,7 @@ define( [], function() {
attribute: 'require_assignment_passing_grade',
id: 'require-assignment-passing-grade',
label: LLMS.l10n.translate( 'Require Passing Grade on Assignment' ),
- tip: LLMS.l10n.translate( "When enabled, students must pass this lesson's assignment before the lesson can be completed." ),
+ tip: LLMS.l10n.translate( 'When enabled, students must pass this assignment before the lesson can be completed.' ),
type: 'switch',
condition: function() {
return ( 'undefined' !== window.llms_builder.assignments && 'yes' === this.get( 'assignment_enabled' ) );
@@ -87,6 +87,26 @@ define( [], function() {
return this.get_available_prereq_options();
},
},
+ ], [
+ {
+ label: LLMS.l10n.translate( 'Course Drip Method' ),
+ id: 'course-drip',
+ type: 'heading',
+ condition: function() {
+ return ( this.get_course() && 'yes' === this.get_course().get( 'lesson_drip' ) && this.get_course().get( 'drip_method' ) );
+ },
+ detail: LLMS.l10n.translate( 'Drip settings are currently set at the course level, under the Restrictions settings tab. Disable to allow lesson level drip settings.' ) + ' ' + LLMS.l10n.translate( 'Edit Course' ) + '',
+ },
+ ], [
+ {
+ label: LLMS.l10n.translate( 'Course Drip Method' ),
+ id: 'course-drip',
+ type: 'heading',
+ condition: function() {
+ return ( ! this.get_course() || 'yes' !== this.get_course().get( 'lesson_drip' ) || ! this.get_course().get( 'drip_method' ) );
+ },
+ detail: LLMS.l10n.translate( 'Drip settings can be set at the course level to release course content at a specified interval, in the Restrictions settings tab.' ) + ' ' + LLMS.l10n.translate( 'Edit Course' ) + '',
+ },
], [
{
attribute: 'drip_method',
@@ -94,6 +114,9 @@ define( [], function() {
label: LLMS.l10n.translate( 'Drip Method' ),
switch_attribute: 'drip_method',
type: 'select',
+ condition: function() {
+ return ( ! this.get_course() || 'yes' !== this.get_course().get( 'lesson_drip' ) || ! this.get_course().get( 'drip_method' ) );
+ },
options: function() {
var options = [
@@ -132,6 +155,10 @@ define( [], function() {
{
attribute: 'days_before_available',
condition: function() {
+ if ( this.get_course() && 'yes' === this.get_course().get( 'lesson_drip' ) && this.get_course().get( 'drip_method' ) ) {
+ return false;
+ }
+
return ( -1 !== [ 'enrollment', 'start', 'prerequisite' ].indexOf( this.get( 'drip_method' ) ) );
},
id: 'days-before-available',
@@ -143,6 +170,10 @@ define( [], function() {
attribute: 'date_available',
date_format: 'Y-m-d',
condition: function() {
+ if ( this.get_course() && 'yes' === this.get_course().get( 'lesson_drip' ) && this.get_course().get( 'drip_method' ) ) {
+ return false;
+ }
+
return ( 'date' === this.get( 'drip_method' ) );
},
id: 'date-available',
@@ -153,6 +184,10 @@ define( [], function() {
{
attribute: 'time_available',
condition: function() {
+ if ( this.get_course() && 'yes' === this.get_course().get( 'lesson_drip' ) && this.get_course().get( 'drip_method' ) ) {
+ return false;
+ }
+
return ( 'date' === this.get( 'drip_method' ) );
},
datepicker: 'false',
diff --git a/assets/js/builder/Views/Assignment.js b/assets/js/builder/Views/Assignment.js
index 37d8b7f7b0..14c7c4b727 100644
--- a/assets/js/builder/Views/Assignment.js
+++ b/assets/js/builder/Views/Assignment.js
@@ -327,6 +327,8 @@ define( [
// placement: 'left',
width: 380,
title: LLMS.l10n.translate( 'Unlock LifterLMS Assignments' ),
+ // This is here for translation but not actually used by the popover.
+ closeLabel: LLMS.l10n.translate( 'Close' ),
content: '
' + h3 + '
' + p + '
' + btn + '
'
}
} );
diff --git a/assets/js/builder/Views/Course.js b/assets/js/builder/Views/Course.js
index 2c30f6548c..4b0995a4b4 100644
--- a/assets/js/builder/Views/Course.js
+++ b/assets/js/builder/Views/Course.js
@@ -4,7 +4,19 @@
* @since 3.13.0
* @version 3.16.0
*/
-define( [ 'Views/SectionList', 'Views/_Editable' ], function( SectionListView, Editable ) {
+define( [
+ 'Views/SectionList',
+ 'Views/_Detachable',
+ 'Views/_Editable',
+ 'Views/_Shiftable',
+ 'Views/_Trashable'
+], function(
+ SectionListView,
+ Detachable,
+ Editable,
+ Shiftable,
+ Trashable
+) {
return Backbone.View.extend( _.defaults( {
@@ -71,12 +83,23 @@ define( [ 'Views/SectionList', 'Views/_Editable' ], function( SectionListView, E
Backbone.pubSub.on( 'section-toggle', this.on_section_toggle, this );
+ Backbone.pubSub.on( 'section-select', this.on_section_select, this );
+
Backbone.pubSub.on( 'expand-section', this.expand_section, this );
Backbone.pubSub.on( 'lesson-selected', this.active_lesson_change, this );
},
+ /**
+ * Events
+ * @type {Object}
+ * @version 7.6.0
+ */
+ events: _.defaults( {
+ 'click .new-section': 'add_new_section',
+ }, Detachable.events, Editable.events, Trashable.events ),
+
/**
* Compiles the template and renders the view
*
@@ -147,7 +170,29 @@ define( [ 'Views/SectionList', 'Views/_Editable' ], function( SectionListView, E
var selected = model.get( '_expanded' ) ? [ model ] : [];
this.sectionListView.setSelectedModels( selected );
- }
+ },
+
+
+ /**
+ * When doing things like adding a lesson, seelct the section.
+ *
+ * @param obj model toggled section
+ * @return void
+ * @since 7.6.0
+ * @version 7.6.0
+ */
+ on_section_select: function( model ) {
+
+ this.sectionListView.setSelectedModel( model );
+
+ },
+
+ add_new_section: function( event ) {
+
+ event.preventDefault();
+ Backbone.pubSub.trigger( 'add-new-section' );
+ },
+
}, Editable ) );
diff --git a/assets/js/builder/Views/Elements.js b/assets/js/builder/Views/Elements.js
index e952a46429..1d4deb2c9d 100644
--- a/assets/js/builder/Views/Elements.js
+++ b/assets/js/builder/Views/Elements.js
@@ -64,7 +64,7 @@ define( [ 'Models/Section', 'Views/Section', 'Models/Lesson', 'Views/Lesson', 'V
this.$el.html( this.template() );
this.draggable();
- this.maybe_disable_buttons();
+ this.maybe_add_initial_section();
return this;
},
@@ -161,12 +161,15 @@ define( [ 'Models/Section', 'Views/Section', 'Models/Lesson', 'Views/Lesson', 'V
* @since 3.16.0
* @version 3.16.0
*/
- maybe_disable_buttons: function() {
+ maybe_add_initial_section: function() {
var $els = $( '#llms-new-lesson, #llms-existing-lesson' );
if ( ! this.SidebarView.CourseView.model.get( 'sections' ).length ) {
- $els.attr( 'disabled', 'disabled' );
+ Backbone.pubSub.trigger( 'add-new-section' );
+ Backbone.pubSub.trigger( 'add-new-lesson' );
+ Backbone.pubSub.trigger( 'add-new-lesson' );
+ Backbone.pubSub.trigger( 'add-new-lesson' );
} else {
$els.removeAttr( 'disabled' );
}
diff --git a/assets/js/builder/Views/Lesson.js b/assets/js/builder/Views/Lesson.js
index 4a7d5a4408..19d7d07679 100644
--- a/assets/js/builder/Views/Lesson.js
+++ b/assets/js/builder/Views/Lesson.js
@@ -44,6 +44,7 @@ define( [
*/
events: _.defaults( {
'click .edit-lesson': 'open_lesson_editor',
+ 'click .llms-headline': 'open_lesson_editor',
'click .edit-quiz': 'open_quiz_editor',
'click .edit-assignment': 'open_assignment_editor',
'click .section-prev': 'section_prev',
diff --git a/assets/js/builder/Views/Section.js b/assets/js/builder/Views/Section.js
index 9938c700e4..3691f7d47c 100644
--- a/assets/js/builder/Views/Section.js
+++ b/assets/js/builder/Views/Section.js
@@ -48,7 +48,8 @@ define( [
'click .collapse': 'collapse',
'click .shift-up--section': 'shift_up',
'click .shift-down--section': 'shift_down',
-
+ 'click .new-lesson': 'add_new_lesson',
+ 'click .llms-builder-header': 'toggle',
'mouseenter .llms-lessons': 'on_mouseenter',
}, Editable.events, Trashable.events ),
@@ -125,6 +126,15 @@ define( [
},
+ add_new_lesson: function( event ) {
+
+ event.preventDefault();
+
+ Backbone.pubSub.trigger( 'section-select', this.model );
+ Backbone.pubSub.trigger( 'add-new-lesson' );
+
+ },
+
active_lesson_change: function( current, previous ) {
Backbone.pubSub.trigger( 'active-lesson-change', {
@@ -134,6 +144,21 @@ define( [
},
+ toggle: function( event, update ) {
+
+ // We only want to expand/collapse when the actual header div is clicked, not an element inside it.
+ if ( 'llms-builder-header' !== event.target.className ) {
+ return;
+ }
+
+ if ( this.model.get( '_expanded' ) ) {
+ this.collapse( event, update );
+ } else {
+ this.expand( event, update );
+ }
+
+ },
+
/**
* Collapse lessons within the section
* @param obj event js event object
diff --git a/assets/js/builder/Views/SettingsFields.js b/assets/js/builder/Views/SettingsFields.js
index 94c5764910..cf7691dfb8 100644
--- a/assets/js/builder/Views/SettingsFields.js
+++ b/assets/js/builder/Views/SettingsFields.js
@@ -254,7 +254,7 @@ define( [], function() {
function option_html( label, val ) {
- return '';
+ return '';
}
diff --git a/assets/js/builder/Views/Sidebar.js b/assets/js/builder/Views/Sidebar.js
index e3fc262cd1..b01c92833a 100644
--- a/assets/js/builder/Views/Sidebar.js
+++ b/assets/js/builder/Views/Sidebar.js
@@ -8,13 +8,11 @@ define( [
'Views/Editor',
'Views/Elements',
'Views/Utilities',
- 'Views/VideoExplainer',
'Views/_Subview'
], function(
Editor,
Elements,
Utilities,
- VideoExplainer,
Subview
) {
@@ -41,11 +39,6 @@ define( [
instance: null,
state: 'builder',
},
- video_explainer: {
- class: VideoExplainer,
- instance: null,
- state: 'builder',
- },
editor: {
class: Editor,
instance: null,
diff --git a/assets/js/builder/Views/VideoExplainer.js b/assets/js/builder/Views/VideoExplainer.js
deleted file mode 100644
index 25f56f3402..0000000000
--- a/assets/js/builder/Views/VideoExplainer.js
+++ /dev/null
@@ -1,92 +0,0 @@
-/**
- * Sidebar Utilities View
- *
- * @since 7.2.0
- * @version 7.2.0
- */
-define( [], function() {
- return Backbone.View.extend( {
-
- /**
- * HTML element selector.
- *
- * @type {string}
- */
- el: '#llms-video-explainer',
-
- /**
- * Wrapper Tag name.
- *
- * @type {string}
- */
- tagName: 'div',
-
- /**
- * Events.
- *
- * @type {Object}
- */
- events: {
- 'click .llms-video-explainer-trigger': 'openPopup',
- 'click .llms-video-explainer-close': 'closePopup',
- 'click .llms-video-explainer-wrapper': 'closePopup',
- },
-
- /**
- * Get the underscore template.
- */
- template: wp.template( 'llms-video-explainer-template' ),
-
- /**
- * Compiles the template and renders the view.
- *
- * @since 7.2.0
- *
- * @return {self}
- */
- render: function() {
- this.$el.html( this.template() );
- return this;
- },
-
- /**
- * Open the popup.
- *
- * @since 7.2.0
- *
- * @param {Object} event JS event object.
- * @return {void}
- */
- openPopup: function( event ) {
- event.preventDefault();
-
- $( '.llms-video-explainer-wrapper' ).css( {
- display: 'flex',
- opacity: '1',
- } );
- },
-
- /**
- * Close the popup.
- *
- * @since 7.2.0
- *
- * @param {Object} event JS event object.
- * @return {void}
- */
- closePopup: function( event ) {
- event.preventDefault();
-
- $( '.llms-video-explainer-wrapper' ).css( {
- display: 'none',
- opacity: '0',
- } );
-
- const iframe = $( '.llms-video-explainer-iframe' );
- const src = iframe.attr( 'src' );
-
- iframe.attr( 'src', '' ).attr( 'src', src );
- },
-
- } );
-} );
diff --git a/assets/js/builder/Views/_Detachable.js b/assets/js/builder/Views/_Detachable.js
index 2e1130abe2..9f4a9e3cfb 100644
--- a/assets/js/builder/Views/_Detachable.js
+++ b/assets/js/builder/Views/_Detachable.js
@@ -20,6 +20,7 @@ define( [], function() {
*/
events: {
'click a[href="#llms-detach-model"]': 'detach_model',
+ 'click button.llms-detach-model': 'detach_model',
},
/**
diff --git a/assets/js/builder/Views/_Trashable.js b/assets/js/builder/Views/_Trashable.js
index ca58c9a19e..948a9176ac 100644
--- a/assets/js/builder/Views/_Trashable.js
+++ b/assets/js/builder/Views/_Trashable.js
@@ -18,6 +18,7 @@ define( [], function() {
*/
events: {
'click a[href="#llms-trash-model"]': 'trash_model',
+ 'click button.llms-trash-model': 'trash_model',
},
/**
diff --git a/assets/js/llms-builder.js b/assets/js/llms-builder.js
index eea455aade..4efbf5643b 100644
--- a/assets/js/llms-builder.js
+++ b/assets/js/llms-builder.js
@@ -3656,14 +3656,14 @@ define( 'Schemas/Lesson',[], function() {
attribute: 'free_lesson',
id: 'free-lesson',
label: LLMS.l10n.translate( 'Free Lesson' ),
- tip: LLMS.l10n.translate( "Free lessons can be accessed without enrollment." ),
+ tip: LLMS.l10n.translate( 'Free lessons can be accessed without enrollment.' ),
type: 'switch',
},
{
attribute: 'require_passing_grade',
id: 'require-passing-grade',
label: LLMS.l10n.translate( 'Require Passing Grade on Quiz' ),
- tip: LLMS.l10n.translate( "When enabled, students must pass this lesson's quiz before the lesson can be completed." ),
+ tip: LLMS.l10n.translate( 'When enabled, students must pass this quiz before the lesson can be completed.' ),
type: 'switch',
condition: function() {
return ( 'yes' === this.get( 'quiz_enabled' ) );
@@ -3673,7 +3673,7 @@ define( 'Schemas/Lesson',[], function() {
attribute: 'require_assignment_passing_grade',
id: 'require-assignment-passing-grade',
label: LLMS.l10n.translate( 'Require Passing Grade on Assignment' ),
- tip: LLMS.l10n.translate( "When enabled, students must pass this lesson's assignment before the lesson can be completed." ),
+ tip: LLMS.l10n.translate( 'When enabled, students must pass this assignment before the lesson can be completed.' ),
type: 'switch',
condition: function() {
return ( 'undefined' !== window.llms_builder.assignments && 'yes' === this.get( 'assignment_enabled' ) );
@@ -3707,6 +3707,26 @@ define( 'Schemas/Lesson',[], function() {
return this.get_available_prereq_options();
},
},
+ ], [
+ {
+ label: LLMS.l10n.translate( 'Course Drip Method' ),
+ id: 'course-drip',
+ type: 'heading',
+ condition: function() {
+ return ( this.get_course() && 'yes' === this.get_course().get( 'lesson_drip' ) && this.get_course().get( 'drip_method' ) );
+ },
+ detail: LLMS.l10n.translate( 'Drip settings are currently set at the course level, under the Restrictions settings tab. Disable to allow lesson level drip settings.' ) + ' ' + LLMS.l10n.translate( 'Edit Course' ) + '',
+ },
+ ], [
+ {
+ label: LLMS.l10n.translate( 'Course Drip Method' ),
+ id: 'course-drip',
+ type: 'heading',
+ condition: function() {
+ return ( ! this.get_course() || 'yes' !== this.get_course().get( 'lesson_drip' ) || ! this.get_course().get( 'drip_method' ) );
+ },
+ detail: LLMS.l10n.translate( 'Drip settings can be set at the course level to release course content at a specified interval, in the Restrictions settings tab.' ) + ' ' + LLMS.l10n.translate( 'Edit Course' ) + '',
+ },
], [
{
attribute: 'drip_method',
@@ -3714,6 +3734,9 @@ define( 'Schemas/Lesson',[], function() {
label: LLMS.l10n.translate( 'Drip Method' ),
switch_attribute: 'drip_method',
type: 'select',
+ condition: function() {
+ return ( ! this.get_course() || 'yes' !== this.get_course().get( 'lesson_drip' ) || ! this.get_course().get( 'drip_method' ) );
+ },
options: function() {
var options = [
@@ -3752,6 +3775,10 @@ define( 'Schemas/Lesson',[], function() {
{
attribute: 'days_before_available',
condition: function() {
+ if ( this.get_course() && 'yes' === this.get_course().get( 'lesson_drip' ) && this.get_course().get( 'drip_method' ) ) {
+ return false;
+ }
+
return ( -1 !== [ 'enrollment', 'start', 'prerequisite' ].indexOf( this.get( 'drip_method' ) ) );
},
id: 'days-before-available',
@@ -3763,6 +3790,10 @@ define( 'Schemas/Lesson',[], function() {
attribute: 'date_available',
date_format: 'Y-m-d',
condition: function() {
+ if ( this.get_course() && 'yes' === this.get_course().get( 'lesson_drip' ) && this.get_course().get( 'drip_method' ) ) {
+ return false;
+ }
+
return ( 'date' === this.get( 'drip_method' ) );
},
id: 'date-available',
@@ -3773,6 +3804,10 @@ define( 'Schemas/Lesson',[], function() {
{
attribute: 'time_available',
condition: function() {
+ if ( this.get_course() && 'yes' === this.get_course().get( 'lesson_drip' ) && this.get_course().get( 'drip_method' ) ) {
+ return false;
+ }
+
return ( 'date' === this.get( 'drip_method' ) );
},
datepicker: 'false',
@@ -4418,7 +4453,8 @@ define( 'Models/Section',[ 'Collections/Lessons', 'Models/_Relationships' ], fun
title: LLMS.l10n.translate( 'New Section' ),
type: 'section',
- _expanded: false,
+ // Expand the first 100 sections by default to avoid timeout issues.
+ _expanded: ! this.collection || this.collection.length <= 100 ? true : false,
_selected: false,
};
},
@@ -4969,6 +5005,7 @@ define( 'Views/_Detachable',[], function() {
*/
events: {
'click a[href="#llms-detach-model"]': 'detach_model',
+ 'click button.llms-detach-model': 'detach_model',
},
/**
@@ -6029,6 +6066,7 @@ define( 'Views/_Trashable',[], function() {
*/
events: {
'click a[href="#llms-trash-model"]': 'trash_model',
+ 'click button.llms-trash-model': 'trash_model',
},
/**
@@ -6406,7 +6444,7 @@ define( 'Controllers/Sync',[], function() {
var self = this,
autosave = ( 'yes' === window.llms_builder.autosave ),
check_interval = null,
- check_interval_ms = settings.check_interval_ms || 10000,
+ check_interval_ms = settings.check_interval_ms || ( ( 'yes' === window.llms_builder.autosave ) ? 10000 : 1000 ),
detached = new Backbone.Collection(),
trashed = new Backbone.Collection();
@@ -7205,6 +7243,7 @@ define( 'Views/Lesson',[
*/
events: _.defaults( {
'click .edit-lesson': 'open_lesson_editor',
+ 'click .llms-headline': 'open_lesson_editor',
'click .edit-quiz': 'open_quiz_editor',
'click .edit-assignment': 'open_assignment_editor',
'click .section-prev': 'section_prev',
@@ -7557,7 +7596,8 @@ define( 'Views/Section',[
'click .collapse': 'collapse',
'click .shift-up--section': 'shift_up',
'click .shift-down--section': 'shift_down',
-
+ 'click .new-lesson': 'add_new_lesson',
+ 'click .llms-builder-header': 'toggle',
'mouseenter .llms-lessons': 'on_mouseenter',
}, Editable.events, Trashable.events ),
@@ -7634,6 +7674,15 @@ define( 'Views/Section',[
},
+ add_new_lesson: function( event ) {
+
+ event.preventDefault();
+
+ Backbone.pubSub.trigger( 'section-select', this.model );
+ Backbone.pubSub.trigger( 'add-new-lesson' );
+
+ },
+
active_lesson_change: function( current, previous ) {
Backbone.pubSub.trigger( 'active-lesson-change', {
@@ -7643,6 +7692,21 @@ define( 'Views/Section',[
},
+ toggle: function( event, update ) {
+
+ // We only want to expand/collapse when the actual header div is clicked, not an element inside it.
+ if ( 'llms-builder-header' !== event.target.className ) {
+ return;
+ }
+
+ if ( this.model.get( '_expanded' ) ) {
+ this.collapse( event, update );
+ } else {
+ this.expand( event, update );
+ }
+
+ },
+
/**
* Collapse lessons within the section
* @param obj event js event object
@@ -7841,7 +7905,19 @@ define( 'Views/SectionList',[ 'Views/Section', 'Views/_Receivable' ], function(
* @since 3.13.0
* @version 3.16.0
*/
-define( 'Views/Course',[ 'Views/SectionList', 'Views/_Editable' ], function( SectionListView, Editable ) {
+define( 'Views/Course',[
+ 'Views/SectionList',
+ 'Views/_Detachable',
+ 'Views/_Editable',
+ 'Views/_Shiftable',
+ 'Views/_Trashable'
+], function(
+ SectionListView,
+ Detachable,
+ Editable,
+ Shiftable,
+ Trashable
+) {
return Backbone.View.extend( _.defaults( {
@@ -7908,12 +7984,23 @@ define( 'Views/Course',[ 'Views/SectionList', 'Views/_Editable' ], function( Sec
Backbone.pubSub.on( 'section-toggle', this.on_section_toggle, this );
+ Backbone.pubSub.on( 'section-select', this.on_section_select, this );
+
Backbone.pubSub.on( 'expand-section', this.expand_section, this );
Backbone.pubSub.on( 'lesson-selected', this.active_lesson_change, this );
},
+ /**
+ * Events
+ * @type {Object}
+ * @version 7.6.0
+ */
+ events: _.defaults( {
+ 'click .new-section': 'add_new_section',
+ }, Detachable.events, Editable.events, Trashable.events ),
+
/**
* Compiles the template and renders the view
*
@@ -7984,7 +8071,29 @@ define( 'Views/Course',[ 'Views/SectionList', 'Views/_Editable' ], function( Sec
var selected = model.get( '_expanded' ) ? [ model ] : [];
this.sectionListView.setSelectedModels( selected );
- }
+ },
+
+
+ /**
+ * When doing things like adding a lesson, seelct the section.
+ *
+ * @param obj model toggled section
+ * @return void
+ * @since 7.6.0
+ * @version 7.6.0
+ */
+ on_section_select: function( model ) {
+
+ this.sectionListView.setSelectedModel( model );
+
+ },
+
+ add_new_section: function( event ) {
+
+ event.preventDefault();
+ Backbone.pubSub.trigger( 'add-new-section' );
+ },
+
}, Editable ) );
@@ -8246,7 +8355,7 @@ define( 'Views/SettingsFields',[], function() {
function option_html( label, val ) {
- return '';
+ return '';
}
@@ -10480,6 +10589,8 @@ define( 'Views/Assignment',[
// placement: 'left',
width: 380,
title: LLMS.l10n.translate( 'Unlock LifterLMS Assignments' ),
+ // This is here for translation but not actually used by the popover.
+ closeLabel: LLMS.l10n.translate( 'Close' ),
content: '' + h3 + '
' + p + '
' + btn + '
'
}
} );
@@ -10734,7 +10845,7 @@ define( 'Views/Elements',[ 'Models/Section', 'Views/Section', 'Models/Lesson', '
this.$el.html( this.template() );
this.draggable();
- this.maybe_disable_buttons();
+ this.maybe_add_initial_section();
return this;
},
@@ -10831,12 +10942,15 @@ define( 'Views/Elements',[ 'Models/Section', 'Views/Section', 'Models/Lesson', '
* @since 3.16.0
* @version 3.16.0
*/
- maybe_disable_buttons: function() {
+ maybe_add_initial_section: function() {
var $els = $( '#llms-new-lesson, #llms-existing-lesson' );
if ( ! this.SidebarView.CourseView.model.get( 'sections' ).length ) {
- $els.attr( 'disabled', 'disabled' );
+ Backbone.pubSub.trigger( 'add-new-section' );
+ Backbone.pubSub.trigger( 'add-new-lesson' );
+ Backbone.pubSub.trigger( 'add-new-lesson' );
+ Backbone.pubSub.trigger( 'add-new-lesson' );
} else {
$els.removeAttr( 'disabled' );
}
@@ -10935,99 +11049,6 @@ define( 'Views/Utilities',[], function() {
} );
-/**
- * Sidebar Utilities View
- *
- * @since 7.2.0
- * @version 7.2.0
- */
-define( 'Views/VideoExplainer',[], function() {
- return Backbone.View.extend( {
-
- /**
- * HTML element selector.
- *
- * @type {string}
- */
- el: '#llms-video-explainer',
-
- /**
- * Wrapper Tag name.
- *
- * @type {string}
- */
- tagName: 'div',
-
- /**
- * Events.
- *
- * @type {Object}
- */
- events: {
- 'click .llms-video-explainer-trigger': 'openPopup',
- 'click .llms-video-explainer-close': 'closePopup',
- 'click .llms-video-explainer-wrapper': 'closePopup',
- },
-
- /**
- * Get the underscore template.
- */
- template: wp.template( 'llms-video-explainer-template' ),
-
- /**
- * Compiles the template and renders the view.
- *
- * @since 7.2.0
- *
- * @return {self}
- */
- render: function() {
- this.$el.html( this.template() );
- return this;
- },
-
- /**
- * Open the popup.
- *
- * @since 7.2.0
- *
- * @param {Object} event JS event object.
- * @return {void}
- */
- openPopup: function( event ) {
- event.preventDefault();
-
- $( '.llms-video-explainer-wrapper' ).css( {
- display: 'flex',
- opacity: '1',
- } );
- },
-
- /**
- * Close the popup.
- *
- * @since 7.2.0
- *
- * @param {Object} event JS event object.
- * @return {void}
- */
- closePopup: function( event ) {
- event.preventDefault();
-
- $( '.llms-video-explainer-wrapper' ).css( {
- display: 'none',
- opacity: '0',
- } );
-
- const iframe = $( '.llms-video-explainer-iframe' );
- const src = iframe.attr( 'src' );
-
- iframe.attr( 'src', '' ).attr( 'src', src );
- },
-
- } );
-} );
-
/**
* Main sidebar view
*
@@ -11038,13 +11059,11 @@ define( 'Views/Sidebar',[
'Views/Editor',
'Views/Elements',
'Views/Utilities',
- 'Views/VideoExplainer',
'Views/_Subview'
], function(
Editor,
Elements,
Utilities,
- VideoExplainer,
Subview
) {
@@ -11071,11 +11090,6 @@ define( 'Views/Sidebar',[
instance: null,
state: 'builder',
},
- video_explainer: {
- class: VideoExplainer,
- instance: null,
- state: 'builder',
- },
editor: {
class: Editor,
instance: null,
diff --git a/assets/js/llms-builder.min.js b/assets/js/llms-builder.min.js
index 26cab95d0e..2671c47fcc 100644
--- a/assets/js/llms-builder.min.js
+++ b/assets/js/llms-builder.min.js
@@ -1,6 +1,6 @@
-!function(e){var t,i,n;!function(e){function s(e,t){return y.call(e,t)}function o(e,t){var i,n,s,o,l,r,a,c,d,u,h,_,p=t&&t.split("/"),m=v.map,g=m&&m["*"]||{};if(e){for(e=e.split("/"),l=e.length-1,v.nodeIdCompat&&S.test(e[l])&&(e[l]=e[l].replace(S,"")),"."===e[0].charAt(0)&&p&&(_=p.slice(0,p.length-1),e=_.concat(e)),d=0;d0&&(e.splice(d-1,2),d-=2)}e=e.join("/")}if((p||g)&&m){for(i=e.split("/"),d=i.length;d>0;d-=1){if(n=i.slice(0,d).join("/"),p)for(u=p.length;u>0;u-=1)if((s=m[p.slice(0,u).join("/")])&&(s=s[n])){o=s,r=d;break}if(o)break;!a&&g&&g[n]&&(a=g[n],c=d)}!o&&a&&(o=a,r=c),o&&(i.splice(0,r,o),e=i.join("/"))}return e}function l(t,i){return function(){var n=k.call(arguments,0);return"string"!=typeof n[0]&&1===n.length&&n.push(null),p.apply(e,n.concat([t,i]))}}function r(e){return function(t){return o(t,e)}}function a(e){return function(t){f[e]=t}}function c(t){if(s(b,t)){var i=b[t];delete b[t],w[t]=!0,_.apply(e,i)}if(!s(f,t)&&!s(w,t))throw new Error("No "+t);return f[t]}function d(e){var t,i=e?e.indexOf("!"):-1;return i>-1&&(t=e.substring(0,i),e=e.substring(i+1,e.length)),[t,e]}function u(e){return e?d(e):[]}function h(e){return function(){return v&&v.config&&v.config[e]||{}}}var _,p,m,g,f={},b={},v={},w={},y=Object.prototype.hasOwnProperty,k=[].slice,S=/\.js$/;m=function(e,t){var i,n=d(e),s=n[0],l=t[1];return e=n[1],s&&(s=o(s,l),i=c(s)),s?e=i&&i.normalize?i.normalize(e,r(l)):o(e,l):(e=o(e,l),n=d(e),s=n[0],e=n[1],s&&(i=c(s))),{f:s?s+"!"+e:e,n:e,pr:s,p:i}},g={require:function(e){return l(e)},exports:function(e){var t=f[e];return void 0!==t?t:f[e]={}},module:function(e){return{id:e,uri:"",exports:f[e],config:h(e)}}},_=function(t,i,n,o){var r,d,h,_,p,v,y,k=[],S=typeof n;if(o=o||t,v=u(o),"undefined"===S||"function"===S){for(i=!i.length&&n.length?["require","exports","module"]:i,p=0;p3&&void 0!==arguments[3]?arguments[3]:10;if(s(t)&&n(i))if("function"==typeof o)if("number"==typeof l){var r={callback:o,priority:l,namespace:i};if(e[t]){for(var a=e[t].handlers,c=0;cl);)c++;a.splice(c,0,r),(e.__current||[]).forEach(function(e){e.name===t&&e.currentIndex>=c&&e.currentIndex++})}else e[t]={handlers:[r],runs:0};"hookAdded"!==t&&k("hookAdded",t,i,o,l)}else console.error("If specified, the hook priority must be a number.");else console.error("The hook callback must be a function.")}},l=function(e,t){return function(i,o){if(s(i)&&(t||n(o))){if(!e[i])return 0;var l=0;if(t)l=e[i].handlers.length,e[i]={runs:e[i].runs,handlers:[]};else for(var r=e[i].handlers,a=r.length-1;a>=0;a--)!function(t){r[t].namespace===o&&(r.splice(t,1),l++,(e.__current||[]).forEach(function(e){e.name===i&&e.currentIndex>=t&&e.currentIndex--}))}(a);return"hookRemoved"!==i&&k("hookRemoved",i,o),l}}},r=function(e){return function(t){return t in e}},a=function(e,t){return function(i){e[i]||(e[i]={handlers:[],runs:0}),e[i].runs++;for(var n=e[i].handlers,s=arguments.length,o=new Array(s>1?s-1:0),l=1;l li, tbody > tr > td":"_listItem_onMousedown","dblclick > li, tbody > tr > td":"_listItem_onDoubleClick",click:"_listBackground_onClick","click ul.collection-view, table.collection-view":"_listBackground_onClick",keydown:"_onKeydown"},spawnMessages:{focus:"focus"},passMessages:{"*":"."},initializationOptions:[{collection:null},{modelView:null},{modelViewOptions:{}},{itemTemplate:null},{itemTemplateFunction:null},{selectable:!0},{clickToSelect:!0},{selectableModelsFilter:null},{visibleModelsFilter:null},{sortableModelsFilter:null},{selectMultiple:!1},{clickToToggle:!1},{processKeyEvents:!0},{sortable:!1},{sortableOptions:null},{reuseModelViews:!0},{detachedRendering:!1},{emptyListCaption:null}],initialize:function(e){t.ViewOptions.add(this,"initializationOptions"),this.setOptions(e),this.collection||(this.collection=new t.Collection),this._hasBeenRendered=!1,this._isBackboneCourierAvailable()&&t.Courier.add(this),this.$el.data("view",this),this.$el.addClass("collection-view collection-list"),this.selectable&&this.$el.addClass("selectable"),this.selectable&&this.processKeyEvents&&this.$el.attr("tabindex",0),this.selectedItems=[],this._updateItemTemplate(),this.collection&&this._registerCollectionEvents(),this.viewManager=new ChildViewContainer},_onOptionsChanged:function(t,i){var n=this,s=!1;e.each(e.keys(t),function(l){var r=t[l],a=i[l];switch(l){case"collection":r!==a&&(n.stopListening(a),n._registerCollectionEvents());break;case"selectMultiple":!r&&n.selectedItems.length>1&&n.setSelectedModel(e.first(n.selectedItems),{by:"cid"});break;case"selectable":!r&&n.selectedItems.length>0&&n.setSelectedModels([]),r&&this.processKeyEvents?n.$el.attr("tabindex",0):n.$el.removeAttr("tabindex",0);break;case"sortable":t.sortable?n._setupSortable():n.$el.sortable("destroy");break;case"selectableModelsFilter":n.reapplyFilter("selectableModels");break;case"sortableOptions":n.$el.sortable("destroy"),n._setupSortable();break;case"sortableModelsFilter":n.reapplyFilter("sortableModels");break;case"visibleModelsFilter":n.reapplyFilter("visibleModels");break;case"itemTemplate":n._updateItemTemplate();break;case"processKeyEvents":r&&this.selectable?n.$el.attr("tabindex",0):n.$el.removeAttr("tabindex",0);break;case"modelView":n.viewManager.each(function(e){n.viewManager.remove(e),e.remove()})}e.contains(o,l)&&(s=!0)}),this._hasBeenRendered&&s&&this.render()},setOption:function(e,t){var i={};i[e]=t,this.setOptions(i)},getSelectedModel:function(t){return this.selectedItems.length?e.first(this.getSelectedModels(t)):null},getSelectedModels:function(t){var n=this;t=e.extend({},{by:"model"},t);var s=t.by,o=[];switch(s){case"id":e.each(this.selectedItems,function(e){o.push(n.collection.get(e).id)});break;case"cid":o=o.concat(this.selectedItems);break;case"offset":var l=0;this._getVisibleItemEls().each(function(){i(this).is(".selected")&&o.push(l),l++});break;case"model":e.each(this.selectedItems,function(e){o.push(n.collection.get(e))});break;case"view":e.each(this.selectedItems,function(e){o.push(n.viewManager.findByModel(n.collection.get(e)))});break;default:throw new Error("Invalid referenceBy option: "+s)}return o},setSelectedModels:function(t,n){if(!e.isArray(t))throw"Invalid parameter value";if(this.selectable||!(t.length>0)){n=e.extend({},{silent:!1,by:"model"},n);var s=n.by,o=[];switch(s){case"cid":o=t;break;case"id":this.collection.each(function(i){e.contains(t,i.id)&&o.push(i.cid)});break;case"model":o=e.pluck(t,"cid");break;case"view":e.each(t,function(e){o.push(e.model.cid)});break;case"offset":var l=0;this._getVisibleItemEls().each(function(){var n=i(this);e.contains(t,l)&&o.push(n.attr("data-model-cid")),l++});break;default:throw new Error("Invalid referenceBy option: "+s)}var r=this.getSelectedModels(),a=e.clone(this.selectedItems);this.selectedItems=this._convertStringsToInts(o),this._validateSelection();var c=this.getSelectedModels();this._containSameElements(a,this.selectedItems)||(this._addSelectedClassToSelectedItems(a),n.silent||(this._isBackboneCourierAvailable()?this.spawn("selectionChanged",{selectedModels:c,oldSelectedModels:r}):this.trigger("selectionChanged",c,r)),this.updateDependentControls())}},setSelectedModel:function(e,t){e||0===e?this.setSelectedModels([e],t):this.setSelectedModels([],t)},getView:function(t,n){switch(n=e.extend({},{by:"model"},n),n.by){case"id":case"cid":var s=this.collection.get(t)||null;return s&&this.viewManager.findByModel(s);case"offset":var o=this._getVisibleItemEls();return i(o.get(t));case"model":return this.viewManager.findByModel(t);default:throw new Error("Invalid referenceBy option: "+referenceBy)}},render:function(){this._hasBeenRendered=!0,this.selectable&&this._saveSelection();var t;t=this._getContainerEl();var i=this.viewManager;this.viewManager=new ChildViewContainer,i.each(function(e){this.reuseModelViews&&this.collection.get(e.model.cid)?e.$el.detach():e.remove()},this),t.empty();var n;this.detachedRendering&&(n=document.createDocumentFragment()),this.collection.each(function(s){var o=i.findByModelCid(s.cid);this.reuseModelViews&&!e.isUndefined(o)||(o=this._createNewModelView(s,this._getModelViewOptions(s))),this._insertAndRenderModelView(o,n||t)},this),this.detachedRendering&&t.append(n),this.sortable&&this._setupSortable(),this._showEmptyListCaptionIfAppropriate(),this._isBackboneCourierAvailable()?this.spawn("render"):this.trigger("render"),this.selectable&&(this._restoreSelection(),this.updateDependentControls()),this.forceRerenderOnNextSortEvent=!1},_showEmptyListCaptionIfAppropriate:function(){if(this._removeEmptyListCaption(),this.emptyListCaption){if(0===this._getVisibleItemEls().length){var t;t=e.isFunction(this.emptyListCaption)?this.emptyListCaption():this.emptyListCaption;var n,s=i(""+t+"");n=this._isRenderedAsList()?s.wrapAll("").parent().css(l):s.wrapAll(" |
").parent().parent().css(l),this._getContainerEl().append(n)}}},_removeEmptyListCaption:function(){this._isRenderedAsList()?this._getContainerEl().find("> li > var.empty-list-caption").parent().remove():this._getContainerEl().find("> tr > td > var.empty-list-caption").parent().parent().remove()},_insertAndRenderModelView:function(t,i,n){var s=this._wrapModelView(t);if(11===i.nodeType)i.appendChild(s.get(0));else{var o=i.children().length;!e.isUndefined(n)&&n>=0&&no&&(this.forceRerenderOnNextSortEvent=!0),i.append(s))}this.viewManager.add(t),!1===t.render()&&(s.hide(),s.addClass("not-visible"));var l=!1;e.isFunction(this.visibleModelsFilter)&&(l=!this.visibleModelsFilter(t.model)),1===s.children().length?s.toggle(!l):t.$el.toggle(!l),s.toggleClass("not-visible",l),!l&&this.emptyListCaption&&this._removeEmptyListCaption()},updateDependentControls:function(){this._isBackboneCourierAvailable()?this.spawn("updateDependentControls",{selectedModels:this.getSelectedModels()}):this.trigger("updateDependentControls",this.getSelectedModels())},remove:function(){this.viewManager.each(function(e){e.remove()}),t.View.prototype.remove.apply(this,arguments)},reapplyFilter:function(t){var i=this;if(!e.contains(["selectableModels","sortableModels","visibleModels"],t))throw new Error("Invalid filter identifier supplied to reapplyFilter: "+t);switch(t){case"visibleModels":i.viewManager.each(function(e){var t=i.visibleModelsFilter&&!i.visibleModelsFilter.call(i,e.model);e.$el.toggleClass("not-visible",t),i._modelViewHasWrapperLI(e)?e.$el.closest("li").toggleClass("not-visible",t).toggle(!t):e.$el.toggle(!t)}),this._showEmptyListCaptionIfAppropriate();break;case"sortableModels":i.$el.sortable("destroy"),i.viewManager.each(function(e){var t=i.sortableModelsFilter&&!i.sortableModelsFilter.call(i,e.model);e.$el.toggleClass("not-sortable",t),i._modelViewHasWrapperLI(e)&&e.$el.closest("li").toggleClass("not-sortable",t)}),i._setupSortable();break;case"selectableModels":i.viewManager.each(function(e){var t=i.selectableModelsFilter&&!i.selectableModelsFilter.call(i,e.model);e.$el.toggleClass("not-selectable",t),i._modelViewHasWrapperLI(e)&&e.$el.closest("li").toggleClass("not-selectable",t)}),i._validateSelection()}},_removeModelView:function(e){this.selectable&&this._saveSelection(),this.viewManager.remove(e),this._modelViewHasWrapperLI(e)&&e.$el.parent().remove(),e.remove(),this.selectable&&this._restoreSelection(),this._showEmptyListCaptionIfAppropriate()},_validateSelectionAndRender:function(){this._validateSelection(),this.render()},_registerCollectionEvents:function(){this.listenTo(this.collection,"add",function(e){var t;this._hasBeenRendered&&(t=this._createNewModelView(e,this._getModelViewOptions(e)),this._insertAndRenderModelView(t,this._getContainerEl(),this.collection.indexOf(e))),this._isBackboneCourierAvailable()?this.spawn("add",t):this.trigger("add",t)}),this.listenTo(this.collection,"remove",function(e){var t;this._hasBeenRendered&&(t=this.viewManager.findByModelCid(e.cid),this._removeModelView(t)),this._isBackboneCourierAvailable()?this.spawn("remove"):this.trigger("remove")}),this.listenTo(this.collection,"reset",function(){this._hasBeenRendered&&this.render(),this._isBackboneCourierAvailable()?this.spawn("reset"):this.trigger("reset")}),this.listenTo(this.collection,"sort",function(e,t){this._hasBeenRendered&&(!0!==t.add||this.forceRerenderOnNextSortEvent)&&this.render(),this._isBackboneCourierAvailable()?this.spawn("sort"):this.trigger("sort")})},_getContainerEl:function(){if(this._isRenderedAsTable()){var e=this.$el.find("> tbody");if(e.length>0)return e}return this.$el},_getClickedItemId:function(e){var t=null,n=i(e.currentTarget);if(n.closest(".collection-view").get(0)===this.$el.get(0)){var s=n.closest("[data-model-cid]");return s.length>0&&(t=s.attr("data-model-cid"),i.isNumeric(t)&&(t=parseInt(t,10))),t}},_updateItemTemplate:function(){var t;if(this.itemTemplate){if(0===i(this.itemTemplate).length)throw"Could not find item template from selector: "+this.itemTemplate;t=i(this.itemTemplate).html()}else t=this.$(".item-template").html();t&&(this.itemTemplateFunction=e.template(t))},_validateSelection:function(){var t=e.pluck(this.collection.models,"cid");this.selectedItems=e.intersection(t,this.selectedItems),e.isFunction(this.selectableModelsFilter)&&(this.selectedItems=e.filter(this.selectedItems,function(e){return this.selectableModelsFilter.call(this,this.collection.get(e))},this))},_saveSelection:function(){if(!this.selectable)throw"Attempt to save selection on non-selectable list";this.savedSelection={items:e.clone(this.selectedItems),offset:this.getSelectedModel({by:"offset"})}},_restoreSelection:function(){if(!this.savedSelection)throw"Attempt to restore selection but no selection has been saved!";this.setSelectedModels([],{silent:!0}),this.savedSelection.items.length>0&&(this.setSelectedModels(this.savedSelection.items,{by:"cid",silent:!0}),0===this.selectedItems.length&&this.setSelectedModel(this.savedSelection.offset,{by:"offset"}),this.selectedItems.length!==this.savedSelection.items.length&&(this._isBackboneCourierAvailable()?this.spawn("selectionChanged",{selectedModels:this.getSelectedModels(),oldSelectedModels:[]}):this.trigger("selectionChanged",this.getSelectedModels(),[])))},_addSelectedClassToSelectedItems:function(t){e.isUndefined(t)&&(t=[]);var i=t;i=e.without(i,this.selectedItems),e.each(i,function(e){this._getContainerEl().find("[data-model-cid="+e+"]").removeClass("selected"),this._isRenderedAsList()&&this._getContainerEl().find("li[data-model-cid="+e+"] > *").removeClass("selected")},this);var n=this.selectedItems;n=e.without(n,t),e.each(n,function(e){this._getContainerEl().find("[data-model-cid="+e+"]").addClass("selected"),this._isRenderedAsList()&&this._getContainerEl().find("li[data-model-cid="+e+"] > *").addClass("selected")},this)},_reorderCollectionBasedOnHTML:function(){var e=this;this._getContainerEl().children().each(function(){var t=i(this).attr("data-model-cid");if(t){var n=e.collection.get(t);n&&(e.collection.remove(n,{silent:!0}),e.collection.add(n,{silent:!0,sort:!e.collection.comparator}))}}),this._isBackboneCourierAvailable()?this.spawn("reorder"):this.collection.trigger("reorder"),this.collection.comparator&&this.collection.sort()},_getModelViewConstructor:function(e){return this.modelView||s},_getModelViewOptions:function(t){var i=this.modelViewOptions;return e.isFunction(i)&&(i=i(t)),e.extend({model:t},i)},_createNewModelView:function(t,i){var n=this._getModelViewConstructor(t);if(e.isUndefined(n))throw"Could not find modelView constructor for model";var s=new n(i);return s.collectionListView=s.collectionView=this,s},_wrapModelView:function(t){var i,n=this;return this._isRenderedAsTable()?(i=t.$el,t.$el.attr("data-model-cid",t.model.cid)):this._isRenderedAsList()&&(t.$el.is("li")?(i=t.$el,t.$el.attr("data-model-cid",t.model.cid)):i=t.$el.wrapAll("").parent()),e.isFunction(this.sortableModelsFilter)&&(this.sortableModelsFilter.call(n,t.model)||(i.addClass("not-sortable"),t.$el.addClass("not-selectable"))),e.isFunction(this.selectableModelsFilter)&&(this.selectableModelsFilter.call(n,t.model)||(i.addClass("not-selectable"),t.$el.addClass("not-selectable"))),i},_convertStringsToInts:function(t){return e.map(t,function(t){if(!e.isString(t))return t;var i=parseInt(t,10);return i==t?i:t})},_containSameElements:function(t,i){return t.length==i.length&&e.intersection(t,i).length==t.length},_isRenderedAsTable:function(){return"table"===this.$el.prop("tagName").toLowerCase()},_isRenderedAsList:function(){return!this._isRenderedAsTable()},_modelViewHasWrapperLI:function(e){return this._isRenderedAsList()&&!e.$el.is("li")},_getVisibleItemEls:function(){return this._getContainerEl().find("> [data-model-cid]:not(.not-visible)")},_charCodes:{upArrow:38,downArrow:40},_isBackboneCourierAvailable:function(){return!e.isUndefined(t.Courier)},_setupSortable:function(){var t=e.extend({axis:"y",distance:10,forcePlaceholderSize:!0,items:this._isRenderedAsTable()?"> tbody > tr:not(.not-sortable)":"> li:not(.not-sortable)",start:e.bind(this._sortStart,this),change:e.bind(this._sortChange,this),stop:e.bind(this._sortStop,this),receive:e.bind(this._receive,this),over:e.bind(this._over,this)},e.result(this,"sortableOptions"));this.$el=this.$el.sortable(t)},_sortStart:function(e,t){var i=this.collection.get(t.item.attr("data-model-cid"));this._isBackboneCourierAvailable()?this.spawn("sortStart",{modelBeingSorted:i}):this.trigger("sortStart",i)},_sortChange:function(e,t){var i=this.collection.get(t.item.attr("data-model-cid"));this._isBackboneCourierAvailable()?this.spawn("sortChange",{modelBeingSorted:i}):this.trigger("sortChange",i)},_sortStop:function(e,t){var i=this.collection.get(t.item.attr("data-model-cid")),n=this._getContainerEl(),s=n.children().index(t.item);-1==s&&i&&this.collection.remove(i),i&&(this._reorderCollectionBasedOnHTML(),this.updateDependentControls(),this._isBackboneCourierAvailable()?this.spawn("sortStop",{modelBeingSorted:i,newIndex:s}):this.trigger("sortStop",i,s))},_receive:function(e,t){var i=t.sender,n=i.data("view");if(n&&n.collection){var s=this._getContainerEl().children().index(t.item),o=n.collection.get(t.item.attr("data-model-cid"));n.collection.remove(o),this.collection.add(o,{at:s}),o.collection=this.collection,this.setSelectedModel(o)}},_over:function(e,t){this._getContainerEl().find("> var.empty-list-caption").hide()},_onKeydown:function(e){if(!this.processKeyEvents)return!0;var t=!1;if(1==this.getSelectedModels({by:"offset"}).length){var i=this.getSelectedModel({by:"offset"});e.which===this._charCodes.upArrow&&0!==i?(this.setSelectedModel(i-1,{by:"offset"}),t=!0):e.which===this._charCodes.downArrow&&i!==this.collection.length-1&&(this.setSelectedModel(i+1,{by:"offset"}),t=!0)}return!t},_listItem_onMousedown:function(t){var i=this._getClickedItemId(t);if(i){var n=this.collection.get(i);if(this._isBackboneCourierAvailable()){var s={clickedModel:n,metaKeyPressed:t.ctrlKey||t.metaKey};e.each(["preventDefault","stopPropagation","stopImmediatePropagation"],function(e){s[e]=function(){t[e]()}}),this.spawn("click",s)}else this.trigger("click",n)}if(this.selectable&&this.clickToSelect)if(i){if(e.isFunction(this.selectableModelsFilter)&&!this.selectableModelsFilter.call(this,this.collection.get(i)))return;if(this.selectMultiple&&t.shiftKey){var o=-1;this.selectedItems.length>0&&this.collection.find(function(t){return o++,e.contains(this.selectedItems,t.cid)},this);var l=-1;this.collection.find(function(e){return l++,e.cid==i},this);for(var r=-1==o?l:o,a=Math.min(l,r),c=Math.max(l,r),d=[],u=a;u<=c;u++)d.push(this.collection.at(u).cid);if(this.setSelectedModels(d,{by:"cid"}),document.selection&&document.selection.empty)document.selection.empty();else if(window.getSelection){var h=window.getSelection();h&&h.removeAllRanges&&h.removeAllRanges()}}else(this.selectMultiple||e.contains(this.selectedItems,i))&&(this.clickToToggle||t.metaKey||t.ctrlKey)?e.contains(this.selectedItems,i)?this.setSelectedModels(e.without(this.selectedItems,i),{by:"cid"}):this.setSelectedModels(e.union(this.selectedItems,[i]),{by:"cid"}):this.setSelectedModels([i],{by:"cid"})}else this.setSelectedModels([])},_listItem_onDoubleClick:function(e){var t=this._getClickedItemId(e);if(t){var i=this.collection.get(t);this._isBackboneCourierAvailable()?this.spawn("doubleClick",{clickedModel:i,metaKeyPressed:e.ctrlKey||e.metaKey}):this.trigger("doubleClick",i)}},_listBackground_onClick:function(e){this.selectable&&this.clickToSelect&&i(e.target).is(".collection-view")&&this.setSelectedModels([])}},{setDefaultModelViewConstructor:function(e){s=e}}),t.ViewOptions={},t.ViewOptions.add=function(t,i){e.isUndefined(i)&&(i="options"),t.setOptions=function(t){var s=this,o={},l={},r=e.result(this,i);if(!e.isUndefined(r)){var a=n(r);e.each(a,function(i,n){var r=i.required,a=i.defaultValue;if(r){if((!t||!e.contains(e.keys(t),n))&&e.isUndefined(s[n]))throw new Error('Required option "'+n+'" was not supplied.');if(t&&e.contains(e.keys(t),n)&&e.isUndefined(t[n]))throw new Error('Required option "'+n+'" can not be set to undefined.')}if(t&&n in t&&!e.isUndefined(t[n])){var c=s[n],d=t[n];e.isUndefined(c)||c===d||(l[n]=c,o[n]=d),s[n]=d}else e.isUndefined(s[n])&&(s[n]=a)})}e.keys(o).length>0&&(e.isFunction(s.onOptionsChanged)?s.onOptionsChanged(o,l):e.isFunction(s._onOptionsChanged)&&s._onOptionsChanged(o,l))},t.getOptions=function(){var t=e.result(this,i);if(e.isUndefined(t))return{};var s=n(t),o=e.keys(s);return e.pick(this,o)}},ChildViewContainer=function(e,t){var i=function(e){this._views={},this._indexByModel={},this._indexByCustom={},this._updateLength(),t.each(e,this.add,this)};t.extend(i.prototype,{add:function(e,t){var i=e.cid;this._views[i]=e,e.model&&(this._indexByModel[e.model.cid]=i),t&&(this._indexByCustom[t]=i),this._updateLength()},findByModel:function(e){return this.findByModelCid(e.cid)},findByModelCid:function(e){var t=this._indexByModel[e];return this.findByCid(t)},findByCustom:function(e){var t=this._indexByCustom[e];return this.findByCid(t)},findByIndex:function(e){return t.values(this._views)[e]},findByCid:function(e){return this._views[e]},findIndexByCid:function(e){var i=-1;return t.find(this._views,function(t){if(i++,t.model.cid==e)return t})?i:-1},remove:function(e){var i=e.cid;e.model&&delete this._indexByModel[e.model.cid],t.any(this._indexByCustom,function(e,t){if(e===i)return delete this._indexByCustom[t],!0},this),delete this._views[i],this._updateLength()},call:function(e){this.apply(e,t.tail(arguments))},apply:function(e,i){t.each(this._views,function(n){t.isFunction(n[e])&&n[e].apply(n,i||[])})},_updateLength:function(){this.length=t.size(this._views)}});var n=["forEach","each","map","find","detect","filter","select","reject","every","all","some","any","include","contains","invoke","toArray","first","initial","rest","last","without","isEmpty","pluck"];return t.each(n,function(e){i.prototype[e]=function(){var i=t.values(this._views),n=[i].concat(t.toArray(arguments));return t[e].apply(t,n)}}),i}(0,e),t.CollectionView}),function(){var e=[],t=function(t){_.isEmpty(t._unsavedChanges)?e=_.filter(e,function(e){return t.cid!=e.cid}):_.findWhere(e,{cid:t.cid})||e.push(t)},i=function(t){var i,n=_.rest(arguments),s=function(e,t){return _.isBoolean(t)?t:(_.isString(t)?e[t]:t).apply(e,n)};return _.each(e,function(e){!i&&s(e,e._unsavedConfig[t])&&(i=e._unsavedConfig.prompt)}),i};Backbone.History.prototype.navigate=_.wrap(Backbone.History.prototype.navigate,function(e,t,n){var s=i("unloadRouterPrompt",t,n);s?confirm(s+" \n\nAre you sure you want to leave this page?")&&e.call(this,t,n):e.call(this,t,n)}),window.onbeforeunload=function(e){return i("unloadWindowPrompt",e)},_.extend(Backbone.Model.prototype,{unsaved:{},_trackingChanges:!1,_originalAttrs:{},_unsavedChanges:{},startTracking:function(){return this._unsavedConfig=_.extend({},{prompt:"You have unsaved changes!",unloadRouterPrompt:!1,unloadWindowPrompt:!1},this.unsaved||{}),this._trackingChanges=!0,this._resetTracking(),this._triggerUnsavedChanges(),this},stopTracking:function(){return this._trackingChanges=!1,this._originalAttrs={},this._unsavedChanges={},this._triggerUnsavedChanges(),this},restartTracking:function(){return this._resetTracking(),this._triggerUnsavedChanges(),this},resetAttributes:function(){if(this._trackingChanges)return this.attributes=this._originalAttrs,this._resetTracking(),this._triggerUnsavedChanges(),this},unsavedAttributes:function(e){if(!e)return!_.isEmpty(this._unsavedChanges)&&_.clone(this._unsavedChanges);var t,i=!1,n=this._unsavedChanges;for(var s in e)_.isEqual(n[s],t=e[s])||((i||(i={}))[s]=t);return i},_resetTracking:function(){this._originalAttrs=_.deepClone(this.attributes),this._unsavedChanges={}},_triggerUnsavedChanges:function(){this.trigger("unsavedChanges",!_.isEmpty(this._unsavedChanges),_.clone(this._unsavedChanges)),this.unsaved&&t(this)}}),Backbone.Model.prototype.set=_.wrap(Backbone.Model.prototype.set,function(e,t,i,n){var s,o;return null==t?this:("object"==typeof t?(s=t,n=i):(s={})[t]=i,n||(n={}),o=e.call(this,s,n),this._trackingChanges&&!n.silent&&(_.each(s,_.bind(function(e,t){_.isEqual(this._originalAttrs[t],e)?delete this._unsavedChanges[t]:this._unsavedChanges[t]=e},this)),this._triggerUnsavedChanges()),o)}),Backbone.sync=_.wrap(Backbone.sync,function(e,t,i,n){return n||(n={}),"update"==t&&(n.success=_.wrap(n.success,_.bind(function(e,t,n,s){var o;return e&&(o=e.call(this,t,n,s)),i._trackingChanges&&(i._resetTracking(),i._triggerUnsavedChanges()),o},this))),e(t,i,n)})}(),n("vendor/backbone.trackit",function(){}),n("Models/Image",[],function(){return Backbone.Model.extend({defaults:{enabled:"no",id:"",size:"full",src:""},initialize:function(){this.startTracking()}})}),n("Models/_Relationships",[],function(){return{relationship_defaults:{parent:{},children:{}},relationships:{},init_relationships:function(e){var t=this.get_relationships();t.parent&&e&&e.parent&&this.set_parent(e.parent),_.each(t.children,function(e,t){if(!e.conditional||!0===e.conditional(this)){var i,n=this.get(t);e.lookup?i=e.lookup(n):"model"===e.type?i=window.llms_builder.construct.get_model(e.class,n):"collection"===e.type&&(i=window.llms_builder.construct.get_collection(e.class,n)),this.set(t,i),
-"model"===e.type?this._maybe_set_parent_reference(i):"collection"===e.type&&(i.parent=this,i.each(function(e){this._maybe_set_parent_reference(e)},this))}},this)},get_child_props:function(){var e=[];return _.each(this.get_relationships().children,function(t,i){t.conditional&&!0!==t.conditional(this)||e.push(i)},this),e},get_parent:function(){var e=this.get_relationships();return!!e.parent&&e.parent.reference},get_relationships:function(){return e.extend(!0,this.relationships,this.relationship_defaults)},set_parent:function(e){this.relationships.parent.reference=e},_maybe_set_parent_reference:function(e){if(e&&e.get_relationships){var t=e.get_relationships();t.parent&&t.parent.model===this.get("type")&&e.set_parent(this)}}}}),n("Models/QuestionChoice",["Models/Image","Models/_Relationships"],function(e,t){return Backbone.Model.extend(_.defaults({relationships:{parent:{model:"llms_question",type:"model"},children:{choice:{conditional:function(e){return"image"===e.get("choice_type")},class:"Image",model:"image",type:"model"}}},defaults:function(){return{id:_.uniqueId("temp_"),choice:"",choice_type:"text",correct:!1,marker:"A",question_id:"",type:"choice"}},initialize:function(e,t){this.startTracking(),this.init_relationships(t)},get_parent:function(){return this.collection.parent},get_trash_id:function(){return this.get("question_id")+":"+this.get("id")},is_selectable:function(){return this.get_parent().get("question_type").get_choice_selectable()}},t))}),n("Collections/QuestionChoices",["Models/QuestionChoice"],function(e){return Backbone.Collection.extend({model:e,initialize:function(){this.on("reorder",this.update_order),this.on("add",this.update_order),this.on("remove",this.update_order),this.on("add",this.update_correct),this.on("remove",this.update_correct),this.on("correct-update",this.update_correct)},count_correct:function(){return _.size(this.get_correct())},get_correct:function(){return this.filter(function(e){return e.get("correct")})},update_correct:function(e){if(this.parent.get("question_type").get_choice_selectable()){var t=this.without(e),i=this.parent;if("no"===i.get("multi_choices")&&_.each(t,function(e){e.set("correct",!1)}),0===this.count_correct()&&i.get("points")>0){var n=1===this.size()?this.models:t;_.first(n).set("correct",!0)}}},update_order:function(){var e=this,t=this.parent;this.each(function(i){i.set("marker",t.get("question_type").get_choice_markers()[e.indexOf(i)])})}})}),n("Models/QuestionType",[],function(){return Backbone.Model.extend({defaults:function(){return{choices:!1,clarifications:!0,default_choices:[],description:!0,icon:"question",id:"generic",image:!0,keywords:[],name:"Generic",placeholder:"",points:!0,video:!0}},get_keywords:function(){var e=this.get("name");return[e].concat(this.get("keywords")).concat(e.split(" "))},get_choice_markers:function(){return this._get_choice_option("markers")},get_choice_selectable:function(){return this._get_choice_option("selectable")},get_choice_type:function(){return this._get_choice_option("type")},get_min_choices:function(){return this._get_choice_option("min")},get_max_choices:function(){return this._get_choice_option("max")},get_multi_choices:function(){return!!this.get("choices")&&this._get_choice_option("multi")},_get_choice_option:function(e){var t=this.get("choices");return!(!t||!t[e])&&t[e]}})}),n("Models/_Utilities",[],function(){return{fields:[],set:function(e,t){if("string"==typeof e){const i=e.match(/(.*?)\[(.*?)\]/);if(i&&3===i.length){const n=i[1],s=Backbone.Model.prototype.get.call(this,n);var o=void 0!==s?s:{};o[i[2]]=t,arguments[0]=n,arguments[1]=o}}Backbone.Model.prototype.set.apply(this,arguments)},get:function(e){const t=e.match(/(.*?)\[(.*?)\]/);if(t&&3===t.length){const i=Backbone.Model.prototype.get.call(this,t[1]);if(i&&void 0!==i[t[2]])return i[t[2]]}return Backbone.Model.prototype.get.call(this,e)},get_edit_post_link:function(){return this.has_temp_id()?"":window.llms_builder.admin_url+"post.php?post="+this.get("id")+"&action=edit"},get_settings_fields:function(){var e=this.schema||{};return window.llms_builder.schemas.get(e,this.get("type").replace("llms_",""),this)},has_temp_id:function(){return!_.isNumber(this.get("id"))&&0===this.get("id").indexOf("temp_")},init_custom_schema:function(){var e=_.filter(this.get_settings_fields(),function(e){return e.custom});_.each(e,function(e){_.each(_.flatten(e.fields),function(e){var t=[e.attribute],i=this.get("custom");e.switch_attribute&&t.push(e.switch_attribute),_.each(t,function(t){var n=e.attribute_prefix?e.attribute_prefix+t:t;i&&i[n]&&this.set(t,i[n][0])},this)},this)},this)}}}),n("Models/Question",["Models/Image","Collections/Questions","Collections/QuestionChoices","Models/QuestionType","Models/_Relationships","Models/_Utilities"],function(e,t,i,n,s,o){return Backbone.Model.extend(_.defaults({relationships:{parent:{model:"llms_quiz",type:"model"},children:{choices:{class:"QuestionChoices",model:"choice",type:"collection"},image:{class:"Image",model:"image",type:"model"},questions:{class:"Questions",conditional:function(e){var t=e.get("question_type");return"group"===(_.isString(t)?t:t.get("id"))},model:"llms_question",type:"collection"},question_type:{class:"QuestionType",lookup:function(e){return _.isString(e)?window.llms_builder.questions.get(e):e},model:"question_type",type:"model"}}},defaults:function(){return{id:_.uniqueId("temp_"),choices:[],content:"",description_enabled:"no",image:{},multi_choices:"no",menu_order:1,points:1,question_type:"generic",questions:[],parent_id:"",title:"",type:"llms_question",video_enabled:"no",video_src:"",_expanded:!1}},initialize:function(e,t){var i=this;this.startTracking(),this.init_relationships(t),!1!==this.get("question_type").choices&&(this._ensure_min_choices(),this.listenTo(this.get("choices"),"remove",function(){setTimeout(function(){i._ensure_min_choices()},0)})),this.get("question_type").get("points")||this.set("points",0),_.delay(function(e){e.on("change:points",e.get_parent().update_points,e.get_parent())},1,this)},add_choice:function(e,t){var i=this.get("question_type").get_max_choices();if(!(this.get("choices").size()>=i)){e=e||{},t=t||{},e.choice_type=this.get("question_type").get_choice_type(),e.question_id=this.get("id"),t.parent=this;var n=this.get("choices").add(e,t);Backbone.pubSub.trigger("question-add-choice",n,this)}},before_save:function(e,t){return"full"===t&&(e.question_type=this.get("question_type").get("id")),e},get_parent:function(){var e=this.get_relationships();if(e.parent){if(this.collection&&this.collection.parent)return this.collection.parent;if(e.parent.reference)return e.parent.reference}return!1},get_l10n_type:function(e){return e?LLMS.l10n.translate("questions"):LLMS.l10n.translate("question")},get_type_index:function(){var e,t=this.get("question_type").get("id");return e=this.collection.filter(function(e){var i=e.get("question_type").get("id");return"content"!==t?"content"!==i:"content"===i}),e.indexOf(this)},get_type_iterator:function(){var e=this.get_type_index();if(-1===e)return"";if("content"===this.get("question_type").get("id")){return"ABCDEFGHIJKLMNOPQRSTUVWXYZ".split("")[e]}return e+1},get_qid:function(){var e=this.get_parent_question(),t="";return e&&(t=e.get_qid()+"."),t+this.get_type_iterator()},get_parent_question:function(){return!!this.is_in_group()&&this.collection.parent},get_parent_quiz:function(){return this.get_parent()},get_points:function(){return this.get("question_type").get("points")?this.get("points"):0},get_points_percentage:function(){var e=this.get_parent().get("_points"),t=this.get("points");return 0===e?"0%":(t/e*100).toFixed(2)+"%"},is_in_group:function(){return"question"===this.collection.parent.get("type")},_ensure_min_choices:function(){for(var e=this.get("choices");e.size()=0)return this.collection.at(i);if(t){if("next"===e)return this.collection.first();if("prev"===e)return this.collection.last()}return!1}},t))}),n("Collections/Sections",["Models/Section"],function(e){return Backbone.Collection.extend({model:e,initialize:function(){this.on("reorder",this.update_order),this.on("add",this.update_order),this.on("remove",this.update_order)},update_order:function(){var e=this;this.each(function(t){t.set("order",e.indexOf(t)+1)})}})}),n("Collections/loader",["Collections/Lessons","Collections/QuestionChoices","Collections/Questions","Collections/QuestionTypes","Collections/Sections"],function(e,t,i,n,s){return{Lessons:e,QuestionChoices:t,Questions:i,QuestionTypes:n,Sections:s}}),n("Models/Abstract",["Models/_Relationships","Models/_Utilities"],function(e,t){return Backbone.Model.extend(_.defaults({},e,t))}),n("Models/Course",["Collections/Sections","Models/_Relationships","Models/_Utilities"],function(e,t,i){return Backbone.Model.extend(_.defaults({relationships:{children:{sections:{class:"Sections",model:"section",type:"collection"}}},defaults:function(){return{edit_url:"",sections:[],title:"New Course",type:"course",view_url:""}},initialize:function(){this.startTracking(),this.init_relationships(),Backbone.pubSub.on("add-new-section",this.add_section,this),Backbone.pubSub.on("add-new-lesson",this.add_lesson,this),Backbone.pubSub.on("lesson-search-select",this.add_existing_lesson,this)},add_existing_lesson:function(e){var t=e.data;"clone"===e.action?(delete t.id,t.quiz&&(t.quiz=_.prepareQuizObjectForCloning(t.quiz),t.quiz._questions_loaded=!0),window.llms_builder.assignments&&t.assignment&&(t.assignment=_.prepareAssignmentObjectForCloning(t.assignment))):t._forceSync=!0,delete t.order,delete t.parent_course,delete t.parent_section,t=_.prepareExistingPostObjectDataForAddingOrCloning(t),t=window.llms.hooks.applyFilters("llms_adding_existing_lesson_data",t,e.action,this),this.add_lesson(t)},add_lesson:function(e){e=e||{};var t,i={};e.parent_section?t=this.get("sections").get(e.parent_section):(t=this.get_selected_section())||(t=this.get("sections").last()),e._selected=!0,e.parent_course=this.get("id");var n=t.add_lesson(e,i);return Backbone.pubSub.trigger("new-lesson-added",n),t.set("_expanded",!0),n},add_section:function(e){e=e||{};var t=this.get("sections"),i={},n=this.get_selected_section();n&&(i.at=t.indexOf(n)+1),t.add(e,i)},get_selected_section:function(){return this.get("sections").find(function(e){return e.get("_selected")})},get_total_points:function(){var e=0;return this.get("sections").each(function(t){t.get("lessons").each(function(t){var i=t.get("points");_.isNumber(i)||(i=0),e+=1*i})}),e}},t,i))}),n("Models/loader",["Models/Abstract","Models/Course","Models/Image","Models/Lesson","Models/Question","Models/QuestionChoice","Models/QuestionType","Models/Quiz","Models/Section"],function(e,t,i,n,s,o,l,r,a){return{Abstract:e,Course:t,Image:i,Lesson:n,Question:s,QuestionChoice:o,QuestionType:l,Quiz:r,Section:a}}),n("Views/_Detachable",[],function(){return{events:{'click a[href="#llms-detach-model"]':"detach_model"},detach_model:function(e){e&&(e.preventDefault(),e.stopPropagation());var t=LLMS.l10n.replace("Are you sure you want to detach this %s?",{"%s":this.model.get_l10n_type()});window.confirm(t)&&(this.model.collection&&this.model.collection.remove(this.model),Backbone.pubSub.trigger("model-detached",this.model),this.trigger("model-trashed",this.model))}}}),n("Views/_Editable",[],function(){return{media_lib:null,events:{"click .llms-add-image":"open_media_lib",'click a[href="#llms-edit-slug"]':"make_slug_editable",'click a[href="#llms-remove-image"]':"remove_image","change .llms-editable-select select":"on_select",'change .llms-switch input[type="checkbox"]':"toggle_switch","change .llms-editable-radio input":"on_radio_select","focusin .llms-input":"on_focus","focusout .llms-input":"on_blur","keydown .llms-input":"on_keydown",'input .llms-input[type="number"]':"on_blur","paste .llms-input[data-formatting]":"on_paste"},get_allowed_tags:function(e){return e.attr("data-formatting")?_.map(e.attr("data-formatting").split(","),function(e){return e.trim()}):["b","i","u","strong","em"]},get_content:function(e){return"INPUT"===e[0].tagName?e.val():e.attr("data-formatting")||e.hasClass("ql-editor")?_.stripFormatting(e.html(),this.get_allowed_tags(e)):e.text()},has_changed:function(t){var i=e(t.target);return i.attr("data-original-content")!==this.get_content(i)},is_valid:function(t){var i=this,n=e(t.target),s=this.get_content(n),o=n.attr("data-type");if((n.attr("required")||n.attr("data-required"))&&s.length<1)return!1;if("url"===o||"video"===o){if(!this._validate_url(this.get_content(n)))return!1}else"permalink"===o&&LLMS.Ajax.call({data:{action:"llms_builder",action_type:"get_permalink",course_id:window.llms_builder.CourseModel.get("id"),id:i.model.get("id"),title:i.model.get("title"),slug:s},beforeSend:function(){LLMS.Spinner.start(n.closest(".llms-editable-toggle-group"),"small")},success:function(e){e.permalink&&e.slug&&(i.model.set("permalink",e.permalink),i.model.set("name",e.slug),i.render())}});return!0},init_datepickers:function(){this.$el.find(".llms-editable-date input").each(function(){e(this).datetimepicker({format:e(this).attr("data-date-format")||"Y-m-d h:i A",datepicker:void 0===e(this).attr("data-date-datepicker")||"true"==e(this).attr("data-date-datepicker"),timepicker:void 0===e(this).attr("data-date-timepicker")||"true"==e(this).attr("data-date-timepicker"),onClose:function(e,t){t.blur()}})})},init_formatting_els:function(){var t=this;this.$el.find(".llms-input-formatting[data-formatting]").each(function(){var i=e(this).attr("data-formatting").split(","),n=e(this).attr("data-attribute"),s=new Quill(this,{modules:{toolbar:[i],keyboard:{bindings:{tab:{key:9,handler:function(e,t){return!0}},13:{key:13,handler:function(e,t){return s.root.blur(),!1}}}}},placeholder:e(this).attr("data-placeholder"),theme:"bubble"});s.on("text-change",function(i,o,l){t.model.set(n,t.get_content(e(s.root)))}),Backbone.pubSub.trigger("formatting-ed-init",s,e(this),t)})},init_selects:function(){this.$el.find(".llms-editable-select select").llmsSelect2({width:"100%"}).trigger("change")},on_blur:function(t){t.stopPropagation(),this.model.set("_has_focus",!1,{silent:!0});var i=this;e(t.target);this.has_changed(t)&&(i.is_valid(t)?this.save_edits(t):i.revert_edits(t))},on_focus:function(e){e.stopPropagation(),this.model.set("_has_focus",!0,{silent:!0})},on_paste:function(e){e.preventDefault(),e.stopPropagation();var t=(e.originalEvent||e).clipboardData.getData("text/plain");window.document.execCommand("insertText",!1,t)},on_select:function(t){var i,n=e(t.target),s=n.attr("multiple"),o=n.attr("name"),l=n.find("option:selected");s?(i=[],i=l.map(function(){return this.value}).get()):i=l[0].value,this.model.set(o,i)},on_radio_select:function(t){var i=e(t.target),n=i.attr("name"),s=i.val();this.model.set(n,s)},on_keydown:function(e){e.stopPropagation();var t=e.which||e.keyCode,i=e.shiftKey;switch(t){case 13:i||(e.preventDefault(),e.target.blur());break;case 27:e.preventDefault(),this.revert_edits(e),e.target.blur()}},open_media_lib:function(t){t.stopPropagation();var i=this,n=e(t.currentTarget);i.media_lib?i.media_lib.uploader.uploader.param("post_id"):(i.media_lib=wp.media.frames.file_frame=wp.media({title:LLMS.l10n.translate("Select an image"),button:{text:LLMS.l10n.translate("Use this image")},multiple:!1}),i.media_lib.on("select",function(){var e,t=n.attr("data-image-size"),s=i.media_lib.state().get("selection").first().toJSON(),o=i.model.get(n.attr("data-attribute"));e=t&&s.sizes[t]?s.sizes[t].url:s.url,o.set({id:s.id,src:e})})),i.media_lib.open()},remove_image:function(t){t.preventDefault(),this.model.get(e(t.currentTarget).attr("data-attribute")).set({id:"",src:""})},revert_edits:function(t){var i=e(t.target),n=i.attr("data-original-content");i.html(n)},save_edits:function(t){var i=e(t.target),n=this.get_content(i);this.model.set(i.attr("data-attribute"),n)},toggle_switch:function(t){t.stopPropagation();var i,n=e(t.target),s=n.attr("name"),o=n.attr("data-rerender");if(i=n.is(":checked")?n.attr("data-on")?n.attr("data-on"):"yes":n.attr("data-off")?n.attr("data-off"):"no",-1!==s.indexOf(".")){var l=s.split(".");"parent"===l[0]?this.model.get_parent().set(l[1],i):this.model.get(l[0]).set(l[1],i)}else this.model.set(s,i);if(this.trigger(s.replace(".","-")+"_toggle",i),!o||"yes"===o){var r=this;setTimeout(function(){r.render()},100)}},init_editor:function(t,i){i=i||{};var n=_.getEditor();n.remove(t),n.initialize(t,e.extend(!0,n.getDefaultSettings(),{mediaButtons:!0,tinymce:{toolbar1:"bold,italic,strikethrough,bullist,numlist,blockquote,hr,alignleft,aligncenter,alignright,link,unlink,wp_adv",toolbar2:"formatselect,underline,alignjustify,forecolor,pastetext,removeformat,charmap,outdent,indent,undo,redo,wp_help",setup:_.bind(this.on_editor_ready,this)}},i))},make_slug_editable:function(t){var i=e(t.currentTarget),n=i.prevAll("a"),s=i.prev("input.permalink"),o=n.attr("href"),l=s.val(),r=o.replace(l,"");i.hide(),n.css({color:"#999","pointer-events":"none","text-decoration":"none"}),n.text(r.substring(0,r.length-1)),s.show().focus()},on_editor_ready:function(t){var i=this,n=e("#"+t.id),s=n.closest(".llms-editable-editor"),o=s.find(".llms-label"),l=n.attr("data-attribute");o.length&&o.prependTo(s.find(".wp-editor-tools")),t.on("change",function(e){i.model.set(l,_.getEditor().getContent(t.id))}),n.on("input",function(e){i.model.set(l,n.val())}),s.on("click",".quicktags-toolbar .ed_button",function(){setTimeout(function(){n.trigger("input")},10)})},_validate_url:function(e){var t=document.createElement("a");return t.href=e,t.host&&t.host!==window.location.host}}}),n("Views/_Receivable",[],function(){return{_receive:function(e,t){if(t.sender.hasClass("ui-draggable")){var i=this._getContainerEl().children().index(t.helper);return t.helper.remove(),void this.collection.add({},{at:i})}var n=t.sender,s=n.data("view");if(s&&s.collection){var o=this._getContainerEl().children().index(t.item),l=s.collection.get(t.item.attr("data-model-cid"))
-;s.collection.remove(l),this.collection.add(l,{at:o}),l.collection=this.collection,this.setSelectedModel(l)}}}}),n("Views/_Shiftable",[],function(){return{maybe_hide_shiftable_buttons:function(){if(this.model.collection){var e=this.model.get("type");this.model.collection.first()===this.model?this.$el.find(".shift-up--"+e).hide():this.model.collection.last()===this.model&&this.$el.find(".shift-down--"+e).hide()}},shift:function(e,t){var i=this.model.collection;i.remove(this.model),i.add(this.model,{at:t}),i.trigger("reorder")},shift_down:function(e){e.preventDefault();var t=this.model.collection.indexOf(this.model);this.shift(t,t+1)},shift_up:function(e){e.preventDefault();var t=this.model.collection.indexOf(this.model);this.shift(t,t-1)}}}),n("Views/_Subview",[],function(){return{subscriptions:{},state:"",views:{},get_subview:function(e){return!!this.views[e]&&this.views[e]},events_subscribe:function(e){_.each(e,function(e,t){this.subscriptions[t]=e,Backbone.pubSub.on(t,e,this)},this)},events_unsubscribe:function(){_.each(this.subscriptions,function(e,t){Backbone.pubSub.off(t,e,this),delete this.subscriptions[t]},this)},remove_subview:function(e){var t=this.get_subview(e);t&&t.instance&&(_.isEmpty(t.instance.views)||(t.instance.events_unsubscribe(),t.instance.remove_subviews()),t.instance.off(),t.instance.off(null,null,null),t.instance.remove(),t.instance.undelegateEvents(),t.instance=null)},remove_subviews:function(){_.each(this.views,function(e,t){this.remove_subview(t)},this)},render_subviews:function(e){e=e||{},_.each(this.views,function(t,i){this.state===t.state?this.render_subview(i,e):this.remove_subview(i)},this)},render_subview:function(e,t){var i=this.get_subview(e);i&&(this.remove_subview(e),i.instance||(i.instance=new i.class(t)),i.instance.render())},set_state:function(e){return this.state=e,this}}}),n("Views/_Trashable",[],function(){return{events:{'click a[href="#llms-trash-model"]':"trash_model"},trash_model:function(e){e&&(e.preventDefault(),e.stopPropagation());var t=LLMS.l10n.replace("Are you sure you want to move this %s to the trash?",{"%s":this.model.get_l10n_type()});window.confirm(t)&&(this.model.collection&&this.model.collection.remove(this.model),Backbone.pubSub.trigger("model-trashed",this.model),this.trigger("model-trashed",this.model))}}}),n("Views/_loader",["Views/_Detachable","Views/_Editable","Views/_Receivable","Views/_Shiftable","Views/_Subview","Views/_Trashable"],function(e,t,i,n,s,o){return{Detachable:e,Editable:t,Receivable:i,Shiftable:n,Subview:s,Trashable:o}}),n("Controllers/Construct",["Collections/loader","Models/loader","Views/_loader"],function(e,t,i){return function(){function n(e,t,i,n){return e[t]?new e[t](i,n):(console.log('"'+t+'" not found.'),!1)}return this.get_collection=function(t,i,s){return n(e,t,i,s)},this.get_model=function(e,i,s){return n(t,e,i,s)},this.extend_view=function(){for(var e=arguments[0],t=1;arguments[t];){var n=arguments[t];i[n]&&(e.events&&i[n].events&&(e.events=_.defaults(e.events,i[n].events)),e=_.defaults(e,i[n])),t++}return Backbone.View.extend(e)},this.register_collection=function(t,i){e[t]=Backbone.Collection.extend(i)},this.register_model=function(e,i){t[e]=t.Abstract.extend(i)},this}}),n("Controllers/Debug",[],function(){return function(e){var t=this,i=e.enabled||!1;this.disable=function(){t.log("LifterLMS Builder debugging disabled"),i=!1},this.enable=function(){i=!0,t.log("LifterLMS Builder debugging enabled")},this.log=function(){i&&_.each(arguments,function(e){console.log(e)})},this.toggle=function(){i?t.disable():t.enable()},i&&t.enable()}}),n("Controllers/Schemas",[],function(){return function(e){var t=e;return _.each(t,function(e){_.each(e,function(e){e.custom=!0})}),this.get=function(e,i,n){return t[i]&&(e=_.extend(e,t[i])),e},this}}),n("Controllers/Sync",[],function(){return function(t,i){function n(e,t){return"success"===e.status&&(e.message=[]),e.status="error","string"==typeof t&&(t=[t]),e.message=e.message.concat(t),e}function s(){var e={};e.changes=p.get_unsaved_changes(),e.has_unsaved_changes=p.has_unsaved_changes(e.changes),e.saving=p.saving,window.llms_builder.debug.log("==== start changes check ====",e,"==== finish changes check ===="),Backbone.pubSub.trigger("current-save-status",e)}function o(){if(!p.saving){var e=p.get_unsaved_changes();p.has_unsaved_changes(e)&&(e.id=t.get("id"),LLMS.Ajax.call({data:{action:"llms_builder",action_type:"ajax_save",course_id:e.id,llms_builder:JSON.stringify(e)},beforeSend:function(){window.llms_builder.debug.log("==== start do_ajax_save before ====",e,"==== finish do_ajax_save before ===="),p.saving=!0,Backbone.pubSub.trigger("heartbeat-send",p)},error:function(e,t,i){window.llms_builder.debug.log("==== start do_ajax_save error ====",e,"==== finish do_ajax_save error ===="),p.saving=!1,Backbone.pubSub.trigger("heartbeat-tick",p,{status:"error",message:e.responseText+" ("+i+" "+t+")"})},success:function(e){e.llms_builder&&(window.llms_builder.debug.log("==== start do_ajax_save success ====",e,"==== finish do_ajax_save success ===="),e.llms_builder=d(e.llms_builder),e.llms_builder=h(e.llms_builder),p.saving=!1,Backbone.pubSub.trigger("heartbeat-tick",p,e.llms_builder))}}))}}function l(e){var t,i={};if(e.get("_has_focus"))return i;a(e)||!0===e.get("_forceSync")?(i=_.clone(e.attributes),t="full"):(i=e.unsavedAttributes(),t="partial");var n=e.get_relationships?e.get_child_props():[];return i=_.omit(i,function(e,t){return 0===t.indexOf("_")||-1!==n.indexOf(t)}),e.before_save&&(i=e.before_save(i,t)),i}function r(e){var t;return e instanceof Backbone.Model?(t=l(e),e.get_relationships&&_.each(e.get_child_props(),function(i){var n=r(e.get(i));_.isEmpty(n)||(t[i]=n)}),_.isEmpty(t)||(t.id=e.get("id"))):e instanceof Backbone.Collection&&(t=[],e.each(function(e){var i=r(e);_.isEmpty(i)||t.push(i)})),t}function a(e){return!_.isNumber(e.id)&&0===e.id.indexOf("temp_")}function c(e,t){Backbone.pubSub.trigger(e.get("type")+"-maybe-restart-tracking",e,t);var i=["id","orig_id"];e.get_relationships&&i.concat(e.get_child_props()),_.each(_.omit(t,i),function(t,i){_.isEqual(e.get(i),t)&&(delete e._unsavedChanges[i],e._originalAttrs[i]=t)}),e.unset("_forceSync")}function d(e){var t={detach:b,trash:v};return _.each(t,function(t,i){if(e[i]){var s=[];_.each(e[i],function(e){e.error?s.push(e.error):t.remove(e.id)}),s.length&&_.extend(e,n(e,s))}}),e}function u(e,t,i,s){if(!e[t])return e;if(i.get(t)instanceof Backbone.Model){var o=e[t];if(o.error)_.extend(s,n(s,o.error));else{var l=i.get(t);o.id!=o.orig_id&&(l.set("id",o.id),delete l._unsavedChanges.id),c(l,o),l.get_relationships&&_.each(l.get_child_props(),function(i){_.extend(e[t],u(e[t],i,l,s))})}}else i.get(t)instanceof Backbone.Collection&&_.each(e[t],function(o,l){if(o.error)_.extend(s,n(s,o.error));else{var r=i.get(t).get(o.orig_id);o.id!=o.orig_id&&(r.set("id",o.id),delete r._unsavedChanges.id),c(r,o),r.get_relationships&&_.each(r.get_child_props(),function(i){_.extend(e[t],u(e[t][l],i,r,s))})}});return s}function h(e){return e.updates?(e.updates&&(e=u(e.updates,"sections",t,e)),e):e}this.saving=!1;var p=this,m="yes"===window.llms_builder.autosave,g=null,f=i.check_interval_ms||1e4,b=new Backbone.Collection,v=new Backbone.Collection;return this.get_unsaved_changes=function(){return{detach:b.pluck("id"),trash:v.pluck("id"),updates:r(t)}},this.has_unsaved_changes=function(e){return void 0===e&&(e=p.get_unsaved_changes()),!!_.find(e,function(e){return!1===_.isEmpty(e)})},this.save_now=function(){m?wp.heartbeat.connectNow():o()},this.set_check_interval=function(e){f=e,g&&clearInterval(g),f&&(g=setInterval(s,f))},Backbone.pubSub.on("model-detached",function(e){a(e)||b.add(_.clone(e.attributes))}),Backbone.pubSub.on("model-trashed",function(e){if(!a(e)){var t=_.clone(e.attributes);e.get_trash_id&&(t.id=e.get_trash_id()),v.add(t)}}),e(document).on("heartbeat-send",function(e,i){if(m&&!p.saving){var n=p.get_unsaved_changes();p.has_unsaved_changes(n)&&(n.id=t.get("id"),p.saving=!0,i.llms_builder=JSON.stringify(n)),window.llms_builder.debug.log("==== start heartbeat-send ====",i,"==== finish heartbeat-send ===="),Backbone.pubSub.trigger("heartbeat-send",p)}}),e(document).on("heartbeat-tick",function(e,t){m&&t.llms_builder&&(window.llms_builder.debug.log("==== start heartbeat-tick ====",t,"==== finish heartbeat-tick ===="),t.llms_builder=d(t.llms_builder),t.llms_builder=h(t.llms_builder),p.saving=!1,Backbone.pubSub.trigger("heartbeat-tick",p,t.llms_builder))}),e(document).on("heartbeat-error",function(e,t){m&&(window.llms_builder.debug.log("==== start heartbeat-error ====",t,"==== finish heartbeat-error ===="),p.saving=!1,Backbone.pubSub.trigger("heartbeat-tick",p,{status:"error",message:t.responseText+" ("+t.status+" "+t.statusText+")"}))}),function(){void 0===wp.heartbeat&&(window.llms_builder.debug.log("WordPress Heartbeat disabled. Autosaving is disabled!"),m=!1),f&&p.set_check_interval(f),e(window).on("beforeunload",function(){if(p.has_unsaved_changes())return s(),"Are you sure you want to abandon your changes?"})}(),this}}),n("Views/Lesson",["Views/_Detachable","Views/_Editable","Views/_Shiftable","Views/_Trashable"],function(e,t,i,n){return Backbone.View.extend(_.defaults({attributes:function(){return{"data-id":this.model.id,"data-section-id":this.model.get("parent_section")}},className:"llms-builder-item llms-lesson",events:_.defaults({"click .edit-lesson":"open_lesson_editor","click .edit-quiz":"open_quiz_editor","click .edit-assignment":"open_assignment_editor","click .section-prev":"section_prev","click .section-next":"section_next","click .shift-up--lesson":"shift_up","click .shift-down--lesson":"shift_down"},e.events,t.events,n.events),id:function(){return"llms-lesson-"+this.model.id},tagName:"li",template:wp.template("llms-lesson-template"),initialize:function(){this.render(),this.listenTo(this.model,"change",this.render),Backbone.pubSub.on("lesson-selected",this.on_select,this),Backbone.pubSub.on("new-lesson-added",this.on_select,this)},render:function(){return this.$el.html(this.template(this.model)),this.maybe_hide_shiftable_buttons(),this.model.get("_selected")?this.$el.addClass("selected"):this.$el.removeClass("selected"),this},open_assignment_editor:function(e){e&&e.preventDefault(),Backbone.pubSub.trigger("lesson-selected",this.model,"assignment"),this.model.set("_selected",!0),this.set_hash("assignment")},open_lesson_editor:function(e){e&&e.preventDefault(),Backbone.pubSub.trigger("lesson-selected",this.model,"lesson"),this.model.set("_selected",!0),this.set_hash(!1)},open_quiz_editor:function(e){e&&e.preventDefault(),Backbone.pubSub.trigger("lesson-selected",this.model,"quiz"),this.model.set("_selected",!0),this.set_hash("quiz")},on_select:function(e){this.model.id!==e.id&&this.model.set("_selected",!1)},section_next:function(e){e.preventDefault(),this._move_to_section("next")},section_prev:function(e){e.preventDefault(),this._move_to_section("prev")},set_hash:function(e){var t="lesson:"+this.model.get("id");e&&(t+=":"+e),window.location.hash=t},_move_to_section:function(e){var t,i=this.model.collection;"next"===e?t=i.parent.get_next():"prev"===e&&(t=i.parent.get_prev()),t&&(i.remove(this.model),t.add_lesson(this.model),t.set("_expanded",!0))}},e,t,i,n))}),n("Views/LessonList",["Views/Lesson","Views/_Receivable"],function(t,i){return Backbone.CollectionView.extend(_.defaults({className:"llms-lessons",modelView:t,selectable:!1,sortable:!0,sortableOptions:{axis:!1,connectWith:".llms-lessons",cursor:"move",handle:".drag-lesson",items:".llms-lesson",placeholder:"llms-lesson llms-sortable-placeholder"},sortable_start:function(t){e(".llms-lessons").addClass("dragging")},sortable_stop:function(t){e(".llms-lessons").removeClass("dragging")},_sortStop:function(e,t){var i=this.collection.get(t.item.attr("data-model-cid")),n=this._getContainerEl(),s=n.children().index(t.item);-1==s&&i&&this.collection.remove(i),this._reorderCollectionBasedOnHTML(),this.updateDependentControls(),this._isBackboneCourierAvailable()?this.spawn("sortStop",{modelBeingSorted:i,newIndex:s}):this.trigger("sortStop",i,s)}},i))}),n("Views/Section",["Views/LessonList","Views/_Editable","Views/_Shiftable","Views/_Trashable"],function(t,i,n,s){return Backbone.View.extend(_.defaults({attributes:function(){return{"data-id":this.model.id}},className:"llms-builder-item llms-section",events:_.defaults({click:"select","click .expand":"expand","click .collapse":"collapse","click .shift-up--section":"shift_up","click .shift-down--section":"shift_down","mouseenter .llms-lessons":"on_mouseenter"},i.events,s.events),id:function(){return"llms-section-"+this.model.id},tagName:"li",template:wp.template("llms-section-template"),initialize:function(){this.render(),this.listenTo(this.model,"change",this.render),this.listenTo(this.model,"change:_expanded",this.toggle_expanded),this.lessonListView.collection.on("add",this.on_lesson_add,this),this.dragTimeout=null,Backbone.pubSub.on("expand-all",this.expand,this),Backbone.pubSub.on("collapse-all",this.collapse,this)},render:function(){return this.$el.html(this.template(this.model.toJSON())),this.maybe_hide_shiftable_buttons(),this.lessonListView=new t({el:this.$el.find(".llms-lessons"),collection:this.model.get("lessons")}),this.lessonListView.render(),this.lessonListView.on("sortStart",this.lessonListView.sortable_start),this.lessonListView.on("sortStop",this.lessonListView.sortable_stop),this.lessonListView.on("selectionChanged",this.active_lesson_change,this),this.maybe_hide_trash_button(),this},active_lesson_change:function(e,t){Backbone.pubSub.trigger("active-lesson-change",{current:e,previous:t})},collapse:function(e,t){void 0===t&&(t=!0),e&&(e.stopPropagation(),e.preventDefault()),this.$el.removeClass("expanded").find(".drag-expanded").removeClass("drag-expanded"),t&&this.model.set("_expanded",!1),Backbone.pubSub.trigger("section-toggle",this.model)},expand:function(e,t){void 0===t&&(t=!0),e&&(e.stopPropagation(),e.preventDefault()),this.$el.addClass("expanded"),t&&this.model.set("_expanded",!0),Backbone.pubSub.trigger("section-toggle",this.model)},maybe_hide_trash_button:function(){var e=this.$el.find(".trash--section");this.model.get("lessons").isEmpty()?e.show():e.hide()},on_lesson_add:function(e){this.lessonListView.collection.trigger("reorder"),e.set("parent_section",this.model.get("id")),this.expand()},on_mouseenter:function(t){e(t.target).hasClass("dragging")&&(e(".drag-expanded").removeClass("drag-expanded"),e(t.target).addClass("drag-expanded"))},toggle_expanded:function(e,t){t?this.expand(null,!1):this.collapse(null,!1)}},i,n,s))}),n("Views/SectionList",["Views/Section","Views/_Receivable"],function(e,t){return Backbone.CollectionView.extend(_.defaults({el:"#llms-sections",events:{"mousedown > li.llms-section > .llms-builder-header .llms-headline":"_listItem_onMousedown",click:"_listBackground_onClick","click ul.collection-view":"_listBackground_onClick",keydown:"_onKeydown"},modelView:e,processKeyEvents:!1,selectable:!0,sortable:!0,sortableOptions:{axis:!1,cursor:"move",handle:".drag-section",items:".llms-section",placeholder:"llms-section llms-sortable-placeholder"},sortable_start:function(e){this.$el.addClass("dragging")},sortable_stop:function(e){this.$el.removeClass("dragging")}},t))}),n("Views/Course",["Views/SectionList","Views/_Editable"],function(e,t){return Backbone.View.extend(_.defaults({attributes:function(){return{"data-id":this.model.id}},el:"#llms-builder-main",tagName:"div",template:wp.template("llms-course-template"),initialize:function(){this.render(),this.sectionListView=new e({collection:this.model.get("sections")}),this.sectionListView.render(),this.sectionListView.on("sortStart",this.sectionListView.sortable_start),this.sectionListView.on("sortStop",this.sectionListView.sortable_stop),this.sectionListView.on("selectionChanged",this.active_section_change),this.listenTo(this.model.get("sections"),"add",this.on_section_add),Backbone.pubSub.on("section-toggle",this.on_section_toggle,this),Backbone.pubSub.on("expand-section",this.expand_section,this),Backbone.pubSub.on("lesson-selected",this.active_lesson_change,this)},render:function(){return this.$el.html(this.template(this.model)),this},active_lesson_change:function(e){var t=this.model.get("sections").get(e.get("parent_section"));this.sectionListView.setSelectedModel(t)},active_section_change:function(e,t){_.each(e,function(e){e.set("_selected",!0)}),_.each(t,function(e){e.set("_selected",!1)})},on_section_add:function(e){this.sectionListView.setSelectedModel(e)},on_section_toggle:function(e){var t=e.get("_expanded")?[e]:[];this.sectionListView.setSelectedModels(t)}},t))}),n("Views/SettingsFields",[],function(){return Backbone.View.extend(_.defaults({events:{"click .llms-settings-group-toggle":"toggle_group"},fields:{},tagName:"div",template:wp.template("llms-settings-fields-template"),get_editor_fields:function(){return _.filter(this.fields,function(e){return this.is_editor_field(e.type)},this)},get_groups:function(){return this.model.get_settings_fields()},is_group_hidden:function(e){var t="llms-"+this.model.get("type")+"-settings-group--"+e;return"undefined"!==window.localStorage&&"hidden"===window.localStorage.getItem(t)},get_switch_attribute:function(e){return e.switch_attribute?e.switch_attribute:e.attribute},has_switch:function(e){return-1!==e.indexOf("switch")},is_default_field:function(e){return-1!==["audio_embed","datepicker","number","text","video_embed"].indexOf(e.replace("switch-",""))},is_editor_field:function(e){return-1!==["editor","switch-editor"].indexOf(e.replace("switch-",""))},is_switch_condition_met:function(e){return e.switch_on===this.model.get(e.switch_attribute)},render:function(){return this.$el.html(this.template(this)),_.each(this.get_editor_fields(),function(e){this.render_editor(e)},this),this},render_editor:function(t){var i=this,n=_.getEditor();if(void 0===n)return void console.error("Unable to access `wp.oldEditor` or `wp.editor`.");n.remove(t.id),t.settings.tinymce.setup=function(t){var s=e("#"+t.id),o=s.closest(".llms-editable-editor"),l=o.find(".llms-label"),r=s.attr("data-attribute");l.length&&l.prependTo(o.find(".wp-editor-tools")),t.on("change",function(e){i.model.set(r,n.getContent(t.id))}),s.on("input",function(e){i.model.set(r,s.val())}),o.on("click",".quicktags-toolbar .ed_button",function(){setTimeout(function(){s.trigger("input")},10)})},n.initialize(t.id,t.settings)},render_select_options:function(e,t){function i(e,t){return'"}var n="",s=this.model.get(t);return _.each(e,function(e,s){"string"==typeof e?n+=i(e,s):"object"==typeof e&&(e.label&&e.options?(n+='