From 6df02272247318ece7595a4d5f963dc33350cc9e Mon Sep 17 00:00:00 2001
From: Brian Canini <canini.16@osu.edu>
Date: Tue, 28 Jul 2020 13:09:05 -0400
Subject: [PATCH] Downgrading drupal/better_exposed_filters (5.0.0-beta1 =>
 4.0.0-beta2)

---
 composer.json                                 |   2 +-
 composer.lock                                 | 262 +----------
 vendor/composer/LICENSE                       |   2 +
 vendor/composer/autoload_real.php             |   3 -
 vendor/composer/installed.json                | 267 +----------
 .../better_exposed_filters.info.yml           |  11 +-
 .../better_exposed_filters.libraries.yml      |  12 +-
 .../better_exposed_filters/composer.json      |   8 +-
 .../templates/bef-nested-elements.html.twig   |   4 +-
 .../tests/modules/bef_test/bef_test.info.yml  |   6 +-
 .../config/install/views.view.bef_test.yml    |   1 +
 .../BetterExposedFiltersTest.php              |  44 +-
 web/modules/jquery_ui/CHANGELOG.txt           |  32 --
 web/modules/jquery_ui/LICENSE.txt             | 339 --------------
 web/modules/jquery_ui/README.txt              |  44 --
 .../jquery_ui/jquery.ui/themes/base/core.css  |  97 ----
 .../images/ui-bg_flat_0_aaaaaa_40x100.png     |   3 -
 .../base/images/ui-icons_444444_256x240.png   |  11 -
 .../base/images/ui-icons_555555_256x240.png   |  11 -
 .../base/images/ui-icons_777620_256x240.png   |  11 -
 .../base/images/ui-icons_777777_256x240.png   |  11 -
 .../base/images/ui-icons_cc0000_256x240.png   |  11 -
 .../base/images/ui-icons_ffffff_256x240.png   |  11 -
 .../jquery_ui/jquery.ui/themes/base/theme.css | 443 ------------------
 .../jquery_ui/jquery.ui/ui/data-min.js        |   4 -
 .../jquery.ui/ui/disable-selection-min.js     |   4 -
 .../jquery.ui/ui/escape-selector-min.js       |   4 -
 .../jquery_ui/jquery.ui/ui/focusable-min.js   |   4 -
 .../jquery_ui/jquery.ui/ui/form-min.js        |   4 -
 .../jquery.ui/ui/form-reset-mixin-min.js      |   4 -
 web/modules/jquery_ui/jquery.ui/ui/ie-min.js  |   4 -
 .../jquery_ui/jquery.ui/ui/jquery-1-7-min.js  |   4 -
 .../jquery_ui/jquery.ui/ui/keycode-min.js     |   4 -
 .../jquery_ui/jquery.ui/ui/labels-min.js      |   4 -
 .../jquery_ui/jquery.ui/ui/plugin-min.js      |   4 -
 .../jquery_ui/jquery.ui/ui/position-min.js    |   4 -
 .../jquery.ui/ui/safe-active-element-min.js   |   4 -
 .../jquery_ui/jquery.ui/ui/safe-blur-min.js   |   4 -
 .../jquery.ui/ui/scroll-parent-min.js         |   4 -
 .../jquery_ui/jquery.ui/ui/tabbable-min.js    |   4 -
 .../jquery_ui/jquery.ui/ui/unique-id-min.js   |   4 -
 .../jquery_ui/jquery.ui/ui/version-min.js     |   4 -
 .../jquery_ui/jquery.ui/ui/widget-min.js      |   4 -
 .../jquery.ui/ui/widgets/mouse-min.js         |   4 -
 web/modules/jquery_ui/jquery_ui.info.yml      |  11 -
 web/modules/jquery_ui/jquery_ui.libraries.yml |  32 --
 web/modules/jquery_ui/jquery_ui.module        |  23 -
 web/modules/jquery_ui_datepicker/LICENSE.txt  | 339 --------------
 web/modules/jquery_ui_datepicker/README.md    |  40 --
 .../jquery.ui/themes/base/datepicker.css      | 185 --------
 .../jquery.ui/ui/widgets/datepicker-min.js    |   5 -
 .../jquery_ui_datepicker.info.yml             |  12 -
 .../jquery_ui_datepicker.libraries.yml        |  13 -
 .../jquery_ui_datepicker.module               |  23 -
 web/modules/jquery_ui_slider/LICENSE.txt      | 339 --------------
 web/modules/jquery_ui_slider/README.md        |  39 --
 .../jquery.ui/themes/base/slider.css          |  75 ---
 .../jquery.ui/ui/widgets/slider-min.js        |   4 -
 .../jquery_ui_slider.info.yml                 |  12 -
 .../jquery_ui_slider.libraries.yml            |  14 -
 .../jquery_ui_slider/jquery_ui_slider.module  |  23 -
 web/modules/jquery_ui_touch_punch/LICENSE.txt | 339 --------------
 web/modules/jquery_ui_touch_punch/README.md   |  43 --
 .../jquery_ui_touch_punch/composer.json       |  28 --
 .../jquery_ui_touch_punch.info.yml            |  12 -
 .../jquery_ui_touch_punch.install             |  52 --
 .../jquery_ui_touch_punch.libraries.yml       |   8 -
 .../jquery_ui_touch_punch.module              |  23 -
 68 files changed, 60 insertions(+), 3360 deletions(-)
 delete mode 100644 web/modules/jquery_ui/CHANGELOG.txt
 delete mode 100644 web/modules/jquery_ui/LICENSE.txt
 delete mode 100644 web/modules/jquery_ui/README.txt
 delete mode 100644 web/modules/jquery_ui/jquery.ui/themes/base/core.css
 delete mode 100644 web/modules/jquery_ui/jquery.ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
 delete mode 100644 web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_444444_256x240.png
 delete mode 100644 web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_555555_256x240.png
 delete mode 100644 web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_777620_256x240.png
 delete mode 100644 web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_777777_256x240.png
 delete mode 100644 web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_cc0000_256x240.png
 delete mode 100644 web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.png
 delete mode 100644 web/modules/jquery_ui/jquery.ui/themes/base/theme.css
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/data-min.js
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/disable-selection-min.js
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/escape-selector-min.js
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/focusable-min.js
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/form-min.js
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/form-reset-mixin-min.js
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/ie-min.js
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/jquery-1-7-min.js
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/keycode-min.js
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/labels-min.js
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/plugin-min.js
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/position-min.js
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/safe-active-element-min.js
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/safe-blur-min.js
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/scroll-parent-min.js
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/tabbable-min.js
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/unique-id-min.js
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/version-min.js
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/widget-min.js
 delete mode 100644 web/modules/jquery_ui/jquery.ui/ui/widgets/mouse-min.js
 delete mode 100644 web/modules/jquery_ui/jquery_ui.info.yml
 delete mode 100644 web/modules/jquery_ui/jquery_ui.libraries.yml
 delete mode 100644 web/modules/jquery_ui/jquery_ui.module
 delete mode 100644 web/modules/jquery_ui_datepicker/LICENSE.txt
 delete mode 100644 web/modules/jquery_ui_datepicker/README.md
 delete mode 100644 web/modules/jquery_ui_datepicker/jquery.ui/themes/base/datepicker.css
 delete mode 100644 web/modules/jquery_ui_datepicker/jquery.ui/ui/widgets/datepicker-min.js
 delete mode 100644 web/modules/jquery_ui_datepicker/jquery_ui_datepicker.info.yml
 delete mode 100644 web/modules/jquery_ui_datepicker/jquery_ui_datepicker.libraries.yml
 delete mode 100644 web/modules/jquery_ui_datepicker/jquery_ui_datepicker.module
 delete mode 100644 web/modules/jquery_ui_slider/LICENSE.txt
 delete mode 100644 web/modules/jquery_ui_slider/README.md
 delete mode 100644 web/modules/jquery_ui_slider/jquery.ui/themes/base/slider.css
 delete mode 100644 web/modules/jquery_ui_slider/jquery.ui/ui/widgets/slider-min.js
 delete mode 100644 web/modules/jquery_ui_slider/jquery_ui_slider.info.yml
 delete mode 100644 web/modules/jquery_ui_slider/jquery_ui_slider.libraries.yml
 delete mode 100644 web/modules/jquery_ui_slider/jquery_ui_slider.module
 delete mode 100644 web/modules/jquery_ui_touch_punch/LICENSE.txt
 delete mode 100644 web/modules/jquery_ui_touch_punch/README.md
 delete mode 100644 web/modules/jquery_ui_touch_punch/composer.json
 delete mode 100644 web/modules/jquery_ui_touch_punch/jquery_ui_touch_punch.info.yml
 delete mode 100644 web/modules/jquery_ui_touch_punch/jquery_ui_touch_punch.install
 delete mode 100644 web/modules/jquery_ui_touch_punch/jquery_ui_touch_punch.libraries.yml
 delete mode 100644 web/modules/jquery_ui_touch_punch/jquery_ui_touch_punch.module

diff --git a/composer.json b/composer.json
index b881015649..2793757b25 100644
--- a/composer.json
+++ b/composer.json
@@ -92,7 +92,7 @@
         "drupal/administerusersbyrole": "3.0",
         "drupal/allowed_formats": "1.3",
         "drupal/anchor_link": "1.7",
-        "drupal/better_exposed_filters": "5.0-beta1",
+        "drupal/better_exposed_filters": "4.0-beta2",
         "drupal/bigmenu": "1.0.0-alpha1",
         "drupal/block_field": "1.0.0-rc1",
         "drupal/block_permissions": "1.1",
diff --git a/composer.lock b/composer.lock
index c9498b5d37..02a1272989 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "b9dffe56e2d10d782c420857b9129266",
+    "content-hash": "c92fb7024043f565aa012508f5895e37",
     "packages": [
         {
             "name": "alchemy/zippy",
@@ -2339,30 +2339,26 @@
         },
         {
             "name": "drupal/better_exposed_filters",
-            "version": "5.0.0-beta1",
+            "version": "4.0.0-beta2",
             "source": {
                 "type": "git",
                 "url": "https://git.drupalcode.org/project/better_exposed_filters.git",
-                "reference": "8.x-5.0-beta1"
+                "reference": "8.x-4.0-beta2"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-5.0-beta1.zip",
-                "reference": "8.x-5.0-beta1",
-                "shasum": "bc5ce873fa699ee584fdeb2fd28ad6c5cb456b03"
+                "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-4.0-beta2.zip",
+                "reference": "8.x-4.0-beta2",
+                "shasum": "f29ad3a8600c415c167506f61ba095ff8df25250"
             },
             "require": {
-                "drupal/core": "^8.8 || ^9",
-                "drupal/jquery_ui": "^1.4",
-                "drupal/jquery_ui_datepicker": "^1.0",
-                "drupal/jquery_ui_slider": "^1.1",
-                "drupal/jquery_ui_touch_punch": "^1.0"
+                "drupal/core": "^8"
             },
             "type": "drupal-module",
             "extra": {
                 "drupal": {
-                    "version": "8.x-5.0-beta1",
-                    "datestamp": "1594141892",
+                    "version": "8.x-4.0-beta2",
+                    "datestamp": "1594138204",
                     "security-coverage": {
                         "status": "not-covered",
                         "message": "Beta releases are not covered by Drupal security advisories."
@@ -5398,243 +5394,6 @@
                 "source": "https://git.drupalcode.org/project/inline_entity_form"
             }
         },
-        {
-            "name": "drupal/jquery_ui",
-            "version": "1.4.0",
-            "source": {
-                "type": "git",
-                "url": "https://git.drupalcode.org/project/jquery_ui.git",
-                "reference": "8.x-1.4"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.4.zip",
-                "reference": "8.x-1.4",
-                "shasum": "64c19ecc8902e2b4b1ab0cc5f5fe28dbc83bfebe"
-            },
-            "require": {
-                "drupal/core": "^8 || ^9"
-            },
-            "type": "drupal-module",
-            "extra": {
-                "drupal": {
-                    "version": "8.x-1.4",
-                    "datestamp": "1582149957",
-                    "security-coverage": {
-                        "status": "covered",
-                        "message": "Covered by Drupal's security advisory policy"
-                    }
-                }
-            },
-            "notification-url": "https://packages.drupal.org/8/downloads",
-            "license": [
-                "GPL-2.0-or-later"
-            ],
-            "authors": [
-                {
-                    "name": "RobLoach",
-                    "homepage": "https://www.drupal.org/user/61114"
-                },
-                {
-                    "name": "jjeff",
-                    "homepage": "https://www.drupal.org/user/17190"
-                },
-                {
-                    "name": "lauriii",
-                    "homepage": "https://www.drupal.org/user/1078742"
-                },
-                {
-                    "name": "litwol",
-                    "homepage": "https://www.drupal.org/user/78134"
-                },
-                {
-                    "name": "mfb",
-                    "homepage": "https://www.drupal.org/user/12302"
-                },
-                {
-                    "name": "mfer",
-                    "homepage": "https://www.drupal.org/user/25701"
-                },
-                {
-                    "name": "mikelutz",
-                    "homepage": "https://www.drupal.org/user/2972409"
-                },
-                {
-                    "name": "sun",
-                    "homepage": "https://www.drupal.org/user/54136"
-                },
-                {
-                    "name": "webchick",
-                    "homepage": "https://www.drupal.org/user/24967"
-                },
-                {
-                    "name": "zrpnr",
-                    "homepage": "https://www.drupal.org/user/1448368"
-                }
-            ],
-            "description": "Provides jQuery UI library.",
-            "homepage": "https://www.drupal.org/project/jquery_ui",
-            "support": {
-                "source": "https://git.drupalcode.org/project/jquery_ui"
-            }
-        },
-        {
-            "name": "drupal/jquery_ui_datepicker",
-            "version": "1.0.0",
-            "source": {
-                "type": "git",
-                "url": "https://git.drupalcode.org/project/jquery_ui_datepicker.git",
-                "reference": "8.x-1.0"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://ftp.drupal.org/files/projects/jquery_ui_datepicker-8.x-1.0.zip",
-                "reference": "8.x-1.0",
-                "shasum": "954f12f93e82b6c93e6797fe2e6e66604ad1d2b2"
-            },
-            "require": {
-                "drupal/core": "^8 || ^9",
-                "drupal/jquery_ui": "*"
-            },
-            "type": "drupal-module",
-            "extra": {
-                "drupal": {
-                    "version": "8.x-1.0",
-                    "datestamp": "1589684301",
-                    "security-coverage": {
-                        "status": "covered",
-                        "message": "Covered by Drupal's security advisory policy"
-                    }
-                }
-            },
-            "notification-url": "https://packages.drupal.org/8/downloads",
-            "license": [
-                "GPL-2.0-or-later"
-            ],
-            "authors": [
-                {
-                    "name": "jrockowitz",
-                    "homepage": "https://www.drupal.org/user/371407"
-                },
-                {
-                    "name": "zrpnr",
-                    "homepage": "https://www.drupal.org/user/1448368"
-                }
-            ],
-            "description": "Provides jQuery UI Datepicker library.",
-            "homepage": "https://www.drupal.org/project/jquery_ui_datepicker",
-            "support": {
-                "source": "https://git.drupalcode.org/project/jquery_ui_datepicker"
-            }
-        },
-        {
-            "name": "drupal/jquery_ui_slider",
-            "version": "1.1.0",
-            "source": {
-                "type": "git",
-                "url": "https://git.drupalcode.org/project/jquery_ui_slider.git",
-                "reference": "8.x-1.1"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://ftp.drupal.org/files/projects/jquery_ui_slider-8.x-1.1.zip",
-                "reference": "8.x-1.1",
-                "shasum": "79b90cf60d45fc33ffdaa84bb2d6563f78a7d3d1"
-            },
-            "require": {
-                "drupal/core": "^8 || ^9",
-                "drupal/jquery_ui": "*"
-            },
-            "type": "drupal-module",
-            "extra": {
-                "drupal": {
-                    "version": "8.x-1.1",
-                    "datestamp": "1584107817",
-                    "security-coverage": {
-                        "status": "covered",
-                        "message": "Covered by Drupal's security advisory policy"
-                    }
-                }
-            },
-            "notification-url": "https://packages.drupal.org/8/downloads",
-            "license": [
-                "GPL-2.0-or-later"
-            ],
-            "authors": [
-                {
-                    "name": "bnjmnm",
-                    "homepage": "https://www.drupal.org/user/2369194"
-                },
-                {
-                    "name": "lauriii",
-                    "homepage": "https://www.drupal.org/user/1078742"
-                },
-                {
-                    "name": "zrpnr",
-                    "homepage": "https://www.drupal.org/user/1448368"
-                }
-            ],
-            "description": "Provides jQuery UI Slider library.",
-            "homepage": "https://www.drupal.org/project/jquery_ui_slider",
-            "support": {
-                "source": "https://git.drupalcode.org/project/jquery_ui_slider"
-            }
-        },
-        {
-            "name": "drupal/jquery_ui_touch_punch",
-            "version": "1.0.0",
-            "source": {
-                "type": "git",
-                "url": "https://git.drupalcode.org/project/jquery_ui_touch_punch.git",
-                "reference": "1.0.0"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://ftp.drupal.org/files/projects/jquery_ui_touch_punch-1.0.0.zip",
-                "reference": "1.0.0",
-                "shasum": "8444a0ed897ba3d8e8876a9602ec8b3dca678cd1"
-            },
-            "require": {
-                "drupal/core": "^8 || ^9",
-                "drupal/jquery_ui": "^1.0"
-            },
-            "suggest": {
-                "furf/jquery-ui-touch-punch": "Required to use drupal/jquery_ui_touch_punch module."
-            },
-            "type": "drupal-module",
-            "extra": {
-                "drupal": {
-                    "version": "1.0.0",
-                    "datestamp": "1591893292",
-                    "security-coverage": {
-                        "status": "not-covered",
-                        "message": "Project has not opted into security advisory coverage!"
-                    }
-                }
-            },
-            "notification-url": "https://packages.drupal.org/8/downloads",
-            "license": [
-                "GPL-2.0+"
-            ],
-            "authors": [
-                {
-                    "name": "Naveen Valecha",
-                    "homepage": "https://drupal.org/u/naveenvalecha",
-                    "role": "Maintainer"
-                }
-            ],
-            "description": "Provides jQuery UI Touch Punch library.",
-            "homepage": "https://www.drupal.org/project/jquery_ui_touch_punch",
-            "keywords": [
-                "Drupal",
-                "jquery_ui_touch_punch"
-            ],
-            "support": {
-                "source": "https://www.drupal.org/project/jquery_ui_touch_punch",
-                "issues": "https://www.drupal.org/project/issues/jquery_ui_touch_punch",
-                "irc": "irc://irc.freenode.org/drupal-contribute"
-            }
-        },
         {
             "name": "drupal/libraries",
             "version": "3.0.0-alpha1",
@@ -13586,6 +13345,5 @@
     "platform-dev": [],
     "platform-overrides": {
         "php": "7.3"
-    },
-    "plugin-api-version": "1.1.0"
+    }
 }
diff --git a/vendor/composer/LICENSE b/vendor/composer/LICENSE
index 62ecfd8d00..f27399a042 100644
--- a/vendor/composer/LICENSE
+++ b/vendor/composer/LICENSE
@@ -1,3 +1,4 @@
+
 Copyright (c) Nils Adermann, Jordi Boggiano
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -17,3 +18,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
+
diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php
index fe8678ed14..126478a282 100644
--- a/vendor/composer/autoload_real.php
+++ b/vendor/composer/autoload_real.php
@@ -13,9 +13,6 @@ public static function loadClassLoader($class)
         }
     }
 
-    /**
-     * @return \Composer\Autoload\ClassLoader
-     */
     public static function getLoader()
     {
         if (null !== self::$loader) {
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index 66bbc23b54..e2bf6c5bc5 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -2412,31 +2412,27 @@
     },
     {
         "name": "drupal/better_exposed_filters",
-        "version": "5.0.0-beta1",
-        "version_normalized": "5.0.0.0-beta1",
+        "version": "4.0.0-beta2",
+        "version_normalized": "4.0.0.0-beta2",
         "source": {
             "type": "git",
             "url": "https://git.drupalcode.org/project/better_exposed_filters.git",
-            "reference": "8.x-5.0-beta1"
+            "reference": "8.x-4.0-beta2"
         },
         "dist": {
             "type": "zip",
-            "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-5.0-beta1.zip",
-            "reference": "8.x-5.0-beta1",
-            "shasum": "bc5ce873fa699ee584fdeb2fd28ad6c5cb456b03"
+            "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-4.0-beta2.zip",
+            "reference": "8.x-4.0-beta2",
+            "shasum": "f29ad3a8600c415c167506f61ba095ff8df25250"
         },
         "require": {
-            "drupal/core": "^8.8 || ^9",
-            "drupal/jquery_ui": "^1.4",
-            "drupal/jquery_ui_datepicker": "^1.0",
-            "drupal/jquery_ui_slider": "^1.1",
-            "drupal/jquery_ui_touch_punch": "^1.0"
+            "drupal/core": "^8"
         },
         "type": "drupal-module",
         "extra": {
             "drupal": {
-                "version": "8.x-5.0-beta1",
-                "datestamp": "1594141892",
+                "version": "8.x-4.0-beta2",
+                "datestamp": "1594138204",
                 "security-coverage": {
                     "status": "not-covered",
                     "message": "Beta releases are not covered by Drupal security advisories."
@@ -5560,251 +5556,6 @@
             "source": "https://git.drupalcode.org/project/inline_entity_form"
         }
     },
-    {
-        "name": "drupal/jquery_ui",
-        "version": "1.4.0",
-        "version_normalized": "1.4.0.0",
-        "source": {
-            "type": "git",
-            "url": "https://git.drupalcode.org/project/jquery_ui.git",
-            "reference": "8.x-1.4"
-        },
-        "dist": {
-            "type": "zip",
-            "url": "https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.4.zip",
-            "reference": "8.x-1.4",
-            "shasum": "64c19ecc8902e2b4b1ab0cc5f5fe28dbc83bfebe"
-        },
-        "require": {
-            "drupal/core": "^8 || ^9"
-        },
-        "type": "drupal-module",
-        "extra": {
-            "drupal": {
-                "version": "8.x-1.4",
-                "datestamp": "1582149957",
-                "security-coverage": {
-                    "status": "covered",
-                    "message": "Covered by Drupal's security advisory policy"
-                }
-            }
-        },
-        "installation-source": "dist",
-        "notification-url": "https://packages.drupal.org/8/downloads",
-        "license": [
-            "GPL-2.0-or-later"
-        ],
-        "authors": [
-            {
-                "name": "RobLoach",
-                "homepage": "https://www.drupal.org/user/61114"
-            },
-            {
-                "name": "jjeff",
-                "homepage": "https://www.drupal.org/user/17190"
-            },
-            {
-                "name": "lauriii",
-                "homepage": "https://www.drupal.org/user/1078742"
-            },
-            {
-                "name": "litwol",
-                "homepage": "https://www.drupal.org/user/78134"
-            },
-            {
-                "name": "mfb",
-                "homepage": "https://www.drupal.org/user/12302"
-            },
-            {
-                "name": "mfer",
-                "homepage": "https://www.drupal.org/user/25701"
-            },
-            {
-                "name": "mikelutz",
-                "homepage": "https://www.drupal.org/user/2972409"
-            },
-            {
-                "name": "sun",
-                "homepage": "https://www.drupal.org/user/54136"
-            },
-            {
-                "name": "webchick",
-                "homepage": "https://www.drupal.org/user/24967"
-            },
-            {
-                "name": "zrpnr",
-                "homepage": "https://www.drupal.org/user/1448368"
-            }
-        ],
-        "description": "Provides jQuery UI library.",
-        "homepage": "https://www.drupal.org/project/jquery_ui",
-        "support": {
-            "source": "https://git.drupalcode.org/project/jquery_ui"
-        }
-    },
-    {
-        "name": "drupal/jquery_ui_datepicker",
-        "version": "1.0.0",
-        "version_normalized": "1.0.0.0",
-        "source": {
-            "type": "git",
-            "url": "https://git.drupalcode.org/project/jquery_ui_datepicker.git",
-            "reference": "8.x-1.0"
-        },
-        "dist": {
-            "type": "zip",
-            "url": "https://ftp.drupal.org/files/projects/jquery_ui_datepicker-8.x-1.0.zip",
-            "reference": "8.x-1.0",
-            "shasum": "954f12f93e82b6c93e6797fe2e6e66604ad1d2b2"
-        },
-        "require": {
-            "drupal/core": "^8 || ^9",
-            "drupal/jquery_ui": "*"
-        },
-        "type": "drupal-module",
-        "extra": {
-            "drupal": {
-                "version": "8.x-1.0",
-                "datestamp": "1589684301",
-                "security-coverage": {
-                    "status": "covered",
-                    "message": "Covered by Drupal's security advisory policy"
-                }
-            }
-        },
-        "installation-source": "dist",
-        "notification-url": "https://packages.drupal.org/8/downloads",
-        "license": [
-            "GPL-2.0-or-later"
-        ],
-        "authors": [
-            {
-                "name": "jrockowitz",
-                "homepage": "https://www.drupal.org/user/371407"
-            },
-            {
-                "name": "zrpnr",
-                "homepage": "https://www.drupal.org/user/1448368"
-            }
-        ],
-        "description": "Provides jQuery UI Datepicker library.",
-        "homepage": "https://www.drupal.org/project/jquery_ui_datepicker",
-        "support": {
-            "source": "https://git.drupalcode.org/project/jquery_ui_datepicker"
-        }
-    },
-    {
-        "name": "drupal/jquery_ui_slider",
-        "version": "1.1.0",
-        "version_normalized": "1.1.0.0",
-        "source": {
-            "type": "git",
-            "url": "https://git.drupalcode.org/project/jquery_ui_slider.git",
-            "reference": "8.x-1.1"
-        },
-        "dist": {
-            "type": "zip",
-            "url": "https://ftp.drupal.org/files/projects/jquery_ui_slider-8.x-1.1.zip",
-            "reference": "8.x-1.1",
-            "shasum": "79b90cf60d45fc33ffdaa84bb2d6563f78a7d3d1"
-        },
-        "require": {
-            "drupal/core": "^8 || ^9",
-            "drupal/jquery_ui": "*"
-        },
-        "type": "drupal-module",
-        "extra": {
-            "drupal": {
-                "version": "8.x-1.1",
-                "datestamp": "1584107817",
-                "security-coverage": {
-                    "status": "covered",
-                    "message": "Covered by Drupal's security advisory policy"
-                }
-            }
-        },
-        "installation-source": "dist",
-        "notification-url": "https://packages.drupal.org/8/downloads",
-        "license": [
-            "GPL-2.0-or-later"
-        ],
-        "authors": [
-            {
-                "name": "bnjmnm",
-                "homepage": "https://www.drupal.org/user/2369194"
-            },
-            {
-                "name": "lauriii",
-                "homepage": "https://www.drupal.org/user/1078742"
-            },
-            {
-                "name": "zrpnr",
-                "homepage": "https://www.drupal.org/user/1448368"
-            }
-        ],
-        "description": "Provides jQuery UI Slider library.",
-        "homepage": "https://www.drupal.org/project/jquery_ui_slider",
-        "support": {
-            "source": "https://git.drupalcode.org/project/jquery_ui_slider"
-        }
-    },
-    {
-        "name": "drupal/jquery_ui_touch_punch",
-        "version": "1.0.0",
-        "version_normalized": "1.0.0.0",
-        "source": {
-            "type": "git",
-            "url": "https://git.drupalcode.org/project/jquery_ui_touch_punch.git",
-            "reference": "1.0.0"
-        },
-        "dist": {
-            "type": "zip",
-            "url": "https://ftp.drupal.org/files/projects/jquery_ui_touch_punch-1.0.0.zip",
-            "reference": "1.0.0",
-            "shasum": "8444a0ed897ba3d8e8876a9602ec8b3dca678cd1"
-        },
-        "require": {
-            "drupal/core": "^8 || ^9",
-            "drupal/jquery_ui": "^1.0"
-        },
-        "suggest": {
-            "furf/jquery-ui-touch-punch": "Required to use drupal/jquery_ui_touch_punch module."
-        },
-        "type": "drupal-module",
-        "extra": {
-            "drupal": {
-                "version": "1.0.0",
-                "datestamp": "1591893292",
-                "security-coverage": {
-                    "status": "not-covered",
-                    "message": "Project has not opted into security advisory coverage!"
-                }
-            }
-        },
-        "installation-source": "dist",
-        "notification-url": "https://packages.drupal.org/8/downloads",
-        "license": [
-            "GPL-2.0+"
-        ],
-        "authors": [
-            {
-                "name": "Naveen Valecha",
-                "homepage": "https://drupal.org/u/naveenvalecha",
-                "role": "Maintainer"
-            }
-        ],
-        "description": "Provides jQuery UI Touch Punch library.",
-        "homepage": "https://www.drupal.org/project/jquery_ui_touch_punch",
-        "keywords": [
-            "Drupal",
-            "jquery_ui_touch_punch"
-        ],
-        "support": {
-            "source": "https://www.drupal.org/project/jquery_ui_touch_punch",
-            "issues": "https://www.drupal.org/project/issues/jquery_ui_touch_punch",
-            "irc": "irc://irc.freenode.org/drupal-contribute"
-        }
-    },
     {
         "name": "drupal/libraries",
         "version": "3.0.0-alpha1",
diff --git a/web/modules/better_exposed_filters/better_exposed_filters.info.yml b/web/modules/better_exposed_filters/better_exposed_filters.info.yml
index f3cb90cb9a..acd8149cf2 100644
--- a/web/modules/better_exposed_filters/better_exposed_filters.info.yml
+++ b/web/modules/better_exposed_filters/better_exposed_filters.info.yml
@@ -1,16 +1,13 @@
 name: Better Exposed Filters
 description: Provides advanced options (e.g. links, checkboxes, or other widgets) to exposed Views elements.
-core_version_requirement: ^8.8 || ^9
+core: 8.x
+core_version_requirement: ^8
 type: module
 package: Views
 dependencies:
   - drupal:views
-  - jquery_ui:jquery_ui
-  - jquery_ui_slider:jquery_ui_slider
-  - jquery_ui_touch_punch:jquery_ui_touch_punch
-  - jquery_ui_datepicker:jquery_ui_datepicker
 
 # Information added by Drupal.org packaging script on 2020-07-07
-version: '8.x-5.0-beta1'
+version: '8.x-4.0-beta2'
 project: 'better_exposed_filters'
-datestamp: 1594141894
+datestamp: 1594138020
diff --git a/web/modules/better_exposed_filters/better_exposed_filters.libraries.yml b/web/modules/better_exposed_filters/better_exposed_filters.libraries.yml
index 2a7a85d8dc..d9bf5a51f3 100644
--- a/web/modules/better_exposed_filters/better_exposed_filters.libraries.yml
+++ b/web/modules/better_exposed_filters/better_exposed_filters.libraries.yml
@@ -32,9 +32,9 @@ sliders:
     - core/drupal
     - core/jquery
     - core/jquery.once
-    - jquery_ui/mouse
-    - jquery_ui_touch_punch/touch-punch
-    - jquery_ui_slider/slider
+    - core/jquery.ui.mouse
+    - core/jquery.ui.touch-punch
+    - core/jquery.ui.slider
 datepickers:
   version: 4.x
   js:
@@ -42,6 +42,6 @@ datepickers:
   dependencies:
     - core/drupal
     - core/jquery
-    - jquery_ui/mouse
-    - jquery_ui_touch_punch/touch-punch
-    - jquery_ui_datepicker/datepicker
+    - core/jquery.ui.mouse
+    - core/jquery.ui.touch-punch
+    - core/jquery.ui.datepicker
diff --git a/web/modules/better_exposed_filters/composer.json b/web/modules/better_exposed_filters/composer.json
index e568c7e3ef..304272615e 100644
--- a/web/modules/better_exposed_filters/composer.json
+++ b/web/modules/better_exposed_filters/composer.json
@@ -23,11 +23,5 @@
       "type": "composer",
       "url": "https://packages.drupal.org/8"
     }
-  ],
-  "require": {
-    "drupal/jquery_ui": "^1.4",
-    "drupal/jquery_ui_slider": "^1.1",
-    "drupal/jquery_ui_touch_punch": "^1.0",
-    "drupal/jquery_ui_datepicker": "^1.0"
-  }
+  ]
 }
diff --git a/web/modules/better_exposed_filters/templates/bef-nested-elements.html.twig b/web/modules/better_exposed_filters/templates/bef-nested-elements.html.twig
index 176664cc5c..ba054c4328 100644
--- a/web/modules/better_exposed_filters/templates/bef-nested-elements.html.twig
+++ b/web/modules/better_exposed_filters/templates/bef-nested-elements.html.twig
@@ -12,7 +12,7 @@
     - loop: The loop variable from the iterator that calls this template.
       Requires the loop.first and loop.last elements.
 #}
-{% apply spaceless %}
+{% spaceless %}
   {% set delta = (current_nesting_level - new_nesting_level) | abs %}
   {% if loop.first %}
     <ul>
@@ -36,4 +36,4 @@
       </li></ul>
     {% endfor %}
   {% endif %}
-{% endapply %}
+{% endspaceless %}
diff --git a/web/modules/better_exposed_filters/tests/modules/bef_test/bef_test.info.yml b/web/modules/better_exposed_filters/tests/modules/bef_test/bef_test.info.yml
index 8e2798ca12..0378eaec0d 100644
--- a/web/modules/better_exposed_filters/tests/modules/bef_test/bef_test.info.yml
+++ b/web/modules/better_exposed_filters/tests/modules/bef_test/bef_test.info.yml
@@ -1,7 +1,7 @@
 name: BEF Test
 type: module
 description: Test module for Better Exposed Filters
-core_version_requirement: ^8.8 || ^9
+core: 8.x
 package: Views
 dependencies:
   - better_exposed_filters:better_exposed_filters
@@ -11,6 +11,6 @@ dependencies:
   - drupal:user
 
 # Information added by Drupal.org packaging script on 2020-07-07
-version: '8.x-5.0-beta1'
+version: '8.x-4.0-beta2'
 project: 'better_exposed_filters'
-datestamp: 1594141894
+datestamp: 1594138020
diff --git a/web/modules/better_exposed_filters/tests/modules/bef_test/config/install/views.view.bef_test.yml b/web/modules/better_exposed_filters/tests/modules/bef_test/config/install/views.view.bef_test.yml
index 07e59bad42..eae4ed9bf2 100644
--- a/web/modules/better_exposed_filters/tests/modules/bef_test/config/install/views.view.bef_test.yml
+++ b/web/modules/better_exposed_filters/tests/modules/bef_test/config/install/views.view.bef_test.yml
@@ -25,6 +25,7 @@ description: ''
 tag: ''
 base_table: node_field_data
 base_field: nid
+core: 8.x
 display:
   default:
     display_plugin: default
diff --git a/web/modules/better_exposed_filters/tests/src/FunctionalJavascript/BetterExposedFiltersTest.php b/web/modules/better_exposed_filters/tests/src/FunctionalJavascript/BetterExposedFiltersTest.php
index 115d083879..b293d244e7 100644
--- a/web/modules/better_exposed_filters/tests/src/FunctionalJavascript/BetterExposedFiltersTest.php
+++ b/web/modules/better_exposed_filters/tests/src/FunctionalJavascript/BetterExposedFiltersTest.php
@@ -19,11 +19,6 @@ class BetterExposedFiltersTest extends WebDriverTestBase {
   use ContentTypeCreationTrait;
   use NodeCreationTrait;
 
-  /**
-   * {@inheritdoc}
-   */
-  protected $defaultTheme = 'stark';
-
   /**
    * {@inheritdoc}
    */
@@ -39,7 +34,7 @@ class BetterExposedFiltersTest extends WebDriverTestBase {
   /**
    * {@inheritdoc}
    */
-  protected function setUp(): void {
+  protected function setUp() {
     parent::setUp();
 
     // Enable AJAX on the our test view.
@@ -94,8 +89,8 @@ public function testAutoSubmit() {
 
     // Ensure that the content we're testing for is present.
     $html = $page->getHtml();
-    $this->assertStringContainsString('Page One', $html);
-    $this->assertStringContainsString('Page Two', $html);
+    $this->assertContains('Page One', $html);
+    $this->assertContains('Page Two', $html);
 
     // Search for "Page One".
     $field_bef_integer = $page->findField('field_bef_integer_value');
@@ -105,8 +100,8 @@ public function testAutoSubmit() {
 
     // Verify that only the "Page One" Node is present.
     $html = $page->getHtml();
-    $this->assertStringContainsString('Page One', $html);
-    $this->assertStringNotContainsString('Page Two', $html);
+    $this->assertContains('Page One', $html);
+    $this->assertNotContains('Page Two', $html);
 
     // Enter value in email field.
     $field_bef_email = $page->find('css', '.form-item-field-bef-email-value input');
@@ -114,8 +109,8 @@ public function testAutoSubmit() {
     $this->assertSession()->assertWaitOnAjaxRequest();
 
     // Verify nothing has changed.
-    $this->assertStringContainsString('Page One', $html);
-    $this->assertStringNotContainsString('Page Two', $html);
+    $this->assertContains('Page One', $html);
+    $this->assertNotContains('Page Two', $html);
 
     // Submit form.
     $this->submitForm([], 'Apply');
@@ -123,8 +118,8 @@ public function testAutoSubmit() {
 
     // Verify no results are visible.
     $html = $page->getHtml();
-    $this->assertStringNotContainsString('Page One', $html);
-    $this->assertStringNotContainsString('Page Two', $html);
+    $this->assertNotContains('Page One', $html);
+    $this->assertNotContains('Page Two', $html);
   }
 
   /**
@@ -151,8 +146,8 @@ public function testAutoSubmitWithExposedFormBlock() {
 
     // Ensure that the content we're testing for is present.
     $html = $page->getHtml();
-    $this->assertStringContainsString('Page One', $html);
-    $this->assertStringContainsString('Page Two', $html);
+    $this->assertContains('Page One', $html);
+    $this->assertContains('Page Two', $html);
 
     // Search for "Page One".
     $field_bef_integer = $page->findField('field_bef_integer_value');
@@ -162,8 +157,8 @@ public function testAutoSubmitWithExposedFormBlock() {
 
     // Verify that only the "Page One" Node is present.
     $html = $page->getHtml();
-    $this->assertStringContainsString('Page One', $html);
-    $this->assertStringNotContainsString('Page Two', $html);
+    $this->assertContains('Page One', $html);
+    $this->assertNotContains('Page Two', $html);
 
     // Enter value in email field.
     $field_bef_email = $page->find('css', '.form-item-field-bef-email-value input');
@@ -171,8 +166,8 @@ public function testAutoSubmitWithExposedFormBlock() {
     $this->assertSession()->assertWaitOnAjaxRequest();
 
     // Verify nothing has changed.
-    $this->assertStringContainsString('Page One', $html);
-    $this->assertStringNotContainsString('Page Two', $html);
+    $this->assertContains('Page One', $html);
+    $this->assertNotContains('Page Two', $html);
 
     // Submit form.
     $this->submitForm([], 'Apply');
@@ -180,8 +175,8 @@ public function testAutoSubmitWithExposedFormBlock() {
 
     // Verify no results are visible.
     $html = $page->getHtml();
-    $this->assertStringNotContainsString('Page One', $html);
-    $this->assertStringNotContainsString('Page Two', $html);
+    $this->assertNotContains('Page One', $html);
+    $this->assertNotContains('Page Two', $html);
   }
 
   /**
@@ -228,7 +223,8 @@ public function testSecondaryOptions() {
     // Assert our fields are initially hidden inside the collapsible field-set.
     $secondary_options = $page->find('css', '.bef--secondary');
     $this->assertFalse($secondary_options->hasAttribute('open'));
-    $secondary_options->hasField('field_bef_boolean_value');
+    $field_bef_boolean = $page->findField('field_bef_boolean_value');
+    $this->assertFalse($field_bef_boolean->isVisible());
 
     // Submit form and set a value for the boolean field.
     $secondary_options->click();
@@ -239,6 +235,8 @@ public function testSecondaryOptions() {
     // Verify our field-set is open and our fields visible.
     $secondary_options = $page->find('css', '.bef--secondary');
     $this->assertTrue($secondary_options->hasAttribute('open'));
+    $field_bef_boolean = $page->findField('field_bef_boolean_value');
+    $this->assertTrue($field_bef_boolean->isVisible());
   }
 
 }
diff --git a/web/modules/jquery_ui/CHANGELOG.txt b/web/modules/jquery_ui/CHANGELOG.txt
deleted file mode 100644
index 858694195c..0000000000
--- a/web/modules/jquery_ui/CHANGELOG.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-
-jQuery UI 8.x-1.x, 2019-07-11
------------------------------
-- Refactored to provide jQuery UI libraries deprecated from Drupal core.
-
-jQuery UI 7.x-1.x, xxxx-xx-xx
------------------------------
-#559582 by sun, drupal-id.com: Fixed installation instructions.
-#325831 by sun: Fixed url() in hook_requirements() breaks install profiles.
-#325831 by hanoii: Fixed drupal_get_path() in hook_requirements() breaks install
-  profiles.
-#758910 by fp, sun: Fixed jQuery UI download link.
-#542908 by sun: Clarified installation instructions.
-#503848 by G�bor Hojtsy: Added default weight of JS_LIBRARY for JavaScripts.
-#325831 by quicksketch, James Andres, ksenzee: Fixed drupal_get_path() fails
-  during Drupal installation.
-#357780 by G�bor Hojtsy: Ported to 7.x.
-#362509 by Rob Loach, Deciphered, sun, and adrinux: New release system with
-  jQuery UI 1.6.
-#322731 by sun: Fixed improper use of t() in module install file.
-#227687 by sun: Fixed improperly capitalized package name.
-
-
-jQuery UI 6.x-1.2, 2008-06-23
------------------------------
-- Updated to work with jQuery UI 1.5 release.
-- Uses jQuery Update's compression settings rather than its own.
-
-jQuery UI 6.x-1.1, 2008-03-27
------------------------------
-- Initial release of jQuery UI.
-- Works with jQuery UI 1.5b4.
diff --git a/web/modules/jquery_ui/LICENSE.txt b/web/modules/jquery_ui/LICENSE.txt
deleted file mode 100644
index d159169d10..0000000000
--- a/web/modules/jquery_ui/LICENSE.txt
+++ /dev/null
@@ -1,339 +0,0 @@
-                    GNU GENERAL PUBLIC LICENSE
-                       Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                            Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Lesser General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have.  You must make sure that they, too, receive or can get the
-source code.  And you must show them these terms so they know their
-rights.
-
-  We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-  Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software.  If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary.  To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-                    GNU GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License.  The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language.  (Hereinafter, translation is included without limitation in
-the term "modification".)  Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
-  1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
-  2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) You must cause the modified files to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    b) You must cause any work that you distribute or publish, that in
-    whole or in part contains or is derived from the Program or any
-    part thereof, to be licensed as a whole at no charge to all third
-    parties under the terms of this License.
-
-    c) If the modified program normally reads commands interactively
-    when run, you must cause it, when started running for such
-    interactive use in the most ordinary way, to print or display an
-    announcement including an appropriate copyright notice and a
-    notice that there is no warranty (or else, saying that you provide
-    a warranty) and that users may redistribute the program under
-    these conditions, and telling the user how to view a copy of this
-    License.  (Exception: if the Program itself is interactive but
-    does not normally print such an announcement, your work based on
-    the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
-    a) Accompany it with the complete corresponding machine-readable
-    source code, which must be distributed under the terms of Sections
-    1 and 2 above on a medium customarily used for software interchange; or,
-
-    b) Accompany it with a written offer, valid for at least three
-    years, to give any third party, for a charge no more than your
-    cost of physically performing source distribution, a complete
-    machine-readable copy of the corresponding source code, to be
-    distributed under the terms of Sections 1 and 2 above on a medium
-    customarily used for software interchange; or,
-
-    c) Accompany it with the information you received as to the offer
-    to distribute corresponding source code.  (This alternative is
-    allowed only for noncommercial distribution and only if you
-    received the program in object code or executable form with such
-    an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it.  For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable.  However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License.  Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
-  5. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Program or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
-  6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
-  7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded.  In such case, this License incorporates
-the limitation as if written in the body of this License.
-
-  9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation.  If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
-  10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission.  For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this.  Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
-                            NO WARRANTY
-
-  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
-  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-                     END OF TERMS AND CONDITIONS
-
-            How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License along
-    with this program; if not, write to the Free Software Foundation, Inc.,
-    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
-    Gnomovision version 69, Copyright (C) year name of author
-    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
-  `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
-  <signature of Ty Coon>, 1 April 1989
-  Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs.  If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.
diff --git a/web/modules/jquery_ui/README.txt b/web/modules/jquery_ui/README.txt
deleted file mode 100644
index 5b741e25e7..0000000000
--- a/web/modules/jquery_ui/README.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-## Summary
-
-Drupal 8 includes jQuery UI in core, however it is no longer actively
-maintained and has been marked deprecated. This module provides the
-jQuery UI library for any themes and modules that require it.
-
-  - jQuery UI [documentation](https://jqueryui.com/)
-  - jQuery UI [API documentation](https://api.jqueryui.com/)
-
-**Caution**: jQuery UI was deprecated from core because it is no longer
-actively maintained, and has been marked “End of Life” by the OpenJS
-Foundation. It is not recommended to depend on jQuery UI in your own
-code, and instead to select a replacement solution as soon as possible.
-
-## Instructions
-
-1.  Install this module.
-2.  Change any references in your theme or module from `core/jquery.ui`
-    to `jquery_ui/core`
-
-### Related modules
-
-  - [jQuery UI Accordion](https://www.drupal.org/project/jquery_ui_accordion)
-  - [jQuery UI Button](https://www.drupal.org/project/jquery_ui_button)
-  - [jQuery UI Checkboxradio](https://www.drupal.org/project/jquery_ui_checkboxradio)
-  - [jQuery UI Controlgroup](https://www.drupal.org/project/jquery_ui_controlgroup)
-  - [jQuery UI Draggable](https://www.drupal.org/project/jquery_ui_draggable)
-  - [jQuery UI Droppable](https://www.drupal.org/project/jquery_ui_droppable)
-  - [jQuery UI Effects](https://www.drupal.org/project/jquery_ui_effects)
-  - [jQuery UI Menu](https://www.drupal.org/project/jquery_ui_menu)
-  - [jQuery UI Progressbar](https://www.drupal.org/project/jquery_ui_progressbar)
-  - [jQuery UI Selectable](https://www.drupal.org/project/jquery_ui_selectable)
-  - [jQuery UI Selectmenu](https://www.drupal.org/project/jquery_ui_selectmenu)
-  - [jQuery UI Slider](https://www.drupal.org/project/jquery_ui_slider)
-  - [jQuery UI Spinner](https://www.drupal.org/project/jquery_ui_spinner)
-  - [jQuery UI Tooltip](https://www.drupal.org/project/jquery_ui_tooltip)
-
-## Current maintainers:
-* Jeff Robbins (jjeff)
-* Angela Byron (webchick)
-* Addison Berry (add1sun)
-* Daniel F. Kudwien (sun) - http://drupal.org/user/54136
-* Lauri Eskola (lauriii)
-* Peter Weber (zrpnr)
diff --git a/web/modules/jquery_ui/jquery.ui/themes/base/core.css b/web/modules/jquery_ui/jquery.ui/themes/base/core.css
deleted file mode 100644
index a4c1b2de87..0000000000
--- a/web/modules/jquery_ui/jquery.ui/themes/base/core.css
+++ /dev/null
@@ -1,97 +0,0 @@
-/*!
- * jQuery UI CSS Framework 1.12.1
- * http://jqueryui.com
- *
- * Copyright jQuery Foundation and other contributors
- * Released under the MIT license.
- * http://jquery.org/license
- *
- * http://api.jqueryui.com/category/theming/
- */
-
-/* Layout helpers
-----------------------------------*/
-.ui-helper-hidden {
-	display: none;
-}
-.ui-helper-hidden-accessible {
-	border: 0;
-	clip: rect(0 0 0 0);
-	height: 1px;
-	margin: -1px;
-	overflow: hidden;
-	padding: 0;
-	position: absolute;
-	width: 1px;
-}
-.ui-helper-reset {
-	margin: 0;
-	padding: 0;
-	border: 0;
-	outline: 0;
-	line-height: 1.3;
-	text-decoration: none;
-	font-size: 100%;
-	list-style: none;
-}
-.ui-helper-clearfix:before,
-.ui-helper-clearfix:after {
-	content: "";
-	display: table;
-	border-collapse: collapse;
-}
-.ui-helper-clearfix:after {
-	clear: both;
-}
-.ui-helper-zfix {
-	width: 100%;
-	height: 100%;
-	top: 0;
-	left: 0;
-	position: absolute;
-	opacity: 0;
-	filter:Alpha(Opacity=0); /* support: IE8 */
-}
-
-.ui-front {
-	z-index: 100;
-}
-
-
-/* Interaction Cues
-----------------------------------*/
-.ui-state-disabled {
-	cursor: default !important;
-	pointer-events: none;
-}
-
-
-/* Icons
-----------------------------------*/
-.ui-icon {
-	display: inline-block;
-	vertical-align: middle;
-	margin-top: -.25em;
-	position: relative;
-	text-indent: -99999px;
-	overflow: hidden;
-	background-repeat: no-repeat;
-}
-
-.ui-widget-icon-block {
-	left: 50%;
-	margin-left: -8px;
-	display: block;
-}
-
-/* Misc visuals
-----------------------------------*/
-
-/* Overlays */
-.ui-widget-overlay {
-	position: fixed;
-	top: 0;
-	left: 0;
-	width: 100%;
-	height: 100%;
-}
diff --git a/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png b/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
deleted file mode 100644
index a2e6bfc085..0000000000
--- a/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
+++ /dev/null
@@ -1,3 +0,0 @@
-�PNG
-
-���
IHDR���(���d����9���PLTE���~�����IDATxc����X�\�R����IEND�B`�
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_444444_256x240.png b/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_444444_256x240.png
deleted file mode 100644
index 9221438927..0000000000
--- a/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_444444_256x240.png
+++ /dev/null
@@ -1,11 +0,0 @@
-�PNG
-
-���
IHDR�����������IJ���PLTEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD�r	���ZtRNS��3P���/"Uq@f`2�
!<BHK Z#'1S,�4���j���8E���|��������)��Q$�
-��b�J��mߜGc?o�h�#�-���IDATx���r�:�ax|���O�0A�I�%��=��b	���eY����~_�|��Q�d	��@P�(UM�ZI�Z~	&?ׁ��Q��0�A��`ꇚ�^���=�C���
���c�m
-�y
M0�v���C<w���%K0�w���,�FhY�eY��O�	�w݈��#����_����f���|#�݀P����J݀������r"�f?Ŀ0��,��}@N~��0���> OK0�^�eY�eY���K���gqƽ�����3��zHM״��i����zr88��@��u۱�Z�*�:>���c����s��l5��2[4�0'{���y��#�*��ajA��E��;瀣*^�W�X�eY�e�$/���0h@�jro��`���y��g%Y�9=@�H���(��(8� ��dզ"G���[���c��h�G(�<䈹����`}�8@W�:�������e���	y���/$���̰
-��ޗ�p���@�w���ҏo8��4�f0
-��7���i^�ѐ��rt�k8�
����FdY�eY�N�|a�3?b��*I�C���ܞ2��j�`�U�l{J-�~*S��O
b2�����@+��(:�[m!3&:���o4 �E):�;@����Z�c�� �*:x>�&z�S~7��xۥ@rz��
-C�ݟ�!]�����j�X/�C{��,˲,��t��k꛼V��O3g�L�h�����^~k���؈��� �I��<ls����T�{P��j|���.j�g���w�`0��w3�O��_�%}	|{�xP
z�@�����'����=����
-�P�/0�Z�����q����_;����хї3�X�b�81i��{%������,���>���eu�T�����?00000�zs_��>������(W`_��O�f��UA�6��W�Ȼ������i]�l�@��WIL�^�6�-M�^��;+t{��uQQTE��
-
f]1`r�-��u.p��;$	Pl�u������:�L�`P��=@�l6�/��N:ְ�Y �v�o�u�%�	��=�0o8{��N�?���t�s����$
��0
-��6 ��7d;`Z"QNٹ!J� @��
��������LEQh&����������=�`�^��h:!��b��NK(�i�R@b�5�k�셳�A�̕���@.���*��*P���-�����Pd; N�r��.<��ЖQŃU��u�B;xr�!(|���NL��L�.𧶸�+�\��H�)���1YU�Y�bG�����!���A-���=w�������A�&���/a�w�k���\��@��c�%������uN�50000pix�i�%@P�@��D�x�gLK �Ǟp��ݞ��p�YPJ]ks��K�4i�1��p^����&W���f���$��
������^n�Ԙ�X&�@��<���E[?�	��ǻx~�qJZ�Jb2� [0zA/�%!�J�긺>/扫���� ���	��SIḧ��\��v�|�W�V&�S*�o�����㍴@�r�Tꅊ�_�b�n���M�q`�iC��JdK��@)qNy��I�'�w�zKo��\ד0W�:��5 ����.[ޕ�X�{��X<�����o���Z�����H�q���t;~�<�	 �����i�(OQjԹ�";\�n{.��?|����}��);Nz��/��N�{��M�3��H!H(X��Y�I�r��>.W���I$�x哉4���ӆ�gy��Q:����u�����a$��7���4h������\��:(G����V/��v20000PB-��.ϧ2�RT��[&���"��9�	<�g�}�9'�s�����c��2�-3�[��(���ܿ+T���N�_h�Tј+����s���X�Tj�͍�;E����N�!�un�K+��`�
`��_�h���O?��kSQ���F��:���H���m,@�L 	���t�+Ve6��\�F琢R�@Z���NL�-0��=@�9��)�dB�R�6�mHZ�Z.��JX�R��(@FA�\n�\��tx��5|+��;�3��pg��(Yn���W_����\;���4>\����n���j�e!s�0�0��;t��Śןt�Yeǀ�rs� �⋲SzH�_�	�JX,d�:�<I�Igɰ���S�O� �1����%�������9��Z]V�ɻ�Q�:�	��a����Y�1�rK�z����(@|�S����#�	�d��PDb$���;��~8K�9
�§��9����0000P�����O?���3�,�v���£����	�G3fJ���u(f�̎��!`-�[�o}���QSg�셼3���������$�������f���g=����}�0���e�V�A���~��0�����X�bH�Y���B�e($� 2�͈:m���<��V��:ฃ`
V�m�?�ȯ��d0=~�{�W�����u��ј�Ú��?����{���-��aq`````�(�x=&���8$W����zL���`�t�z6���71gr1S����Z]G^�u,�"�$�`;Tö<?C�M��U0�*�
�&��`,;�ƀ�!	��d+�+���R�+���ɏ��Y�-w�Y`���%&�%��0Hp.Q����5AFU�d��A�CY��[�����?�M�I�E��Z/�-����n�R̋b��`���yvs�^P`~�9׆s�vT
,����Fӑ8b4ڼ�Mg����L��wfH�����[�)_@�i�3�Hj���,J�=;V����P����[>�W�~~�t���u�U��;�������1����w������݃�7�~}������C������?��we�����䝽�g�R�;����?M�����s~��w��t���O�������i	}�_�8H����/(3�������m����\��������,uQ?�;�&�C=��l���RKz`���
��
RxWfzf��w����K��4��w���.d����y�})��w,���(6���������� tw����$�9:`�����������[@h/D���?���H����L���\��wg0��L��zQ���1 ��G�~F���~2�_���Y���/�u����Q�50p��?�����W�����IEND�B`�
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_555555_256x240.png b/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_555555_256x240.png
deleted file mode 100644
index 4c37296071..0000000000
--- a/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_555555_256x240.png
+++ /dev/null
@@ -1,11 +0,0 @@
-�PNG
-
-���
IHDR�����������IJ���PLTEUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUy�����ZtRNS��3P���/"Uq@f`2�
!<BHK Z#'1S,�4���j���8E���|��������)��Q$�
-��b�J��mߜGc?o�h�#�-���IDATx���r�:�ax|���O�0A�I�%��=��b	���eY����~_�|��Q�d	��@P�(UM�ZI�Z~	&?ׁ��Q��0�A��`ꇚ�^���=�C���
���c�m
-�y
M0�v���C<w���%K0�w���,�FhY�eY��O�	�w݈��#����_����f���|#�݀P����J݀������r"�f?Ŀ0��,��}@N~��0���> OK0�^�eY�eY���K���gqƽ�����3��zHM״��i����zr88��@��u۱�Z�*�:>���c����s��l5��2[4�0'{���y��#�*��ajA��E��;瀣*^�W�X�eY�e�$/���0h@�jro��`���y��g%Y�9=@�H���(��(8� ��dզ"G���[���c��h�G(�<䈹����`}�8@W�:�������e���	y���/$���̰
-��ޗ�p���@�w���ҏo8��4�f0
-��7���i^�ѐ��rt�k8�
����FdY�eY�N�|a�3?b��*I�C���ܞ2��j�`�U�l{J-�~*S��O
b2�����@+��(:�[m!3&:���o4 �E):�;@����Z�c�� �*:x>�&z�S~7��xۥ@rz��
-C�ݟ�!]�����j�X/�C{��,˲,��t��k꛼V��O3g�L�h�����^~k���؈��� �I��<ls����T�{P��j|���.j�g���w�`0��w3�O��_�%}	|{�xP
z�@�����'����=����
-�P�/0�Z�����q����_;����хї3�X�b�81i��{%������,���>���eu�T�����?00000�zs_��>������(W`_��O�f��UA�6��W�Ȼ������i]�l�@��WIL�^�6�-M�^��;+t{��uQQTE��
-
f]1`r�-��u.p��;$	Pl�u������:�L�`P��=@�l6�/��N:ְ�Y �v�o�u�%�	��=�0o8{��N�?���t�s����$
��0
-��6 ��7d;`Z"QNٹ!J� @��
��������LEQh&����������=�`�^��h:!��b��NK(�i�R@b�5�k�셳�A�̕���@.���*��*P���-�����Pd; N�r��.<��ЖQŃU��u�B;xr�!(|���NL��L�.𧶸�+�\��H�)���1YU�Y�bG�����!���A-���=w�������A�&���/a�w�k���\��@��c�%������uN�50000pix�i�%@P�@��D�x�gLK �Ǟp��ݞ��p�YPJ]ks��K�4i�1��p^����&W���f���$��
������^n�Ԙ�X&�@��<���E[?�	��ǻx~�qJZ�Jb2� [0zA/�%!�J�긺>/扫���� ���	��SIḧ��\��v�|�W�V&�S*�o�����㍴@�r�Tꅊ�_�b�n���M�q`�iC��JdK��@)qNy��I�'�w�zKo��\ד0W�:��5 ����.[ޕ�X�{��X<�����o���Z�����H�q���t;~�<�	 �����i�(OQjԹ�";\�n{.��?|����}��);Nz��/��N�{��M�3��H!H(X��Y�I�r��>.W���I$�x哉4���ӆ�gy��Q:����u�����a$��7���4h������\��:(G����V/��v20000PB-��.ϧ2�RT��[&���"��9�	<�g�}�9'�s�����c��2�-3�[��(���ܿ+T���N�_h�Tј+����s���X�Tj�͍�;E����N�!�un�K+��`�
`��_�h���O?��kSQ���F��:���H���m,@�L 	���t�+Ve6��\�F琢R�@Z���NL�-0��=@�9��)�dB�R�6�mHZ�Z.��JX�R��(@FA�\n�\��tx��5|+��;�3��pg��(Yn���W_����\;���4>\����n���j�e!s�0�0��;t��Śןt�Yeǀ�rs� �⋲SzH�_�	�JX,d�:�<I�Igɰ���S�O� �1����%�������9��Z]V�ɻ�Q�:�	��a����Y�1�rK�z����(@|�S����#�	�d��PDb$���;��~8K�9
�§��9����0000P�����O?���3�,�v���£����	�G3fJ���u(f�̎��!`-�[�o}���QSg�셼3���������$�������f���g=����}�0���e�V�A���~��0�����X�bH�Y���B�e($� 2�͈:m���<��V��:ฃ`
V�m�?�ȯ��d0=~�{�W�����u��ј�Ú��?����{���-��aq`````�(�x=&���8$W����zL���`�t�z6���71gr1S����Z]G^�u,�"�$�`;Tö<?C�M��U0�*�
�&��`,;�ƀ�!	��d+�+���R�+���ɏ��Y�-w�Y`���%&�%��0Hp.Q����5AFU�d��A�CY��[�����?�M�I�E��Z/�-����n�R̋b��`���yvs�^P`~�9׆s�vT
,����Fӑ8b4ڼ�Mg����L��wfH�����[�)_@�i�3�Hj���,J�=;V����P����[>�W�~~�t���u�U��;�������1����w������݃�7�~}������C������?��we�����䝽�g�R�;����?M�����s~��w��t���O�������i	}�_�8H����/(3�������m����\��������,uQ?�;�&�C=��l���RKz`���
��
RxWfzf��w����K��4��w���.d����y�})��w,���(6���������� tw����$�9:`�����������[@h/D���?���H����L���\��wg0��L��zQ���1 ��G�~F���~2�_���Y���/�u����Q�50p��?�����W�����IEND�B`�
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_777620_256x240.png b/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_777620_256x240.png
deleted file mode 100644
index 3b4ce6868a..0000000000
--- a/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_777620_256x240.png
+++ /dev/null
@@ -1,11 +0,0 @@
-�PNG
-
-���
IHDR�����������IJ���PLTEwv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv wv U.G����ZtRNS��3P���/"Uq@f`2�
!<BHK Z#'1S,�4���j���8E���|��������)��Q$�
-��b�J��mߜGc?o�h�#�-���IDATx���r�:�ax|���O�0A�I�%��=��b	���eY����~_�|��Q�d	��@P�(UM�ZI�Z~	&?ׁ��Q��0�A��`ꇚ�^���=�C���
���c�m
-�y
M0�v���C<w���%K0�w���,�FhY�eY��O�	�w݈��#����_����f���|#�݀P����J݀������r"�f?Ŀ0��,��}@N~��0���> OK0�^�eY�eY���K���gqƽ�����3��zHM״��i����zr88��@��u۱�Z�*�:>���c����s��l5��2[4�0'{���y��#�*��ajA��E��;瀣*^�W�X�eY�e�$/���0h@�jro��`���y��g%Y�9=@�H���(��(8� ��dզ"G���[���c��h�G(�<䈹����`}�8@W�:�������e���	y���/$���̰
-��ޗ�p���@�w���ҏo8��4�f0
-��7���i^�ѐ��rt�k8�
����FdY�eY�N�|a�3?b��*I�C���ܞ2��j�`�U�l{J-�~*S��O
b2�����@+��(:�[m!3&:���o4 �E):�;@����Z�c�� �*:x>�&z�S~7��xۥ@rz��
-C�ݟ�!]�����j�X/�C{��,˲,��t��k꛼V��O3g�L�h�����^~k���؈��� �I��<ls����T�{P��j|���.j�g���w�`0��w3�O��_�%}	|{�xP
z�@�����'����=����
-�P�/0�Z�����q����_;����хї3�X�b�81i��{%������,���>���eu�T�����?00000�zs_��>������(W`_��O�f��UA�6��W�Ȼ������i]�l�@��WIL�^�6�-M�^��;+t{��uQQTE��
-
f]1`r�-��u.p��;$	Pl�u������:�L�`P��=@�l6�/��N:ְ�Y �v�o�u�%�	��=�0o8{��N�?���t�s����$
��0
-��6 ��7d;`Z"QNٹ!J� @��
��������LEQh&����������=�`�^��h:!��b��NK(�i�R@b�5�k�셳�A�̕���@.���*��*P���-�����Pd; N�r��.<��ЖQŃU��u�B;xr�!(|���NL��L�.𧶸�+�\��H�)���1YU�Y�bG�����!���A-���=w�������A�&���/a�w�k���\��@��c�%������uN�50000pix�i�%@P�@��D�x�gLK �Ǟp��ݞ��p�YPJ]ks��K�4i�1��p^����&W���f���$��
������^n�Ԙ�X&�@��<���E[?�	��ǻx~�qJZ�Jb2� [0zA/�%!�J�긺>/扫���� ���	��SIḧ��\��v�|�W�V&�S*�o�����㍴@�r�Tꅊ�_�b�n���M�q`�iC��JdK��@)qNy��I�'�w�zKo��\ד0W�:��5 ����.[ޕ�X�{��X<�����o���Z�����H�q���t;~�<�	 �����i�(OQjԹ�";\�n{.��?|����}��);Nz��/��N�{��M�3��H!H(X��Y�I�r��>.W���I$�x哉4���ӆ�gy��Q:����u�����a$��7���4h������\��:(G����V/��v20000PB-��.ϧ2�RT��[&���"��9�	<�g�}�9'�s�����c��2�-3�[��(���ܿ+T���N�_h�Tј+����s���X�Tj�͍�;E����N�!�un�K+��`�
`��_�h���O?��kSQ���F��:���H���m,@�L 	���t�+Ve6��\�F琢R�@Z���NL�-0��=@�9��)�dB�R�6�mHZ�Z.��JX�R��(@FA�\n�\��tx��5|+��;�3��pg��(Yn���W_����\;���4>\����n���j�e!s�0�0��;t��Śןt�Yeǀ�rs� �⋲SzH�_�	�JX,d�:�<I�Igɰ���S�O� �1����%�������9��Z]V�ɻ�Q�:�	��a����Y�1�rK�z����(@|�S����#�	�d��PDb$���;��~8K�9
�§��9����0000P�����O?���3�,�v���£����	�G3fJ���u(f�̎��!`-�[�o}���QSg�셼3���������$�������f���g=����}�0���e�V�A���~��0�����X�bH�Y���B�e($� 2�͈:m���<��V��:ฃ`
V�m�?�ȯ��d0=~�{�W�����u��ј�Ú��?����{���-��aq`````�(�x=&���8$W����zL���`�t�z6���71gr1S����Z]G^�u,�"�$�`;Tö<?C�M��U0�*�
�&��`,;�ƀ�!	��d+�+���R�+���ɏ��Y�-w�Y`���%&�%��0Hp.Q����5AFU�d��A�CY��[�����?�M�I�E��Z/�-����n�R̋b��`���yvs�^P`~�9׆s�vT
,����Fӑ8b4ڼ�Mg����L��wfH�����[�)_@�i�3�Hj���,J�=;V����P����[>�W�~~�t���u�U��;�������1����w������݃�7�~}������C������?��we�����䝽�g�R�;����?M�����s~��w��t���O�������i	}�_�8H����/(3�������m����\��������,uQ?�;�&�C=��l���RKz`���
��
RxWfzf��w����K��4��w���.d����y�})��w,���(6���������� tw����$�9:`�����������[@h/D���?���H����L���\��wg0��L��zQ���1 ��G�~F���~2�_���Y���/�u����Q�50p��?�����W�����IEND�B`�
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_777777_256x240.png b/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_777777_256x240.png
deleted file mode 100644
index de6cf086bb..0000000000
--- a/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_777777_256x240.png
+++ /dev/null
@@ -1,11 +0,0 @@
-�PNG
-
-���
IHDR�����������IJ���PLTEwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww3<�>���ZtRNS��3P���/"Uq@f`2�
!<BHK Z#'1S,�4���j���8E���|��������)��Q$�
-��b�J��mߜGc?o�h�#�-���IDATx���r�:�ax|���O�0A�I�%��=��b	���eY����~_�|��Q�d	��@P�(UM�ZI�Z~	&?ׁ��Q��0�A��`ꇚ�^���=�C���
���c�m
-�y
M0�v���C<w���%K0�w���,�FhY�eY��O�	�w݈��#����_����f���|#�݀P����J݀������r"�f?Ŀ0��,��}@N~��0���> OK0�^�eY�eY���K���gqƽ�����3��zHM״��i����zr88��@��u۱�Z�*�:>���c����s��l5��2[4�0'{���y��#�*��ajA��E��;瀣*^�W�X�eY�e�$/���0h@�jro��`���y��g%Y�9=@�H���(��(8� ��dզ"G���[���c��h�G(�<䈹����`}�8@W�:�������e���	y���/$���̰
-��ޗ�p���@�w���ҏo8��4�f0
-��7���i^�ѐ��rt�k8�
����FdY�eY�N�|a�3?b��*I�C���ܞ2��j�`�U�l{J-�~*S��O
b2�����@+��(:�[m!3&:���o4 �E):�;@����Z�c�� �*:x>�&z�S~7��xۥ@rz��
-C�ݟ�!]�����j�X/�C{��,˲,��t��k꛼V��O3g�L�h�����^~k���؈��� �I��<ls����T�{P��j|���.j�g���w�`0��w3�O��_�%}	|{�xP
z�@�����'����=����
-�P�/0�Z�����q����_;����хї3�X�b�81i��{%������,���>���eu�T�����?00000�zs_��>������(W`_��O�f��UA�6��W�Ȼ������i]�l�@��WIL�^�6�-M�^��;+t{��uQQTE��
-
f]1`r�-��u.p��;$	Pl�u������:�L�`P��=@�l6�/��N:ְ�Y �v�o�u�%�	��=�0o8{��N�?���t�s����$
��0
-��6 ��7d;`Z"QNٹ!J� @��
��������LEQh&����������=�`�^��h:!��b��NK(�i�R@b�5�k�셳�A�̕���@.���*��*P���-�����Pd; N�r��.<��ЖQŃU��u�B;xr�!(|���NL��L�.𧶸�+�\��H�)���1YU�Y�bG�����!���A-���=w�������A�&���/a�w�k���\��@��c�%������uN�50000pix�i�%@P�@��D�x�gLK �Ǟp��ݞ��p�YPJ]ks��K�4i�1��p^����&W���f���$��
������^n�Ԙ�X&�@��<���E[?�	��ǻx~�qJZ�Jb2� [0zA/�%!�J�긺>/扫���� ���	��SIḧ��\��v�|�W�V&�S*�o�����㍴@�r�Tꅊ�_�b�n���M�q`�iC��JdK��@)qNy��I�'�w�zKo��\ד0W�:��5 ����.[ޕ�X�{��X<�����o���Z�����H�q���t;~�<�	 �����i�(OQjԹ�";\�n{.��?|����}��);Nz��/��N�{��M�3��H!H(X��Y�I�r��>.W���I$�x哉4���ӆ�gy��Q:����u�����a$��7���4h������\��:(G����V/��v20000PB-��.ϧ2�RT��[&���"��9�	<�g�}�9'�s�����c��2�-3�[��(���ܿ+T���N�_h�Tј+����s���X�Tj�͍�;E����N�!�un�K+��`�
`��_�h���O?��kSQ���F��:���H���m,@�L 	���t�+Ve6��\�F琢R�@Z���NL�-0��=@�9��)�dB�R�6�mHZ�Z.��JX�R��(@FA�\n�\��tx��5|+��;�3��pg��(Yn���W_����\;���4>\����n���j�e!s�0�0��;t��Śןt�Yeǀ�rs� �⋲SzH�_�	�JX,d�:�<I�Igɰ���S�O� �1����%�������9��Z]V�ɻ�Q�:�	��a����Y�1�rK�z����(@|�S����#�	�d��PDb$���;��~8K�9
�§��9����0000P�����O?���3�,�v���£����	�G3fJ���u(f�̎��!`-�[�o}���QSg�셼3���������$�������f���g=����}�0���e�V�A���~��0�����X�bH�Y���B�e($� 2�͈:m���<��V��:ฃ`
V�m�?�ȯ��d0=~�{�W�����u��ј�Ú��?����{���-��aq`````�(�x=&���8$W����zL���`�t�z6���71gr1S����Z]G^�u,�"�$�`;Tö<?C�M��U0�*�
�&��`,;�ƀ�!	��d+�+���R�+���ɏ��Y�-w�Y`���%&�%��0Hp.Q����5AFU�d��A�CY��[�����?�M�I�E��Z/�-����n�R̋b��`���yvs�^P`~�9׆s�vT
,����Fӑ8b4ڼ�Mg����L��wfH�����[�)_@�i�3�Hj���,J�=;V����P����[>�W�~~�t���u�U��;�������1����w������݃�7�~}������C������?��we�����䝽�g�R�;����?M�����s~��w��t���O�������i	}�_�8H����/(3�������m����\��������,uQ?�;�&�C=��l���RKz`���
��
RxWfzf��w����K��4��w���.d����y�})��w,���(6���������� tw����$�9:`�����������[@h/D���?���H����L���\��wg0��L��zQ���1 ��G�~F���~2�_���Y���/�u����Q�50p��?�����W�����IEND�B`�
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_cc0000_256x240.png b/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_cc0000_256x240.png
deleted file mode 100644
index 6c64c85e20..0000000000
--- a/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_cc0000_256x240.png
+++ /dev/null
@@ -1,11 +0,0 @@
-�PNG
-
-���
IHDR�����������IJ���PLTE��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������r����ZtRNS��3P���/"Uq@f`2�
!<BHK Z#'1S,�4���j���8E���|��������)��Q$�
-��b�J��mߜGc?o�h�#�-���IDATx���r�:�ax|���O�0A�I�%��=��b	���eY����~_�|��Q�d	��@P�(UM�ZI�Z~	&?ׁ��Q��0�A��`ꇚ�^���=�C���
���c�m
-�y
M0�v���C<w���%K0�w���,�FhY�eY��O�	�w݈��#����_����f���|#�݀P����J݀������r"�f?Ŀ0��,��}@N~��0���> OK0�^�eY�eY���K���gqƽ�����3��zHM״��i����zr88��@��u۱�Z�*�:>���c����s��l5��2[4�0'{���y��#�*��ajA��E��;瀣*^�W�X�eY�e�$/���0h@�jro��`���y��g%Y�9=@�H���(��(8� ��dզ"G���[���c��h�G(�<䈹����`}�8@W�:�������e���	y���/$���̰
-��ޗ�p���@�w���ҏo8��4�f0
-��7���i^�ѐ��rt�k8�
����FdY�eY�N�|a�3?b��*I�C���ܞ2��j�`�U�l{J-�~*S��O
b2�����@+��(:�[m!3&:���o4 �E):�;@����Z�c�� �*:x>�&z�S~7��xۥ@rz��
-C�ݟ�!]�����j�X/�C{��,˲,��t��k꛼V��O3g�L�h�����^~k���؈��� �I��<ls����T�{P��j|���.j�g���w�`0��w3�O��_�%}	|{�xP
z�@�����'����=����
-�P�/0�Z�����q����_;����хї3�X�b�81i��{%������,���>���eu�T�����?00000�zs_��>������(W`_��O�f��UA�6��W�Ȼ������i]�l�@��WIL�^�6�-M�^��;+t{��uQQTE��
-
f]1`r�-��u.p��;$	Pl�u������:�L�`P��=@�l6�/��N:ְ�Y �v�o�u�%�	��=�0o8{��N�?���t�s����$
��0
-��6 ��7d;`Z"QNٹ!J� @��
��������LEQh&����������=�`�^��h:!��b��NK(�i�R@b�5�k�셳�A�̕���@.���*��*P���-�����Pd; N�r��.<��ЖQŃU��u�B;xr�!(|���NL��L�.𧶸�+�\��H�)���1YU�Y�bG�����!���A-���=w�������A�&���/a�w�k���\��@��c�%������uN�50000pix�i�%@P�@��D�x�gLK �Ǟp��ݞ��p�YPJ]ks��K�4i�1��p^����&W���f���$��
������^n�Ԙ�X&�@��<���E[?�	��ǻx~�qJZ�Jb2� [0zA/�%!�J�긺>/扫���� ���	��SIḧ��\��v�|�W�V&�S*�o�����㍴@�r�Tꅊ�_�b�n���M�q`�iC��JdK��@)qNy��I�'�w�zKo��\ד0W�:��5 ����.[ޕ�X�{��X<�����o���Z�����H�q���t;~�<�	 �����i�(OQjԹ�";\�n{.��?|����}��);Nz��/��N�{��M�3��H!H(X��Y�I�r��>.W���I$�x哉4���ӆ�gy��Q:����u�����a$��7���4h������\��:(G����V/��v20000PB-��.ϧ2�RT��[&���"��9�	<�g�}�9'�s�����c��2�-3�[��(���ܿ+T���N�_h�Tј+����s���X�Tj�͍�;E����N�!�un�K+��`�
`��_�h���O?��kSQ���F��:���H���m,@�L 	���t�+Ve6��\�F琢R�@Z���NL�-0��=@�9��)�dB�R�6�mHZ�Z.��JX�R��(@FA�\n�\��tx��5|+��;�3��pg��(Yn���W_����\;���4>\����n���j�e!s�0�0��;t��Śןt�Yeǀ�rs� �⋲SzH�_�	�JX,d�:�<I�Igɰ���S�O� �1����%�������9��Z]V�ɻ�Q�:�	��a����Y�1�rK�z����(@|�S����#�	�d��PDb$���;��~8K�9
�§��9����0000P�����O?���3�,�v���£����	�G3fJ���u(f�̎��!`-�[�o}���QSg�셼3���������$�������f���g=����}�0���e�V�A���~��0�����X�bH�Y���B�e($� 2�͈:m���<��V��:ฃ`
V�m�?�ȯ��d0=~�{�W�����u��ј�Ú��?����{���-��aq`````�(�x=&���8$W����zL���`�t�z6���71gr1S����Z]G^�u,�"�$�`;Tö<?C�M��U0�*�
�&��`,;�ƀ�!	��d+�+���R�+���ɏ��Y�-w�Y`���%&�%��0Hp.Q����5AFU�d��A�CY��[�����?�M�I�E��Z/�-����n�R̋b��`���yvs�^P`~�9׆s�vT
,����Fӑ8b4ڼ�Mg����L��wfH�����[�)_@�i�3�Hj���,J�=;V����P����[>�W�~~�t���u�U��;�������1����w������݃�7�~}������C������?��we�����䝽�g�R�;����?M�����s~��w��t���O�������i	}�_�8H����/(3�������m����\��������,uQ?�;�&�C=��l���RKz`���
��
RxWfzf��w����K��4��w���.d����y�})��w,���(6���������� tw����$�9:`�����������[@h/D���?���H����L���\��wg0��L��zQ���1 ��G�~F���~2�_���Y���/�u����Q�50p��?�����W�����IEND�B`�
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.png b/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.png
deleted file mode 100644
index 4ab379a1f7..0000000000
--- a/web/modules/jquery_ui/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.png
+++ /dev/null
@@ -1,11 +0,0 @@
-�PNG
-
-���
IHDR�����������IJ���PLTE�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������)[V���ZtRNS��3P���/"Uq@f`2�
!<BHK Z#'1S,�4���j���8E���|��������)��Q$�
-��b�J��mߜGc?o�h�#�-���IDATx���r�:�ax|���O�0A�I�%��=��b	���eY����~_�|��Q�d	��@P�(UM�ZI�Z~	&?ׁ��Q��0�A��`ꇚ�^���=�C���
���c�m
-�y
M0�v���C<w���%K0�w���,�FhY�eY��O�	�w݈��#����_����f���|#�݀P����J݀������r"�f?Ŀ0��,��}@N~��0���> OK0�^�eY�eY���K���gqƽ�����3��zHM״��i����zr88��@��u۱�Z�*�:>���c����s��l5��2[4�0'{���y��#�*��ajA��E��;瀣*^�W�X�eY�e�$/���0h@�jro��`���y��g%Y�9=@�H���(��(8� ��dզ"G���[���c��h�G(�<䈹����`}�8@W�:�������e���	y���/$���̰
-��ޗ�p���@�w���ҏo8��4�f0
-��7���i^�ѐ��rt�k8�
����FdY�eY�N�|a�3?b��*I�C���ܞ2��j�`�U�l{J-�~*S��O
b2�����@+��(:�[m!3&:���o4 �E):�;@����Z�c�� �*:x>�&z�S~7��xۥ@rz��
-C�ݟ�!]�����j�X/�C{��,˲,��t��k꛼V��O3g�L�h�����^~k���؈��� �I��<ls����T�{P��j|���.j�g���w�`0��w3�O��_�%}	|{�xP
z�@�����'����=����
-�P�/0�Z�����q����_;����хї3�X�b�81i��{%������,���>���eu�T�����?00000�zs_��>������(W`_��O�f��UA�6��W�Ȼ������i]�l�@��WIL�^�6�-M�^��;+t{��uQQTE��
-
f]1`r�-��u.p��;$	Pl�u������:�L�`P��=@�l6�/��N:ְ�Y �v�o�u�%�	��=�0o8{��N�?���t�s����$
��0
-��6 ��7d;`Z"QNٹ!J� @��
��������LEQh&����������=�`�^��h:!��b��NK(�i�R@b�5�k�셳�A�̕���@.���*��*P���-�����Pd; N�r��.<��ЖQŃU��u�B;xr�!(|���NL��L�.𧶸�+�\��H�)���1YU�Y�bG�����!���A-���=w�������A�&���/a�w�k���\��@��c�%������uN�50000pix�i�%@P�@��D�x�gLK �Ǟp��ݞ��p�YPJ]ks��K�4i�1��p^����&W���f���$��
������^n�Ԙ�X&�@��<���E[?�	��ǻx~�qJZ�Jb2� [0zA/�%!�J�긺>/扫���� ���	��SIḧ��\��v�|�W�V&�S*�o�����㍴@�r�Tꅊ�_�b�n���M�q`�iC��JdK��@)qNy��I�'�w�zKo��\ד0W�:��5 ����.[ޕ�X�{��X<�����o���Z�����H�q���t;~�<�	 �����i�(OQjԹ�";\�n{.��?|����}��);Nz��/��N�{��M�3��H!H(X��Y�I�r��>.W���I$�x哉4���ӆ�gy��Q:����u�����a$��7���4h������\��:(G����V/��v20000PB-��.ϧ2�RT��[&���"��9�	<�g�}�9'�s�����c��2�-3�[��(���ܿ+T���N�_h�Tј+����s���X�Tj�͍�;E����N�!�un�K+��`�
`��_�h���O?��kSQ���F��:���H���m,@�L 	���t�+Ve6��\�F琢R�@Z���NL�-0��=@�9��)�dB�R�6�mHZ�Z.��JX�R��(@FA�\n�\��tx��5|+��;�3��pg��(Yn���W_����\;���4>\����n���j�e!s�0�0��;t��Śןt�Yeǀ�rs� �⋲SzH�_�	�JX,d�:�<I�Igɰ���S�O� �1����%�������9��Z]V�ɻ�Q�:�	��a����Y�1�rK�z����(@|�S����#�	�d��PDb$���;��~8K�9
�§��9����0000P�����O?���3�,�v���£����	�G3fJ���u(f�̎��!`-�[�o}���QSg�셼3���������$�������f���g=����}�0���e�V�A���~��0�����X�bH�Y���B�e($� 2�͈:m���<��V��:ฃ`
V�m�?�ȯ��d0=~�{�W�����u��ј�Ú��?����{���-��aq`````�(�x=&���8$W����zL���`�t�z6���71gr1S����Z]G^�u,�"�$�`;Tö<?C�M��U0�*�
�&��`,;�ƀ�!	��d+�+���R�+���ɏ��Y�-w�Y`���%&�%��0Hp.Q����5AFU�d��A�CY��[�����?�M�I�E��Z/�-����n�R̋b��`���yvs�^P`~�9׆s�vT
,����Fӑ8b4ڼ�Mg����L��wfH�����[�)_@�i�3�Hj���,J�=;V����P����[>�W�~~�t���u�U��;�������1����w������݃�7�~}������C������?��we�����䝽�g�R�;����?M�����s~��w��t���O�������i	}�_�8H����/(3�������m����\��������,uQ?�;�&�C=��l���RKz`���
��
RxWfzf��w����K��4��w���.d����y�})��w,���(6���������� tw����$�9:`�����������[@h/D���?���H����L���\��wg0��L��zQ���1 ��G�~F���~2�_���Y���/�u����Q�50p��?�����W�����IEND�B`�
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/themes/base/theme.css b/web/modules/jquery_ui/jquery.ui/themes/base/theme.css
deleted file mode 100644
index 79937075d9..0000000000
--- a/web/modules/jquery_ui/jquery.ui/themes/base/theme.css
+++ /dev/null
@@ -1,443 +0,0 @@
-/*!
- * jQuery UI CSS Framework 1.12.1
- * http://jqueryui.com
- *
- * Copyright jQuery Foundation and other contributors
- * Released under the MIT license.
- * http://jquery.org/license
- *
- * http://api.jqueryui.com/category/theming/
- *
- * To view and modify this theme, visit http://jqueryui.com/themeroller/
- */
-
-
-/* Component containers
-----------------------------------*/
-.ui-widget {
-	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
-	font-size: 1em/*{fsDefault}*/;
-}
-.ui-widget .ui-widget {
-	font-size: 1em;
-}
-.ui-widget input,
-.ui-widget select,
-.ui-widget textarea,
-.ui-widget button {
-	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
-	font-size: 1em;
-}
-.ui-widget.ui-widget-content {
-	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
-}
-.ui-widget-content {
-	border: 1px solid #dddddd/*{borderColorContent}*/;
-	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
-	color: #333333/*{fcContent}*/;
-}
-.ui-widget-content a {
-	color: #333333/*{fcContent}*/;
-}
-.ui-widget-header {
-	border: 1px solid #dddddd/*{borderColorHeader}*/;
-	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
-	color: #333333/*{fcHeader}*/;
-	font-weight: bold;
-}
-.ui-widget-header a {
-	color: #333333/*{fcHeader}*/;
-}
-
-/* Interaction states
-----------------------------------*/
-.ui-state-default,
-.ui-widget-content .ui-state-default,
-.ui-widget-header .ui-state-default,
-.ui-button,
-
-/* We use html here because we need a greater specificity to make sure disabled
-works properly when clicked or hovered */
-html .ui-button.ui-state-disabled:hover,
-html .ui-button.ui-state-disabled:active {
-	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
-	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
-	font-weight: normal/*{fwDefault}*/;
-	color: #454545/*{fcDefault}*/;
-}
-.ui-state-default a,
-.ui-state-default a:link,
-.ui-state-default a:visited,
-a.ui-button,
-a:link.ui-button,
-a:visited.ui-button,
-.ui-button {
-	color: #454545/*{fcDefault}*/;
-	text-decoration: none;
-}
-.ui-state-hover,
-.ui-widget-content .ui-state-hover,
-.ui-widget-header .ui-state-hover,
-.ui-state-focus,
-.ui-widget-content .ui-state-focus,
-.ui-widget-header .ui-state-focus,
-.ui-button:hover,
-.ui-button:focus {
-	border: 1px solid #cccccc/*{borderColorHover}*/;
-	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
-	font-weight: normal/*{fwDefault}*/;
-	color: #2b2b2b/*{fcHover}*/;
-}
-.ui-state-hover a,
-.ui-state-hover a:hover,
-.ui-state-hover a:link,
-.ui-state-hover a:visited,
-.ui-state-focus a,
-.ui-state-focus a:hover,
-.ui-state-focus a:link,
-.ui-state-focus a:visited,
-a.ui-button:hover,
-a.ui-button:focus {
-	color: #2b2b2b/*{fcHover}*/;
-	text-decoration: none;
-}
-
-.ui-visual-focus {
-	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
-}
-.ui-state-active,
-.ui-widget-content .ui-state-active,
-.ui-widget-header .ui-state-active,
-a.ui-button:active,
-.ui-button:active,
-.ui-button.ui-state-active:hover {
-	border: 1px solid #003eff/*{borderColorActive}*/;
-	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
-	font-weight: normal/*{fwDefault}*/;
-	color: #ffffff/*{fcActive}*/;
-}
-.ui-icon-background,
-.ui-state-active .ui-icon-background {
-	border: #003eff/*{borderColorActive}*/;
-	background-color: #ffffff/*{fcActive}*/;
-}
-.ui-state-active a,
-.ui-state-active a:link,
-.ui-state-active a:visited {
-	color: #ffffff/*{fcActive}*/;
-	text-decoration: none;
-}
-
-/* Interaction Cues
-----------------------------------*/
-.ui-state-highlight,
-.ui-widget-content .ui-state-highlight,
-.ui-widget-header .ui-state-highlight {
-	border: 1px solid #dad55e/*{borderColorHighlight}*/;
-	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
-	color: #777620/*{fcHighlight}*/;
-}
-.ui-state-checked {
-	border: 1px solid #dad55e/*{borderColorHighlight}*/;
-	background: #fffa90/*{bgColorHighlight}*/;
-}
-.ui-state-highlight a,
-.ui-widget-content .ui-state-highlight a,
-.ui-widget-header .ui-state-highlight a {
-	color: #777620/*{fcHighlight}*/;
-}
-.ui-state-error,
-.ui-widget-content .ui-state-error,
-.ui-widget-header .ui-state-error {
-	border: 1px solid #f1a899/*{borderColorError}*/;
-	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
-	color: #5f3f3f/*{fcError}*/;
-}
-.ui-state-error a,
-.ui-widget-content .ui-state-error a,
-.ui-widget-header .ui-state-error a {
-	color: #5f3f3f/*{fcError}*/;
-}
-.ui-state-error-text,
-.ui-widget-content .ui-state-error-text,
-.ui-widget-header .ui-state-error-text {
-	color: #5f3f3f/*{fcError}*/;
-}
-.ui-priority-primary,
-.ui-widget-content .ui-priority-primary,
-.ui-widget-header .ui-priority-primary {
-	font-weight: bold;
-}
-.ui-priority-secondary,
-.ui-widget-content .ui-priority-secondary,
-.ui-widget-header .ui-priority-secondary {
-	opacity: .7;
-	filter:Alpha(Opacity=70); /* support: IE8 */
-	font-weight: normal;
-}
-.ui-state-disabled,
-.ui-widget-content .ui-state-disabled,
-.ui-widget-header .ui-state-disabled {
-	opacity: .35;
-	filter:Alpha(Opacity=35); /* support: IE8 */
-	background-image: none;
-}
-.ui-state-disabled .ui-icon {
-	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
-}
-
-/* Icons
-----------------------------------*/
-
-/* states and images */
-.ui-icon {
-	width: 16px;
-	height: 16px;
-}
-.ui-icon,
-.ui-widget-content .ui-icon {
-	background-image: url("images/ui-icons_444444_256x240.png")/*{iconsContent}*/;
-}
-.ui-widget-header .ui-icon {
-	background-image: url("images/ui-icons_444444_256x240.png")/*{iconsHeader}*/;
-}
-.ui-state-hover .ui-icon,
-.ui-state-focus .ui-icon,
-.ui-button:hover .ui-icon,
-.ui-button:focus .ui-icon {
-	background-image: url("images/ui-icons_555555_256x240.png")/*{iconsHover}*/;
-}
-.ui-state-active .ui-icon,
-.ui-button:active .ui-icon {
-	background-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsActive}*/;
-}
-.ui-state-highlight .ui-icon,
-.ui-button .ui-state-highlight.ui-icon {
-	background-image: url("images/ui-icons_777620_256x240.png")/*{iconsHighlight}*/;
-}
-.ui-state-error .ui-icon,
-.ui-state-error-text .ui-icon {
-	background-image: url("images/ui-icons_cc0000_256x240.png")/*{iconsError}*/;
-}
-.ui-button .ui-icon {
-	background-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/;
-}
-
-/* positioning */
-.ui-icon-blank { background-position: 16px 16px; }
-.ui-icon-caret-1-n { background-position: 0 0; }
-.ui-icon-caret-1-ne { background-position: -16px 0; }
-.ui-icon-caret-1-e { background-position: -32px 0; }
-.ui-icon-caret-1-se { background-position: -48px 0; }
-.ui-icon-caret-1-s { background-position: -65px 0; }
-.ui-icon-caret-1-sw { background-position: -80px 0; }
-.ui-icon-caret-1-w { background-position: -96px 0; }
-.ui-icon-caret-1-nw { background-position: -112px 0; }
-.ui-icon-caret-2-n-s { background-position: -128px 0; }
-.ui-icon-caret-2-e-w { background-position: -144px 0; }
-.ui-icon-triangle-1-n { background-position: 0 -16px; }
-.ui-icon-triangle-1-ne { background-position: -16px -16px; }
-.ui-icon-triangle-1-e { background-position: -32px -16px; }
-.ui-icon-triangle-1-se { background-position: -48px -16px; }
-.ui-icon-triangle-1-s { background-position: -65px -16px; }
-.ui-icon-triangle-1-sw { background-position: -80px -16px; }
-.ui-icon-triangle-1-w { background-position: -96px -16px; }
-.ui-icon-triangle-1-nw { background-position: -112px -16px; }
-.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
-.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
-.ui-icon-arrow-1-n { background-position: 0 -32px; }
-.ui-icon-arrow-1-ne { background-position: -16px -32px; }
-.ui-icon-arrow-1-e { background-position: -32px -32px; }
-.ui-icon-arrow-1-se { background-position: -48px -32px; }
-.ui-icon-arrow-1-s { background-position: -65px -32px; }
-.ui-icon-arrow-1-sw { background-position: -80px -32px; }
-.ui-icon-arrow-1-w { background-position: -96px -32px; }
-.ui-icon-arrow-1-nw { background-position: -112px -32px; }
-.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
-.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
-.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
-.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
-.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
-.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
-.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
-.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
-.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
-.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
-.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
-.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
-.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
-.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
-.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
-.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
-.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
-.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
-.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
-.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
-.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
-.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
-.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
-.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
-.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
-.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
-.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
-.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
-.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
-.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
-.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
-.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
-.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
-.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
-.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
-.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
-.ui-icon-arrow-4 { background-position: 0 -80px; }
-.ui-icon-arrow-4-diag { background-position: -16px -80px; }
-.ui-icon-extlink { background-position: -32px -80px; }
-.ui-icon-newwin { background-position: -48px -80px; }
-.ui-icon-refresh { background-position: -64px -80px; }
-.ui-icon-shuffle { background-position: -80px -80px; }
-.ui-icon-transfer-e-w { background-position: -96px -80px; }
-.ui-icon-transferthick-e-w { background-position: -112px -80px; }
-.ui-icon-folder-collapsed { background-position: 0 -96px; }
-.ui-icon-folder-open { background-position: -16px -96px; }
-.ui-icon-document { background-position: -32px -96px; }
-.ui-icon-document-b { background-position: -48px -96px; }
-.ui-icon-note { background-position: -64px -96px; }
-.ui-icon-mail-closed { background-position: -80px -96px; }
-.ui-icon-mail-open { background-position: -96px -96px; }
-.ui-icon-suitcase { background-position: -112px -96px; }
-.ui-icon-comment { background-position: -128px -96px; }
-.ui-icon-person { background-position: -144px -96px; }
-.ui-icon-print { background-position: -160px -96px; }
-.ui-icon-trash { background-position: -176px -96px; }
-.ui-icon-locked { background-position: -192px -96px; }
-.ui-icon-unlocked { background-position: -208px -96px; }
-.ui-icon-bookmark { background-position: -224px -96px; }
-.ui-icon-tag { background-position: -240px -96px; }
-.ui-icon-home { background-position: 0 -112px; }
-.ui-icon-flag { background-position: -16px -112px; }
-.ui-icon-calendar { background-position: -32px -112px; }
-.ui-icon-cart { background-position: -48px -112px; }
-.ui-icon-pencil { background-position: -64px -112px; }
-.ui-icon-clock { background-position: -80px -112px; }
-.ui-icon-disk { background-position: -96px -112px; }
-.ui-icon-calculator { background-position: -112px -112px; }
-.ui-icon-zoomin { background-position: -128px -112px; }
-.ui-icon-zoomout { background-position: -144px -112px; }
-.ui-icon-search { background-position: -160px -112px; }
-.ui-icon-wrench { background-position: -176px -112px; }
-.ui-icon-gear { background-position: -192px -112px; }
-.ui-icon-heart { background-position: -208px -112px; }
-.ui-icon-star { background-position: -224px -112px; }
-.ui-icon-link { background-position: -240px -112px; }
-.ui-icon-cancel { background-position: 0 -128px; }
-.ui-icon-plus { background-position: -16px -128px; }
-.ui-icon-plusthick { background-position: -32px -128px; }
-.ui-icon-minus { background-position: -48px -128px; }
-.ui-icon-minusthick { background-position: -64px -128px; }
-.ui-icon-close { background-position: -80px -128px; }
-.ui-icon-closethick { background-position: -96px -128px; }
-.ui-icon-key { background-position: -112px -128px; }
-.ui-icon-lightbulb { background-position: -128px -128px; }
-.ui-icon-scissors { background-position: -144px -128px; }
-.ui-icon-clipboard { background-position: -160px -128px; }
-.ui-icon-copy { background-position: -176px -128px; }
-.ui-icon-contact { background-position: -192px -128px; }
-.ui-icon-image { background-position: -208px -128px; }
-.ui-icon-video { background-position: -224px -128px; }
-.ui-icon-script { background-position: -240px -128px; }
-.ui-icon-alert { background-position: 0 -144px; }
-.ui-icon-info { background-position: -16px -144px; }
-.ui-icon-notice { background-position: -32px -144px; }
-.ui-icon-help { background-position: -48px -144px; }
-.ui-icon-check { background-position: -64px -144px; }
-.ui-icon-bullet { background-position: -80px -144px; }
-.ui-icon-radio-on { background-position: -96px -144px; }
-.ui-icon-radio-off { background-position: -112px -144px; }
-.ui-icon-pin-w { background-position: -128px -144px; }
-.ui-icon-pin-s { background-position: -144px -144px; }
-.ui-icon-play { background-position: 0 -160px; }
-.ui-icon-pause { background-position: -16px -160px; }
-.ui-icon-seek-next { background-position: -32px -160px; }
-.ui-icon-seek-prev { background-position: -48px -160px; }
-.ui-icon-seek-end { background-position: -64px -160px; }
-.ui-icon-seek-start { background-position: -80px -160px; }
-/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
-.ui-icon-seek-first { background-position: -80px -160px; }
-.ui-icon-stop { background-position: -96px -160px; }
-.ui-icon-eject { background-position: -112px -160px; }
-.ui-icon-volume-off { background-position: -128px -160px; }
-.ui-icon-volume-on { background-position: -144px -160px; }
-.ui-icon-power { background-position: 0 -176px; }
-.ui-icon-signal-diag { background-position: -16px -176px; }
-.ui-icon-signal { background-position: -32px -176px; }
-.ui-icon-battery-0 { background-position: -48px -176px; }
-.ui-icon-battery-1 { background-position: -64px -176px; }
-.ui-icon-battery-2 { background-position: -80px -176px; }
-.ui-icon-battery-3 { background-position: -96px -176px; }
-.ui-icon-circle-plus { background-position: 0 -192px; }
-.ui-icon-circle-minus { background-position: -16px -192px; }
-.ui-icon-circle-close { background-position: -32px -192px; }
-.ui-icon-circle-triangle-e { background-position: -48px -192px; }
-.ui-icon-circle-triangle-s { background-position: -64px -192px; }
-.ui-icon-circle-triangle-w { background-position: -80px -192px; }
-.ui-icon-circle-triangle-n { background-position: -96px -192px; }
-.ui-icon-circle-arrow-e { background-position: -112px -192px; }
-.ui-icon-circle-arrow-s { background-position: -128px -192px; }
-.ui-icon-circle-arrow-w { background-position: -144px -192px; }
-.ui-icon-circle-arrow-n { background-position: -160px -192px; }
-.ui-icon-circle-zoomin { background-position: -176px -192px; }
-.ui-icon-circle-zoomout { background-position: -192px -192px; }
-.ui-icon-circle-check { background-position: -208px -192px; }
-.ui-icon-circlesmall-plus { background-position: 0 -208px; }
-.ui-icon-circlesmall-minus { background-position: -16px -208px; }
-.ui-icon-circlesmall-close { background-position: -32px -208px; }
-.ui-icon-squaresmall-plus { background-position: -48px -208px; }
-.ui-icon-squaresmall-minus { background-position: -64px -208px; }
-.ui-icon-squaresmall-close { background-position: -80px -208px; }
-.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
-.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
-.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
-.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
-.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
-.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
-
-
-/* Misc visuals
-----------------------------------*/
-
-/* Corner radius */
-.ui-corner-all,
-.ui-corner-top,
-.ui-corner-left,
-.ui-corner-tl {
-	border-top-left-radius: 3px/*{cornerRadius}*/;
-}
-.ui-corner-all,
-.ui-corner-top,
-.ui-corner-right,
-.ui-corner-tr {
-	border-top-right-radius: 3px/*{cornerRadius}*/;
-}
-.ui-corner-all,
-.ui-corner-bottom,
-.ui-corner-left,
-.ui-corner-bl {
-	border-bottom-left-radius: 3px/*{cornerRadius}*/;
-}
-.ui-corner-all,
-.ui-corner-bottom,
-.ui-corner-right,
-.ui-corner-br {
-	border-bottom-right-radius: 3px/*{cornerRadius}*/;
-}
-
-/* Overlays */
-.ui-widget-overlay {
-	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
-	opacity: .3/*{opacityOverlay}*/;
-	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
-}
-.ui-widget-shadow {
-	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
-	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
-}
diff --git a/web/modules/jquery_ui/jquery.ui/ui/data-min.js b/web/modules/jquery_ui/jquery.ui/ui/data-min.js
deleted file mode 100644
index abd417845c..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/data-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","./version"],a):a(jQuery)}(function(a){return a.extend(a.expr[":"],{data:a.expr.createPseudo?a.expr.createPseudo(function(b){return function(c){return!!a.data(c,b)}}):function(b,c,d){return!!a.data(b,d[3])}})});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/ui/disable-selection-min.js b/web/modules/jquery_ui/jquery.ui/ui/disable-selection-min.js
deleted file mode 100644
index 2dc0d14ff7..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/disable-selection-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","./version"],a):a(jQuery)}(function(a){return a.fn.extend({disableSelection:function(){var a="onselectstart"in document.createElement("div")?"selectstart":"mousedown";return function(){return this.on(a+".ui-disableSelection",function(a){a.preventDefault()})}}(),enableSelection:function(){return this.off(".ui-disableSelection")}})});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/ui/escape-selector-min.js b/web/modules/jquery_ui/jquery.ui/ui/escape-selector-min.js
deleted file mode 100644
index 9b7a16064c..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/escape-selector-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","./version"],a):a(jQuery)}(function(a){return a.ui.escapeSelector=function(){var a=/([!"#$%&'()*+,.\/:;<=>?@[\]^`{|}~])/g;return function(b){return b.replace(a,"\\$1")}}()});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/ui/focusable-min.js b/web/modules/jquery_ui/jquery.ui/ui/focusable-min.js
deleted file mode 100644
index e28dd4a048..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/focusable-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","./version"],a):a(jQuery)}(function(a){function b(a){for(var b=a.css("visibility");"inherit"===b;)a=a.parent(),b=a.css("visibility");return"hidden"!==b}return a.ui.focusable=function(c,d){var e,f,g,h,i,j=c.nodeName.toLowerCase();return"area"===j?(e=c.parentNode,f=e.name,!(!c.href||!f||"map"!==e.nodeName.toLowerCase())&&(g=a("img[usemap='#"+f+"']"),g.length>0&&g.is(":visible"))):(/^(input|select|textarea|button|object)$/.test(j)?(h=!c.disabled,h&&(i=a(c).closest("fieldset")[0],i&&(h=!i.disabled))):h="a"===j?c.href||d:d,h&&a(c).is(":visible")&&b(a(c)))},a.extend(a.expr[":"],{focusable:function(b){return a.ui.focusable(b,null!=a.attr(b,"tabindex"))}}),a.ui.focusable});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/ui/form-min.js b/web/modules/jquery_ui/jquery.ui/ui/form-min.js
deleted file mode 100644
index 6dd8000437..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/form-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","./version"],a):a(jQuery)}(function(a){return a.fn.form=function(){return"string"==typeof this[0].form?this.closest("form"):a(this[0].form)}});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/ui/form-reset-mixin-min.js b/web/modules/jquery_ui/jquery.ui/ui/form-reset-mixin-min.js
deleted file mode 100644
index f337b9abc9..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/form-reset-mixin-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","./form","./version"],a):a(jQuery)}(function(a){return a.ui.formResetMixin={_formResetHandler:function(){var b=a(this);setTimeout(function(){var c=b.data("ui-form-reset-instances");a.each(c,function(){this.refresh()})})},_bindFormResetHandler:function(){if(this.form=this.element.form(),this.form.length){var a=this.form.data("ui-form-reset-instances")||[];a.length||this.form.on("reset.ui-form-reset",this._formResetHandler),a.push(this),this.form.data("ui-form-reset-instances",a)}},_unbindFormResetHandler:function(){if(this.form.length){var b=this.form.data("ui-form-reset-instances");b.splice(a.inArray(this,b),1),b.length?this.form.data("ui-form-reset-instances",b):this.form.removeData("ui-form-reset-instances").off("reset.ui-form-reset")}}}});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/ui/ie-min.js b/web/modules/jquery_ui/jquery.ui/ui/ie-min.js
deleted file mode 100644
index 64fd40e5eb..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/ie-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","./version"],a):a(jQuery)}(function(a){return a.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase())});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/ui/jquery-1-7-min.js b/web/modules/jquery_ui/jquery.ui/ui/jquery-1-7-min.js
deleted file mode 100644
index feb34df305..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/jquery-1-7-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","./version"],a):a(jQuery)}(function(a){"1.7"===a.fn.jquery.substring(0,3)&&(a.each(["Width","Height"],function(b,c){function d(b,c,d,f){return a.each(e,function(){c-=parseFloat(a.css(b,"padding"+this))||0,d&&(c-=parseFloat(a.css(b,"border"+this+"Width"))||0),f&&(c-=parseFloat(a.css(b,"margin"+this))||0)}),c}var e="Width"===c?["Left","Right"]:["Top","Bottom"],f=c.toLowerCase(),g={innerWidth:a.fn.innerWidth,innerHeight:a.fn.innerHeight,outerWidth:a.fn.outerWidth,outerHeight:a.fn.outerHeight};a.fn["inner"+c]=function(b){return void 0===b?g["inner"+c].call(this):this.each(function(){a(this).css(f,d(this,b)+"px")})},a.fn["outer"+c]=function(b,e){return"number"!=typeof b?g["outer"+c].call(this,b):this.each(function(){a(this).css(f,d(this,b,!0,e)+"px")})}}),a.fn.addBack=function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))})});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/ui/keycode-min.js b/web/modules/jquery_ui/jquery.ui/ui/keycode-min.js
deleted file mode 100644
index 93f156f244..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/keycode-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","./version"],a):a(jQuery)}(function(a){return a.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/ui/labels-min.js b/web/modules/jquery_ui/jquery.ui/ui/labels-min.js
deleted file mode 100644
index 13e9c91e04..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/labels-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","./version","./escape-selector"],a):a(jQuery)}(function(a){return a.fn.labels=function(){var b,c,d,e,f;return this[0].labels&&this[0].labels.length?this.pushStack(this[0].labels):(e=this.eq(0).parents("label"),d=this.attr("id"),d&&(b=this.eq(0).parents().last(),f=b.add(b.length?b.siblings():this.siblings()),c="label[for='"+a.ui.escapeSelector(d)+"']",e=e.add(f.find(c).addBack(c))),this.pushStack(e))}});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/ui/plugin-min.js b/web/modules/jquery_ui/jquery.ui/ui/plugin-min.js
deleted file mode 100644
index 1c04174f09..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/plugin-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","./version"],a):a(jQuery)}(function(a){return a.ui.plugin={add:function(b,c,d){var e,f=a.ui[b].prototype;for(e in d)f.plugins[e]=f.plugins[e]||[],f.plugins[e].push([c,d[e]])},call:function(a,b,c,d){var e,f=a.plugins[b];if(f&&(d||a.element[0].parentNode&&11!==a.element[0].parentNode.nodeType))for(e=0;e<f.length;e++)a.options[f[e][0]]&&f[e][1].apply(a.element,c)}}});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/ui/position-min.js b/web/modules/jquery_ui/jquery.ui/ui/position-min.js
deleted file mode 100644
index 2f4626486f..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/position-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","./version"],a):a(jQuery)}(function(a){return function(){function b(a,b,c){return[parseFloat(a[0])*(l.test(a[0])?b/100:1),parseFloat(a[1])*(l.test(a[1])?c/100:1)]}function c(b,c){return parseInt(a.css(b,c),10)||0}function d(b){var c=b[0];return 9===c.nodeType?{width:b.width(),height:b.height(),offset:{top:0,left:0}}:a.isWindow(c)?{width:b.width(),height:b.height(),offset:{top:b.scrollTop(),left:b.scrollLeft()}}:c.preventDefault?{width:0,height:0,offset:{top:c.pageY,left:c.pageX}}:{width:b.outerWidth(),height:b.outerHeight(),offset:b.offset()}}var e,f=Math.max,g=Math.abs,h=/left|center|right/,i=/top|center|bottom/,j=/[\+\-]\d+(\.[\d]+)?%?/,k=/^\w+/,l=/%$/,m=a.fn.position;a.position={scrollbarWidth:function(){if(void 0!==e)return e;var b,c,d=a("<div style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'><div style='height:100px;width:auto;'></div></div>"),f=d.children()[0];return a("body").append(d),b=f.offsetWidth,d.css("overflow","scroll"),c=f.offsetWidth,b===c&&(c=d[0].clientWidth),d.remove(),e=b-c},getScrollInfo:function(b){var c=b.isWindow||b.isDocument?"":b.element.css("overflow-x"),d=b.isWindow||b.isDocument?"":b.element.css("overflow-y"),e="scroll"===c||"auto"===c&&b.width<b.element[0].scrollWidth,f="scroll"===d||"auto"===d&&b.height<b.element[0].scrollHeight;return{width:f?a.position.scrollbarWidth():0,height:e?a.position.scrollbarWidth():0}},getWithinInfo:function(b){var c=a(b||window),d=a.isWindow(c[0]),e=!!c[0]&&9===c[0].nodeType,f=!d&&!e;return{element:c,isWindow:d,isDocument:e,offset:f?a(b).offset():{left:0,top:0},scrollLeft:c.scrollLeft(),scrollTop:c.scrollTop(),width:c.outerWidth(),height:c.outerHeight()}}},a.fn.position=function(e){if(!e||!e.of)return m.apply(this,arguments);e=a.extend({},e);var l,n,o,p,q,r,s=a(e.of),t=a.position.getWithinInfo(e.within),u=a.position.getScrollInfo(t),v=(e.collision||"flip").split(" "),w={};return r=d(s),s[0].preventDefault&&(e.at="left top"),n=r.width,o=r.height,p=r.offset,q=a.extend({},p),a.each(["my","at"],function(){var a,b,c=(e[this]||"").split(" ");1===c.length&&(c=h.test(c[0])?c.concat(["center"]):i.test(c[0])?["center"].concat(c):["center","center"]),c[0]=h.test(c[0])?c[0]:"center",c[1]=i.test(c[1])?c[1]:"center",a=j.exec(c[0]),b=j.exec(c[1]),w[this]=[a?a[0]:0,b?b[0]:0],e[this]=[k.exec(c[0])[0],k.exec(c[1])[0]]}),1===v.length&&(v[1]=v[0]),"right"===e.at[0]?q.left+=n:"center"===e.at[0]&&(q.left+=n/2),"bottom"===e.at[1]?q.top+=o:"center"===e.at[1]&&(q.top+=o/2),l=b(w.at,n,o),q.left+=l[0],q.top+=l[1],this.each(function(){var d,h,i=a(this),j=i.outerWidth(),k=i.outerHeight(),m=c(this,"marginLeft"),r=c(this,"marginTop"),x=j+m+c(this,"marginRight")+u.width,y=k+r+c(this,"marginBottom")+u.height,z=a.extend({},q),A=b(w.my,i.outerWidth(),i.outerHeight());"right"===e.my[0]?z.left-=j:"center"===e.my[0]&&(z.left-=j/2),"bottom"===e.my[1]?z.top-=k:"center"===e.my[1]&&(z.top-=k/2),z.left+=A[0],z.top+=A[1],d={marginLeft:m,marginTop:r},a.each(["left","top"],function(b,c){a.ui.position[v[b]]&&a.ui.position[v[b]][c](z,{targetWidth:n,targetHeight:o,elemWidth:j,elemHeight:k,collisionPosition:d,collisionWidth:x,collisionHeight:y,offset:[l[0]+A[0],l[1]+A[1]],my:e.my,at:e.at,within:t,elem:i})}),e.using&&(h=function(a){var b=p.left-z.left,c=b+n-j,d=p.top-z.top,h=d+o-k,l={target:{element:s,left:p.left,top:p.top,width:n,height:o},element:{element:i,left:z.left,top:z.top,width:j,height:k},horizontal:c<0?"left":b>0?"right":"center",vertical:h<0?"top":d>0?"bottom":"middle"};n<j&&g(b+c)<n&&(l.horizontal="center"),o<k&&g(d+h)<o&&(l.vertical="middle"),f(g(b),g(c))>f(g(d),g(h))?l.important="horizontal":l.important="vertical",e.using.call(this,a,l)}),i.offset(a.extend(z,{using:h}))})},a.ui.position={fit:{left:function(a,b){var c,d=b.within,e=d.isWindow?d.scrollLeft:d.offset.left,g=d.width,h=a.left-b.collisionPosition.marginLeft,i=e-h,j=h+b.collisionWidth-g-e;b.collisionWidth>g?i>0&&j<=0?(c=a.left+i+b.collisionWidth-g-e,a.left+=i-c):j>0&&i<=0?a.left=e:i>j?a.left=e+g-b.collisionWidth:a.left=e:i>0?a.left+=i:j>0?a.left-=j:a.left=f(a.left-h,a.left)},top:function(a,b){var c,d=b.within,e=d.isWindow?d.scrollTop:d.offset.top,g=b.within.height,h=a.top-b.collisionPosition.marginTop,i=e-h,j=h+b.collisionHeight-g-e;b.collisionHeight>g?i>0&&j<=0?(c=a.top+i+b.collisionHeight-g-e,a.top+=i-c):j>0&&i<=0?a.top=e:i>j?a.top=e+g-b.collisionHeight:a.top=e:i>0?a.top+=i:j>0?a.top-=j:a.top=f(a.top-h,a.top)}},flip:{left:function(a,b){var c,d,e=b.within,f=e.offset.left+e.scrollLeft,h=e.width,i=e.isWindow?e.scrollLeft:e.offset.left,j=a.left-b.collisionPosition.marginLeft,k=j-i,l=j+b.collisionWidth-h-i,m="left"===b.my[0]?-b.elemWidth:"right"===b.my[0]?b.elemWidth:0,n="left"===b.at[0]?b.targetWidth:"right"===b.at[0]?-b.targetWidth:0,o=-2*b.offset[0];k<0?(c=a.left+m+n+o+b.collisionWidth-h-f,(c<0||c<g(k))&&(a.left+=m+n+o)):l>0&&(d=a.left-b.collisionPosition.marginLeft+m+n+o-i,(d>0||g(d)<l)&&(a.left+=m+n+o))},top:function(a,b){var c,d,e=b.within,f=e.offset.top+e.scrollTop,h=e.height,i=e.isWindow?e.scrollTop:e.offset.top,j=a.top-b.collisionPosition.marginTop,k=j-i,l=j+b.collisionHeight-h-i,m="top"===b.my[1],n=m?-b.elemHeight:"bottom"===b.my[1]?b.elemHeight:0,o="top"===b.at[1]?b.targetHeight:"bottom"===b.at[1]?-b.targetHeight:0,p=-2*b.offset[1];k<0?(d=a.top+n+o+p+b.collisionHeight-h-f,(d<0||d<g(k))&&(a.top+=n+o+p)):l>0&&(c=a.top-b.collisionPosition.marginTop+n+o+p-i,(c>0||g(c)<l)&&(a.top+=n+o+p))}},flipfit:{left:function(){a.ui.position.flip.left.apply(this,arguments),a.ui.position.fit.left.apply(this,arguments)},top:function(){a.ui.position.flip.top.apply(this,arguments),a.ui.position.fit.top.apply(this,arguments)}}}}(),a.ui.position});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/ui/safe-active-element-min.js b/web/modules/jquery_ui/jquery.ui/ui/safe-active-element-min.js
deleted file mode 100644
index 4989d7704e..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/safe-active-element-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","./version"],a):a(jQuery)}(function(a){return a.ui.safeActiveElement=function(a){var b;try{b=a.activeElement}catch(c){b=a.body}return b||(b=a.body),b.nodeName||(b=a.body),b}});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/ui/safe-blur-min.js b/web/modules/jquery_ui/jquery.ui/ui/safe-blur-min.js
deleted file mode 100644
index 56802b8ca7..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/safe-blur-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","./version"],a):a(jQuery)}(function(a){return a.ui.safeBlur=function(b){b&&"body"!==b.nodeName.toLowerCase()&&a(b).trigger("blur")}});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/ui/scroll-parent-min.js b/web/modules/jquery_ui/jquery.ui/ui/scroll-parent-min.js
deleted file mode 100644
index 0c1440ec2e..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/scroll-parent-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","./version"],a):a(jQuery)}(function(a){return a.fn.scrollParent=function(b){var c=this.css("position"),d="absolute"===c,e=b?/(auto|scroll|hidden)/:/(auto|scroll)/,f=this.parents().filter(function(){var b=a(this);return(!d||"static"!==b.css("position"))&&e.test(b.css("overflow")+b.css("overflow-y")+b.css("overflow-x"))}).eq(0);return"fixed"!==c&&f.length?f:a(this[0].ownerDocument||document)}});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/ui/tabbable-min.js b/web/modules/jquery_ui/jquery.ui/ui/tabbable-min.js
deleted file mode 100644
index 17f7743401..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/tabbable-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","./version","./focusable"],a):a(jQuery)}(function(a){return a.extend(a.expr[":"],{tabbable:function(b){var c=a.attr(b,"tabindex"),d=null!=c;return(!d||c>=0)&&a.ui.focusable(b,d)}})});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/ui/unique-id-min.js b/web/modules/jquery_ui/jquery.ui/ui/unique-id-min.js
deleted file mode 100644
index 509f2ab0e8..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/unique-id-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","./version"],a):a(jQuery)}(function(a){return a.fn.extend({uniqueId:function(){var a=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++a)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&a(this).removeAttr("id")})}})});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/ui/version-min.js b/web/modules/jquery_ui/jquery.ui/ui/version-min.js
deleted file mode 100644
index a7f99728a0..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/version-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a(jQuery)}(function(a){return a.ui=a.ui||{},a.ui.version="1.12.1"});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/ui/widget-min.js b/web/modules/jquery_ui/jquery.ui/ui/widget-min.js
deleted file mode 100644
index 3b13f75cee..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/widget-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","./version"],a):a(jQuery)}(function(a){var b=0,c=Array.prototype.slice;return a.cleanData=function(b){return function(c){var d,e,f;for(f=0;null!=(e=c[f]);f++)try{d=a._data(e,"events"),d&&d.remove&&a(e).triggerHandler("remove")}catch(g){}b(c)}}(a.cleanData),a.widget=function(b,c,d){var e,f,g,h={},i=b.split(".")[0];b=b.split(".")[1];var j=i+"-"+b;return d||(d=c,c=a.Widget),a.isArray(d)&&(d=a.extend.apply(null,[{}].concat(d))),a.expr[":"][j.toLowerCase()]=function(b){return!!a.data(b,j)},a[i]=a[i]||{},e=a[i][b],f=a[i][b]=function(a,b){return this._createWidget?void(arguments.length&&this._createWidget(a,b)):new f(a,b)},a.extend(f,e,{version:d.version,_proto:a.extend({},d),_childConstructors:[]}),g=new c,g.options=a.widget.extend({},g.options),a.each(d,function(b,d){return a.isFunction(d)?void(h[b]=function(){function a(){return c.prototype[b].apply(this,arguments)}function e(a){return c.prototype[b].apply(this,a)}return function(){var b,c=this._super,f=this._superApply;return this._super=a,this._superApply=e,b=d.apply(this,arguments),this._super=c,this._superApply=f,b}}()):void(h[b]=d)}),f.prototype=a.widget.extend(g,{widgetEventPrefix:e?g.widgetEventPrefix||b:b},h,{constructor:f,namespace:i,widgetName:b,widgetFullName:j}),e?(a.each(e._childConstructors,function(b,c){var d=c.prototype;a.widget(d.namespace+"."+d.widgetName,f,c._proto)}),delete e._childConstructors):c._childConstructors.push(f),a.widget.bridge(b,f),f},a.widget.extend=function(b){for(var d,e,f=c.call(arguments,1),g=0,h=f.length;g<h;g++)for(d in f[g])e=f[g][d],f[g].hasOwnProperty(d)&&void 0!==e&&(a.isPlainObject(e)?b[d]=a.isPlainObject(b[d])?a.widget.extend({},b[d],e):a.widget.extend({},e):b[d]=e);return b},a.widget.bridge=function(b,d){var e=d.prototype.widgetFullName||b;a.fn[b]=function(f){var g="string"==typeof f,h=c.call(arguments,1),i=this;return g?this.length||"instance"!==f?this.each(function(){var c,d=a.data(this,e);return"instance"===f?(i=d,!1):d?a.isFunction(d[f])&&"_"!==f.charAt(0)?(c=d[f].apply(d,h),c!==d&&void 0!==c?(i=c&&c.jquery?i.pushStack(c.get()):c,!1):void 0):a.error("no such method '"+f+"' for "+b+" widget instance"):a.error("cannot call methods on "+b+" prior to initialization; attempted to call method '"+f+"'")}):i=void 0:(h.length&&(f=a.widget.extend.apply(null,[f].concat(h))),this.each(function(){var b=a.data(this,e);b?(b.option(f||{}),b._init&&b._init()):a.data(this,e,new d(f,this))})),i}},a.Widget=function(){},a.Widget._childConstructors=[],a.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{classes:{},disabled:!1,create:null},_createWidget:function(c,d){d=a(d||this.defaultElement||this)[0],this.element=a(d),this.uuid=b++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=a(),this.hoverable=a(),this.focusable=a(),this.classesElementLookup={},d!==this&&(a.data(d,this.widgetFullName,this),this._on(!0,this.element,{remove:function(a){a.target===d&&this.destroy()}}),this.document=a(d.style?d.ownerDocument:d.document||d),this.window=a(this.document[0].defaultView||this.document[0].parentWindow)),this.options=a.widget.extend({},this.options,this._getCreateOptions(),c),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:a.noop,_create:a.noop,_init:a.noop,destroy:function(){var b=this;this._destroy(),a.each(this.classesElementLookup,function(a,c){b._removeClass(c,a)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:a.noop,widget:function(){return this.element},option:function(b,c){var d,e,f,g=b;if(0===arguments.length)return a.widget.extend({},this.options);if("string"==typeof b)if(g={},d=b.split("."),b=d.shift(),d.length){for(e=g[b]=a.widget.extend({},this.options[b]),f=0;f<d.length-1;f++)e[d[f]]=e[d[f]]||{},e=e[d[f]];if(b=d.pop(),1===arguments.length)return void 0===e[b]?null:e[b];e[b]=c}else{if(1===arguments.length)return void 0===this.options[b]?null:this.options[b];g[b]=c}return this._setOptions(g),this},_setOptions:function(a){var b;for(b in a)this._setOption(b,a[b]);return this},_setOption:function(a,b){return"classes"===a&&this._setOptionClasses(b),this.options[a]=b,"disabled"===a&&this._setOptionDisabled(b),this},_setOptionClasses:function(b){var c,d,e;for(c in b)e=this.classesElementLookup[c],b[c]!==this.options.classes[c]&&e&&e.length&&(d=a(e.get()),this._removeClass(e,c),d.addClass(this._classes({element:d,keys:c,classes:b,add:!0})))},_setOptionDisabled:function(a){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!a),a&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(b){function c(c,f){var g,h;for(h=0;h<c.length;h++)g=e.classesElementLookup[c[h]]||a(),g=a(b.add?a.unique(g.get().concat(b.element.get())):g.not(b.element).get()),e.classesElementLookup[c[h]]=g,d.push(c[h]),f&&b.classes[c[h]]&&d.push(b.classes[c[h]])}var d=[],e=this;return b=a.extend({element:this.element,classes:this.options.classes||{}},b),this._on(b.element,{remove:"_untrackClassesElement"}),b.keys&&c(b.keys.match(/\S+/g)||[],!0),b.extra&&c(b.extra.match(/\S+/g)||[]),d.join(" ")},_untrackClassesElement:function(b){var c=this;a.each(c.classesElementLookup,function(d,e){a.inArray(b.target,e)!==-1&&(c.classesElementLookup[d]=a(e.not(b.target).get()))})},_removeClass:function(a,b,c){return this._toggleClass(a,b,c,!1)},_addClass:function(a,b,c){return this._toggleClass(a,b,c,!0)},_toggleClass:function(a,b,c,d){d="boolean"==typeof d?d:c;var e="string"==typeof a||null===a,f={extra:e?b:c,keys:e?a:b,element:e?this.element:a,add:d};return f.element.toggleClass(this._classes(f),d),this},_on:function(b,c,d){var e,f=this;"boolean"!=typeof b&&(d=c,c=b,b=!1),d?(c=e=a(c),this.bindings=this.bindings.add(c)):(d=c,c=this.element,e=this.widget()),a.each(d,function(d,g){function h(){if(b||f.options.disabled!==!0&&!a(this).hasClass("ui-state-disabled"))return("string"==typeof g?f[g]:g).apply(f,arguments)}"string"!=typeof g&&(h.guid=g.guid=g.guid||h.guid||a.guid++);var i=d.match(/^([\w:-]*)\s*(.*)$/),j=i[1]+f.eventNamespace,k=i[2];k?e.on(j,k,h):c.on(j,h)})},_off:function(b,c){c=(c||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,b.off(c).off(c),this.bindings=a(this.bindings.not(b).get()),this.focusable=a(this.focusable.not(b).get()),this.hoverable=a(this.hoverable.not(b).get())},_delay:function(a,b){function c(){return("string"==typeof a?d[a]:a).apply(d,arguments)}var d=this;return setTimeout(c,b||0)},_hoverable:function(b){this.hoverable=this.hoverable.add(b),this._on(b,{mouseenter:function(b){this._addClass(a(b.currentTarget),null,"ui-state-hover")},mouseleave:function(b){this._removeClass(a(b.currentTarget),null,"ui-state-hover")}})},_focusable:function(b){this.focusable=this.focusable.add(b),this._on(b,{focusin:function(b){this._addClass(a(b.currentTarget),null,"ui-state-focus")},focusout:function(b){this._removeClass(a(b.currentTarget),null,"ui-state-focus")}})},_trigger:function(b,c,d){var e,f,g=this.options[b];if(d=d||{},c=a.Event(c),c.type=(b===this.widgetEventPrefix?b:this.widgetEventPrefix+b).toLowerCase(),c.target=this.element[0],f=c.originalEvent)for(e in f)e in c||(c[e]=f[e]);return this.element.trigger(c,d),!(a.isFunction(g)&&g.apply(this.element[0],[c].concat(d))===!1||c.isDefaultPrevented())}},a.each({show:"fadeIn",hide:"fadeOut"},function(b,c){a.Widget.prototype["_"+b]=function(d,e,f){"string"==typeof e&&(e={effect:e});var g,h=e?e===!0||"number"==typeof e?c:e.effect||c:b;e=e||{},"number"==typeof e&&(e={duration:e}),g=!a.isEmptyObject(e),e.complete=f,e.delay&&d.delay(e.delay),g&&a.effects&&a.effects.effect[h]?d[b](e):h!==b&&d[h]?d[h](e.duration,e.easing,f):d.queue(function(c){a(this)[b](),f&&f.call(d[0]),c()})}}),a.widget});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery.ui/ui/widgets/mouse-min.js b/web/modules/jquery_ui/jquery.ui/ui/widgets/mouse-min.js
deleted file mode 100644
index 9af7c1e903..0000000000
--- a/web/modules/jquery_ui/jquery.ui/ui/widgets/mouse-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","../ie","../version","../widget"],a):a(jQuery)}(function(a){var b=!1;return a(document).on("mouseup",function(){b=!1}),a.widget("ui.mouse",{version:"1.12.1",options:{cancel:"input, textarea, button, select, option",distance:1,delay:0},_mouseInit:function(){var b=this;this.element.on("mousedown."+this.widgetName,function(a){return b._mouseDown(a)}).on("click."+this.widgetName,function(c){if(!0===a.data(c.target,b.widgetName+".preventClickEvent"))return a.removeData(c.target,b.widgetName+".preventClickEvent"),c.stopImmediatePropagation(),!1}),this.started=!1},_mouseDestroy:function(){this.element.off("."+this.widgetName),this._mouseMoveDelegate&&this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(c){if(!b){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(c),this._mouseDownEvent=c;var d=this,e=1===c.which,f=!("string"!=typeof this.options.cancel||!c.target.nodeName)&&a(c.target).closest(this.options.cancel).length;return!(e&&!f&&this._mouseCapture(c))||(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){d.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(c)&&this._mouseDelayMet(c)&&(this._mouseStarted=this._mouseStart(c)!==!1,!this._mouseStarted)?(c.preventDefault(),!0):(!0===a.data(c.target,this.widgetName+".preventClickEvent")&&a.removeData(c.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(a){return d._mouseMove(a)},this._mouseUpDelegate=function(a){return d._mouseUp(a)},this.document.on("mousemove."+this.widgetName,this._mouseMoveDelegate).on("mouseup."+this.widgetName,this._mouseUpDelegate),c.preventDefault(),b=!0,!0))}},_mouseMove:function(b){if(this._mouseMoved){if(a.ui.ie&&(!document.documentMode||document.documentMode<9)&&!b.button)return this._mouseUp(b);if(!b.which)if(b.originalEvent.altKey||b.originalEvent.ctrlKey||b.originalEvent.metaKey||b.originalEvent.shiftKey)this.ignoreMissingWhich=!0;else if(!this.ignoreMissingWhich)return this._mouseUp(b)}return(b.which||b.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(b),b.preventDefault()):(this._mouseDistanceMet(b)&&this._mouseDelayMet(b)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,b)!==!1,this._mouseStarted?this._mouseDrag(b):this._mouseUp(b)),!this._mouseStarted)},_mouseUp:function(c){this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,c.target===this._mouseDownEvent.target&&a.data(c.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(c)),this._mouseDelayTimer&&(clearTimeout(this._mouseDelayTimer),delete this._mouseDelayTimer),this.ignoreMissingWhich=!1,b=!1,c.preventDefault()},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}})});
\ No newline at end of file
diff --git a/web/modules/jquery_ui/jquery_ui.info.yml b/web/modules/jquery_ui/jquery_ui.info.yml
deleted file mode 100644
index 4593dbc39b..0000000000
--- a/web/modules/jquery_ui/jquery_ui.info.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-name: jQuery UI
-type: module
-description: 'Provides jQuery UI library.'
-package: jQuery UI
-core: 8.x
-core_version_requirement: ^8 || ^9
-
-# Information added by Drupal.org packaging script on 2020-02-19
-version: '8.x-1.4'
-project: 'jquery_ui'
-datestamp: 1582149959
diff --git a/web/modules/jquery_ui/jquery_ui.libraries.yml b/web/modules/jquery_ui/jquery_ui.libraries.yml
deleted file mode 100644
index a6c3ff79cd..0000000000
--- a/web/modules/jquery_ui/jquery_ui.libraries.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-core:
-  remote: https://github.com/jquery/jquery-ui
-  version: &jquery_ui_version 1.12.1
-  license: &jquery_ui_license
-    name: Public Domain
-    url: https://github.com/jquery/jquery-ui/blob/1.12.1/LICENSE.txt
-    gpl-compatible: true
-  js: {}
-  dependencies:
-    - core/jquery
-    - core/jquery.ui
-
-widget:
-  version: *jquery_ui_version
-  license: *jquery_ui_license
-  js: {}
-  dependencies:
-    - core/jquery.ui.widget
-
-mouse:
-  version: *jquery_ui_version
-  license: *jquery_ui_license
-  js: {}
-  dependencies:
-    - core/jquery.ui.mouse
-
-position:
-  version: *jquery_ui_version
-  license: *jquery_ui_license
-  js: {}
-  dependencies:
-    - core/jquery.ui.position
diff --git a/web/modules/jquery_ui/jquery_ui.module b/web/modules/jquery_ui/jquery_ui.module
deleted file mode 100644
index 0f7e694042..0000000000
--- a/web/modules/jquery_ui/jquery_ui.module
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-/**
- * @file
- * Contains jquery_ui.module.
- */
-
-use Drupal\Core\Routing\RouteMatchInterface;
-
-/**
- * Implements hook_help().
- */
-function jquery_ui_help($route_name, RouteMatchInterface $route_match) {
-  switch ($route_name) {
-    case 'help.page.jquery_ui':
-      $output = '<h3>' . t('About') . '</h3>';
-      $output .= '<p>' . t('Drupal 8 includes jQuery UI in core, however it is no longer actively maintained and has been marked deprecated. This module provides the jQuery UI asset library for any themes and modules that require it.') . '</p>';
-      $output .= '<p>' . t('For more information about the deprecation of jQuery UI, see this <a href=":change-record">change record</a>', [':change-record' => 'https://www.drupal.org/node/3067969']) . '</p>';
-      $output .= '<p>' . t('Visit the <a href=":project_link">jQuery UI project page</a> on Drupal.org for more information about this module.', [':project_link' => 'https://www.drupal.org/project/jquery_ui']) . '</p>';
-
-      return $output;
-  }
-}
diff --git a/web/modules/jquery_ui_datepicker/LICENSE.txt b/web/modules/jquery_ui_datepicker/LICENSE.txt
deleted file mode 100644
index d159169d10..0000000000
--- a/web/modules/jquery_ui_datepicker/LICENSE.txt
+++ /dev/null
@@ -1,339 +0,0 @@
-                    GNU GENERAL PUBLIC LICENSE
-                       Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                            Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Lesser General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have.  You must make sure that they, too, receive or can get the
-source code.  And you must show them these terms so they know their
-rights.
-
-  We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-  Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software.  If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary.  To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-                    GNU GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License.  The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language.  (Hereinafter, translation is included without limitation in
-the term "modification".)  Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
-  1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
-  2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) You must cause the modified files to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    b) You must cause any work that you distribute or publish, that in
-    whole or in part contains or is derived from the Program or any
-    part thereof, to be licensed as a whole at no charge to all third
-    parties under the terms of this License.
-
-    c) If the modified program normally reads commands interactively
-    when run, you must cause it, when started running for such
-    interactive use in the most ordinary way, to print or display an
-    announcement including an appropriate copyright notice and a
-    notice that there is no warranty (or else, saying that you provide
-    a warranty) and that users may redistribute the program under
-    these conditions, and telling the user how to view a copy of this
-    License.  (Exception: if the Program itself is interactive but
-    does not normally print such an announcement, your work based on
-    the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
-    a) Accompany it with the complete corresponding machine-readable
-    source code, which must be distributed under the terms of Sections
-    1 and 2 above on a medium customarily used for software interchange; or,
-
-    b) Accompany it with a written offer, valid for at least three
-    years, to give any third party, for a charge no more than your
-    cost of physically performing source distribution, a complete
-    machine-readable copy of the corresponding source code, to be
-    distributed under the terms of Sections 1 and 2 above on a medium
-    customarily used for software interchange; or,
-
-    c) Accompany it with the information you received as to the offer
-    to distribute corresponding source code.  (This alternative is
-    allowed only for noncommercial distribution and only if you
-    received the program in object code or executable form with such
-    an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it.  For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable.  However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License.  Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
-  5. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Program or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
-  6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
-  7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded.  In such case, this License incorporates
-the limitation as if written in the body of this License.
-
-  9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation.  If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
-  10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission.  For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this.  Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
-                            NO WARRANTY
-
-  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
-  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-                     END OF TERMS AND CONDITIONS
-
-            How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License along
-    with this program; if not, write to the Free Software Foundation, Inc.,
-    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
-    Gnomovision version 69, Copyright (C) year name of author
-    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
-  `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
-  <signature of Ty Coon>, 1 April 1989
-  Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs.  If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.
diff --git a/web/modules/jquery_ui_datepicker/README.md b/web/modules/jquery_ui_datepicker/README.md
deleted file mode 100644
index 6a4d0883b5..0000000000
--- a/web/modules/jquery_ui_datepicker/README.md
+++ /dev/null
@@ -1,40 +0,0 @@
-# jQuery UI Datepicker
-
-Drupal 8 includes jQuery UI in core, however it is no longer actively
-maintained and has been marked deprecated. This module provides the
-jQuery UI Datepicker library for any themes and modules that require it.
-
-  - jQuery UI [Datepicker documentation](https://jqueryui.com/datepicker/)
-  - jQuery UI [Datepicker API
-    documentation](https://api.jqueryui.com/datepicker/)
-
-**Caution**: jQuery UI was deprecated from core because it is no longer
-actively maintained, and has been marked “End of Life” by the OpenJS
-Foundation. It is not recommended to depend on jQuery UI in your own
-code, and instead to select a replacement solution as soon as possible.
-
-## Instructions
-
-1.  Install this module and the jQuery UI module.
-2.  Change any references in your theme or module from
-    `core/jquery.ui.datepicker` to `jquery_ui_datepicker/datepicker`
-
-### Requirements
-
-  - [jQuery UI](https://www.drupal.org/project/jquery_ui)
-
-### Related modules
-
-  - [jQuery UI Accordion](https://www.drupal.org/project/jquery_ui_accordion)
-  - [jQuery UI Button](https://www.drupal.org/project/jquery_ui_button)
-  - [jQuery UI Checkboxradio](https://www.drupal.org/project/jquery_ui_checkboxradio)
-  - [jQuery UI Controlgroup](https://www.drupal.org/project/jquery_ui_controlgroup)
-  - [jQuery UI Draggable](https://www.drupal.org/project/jquery_ui_draggable)
-  - [jQuery UI Droppable](https://www.drupal.org/project/jquery_ui_droppable)
-  - [jQuery UI Effects](https://www.drupal.org/project/jquery_ui_effects)
-  - [jQuery UI Menu](https://www.drupal.org/project/jquery_ui_menu)
-  - [jQuery UI Progressbar](https://www.drupal.org/project/jquery_ui_progressbar)
-  - [jQuery UI Selectable](https://www.drupal.org/project/jquery_ui_selectable)
-  - [jQuery UI Selectmenu](https://www.drupal.org/project/jquery_ui_selectmenu)
-  - [jQuery UI Slider](https://www.drupal.org/project/jquery_ui_slider)
-  - [jQuery UI Spinner](https://www.drupal.org/project/jquery_ui_spinner)
diff --git a/web/modules/jquery_ui_datepicker/jquery.ui/themes/base/datepicker.css b/web/modules/jquery_ui_datepicker/jquery.ui/themes/base/datepicker.css
deleted file mode 100644
index c82ae33fba..0000000000
--- a/web/modules/jquery_ui_datepicker/jquery.ui/themes/base/datepicker.css
+++ /dev/null
@@ -1,185 +0,0 @@
-/*!
- * jQuery UI Datepicker 1.12.1
- * http://jqueryui.com
- *
- * Copyright jQuery Foundation and other contributors
- * Released under the MIT license.
- * http://jquery.org/license
- *
- * http://api.jqueryui.com/datepicker/#theming
- */
-.ui-datepicker {
-	width: 17em;
-	padding: .2em .2em 0;
-	display: none;
-}
-.ui-datepicker .ui-datepicker-header {
-	position: relative;
-	padding: .2em 0;
-}
-.ui-datepicker .ui-datepicker-prev,
-.ui-datepicker .ui-datepicker-next {
-	position: absolute;
-	top: 2px;
-	width: 1.8em;
-	height: 1.8em;
-}
-.ui-datepicker .ui-datepicker-prev-hover,
-.ui-datepicker .ui-datepicker-next-hover {
-	top: 1px;
-}
-.ui-datepicker .ui-datepicker-prev {
-	left: 2px;
-}
-.ui-datepicker .ui-datepicker-next {
-	right: 2px;
-}
-.ui-datepicker .ui-datepicker-prev-hover {
-	left: 1px;
-}
-.ui-datepicker .ui-datepicker-next-hover {
-	right: 1px;
-}
-.ui-datepicker .ui-datepicker-prev span,
-.ui-datepicker .ui-datepicker-next span {
-	display: block;
-	position: absolute;
-	left: 50%;
-	margin-left: -8px;
-	top: 50%;
-	margin-top: -8px;
-}
-.ui-datepicker .ui-datepicker-title {
-	margin: 0 2.3em;
-	line-height: 1.8em;
-	text-align: center;
-}
-.ui-datepicker .ui-datepicker-title select {
-	font-size: 1em;
-	margin: 1px 0;
-}
-.ui-datepicker select.ui-datepicker-month,
-.ui-datepicker select.ui-datepicker-year {
-	width: 45%;
-}
-.ui-datepicker table {
-	width: 100%;
-	font-size: .9em;
-	border-collapse: collapse;
-	margin: 0 0 .4em;
-}
-.ui-datepicker th {
-	padding: .7em .3em;
-	text-align: center;
-	font-weight: bold;
-	border: 0;
-}
-.ui-datepicker td {
-	border: 0;
-	padding: 1px;
-}
-.ui-datepicker td span,
-.ui-datepicker td a {
-	display: block;
-	padding: .2em;
-	text-align: right;
-	text-decoration: none;
-}
-.ui-datepicker .ui-datepicker-buttonpane {
-	background-image: none;
-	margin: .7em 0 0 0;
-	padding: 0 .2em;
-	border-left: 0;
-	border-right: 0;
-	border-bottom: 0;
-}
-.ui-datepicker .ui-datepicker-buttonpane button {
-	float: right;
-	margin: .5em .2em .4em;
-	cursor: pointer;
-	padding: .2em .6em .3em .6em;
-	width: auto;
-	overflow: visible;
-}
-.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
-	float: left;
-}
-
-/* with multiple calendars */
-.ui-datepicker.ui-datepicker-multi {
-	width: auto;
-}
-.ui-datepicker-multi .ui-datepicker-group {
-	float: left;
-}
-.ui-datepicker-multi .ui-datepicker-group table {
-	width: 95%;
-	margin: 0 auto .4em;
-}
-.ui-datepicker-multi-2 .ui-datepicker-group {
-	width: 50%;
-}
-.ui-datepicker-multi-3 .ui-datepicker-group {
-	width: 33.3%;
-}
-.ui-datepicker-multi-4 .ui-datepicker-group {
-	width: 25%;
-}
-.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
-.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
-	border-left-width: 0;
-}
-.ui-datepicker-multi .ui-datepicker-buttonpane {
-	clear: left;
-}
-.ui-datepicker-row-break {
-	clear: both;
-	width: 100%;
-	font-size: 0;
-}
-
-/* RTL support */
-.ui-datepicker-rtl {
-	direction: rtl;
-}
-.ui-datepicker-rtl .ui-datepicker-prev {
-	right: 2px;
-	left: auto;
-}
-.ui-datepicker-rtl .ui-datepicker-next {
-	left: 2px;
-	right: auto;
-}
-.ui-datepicker-rtl .ui-datepicker-prev:hover {
-	right: 1px;
-	left: auto;
-}
-.ui-datepicker-rtl .ui-datepicker-next:hover {
-	left: 1px;
-	right: auto;
-}
-.ui-datepicker-rtl .ui-datepicker-buttonpane {
-	clear: right;
-}
-.ui-datepicker-rtl .ui-datepicker-buttonpane button {
-	float: left;
-}
-.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
-.ui-datepicker-rtl .ui-datepicker-group {
-	float: right;
-}
-.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
-.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
-	border-right-width: 0;
-	border-left-width: 1px;
-}
-
-/* Icons */
-.ui-datepicker .ui-icon {
-	display: block;
-	text-indent: -99999px;
-	overflow: hidden;
-	background-repeat: no-repeat;
-	left: .5em;
-	top: .3em;
-}
diff --git a/web/modules/jquery_ui_datepicker/jquery.ui/ui/widgets/datepicker-min.js b/web/modules/jquery_ui_datepicker/jquery.ui/ui/widgets/datepicker-min.js
deleted file mode 100644
index 3469b7d40f..0000000000
--- a/web/modules/jquery_ui_datepicker/jquery.ui/ui/widgets/datepicker-min.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","../version","../keycode"],a):a(jQuery)}(function(a){function b(a){for(var b,c;a.length&&a[0]!==document;){if(b=a.css("position"),("absolute"===b||"relative"===b||"fixed"===b)&&(c=parseInt(a.css("zIndex"),10),!isNaN(c)&&0!==c))return c;a=a.parent()}return 0}function c(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",this._inlineClass="ui-datepicker-inline",this._appendClass="ui-datepicker-append",this._triggerClass="ui-datepicker-trigger",this._dialogClass="ui-datepicker-dialog",this._disableClass="ui-datepicker-disabled",this._unselectableClass="ui-datepicker-unselectable",this._currentClass="ui-datepicker-current-day",this._dayOverClass="ui-datepicker-days-cell-over",this.regional=[],this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:!1,hideIfNoPrevNext:!1,navigationAsDateFormat:!1,gotoCurrent:!1,changeMonth:!1,changeYear:!1,yearRange:"c-10:c+10",showOtherMonths:!1,selectOtherMonths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},a.extend(this._defaults,this.regional[""]),this.regional.en=a.extend(!0,{},this.regional[""]),this.regional["en-US"]=a.extend(!0,{},this.regional.en),this.dpDiv=d(a("<div id='"+this._mainDivId+"' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>"))}function d(b){var c="button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";return b.on("mouseout",c,function(){a(this).removeClass("ui-state-hover"),this.className.indexOf("ui-datepicker-prev")!==-1&&a(this).removeClass("ui-datepicker-prev-hover"),this.className.indexOf("ui-datepicker-next")!==-1&&a(this).removeClass("ui-datepicker-next-hover")}).on("mouseover",c,e)}function e(){a.datepicker._isDisabledDatepicker(g.inline?g.dpDiv.parent()[0]:g.input[0])||(a(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"),a(this).addClass("ui-state-hover"),this.className.indexOf("ui-datepicker-prev")!==-1&&a(this).addClass("ui-datepicker-prev-hover"),this.className.indexOf("ui-datepicker-next")!==-1&&a(this).addClass("ui-datepicker-next-hover"))}function f(b,c){a.extend(b,c);for(var d in c)null==c[d]&&(b[d]=c[d]);return b}a.extend(a.ui,{datepicker:{version:"1.12.1"}});var g;return a.extend(c.prototype,{markerClassName:"hasDatepicker",maxRows:4,_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(a){return f(this._defaults,a||{}),this},_attachDatepicker:function(b,c){var d,e,f;d=b.nodeName.toLowerCase(),e="div"===d||"span"===d,b.id||(this.uuid+=1,b.id="dp"+this.uuid),f=this._newInst(a(b),e),f.settings=a.extend({},c||{}),"input"===d?this._connectDatepicker(b,f):e&&this._inlineDatepicker(b,f)},_newInst:function(b,c){var e=b[0].id.replace(/([^A-Za-z0-9_\-])/g,"\\\\$1");return{id:e,input:b,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:c,dpDiv:c?d(a("<div class='"+this._inlineClass+" ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>")):this.dpDiv}},_connectDatepicker:function(b,c){var d=a(b);c.append=a([]),c.trigger=a([]),d.hasClass(this.markerClassName)||(this._attachments(d,c),d.addClass(this.markerClassName).on("keydown",this._doKeyDown).on("keypress",this._doKeyPress).on("keyup",this._doKeyUp),this._autoSize(c),a.data(b,"datepicker",c),c.settings.disabled&&this._disableDatepicker(b))},_attachments:function(b,c){var d,e,f,g=this._get(c,"appendText"),h=this._get(c,"isRTL");c.append&&c.append.remove(),g&&(c.append=a("<span class='"+this._appendClass+"'>"+g+"</span>"),b[h?"before":"after"](c.append)),b.off("focus",this._showDatepicker),c.trigger&&c.trigger.remove(),d=this._get(c,"showOn"),"focus"!==d&&"both"!==d||b.on("focus",this._showDatepicker),"button"!==d&&"both"!==d||(e=this._get(c,"buttonText"),f=this._get(c,"buttonImage"),c.trigger=a(this._get(c,"buttonImageOnly")?a("<img/>").addClass(this._triggerClass).attr({src:f,alt:e,title:e}):a("<button type='button'></button>").addClass(this._triggerClass).html(f?a("<img/>").attr({src:f,alt:e,title:e}):e)),b[h?"before":"after"](c.trigger),c.trigger.on("click",function(){return a.datepicker._datepickerShowing&&a.datepicker._lastInput===b[0]?a.datepicker._hideDatepicker():a.datepicker._datepickerShowing&&a.datepicker._lastInput!==b[0]?(a.datepicker._hideDatepicker(),a.datepicker._showDatepicker(b[0])):a.datepicker._showDatepicker(b[0]),!1}))},_autoSize:function(a){if(this._get(a,"autoSize")&&!a.inline){var b,c,d,e,f=new Date(2009,11,20),g=this._get(a,"dateFormat");g.match(/[DM]/)&&(b=function(a){for(c=0,d=0,e=0;e<a.length;e++)a[e].length>c&&(c=a[e].length,d=e);return d},f.setMonth(b(this._get(a,g.match(/MM/)?"monthNames":"monthNamesShort"))),f.setDate(b(this._get(a,g.match(/DD/)?"dayNames":"dayNamesShort"))+20-f.getDay())),a.input.attr("size",this._formatDate(a,f).length)}},_inlineDatepicker:function(b,c){var d=a(b);d.hasClass(this.markerClassName)||(d.addClass(this.markerClassName).append(c.dpDiv),a.data(b,"datepicker",c),this._setDate(c,this._getDefaultDate(c),!0),this._updateDatepicker(c),this._updateAlternate(c),c.settings.disabled&&this._disableDatepicker(b),c.dpDiv.css("display","block"))},_dialogDatepicker:function(b,c,d,e,g){var h,i,j,k,l,m=this._dialogInst;return m||(this.uuid+=1,h="dp"+this.uuid,this._dialogInput=a("<input type='text' id='"+h+"' style='position: absolute; top: -100px; width: 0px;'/>"),this._dialogInput.on("keydown",this._doKeyDown),a("body").append(this._dialogInput),m=this._dialogInst=this._newInst(this._dialogInput,!1),m.settings={},a.data(this._dialogInput[0],"datepicker",m)),f(m.settings,e||{}),c=c&&c.constructor===Date?this._formatDate(m,c):c,this._dialogInput.val(c),this._pos=g?g.length?g:[g.pageX,g.pageY]:null,this._pos||(i=document.documentElement.clientWidth,j=document.documentElement.clientHeight,k=document.documentElement.scrollLeft||document.body.scrollLeft,l=document.documentElement.scrollTop||document.body.scrollTop,this._pos=[i/2-100+k,j/2-150+l]),this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px"),m.settings.onSelect=d,this._inDialog=!0,this.dpDiv.addClass(this._dialogClass),this._showDatepicker(this._dialogInput[0]),a.blockUI&&a.blockUI(this.dpDiv),a.data(this._dialogInput[0],"datepicker",m),this},_destroyDatepicker:function(b){var c,d=a(b),e=a.data(b,"datepicker");d.hasClass(this.markerClassName)&&(c=b.nodeName.toLowerCase(),a.removeData(b,"datepicker"),"input"===c?(e.append.remove(),e.trigger.remove(),d.removeClass(this.markerClassName).off("focus",this._showDatepicker).off("keydown",this._doKeyDown).off("keypress",this._doKeyPress).off("keyup",this._doKeyUp)):"div"!==c&&"span"!==c||d.removeClass(this.markerClassName).empty(),g===e&&(g=null))},_enableDatepicker:function(b){var c,d,e=a(b),f=a.data(b,"datepicker");e.hasClass(this.markerClassName)&&(c=b.nodeName.toLowerCase(),"input"===c?(b.disabled=!1,f.trigger.filter("button").each(function(){this.disabled=!1}).end().filter("img").css({opacity:"1.0",cursor:""})):"div"!==c&&"span"!==c||(d=e.children("."+this._inlineClass),d.children().removeClass("ui-state-disabled"),d.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!1)),this._disabledInputs=a.map(this._disabledInputs,function(a){return a===b?null:a}))},_disableDatepicker:function(b){var c,d,e=a(b),f=a.data(b,"datepicker");e.hasClass(this.markerClassName)&&(c=b.nodeName.toLowerCase(),"input"===c?(b.disabled=!0,f.trigger.filter("button").each(function(){this.disabled=!0}).end().filter("img").css({opacity:"0.5",cursor:"default"})):"div"!==c&&"span"!==c||(d=e.children("."+this._inlineClass),d.children().addClass("ui-state-disabled"),d.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!0)),this._disabledInputs=a.map(this._disabledInputs,function(a){return a===b?null:a}),this._disabledInputs[this._disabledInputs.length]=b)},_isDisabledDatepicker:function(a){if(!a)return!1;for(var b=0;b<this._disabledInputs.length;b++)if(this._disabledInputs[b]===a)return!0;return!1},_getInst:function(b){try{return a.data(b,"datepicker")}catch(c){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(b,c,d){var e,g,h,i,j=this._getInst(b);return 2===arguments.length&&"string"==typeof c?"defaults"===c?a.extend({},a.datepicker._defaults):j?"all"===c?a.extend({},j.settings):this._get(j,c):null:(e=c||{},"string"==typeof c&&(e={},e[c]=d),void(j&&(this._curInst===j&&this._hideDatepicker(),g=this._getDateDatepicker(b,!0),h=this._getMinMaxDate(j,"min"),i=this._getMinMaxDate(j,"max"),f(j.settings,e),null!==h&&void 0!==e.dateFormat&&void 0===e.minDate&&(j.settings.minDate=this._formatDate(j,h)),null!==i&&void 0!==e.dateFormat&&void 0===e.maxDate&&(j.settings.maxDate=this._formatDate(j,i)),"disabled"in e&&(e.disabled?this._disableDatepicker(b):this._enableDatepicker(b)),this._attachments(a(b),j),this._autoSize(j),this._setDate(j,g),this._updateAlternate(j),this._updateDatepicker(j))))},_changeDatepicker:function(a,b,c){this._optionDatepicker(a,b,c)},_refreshDatepicker:function(a){var b=this._getInst(a);b&&this._updateDatepicker(b)},_setDateDatepicker:function(a,b){var c=this._getInst(a);c&&(this._setDate(c,b),this._updateDatepicker(c),this._updateAlternate(c))},_getDateDatepicker:function(a,b){var c=this._getInst(a);return c&&!c.inline&&this._setDateFromField(c,b),c?this._getDate(c):null},_doKeyDown:function(b){var c,d,e,f=a.datepicker._getInst(b.target),g=!0,h=f.dpDiv.is(".ui-datepicker-rtl");if(f._keyEvent=!0,a.datepicker._datepickerShowing)switch(b.keyCode){case 9:a.datepicker._hideDatepicker(),g=!1;break;case 13:return e=a("td."+a.datepicker._dayOverClass+":not(."+a.datepicker._currentClass+")",f.dpDiv),e[0]&&a.datepicker._selectDay(b.target,f.selectedMonth,f.selectedYear,e[0]),c=a.datepicker._get(f,"onSelect"),c?(d=a.datepicker._formatDate(f),c.apply(f.input?f.input[0]:null,[d,f])):a.datepicker._hideDatepicker(),!1;case 27:a.datepicker._hideDatepicker();break;case 33:a.datepicker._adjustDate(b.target,b.ctrlKey?-a.datepicker._get(f,"stepBigMonths"):-a.datepicker._get(f,"stepMonths"),"M");break;case 34:a.datepicker._adjustDate(b.target,b.ctrlKey?+a.datepicker._get(f,"stepBigMonths"):+a.datepicker._get(f,"stepMonths"),"M");break;case 35:(b.ctrlKey||b.metaKey)&&a.datepicker._clearDate(b.target),g=b.ctrlKey||b.metaKey;break;case 36:(b.ctrlKey||b.metaKey)&&a.datepicker._gotoToday(b.target),g=b.ctrlKey||b.metaKey;break;case 37:(b.ctrlKey||b.metaKey)&&a.datepicker._adjustDate(b.target,h?1:-1,"D"),g=b.ctrlKey||b.metaKey,b.originalEvent.altKey&&a.datepicker._adjustDate(b.target,b.ctrlKey?-a.datepicker._get(f,"stepBigMonths"):-a.datepicker._get(f,"stepMonths"),"M");break;case 38:(b.ctrlKey||b.metaKey)&&a.datepicker._adjustDate(b.target,-7,"D"),g=b.ctrlKey||b.metaKey;break;case 39:(b.ctrlKey||b.metaKey)&&a.datepicker._adjustDate(b.target,h?-1:1,"D"),g=b.ctrlKey||b.metaKey,b.originalEvent.altKey&&a.datepicker._adjustDate(b.target,b.ctrlKey?+a.datepicker._get(f,"stepBigMonths"):+a.datepicker._get(f,"stepMonths"),"M");break;case 40:(b.ctrlKey||b.metaKey)&&a.datepicker._adjustDate(b.target,7,"D"),g=b.ctrlKey||b.metaKey;break;default:g=!1}else 36===b.keyCode&&b.ctrlKey?a.datepicker._showDatepicker(this):g=!1;g&&(b.preventDefault(),b.stopPropagation())},_doKeyPress:function(b){var c,d,e=a.datepicker._getInst(b.target);if(a.datepicker._get(e,"constrainInput"))return c=a.datepicker._possibleChars(a.datepicker._get(e,"dateFormat")),d=String.fromCharCode(null==b.charCode?b.keyCode:b.charCode),b.ctrlKey||b.metaKey||d<" "||!c||c.indexOf(d)>-1},_doKeyUp:function(b){var c,d=a.datepicker._getInst(b.target);if(d.input.val()!==d.lastVal)try{c=a.datepicker.parseDate(a.datepicker._get(d,"dateFormat"),d.input?d.input.val():null,a.datepicker._getFormatConfig(d)),c&&(a.datepicker._setDateFromField(d),a.datepicker._updateAlternate(d),a.datepicker._updateDatepicker(d))}catch(e){}return!0},_showDatepicker:function(c){if(c=c.target||c,"input"!==c.nodeName.toLowerCase()&&(c=a("input",c.parentNode)[0]),!a.datepicker._isDisabledDatepicker(c)&&a.datepicker._lastInput!==c){var d,e,g,h,i,j,k;d=a.datepicker._getInst(c),a.datepicker._curInst&&a.datepicker._curInst!==d&&(a.datepicker._curInst.dpDiv.stop(!0,!0),d&&a.datepicker._datepickerShowing&&a.datepicker._hideDatepicker(a.datepicker._curInst.input[0])),e=a.datepicker._get(d,"beforeShow"),g=e?e.apply(c,[c,d]):{},g!==!1&&(f(d.settings,g),d.lastVal=null,a.datepicker._lastInput=c,a.datepicker._setDateFromField(d),a.datepicker._inDialog&&(c.value=""),a.datepicker._pos||(a.datepicker._pos=a.datepicker._findPos(c),a.datepicker._pos[1]+=c.offsetHeight),h=!1,a(c).parents().each(function(){return h|="fixed"===a(this).css("position"),!h}),i={left:a.datepicker._pos[0],top:a.datepicker._pos[1]},a.datepicker._pos=null,d.dpDiv.empty(),d.dpDiv.css({position:"absolute",display:"block",top:"-1000px"}),a.datepicker._updateDatepicker(d),i=a.datepicker._checkOffset(d,i,h),d.dpDiv.css({position:a.datepicker._inDialog&&a.blockUI?"static":h?"fixed":"absolute",display:"none",left:i.left+"px",top:i.top+"px"}),d.inline||(j=a.datepicker._get(d,"showAnim"),k=a.datepicker._get(d,"duration"),d.dpDiv.css("z-index",b(a(c))+1),a.datepicker._datepickerShowing=!0,a.effects&&a.effects.effect[j]?d.dpDiv.show(j,a.datepicker._get(d,"showOptions"),k):d.dpDiv[j||"show"](j?k:null),a.datepicker._shouldFocusInput(d)&&d.input.trigger("focus"),a.datepicker._curInst=d))}},_updateDatepicker:function(b){this.maxRows=4,g=b,b.dpDiv.empty().append(this._generateHTML(b)),this._attachHandlers(b);var c,d=this._getNumberOfMonths(b),f=d[1],h=17,i=b.dpDiv.find("."+this._dayOverClass+" a");i.length>0&&e.apply(i.get(0)),b.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width(""),f>1&&b.dpDiv.addClass("ui-datepicker-multi-"+f).css("width",h*f+"em"),b.dpDiv[(1!==d[0]||1!==d[1]?"add":"remove")+"Class"]("ui-datepicker-multi"),b.dpDiv[(this._get(b,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"),b===a.datepicker._curInst&&a.datepicker._datepickerShowing&&a.datepicker._shouldFocusInput(b)&&b.input.trigger("focus"),b.yearshtml&&(c=b.yearshtml,setTimeout(function(){c===b.yearshtml&&b.yearshtml&&b.dpDiv.find("select.ui-datepicker-year:first").replaceWith(b.yearshtml),c=b.yearshtml=null},0))},_shouldFocusInput:function(a){return a.input&&a.input.is(":visible")&&!a.input.is(":disabled")&&!a.input.is(":focus")},_checkOffset:function(b,c,d){var e=b.dpDiv.outerWidth(),f=b.dpDiv.outerHeight(),g=b.input?b.input.outerWidth():0,h=b.input?b.input.outerHeight():0,i=document.documentElement.clientWidth+(d?0:a(document).scrollLeft()),j=document.documentElement.clientHeight+(d?0:a(document).scrollTop());return c.left-=this._get(b,"isRTL")?e-g:0,c.left-=d&&c.left===b.input.offset().left?a(document).scrollLeft():0,c.top-=d&&c.top===b.input.offset().top+h?a(document).scrollTop():0,c.left-=Math.min(c.left,c.left+e>i&&i>e?Math.abs(c.left+e-i):0),c.top-=Math.min(c.top,c.top+f>j&&j>f?Math.abs(f+h):0),c},_findPos:function(b){for(var c,d=this._getInst(b),e=this._get(d,"isRTL");b&&("hidden"===b.type||1!==b.nodeType||a.expr.filters.hidden(b));)b=b[e?"previousSibling":"nextSibling"];return c=a(b).offset(),[c.left,c.top]},_hideDatepicker:function(b){var c,d,e,f,g=this._curInst;!g||b&&g!==a.data(b,"datepicker")||this._datepickerShowing&&(c=this._get(g,"showAnim"),d=this._get(g,"duration"),e=function(){a.datepicker._tidyDialog(g)},a.effects&&(a.effects.effect[c]||a.effects[c])?g.dpDiv.hide(c,a.datepicker._get(g,"showOptions"),d,e):g.dpDiv["slideDown"===c?"slideUp":"fadeIn"===c?"fadeOut":"hide"](c?d:null,e),c||e(),this._datepickerShowing=!1,f=this._get(g,"onClose"),f&&f.apply(g.input?g.input[0]:null,[g.input?g.input.val():"",g]),this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),a.blockUI&&(a.unblockUI(),a("body").append(this.dpDiv))),this._inDialog=!1)},_tidyDialog:function(a){a.dpDiv.removeClass(this._dialogClass).off(".ui-datepicker-calendar")},_checkExternalClick:function(b){if(a.datepicker._curInst){var c=a(b.target),d=a.datepicker._getInst(c[0]);(c[0].id===a.datepicker._mainDivId||0!==c.parents("#"+a.datepicker._mainDivId).length||c.hasClass(a.datepicker.markerClassName)||c.closest("."+a.datepicker._triggerClass).length||!a.datepicker._datepickerShowing||a.datepicker._inDialog&&a.blockUI)&&(!c.hasClass(a.datepicker.markerClassName)||a.datepicker._curInst===d)||a.datepicker._hideDatepicker()}},_adjustDate:function(b,c,d){var e=a(b),f=this._getInst(e[0]);this._isDisabledDatepicker(e[0])||(this._adjustInstDate(f,c+("M"===d?this._get(f,"showCurrentAtPos"):0),d),this._updateDatepicker(f))},_gotoToday:function(b){var c,d=a(b),e=this._getInst(d[0]);this._get(e,"gotoCurrent")&&e.currentDay?(e.selectedDay=e.currentDay,e.drawMonth=e.selectedMonth=e.currentMonth,e.drawYear=e.selectedYear=e.currentYear):(c=new Date,e.selectedDay=c.getDate(),e.drawMonth=e.selectedMonth=c.getMonth(),e.drawYear=e.selectedYear=c.getFullYear()),this._notifyChange(e),this._adjustDate(d)},_selectMonthYear:function(b,c,d){var e=a(b),f=this._getInst(e[0]);f["selected"+("M"===d?"Month":"Year")]=f["draw"+("M"===d?"Month":"Year")]=parseInt(c.options[c.selectedIndex].value,10),this._notifyChange(f),this._adjustDate(e)},_selectDay:function(b,c,d,e){var f,g=a(b);a(e).hasClass(this._unselectableClass)||this._isDisabledDatepicker(g[0])||(f=this._getInst(g[0]),f.selectedDay=f.currentDay=a("a",e).html(),f.selectedMonth=f.currentMonth=c,f.selectedYear=f.currentYear=d,this._selectDate(b,this._formatDate(f,f.currentDay,f.currentMonth,f.currentYear)))},_clearDate:function(b){var c=a(b);this._selectDate(c,"")},_selectDate:function(b,c){var d,e=a(b),f=this._getInst(e[0]);c=null!=c?c:this._formatDate(f),f.input&&f.input.val(c),this._updateAlternate(f),d=this._get(f,"onSelect"),d?d.apply(f.input?f.input[0]:null,[c,f]):f.input&&f.input.trigger("change"),f.inline?this._updateDatepicker(f):(this._hideDatepicker(),this._lastInput=f.input[0],"object"!=typeof f.input[0]&&f.input.trigger("focus"),this._lastInput=null)},_updateAlternate:function(b){var c,d,e,f=this._get(b,"altField");f&&(c=this._get(b,"altFormat")||this._get(b,"dateFormat"),d=this._getDate(b),e=this.formatDate(c,d,this._getFormatConfig(b)),a(f).val(e))},noWeekends:function(a){var b=a.getDay();return[b>0&&b<6,""]},iso8601Week:function(a){var b,c=new Date(a.getTime());return c.setDate(c.getDate()+4-(c.getDay()||7)),b=c.getTime(),c.setMonth(0),c.setDate(1),Math.floor(Math.round((b-c)/864e5)/7)+1},parseDate:function(b,c,d){if(null==b||null==c)throw"Invalid arguments";if(c="object"==typeof c?c.toString():c+"",""===c)return null;var e,f,g,h,i=0,j=(d?d.shortYearCutoff:null)||this._defaults.shortYearCutoff,k="string"!=typeof j?j:(new Date).getFullYear()%100+parseInt(j,10),l=(d?d.dayNamesShort:null)||this._defaults.dayNamesShort,m=(d?d.dayNames:null)||this._defaults.dayNames,n=(d?d.monthNamesShort:null)||this._defaults.monthNamesShort,o=(d?d.monthNames:null)||this._defaults.monthNames,p=-1,q=-1,r=-1,s=-1,t=!1,u=function(a){var c=e+1<b.length&&b.charAt(e+1)===a;return c&&e++,c},v=function(a){var b=u(a),d="@"===a?14:"!"===a?20:"y"===a&&b?4:"o"===a?3:2,e="y"===a?d:1,f=new RegExp("^\\d{"+e+","+d+"}"),g=c.substring(i).match(f);if(!g)throw"Missing number at position "+i;return i+=g[0].length,parseInt(g[0],10)},w=function(b,d,e){var f=-1,g=a.map(u(b)?e:d,function(a,b){return[[b,a]]}).sort(function(a,b){return-(a[1].length-b[1].length)});if(a.each(g,function(a,b){var d=b[1];if(c.substr(i,d.length).toLowerCase()===d.toLowerCase())return f=b[0],i+=d.length,!1}),f!==-1)return f+1;throw"Unknown name at position "+i},x=function(){if(c.charAt(i)!==b.charAt(e))throw"Unexpected literal at position "+i;i++};for(e=0;e<b.length;e++)if(t)"'"!==b.charAt(e)||u("'")?x():t=!1;else switch(b.charAt(e)){case"d":r=v("d");break;case"D":w("D",l,m);break;case"o":s=v("o");break;case"m":q=v("m");break;case"M":q=w("M",n,o);break;case"y":p=v("y");break;case"@":h=new Date(v("@")),p=h.getFullYear(),q=h.getMonth()+1,r=h.getDate();break;case"!":h=new Date((v("!")-this._ticksTo1970)/1e4),p=h.getFullYear(),q=h.getMonth()+1,r=h.getDate();break;case"'":u("'")?x():t=!0;break;default:x()}if(i<c.length&&(g=c.substr(i),!/^\s+/.test(g)))throw"Extra/unparsed characters found in date: "+g;if(p===-1?p=(new Date).getFullYear():p<100&&(p+=(new Date).getFullYear()-(new Date).getFullYear()%100+(p<=k?0:-100)),s>-1)for(q=1,r=s;;){if(f=this._getDaysInMonth(p,q-1),r<=f)break;q++,r-=f}if(h=this._daylightSavingAdjust(new Date(p,q-1,r)),h.getFullYear()!==p||h.getMonth()+1!==q||h.getDate()!==r)throw"Invalid date";return h},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:24*(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*60*60*1e7,formatDate:function(a,b,c){if(!b)return"";var d,e=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,f=(c?c.dayNames:null)||this._defaults.dayNames,g=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort,h=(c?c.monthNames:null)||this._defaults.monthNames,i=function(b){var c=d+1<a.length&&a.charAt(d+1)===b;return c&&d++,c},j=function(a,b,c){var d=""+b;if(i(a))for(;d.length<c;)d="0"+d;return d},k=function(a,b,c,d){return i(a)?d[b]:c[b]},l="",m=!1;if(b)for(d=0;d<a.length;d++)if(m)"'"!==a.charAt(d)||i("'")?l+=a.charAt(d):m=!1;else switch(a.charAt(d)){case"d":l+=j("d",b.getDate(),2);break;case"D":l+=k("D",b.getDay(),e,f);break;case"o":l+=j("o",Math.round((new Date(b.getFullYear(),b.getMonth(),b.getDate()).getTime()-new Date(b.getFullYear(),0,0).getTime())/864e5),3);break;case"m":l+=j("m",b.getMonth()+1,2);break;case"M":l+=k("M",b.getMonth(),g,h);break;case"y":l+=i("y")?b.getFullYear():(b.getFullYear()%100<10?"0":"")+b.getFullYear()%100;break;case"@":l+=b.getTime();break;case"!":l+=1e4*b.getTime()+this._ticksTo1970;break;case"'":i("'")?l+="'":m=!0;break;default:l+=a.charAt(d)}return l},_possibleChars:function(a){var b,c="",d=!1,e=function(c){var d=b+1<a.length&&a.charAt(b+1)===c;return d&&b++,d};for(b=0;b<a.length;b++)if(d)"'"!==a.charAt(b)||e("'")?c+=a.charAt(b):d=!1;else switch(a.charAt(b)){case"d":case"m":case"y":case"@":c+="0123456789";break;case"D":case"M":return null;case"'":e("'")?c+="'":d=!0;break;default:c+=a.charAt(b)}return c},_get:function(a,b){return void 0!==a.settings[b]?a.settings[b]:this._defaults[b]},_setDateFromField:function(a,b){if(a.input.val()!==a.lastVal){var c=this._get(a,"dateFormat"),d=a.lastVal=a.input?a.input.val():null,e=this._getDefaultDate(a),f=e,g=this._getFormatConfig(a);try{f=this.parseDate(c,d,g)||e}catch(h){d=b?"":d}a.selectedDay=f.getDate(),a.drawMonth=a.selectedMonth=f.getMonth(),a.drawYear=a.selectedYear=f.getFullYear(),a.currentDay=d?f.getDate():0,a.currentMonth=d?f.getMonth():0,a.currentYear=d?f.getFullYear():0,this._adjustInstDate(a)}},_getDefaultDate:function(a){return this._restrictMinMax(a,this._determineDate(a,this._get(a,"defaultDate"),new Date))},_determineDate:function(b,c,d){var e=function(a){var b=new Date;return b.setDate(b.getDate()+a),b},f=function(c){try{return a.datepicker.parseDate(a.datepicker._get(b,"dateFormat"),c,a.datepicker._getFormatConfig(b))}catch(d){}for(var e=(c.toLowerCase().match(/^c/)?a.datepicker._getDate(b):null)||new Date,f=e.getFullYear(),g=e.getMonth(),h=e.getDate(),i=/([+\-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,j=i.exec(c);j;){switch(j[2]||"d"){case"d":case"D":h+=parseInt(j[1],10);break;case"w":case"W":h+=7*parseInt(j[1],10);break;case"m":case"M":g+=parseInt(j[1],10),h=Math.min(h,a.datepicker._getDaysInMonth(f,g));break;case"y":case"Y":f+=parseInt(j[1],10),h=Math.min(h,a.datepicker._getDaysInMonth(f,g))}j=i.exec(c)}return new Date(f,g,h)},g=null==c||""===c?d:"string"==typeof c?f(c):"number"==typeof c?isNaN(c)?d:e(c):new Date(c.getTime());return g=g&&"Invalid Date"===g.toString()?d:g,g&&(g.setHours(0),g.setMinutes(0),g.setSeconds(0),g.setMilliseconds(0)),this._daylightSavingAdjust(g)},_daylightSavingAdjust:function(a){return a?(a.setHours(a.getHours()>12?a.getHours()+2:0),a):null},_setDate:function(a,b,c){var d=!b,e=a.selectedMonth,f=a.selectedYear,g=this._restrictMinMax(a,this._determineDate(a,b,new Date));a.selectedDay=a.currentDay=g.getDate(),a.drawMonth=a.selectedMonth=a.currentMonth=g.getMonth(),a.drawYear=a.selectedYear=a.currentYear=g.getFullYear(),e===a.selectedMonth&&f===a.selectedYear||c||this._notifyChange(a),this._adjustInstDate(a),a.input&&a.input.val(d?"":this._formatDate(a))},_getDate:function(a){var b=!a.currentYear||a.input&&""===a.input.val()?null:this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay));return b},_attachHandlers:function(b){var c=this._get(b,"stepMonths"),d="#"+b.id.replace(/\\\\/g,"\\");b.dpDiv.find("[data-handler]").map(function(){var b={prev:function(){a.datepicker._adjustDate(d,-c,"M")},next:function(){a.datepicker._adjustDate(d,+c,"M")},hide:function(){a.datepicker._hideDatepicker()},today:function(){a.datepicker._gotoToday(d)},selectDay:function(){return a.datepicker._selectDay(d,+this.getAttribute("data-month"),+this.getAttribute("data-year"),this),!1},selectMonth:function(){return a.datepicker._selectMonthYear(d,this,"M"),!1},selectYear:function(){return a.datepicker._selectMonthYear(d,this,"Y"),!1}};a(this).on(this.getAttribute("data-event"),b[this.getAttribute("data-handler")])})},_generateHTML:function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O=new Date,P=this._daylightSavingAdjust(new Date(O.getFullYear(),O.getMonth(),O.getDate())),Q=this._get(a,"isRTL"),R=this._get(a,"showButtonPanel"),S=this._get(a,"hideIfNoPrevNext"),T=this._get(a,"navigationAsDateFormat"),U=this._getNumberOfMonths(a),V=this._get(a,"showCurrentAtPos"),W=this._get(a,"stepMonths"),X=1!==U[0]||1!==U[1],Y=this._daylightSavingAdjust(a.currentDay?new Date(a.currentYear,a.currentMonth,a.currentDay):new Date(9999,9,9)),Z=this._getMinMaxDate(a,"min"),$=this._getMinMaxDate(a,"max"),_=a.drawMonth-V,aa=a.drawYear;if(_<0&&(_+=12,aa--),$)for(b=this._daylightSavingAdjust(new Date($.getFullYear(),$.getMonth()-U[0]*U[1]+1,$.getDate())),b=Z&&b<Z?Z:b;this._daylightSavingAdjust(new Date(aa,_,1))>b;)_--,_<0&&(_=11,aa--);for(a.drawMonth=_,a.drawYear=aa,c=this._get(a,"prevText"),c=T?this.formatDate(c,this._daylightSavingAdjust(new Date(aa,_-W,1)),this._getFormatConfig(a)):c,d=this._canAdjustMonth(a,-1,aa,_)?"<a class='ui-datepicker-prev ui-corner-all' data-handler='prev' data-event='click' title='"+c+"'><span class='ui-icon ui-icon-circle-triangle-"+(Q?"e":"w")+"'>"+c+"</span></a>":S?"":"<a class='ui-datepicker-prev ui-corner-all ui-state-disabled' title='"+c+"'><span class='ui-icon ui-icon-circle-triangle-"+(Q?"e":"w")+"'>"+c+"</span></a>",e=this._get(a,"nextText"),e=T?this.formatDate(e,this._daylightSavingAdjust(new Date(aa,_+W,1)),this._getFormatConfig(a)):e,f=this._canAdjustMonth(a,1,aa,_)?"<a class='ui-datepicker-next ui-corner-all' data-handler='next' data-event='click' title='"+e+"'><span class='ui-icon ui-icon-circle-triangle-"+(Q?"w":"e")+"'>"+e+"</span></a>":S?"":"<a class='ui-datepicker-next ui-corner-all ui-state-disabled' title='"+e+"'><span class='ui-icon ui-icon-circle-triangle-"+(Q?"w":"e")+"'>"+e+"</span></a>",g=this._get(a,"currentText"),h=this._get(a,"gotoCurrent")&&a.currentDay?Y:P,g=T?this.formatDate(g,h,this._getFormatConfig(a)):g,i=a.inline?"":"<button type='button' class='ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all' data-handler='hide' data-event='click'>"+this._get(a,"closeText")+"</button>",j=R?"<div class='ui-datepicker-buttonpane ui-widget-content'>"+(Q?i:"")+(this._isInRange(a,h)?"<button type='button' class='ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all' data-handler='today' data-event='click'>"+g+"</button>":"")+(Q?"":i)+"</div>":"",k=parseInt(this._get(a,"firstDay"),10),k=isNaN(k)?0:k,l=this._get(a,"showWeek"),m=this._get(a,"dayNames"),n=this._get(a,"dayNamesMin"),o=this._get(a,"monthNames"),p=this._get(a,"monthNamesShort"),q=this._get(a,"beforeShowDay"),r=this._get(a,"showOtherMonths"),s=this._get(a,"selectOtherMonths"),t=this._getDefaultDate(a),u="",w=0;w<U[0];w++){for(x="",this.maxRows=4,y=0;y<U[1];y++){if(z=this._daylightSavingAdjust(new Date(aa,_,a.selectedDay)),A=" ui-corner-all",B="",X){if(B+="<div class='ui-datepicker-group",U[1]>1)switch(y){case 0:B+=" ui-datepicker-group-first",A=" ui-corner-"+(Q?"right":"left");break;case U[1]-1:B+=" ui-datepicker-group-last",A=" ui-corner-"+(Q?"left":"right");break;default:B+=" ui-datepicker-group-middle",A=""}B+="'>"}for(B+="<div class='ui-datepicker-header ui-widget-header ui-helper-clearfix"+A+"'>"+(/all|left/.test(A)&&0===w?Q?f:d:"")+(/all|right/.test(A)&&0===w?Q?d:f:"")+this._generateMonthYearHeader(a,_,aa,Z,$,w>0||y>0,o,p)+"</div><table class='ui-datepicker-calendar'><thead><tr>",C=l?"<th class='ui-datepicker-week-col'>"+this._get(a,"weekHeader")+"</th>":"",v=0;v<7;v++)D=(v+k)%7,C+="<th scope='col'"+((v+k+6)%7>=5?" class='ui-datepicker-week-end'":"")+"><span title='"+m[D]+"'>"+n[D]+"</span></th>";for(B+=C+"</tr></thead><tbody>",E=this._getDaysInMonth(aa,_),aa===a.selectedYear&&_===a.selectedMonth&&(a.selectedDay=Math.min(a.selectedDay,E)),F=(this._getFirstDayOfMonth(aa,_)-k+7)%7,G=Math.ceil((F+E)/7),H=X&&this.maxRows>G?this.maxRows:G,this.maxRows=H,I=this._daylightSavingAdjust(new Date(aa,_,1-F)),J=0;J<H;J++){for(B+="<tr>",K=l?"<td class='ui-datepicker-week-col'>"+this._get(a,"calculateWeek")(I)+"</td>":"",v=0;v<7;v++)L=q?q.apply(a.input?a.input[0]:null,[I]):[!0,""],M=I.getMonth()!==_,N=M&&!s||!L[0]||Z&&I<Z||$&&I>$,K+="<td class='"+((v+k+6)%7>=5?" ui-datepicker-week-end":"")+(M?" ui-datepicker-other-month":"")+(I.getTime()===z.getTime()&&_===a.selectedMonth&&a._keyEvent||t.getTime()===I.getTime()&&t.getTime()===z.getTime()?" "+this._dayOverClass:"")+(N?" "+this._unselectableClass+" ui-state-disabled":"")+(M&&!r?"":" "+L[1]+(I.getTime()===Y.getTime()?" "+this._currentClass:"")+(I.getTime()===P.getTime()?" ui-datepicker-today":""))+"'"+(M&&!r||!L[2]?"":" title='"+L[2].replace(/'/g,"&#39;")+"'")+(N?"":" data-handler='selectDay' data-event='click' data-month='"+I.getMonth()+"' data-year='"+I.getFullYear()+"'")+">"+(M&&!r?"&#xa0;":N?"<span class='ui-state-default'>"+I.getDate()+"</span>":"<a class='ui-state-default"+(I.getTime()===P.getTime()?" ui-state-highlight":"")+(I.getTime()===Y.getTime()?" ui-state-active":"")+(M?" ui-priority-secondary":"")+"' href='#'>"+I.getDate()+"</a>")+"</td>",I.setDate(I.getDate()+1),I=this._daylightSavingAdjust(I);B+=K+"</tr>"}_++,_>11&&(_=0,aa++),B+="</tbody></table>"+(X?"</div>"+(U[0]>0&&y===U[1]-1?"<div class='ui-datepicker-row-break'></div>":""):""),x+=B}u+=x}return u+=j,a._keyEvent=!1,u},_generateMonthYearHeader:function(a,b,c,d,e,f,g,h){var i,j,k,l,m,n,o,p,q=this._get(a,"changeMonth"),r=this._get(a,"changeYear"),s=this._get(a,"showMonthAfterYear"),t="<div class='ui-datepicker-title'>",u="";if(f||!q)u+="<span class='ui-datepicker-month'>"+g[b]+"</span>";else{
-for(i=d&&d.getFullYear()===c,j=e&&e.getFullYear()===c,u+="<select class='ui-datepicker-month' data-handler='selectMonth' data-event='change'>",k=0;k<12;k++)(!i||k>=d.getMonth())&&(!j||k<=e.getMonth())&&(u+="<option value='"+k+"'"+(k===b?" selected='selected'":"")+">"+h[k]+"</option>");u+="</select>"}if(s||(t+=u+(!f&&q&&r?"":"&#xa0;")),!a.yearshtml)if(a.yearshtml="",f||!r)t+="<span class='ui-datepicker-year'>"+c+"</span>";else{for(l=this._get(a,"yearRange").split(":"),m=(new Date).getFullYear(),n=function(a){var b=a.match(/c[+\-].*/)?c+parseInt(a.substring(1),10):a.match(/[+\-].*/)?m+parseInt(a,10):parseInt(a,10);return isNaN(b)?m:b},o=n(l[0]),p=Math.max(o,n(l[1]||"")),o=d?Math.max(o,d.getFullYear()):o,p=e?Math.min(p,e.getFullYear()):p,a.yearshtml+="<select class='ui-datepicker-year' data-handler='selectYear' data-event='change'>";o<=p;o++)a.yearshtml+="<option value='"+o+"'"+(o===c?" selected='selected'":"")+">"+o+"</option>";a.yearshtml+="</select>",t+=a.yearshtml,a.yearshtml=null}return t+=this._get(a,"yearSuffix"),s&&(t+=(!f&&q&&r?"":"&#xa0;")+u),t+="</div>"},_adjustInstDate:function(a,b,c){var d=a.selectedYear+("Y"===c?b:0),e=a.selectedMonth+("M"===c?b:0),f=Math.min(a.selectedDay,this._getDaysInMonth(d,e))+("D"===c?b:0),g=this._restrictMinMax(a,this._daylightSavingAdjust(new Date(d,e,f)));a.selectedDay=g.getDate(),a.drawMonth=a.selectedMonth=g.getMonth(),a.drawYear=a.selectedYear=g.getFullYear(),"M"!==c&&"Y"!==c||this._notifyChange(a)},_restrictMinMax:function(a,b){var c=this._getMinMaxDate(a,"min"),d=this._getMinMaxDate(a,"max"),e=c&&b<c?c:b;return d&&e>d?d:e},_notifyChange:function(a){var b=this._get(a,"onChangeMonthYear");b&&b.apply(a.input?a.input[0]:null,[a.selectedYear,a.selectedMonth+1,a])},_getNumberOfMonths:function(a){var b=this._get(a,"numberOfMonths");return null==b?[1,1]:"number"==typeof b?[1,b]:b},_getMinMaxDate:function(a,b){return this._determineDate(a,this._get(a,b+"Date"),null)},_getDaysInMonth:function(a,b){return 32-this._daylightSavingAdjust(new Date(a,b,32)).getDate()},_getFirstDayOfMonth:function(a,b){return new Date(a,b,1).getDay()},_canAdjustMonth:function(a,b,c,d){var e=this._getNumberOfMonths(a),f=this._daylightSavingAdjust(new Date(c,d+(b<0?b:e[0]*e[1]),1));return b<0&&f.setDate(this._getDaysInMonth(f.getFullYear(),f.getMonth())),this._isInRange(a,f)},_isInRange:function(a,b){var c,d,e=this._getMinMaxDate(a,"min"),f=this._getMinMaxDate(a,"max"),g=null,h=null,i=this._get(a,"yearRange");return i&&(c=i.split(":"),d=(new Date).getFullYear(),g=parseInt(c[0],10),h=parseInt(c[1],10),c[0].match(/[+\-].*/)&&(g+=d),c[1].match(/[+\-].*/)&&(h+=d)),(!e||b.getTime()>=e.getTime())&&(!f||b.getTime()<=f.getTime())&&(!g||b.getFullYear()>=g)&&(!h||b.getFullYear()<=h)},_getFormatConfig:function(a){var b=this._get(a,"shortYearCutoff");return b="string"!=typeof b?b:(new Date).getFullYear()%100+parseInt(b,10),{shortYearCutoff:b,dayNamesShort:this._get(a,"dayNamesShort"),dayNames:this._get(a,"dayNames"),monthNamesShort:this._get(a,"monthNamesShort"),monthNames:this._get(a,"monthNames")}},_formatDate:function(a,b,c,d){b||(a.currentDay=a.selectedDay,a.currentMonth=a.selectedMonth,a.currentYear=a.selectedYear);var e=b?"object"==typeof b?b:this._daylightSavingAdjust(new Date(d,c,b)):this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay));return this.formatDate(this._get(a,"dateFormat"),e,this._getFormatConfig(a))}}),a.fn.datepicker=function(b){if(!this.length)return this;a.datepicker.initialized||(a(document).on("mousedown",a.datepicker._checkExternalClick),a.datepicker.initialized=!0),0===a("#"+a.datepicker._mainDivId).length&&a("body").append(a.datepicker.dpDiv);var c=Array.prototype.slice.call(arguments,1);return"string"!=typeof b||"isDisabled"!==b&&"getDate"!==b&&"widget"!==b?"option"===b&&2===arguments.length&&"string"==typeof arguments[1]?a.datepicker["_"+b+"Datepicker"].apply(a.datepicker,[this[0]].concat(c)):this.each(function(){"string"==typeof b?a.datepicker["_"+b+"Datepicker"].apply(a.datepicker,[this].concat(c)):a.datepicker._attachDatepicker(this,b)}):a.datepicker["_"+b+"Datepicker"].apply(a.datepicker,[this[0]].concat(c))},a.datepicker=new c,a.datepicker.initialized=!1,a.datepicker.uuid=(new Date).getTime(),a.datepicker.version="1.12.1",a.datepicker});
\ No newline at end of file
diff --git a/web/modules/jquery_ui_datepicker/jquery_ui_datepicker.info.yml b/web/modules/jquery_ui_datepicker/jquery_ui_datepicker.info.yml
deleted file mode 100644
index 42af1c4a75..0000000000
--- a/web/modules/jquery_ui_datepicker/jquery_ui_datepicker.info.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-name: jQuery UI Datepicker
-type: module
-description: 'Provides jQuery UI Datepicker library.'
-package: jQuery UI
-core_version_requirement: ^8 || ^9
-dependencies:
-  - jquery_ui:jquery_ui
-
-# Information added by Drupal.org packaging script on 2020-05-17
-version: '8.x-1.0'
-project: 'jquery_ui_datepicker'
-datestamp: 1589684303
diff --git a/web/modules/jquery_ui_datepicker/jquery_ui_datepicker.libraries.yml b/web/modules/jquery_ui_datepicker/jquery_ui_datepicker.libraries.yml
deleted file mode 100644
index 6b25d15acc..0000000000
--- a/web/modules/jquery_ui_datepicker/jquery_ui_datepicker.libraries.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-datepicker:
-  version: 1.12.1
-  license:
-    name: Public Domain
-    url: https://github.com/jquery/jquery-ui/blob/1.12.1/LICENSE.txt
-    gpl-compatible: true
-  js:
-    jquery.ui/ui/widgets/datepicker-min.js: { minified: true }
-  css:
-    component:
-      jquery.ui/themes/base/datepicker.css: {}
-  dependencies:
-    - jquery_ui/core
diff --git a/web/modules/jquery_ui_datepicker/jquery_ui_datepicker.module b/web/modules/jquery_ui_datepicker/jquery_ui_datepicker.module
deleted file mode 100644
index 33dad2fa25..0000000000
--- a/web/modules/jquery_ui_datepicker/jquery_ui_datepicker.module
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-/**
- * @file
- * Contains jquery_ui_datepicker.module.
- */
-
-use Drupal\Core\Routing\RouteMatchInterface;
-
-/**
- * Implements hook_help().
- */
-function jquery_ui_datepicker_help($route_name, RouteMatchInterface $route_match) {
-  switch ($route_name) {
-    case 'help.page.jquery_ui_datepicker':
-      $output = '<h3>' . t('About') . '</h3>';
-      $output .= '<p>' . t('Drupal 8 includes jQuery UI in core, however it is no longer actively maintained and has been marked deprecated. This module provides the jQuery UI Datepicker library for any themes and modules that require it.') . '</p>';
-      $output .= '<p>' . t('For more information about the deprecation of jQuery UI, see this <a href=":change-record">change record</a>', [':change-record' => 'https://www.drupal.org/node/3067969']) . '</p>';
-      $output .= '<p>' . t('Visit the <a href=":project_link">jQuery UI Datepicker project page</a> on Drupal.org for more information on this module.', [':project_link' => 'https://www.drupal.org/project/jquery_ui_datepicker']) . '</p>';
-
-      return $output;
-  }
-}
diff --git a/web/modules/jquery_ui_slider/LICENSE.txt b/web/modules/jquery_ui_slider/LICENSE.txt
deleted file mode 100644
index d159169d10..0000000000
--- a/web/modules/jquery_ui_slider/LICENSE.txt
+++ /dev/null
@@ -1,339 +0,0 @@
-                    GNU GENERAL PUBLIC LICENSE
-                       Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                            Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Lesser General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have.  You must make sure that they, too, receive or can get the
-source code.  And you must show them these terms so they know their
-rights.
-
-  We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-  Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software.  If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary.  To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-                    GNU GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License.  The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language.  (Hereinafter, translation is included without limitation in
-the term "modification".)  Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
-  1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
-  2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) You must cause the modified files to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    b) You must cause any work that you distribute or publish, that in
-    whole or in part contains or is derived from the Program or any
-    part thereof, to be licensed as a whole at no charge to all third
-    parties under the terms of this License.
-
-    c) If the modified program normally reads commands interactively
-    when run, you must cause it, when started running for such
-    interactive use in the most ordinary way, to print or display an
-    announcement including an appropriate copyright notice and a
-    notice that there is no warranty (or else, saying that you provide
-    a warranty) and that users may redistribute the program under
-    these conditions, and telling the user how to view a copy of this
-    License.  (Exception: if the Program itself is interactive but
-    does not normally print such an announcement, your work based on
-    the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
-    a) Accompany it with the complete corresponding machine-readable
-    source code, which must be distributed under the terms of Sections
-    1 and 2 above on a medium customarily used for software interchange; or,
-
-    b) Accompany it with a written offer, valid for at least three
-    years, to give any third party, for a charge no more than your
-    cost of physically performing source distribution, a complete
-    machine-readable copy of the corresponding source code, to be
-    distributed under the terms of Sections 1 and 2 above on a medium
-    customarily used for software interchange; or,
-
-    c) Accompany it with the information you received as to the offer
-    to distribute corresponding source code.  (This alternative is
-    allowed only for noncommercial distribution and only if you
-    received the program in object code or executable form with such
-    an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it.  For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable.  However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License.  Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
-  5. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Program or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
-  6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
-  7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded.  In such case, this License incorporates
-the limitation as if written in the body of this License.
-
-  9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation.  If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
-  10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission.  For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this.  Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
-                            NO WARRANTY
-
-  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
-  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-                     END OF TERMS AND CONDITIONS
-
-            How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License along
-    with this program; if not, write to the Free Software Foundation, Inc.,
-    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
-    Gnomovision version 69, Copyright (C) year name of author
-    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
-  `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
-  <signature of Ty Coon>, 1 April 1989
-  Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs.  If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.
diff --git a/web/modules/jquery_ui_slider/README.md b/web/modules/jquery_ui_slider/README.md
deleted file mode 100644
index 52b45d5817..0000000000
--- a/web/modules/jquery_ui_slider/README.md
+++ /dev/null
@@ -1,39 +0,0 @@
-# jQuery UI Slider
-
-Drupal 8 includes jQuery UI in core, however it is no longer actively
-maintained and has been marked deprecated. This module provides the
-jQuery UI Slider library for any themes and modules that require it.
-
-  - jQuery UI [Slider documentation](https://jqueryui.com/slider/)
-  - jQuery UI [Slider API documentation](https://api.jqueryui.com/slider/)
-
-**Caution**: jQuery UI was deprecated from core because it is no longer
-actively maintained, and has been marked “End of Life” by the OpenJS
-Foundation. It is not recommended to depend on jQuery UI in your own
-code, and instead to select a replacement solution as soon as possible.
-
-## Instructions
-
-1.  Install this module and the jQuery UI module.
-2.  Change any references in your theme or module from
-    `core/jquery.ui.slider` to `jquery_ui_slider/slider`
-
-### Requirements
-
-  - [jQuery UI](https://www.drupal.org/project/jquery_ui)
-
-### Related modules
-
-  - [jQuery UI Accordion](https://www.drupal.org/project/jquery_ui_accordion)
-  - [jQuery UI Button](https://www.drupal.org/project/jquery_ui_button)
-  - [jQuery UI Checkboxradio](https://www.drupal.org/project/jquery_ui_checkboxradio)
-  - [jQuery UI Controlgroup](https://www.drupal.org/project/jquery_ui_controlgroup)
-  - [jQuery UI Draggable](https://www.drupal.org/project/jquery_ui_draggable)
-  - [jQuery UI Droppable](https://www.drupal.org/project/jquery_ui_droppable)
-  - [jQuery UI Effects](https://www.drupal.org/project/jquery_ui_effects)
-  - [jQuery UI Menu](https://www.drupal.org/project/jquery_ui_menu)
-  - [jQuery UI Progressbar](https://www.drupal.org/project/jquery_ui_progressbar)
-  - [jQuery UI Selectable](https://www.drupal.org/project/jquery_ui_selectable)
-  - [jQuery UI Selectmenu](https://www.drupal.org/project/jquery_ui_selectmenu)
-  - [jQuery UI Spinner](https://www.drupal.org/project/jquery_ui_spinner)
-  - [jQuery UI Tooltip](https://www.drupal.org/project/jquery_ui_tooltip)
diff --git a/web/modules/jquery_ui_slider/jquery.ui/themes/base/slider.css b/web/modules/jquery_ui_slider/jquery.ui/themes/base/slider.css
deleted file mode 100644
index e1f5030eea..0000000000
--- a/web/modules/jquery_ui_slider/jquery.ui/themes/base/slider.css
+++ /dev/null
@@ -1,75 +0,0 @@
-/*!
- * jQuery UI Slider 1.12.1
- * http://jqueryui.com
- *
- * Copyright jQuery Foundation and other contributors
- * Released under the MIT license.
- * http://jquery.org/license
- *
- * http://api.jqueryui.com/slider/#theming
- */
-.ui-slider {
-	position: relative;
-	text-align: left;
-}
-.ui-slider .ui-slider-handle {
-	position: absolute;
-	z-index: 2;
-	width: 1.2em;
-	height: 1.2em;
-	cursor: default;
-	-ms-touch-action: none;
-	touch-action: none;
-}
-.ui-slider .ui-slider-range {
-	position: absolute;
-	z-index: 1;
-	font-size: .7em;
-	display: block;
-	border: 0;
-	background-position: 0 0;
-}
-
-/* support: IE8 - See #6727 */
-.ui-slider.ui-state-disabled .ui-slider-handle,
-.ui-slider.ui-state-disabled .ui-slider-range {
-	filter: inherit;
-}
-
-.ui-slider-horizontal {
-	height: .8em;
-}
-.ui-slider-horizontal .ui-slider-handle {
-	top: -.3em;
-	margin-left: -.6em;
-}
-.ui-slider-horizontal .ui-slider-range {
-	top: 0;
-	height: 100%;
-}
-.ui-slider-horizontal .ui-slider-range-min {
-	left: 0;
-}
-.ui-slider-horizontal .ui-slider-range-max {
-	right: 0;
-}
-
-.ui-slider-vertical {
-	width: .8em;
-	height: 100px;
-}
-.ui-slider-vertical .ui-slider-handle {
-	left: -.3em;
-	margin-left: 0;
-	margin-bottom: -.6em;
-}
-.ui-slider-vertical .ui-slider-range {
-	left: 0;
-	width: 100%;
-}
-.ui-slider-vertical .ui-slider-range-min {
-	bottom: 0;
-}
-.ui-slider-vertical .ui-slider-range-max {
-	top: 0;
-}
diff --git a/web/modules/jquery_ui_slider/jquery.ui/ui/widgets/slider-min.js b/web/modules/jquery_ui_slider/jquery.ui/ui/widgets/slider-min.js
deleted file mode 100644
index 25fbdc2dc3..0000000000
--- a/web/modules/jquery_ui_slider/jquery.ui/ui/widgets/slider-min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2017-03-31
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed  */
-!function(a){"function"==typeof define&&define.amd?define(["jquery","./mouse","../keycode","../version","../widget"],a):a(jQuery)}(function(a){return a.widget("ui.slider",a.ui.mouse,{version:"1.12.1",widgetEventPrefix:"slide",options:{animate:!1,classes:{"ui-slider":"ui-corner-all","ui-slider-handle":"ui-corner-all","ui-slider-range":"ui-corner-all ui-widget-header"},distance:0,max:100,min:0,orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,stop:null},numPages:5,_create:function(){this._keySliding=!1,this._mouseSliding=!1,this._animateOff=!0,this._handleIndex=null,this._detectOrientation(),this._mouseInit(),this._calculateNewMax(),this._addClass("ui-slider ui-slider-"+this.orientation,"ui-widget ui-widget-content"),this._refresh(),this._animateOff=!1},_refresh:function(){this._createRange(),this._createHandles(),this._setupEvents(),this._refreshValue()},_createHandles:function(){var b,c,d=this.options,e=this.element.find(".ui-slider-handle"),f="<span tabindex='0'></span>",g=[];for(c=d.values&&d.values.length||1,e.length>c&&(e.slice(c).remove(),e=e.slice(0,c)),b=e.length;b<c;b++)g.push(f);this.handles=e.add(a(g.join("")).appendTo(this.element)),this._addClass(this.handles,"ui-slider-handle","ui-state-default"),this.handle=this.handles.eq(0),this.handles.each(function(b){a(this).data("ui-slider-handle-index",b).attr("tabIndex",0)})},_createRange:function(){var b=this.options;b.range?(b.range===!0&&(b.values?b.values.length&&2!==b.values.length?b.values=[b.values[0],b.values[0]]:a.isArray(b.values)&&(b.values=b.values.slice(0)):b.values=[this._valueMin(),this._valueMin()]),this.range&&this.range.length?(this._removeClass(this.range,"ui-slider-range-min ui-slider-range-max"),this.range.css({left:"",bottom:""})):(this.range=a("<div>").appendTo(this.element),this._addClass(this.range,"ui-slider-range")),"min"!==b.range&&"max"!==b.range||this._addClass(this.range,"ui-slider-range-"+b.range)):(this.range&&this.range.remove(),this.range=null)},_setupEvents:function(){this._off(this.handles),this._on(this.handles,this._handleEvents),this._hoverable(this.handles),this._focusable(this.handles)},_destroy:function(){this.handles.remove(),this.range&&this.range.remove(),this._mouseDestroy()},_mouseCapture:function(b){var c,d,e,f,g,h,i,j,k=this,l=this.options;return!l.disabled&&(this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()},this.elementOffset=this.element.offset(),c={x:b.pageX,y:b.pageY},d=this._normValueFromMouse(c),e=this._valueMax()-this._valueMin()+1,this.handles.each(function(b){var c=Math.abs(d-k.values(b));(e>c||e===c&&(b===k._lastChangedValue||k.values(b)===l.min))&&(e=c,f=a(this),g=b)}),h=this._start(b,g),h!==!1&&(this._mouseSliding=!0,this._handleIndex=g,this._addClass(f,null,"ui-state-active"),f.trigger("focus"),i=f.offset(),j=!a(b.target).parents().addBack().is(".ui-slider-handle"),this._clickOffset=j?{left:0,top:0}:{left:b.pageX-i.left-f.width()/2,top:b.pageY-i.top-f.height()/2-(parseInt(f.css("borderTopWidth"),10)||0)-(parseInt(f.css("borderBottomWidth"),10)||0)+(parseInt(f.css("marginTop"),10)||0)},this.handles.hasClass("ui-state-hover")||this._slide(b,g,d),this._animateOff=!0,!0))},_mouseStart:function(){return!0},_mouseDrag:function(a){var b={x:a.pageX,y:a.pageY},c=this._normValueFromMouse(b);return this._slide(a,this._handleIndex,c),!1},_mouseStop:function(a){return this._removeClass(this.handles,null,"ui-state-active"),this._mouseSliding=!1,this._stop(a,this._handleIndex),this._change(a,this._handleIndex),this._handleIndex=null,this._clickOffset=null,this._animateOff=!1,!1},_detectOrientation:function(){this.orientation="vertical"===this.options.orientation?"vertical":"horizontal"},_normValueFromMouse:function(a){var b,c,d,e,f;return"horizontal"===this.orientation?(b=this.elementSize.width,c=a.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)):(b=this.elementSize.height,c=a.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)),d=c/b,d>1&&(d=1),d<0&&(d=0),"vertical"===this.orientation&&(d=1-d),e=this._valueMax()-this._valueMin(),f=this._valueMin()+d*e,this._trimAlignValue(f)},_uiHash:function(a,b,c){var d={handle:this.handles[a],handleIndex:a,value:void 0!==b?b:this.value()};return this._hasMultipleValues()&&(d.value=void 0!==b?b:this.values(a),d.values=c||this.values()),d},_hasMultipleValues:function(){return this.options.values&&this.options.values.length},_start:function(a,b){return this._trigger("start",a,this._uiHash(b))},_slide:function(a,b,c){var d,e,f=this.value(),g=this.values();this._hasMultipleValues()&&(e=this.values(b?0:1),f=this.values(b),2===this.options.values.length&&this.options.range===!0&&(c=0===b?Math.min(e,c):Math.max(e,c)),g[b]=c),c!==f&&(d=this._trigger("slide",a,this._uiHash(b,c,g)),d!==!1&&(this._hasMultipleValues()?this.values(b,c):this.value(c)))},_stop:function(a,b){this._trigger("stop",a,this._uiHash(b))},_change:function(a,b){this._keySliding||this._mouseSliding||(this._lastChangedValue=b,this._trigger("change",a,this._uiHash(b)))},value:function(a){return arguments.length?(this.options.value=this._trimAlignValue(a),this._refreshValue(),void this._change(null,0)):this._value()},values:function(b,c){var d,e,f;if(arguments.length>1)return this.options.values[b]=this._trimAlignValue(c),this._refreshValue(),void this._change(null,b);if(!arguments.length)return this._values();if(!a.isArray(arguments[0]))return this._hasMultipleValues()?this._values(b):this.value();for(d=this.options.values,e=arguments[0],f=0;f<d.length;f+=1)d[f]=this._trimAlignValue(e[f]),this._change(null,f);this._refreshValue()},_setOption:function(b,c){var d,e=0;switch("range"===b&&this.options.range===!0&&("min"===c?(this.options.value=this._values(0),this.options.values=null):"max"===c&&(this.options.value=this._values(this.options.values.length-1),this.options.values=null)),a.isArray(this.options.values)&&(e=this.options.values.length),this._super(b,c),b){case"orientation":this._detectOrientation(),this._removeClass("ui-slider-horizontal ui-slider-vertical")._addClass("ui-slider-"+this.orientation),this._refreshValue(),this.options.range&&this._refreshRange(c),this.handles.css("horizontal"===c?"bottom":"left","");break;case"value":this._animateOff=!0,this._refreshValue(),this._change(null,0),this._animateOff=!1;break;case"values":for(this._animateOff=!0,this._refreshValue(),d=e-1;d>=0;d--)this._change(null,d);this._animateOff=!1;break;case"step":case"min":case"max":this._animateOff=!0,this._calculateNewMax(),this._refreshValue(),this._animateOff=!1;break;case"range":this._animateOff=!0,this._refresh(),this._animateOff=!1}},_setOptionDisabled:function(a){this._super(a),this._toggleClass(null,"ui-state-disabled",!!a)},_value:function(){var a=this.options.value;return a=this._trimAlignValue(a)},_values:function(a){var b,c,d;if(arguments.length)return b=this.options.values[a],b=this._trimAlignValue(b);if(this._hasMultipleValues()){for(c=this.options.values.slice(),d=0;d<c.length;d+=1)c[d]=this._trimAlignValue(c[d]);return c}return[]},_trimAlignValue:function(a){if(a<=this._valueMin())return this._valueMin();if(a>=this._valueMax())return this._valueMax();var b=this.options.step>0?this.options.step:1,c=(a-this._valueMin())%b,d=a-c;return 2*Math.abs(c)>=b&&(d+=c>0?b:-b),parseFloat(d.toFixed(5))},_calculateNewMax:function(){var a=this.options.max,b=this._valueMin(),c=this.options.step,d=Math.round((a-b)/c)*c;a=d+b,a>this.options.max&&(a-=c),this.max=parseFloat(a.toFixed(this._precision()))},_precision:function(){var a=this._precisionOf(this.options.step);return null!==this.options.min&&(a=Math.max(a,this._precisionOf(this.options.min))),a},_precisionOf:function(a){var b=a.toString(),c=b.indexOf(".");return c===-1?0:b.length-c-1},_valueMin:function(){return this.options.min},_valueMax:function(){return this.max},_refreshRange:function(a){"vertical"===a&&this.range.css({width:"",left:""}),"horizontal"===a&&this.range.css({height:"",bottom:""})},_refreshValue:function(){var b,c,d,e,f,g=this.options.range,h=this.options,i=this,j=!this._animateOff&&h.animate,k={};this._hasMultipleValues()?this.handles.each(function(d){c=(i.values(d)-i._valueMin())/(i._valueMax()-i._valueMin())*100,k["horizontal"===i.orientation?"left":"bottom"]=c+"%",a(this).stop(1,1)[j?"animate":"css"](k,h.animate),i.options.range===!0&&("horizontal"===i.orientation?(0===d&&i.range.stop(1,1)[j?"animate":"css"]({left:c+"%"},h.animate),1===d&&i.range[j?"animate":"css"]({width:c-b+"%"},{queue:!1,duration:h.animate})):(0===d&&i.range.stop(1,1)[j?"animate":"css"]({bottom:c+"%"},h.animate),1===d&&i.range[j?"animate":"css"]({height:c-b+"%"},{queue:!1,duration:h.animate}))),b=c}):(d=this.value(),e=this._valueMin(),f=this._valueMax(),c=f!==e?(d-e)/(f-e)*100:0,k["horizontal"===this.orientation?"left":"bottom"]=c+"%",this.handle.stop(1,1)[j?"animate":"css"](k,h.animate),"min"===g&&"horizontal"===this.orientation&&this.range.stop(1,1)[j?"animate":"css"]({width:c+"%"},h.animate),"max"===g&&"horizontal"===this.orientation&&this.range.stop(1,1)[j?"animate":"css"]({width:100-c+"%"},h.animate),"min"===g&&"vertical"===this.orientation&&this.range.stop(1,1)[j?"animate":"css"]({height:c+"%"},h.animate),"max"===g&&"vertical"===this.orientation&&this.range.stop(1,1)[j?"animate":"css"]({height:100-c+"%"},h.animate))},_handleEvents:{keydown:function(b){var c,d,e,f,g=a(b.target).data("ui-slider-handle-index");switch(b.keyCode){case a.ui.keyCode.HOME:case a.ui.keyCode.END:case a.ui.keyCode.PAGE_UP:case a.ui.keyCode.PAGE_DOWN:case a.ui.keyCode.UP:case a.ui.keyCode.RIGHT:case a.ui.keyCode.DOWN:case a.ui.keyCode.LEFT:if(b.preventDefault(),!this._keySliding&&(this._keySliding=!0,this._addClass(a(b.target),null,"ui-state-active"),c=this._start(b,g),c===!1))return}switch(f=this.options.step,d=e=this._hasMultipleValues()?this.values(g):this.value(),b.keyCode){case a.ui.keyCode.HOME:e=this._valueMin();break;case a.ui.keyCode.END:e=this._valueMax();break;case a.ui.keyCode.PAGE_UP:e=this._trimAlignValue(d+(this._valueMax()-this._valueMin())/this.numPages);break;case a.ui.keyCode.PAGE_DOWN:e=this._trimAlignValue(d-(this._valueMax()-this._valueMin())/this.numPages);break;case a.ui.keyCode.UP:case a.ui.keyCode.RIGHT:if(d===this._valueMax())return;e=this._trimAlignValue(d+f);break;case a.ui.keyCode.DOWN:case a.ui.keyCode.LEFT:if(d===this._valueMin())return;e=this._trimAlignValue(d-f)}this._slide(b,g,e)},keyup:function(b){var c=a(b.target).data("ui-slider-handle-index");this._keySliding&&(this._keySliding=!1,this._stop(b,c),this._change(b,c),this._removeClass(a(b.target),null,"ui-state-active"))}}})});
\ No newline at end of file
diff --git a/web/modules/jquery_ui_slider/jquery_ui_slider.info.yml b/web/modules/jquery_ui_slider/jquery_ui_slider.info.yml
deleted file mode 100644
index 56c7bc4c95..0000000000
--- a/web/modules/jquery_ui_slider/jquery_ui_slider.info.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-name: jQuery UI Slider
-type: module
-description: 'Provides jQuery UI Slider library.'
-package: jQuery UI
-core_version_requirement: ^8 || ^9
-dependencies:
-  - jquery_ui:jquery_ui
-
-# Information added by Drupal.org packaging script on 2020-03-13
-version: '8.x-1.1'
-project: 'jquery_ui_slider'
-datestamp: 1584107819
diff --git a/web/modules/jquery_ui_slider/jquery_ui_slider.libraries.yml b/web/modules/jquery_ui_slider/jquery_ui_slider.libraries.yml
deleted file mode 100644
index 473238cc87..0000000000
--- a/web/modules/jquery_ui_slider/jquery_ui_slider.libraries.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-slider:
-  license:
-    name: Public Domain
-    url: https://github.com/jquery/jquery-ui/blob/1.12.1/LICENSE.txt
-    gpl-compatible: true
-  js:
-    jquery.ui/ui/widgets/slider-min.js: { minified: true }
-  css:
-    component:
-      jquery.ui/themes/base/slider.css: {}
-  dependencies:
-    - jquery_ui/core
-    - jquery_ui/mouse
-    - jquery_ui/widget
diff --git a/web/modules/jquery_ui_slider/jquery_ui_slider.module b/web/modules/jquery_ui_slider/jquery_ui_slider.module
deleted file mode 100644
index 6a9523e027..0000000000
--- a/web/modules/jquery_ui_slider/jquery_ui_slider.module
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-/**
- * @file
- * Contains jquery_ui_slider.module.
- */
-
-use Drupal\Core\Routing\RouteMatchInterface;
-
-/**
- * Implements hook_help().
- */
-function jquery_ui_slider_help($route_name, RouteMatchInterface $route_match) {
-  switch ($route_name) {
-    case 'help.page.jquery_ui_slider':
-      $output = '<h3>' . t('About') . '</h3>';
-      $output .= '<p>' . t('Drupal 8 includes jQuery UI in core, however it is no longer actively maintained and has been marked deprecated. This module provides the jQuery UI Slider library for any themes and modules that require it.') . '</p>';
-      $output .= '<p>' . t('For more information about the deprecation of jQuery UI, see this <a href=":change-record">change record</a>', [':change-record' => 'https://www.drupal.org/node/3067969']) . '</p>';
-      $output .= '<p>' . t('Visit the <a href=":project_link">jQuery UI Slider project page</a> on Drupal.org for more information on this module.', [':project_link' => 'https://www.drupal.org/project/jquery_ui_slider']) . '</p>';
-
-      return $output;
-  }
-}
diff --git a/web/modules/jquery_ui_touch_punch/LICENSE.txt b/web/modules/jquery_ui_touch_punch/LICENSE.txt
deleted file mode 100644
index d159169d10..0000000000
--- a/web/modules/jquery_ui_touch_punch/LICENSE.txt
+++ /dev/null
@@ -1,339 +0,0 @@
-                    GNU GENERAL PUBLIC LICENSE
-                       Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                            Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Lesser General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have.  You must make sure that they, too, receive or can get the
-source code.  And you must show them these terms so they know their
-rights.
-
-  We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-  Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software.  If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary.  To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-                    GNU GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License.  The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language.  (Hereinafter, translation is included without limitation in
-the term "modification".)  Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
-  1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
-  2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) You must cause the modified files to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    b) You must cause any work that you distribute or publish, that in
-    whole or in part contains or is derived from the Program or any
-    part thereof, to be licensed as a whole at no charge to all third
-    parties under the terms of this License.
-
-    c) If the modified program normally reads commands interactively
-    when run, you must cause it, when started running for such
-    interactive use in the most ordinary way, to print or display an
-    announcement including an appropriate copyright notice and a
-    notice that there is no warranty (or else, saying that you provide
-    a warranty) and that users may redistribute the program under
-    these conditions, and telling the user how to view a copy of this
-    License.  (Exception: if the Program itself is interactive but
-    does not normally print such an announcement, your work based on
-    the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
-    a) Accompany it with the complete corresponding machine-readable
-    source code, which must be distributed under the terms of Sections
-    1 and 2 above on a medium customarily used for software interchange; or,
-
-    b) Accompany it with a written offer, valid for at least three
-    years, to give any third party, for a charge no more than your
-    cost of physically performing source distribution, a complete
-    machine-readable copy of the corresponding source code, to be
-    distributed under the terms of Sections 1 and 2 above on a medium
-    customarily used for software interchange; or,
-
-    c) Accompany it with the information you received as to the offer
-    to distribute corresponding source code.  (This alternative is
-    allowed only for noncommercial distribution and only if you
-    received the program in object code or executable form with such
-    an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it.  For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable.  However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License.  Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
-  5. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Program or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
-  6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
-  7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded.  In such case, this License incorporates
-the limitation as if written in the body of this License.
-
-  9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation.  If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
-  10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission.  For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this.  Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
-                            NO WARRANTY
-
-  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
-  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-                     END OF TERMS AND CONDITIONS
-
-            How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License along
-    with this program; if not, write to the Free Software Foundation, Inc.,
-    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
-    Gnomovision version 69, Copyright (C) year name of author
-    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
-  `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
-  <signature of Ty Coon>, 1 April 1989
-  Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs.  If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.
diff --git a/web/modules/jquery_ui_touch_punch/README.md b/web/modules/jquery_ui_touch_punch/README.md
deleted file mode 100644
index e29294bc77..0000000000
--- a/web/modules/jquery_ui_touch_punch/README.md
+++ /dev/null
@@ -1,43 +0,0 @@
-# jQuery UI Touch Punch
-
-Drupal 8 includes jQuery UI in core, however it is no longer actively
-maintained and has been marked deprecated. This module provides the
-jQuery UI Touch Punch library for any themes and modules that require it.
-
-  - jQuery UI [Touch Punch documentation](http://touchpunch.furf.com/)
-  - jQuery UI [Touch Punch API
-    documentation](https://github.com/furf/jquery-ui-touch-punch)
-
-**Caution**: jQuery UI was deprecated from core because it is no longer
-actively maintained, and has been marked “End of Life” by the OpenJS
-Foundation. It is not recommended to depend on jQuery UI in your own
-code, and instead to select a replacement solution as soon as possible.
-
-## Instructions
-
-1.  Download this module and the jQuery UI module.
-2.  [Download Jquery Touch Punch](https://github.com/furf/jquery-ui-touch-punch) library and place it in the libraries folder (<drupal root>/libraries). You need the full library which is easily available from the Github repo (the full path to the required js file should be: <drupal root>/libraries/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js).
-3.  Install module the [usual way](https://www.drupal.org/documentation/install/modules-themes/modules-8).
-4.  Change any references in your theme or module from
-    `core/jquery.ui.touch-punch` to `jquery_ui_touch_punch/touch-punch`
-
-### Requirements
-
-  - [jQuery UI](https://www.drupal.org/project/jquery_ui)
-
-### Related modules
-
-  - [jQuery UI Accordion](https://www.drupal.org/project/jquery_ui_accordion)
-  - [jQuery UI Button](https://www.drupal.org/project/jquery_ui_button)
-  - [jQuery UI Checkboxradio](https://www.drupal.org/project/jquery_ui_checkboxradio)
-  - [jQuery UI Controlgroup](https://www.drupal.org/project/jquery_ui_controlgroup)
-  - [jQuery UI Draggable](https://www.drupal.org/project/jquery_ui_draggable)
-  - [jQuery UI Droppable](https://www.drupal.org/project/jquery_ui_droppable)
-  - [jQuery UI Effects](https://www.drupal.org/project/jquery_ui_effects)
-  - [jQuery UI Menu](https://www.drupal.org/project/jquery_ui_menu)
-  - [jQuery UI Progressbar](https://www.drupal.org/project/jquery_ui_progressbar)
-  - [jQuery UI Selectable](https://www.drupal.org/project/jquery_ui_selectable)
-  - [jQuery UI Selectmenu](https://www.drupal.org/project/jquery_ui_selectmenu)
-  - [jQuery UI Slider](https://www.drupal.org/project/jquery_ui_slider)
-  - [jQuery UI Spinner](https://www.drupal.org/project/jquery_ui_spinner)
-  - [jQuery UI DatePicker](https://www.drupal.org/project/jquery_ui_datepicker)
diff --git a/web/modules/jquery_ui_touch_punch/composer.json b/web/modules/jquery_ui_touch_punch/composer.json
deleted file mode 100644
index 876ce1c71f..0000000000
--- a/web/modules/jquery_ui_touch_punch/composer.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
-  "name": "drupal/jquery_ui_touch_punch",
-  "description": "Provides jQuery UI Touch Punch library.",
-  "type": "drupal-module",
-  "homepage": "https://www.drupal.org/project/jquery_ui_touch_punch",
-  "keywords": ["Drupal", "jquery_ui_touch_punch"],
-  "license": "GPL-2.0+",
-  "minimum-stability": "dev",
-  "prefer-stable": true,
-  "support": {
-    "issues": "https://www.drupal.org/project/issues/jquery_ui_touch_punch",
-    "irc": "irc://irc.freenode.org/drupal-contribute",
-    "source": "https://www.drupal.org/project/jquery_ui_touch_punch"
-  },
-  "authors": [
-    {
-      "name": "Naveen Valecha",
-      "homepage": "https://drupal.org/u/naveenvalecha",
-      "role": "Maintainer"
-    }
-  ],
-  "require": {
-    "drupal/jquery_ui": "^1.0"
-  },
-  "suggest": {
-    "furf/jquery-ui-touch-punch": "Required to use drupal/jquery_ui_touch_punch module."
-  }
-}
diff --git a/web/modules/jquery_ui_touch_punch/jquery_ui_touch_punch.info.yml b/web/modules/jquery_ui_touch_punch/jquery_ui_touch_punch.info.yml
deleted file mode 100644
index 1b5a5dce2b..0000000000
--- a/web/modules/jquery_ui_touch_punch/jquery_ui_touch_punch.info.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-name: jQuery UI Touch Punch
-type: module
-description: 'Provides jQuery UI Touch Punch library.'
-package: jQuery UI
-core_version_requirement: ^8 || ^9
-dependencies:
-  - jquery_ui:jquery_ui
-
-# Information added by Drupal.org packaging script on 2020-06-11
-version: '1.0.0'
-project: 'jquery_ui_touch_punch'
-datestamp: 1591893294
diff --git a/web/modules/jquery_ui_touch_punch/jquery_ui_touch_punch.install b/web/modules/jquery_ui_touch_punch/jquery_ui_touch_punch.install
deleted file mode 100644
index d7fe6233ad..0000000000
--- a/web/modules/jquery_ui_touch_punch/jquery_ui_touch_punch.install
+++ /dev/null
@@ -1,52 +0,0 @@
-<?php
-
-/**
- * @file
- * Install, update and uninstall functions for the jquery_ui_touch_punch module.
- */
-
-/**
- * Implements hook_requirements().
- */
-function jquery_ui_touch_punch_requirements($phase) {
-
-  $requirements = [];
-
-  // @todo Remove this conditional structure in favor of using the libraries
-  // directory file finder service when Drupal 8.9 is the minimum supported
-  // version of core.
-  if (\Drupal::hasService('library.libraries_directory_file_finder')) {
-    /** @var \Drupal\Core\Asset\LibrariesDirectoryFileFinder $library_file_finder */
-    $library_file_finder = \Drupal::service('library.libraries_directory_file_finder');
-    $library_found = (bool) $library_file_finder->find('jquery-ui-touch-punch/jquery.ui.touch-punch.min.js');
-  }
-  else {
-    $path = DRUPAL_ROOT . '/libraries/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js';
-    if (\Drupal::moduleHandler()->moduleExists('libraries')) {
-      $path = libraries_get_path('jquery-ui-touch-punch') . '/jquery.ui.touch-punch.min.js';
-    }
-
-    // Is the library found in the root libraries path.
-    $library_found = file_exists($path);
-
-    // If library is not found, then look in the current profile libraries path.
-    if (!$library_found) {
-      $profile_path = drupal_get_path('profile', \Drupal::installProfile());
-      $profile_path .= '/libraries/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js';
-      // Is the library found in the current profile libraries path.
-      $library_found = file_exists($profile_path);
-    }
-  }
-
-  if (!$library_found) {
-    $requirements['jquery_ui_touch_punch_library'] = [
-      'title' => t('jQuery UI Touch Punch library missing'),
-      'description' => t('jQuery UI Touch Punch requires the jquery.ui.touch-punch.min.js library.
-        Download it (https://github.com/furf/jquery-ui-touch-punch) and place it in the
-        libraries folder (/libraries)'),
-      'severity' => REQUIREMENT_ERROR,
-    ];
-  }
-
-  return $requirements;
-}
diff --git a/web/modules/jquery_ui_touch_punch/jquery_ui_touch_punch.libraries.yml b/web/modules/jquery_ui_touch_punch/jquery_ui_touch_punch.libraries.yml
deleted file mode 100644
index 127cd2045e..0000000000
--- a/web/modules/jquery_ui_touch_punch/jquery_ui_touch_punch.libraries.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-touch-punch:
-  title: 'jQuery Touch Punch'
-  website: https://github.com/furf/jquery-ui-touch-punch
-  version: 0.0
-  js:
-    /libraries/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js: { minified: true }
-  dependencies:
-    - jquery_ui/core
diff --git a/web/modules/jquery_ui_touch_punch/jquery_ui_touch_punch.module b/web/modules/jquery_ui_touch_punch/jquery_ui_touch_punch.module
deleted file mode 100644
index 0e40e2a2ae..0000000000
--- a/web/modules/jquery_ui_touch_punch/jquery_ui_touch_punch.module
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-/**
- * @file
- * Contains jquery_ui_touch_punch.module.
- */
-
-use Drupal\Core\Routing\RouteMatchInterface;
-
-/**
- * Implements hook_help().
- */
-function jquery_ui_touch_punch_help($route_name, RouteMatchInterface $route_match) {
-  switch ($route_name) {
-    case 'help.page.jquery_ui_touch_punch':
-      $output = '<h3>' . t('About') . '</h3>';
-      $output .= '<p>' . t('Drupal 8 includes jQuery UI in core, however it is no longer actively maintained and has been marked deprecated. This module provides the jQuery UI Touch Punch library for any themes and modules that require it.') . '</p>';
-      $output .= '<p>' . t('For more information about the deprecation of jQuery UI, see this <a href=":change-record">change record</a>', [':change-record' => 'https://www.drupal.org/node/3067969']) . '</p>';
-      $output .= '<p>' . t('Visit the <a href=":project_link">jQuery UI Touch Punch project page</a> on Drupal.org for more information on this module.', [':project_link' => 'https://www.drupal.org/project/jquery_ui_touch_punch']) . '</p>';
-
-      return $output;
-  }
-}
-- 
GitLab